diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..7a6d935 --- /dev/null +++ b/404.html @@ -0,0 +1,1148 @@ + + + + + + + + + + + + + + + + + + + + Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +
+

Ejhle, tady nic není...

+ + +
+ +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..f96ed9b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +2021.robotickytabor.cz diff --git a/assets/404.png b/assets/404.png new file mode 100644 index 0000000..ec77dc8 Binary files /dev/null and b/assets/404.png differ diff --git a/assets/404V.png b/assets/404V.png new file mode 100644 index 0000000..f6b31a0 Binary files /dev/null and b/assets/404V.png differ diff --git a/assets/Logo_helpmakolo.xcf b/assets/Logo_helpmakolo.xcf new file mode 100644 index 0000000..7a60367 Binary files /dev/null and b/assets/Logo_helpmakolo.xcf differ diff --git a/assets/highlight/config.js b/assets/highlight/config.js new file mode 100644 index 0000000..415a86e --- /dev/null +++ b/assets/highlight/config.js @@ -0,0 +1,3 @@ +document$.subscribe(() => { + hljs.highlightAll() + }) \ No newline at end of file diff --git a/assets/highlight/default.min.css b/assets/highlight/default.min.css new file mode 100644 index 0000000..8fc9a15 --- /dev/null +++ b/assets/highlight/default.min.css @@ -0,0 +1 @@ +.hljs{display:block;overflow-x:auto;padding:.5em;background:#f0f0f0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#bc6060}.hljs-literal{color:#78a960}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700} \ No newline at end of file diff --git a/assets/highlight/highlight.min.js b/assets/highlight/highlight.min.js new file mode 100644 index 0000000..ffeb034 --- /dev/null +++ b/assets/highlight/highlight.min.js @@ -0,0 +1,1358 @@ +/* + Highlight.js 10.7.2 (00233d63) + License: BSD-3-Clause + Copyright (c) 2006-2021, Ivan Sagalaev +*/ +var hljs=function(){"use strict";function e(t){ +return t instanceof Map?t.clear=t.delete=t.set=()=>{ +throw Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=()=>{ +throw Error("set is read-only") +}),Object.freeze(t),Object.getOwnPropertyNames(t).forEach((n=>{var i=t[n] +;"object"!=typeof i||Object.isFrozen(i)||e(i)})),t}var t=e,n=e;t.default=n +;class i{constructor(e){ +void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} +ignoreMatch(){this.isMatchIgnored=!0}}function s(e){ +return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'") +}function a(e,...t){const n=Object.create(null);for(const t in e)n[t]=e[t] +;return t.forEach((e=>{for(const t in e)n[t]=e[t]})),n}const r=e=>!!e.kind +;class l{constructor(e,t){ +this.buffer="",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){ +this.buffer+=s(e)}openNode(e){if(!r(e))return;let t=e.kind +;e.sublanguage||(t=`${this.classPrefix}${t}`),this.span(t)}closeNode(e){ +r(e)&&(this.buffer+="")}value(){return this.buffer}span(e){ +this.buffer+=``}}class o{constructor(){this.rootNode={ +children:[]},this.stack=[this.rootNode]}get top(){ +return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ +this.top.children.push(e)}openNode(e){const t={kind:e,children:[]} +;this.add(t),this.stack.push(t)}closeNode(){ +if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){ +for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)} +walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){ +return"string"==typeof t?e.addText(t):t.children&&(e.openNode(t), +t.children.forEach((t=>this._walk(e,t))),e.closeNode(t)),e}static _collapse(e){ +"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{ +o._collapse(e)})))}}class c extends o{constructor(e){super(),this.options=e} +addKeyword(e,t){""!==e&&(this.openNode(t),this.addText(e),this.closeNode())} +addText(e){""!==e&&this.add(e)}addSublanguage(e,t){const n=e.root +;n.kind=t,n.sublanguage=!0,this.add(n)}toHTML(){ +return new l(this,this.options).value()}finalize(){return!0}}function g(e){ +return e?"string"==typeof e?e:e.source:null} +const u=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,h="[a-zA-Z]\\w*",d="[a-zA-Z_]\\w*",f="\\b\\d+(\\.\\d+)?",p="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",m="\\b(0b[01]+)",b={ +begin:"\\\\[\\s\\S]",relevance:0},E={className:"string",begin:"'",end:"'", +illegal:"\\n",contains:[b]},x={className:"string",begin:'"',end:'"', +illegal:"\\n",contains:[b]},v={ +begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/ +},w=(e,t,n={})=>{const i=a({className:"comment",begin:e,end:t,contains:[]},n) +;return i.contains.push(v),i.contains.push({className:"doctag", +begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),i +},y=w("//","$"),N=w("/\\*","\\*/"),R=w("#","$");var _=Object.freeze({ +__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:h,UNDERSCORE_IDENT_RE:d, +NUMBER_RE:f,C_NUMBER_RE:p,BINARY_NUMBER_RE:m, +RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", +SHEBANG:(e={})=>{const t=/^#![ ]*\// +;return e.binary&&(e.begin=((...e)=>e.map((e=>g(e))).join(""))(t,/.*\b/,e.binary,/\b.*/)), +a({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{ +0!==e.index&&t.ignoreMatch()}},e)},BACKSLASH_ESCAPE:b,APOS_STRING_MODE:E, +QUOTE_STRING_MODE:x,PHRASAL_WORDS_MODE:v,COMMENT:w,C_LINE_COMMENT_MODE:y, +C_BLOCK_COMMENT_MODE:N,HASH_COMMENT_MODE:R,NUMBER_MODE:{className:"number", +begin:f,relevance:0},C_NUMBER_MODE:{className:"number",begin:p,relevance:0}, +BINARY_NUMBER_MODE:{className:"number",begin:m,relevance:0},CSS_NUMBER_MODE:{ +className:"number", +begin:f+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", +relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp", +begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[b,{begin:/\[/,end:/\]/, +relevance:0,contains:[b]}]}]},TITLE_MODE:{className:"title",begin:h,relevance:0 +},UNDERSCORE_TITLE_MODE:{className:"title",begin:d,relevance:0},METHOD_GUARD:{ +begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{ +"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{ +t.data._beginMatch!==e[1]&&t.ignoreMatch()}})});function k(e,t){ +"."===e.input[e.index-1]&&t.ignoreMatch()}function M(e,t){ +t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)", +e.__beforeBegin=k,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords, +void 0===e.relevance&&(e.relevance=0))}function O(e,t){ +Array.isArray(e.illegal)&&(e.illegal=((...e)=>"("+e.map((e=>g(e))).join("|")+")")(...e.illegal)) +}function A(e,t){if(e.match){ +if(e.begin||e.end)throw Error("begin & end are not supported with match") +;e.begin=e.match,delete e.match}}function L(e,t){ +void 0===e.relevance&&(e.relevance=1)} +const I=["of","and","for","in","not","or","if","then","parent","list","value"] +;function j(e,t,n="keyword"){const i={} +;return"string"==typeof e?s(n,e.split(" ")):Array.isArray(e)?s(n,e):Object.keys(e).forEach((n=>{ +Object.assign(i,j(e[n],t,n))})),i;function s(e,n){ +t&&(n=n.map((e=>e.toLowerCase()))),n.forEach((t=>{const n=t.split("|") +;i[n[0]]=[e,B(n[0],n[1])]}))}}function B(e,t){ +return t?Number(t):(e=>I.includes(e.toLowerCase()))(e)?0:1} +function T(e,{plugins:t}){function n(t,n){ +return RegExp(g(t),"m"+(e.case_insensitive?"i":"")+(n?"g":""))}class i{ +constructor(){ +this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0} +addRule(e,t){ +t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]), +this.matchAt+=(e=>RegExp(e.toString()+"|").exec("").length-1)(e)+1}compile(){ +0===this.regexes.length&&(this.exec=()=>null) +;const e=this.regexes.map((e=>e[1]));this.matcherRe=n(((e,t="|")=>{let n=0 +;return e.map((e=>{n+=1;const t=n;let i=g(e),s="";for(;i.length>0;){ +const e=u.exec(i);if(!e){s+=i;break} +s+=i.substring(0,e.index),i=i.substring(e.index+e[0].length), +"\\"===e[0][0]&&e[1]?s+="\\"+(Number(e[1])+t):(s+=e[0],"("===e[0]&&n++)}return s +})).map((e=>`(${e})`)).join(t)})(e),!0),this.lastIndex=0}exec(e){ +this.matcherRe.lastIndex=this.lastIndex;const t=this.matcherRe.exec(e) +;if(!t)return null +;const n=t.findIndex(((e,t)=>t>0&&void 0!==e)),i=this.matchIndexes[n] +;return t.splice(0,n),Object.assign(t,i)}}class s{constructor(){ +this.rules=[],this.multiRegexes=[], +this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){ +if(this.multiRegexes[e])return this.multiRegexes[e];const t=new i +;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))), +t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){ +return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){ +this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){ +const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex +;let n=t.exec(e) +;if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{ +const t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)} +return n&&(this.regexIndex+=n.position+1, +this.regexIndex===this.count&&this.considerAll()),n}} +if(e.compilerExtensions||(e.compilerExtensions=[]), +e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.") +;return e.classNameAliases=a(e.classNameAliases||{}),function t(i,r){const l=i +;if(i.isCompiled)return l +;[A].forEach((e=>e(i,r))),e.compilerExtensions.forEach((e=>e(i,r))), +i.__beforeBegin=null,[M,O,L].forEach((e=>e(i,r))),i.isCompiled=!0;let o=null +;if("object"==typeof i.keywords&&(o=i.keywords.$pattern, +delete i.keywords.$pattern), +i.keywords&&(i.keywords=j(i.keywords,e.case_insensitive)), +i.lexemes&&o)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ") +;return o=o||i.lexemes||/\w+/, +l.keywordPatternRe=n(o,!0),r&&(i.begin||(i.begin=/\B|\b/), +l.beginRe=n(i.begin),i.endSameAsBegin&&(i.end=i.begin), +i.end||i.endsWithParent||(i.end=/\B|\b/), +i.end&&(l.endRe=n(i.end)),l.terminatorEnd=g(i.end)||"", +i.endsWithParent&&r.terminatorEnd&&(l.terminatorEnd+=(i.end?"|":"")+r.terminatorEnd)), +i.illegal&&(l.illegalRe=n(i.illegal)), +i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map((e=>(e=>(e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((t=>a(e,{ +variants:null},t)))),e.cachedVariants?e.cachedVariants:S(e)?a(e,{ +starts:e.starts?a(e.starts):null +}):Object.isFrozen(e)?a(e):e))("self"===e?i:e)))),i.contains.forEach((e=>{t(e,l) +})),i.starts&&t(i.starts,r),l.matcher=(e=>{const t=new s +;return e.contains.forEach((e=>t.addRule(e.begin,{rule:e,type:"begin" +}))),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:"end" +}),e.illegal&&t.addRule(e.illegal,{type:"illegal"}),t})(l),l}(e)}function S(e){ +return!!e&&(e.endsWithParent||S(e.starts))}function P(e){const t={ +props:["language","code","autodetect"],data:()=>({detectedLanguage:"", +unknownLanguage:!1}),computed:{className(){ +return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){ +if(!this.autoDetect&&!e.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`), +this.unknownLanguage=!0,s(this.code);let t={} +;return this.autoDetect?(t=e.highlightAuto(this.code), +this.detectedLanguage=t.language):(t=e.highlight(this.language,this.code,this.ignoreIllegals), +this.detectedLanguage=this.language),t.value},autoDetect(){ +return!(this.language&&(e=this.autodetect,!e&&""!==e));var e}, +ignoreIllegals:()=>!0},render(e){return e("pre",{},[e("code",{ +class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{ +Component:t,VuePlugin:{install(e){e.component("highlightjs",t)}}}}const D={ +"after:highlightElement":({el:e,result:t,text:n})=>{const i=H(e) +;if(!i.length)return;const a=document.createElement("div") +;a.innerHTML=t.value,t.value=((e,t,n)=>{let i=0,a="";const r=[];function l(){ +return e.length&&t.length?e[0].offset!==t[0].offset?e[0].offset"}function c(e){ +a+=""}function g(e){("start"===e.event?o:c)(e.node)} +for(;e.length||t.length;){let t=l() +;if(a+=s(n.substring(i,t[0].offset)),i=t[0].offset,t===e){r.reverse().forEach(c) +;do{g(t.splice(0,1)[0]),t=l()}while(t===e&&t.length&&t[0].offset===i) +;r.reverse().forEach(o) +}else"start"===t[0].event?r.push(t[0].node):r.pop(),g(t.splice(0,1)[0])} +return a+s(n.substr(i))})(i,H(a),n)}};function C(e){ +return e.nodeName.toLowerCase()}function H(e){const t=[];return function e(n,i){ +for(let s=n.firstChild;s;s=s.nextSibling)3===s.nodeType?i+=s.nodeValue.length:1===s.nodeType&&(t.push({ +event:"start",offset:i,node:s}),i=e(s,i),C(s).match(/br|hr|img|input/)||t.push({ +event:"stop",offset:i,node:s}));return i}(e,0),t}const $={},U=e=>{ +console.error(e)},z=(e,...t)=>{console.log("WARN: "+e,...t)},K=(e,t)=>{ +$[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),$[`${e}/${t}`]=!0) +},G=s,V=a,W=Symbol("nomatch");return(e=>{ +const n=Object.create(null),s=Object.create(null),a=[];let r=!0 +;const l=/(^(<[^>]+>|\t|)+|\n)/gm,o="Could not find the language '{}', did you forget to load/include a language module?",g={ +disableAutodetect:!0,name:"Plain text",contains:[]};let u={ +noHighlightRe:/^(no-?highlight)$/i, +languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-", +tabReplace:null,useBR:!1,languages:null,__emitter:c};function h(e){ +return u.noHighlightRe.test(e)}function d(e,t,n,i){let s="",a="" +;"object"==typeof t?(s=e, +n=t.ignoreIllegals,a=t.language,i=void 0):(K("10.7.0","highlight(lang, code, ...args) has been deprecated."), +K("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"), +a=e,s=t);const r={code:s,language:a};M("before:highlight",r) +;const l=r.result?r.result:f(r.language,r.code,n,i) +;return l.code=r.code,M("after:highlight",l),l}function f(e,t,s,l){ +function c(e,t){const n=v.case_insensitive?t[0].toLowerCase():t[0] +;return Object.prototype.hasOwnProperty.call(e.keywords,n)&&e.keywords[n]} +function g(){null!=R.subLanguage?(()=>{if(""===M)return;let e=null +;if("string"==typeof R.subLanguage){ +if(!n[R.subLanguage])return void k.addText(M) +;e=f(R.subLanguage,M,!0,_[R.subLanguage]),_[R.subLanguage]=e.top +}else e=p(M,R.subLanguage.length?R.subLanguage:null) +;R.relevance>0&&(O+=e.relevance),k.addSublanguage(e.emitter,e.language) +})():(()=>{if(!R.keywords)return void k.addText(M);let e=0 +;R.keywordPatternRe.lastIndex=0;let t=R.keywordPatternRe.exec(M),n="";for(;t;){ +n+=M.substring(e,t.index);const i=c(R,t);if(i){const[e,s]=i +;if(k.addText(n),n="",O+=s,e.startsWith("_"))n+=t[0];else{ +const n=v.classNameAliases[e]||e;k.addKeyword(t[0],n)}}else n+=t[0] +;e=R.keywordPatternRe.lastIndex,t=R.keywordPatternRe.exec(M)} +n+=M.substr(e),k.addText(n)})(),M=""}function h(e){ +return e.className&&k.openNode(v.classNameAliases[e.className]||e.className), +R=Object.create(e,{parent:{value:R}}),R}function d(e,t,n){let s=((e,t)=>{ +const n=e&&e.exec(t);return n&&0===n.index})(e.endRe,n);if(s){if(e["on:end"]){ +const n=new i(e);e["on:end"](t,n),n.isMatchIgnored&&(s=!1)}if(s){ +for(;e.endsParent&&e.parent;)e=e.parent;return e}} +if(e.endsWithParent)return d(e.parent,t,n)}function m(e){ +return 0===R.matcher.regexIndex?(M+=e[0],1):(I=!0,0)}function b(e){ +const n=e[0],i=t.substr(e.index),s=d(R,e,i);if(!s)return W;const a=R +;a.skip?M+=n:(a.returnEnd||a.excludeEnd||(M+=n),g(),a.excludeEnd&&(M=n));do{ +R.className&&k.closeNode(),R.skip||R.subLanguage||(O+=R.relevance),R=R.parent +}while(R!==s.parent) +;return s.starts&&(s.endSameAsBegin&&(s.starts.endRe=s.endRe), +h(s.starts)),a.returnEnd?0:n.length}let E={};function x(n,a){const l=a&&a[0] +;if(M+=n,null==l)return g(),0 +;if("begin"===E.type&&"end"===a.type&&E.index===a.index&&""===l){ +if(M+=t.slice(a.index,a.index+1),!r){const t=Error("0 width match regex") +;throw t.languageName=e,t.badRule=E.rule,t}return 1} +if(E=a,"begin"===a.type)return function(e){ +const t=e[0],n=e.rule,s=new i(n),a=[n.__beforeBegin,n["on:begin"]] +;for(const n of a)if(n&&(n(e,s),s.isMatchIgnored))return m(t) +;return n&&n.endSameAsBegin&&(n.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")), +n.skip?M+=t:(n.excludeBegin&&(M+=t), +g(),n.returnBegin||n.excludeBegin||(M=t)),h(n),n.returnBegin?0:t.length}(a) +;if("illegal"===a.type&&!s){ +const e=Error('Illegal lexeme "'+l+'" for mode "'+(R.className||"")+'"') +;throw e.mode=R,e}if("end"===a.type){const e=b(a);if(e!==W)return e} +if("illegal"===a.type&&""===l)return 1 +;if(L>1e5&&L>3*a.index)throw Error("potential infinite loop, way more iterations than matches") +;return M+=l,l.length}const v=N(e) +;if(!v)throw U(o.replace("{}",e)),Error('Unknown language: "'+e+'"') +;const w=T(v,{plugins:a});let y="",R=l||w;const _={},k=new u.__emitter(u);(()=>{ +const e=[];for(let t=R;t!==v;t=t.parent)t.className&&e.unshift(t.className) +;e.forEach((e=>k.openNode(e)))})();let M="",O=0,A=0,L=0,I=!1;try{ +for(R.matcher.considerAll();;){ +L++,I?I=!1:R.matcher.considerAll(),R.matcher.lastIndex=A +;const e=R.matcher.exec(t);if(!e)break;const n=x(t.substring(A,e.index),e) +;A=e.index+n}return x(t.substr(A)),k.closeAllNodes(),k.finalize(),y=k.toHTML(),{ +relevance:Math.floor(O),value:y,language:e,illegal:!1,emitter:k,top:R}}catch(n){ +if(n.message&&n.message.includes("Illegal"))return{illegal:!0,illegalBy:{ +msg:n.message,context:t.slice(A-100,A+100),mode:n.mode},sofar:y,relevance:0, +value:G(t),emitter:k};if(r)return{illegal:!1,relevance:0,value:G(t),emitter:k, +language:e,top:R,errorRaised:n};throw n}}function p(e,t){ +t=t||u.languages||Object.keys(n);const i=(e=>{const t={relevance:0, +emitter:new u.__emitter(u),value:G(e),illegal:!1,top:g} +;return t.emitter.addText(e),t})(e),s=t.filter(N).filter(k).map((t=>f(t,e,!1))) +;s.unshift(i);const a=s.sort(((e,t)=>{ +if(e.relevance!==t.relevance)return t.relevance-e.relevance +;if(e.language&&t.language){if(N(e.language).supersetOf===t.language)return 1 +;if(N(t.language).supersetOf===e.language)return-1}return 0})),[r,l]=a,o=r +;return o.second_best=l,o}const m={"before:highlightElement":({el:e})=>{ +u.useBR&&(e.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")) +},"after:highlightElement":({result:e})=>{ +u.useBR&&(e.value=e.value.replace(/\n/g,"
"))}},b=/^(<[^>]+>|\t)+/gm,E={ +"after:highlightElement":({result:e})=>{ +u.tabReplace&&(e.value=e.value.replace(b,(e=>e.replace(/\t/g,u.tabReplace))))}} +;function x(e){let t=null;const n=(e=>{let t=e.className+" " +;t+=e.parentNode?e.parentNode.className:"";const n=u.languageDetectRe.exec(t) +;if(n){const t=N(n[1]) +;return t||(z(o.replace("{}",n[1])),z("Falling back to no-highlight mode for this block.",e)), +t?n[1]:"no-highlight"}return t.split(/\s+/).find((e=>h(e)||N(e)))})(e) +;if(h(n))return;M("before:highlightElement",{el:e,language:n}),t=e +;const i=t.textContent,a=n?d(i,{language:n,ignoreIllegals:!0}):p(i) +;M("after:highlightElement",{el:e,result:a,text:i +}),e.innerHTML=a.value,((e,t,n)=>{const i=t?s[t]:n +;e.classList.add("hljs"),i&&e.classList.add(i)})(e,n,a.language),e.result={ +language:a.language,re:a.relevance,relavance:a.relevance +},a.second_best&&(e.second_best={language:a.second_best.language, +re:a.second_best.relevance,relavance:a.second_best.relevance})}const v=()=>{ +v.called||(v.called=!0, +K("10.6.0","initHighlighting() is deprecated. Use highlightAll() instead."), +document.querySelectorAll("pre code").forEach(x))};let w=!1;function y(){ +"loading"!==document.readyState?document.querySelectorAll("pre code").forEach(x):w=!0 +}function N(e){return e=(e||"").toLowerCase(),n[e]||n[s[e]]} +function R(e,{languageName:t}){"string"==typeof e&&(e=[e]),e.forEach((e=>{ +s[e.toLowerCase()]=t}))}function k(e){const t=N(e) +;return t&&!t.disableAutodetect}function M(e,t){const n=e;a.forEach((e=>{ +e[n]&&e[n](t)}))} +"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(()=>{ +w&&y()}),!1),Object.assign(e,{highlight:d,highlightAuto:p,highlightAll:y, +fixMarkup:e=>{ +return K("10.2.0","fixMarkup will be removed entirely in v11.0"),K("10.2.0","Please see https://github.com/highlightjs/highlight.js/issues/2534"), +t=e, +u.tabReplace||u.useBR?t.replace(l,(e=>"\n"===e?u.useBR?"
":e:u.tabReplace?e.replace(/\t/g,u.tabReplace):e)):t +;var t},highlightElement:x, +highlightBlock:e=>(K("10.7.0","highlightBlock will be removed entirely in v12.0"), +K("10.7.0","Please use highlightElement now."),x(e)),configure:e=>{ +e.useBR&&(K("10.3.0","'useBR' will be removed entirely in v11.0"), +K("10.3.0","Please see https://github.com/highlightjs/highlight.js/issues/2559")), +u=V(u,e)},initHighlighting:v,initHighlightingOnLoad:()=>{ +K("10.6.0","initHighlightingOnLoad() is deprecated. Use highlightAll() instead."), +w=!0},registerLanguage:(t,i)=>{let s=null;try{s=i(e)}catch(e){ +if(U("Language definition for '{}' could not be registered.".replace("{}",t)), +!r)throw e;U(e),s=g} +s.name||(s.name=t),n[t]=s,s.rawDefinition=i.bind(null,e),s.aliases&&R(s.aliases,{ +languageName:t})},unregisterLanguage:e=>{delete n[e] +;for(const t of Object.keys(s))s[t]===e&&delete s[t]}, +listLanguages:()=>Object.keys(n),getLanguage:N,registerAliases:R, +requireLanguage:e=>{ +K("10.4.0","requireLanguage will be removed entirely in v11."), +K("10.4.0","Please see https://github.com/highlightjs/highlight.js/pull/2844") +;const t=N(e);if(t)return t +;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))}, +autoDetection:k,inherit:V,addPlugin:e=>{(e=>{ +e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=t=>{ +e["before:highlightBlock"](Object.assign({block:t.el},t)) +}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=t=>{ +e["after:highlightBlock"](Object.assign({block:t.el},t))})})(e),a.push(e)}, +vuePlugin:P(e).VuePlugin}),e.debugMode=()=>{r=!1},e.safeMode=()=>{r=!0 +},e.versionString="10.7.2";for(const e in _)"object"==typeof _[e]&&t(_[e]) +;return Object.assign(e,_),e.addPlugin(m),e.addPlugin(D),e.addPlugin(E),e})({}) +}();"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs); +hljs.registerLanguage("apache",(()=>{"use strict";return e=>{const n={ +className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/} +;return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0, +contains:[e.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/, +contains:[n,{className:"number",begin:/:\d{1,5}/ +},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute", +begin:/\w+/,relevance:0,keywords:{ +nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername" +},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"}, +contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable", +begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}] +},n,{className:"number",begin:/\d+/},e.QUOTE_STRING_MODE]}}],illegal:/\S/}} +})()); +hljs.registerLanguage("bash",(()=>{"use strict";function e(...e){ +return e.map((e=>{return(s=e)?"string"==typeof s?s:s.source:null;var s +})).join("")}return s=>{const n={},t={begin:/\$\{/,end:/\}/,contains:["self",{ +begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{ +begin:e(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},t]});const a={ +className:"subst",begin:/\$\(/,end:/\)/,contains:[s.BACKSLASH_ESCAPE]},i={ +begin:/<<-?\s*(?=\w+)/,starts:{contains:[s.END_SAME_AS_BEGIN({begin:/(\w+)/, +end:/(\w+)/,className:"string"})]}},c={className:"string",begin:/"/,end:/"/, +contains:[s.BACKSLASH_ESCAPE,n,a]};a.contains.push(c);const o={begin:/\$\(\(/, +end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},s.NUMBER_MODE,n] +},r=s.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10 +}),l={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0, +contains:[s.inherit(s.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{ +name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/, +keyword:"if then else elif fi for while in do done case esac function", +literal:"true false", +built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp" +},contains:[r,s.SHEBANG(),l,o,s.HASH_COMMENT_MODE,i,c,{className:"",begin:/\\"/ +},{className:"string",begin:/'/,end:/'/},n]}}})()); +hljs.registerLanguage("c",(()=>{"use strict";function e(e){ +return((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(",e,")?") +}return t=>{const n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}] +}),r="[a-zA-Z_]\\w*::",a="(decltype\\(auto\\)|"+e(r)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",i={ +className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string", +variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n", +contains:[t.BACKSLASH_ESCAPE]},{ +begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", +end:"'",illegal:"."},t.END_SAME_AS_BEGIN({ +begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={ +className:"number",variants:[{begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" +},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ +"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" +},contains:[{begin:/\\\n/,relevance:0},t.inherit(s,{className:"meta-string"}),{ +className:"meta-string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},l={ +className:"title",begin:e(r)+t.IDENT_RE,relevance:0 +},d=e(r)+t.IDENT_RE+"\\s*\\(",u={ +keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq", +built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary", +literal:"true false nullptr NULL"},m=[c,i,n,t.C_BLOCK_COMMENT_MODE,o,s],p={ +variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{ +beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{ +begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]), +relevance:0},_={className:"function",begin:"("+a+"[\\*&\\s]+)+"+d, +returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>.]/, +contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d, +returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/, +end:/\)/,keywords:u,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,s,o,i,{ +begin:/\(/,end:/\)/,keywords:u,relevance:0, +contains:["self",n,t.C_BLOCK_COMMENT_MODE,s,o,i]}] +},i,n,t.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:u, +disableAutodetect:!0,illegal:"",keywords:u,contains:["self",i]},{begin:t.IDENT_RE+"::",keywords:u},{ +className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/, +contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{ +preprocessor:c,strings:s,keywords:u}}}})()); +hljs.registerLanguage("coffeescript",(()=>{"use strict" +;const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]) +;return r=>{const t={ +keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((i=["var","const","let","function","static"], +e=>!i.includes(e))),literal:n.concat(["yes","no","on","off"]), +built_in:a.concat(["npm","print"])};var i;const s="[A-Za-z$_][0-9A-Za-z$_]*",o={ +className:"subst",begin:/#\{/,end:/\}/,keywords:t +},c=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{end:"(\\s*/)?", +relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/, +contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[r.BACKSLASH_ESCAPE] +},{begin:/"""/,end:/"""/,contains:[r.BACKSLASH_ESCAPE,o]},{begin:/"/,end:/"/, +contains:[r.BACKSLASH_ESCAPE,o]}]},{className:"regexp",variants:[{begin:"///", +end:"///",contains:[o,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)", +relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+s +},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{ +begin:"```",end:"```"},{begin:"`",end:"`"}]}];o.contains=c +;const l=r.inherit(r.TITLE_MODE,{begin:s}),d="(\\(.*\\)\\s*)?\\B[-=]>",g={ +className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/, +end:/\)/,keywords:t,contains:["self"].concat(c)}]};return{name:"CoffeeScript", +aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/, +contains:c.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{ +className:"function",begin:"^\\s*"+s+"\\s*=\\s*"+d,end:"[-=]>",returnBegin:!0, +contains:[l,g]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function", +begin:d,end:"[-=]>",returnBegin:!0,contains:[g]}]},{className:"class", +beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{ +beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[l]},l] +},{begin:s+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}})()); +hljs.registerLanguage("cpp",(()=>{"use strict";function e(e){ +return t("(",e,")?")}function t(...e){return e.map((e=>{ +return(t=e)?"string"==typeof t?t:t.source:null;var t})).join("")}return n=>{ +const r=n.COMMENT("//","$",{contains:[{begin:/\\\n/}] +}),a="[a-zA-Z_]\\w*::",i="(decltype\\(auto\\)|"+e(a)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",s={ +className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},c={className:"string", +variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n", +contains:[n.BACKSLASH_ESCAPE]},{ +begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", +end:"'",illegal:"."},n.END_SAME_AS_BEGIN({ +begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={ +className:"number",variants:[{begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" +},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},l={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ +"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" +},contains:[{begin:/\\\n/,relevance:0},n.inherit(c,{className:"meta-string"}),{ +className:"meta-string",begin:/<.*?>/},r,n.C_BLOCK_COMMENT_MODE]},d={ +className:"title",begin:e(a)+n.IDENT_RE,relevance:0 +},u=e(a)+n.IDENT_RE+"\\s*\\(",m={ +keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq", +built_in:"_Bool _Complex _Imaginary", +_relevance_hints:["asin","atan2","atan","calloc","ceil","cosh","cos","exit","exp","fabs","floor","fmod","fprintf","fputs","free","frexp","auto_ptr","deque","list","queue","stack","vector","map","set","pair","bitset","multiset","multimap","unordered_set","fscanf","future","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","tolower","toupper","labs","ldexp","log10","log","malloc","realloc","memchr","memcmp","memcpy","memset","modf","pow","printf","putchar","puts","scanf","sinh","sin","snprintf","sprintf","sqrt","sscanf","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","tanh","tan","unordered_map","unordered_multiset","unordered_multimap","priority_queue","make_pair","array","shared_ptr","abort","terminate","abs","acos","vfprintf","vprintf","vsprintf","endl","initializer_list","unique_ptr","complex","imaginary","std","string","wstring","cin","cout","cerr","clog","stdin","stdout","stderr","stringstream","istringstream","ostringstream"], +literal:"true false nullptr NULL"},p={className:"function.dispatch",relevance:0, +keywords:m, +begin:t(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!while)/,n.IDENT_RE,(_=/\s*\(/, +t("(?=",_,")")))};var _;const g=[p,l,s,r,n.C_BLOCK_COMMENT_MODE,o,c],b={ +variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{ +beginKeywords:"new throw return else",end:/;/}],keywords:m,contains:g.concat([{ +begin:/\(/,end:/\)/,keywords:m,contains:g.concat(["self"]),relevance:0}]), +relevance:0},f={className:"function",begin:"("+i+"[\\*&\\s]+)+"+u, +returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:m,illegal:/[^\w\s\*&:<>.]/, +contains:[{begin:"decltype\\(auto\\)",keywords:m,relevance:0},{begin:u, +returnBegin:!0,contains:[d],relevance:0},{begin:/::/,relevance:0},{begin:/:/, +endsWithParent:!0,contains:[c,o]},{className:"params",begin:/\(/,end:/\)/, +keywords:m,relevance:0,contains:[r,n.C_BLOCK_COMMENT_MODE,c,o,s,{begin:/\(/, +end:/\)/,keywords:m,relevance:0,contains:["self",r,n.C_BLOCK_COMMENT_MODE,c,o,s] +}]},s,r,n.C_BLOCK_COMMENT_MODE,l]};return{name:"C++", +aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:m,illegal:"",keywords:m,contains:["self",s]},{begin:n.IDENT_RE+"::",keywords:m},{ +className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/, +contains:[{beginKeywords:"final class struct"},n.TITLE_MODE]}]),exports:{ +preprocessor:l,strings:c,keywords:m}}}})()); +hljs.registerLanguage("csharp",(()=>{"use strict";return e=>{const n={ +keyword:["abstract","as","base","break","case","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"].concat(["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"]), +built_in:["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"], +literal:["default","false","null","true"]},a=e.inherit(e.TITLE_MODE,{ +begin:"[a-zA-Z](\\.?\\w)*"}),i={className:"number",variants:[{ +begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}] +},t=e.inherit(s,{illegal:/\n/}),r={className:"subst",begin:/\{/,end:/\}/, +keywords:n},l=e.inherit(r,{illegal:/\n/}),c={className:"string",begin:/\$"/, +end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/ +},e.BACKSLASH_ESCAPE,l]},o={className:"string",begin:/\$@"/,end:'"',contains:[{ +begin:/\{\{/},{begin:/\}\}/},{begin:'""'},r]},d=e.inherit(o,{illegal:/\n/, +contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},l]}) +;r.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_BLOCK_COMMENT_MODE], +l.contains=[d,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.inherit(e.C_BLOCK_COMMENT_MODE,{ +illegal:/\n/})];const g={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},a] +},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={ +begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"], +keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0, +contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{ +begin:"\x3c!--|--\x3e"},{begin:""}]}] +}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#", +end:"$",keywords:{ +"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum" +}},g,i,{beginKeywords:"class interface",relevance:0,end:/[{;=]/, +illegal:/[^\s:,]/,contains:[{beginKeywords:"where class" +},a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace", +relevance:0,end:/[{;=]/,illegal:/[^\s:]/, +contains:[a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ +beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/, +contains:[a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta", +begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{ +className:"meta-string",begin:/"/,end:/"/}]},{ +beginKeywords:"new return throw await else",relevance:0},{className:"function", +begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0, +end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{ +beginKeywords:"public private protected static internal protected abstract async extern override unsafe virtual new sealed partial", +relevance:0},{begin:e.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0, +contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/, +excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0, +contains:[g,i,e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}})()); +hljs.registerLanguage("css",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse() +;return n=>{const a=(e=>({IMPORTANT:{className:"meta",begin:"!important"}, +HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/, +illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]} +}))(n),l=[n.APOS_STRING_MODE,n.QUOTE_STRING_MODE];return{name:"CSS", +case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"}, +classNameAliases:{keyframePosition:"selector-tag"}, +contains:[n.C_BLOCK_COMMENT_MODE,{begin:/-(webkit|moz|ms|o)-(?=[a-z])/ +},n.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0 +},{className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0 +},a.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{ +begin:":("+i.join("|")+")"},{begin:"::("+o.join("|")+")"}]},{ +className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:":",end:"[;}]", +contains:[a.HEXCOLOR,a.IMPORTANT,n.CSS_NUMBER_MODE,...l,{ +begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri" +},contains:[{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}] +},{className:"built_in",begin:/[\w-]+(?=\()/}]},{ +begin:(s=/@/,((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",s,")")), +end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword", +begin:/@-?\w[\w]*(-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0, +relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only", +attribute:t.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute" +},...l,n.CSS_NUMBER_MODE]}]},{className:"selector-tag", +begin:"\\b("+e.join("|")+")\\b"}]};var s}})()); +hljs.registerLanguage("diff",(()=>{"use strict";return e=>({name:"Diff", +aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{ +begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{ +begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /, +end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/ +},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{ +begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{ +className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/, +end:/$/}]})})()); +hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={ +keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune", +literal:"true false iota nil", +built_in:"append cap close complex copy imag len make new panic print println real recover delete" +};return{name:"Go",aliases:["golang"],keywords:n,illegal:"{"use strict";function e(...e){ +return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n +})).join("")}return n=>{const a="HTTP/(2|1\\.[01])",s={className:"attribute", +begin:e("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{ +className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]} +},t=[s,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{ +name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})", +end:/$/,contains:[{className:"meta",begin:a},{className:"number", +begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:t}},{ +begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string", +begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{ +className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:t} +},n.inherit(s,{relevance:0})]}}})()); +hljs.registerLanguage("ini",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}return s=>{const a={className:"number", +relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:s.NUMBER_RE}] +},i=s.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const t={ +className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/ +}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={ +className:"string",contains:[s.BACKSLASH_ESCAPE],variants:[{begin:"'''", +end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"' +},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,a,"self"], +relevance:0 +},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map((n=>e(n))).join("|")+")" +;return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/, +contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{ +begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr", +starts:{end:/$/,contains:[i,c,r,t,l,a]}}]}}})()); +hljs.registerLanguage("java",(()=>{"use strict" +;var e="\\.([0-9](_*[0-9])*)",n="[0-9a-fA-F](_*[0-9a-fA-F])*",a={ +className:"number",variants:[{ +begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ +begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{ +begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{ +begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], +relevance:0};return e=>{ +var n="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",s={ +className:"meta",begin:"@[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*", +contains:[{begin:/\(/,end:/\)/,contains:["self"]}]};const r=a;return{ +name:"Java",aliases:["jsp"],keywords:n,illegal:/<\/|#/, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/, +relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{ +begin:/import java\.[a-z]+\./,keywords:"import",relevance:2 +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{ +className:"class",beginKeywords:"class interface enum",end:/[{;=]/, +excludeEnd:!0,relevance:1,keywords:"class interface enum",illegal:/[:"\[\]]/, +contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{ +beginKeywords:"new throw return else",relevance:0},{className:"class", +begin:"record\\s+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,excludeEnd:!0, +end:/[{;=]/,keywords:n,contains:[{beginKeywords:"record"},{ +begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, +contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/, +keywords:n,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function", +begin:"([\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(<[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(\\s*,\\s*[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(", +returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:n,contains:[{ +begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, +contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/, +keywords:n,relevance:0, +contains:[s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r,s]}}})()); +hljs.registerLanguage("javascript",(()=>{"use strict" +;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],s=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]) +;function r(e){return t("(?=",e,")")}function t(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return i=>{ +const c=e,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/, +isTrulyOpeningTag:(e,n)=>{const a=e[0].length+e.index,s=e.input[a] +;"<"!==s?">"===s&&(((e,{after:n})=>{const a="", +returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{ +begin:i.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0 +},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f}]}] +},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{ +variants:[{begin:"<>",end:""},{begin:o.begin,"on:begin":o.isTrulyOpeningTag, +end:o.end}],subLanguage:"xml",contains:[{begin:o.begin,end:o.end,skip:!0, +contains:["self"]}]}],relevance:0},{className:"function", +beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:l, +contains:["self",i.inherit(i.TITLE_MODE,{begin:c}),p],illegal:/%/},{ +beginKeywords:"while if switch catch for"},{className:"function", +begin:i.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", +returnBegin:!0,contains:[p,i.inherit(i.TITLE_MODE,{begin:c})]},{variants:[{ +begin:"\\."+c},{begin:"\\$"+c}],relevance:0},{className:"class", +beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{ +beginKeywords:"extends"},i.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/, +end:/[{;]/,excludeEnd:!0,contains:[i.inherit(i.TITLE_MODE,{begin:c}),"self",p] +},{begin:"(get|set)\\s+(?="+c+"\\()",end:/\{/,keywords:"get set", +contains:[i.inherit(i.TITLE_MODE,{begin:c}),{begin:/\(\)/},p]},{begin:/\$[(.]/}] +}}})()); +hljs.registerLanguage("json",(()=>{"use strict";return n=>{const e={ +literal:"true false null" +},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],a=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],l={ +end:",",endsWithParent:!0,excludeEnd:!0,contains:a,keywords:e},t={begin:/\{/, +end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/, +contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(l,{begin:/:/ +})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(l)], +illegal:"\\S"};return a.push(t,s),i.forEach((n=>{a.push(n)})),{name:"JSON", +contains:a,keywords:e,illegal:"\\S"}}})()); +hljs.registerLanguage("kotlin",(()=>{"use strict" +;var e="\\.([0-9](_*[0-9])*)",n="[0-9a-fA-F](_*[0-9a-fA-F])*",a={ +className:"number",variants:[{ +begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ +begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{ +begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{ +begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], +relevance:0};return e=>{const n={ +keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual", +built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing", +literal:"true false null"},i={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@" +},s={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},t={ +className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},r={className:"string", +variants:[{begin:'"""',end:'"""(?=[^"])',contains:[t,s]},{begin:"'",end:"'", +illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/, +contains:[e.BACKSLASH_ESCAPE,t,s]}]};s.contains.push(r);const l={ +className:"meta", +begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?" +},c={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/, +end:/\)/,contains:[e.inherit(r,{className:"meta-string"})]}] +},o=a,b=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),E={ +variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/, +contains:[]}]},d=E;return d.variants[1].contains=[E],E.variants[1].contains=[d], +{name:"Kotlin",aliases:["kt","kts"],keywords:n, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag", +begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,b,{className:"keyword", +begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol", +begin:/@\w+/}]}},i,l,c,{className:"function",beginKeywords:"fun",end:"[(]|$", +returnBegin:!0,excludeEnd:!0,keywords:n,relevance:5,contains:[{ +begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, +contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://, +keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/, +endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/, +endsWithParent:!0,contains:[E,e.C_LINE_COMMENT_MODE,b],relevance:0 +},e.C_LINE_COMMENT_MODE,b,l,c,r,e.C_NUMBER_MODE]},b]},{className:"class", +beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0, +illegal:"extends implements",contains:[{ +beginKeywords:"public protected internal private constructor" +},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0, +excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/, +excludeBegin:!0,returnEnd:!0},l,c]},r,{className:"meta",begin:"^#!/usr/bin/env", +end:"$",illegal:"\n"},o]}}})()); +hljs.registerLanguage("less",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],n=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse(),r=i.concat(o) +;return a=>{const s=(e=>({IMPORTANT:{className:"meta",begin:"!important"}, +HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/, +illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]} +}))(a),l=r,d="([\\w-]+|@\\{[\\w-]+\\})",c=[],g=[],b=e=>({className:"string", +begin:"~?"+e+".*?"+e}),m=(e,t,i)=>({className:e,begin:t,relevance:i}),u={ +$pattern:/[a-z-]+/,keyword:"and or not only",attribute:t.join(" ")},p={ +begin:"\\(",end:"\\)",contains:g,keywords:u,relevance:0} +;g.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,b("'"),b('"'),a.CSS_NUMBER_MODE,{ +begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]", +excludeEnd:!0} +},s.HEXCOLOR,p,m("variable","@@?[\\w-]+",10),m("variable","@\\{[\\w-]+\\}"),m("built_in","~?`[^`]*?`"),{ +className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0 +},s.IMPORTANT);const f=g.concat({begin:/\{/,end:/\}/,contains:c}),h={ +beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not" +}].concat(g)},w={begin:d+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0, +contains:[{begin:/-(webkit|moz|ms|o)-/},{className:"attribute", +begin:"\\b("+n.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0, +illegal:"[<=$]",relevance:0,contains:g}}]},v={className:"keyword", +begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b", +starts:{end:"[;{}]",keywords:u,returnEnd:!0,contains:g,relevance:0}},y={ +className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{ +begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:f}},k={variants:[{ +begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:d,end:/\{/}],returnBegin:!0, +returnEnd:!0,illegal:"[<='$\"]",relevance:0, +contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,h,m("keyword","all\\b"),m("variable","@\\{[\\w-]+\\}"),{ +begin:"\\b("+e.join("|")+")\\b",className:"selector-tag" +},m("selector-tag",d+"%?",0),m("selector-id","#"+d),m("selector-class","\\."+d,0),m("selector-tag","&",0),s.ATTRIBUTE_SELECTOR_MODE,{ +className:"selector-pseudo",begin:":("+i.join("|")+")"},{ +className:"selector-pseudo",begin:"::("+o.join("|")+")"},{begin:"\\(",end:"\\)", +contains:f},{begin:"!important"}]},E={begin:`[\\w-]+:(:)?(${l.join("|")})`, +returnBegin:!0,contains:[k]} +;return c.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,v,y,E,w,k),{ +name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:c}}})()); +hljs.registerLanguage("lua",(()=>{"use strict";return e=>{ +const t="\\[=*\\[",a="\\]=*\\]",n={begin:t,end:a,contains:["self"] +},o=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[",a,{contains:[n], +relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE, +literal:"true false nil", +keyword:"and break do else elseif end for goto if in local not or repeat return then until while", +built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove" +},contains:o.concat([{className:"function",beginKeywords:"function",end:"\\)", +contains:[e.inherit(e.TITLE_MODE,{ +begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params", +begin:"\\(",endsWithParent:!0,contains:o}].concat(o) +},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string", +begin:t,end:a,contains:[n],relevance:5}])}}})()); +hljs.registerLanguage("makefile",(()=>{"use strict";return e=>{const i={ +className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)", +contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(e){return a("(?=",e,")")} +function a(...n){return n.map((n=>e(n))).join("")}function s(...n){ +return"("+n.map((n=>e(n))).join("|")+")"}return e=>{ +const t=a(/[A-Z_]/,a("(",/[A-Z0-9_.-]*:/,")?"),/[A-Z0-9_.-]*/),i={ +className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},r={begin:/\s/, +contains:[{className:"meta-keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}] +},c=e.inherit(r,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{ +className:"meta-string"}),g=e.inherit(e.QUOTE_STRING_MODE,{ +className:"meta-string"}),m={endsWithParent:!0,illegal:/`]+/}]}] +}]};return{name:"HTML, XML", +aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"], +case_insensitive:!0,contains:[{className:"meta",begin://, +relevance:10,contains:[r,g,l,c,{begin:/\[/,end:/\]/,contains:[{className:"meta", +begin://,contains:[r,c,g,l]}]}]},e.COMMENT(//,{ +relevance:10}),{begin://,relevance:10},i,{ +className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"style"},contains:[m],starts:{ +end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"script"},contains:[m],starts:{ +end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{ +className:"tag",begin:/<>|<\/>/},{className:"tag", +begin:a(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name", +begin:t,relevance:0,starts:m}]},{className:"tag",begin:a(/<\//,n(a(t,/>/))), +contains:[{className:"name",begin:t,relevance:0},{begin:/>/,relevance:0, +endsParent:!0}]}]}}})()); +hljs.registerLanguage("markdown",(()=>{"use strict";function n(...n){ +return n.map((n=>{return(e=n)?"string"==typeof e?e:e.source:null;var e +})).join("")}return e=>{const a={begin:/<\/?[A-Za-z_]/,end:">", +subLanguage:"xml",relevance:0},i={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0 +},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/, +relevance:2},{begin:n(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/), +relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{ +begin:/\[.+?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{ +className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0, +returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)", +excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[", +end:"\\]",excludeBegin:!0,excludeEnd:!0}]},s={className:"strong",contains:[], +variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},c={ +className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{ +begin:/_(?!_)/,end:/_/,relevance:0}]};s.contains.push(c),c.contains.push(s) +;let t=[a,i] +;return s.contains=s.contains.concat(t),c.contains=c.contains.concat(t), +t=t.concat(s,c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{ +className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:t},{ +begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n", +contains:t}]}]},a,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)", +end:"\\s+",excludeEnd:!0},s,c,{className:"quote",begin:"^>\\s+",contains:t, +end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{ +begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{ +begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))", +contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{ +begin:"^[-\\*]{3,}",end:"$"},i,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{ +className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{ +className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}})()); +hljs.registerLanguage("nginx",(()=>{"use strict";return e=>{const n={ +className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/\}/},{ +begin:/[$@]/+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{ +$pattern:"[a-z/_]+", +literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll" +},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string", +contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/ +}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n] +},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^", +end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{ +begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number", +begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{ +className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{ +name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{ +begin:e.UNDERSCORE_IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\{/,contains:[{ +className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{ +begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|\\{",returnBegin:!0,contains:[{ +className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}], +illegal:"[^\\s\\}]"}}})()); +hljs.registerLanguage("objectivec",(()=>{"use strict";return e=>{ +const n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n, +keyword:"@interface @class @protocol @implementation"};return{ +name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"], +keywords:{$pattern:n, +keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN", +literal:"false true FALSE TRUE nil YES NO NULL", +built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once" +},illegal:"/,end:/$/, +illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ +className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:/(\{|$)/, +excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{ +begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}})()); +hljs.registerLanguage("perl",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}function t(...n){ +return"("+n.map((n=>e(n))).join("|")+")"}return e=>{ +const r=/[dualxmsipngr]{0,12}/,s={$pattern:/[\w.]+/, +keyword:"abs accept alarm and atan2 bind binmode bless break caller chdir chmod chomp chop chown chr chroot close closedir connect continue cos crypt dbmclose dbmopen defined delete die do dump each else elsif endgrent endhostent endnetent endprotoent endpwent endservent eof eval exec exists exit exp fcntl fileno flock for foreach fork format formline getc getgrent getgrgid getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername getpgrp getpriority getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid getservbyname getservbyport getservent getsockname getsockopt given glob gmtime goto grep gt hex if index int ioctl join keys kill last lc lcfirst length link listen local localtime log lstat lt ma map mkdir msgctl msgget msgrcv msgsnd my ne next no not oct open opendir or ord our pack package pipe pop pos print printf prototype push q|0 qq quotemeta qw qx rand read readdir readline readlink readpipe recv redo ref rename require reset return reverse rewinddir rindex rmdir say scalar seek seekdir select semctl semget semop send setgrent sethostent setnetent setpgrp setpriority setprotoent setpwent setservent setsockopt shift shmctl shmget shmread shmwrite shutdown sin sleep socket socketpair sort splice split sprintf sqrt srand stat state study sub substr symlink syscall sysopen sysread sysseek system syswrite tell telldir tie tied time times tr truncate uc ucfirst umask undef unless unlink unpack unshift untie until use utime values vec wait waitpid wantarray warn when while write x|0 xor y|0" +},i={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:s},a={begin:/->\{/, +end:/\}/},o={variants:[{begin:/\$\d/},{ +begin:n(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])") +},{begin:/[$%@][^\s\w{]/,relevance:0}] +},c=[e.BACKSLASH_ESCAPE,i,o],g=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],l=(e,t,s="\\1")=>{ +const i="\\1"===s?s:n(s,t) +;return n(n("(?:",e,")"),t,/(?:\\.|[^\\\/])*?/,i,/(?:\\.|[^\\\/])*?/,s,r) +},d=(e,t,s)=>n(n("(?:",e,")"),t,/(?:\\.|[^\\\/])*?/,s,r),p=[o,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{ +endsWithParent:!0}),a,{className:"string",contains:c,variants:[{ +begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[", +end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{ +begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">", +relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'", +contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`", +contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{ +begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number", +begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b", +relevance:0},{ +begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*", +keywords:"split return print reverse grep",relevance:0, +contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{ +begin:l("s|tr|y",t(...g))},{begin:l("s|tr|y","\\(","\\)")},{ +begin:l("s|tr|y","\\[","\\]")},{begin:l("s|tr|y","\\{","\\}")}],relevance:2},{ +className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{ +begin:d("(?:m|qr)?",/\//,/\//)},{begin:d("m|qr",t(...g),/\1/)},{ +begin:d("m|qr",/\(/,/\)/)},{begin:d("m|qr",/\[/,/\]/)},{ +begin:d("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub", +end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{ +begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$", +subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}] +}];return i.contains=p,a.contains=p,{name:"Perl",aliases:["pl","pm"],keywords:s, +contains:p}}})()); +hljs.registerLanguage("php",(()=>{"use strict";return e=>{const r={ +className:"variable", +begin:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*(?![A-Za-z0-9])(?![$])"},t={ +className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{ +begin:/\?>/}]},a={className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/, +end:/\}/}]},n=e.inherit(e.APOS_STRING_MODE,{illegal:null +}),i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null, +contains:e.QUOTE_STRING_MODE.contains.concat(a)}),o=e.END_SAME_AS_BEGIN({ +begin:/<<<[ \t]*(\w+)\n/,end:/[ \t]*(\w+)\b/, +contains:e.QUOTE_STRING_MODE.contains.concat(a)}),l={className:"string", +contains:[e.BACKSLASH_ESCAPE,t],variants:[e.inherit(n,{begin:"b'",end:"'" +}),e.inherit(i,{begin:'b"',end:'"'}),i,n,o]},s={className:"number",variants:[{ +begin:"\\b0b[01]+(?:_[01]+)*\\b"},{begin:"\\b0o[0-7]+(?:_[0-7]+)*\\b"},{ +begin:"\\b0x[\\da-f]+(?:_[\\da-f]+)*\\b"},{ +begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:e[+-]?\\d+)?" +}],relevance:0},c={ +keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile enum eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list match|0 mixed new object or private protected public real return string switch throw trait try unset use var void while xor yield", +literal:"false null true", +built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException UnhandledMatchError ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Stringable Throwable Traversable WeakReference WeakMap Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass" +};return{aliases:["php3","php4","php5","php6","php7","php8"], +case_insensitive:!0,keywords:c, +contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t] +}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}] +}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0, +keywords:"__halt_compiler"}),t,{className:"keyword",begin:/\$this\b/},r,{ +begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function", +relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0, +illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{ +begin:"=>",endsParent:!0},{className:"params",begin:"\\(",end:"\\)", +excludeBegin:!0,excludeEnd:!0,keywords:c, +contains:["self",r,e.C_BLOCK_COMMENT_MODE,l,s]}]},{className:"class",variants:[{ +beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait", +illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{ +beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{ +beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/, +contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",relevance:0,end:";", +contains:[e.UNDERSCORE_TITLE_MODE]},l,s]}}})()); +hljs.registerLanguage("php-template",(()=>{"use strict";return n=>({ +name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/, +subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"', +end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{ +illegal:null,className:null,contains:null,skip:!0 +}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null, +skip:!0})]}]})})()); +hljs.registerLanguage("plaintext",(()=>{"use strict";return t=>({ +name:"Plain text",aliases:["text","txt"],disableAutodetect:!0})})()); +hljs.registerLanguage("properties",(()=>{"use strict";return e=>{ +var n="[ \\t\\f]*",a=n+"[:=]"+n,t="("+a+"|[ \\t\\f]+)",r="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",s="([^\\\\:= \\t\\f\\n]|\\\\.)+",i={ +end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{ +begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties", +case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{ +returnBegin:!0,variants:[{begin:r+a,relevance:1},{begin:r+"[ \\t\\f]+", +relevance:0}],contains:[{className:"attr",begin:r,endsParent:!0,relevance:0}], +starts:i},{begin:s+t,returnBegin:!0,relevance:0,contains:[{className:"meta", +begin:s,endsParent:!0,relevance:0}],starts:i},{className:"attr",relevance:0, +begin:s+n+"$"}]}}})()); +hljs.registerLanguage("python",(()=>{"use strict";return e=>{const n={ +$pattern:/[A-Za-z]\w+|__\w+__/, +keyword:["and","as","assert","async","await","break","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"], +built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"], +literal:["__debug__","Ellipsis","False","None","NotImplemented","True"], +type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"] +},a={className:"meta",begin:/^(>>>|\.\.\.) /},i={className:"subst",begin:/\{/, +end:/\}/,keywords:n,illegal:/#/},s={begin:/\{\{/,relevance:0},t={ +className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{ +begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/, +contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{ +begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/, +contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{ +begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/, +contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/, +end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,i]},{begin:/([uU]|[rR])'/,end:/'/, +relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{ +begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/, +end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/, +contains:[e.BACKSLASH_ESCAPE,s,i]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/, +contains:[e.BACKSLASH_ESCAPE,s,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +},r="[0-9](_?[0-9])*",l=`(\\b(${r}))?\\.(${r})|\\b(${r})\\.`,b={ +className:"number",relevance:0,variants:[{ +begin:`(\\b(${r})|(${l}))[eE][+-]?(${r})[jJ]?\\b`},{begin:`(${l})[jJ]?`},{ +begin:"\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?\\b"},{ +begin:"\\b0[bB](_?[01])+[lL]?\\b"},{begin:"\\b0[oO](_?[0-7])+[lL]?\\b"},{ +begin:"\\b0[xX](_?[0-9a-fA-F])+[lL]?\\b"},{begin:`\\b(${r})[jJ]\\b`}]},o={ +className:"comment", +begin:(d=/# type:/,((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",d,")")), +end:/$/,keywords:n,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/, +endsWithParent:!0}]},c={className:"params",variants:[{className:"", +begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0, +keywords:n,contains:["self",a,b,t,e.HASH_COMMENT_MODE]}]};var d +;return i.contains=[t,b,a],{name:"Python",aliases:["py","gyp","ipython"], +keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,b,{begin:/\bself\b/},{ +beginKeywords:"if",relevance:0},t,o,e.HASH_COMMENT_MODE,{variants:[{ +className:"function",beginKeywords:"def"},{className:"class", +beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/, +contains:[e.UNDERSCORE_TITLE_MODE,c,{begin:/->/,endsWithParent:!0,keywords:n}] +},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[b,c,t]}]}}})()); +hljs.registerLanguage("python-repl",(()=>{"use strict";return s=>({ +aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$", +subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{ +begin:/^\.\.\.(?=[ ]|$)/}]}]})})()); +hljs.registerLanguage("r",(()=>{"use strict";function e(...e){return e.map((e=>{ +return(a=e)?"string"==typeof a?a:a.source:null;var a})).join("")}return a=>{ +const n=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/;return{name:"R", +illegal:/->/,keywords:{$pattern:n, +keyword:"function if in break next repeat else for while", +literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10", +built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm" +},compilerExtensions:[(a,n)=>{if(!a.beforeMatch)return +;if(a.starts)throw Error("beforeMatch cannot be used with starts") +;const i=Object.assign({},a);Object.keys(a).forEach((e=>{delete a[e] +})),a.begin=e(i.beforeMatch,e("(?=",i.begin,")")),a.starts={relevance:0, +contains:[Object.assign(i,{endsParent:!0})]},a.relevance=0,delete i.beforeMatch +}],contains:[a.COMMENT(/#'/,/$/,{contains:[{className:"doctag", +begin:"@examples",starts:{contains:[{begin:/\n/},{begin:/#'\s*(?=@[a-zA-Z]+)/, +endsParent:!0},{begin:/#'/,end:/$/,excludeBegin:!0}]}},{className:"doctag", +begin:"@param",end:/$/,contains:[{className:"variable",variants:[{begin:n},{ +begin:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{className:"doctag", +begin:/@[a-zA-Z]+/},{className:"meta-keyword",begin:/\\[a-zA-Z]+/}] +}),a.HASH_COMMENT_MODE,{className:"string",contains:[a.BACKSLASH_ESCAPE], +variants:[a.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/ +}),a.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/ +}),a.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/ +}),a.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/ +}),a.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/ +}),a.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"', +relevance:0},{begin:"'",end:"'",relevance:0}]},{className:"number",relevance:0, +beforeMatch:/([^a-zA-Z0-9._])/,variants:[{ +match:/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/},{ +match:/0[xX][0-9a-fA-F]+([pP][+-]?\d+)?[Li]?/},{ +match:/(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?[Li]?/}]},{begin:"%",end:"%"},{ +begin:e(/[a-zA-Z][a-zA-Z_0-9]*/,"\\s+<-\\s+")},{begin:"`",end:"`",contains:[{ +begin:/\\./}]}]}}})()); +hljs.registerLanguage("ruby",(()=>{"use strict";function e(...e){ +return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n +})).join("")}return n=>{ +const a="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",i={ +keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor __FILE__", +built_in:"proc lambda",literal:"true false nil"},s={className:"doctag", +begin:"@[A-Za-z]+"},r={begin:"#<",end:">"},b=[n.COMMENT("#","$",{contains:[s] +}),n.COMMENT("^=begin","^=end",{contains:[s],relevance:10 +}),n.COMMENT("^__END__","\\n$")],c={className:"subst",begin:/#\{/,end:/\}/, +keywords:i},t={className:"string",contains:[n.BACKSLASH_ESCAPE,c],variants:[{ +begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/, +end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{ +begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/, +end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{ +begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{ +begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{ +begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{ +begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{ +begin:/<<[-~]?'?(\w+)\n(?:[^\n]*\n)*?\s*\1\b/,returnBegin:!0,contains:[{ +begin:/<<[-~]?'?/},n.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/, +contains:[n.BACKSLASH_ESCAPE,c]})]}]},g="[0-9](_?[0-9])*",d={className:"number", +relevance:0,variants:[{ +begin:`\\b([1-9](_?[0-9])*|0)(\\.(${g}))?([eE][+-]?(${g})|r)?i?\\b`},{ +begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b" +},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{ +begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{ +begin:"\\b0(_?[0-7])+r?i?\\b"}]},l={className:"params",begin:"\\(",end:"\\)", +endsParent:!0,keywords:i},o=[t,{className:"class",beginKeywords:"class module", +end:"$|;",illegal:/=/,contains:[n.inherit(n.TITLE_MODE,{ +begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"}),{begin:"<\\s*",contains:[{ +begin:"("+n.IDENT_RE+"::)?"+n.IDENT_RE,relevance:0}]}].concat(b)},{ +className:"function",begin:e(/def\s+/,(_=a+"\\s*(\\(|;|$)",e("(?=",_,")"))), +relevance:0,keywords:"def",end:"$|;",contains:[n.inherit(n.TITLE_MODE,{begin:a +}),l].concat(b)},{begin:n.IDENT_RE+"::"},{className:"symbol", +begin:n.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol", +begin:":(?!\\s)",contains:[t,{begin:a}],relevance:0},d,{className:"variable", +begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{ +className:"params",begin:/\|/,end:/\|/,relevance:0,keywords:i},{ +begin:"("+n.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{ +className:"regexp",contains:[n.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{ +begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(", +end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}] +}].concat(r,b),relevance:0}].concat(r,b);var _;c.contains=o,l.contains=o +;const E=[{begin:/^\s*=>/,starts:{end:"$",contains:o}},{className:"meta", +begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])", +starts:{end:"$",contains:o}}];return b.unshift(r),{name:"Ruby", +aliases:["rb","gemspec","podspec","thor","irb"],keywords:i,illegal:/\/\*/, +contains:[n.SHEBANG({binary:"ruby"})].concat(E).concat(b).concat(o)}}})()); +hljs.registerLanguage("rust",(()=>{"use strict";return e=>{ +const n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!" +;return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?", +keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield", +literal:"true false Some None Ok Err",built_in:t},illegal:""}]}}})()); +hljs.registerLanguage("scss",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse() +;return a=>{const n=(e=>({IMPORTANT:{className:"meta",begin:"!important"}, +HEXCOLOR:{className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{className:"selector-attr",begin:/\[/,end:/\]/, +illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]} +}))(a),l=o,s=i,d="@[a-z-]+",c={className:"variable", +begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"};return{name:"SCSS",case_insensitive:!0, +illegal:"[=/|']",contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,{ +className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{ +className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0 +},n.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag", +begin:"\\b("+e.join("|")+")\\b",relevance:0},{className:"selector-pseudo", +begin:":("+s.join("|")+")"},{className:"selector-pseudo", +begin:"::("+l.join("|")+")"},c,{begin:/\(/,end:/\)/,contains:[a.CSS_NUMBER_MODE] +},{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{ +begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b" +},{begin:":",end:";", +contains:[c,n.HEXCOLOR,a.CSS_NUMBER_MODE,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,n.IMPORTANT] +},{begin:"@(page|font-face)",lexemes:d,keywords:"@page @font-face"},{begin:"@", +end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/, +keyword:"and or not only",attribute:t.join(" ")},contains:[{begin:d, +className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute" +},c,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,n.HEXCOLOR,a.CSS_NUMBER_MODE]}]}} +})()); +hljs.registerLanguage("shell",(()=>{"use strict";return s=>({ +name:"Shell Session",aliases:["console"],contains:[{className:"meta", +begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#]/,starts:{end:/[^\\](?=\s*$)/, +subLanguage:"bash"}}]})})()); +hljs.registerLanguage("sql",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function r(...r){ +return r.map((r=>e(r))).join("")}function t(...r){ +return"("+r.map((r=>e(r))).join("|")+")"}return e=>{ +const n=e.COMMENT("--","$"),a=["true","false","unknown"],i=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],s=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],o=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],c=s,l=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update ","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year","add","asc","collation","desc","final","first","last","view"].filter((e=>!s.includes(e))),u={ +begin:r(/\b/,t(...c),/\s*\(/),keywords:{built_in:c}};return{name:"SQL", +case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/, +keyword:((e,{exceptions:r,when:t}={})=>{const n=t +;return r=r||[],e.map((e=>e.match(/\|\d+$/)||r.includes(e)?e:n(e)?e+"|0":e)) +})(l,{when:e=>e.length<3}),literal:a,type:i, +built_in:["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"] +},contains:[{begin:t(...o),keywords:{$pattern:/[\w\.]+/,keyword:l.concat(o), +literal:a,type:i}},{className:"type", +begin:t("double precision","large object","with timezone","without timezone") +},u,{className:"variable",begin:/@[a-z0-9]+/},{className:"string",variants:[{ +begin:/'/,end:/'/,contains:[{begin:/''/}]}]},{begin:/"/,end:/"/,contains:[{ +begin:/""/}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"operator", +begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0}]}}})()); +hljs.registerLanguage("swift",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(e){return a("(?=",e,")")} +function a(...n){return n.map((n=>e(n))).join("")}function t(...n){ +return"("+n.map((n=>e(n))).join("|")+")"} +const i=e=>a(/\b/,e,/\w$/.test(e)?/\b/:/\B/),s=["Protocol","Type"].map(i),u=["init","self"].map(i),c=["Any","Self"],r=["associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],o=["false","nil","true"],l=["assignment","associativity","higherThan","left","lowerThan","none","right"],m=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],d=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],p=t(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),F=t(p,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),b=a(p,F,"*"),h=t(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),f=t(h,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),w=a(h,f,"*"),y=a(/[A-Z]/,f,"*"),g=["autoclosure",a(/convention\(/,t("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",a(/objc\(/,w,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","testable","UIApplicationMain","unknown","usableFromInline"],E=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"] +;return e=>{const p={match:/\s+/,relevance:0},h=e.COMMENT("/\\*","\\*/",{ +contains:["self"]}),v=[e.C_LINE_COMMENT_MODE,h],N={className:"keyword", +begin:a(/\./,n(t(...s,...u))),end:t(...s,...u),excludeBegin:!0},A={ +match:a(/\./,t(...r)),relevance:0 +},C=r.filter((e=>"string"==typeof e)).concat(["_|0"]),_={variants:[{ +className:"keyword", +match:t(...r.filter((e=>"string"!=typeof e)).concat(c).map(i),...u)}]},D={ +$pattern:t(/\b\w+/,/#\w+/),keyword:C.concat(m),literal:o},B=[N,A,_],k=[{ +match:a(/\./,t(...d)),relevance:0},{className:"built_in", +match:a(/\b/,t(...d),/(?=\()/)}],M={match:/->/,relevance:0},S=[M,{ +className:"operator",relevance:0,variants:[{match:b},{match:`\\.(\\.|${F})+`}] +}],x="([0-9a-fA-F]_*)+",I={className:"number",relevance:0,variants:[{ +match:"\\b(([0-9]_*)+)(\\.(([0-9]_*)+))?([eE][+-]?(([0-9]_*)+))?\\b"},{ +match:`\\b0x(${x})(\\.(${x}))?([pP][+-]?(([0-9]_*)+))?\\b`},{ +match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},O=(e="")=>({ +className:"subst",variants:[{match:a(/\\/,e,/[0\\tnr"']/)},{ +match:a(/\\/,e,/u\{[0-9a-fA-F]{1,8}\}/)}]}),T=(e="")=>({className:"subst", +match:a(/\\/,e,/[\t ]*(?:[\r\n]|\r\n)/)}),L=(e="")=>({className:"subst", +label:"interpol",begin:a(/\\/,e,/\(/),end:/\)/}),P=(e="")=>({begin:a(e,/"""/), +end:a(/"""/,e),contains:[O(e),T(e),L(e)]}),$=(e="")=>({begin:a(e,/"/), +end:a(/"/,e),contains:[O(e),L(e)]}),K={className:"string", +variants:[P(),P("#"),P("##"),P("###"),$(),$("#"),$("##"),$("###")]},j={ +match:a(/`/,w,/`/)},z=[j,{className:"variable",match:/\$\d+/},{ +className:"variable",match:`\\$${f}+`}],q=[{match:/(@|#)available/, +className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:E, +contains:[...S,I,K]}]}},{className:"keyword",match:a(/@/,t(...g))},{ +className:"meta",match:a(/@/,w)}],U={match:n(/\b[A-Z]/),relevance:0,contains:[{ +className:"type", +match:a(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,f,"+") +},{className:"type",match:y,relevance:0},{match:/[?!]+/,relevance:0},{ +match:/\.\.\./,relevance:0},{match:a(/\s+&\s+/,n(y)),relevance:0}]},Z={ +begin://,keywords:D,contains:[...v,...B,...q,M,U]};U.contains.push(Z) +;const G={begin:/\(/,end:/\)/,relevance:0,keywords:D,contains:["self",{ +match:a(w,/\s*:/),keywords:"_|0",relevance:0 +},...v,...B,...k,...S,I,K,...z,...q,U]},H={beginKeywords:"func",contains:[{ +className:"title",match:t(j.match,w,b),endsParent:!0,relevance:0},p]},R={ +begin://,contains:[...v,U]},V={begin:/\(/,end:/\)/,keywords:D, +contains:[{begin:t(n(a(w,/\s*:/)),n(a(w,/\s+/,w,/\s*:/))),end:/:/,relevance:0, +contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:w}] +},...v,...B,...S,I,K,...q,U,G],endsParent:!0,illegal:/["']/},W={ +className:"function",match:n(/\bfunc\b/),contains:[H,R,V,p],illegal:[/\[/,/%/] +},X={className:"function",match:/\b(subscript|init[?!]?)\s*(?=[<(])/,keywords:{ +keyword:"subscript init init? init!",$pattern:/\w+[?!]?/},contains:[R,V,p], +illegal:/\[|%/},J={beginKeywords:"operator",end:e.MATCH_NOTHING_RE,contains:[{ +className:"title",match:b,endsParent:!0,relevance:0}]},Q={ +beginKeywords:"precedencegroup",end:e.MATCH_NOTHING_RE,contains:[{ +className:"title",match:y,relevance:0},{begin:/{/,end:/}/,relevance:0, +endsParent:!0,keywords:[...l,...o],contains:[U]}]};for(const e of K.variants){ +const n=e.contains.find((e=>"interpol"===e.label));n.keywords=D +;const a=[...B,...k,...S,I,K,...z];n.contains=[...a,{begin:/\(/,end:/\)/, +contains:["self",...a]}]}return{name:"Swift",keywords:D,contains:[...v,W,X,{ +className:"class",beginKeywords:"struct protocol class extension enum", +end:"\\{",excludeEnd:!0,keywords:D,contains:[e.inherit(e.TITLE_MODE,{ +begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...B]},J,Q,{ +beginKeywords:"import",end:/$/,contains:[...v],relevance:0 +},...B,...k,...S,I,K,...z,...q,U,G]}}})()); +hljs.registerLanguage("typescript",(()=>{"use strict" +;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],s=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]) +;function t(e){return r("(?=",e,")")}function r(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return i=>{ +const c={$pattern:e, +keyword:n.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]), +literal:a, +built_in:s.concat(["any","void","number","boolean","string","object","never","enum"]) +},o={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},l=(e,n,a)=>{ +const s=e.contains.findIndex((e=>e.label===n)) +;if(-1===s)throw Error("can not find mode to replace");e.contains.splice(s,1,a) +},b=(i=>{const c=e,o={begin:/<[A-Za-z0-9\\._:-]+/, +end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{ +const a=e[0].length+e.index,s=e.input[a];"<"!==s?">"===s&&(((e,{after:n})=>{ +const a="", +returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{ +begin:i.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0 +},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f}]}] +},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{ +variants:[{begin:"<>",end:""},{begin:o.begin,"on:begin":o.isTrulyOpeningTag, +end:o.end}],subLanguage:"xml",contains:[{begin:o.begin,end:o.end,skip:!0, +contains:["self"]}]}],relevance:0},{className:"function", +beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:l, +contains:["self",i.inherit(i.TITLE_MODE,{begin:c}),A],illegal:/%/},{ +beginKeywords:"while if switch catch for"},{className:"function", +begin:i.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", +returnBegin:!0,contains:[A,i.inherit(i.TITLE_MODE,{begin:c})]},{variants:[{ +begin:"\\."+c},{begin:"\\$"+c}],relevance:0},{className:"class", +beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{ +beginKeywords:"extends"},i.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/, +end:/[{;]/,excludeEnd:!0,contains:[i.inherit(i.TITLE_MODE,{begin:c}),"self",A] +},{begin:"(get|set)\\s+(?="+c+"\\()",end:/\{/,keywords:"get set", +contains:[i.inherit(i.TITLE_MODE,{begin:c}),{begin:/\(\)/},A]},{begin:/\$[(.]/}] +}})(i) +;return Object.assign(b.keywords,c),b.exports.PARAMS_CONTAINS.push(o),b.contains=b.contains.concat([o,{ +beginKeywords:"namespace",end:/\{/,excludeEnd:!0},{beginKeywords:"interface", +end:/\{/,excludeEnd:!0,keywords:"interface extends" +}]),l(b,"shebang",i.SHEBANG()),l(b,"use_strict",{className:"meta",relevance:10, +begin:/^\s*['"]use strict['"]/ +}),b.contains.find((e=>"function"===e.className)).relevance=0,Object.assign(b,{ +name:"TypeScript",aliases:["ts","tsx"]}),b}})()); +hljs.registerLanguage("vbnet",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}function t(...n){ +return"("+n.map((n=>e(n))).join("|")+")"}return e=>{ +const a=/\d{1,2}\/\d{1,2}\/\d{4}/,i=/\d{4}-\d{1,2}-\d{1,2}/,s=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,r=/\d{1,2}(:\d{1,2}){1,2}/,o={ +className:"literal",variants:[{begin:n(/# */,t(i,a),/ *#/)},{ +begin:n(/# */,r,/ *#/)},{begin:n(/# */,s,/ *#/)},{ +begin:n(/# */,t(i,a),/ +/,t(s,r),/ *#/)}]},l=e.COMMENT(/'''/,/$/,{contains:[{ +className:"doctag",begin:/<\/?/,end:/>/}]}),c=e.COMMENT(null,/$/,{variants:[{ +begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET", +aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{ +keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield", +built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort", +type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort", +literal:"true false nothing"}, +illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[{ +className:"string",begin:/"(""|[^/n])"C\b/},{className:"string",begin:/"/, +end:/"/,illegal:/\n/,contains:[{begin:/""/}]},o,{className:"number",relevance:0, +variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/ +},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{ +begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},{ +className:"label",begin:/^\w+:/},l,c,{className:"meta", +begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/, +end:/$/,keywords:{ +"meta-keyword":"const disable else elseif enable end externalsource if region then" +},contains:[c]}]}}})()); +hljs.registerLanguage("yaml",(()=>{"use strict";return e=>{ +var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*'()[\\]]+",s={ +className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/ +},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable", +variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},i=e.inherit(s,{ +variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={ +end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},t={begin:/\{/, +end:/\}/,contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]", +contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{ +begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{ +begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$", +relevance:10},{className:"string", +begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{ +begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0, +relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type", +begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a +},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta", +begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)", +relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{ +className:"number", +begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b" +},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},t,g,s],r=[...b] +;return r.pop(),r.push(i),l.contains=r,{name:"YAML",case_insensitive:!0, +aliases:["yml"],contains:b}}})()); \ No newline at end of file diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000..1cf13b9 Binary files /dev/null and b/assets/images/favicon.png differ diff --git a/assets/javascripts/bundle.b425cdc4.min.js b/assets/javascripts/bundle.b425cdc4.min.js new file mode 100644 index 0000000..201e523 --- /dev/null +++ b/assets/javascripts/bundle.b425cdc4.min.js @@ -0,0 +1,29 @@ +"use strict";(()=>{var Ci=Object.create;var gr=Object.defineProperty;var Ri=Object.getOwnPropertyDescriptor;var ki=Object.getOwnPropertyNames,Ht=Object.getOwnPropertySymbols,Hi=Object.getPrototypeOf,yr=Object.prototype.hasOwnProperty,nn=Object.prototype.propertyIsEnumerable;var rn=(e,t,r)=>t in e?gr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,P=(e,t)=>{for(var r in t||(t={}))yr.call(t,r)&&rn(e,r,t[r]);if(Ht)for(var r of Ht(t))nn.call(t,r)&&rn(e,r,t[r]);return e};var on=(e,t)=>{var r={};for(var n in e)yr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ht)for(var n of Ht(e))t.indexOf(n)<0&&nn.call(e,n)&&(r[n]=e[n]);return r};var Pt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Pi=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of ki(t))!yr.call(e,o)&&o!==r&&gr(e,o,{get:()=>t[o],enumerable:!(n=Ri(t,o))||n.enumerable});return e};var yt=(e,t,r)=>(r=e!=null?Ci(Hi(e)):{},Pi(t||!e||!e.__esModule?gr(r,"default",{value:e,enumerable:!0}):r,e));var sn=Pt((xr,an)=>{(function(e,t){typeof xr=="object"&&typeof an!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(xr,function(){"use strict";function e(r){var n=!0,o=!1,i=null,s={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function a(O){return!!(O&&O!==document&&O.nodeName!=="HTML"&&O.nodeName!=="BODY"&&"classList"in O&&"contains"in O.classList)}function f(O){var Qe=O.type,De=O.tagName;return!!(De==="INPUT"&&s[Qe]&&!O.readOnly||De==="TEXTAREA"&&!O.readOnly||O.isContentEditable)}function c(O){O.classList.contains("focus-visible")||(O.classList.add("focus-visible"),O.setAttribute("data-focus-visible-added",""))}function u(O){O.hasAttribute("data-focus-visible-added")&&(O.classList.remove("focus-visible"),O.removeAttribute("data-focus-visible-added"))}function p(O){O.metaKey||O.altKey||O.ctrlKey||(a(r.activeElement)&&c(r.activeElement),n=!0)}function m(O){n=!1}function d(O){a(O.target)&&(n||f(O.target))&&c(O.target)}function h(O){a(O.target)&&(O.target.classList.contains("focus-visible")||O.target.hasAttribute("data-focus-visible-added"))&&(o=!0,window.clearTimeout(i),i=window.setTimeout(function(){o=!1},100),u(O.target))}function v(O){document.visibilityState==="hidden"&&(o&&(n=!0),Y())}function Y(){document.addEventListener("mousemove",N),document.addEventListener("mousedown",N),document.addEventListener("mouseup",N),document.addEventListener("pointermove",N),document.addEventListener("pointerdown",N),document.addEventListener("pointerup",N),document.addEventListener("touchmove",N),document.addEventListener("touchstart",N),document.addEventListener("touchend",N)}function B(){document.removeEventListener("mousemove",N),document.removeEventListener("mousedown",N),document.removeEventListener("mouseup",N),document.removeEventListener("pointermove",N),document.removeEventListener("pointerdown",N),document.removeEventListener("pointerup",N),document.removeEventListener("touchmove",N),document.removeEventListener("touchstart",N),document.removeEventListener("touchend",N)}function N(O){O.target.nodeName&&O.target.nodeName.toLowerCase()==="html"||(n=!1,B())}document.addEventListener("keydown",p,!0),document.addEventListener("mousedown",m,!0),document.addEventListener("pointerdown",m,!0),document.addEventListener("touchstart",m,!0),document.addEventListener("visibilitychange",v,!0),Y(),r.addEventListener("focus",d,!0),r.addEventListener("blur",h,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var cn=Pt(Er=>{(function(e){var t=function(){try{return!!Symbol.iterator}catch(c){return!1}},r=t(),n=function(c){var u={next:function(){var p=c.shift();return{done:p===void 0,value:p}}};return r&&(u[Symbol.iterator]=function(){return u}),u},o=function(c){return encodeURIComponent(c).replace(/%20/g,"+")},i=function(c){return decodeURIComponent(String(c).replace(/\+/g," "))},s=function(){var c=function(p){Object.defineProperty(this,"_entries",{writable:!0,value:{}});var m=typeof p;if(m!=="undefined")if(m==="string")p!==""&&this._fromString(p);else if(p instanceof c){var d=this;p.forEach(function(B,N){d.append(N,B)})}else if(p!==null&&m==="object")if(Object.prototype.toString.call(p)==="[object Array]")for(var h=0;hd[0]?1:0}),c._entries&&(c._entries={});for(var p=0;p1?i(d[1]):"")}})})(typeof global!="undefined"?global:typeof window!="undefined"?window:typeof self!="undefined"?self:Er);(function(e){var t=function(){try{var o=new e.URL("b","http://a");return o.pathname="c d",o.href==="http://a/c%20d"&&o.searchParams}catch(i){return!1}},r=function(){var o=e.URL,i=function(f,c){typeof f!="string"&&(f=String(f)),c&&typeof c!="string"&&(c=String(c));var u=document,p;if(c&&(e.location===void 0||c!==e.location.href)){c=c.toLowerCase(),u=document.implementation.createHTMLDocument(""),p=u.createElement("base"),p.href=c,u.head.appendChild(p);try{if(p.href.indexOf(c)!==0)throw new Error(p.href)}catch(O){throw new Error("URL unable to set base "+c+" due to "+O)}}var m=u.createElement("a");m.href=f,p&&(u.body.appendChild(m),m.href=m.href);var d=u.createElement("input");if(d.type="url",d.value=f,m.protocol===":"||!/:/.test(m.href)||!d.checkValidity()&&!c)throw new TypeError("Invalid URL");Object.defineProperty(this,"_anchorElement",{value:m});var h=new e.URLSearchParams(this.search),v=!0,Y=!0,B=this;["append","delete","set"].forEach(function(O){var Qe=h[O];h[O]=function(){Qe.apply(h,arguments),v&&(Y=!1,B.search=h.toString(),Y=!0)}}),Object.defineProperty(this,"searchParams",{value:h,enumerable:!0});var N=void 0;Object.defineProperty(this,"_updateSearchParams",{enumerable:!1,configurable:!1,writable:!1,value:function(){this.search!==N&&(N=this.search,Y&&(v=!1,this.searchParams._fromString(this.search),v=!0))}})},s=i.prototype,a=function(f){Object.defineProperty(s,f,{get:function(){return this._anchorElement[f]},set:function(c){this._anchorElement[f]=c},enumerable:!0})};["hash","host","hostname","port","protocol"].forEach(function(f){a(f)}),Object.defineProperty(s,"search",{get:function(){return this._anchorElement.search},set:function(f){this._anchorElement.search=f,this._updateSearchParams()},enumerable:!0}),Object.defineProperties(s,{toString:{get:function(){var f=this;return function(){return f.href}}},href:{get:function(){return this._anchorElement.href.replace(/\?$/,"")},set:function(f){this._anchorElement.href=f,this._updateSearchParams()},enumerable:!0},pathname:{get:function(){return this._anchorElement.pathname.replace(/(^\/?)/,"/")},set:function(f){this._anchorElement.pathname=f},enumerable:!0},origin:{get:function(){var f={"http:":80,"https:":443,"ftp:":21}[this._anchorElement.protocol],c=this._anchorElement.port!=f&&this._anchorElement.port!=="";return this._anchorElement.protocol+"//"+this._anchorElement.hostname+(c?":"+this._anchorElement.port:"")},enumerable:!0},password:{get:function(){return""},set:function(f){},enumerable:!0},username:{get:function(){return""},set:function(f){},enumerable:!0}}),i.createObjectURL=function(f){return o.createObjectURL.apply(o,arguments)},i.revokeObjectURL=function(f){return o.revokeObjectURL.apply(o,arguments)},e.URL=i};if(t()||r(),e.location!==void 0&&!("origin"in e.location)){var n=function(){return e.location.protocol+"//"+e.location.hostname+(e.location.port?":"+e.location.port:"")};try{Object.defineProperty(e.location,"origin",{get:n,enumerable:!0})}catch(o){setInterval(function(){e.location.origin=n()},100)}}})(typeof global!="undefined"?global:typeof window!="undefined"?window:typeof self!="undefined"?self:Er)});var qr=Pt((Mt,Nr)=>{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof Mt=="object"&&typeof Nr=="object"?Nr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof Mt=="object"?Mt.ClipboardJS=r():t.ClipboardJS=r()})(Mt,function(){return function(){var e={686:function(n,o,i){"use strict";i.d(o,{default:function(){return Ai}});var s=i(279),a=i.n(s),f=i(370),c=i.n(f),u=i(817),p=i.n(u);function m(j){try{return document.execCommand(j)}catch(T){return!1}}var d=function(T){var E=p()(T);return m("cut"),E},h=d;function v(j){var T=document.documentElement.getAttribute("dir")==="rtl",E=document.createElement("textarea");E.style.fontSize="12pt",E.style.border="0",E.style.padding="0",E.style.margin="0",E.style.position="absolute",E.style[T?"right":"left"]="-9999px";var H=window.pageYOffset||document.documentElement.scrollTop;return E.style.top="".concat(H,"px"),E.setAttribute("readonly",""),E.value=j,E}var Y=function(T,E){var H=v(T);E.container.appendChild(H);var I=p()(H);return m("copy"),H.remove(),I},B=function(T){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},H="";return typeof T=="string"?H=Y(T,E):T instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(T==null?void 0:T.type)?H=Y(T.value,E):(H=p()(T),m("copy")),H},N=B;function O(j){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?O=function(E){return typeof E}:O=function(E){return E&&typeof Symbol=="function"&&E.constructor===Symbol&&E!==Symbol.prototype?"symbol":typeof E},O(j)}var Qe=function(){var T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},E=T.action,H=E===void 0?"copy":E,I=T.container,q=T.target,Me=T.text;if(H!=="copy"&&H!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(q!==void 0)if(q&&O(q)==="object"&&q.nodeType===1){if(H==="copy"&&q.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(H==="cut"&&(q.hasAttribute("readonly")||q.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Me)return N(Me,{container:I});if(q)return H==="cut"?h(q):N(q,{container:I})},De=Qe;function $e(j){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?$e=function(E){return typeof E}:$e=function(E){return E&&typeof Symbol=="function"&&E.constructor===Symbol&&E!==Symbol.prototype?"symbol":typeof E},$e(j)}function Ei(j,T){if(!(j instanceof T))throw new TypeError("Cannot call a class as a function")}function tn(j,T){for(var E=0;E0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof I.action=="function"?I.action:this.defaultAction,this.target=typeof I.target=="function"?I.target:this.defaultTarget,this.text=typeof I.text=="function"?I.text:this.defaultText,this.container=$e(I.container)==="object"?I.container:document.body}},{key:"listenClick",value:function(I){var q=this;this.listener=c()(I,"click",function(Me){return q.onClick(Me)})}},{key:"onClick",value:function(I){var q=I.delegateTarget||I.currentTarget,Me=this.action(q)||"copy",kt=De({action:Me,container:this.container,target:this.target(q),text:this.text(q)});this.emit(kt?"success":"error",{action:Me,text:kt,trigger:q,clearSelection:function(){q&&q.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(I){return vr("action",I)}},{key:"defaultTarget",value:function(I){var q=vr("target",I);if(q)return document.querySelector(q)}},{key:"defaultText",value:function(I){return vr("text",I)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(I){var q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return N(I,q)}},{key:"cut",value:function(I){return h(I)}},{key:"isSupported",value:function(){var I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],q=typeof I=="string"?[I]:I,Me=!!document.queryCommandSupported;return q.forEach(function(kt){Me=Me&&!!document.queryCommandSupported(kt)}),Me}}]),E}(a()),Ai=Li},828:function(n){var o=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function s(a,f){for(;a&&a.nodeType!==o;){if(typeof a.matches=="function"&&a.matches(f))return a;a=a.parentNode}}n.exports=s},438:function(n,o,i){var s=i(828);function a(u,p,m,d,h){var v=c.apply(this,arguments);return u.addEventListener(m,v,h),{destroy:function(){u.removeEventListener(m,v,h)}}}function f(u,p,m,d,h){return typeof u.addEventListener=="function"?a.apply(null,arguments):typeof m=="function"?a.bind(null,document).apply(null,arguments):(typeof u=="string"&&(u=document.querySelectorAll(u)),Array.prototype.map.call(u,function(v){return a(v,p,m,d,h)}))}function c(u,p,m,d){return function(h){h.delegateTarget=s(h.target,p),h.delegateTarget&&d.call(u,h)}}n.exports=f},879:function(n,o){o.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},o.nodeList=function(i){var s=Object.prototype.toString.call(i);return i!==void 0&&(s==="[object NodeList]"||s==="[object HTMLCollection]")&&"length"in i&&(i.length===0||o.node(i[0]))},o.string=function(i){return typeof i=="string"||i instanceof String},o.fn=function(i){var s=Object.prototype.toString.call(i);return s==="[object Function]"}},370:function(n,o,i){var s=i(879),a=i(438);function f(m,d,h){if(!m&&!d&&!h)throw new Error("Missing required arguments");if(!s.string(d))throw new TypeError("Second argument must be a String");if(!s.fn(h))throw new TypeError("Third argument must be a Function");if(s.node(m))return c(m,d,h);if(s.nodeList(m))return u(m,d,h);if(s.string(m))return p(m,d,h);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function c(m,d,h){return m.addEventListener(d,h),{destroy:function(){m.removeEventListener(d,h)}}}function u(m,d,h){return Array.prototype.forEach.call(m,function(v){v.addEventListener(d,h)}),{destroy:function(){Array.prototype.forEach.call(m,function(v){v.removeEventListener(d,h)})}}}function p(m,d,h){return a(document.body,m,d,h)}n.exports=f},817:function(n){function o(i){var s;if(i.nodeName==="SELECT")i.focus(),s=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var a=i.hasAttribute("readonly");a||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),a||i.removeAttribute("readonly"),s=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var f=window.getSelection(),c=document.createRange();c.selectNodeContents(i),f.removeAllRanges(),f.addRange(c),s=f.toString()}return s}n.exports=o},279:function(n){function o(){}o.prototype={on:function(i,s,a){var f=this.e||(this.e={});return(f[i]||(f[i]=[])).push({fn:s,ctx:a}),this},once:function(i,s,a){var f=this;function c(){f.off(i,c),s.apply(a,arguments)}return c._=s,this.on(i,c,a)},emit:function(i){var s=[].slice.call(arguments,1),a=((this.e||(this.e={}))[i]||[]).slice(),f=0,c=a.length;for(f;f{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var rs=/["'&<>]/;Yo.exports=ns;function ns(e){var t=""+e,r=rs.exec(t);if(!r)return t;var n,o="",i=0,s=0;for(i=r.index;i0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function W(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,i=[],s;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(a){s={error:a}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return i}function D(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n1||a(m,d)})})}function a(m,d){try{f(n[m](d))}catch(h){p(i[0][3],h)}}function f(m){m.value instanceof et?Promise.resolve(m.value.v).then(c,u):p(i[0][2],m)}function c(m){a("next",m)}function u(m){a("throw",m)}function p(m,d){m(d),i.shift(),i.length&&a(i[0][0],i[0][1])}}function pn(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof Ee=="function"?Ee(e):e[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=e[i]&&function(s){return new Promise(function(a,f){s=e[i](s),o(a,f,s.done,s.value)})}}function o(i,s,a,f){Promise.resolve(f).then(function(c){i({value:c,done:a})},s)}}function C(e){return typeof e=="function"}function at(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var It=at(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(n,o){return o+1+") "+n.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function Ve(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ie=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,o,i;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=Ee(s),f=a.next();!f.done;f=a.next()){var c=f.value;c.remove(this)}}catch(v){t={error:v}}finally{try{f&&!f.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var u=this.initialTeardown;if(C(u))try{u()}catch(v){i=v instanceof It?v.errors:[v]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var m=Ee(p),d=m.next();!d.done;d=m.next()){var h=d.value;try{ln(h)}catch(v){i=i!=null?i:[],v instanceof It?i=D(D([],W(i)),W(v.errors)):i.push(v)}}}catch(v){n={error:v}}finally{try{d&&!d.done&&(o=m.return)&&o.call(m)}finally{if(n)throw n.error}}}if(i)throw new It(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)ln(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Ve(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Ve(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Sr=Ie.EMPTY;function jt(e){return e instanceof Ie||e&&"closed"in e&&C(e.remove)&&C(e.add)&&C(e.unsubscribe)}function ln(e){C(e)?e():e.unsubscribe()}var Le={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var st={setTimeout:function(e,t){for(var r=[],n=2;n0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,o=this,i=o.hasError,s=o.isStopped,a=o.observers;return i||s?Sr:(this.currentObservers=null,a.push(r),new Ie(function(){n.currentObservers=null,Ve(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,o=n.hasError,i=n.thrownError,s=n.isStopped;o?r.error(i):s&&r.complete()},t.prototype.asObservable=function(){var r=new F;return r.source=this,r},t.create=function(r,n){return new xn(r,n)},t}(F);var xn=function(e){ie(t,e);function t(r,n){var o=e.call(this)||this;return o.destination=r,o.source=n,o}return t.prototype.next=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.next)===null||o===void 0||o.call(n,r)},t.prototype.error=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.error)===null||o===void 0||o.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,o;return(o=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&o!==void 0?o:Sr},t}(x);var Et={now:function(){return(Et.delegate||Date).now()},delegate:void 0};var wt=function(e){ie(t,e);function t(r,n,o){r===void 0&&(r=1/0),n===void 0&&(n=1/0),o===void 0&&(o=Et);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=n,i._timestampProvider=o,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,n),i}return t.prototype.next=function(r){var n=this,o=n.isStopped,i=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,f=n._windowTime;o||(i.push(r),!s&&i.push(a.now()+f)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),o=this,i=o._infiniteTimeWindow,s=o._buffer,a=s.slice(),f=0;f0?e.prototype.requestAsyncId.call(this,r,n,o):(r.actions.push(this),r._scheduled||(r._scheduled=ut.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,n,o){var i;if(o===void 0&&(o=0),o!=null?o>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,n,o);var s=r.actions;n!=null&&((i=s[s.length-1])===null||i===void 0?void 0:i.id)!==n&&(ut.cancelAnimationFrame(n),r._scheduled=void 0)},t}(Wt);var Sn=function(e){ie(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var n=this._scheduled;this._scheduled=void 0;var o=this.actions,i;r=r||o.shift();do if(i=r.execute(r.state,r.delay))break;while((r=o[0])&&r.id===n&&o.shift());if(this._active=!1,i){for(;(r=o[0])&&r.id===n&&o.shift();)r.unsubscribe();throw i}},t}(Dt);var Oe=new Sn(wn);var M=new F(function(e){return e.complete()});function Vt(e){return e&&C(e.schedule)}function Cr(e){return e[e.length-1]}function Ye(e){return C(Cr(e))?e.pop():void 0}function Te(e){return Vt(Cr(e))?e.pop():void 0}function zt(e,t){return typeof Cr(e)=="number"?e.pop():t}var pt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Nt(e){return C(e==null?void 0:e.then)}function qt(e){return C(e[ft])}function Kt(e){return Symbol.asyncIterator&&C(e==null?void 0:e[Symbol.asyncIterator])}function Qt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function zi(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Yt=zi();function Gt(e){return C(e==null?void 0:e[Yt])}function Bt(e){return un(this,arguments,function(){var r,n,o,i;return $t(this,function(s){switch(s.label){case 0:r=e.getReader(),s.label=1;case 1:s.trys.push([1,,9,10]),s.label=2;case 2:return[4,et(r.read())];case 3:return n=s.sent(),o=n.value,i=n.done,i?[4,et(void 0)]:[3,5];case 4:return[2,s.sent()];case 5:return[4,et(o)];case 6:return[4,s.sent()];case 7:return s.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function Jt(e){return C(e==null?void 0:e.getReader)}function U(e){if(e instanceof F)return e;if(e!=null){if(qt(e))return Ni(e);if(pt(e))return qi(e);if(Nt(e))return Ki(e);if(Kt(e))return On(e);if(Gt(e))return Qi(e);if(Jt(e))return Yi(e)}throw Qt(e)}function Ni(e){return new F(function(t){var r=e[ft]();if(C(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function qi(e){return new F(function(t){for(var r=0;r=2;return function(n){return n.pipe(e?A(function(o,i){return e(o,i,n)}):de,ge(1),r?He(t):Dn(function(){return new Zt}))}}function Vn(){for(var e=[],t=0;t=2,!0))}function pe(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new x}:t,n=e.resetOnError,o=n===void 0?!0:n,i=e.resetOnComplete,s=i===void 0?!0:i,a=e.resetOnRefCountZero,f=a===void 0?!0:a;return function(c){var u,p,m,d=0,h=!1,v=!1,Y=function(){p==null||p.unsubscribe(),p=void 0},B=function(){Y(),u=m=void 0,h=v=!1},N=function(){var O=u;B(),O==null||O.unsubscribe()};return y(function(O,Qe){d++,!v&&!h&&Y();var De=m=m!=null?m:r();Qe.add(function(){d--,d===0&&!v&&!h&&(p=$r(N,f))}),De.subscribe(Qe),!u&&d>0&&(u=new rt({next:function($e){return De.next($e)},error:function($e){v=!0,Y(),p=$r(B,o,$e),De.error($e)},complete:function(){h=!0,Y(),p=$r(B,s),De.complete()}}),U(O).subscribe(u))})(c)}}function $r(e,t){for(var r=[],n=2;ne.next(document)),e}function K(e,t=document){return Array.from(t.querySelectorAll(e))}function z(e,t=document){let r=ce(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function ce(e,t=document){return t.querySelector(e)||void 0}function _e(){return document.activeElement instanceof HTMLElement&&document.activeElement||void 0}function tr(e){return L(b(document.body,"focusin"),b(document.body,"focusout")).pipe(ke(1),l(()=>{let t=_e();return typeof t!="undefined"?e.contains(t):!1}),V(e===_e()),J())}function Xe(e){return{x:e.offsetLeft,y:e.offsetTop}}function Kn(e){return L(b(window,"load"),b(window,"resize")).pipe(Ce(0,Oe),l(()=>Xe(e)),V(Xe(e)))}function rr(e){return{x:e.scrollLeft,y:e.scrollTop}}function dt(e){return L(b(e,"scroll"),b(window,"resize")).pipe(Ce(0,Oe),l(()=>rr(e)),V(rr(e)))}var Yn=function(){if(typeof Map!="undefined")return Map;function e(t,r){var n=-1;return t.some(function(o,i){return o[0]===r?(n=i,!0):!1}),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(r){var n=e(this.__entries__,r),o=this.__entries__[n];return o&&o[1]},t.prototype.set=function(r,n){var o=e(this.__entries__,r);~o?this.__entries__[o][1]=n:this.__entries__.push([r,n])},t.prototype.delete=function(r){var n=this.__entries__,o=e(n,r);~o&&n.splice(o,1)},t.prototype.has=function(r){return!!~e(this.__entries__,r)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(r,n){n===void 0&&(n=null);for(var o=0,i=this.__entries__;o0},e.prototype.connect_=function(){!Wr||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),va?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!Wr||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var r=t.propertyName,n=r===void 0?"":r,o=ba.some(function(i){return!!~n.indexOf(i)});o&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),Gn=function(e,t){for(var r=0,n=Object.keys(t);r0},e}(),Jn=typeof WeakMap!="undefined"?new WeakMap:new Yn,Xn=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var r=ga.getInstance(),n=new La(t,r,this);Jn.set(this,n)}return e}();["observe","unobserve","disconnect"].forEach(function(e){Xn.prototype[e]=function(){var t;return(t=Jn.get(this))[e].apply(t,arguments)}});var Aa=function(){return typeof nr.ResizeObserver!="undefined"?nr.ResizeObserver:Xn}(),Zn=Aa;var eo=new x,Ca=$(()=>k(new Zn(e=>{for(let t of e)eo.next(t)}))).pipe(g(e=>L(ze,k(e)).pipe(R(()=>e.disconnect()))),X(1));function he(e){return{width:e.offsetWidth,height:e.offsetHeight}}function ye(e){return Ca.pipe(S(t=>t.observe(e)),g(t=>eo.pipe(A(({target:r})=>r===e),R(()=>t.unobserve(e)),l(()=>he(e)))),V(he(e)))}function bt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function ar(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}var to=new x,Ra=$(()=>k(new IntersectionObserver(e=>{for(let t of e)to.next(t)},{threshold:0}))).pipe(g(e=>L(ze,k(e)).pipe(R(()=>e.disconnect()))),X(1));function sr(e){return Ra.pipe(S(t=>t.observe(e)),g(t=>to.pipe(A(({target:r})=>r===e),R(()=>t.unobserve(e)),l(({isIntersecting:r})=>r))))}function ro(e,t=16){return dt(e).pipe(l(({y:r})=>{let n=he(e),o=bt(e);return r>=o.height-n.height-t}),J())}var cr={drawer:z("[data-md-toggle=drawer]"),search:z("[data-md-toggle=search]")};function no(e){return cr[e].checked}function Ke(e,t){cr[e].checked!==t&&cr[e].click()}function Ue(e){let t=cr[e];return b(t,"change").pipe(l(()=>t.checked),V(t.checked))}function ka(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function Ha(){return L(b(window,"compositionstart").pipe(l(()=>!0)),b(window,"compositionend").pipe(l(()=>!1))).pipe(V(!1))}function oo(){let e=b(window,"keydown").pipe(A(t=>!(t.metaKey||t.ctrlKey)),l(t=>({mode:no("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),A(({mode:t,type:r})=>{if(t==="global"){let n=_e();if(typeof n!="undefined")return!ka(n,r)}return!0}),pe());return Ha().pipe(g(t=>t?M:e))}function le(){return new URL(location.href)}function ot(e){location.href=e.href}function io(){return new x}function ao(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)ao(e,r)}function _(e,t,...r){let n=document.createElement(e);if(t)for(let o of Object.keys(t))typeof t[o]!="undefined"&&(typeof t[o]!="boolean"?n.setAttribute(o,t[o]):n.setAttribute(o,""));for(let o of r)ao(n,o);return n}function fr(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function so(){return location.hash.substring(1)}function Dr(e){let t=_("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function Pa(e){return L(b(window,"hashchange"),e).pipe(l(so),V(so()),A(t=>t.length>0),X(1))}function co(e){return Pa(e).pipe(l(t=>ce(`[id="${t}"]`)),A(t=>typeof t!="undefined"))}function Vr(e){let t=matchMedia(e);return er(r=>t.addListener(()=>r(t.matches))).pipe(V(t.matches))}function fo(){let e=matchMedia("print");return L(b(window,"beforeprint").pipe(l(()=>!0)),b(window,"afterprint").pipe(l(()=>!1))).pipe(V(e.matches))}function zr(e,t){return e.pipe(g(r=>r?t():M))}function ur(e,t={credentials:"same-origin"}){return ue(fetch(`${e}`,t)).pipe(fe(()=>M),g(r=>r.status!==200?Ot(()=>new Error(r.statusText)):k(r)))}function We(e,t){return ur(e,t).pipe(g(r=>r.json()),X(1))}function uo(e,t){let r=new DOMParser;return ur(e,t).pipe(g(n=>n.text()),l(n=>r.parseFromString(n,"text/xml")),X(1))}function pr(e){let t=_("script",{src:e});return $(()=>(document.head.appendChild(t),L(b(t,"load"),b(t,"error").pipe(g(()=>Ot(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(l(()=>{}),R(()=>document.head.removeChild(t)),ge(1))))}function po(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function lo(){return L(b(window,"scroll",{passive:!0}),b(window,"resize",{passive:!0})).pipe(l(po),V(po()))}function mo(){return{width:innerWidth,height:innerHeight}}function ho(){return b(window,"resize",{passive:!0}).pipe(l(mo),V(mo()))}function bo(){return G([lo(),ho()]).pipe(l(([e,t])=>({offset:e,size:t})),X(1))}function lr(e,{viewport$:t,header$:r}){let n=t.pipe(ee("size")),o=G([n,r]).pipe(l(()=>Xe(e)));return G([r,t,o]).pipe(l(([{height:i},{offset:s,size:a},{x:f,y:c}])=>({offset:{x:s.x-f,y:s.y-c+i},size:a})))}(()=>{function e(n,o){parent.postMessage(n,o||"*")}function t(...n){return n.reduce((o,i)=>o.then(()=>new Promise(s=>{let a=document.createElement("script");a.src=i,a.onload=s,document.body.appendChild(a)})),Promise.resolve())}var r=class extends EventTarget{constructor(n){super(),this.url=n,this.m=i=>{i.source===this.w&&(this.dispatchEvent(new MessageEvent("message",{data:i.data})),this.onmessage&&this.onmessage(i))},this.e=(i,s,a,f,c)=>{if(s===`${this.url}`){let u=new ErrorEvent("error",{message:i,filename:s,lineno:a,colno:f,error:c});this.dispatchEvent(u),this.onerror&&this.onerror(u)}};let o=document.createElement("iframe");o.hidden=!0,document.body.appendChild(this.iframe=o),this.w.document.open(),this.w.document.write(` + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

BlackBox M3 je mechanická stavebnice a představuje jednoduchý trezor. Skládá se z řady Potřebný materiál: překližkových dílů, vypálených na laseru, a několika dřevěných kolíků.

+

Na ovládacích kolečkách jsou vygravírované číselníky, na kterých se dá při výrobě nastavit požadovaný kód. Celý výrobek pak má tvar krychle o straně 128 mm, což je násobek 16, a tak se dá BlackBox jednoduše zkombinovat s dřívky.

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/blackBox/manual/index.html b/blackBox/manual/index.html new file mode 100644 index 0000000..1848622 --- /dev/null +++ b/blackBox/manual/index.html @@ -0,0 +1,1320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Manuál - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Manuál

+

RoboSvit schéma
+1. Připravíme si díly začínající písmenem B, které můžete vidět na obrázku

+
+ +

RoboSvit schéma
+2. Slepíme díly B0, B1 a B5 dle obrázku. Slepíme všechny současně, aby byla zachována kolmost

+
+ +

RoboSvit schéma
+3. Přilepíme díl B4

+
+ +

RoboSvit schéma
+4. Přilepíme díl B3

+
+ +

RoboSvit schéma
+5. Přilepíme díl B5 a máme hotové tělo trezoru

+
+ +

RoboSvit schéma
+6. Nachystáme si díly D0 a D1 a jako pomůcku si připravíme kousek dvou kolíků o průměru 10 mm a 7 mm. Následně slepíme díly D0 a D1 a aby nám na sebe díly seděly, vložíme do středního otvoru 10 mm kolík a do jednoho z krajních 7 mm kolík. Tím máme zajištěno, že se nám díly nepohnou a již je jen sevřeme svorkou.

+
+ +

RoboSvit schéma
+7. Nachystáme si dlouhý kolík (D6x33) a díly K0, K1, dva díly K2, čtyři díly K3 a tři díly K4.

+
+ +

RoboSvit schéma
+8. Nalepíme díly K0 a K1 na dlouhý kolík na sebe tak, aby konec kolíku byl zarovnaný s plochou dílu D0. Po slepení důkladně otřeme všechna místa, kde vyteklo lepidlo, především ve vnitřních rozích.

+
+ +

RoboSvit schéma
+9. Nalepíme díl D2 dle obrázku a opět důkladně otřeme přebytky lepidla

+
+ +

RoboSvit schéma
+10. Výsledný slepenec B z předchozího kroku nasuneme do slepence A (díly D0,D1). Zkontrolujeme, že se mohou vůči sobě otáčet, a pokud ne, lehce obrousíme kroužky K2 na slepenci B a střední otvor na slepenci A. Nic nelepíme!

+
+ +

RoboSvit schéma
+11. Nachystáme si jeden krátký kolík a díly S0, S1 a dva díly S1.

+
+ +

RoboSvit schéma
+12. Nalepíme díl S0 na kolík tak, aby byl konec kolíku zarovnaný s dílem S0.

+
+ +

RoboSvit schéma
+13. Nalepíme díl S1 a jakékoli přebytky lepidla důkladně otřeme

+
+ +

RoboSvit schéma
+14. Nalepíme druhý díl S1. Kroky 12 až 15 ještě 3x zopakujeme, abychom měli +tento díl 4x

+
+ +

RoboSvit schéma
+15. Postupně vložíme všechny čtyři slepence C do slepence A, a vyzkoušíme, jestli se může volně točit. Pokud ne, zkontrolujeme, jestli někde nezůstalo nadbytečné lepidlo, případně můžeme styčné plochy lehce obrousit. +Nic nelepíme!

+
+ +

RoboSvit schéma
+16. Připravíme si slepence A a B dle obrázku. Nic nelepíme!

+
+ +

RoboSvit schéma
+17. Nasuneme jeden díl K3 na kolík dle obrázku. Nic nelepíme!

+
+ +

RoboSvit schéma
+18. Postupně nalepíme všechny díly K3 na kolík i na předchozí díl K3

+
+ +

RoboSvit schéma
+19. Postupně nalepíme všechny díly K3 na kolík i na předchozí díl K3

+
+ +

RoboSvit schéma
+20. Postupně nalepíme všechny díly K3 na kolík i na předchozí díl K3

+
+ +

RoboSvit schéma
+21. Natočíme si západku dle obrázku. Nic nelepíme!

+
+ +

RoboSvit schéma
+22. Do jednoho z otvorů vložíme jeden ze čtyř slepenců C. Nic nelepíme!

+
+ +

RoboSvit schéma
+23. Otočíme západku zpět, aby nám držela slepenec C na místě. Slepenec C je třeba natočit tak aby se dalo otočit západkou. Nic nelepíme!

+
+ +

RoboSvit schéma
+24. Nasuneme kroužek S2 na kolík slepence C dle obrázku. Nic nelepíme!

+
+ +

RoboSvit schéma
+25. Nalepíme kroužek S3 na kolík i na předchozí kroužek S2

+
+ +

RoboSvit schéma
+26. Zopakujeme kroky 20 až 24 i pro ostatní slepence C

+
+ +

RoboSvit schéma
+27. Zopakujeme kroky 20 až 24 i pro ostatní slepence C

+
+ +

RoboSvit schéma
+28. Zopakujeme kroky 20 až 24 i pro ostatní slepence C

+
+ +

RoboSvit schéma
+29. Abychom mohli trezor otevřít, musíme na něm zadat správné heslo. Toto heslo si proto teď zvolíme pomocí čtyř číselníkových koleček S4. Abychom věděli, v jakém pořadí jsou číselníky za sebou, má každý z nich tečku, která pořadí prozrazuje. Zkontrolujeme si, že nemáme víc stejných číselníku a že je máme všechny. Pokud máme vše a máme zvolené heslo, můžeme přistoupit k nalepení číselníku.

+
+ +

RoboSvit schéma
+30. Postupně nalepíme všechny tři díly K4 dle obrázků

+
+ +

RoboSvit schéma
+31. Postupně nalepíme všechny tři díly K4 dle obrázků

+
+ +

RoboSvit schéma
+32. Necháme vše zaschnout a máme hotovo

+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electron/assets/Electron_comps-1.png b/electron/assets/Electron_comps-1.png new file mode 100644 index 0000000..c04e3b8 Binary files /dev/null and b/electron/assets/Electron_comps-1.png differ diff --git a/electron/assets/Electron_comps-10.png b/electron/assets/Electron_comps-10.png new file mode 100644 index 0000000..00efa06 Binary files /dev/null and b/electron/assets/Electron_comps-10.png differ diff --git a/electron/assets/Electron_comps-2.png b/electron/assets/Electron_comps-2.png new file mode 100644 index 0000000..2d2c1ba Binary files /dev/null and b/electron/assets/Electron_comps-2.png differ diff --git a/electron/assets/Electron_comps-3.png b/electron/assets/Electron_comps-3.png new file mode 100644 index 0000000..ee9fa73 Binary files /dev/null and b/electron/assets/Electron_comps-3.png differ diff --git a/electron/assets/Electron_comps-4.png b/electron/assets/Electron_comps-4.png new file mode 100644 index 0000000..9fad1fa Binary files /dev/null and b/electron/assets/Electron_comps-4.png differ diff --git a/electron/assets/Electron_comps-5.png b/electron/assets/Electron_comps-5.png new file mode 100644 index 0000000..8ef4dd0 Binary files /dev/null and b/electron/assets/Electron_comps-5.png differ diff --git a/electron/assets/Electron_comps-6.png b/electron/assets/Electron_comps-6.png new file mode 100644 index 0000000..3d0a88e Binary files /dev/null and b/electron/assets/Electron_comps-6.png differ diff --git a/electron/assets/Electron_comps-7.png b/electron/assets/Electron_comps-7.png new file mode 100644 index 0000000..2ad651a Binary files /dev/null and b/electron/assets/Electron_comps-7.png differ diff --git a/electron/assets/Electron_comps-8.png b/electron/assets/Electron_comps-8.png new file mode 100644 index 0000000..82f93fe Binary files /dev/null and b/electron/assets/Electron_comps-8.png differ diff --git a/electron/assets/Electron_comps-9.png b/electron/assets/Electron_comps-9.png new file mode 100644 index 0000000..231ac52 Binary files /dev/null and b/electron/assets/Electron_comps-9.png differ diff --git a/electron/assets/electron-01.svg b/electron/assets/electron-01.svg new file mode 100644 index 0000000..5f5690f --- /dev/null +++ b/electron/assets/electron-01.svg @@ -0,0 +1,123 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-02.svg b/electron/assets/electron-02.svg new file mode 100644 index 0000000..ad2e616 --- /dev/null +++ b/electron/assets/electron-02.svg @@ -0,0 +1,138 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + diff --git a/electron/assets/electron-03.svg b/electron/assets/electron-03.svg new file mode 100644 index 0000000..1b24ede --- /dev/null +++ b/electron/assets/electron-03.svg @@ -0,0 +1,139 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + diff --git a/electron/assets/electron-04.svg b/electron/assets/electron-04.svg new file mode 100644 index 0000000..2de58bf --- /dev/null +++ b/electron/assets/electron-04.svg @@ -0,0 +1,90 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-05.svg b/electron/assets/electron-05.svg new file mode 100644 index 0000000..b67ffe0 --- /dev/null +++ b/electron/assets/electron-05.svg @@ -0,0 +1,139 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + diff --git a/electron/assets/electron-06.svg b/electron/assets/electron-06.svg new file mode 100644 index 0000000..cb99983 --- /dev/null +++ b/electron/assets/electron-06.svg @@ -0,0 +1,134 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + C + + 100n + + + + + + + + + diff --git a/electron/assets/electron-07.svg b/electron/assets/electron-07.svg new file mode 100644 index 0000000..5608196 --- /dev/null +++ b/electron/assets/electron-07.svg @@ -0,0 +1,154 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + 1 + + + + + 2 + + + + 3 + + + + + diff --git a/electron/assets/electron-08.svg b/electron/assets/electron-08.svg new file mode 100644 index 0000000..2ddd9ee --- /dev/null +++ b/electron/assets/electron-08.svg @@ -0,0 +1,183 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + diff --git a/electron/assets/electron-09.svg b/electron/assets/electron-09.svg new file mode 100644 index 0000000..c060ef6 --- /dev/null +++ b/electron/assets/electron-09.svg @@ -0,0 +1,166 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + C + + 100μ + + + + + + + + + + diff --git a/electron/assets/electron-091.svg b/electron/assets/electron-091.svg new file mode 100644 index 0000000..67c9173 --- /dev/null +++ b/electron/assets/electron-091.svg @@ -0,0 +1,191 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + diff --git a/electron/assets/electron-10.png b/electron/assets/electron-10.png new file mode 100644 index 0000000..8561a4f Binary files /dev/null and b/electron/assets/electron-10.png differ diff --git a/electron/assets/electron-11.svg b/electron/assets/electron-11.svg new file mode 100644 index 0000000..6c20b29 --- /dev/null +++ b/electron/assets/electron-11.svg @@ -0,0 +1,355 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-12.svg b/electron/assets/electron-12.svg new file mode 100644 index 0000000..887549f --- /dev/null +++ b/electron/assets/electron-12.svg @@ -0,0 +1,519 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + A + + + + + + + + + + + + + + + V + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-13.svg b/electron/assets/electron-13.svg new file mode 100644 index 0000000..47e78a3 --- /dev/null +++ b/electron/assets/electron-13.svg @@ -0,0 +1,493 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + R + + + 560Ω + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-14.svg b/electron/assets/electron-14.svg new file mode 100644 index 0000000..03be8e0 --- /dev/null +++ b/electron/assets/electron-14.svg @@ -0,0 +1,664 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + A + + + + + + + + + + + + + + + V + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + R + + + 560Ω + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-15.svg b/electron/assets/electron-15.svg new file mode 100644 index 0000000..bed6347 --- /dev/null +++ b/electron/assets/electron-15.svg @@ -0,0 +1,490 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-21.svg b/electron/assets/electron-21.svg new file mode 100644 index 0000000..9b17e9d --- /dev/null +++ b/electron/assets/electron-21.svg @@ -0,0 +1,435 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-22.svg b/electron/assets/electron-22.svg new file mode 100644 index 0000000..0ac8882 --- /dev/null +++ b/electron/assets/electron-22.svg @@ -0,0 +1,472 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-23.png b/electron/assets/electron-23.png new file mode 100644 index 0000000..ed3ef15 Binary files /dev/null and b/electron/assets/electron-23.png differ diff --git a/electron/assets/electron-23.svg b/electron/assets/electron-23.svg new file mode 100644 index 0000000..b99d9b4 --- /dev/null +++ b/electron/assets/electron-23.svg @@ -0,0 +1,505 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-24.svg b/electron/assets/electron-24.svg new file mode 100644 index 0000000..92d5bd1 --- /dev/null +++ b/electron/assets/electron-24.svg @@ -0,0 +1,534 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + 1 + + + + + 2 + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-25.svg b/electron/assets/electron-25.svg new file mode 100644 index 0000000..96070d2 --- /dev/null +++ b/electron/assets/electron-25.svg @@ -0,0 +1,539 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + 2 + + + + 3 + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-26.svg b/electron/assets/electron-26.svg new file mode 100644 index 0000000..8097ae9 --- /dev/null +++ b/electron/assets/electron-26.svg @@ -0,0 +1,627 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + 1 + + + + + + 2 + + + + + 3 + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + C + + 100μ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-31.svg b/electron/assets/electron-31.svg new file mode 100644 index 0000000..1a3c96c --- /dev/null +++ b/electron/assets/electron-31.svg @@ -0,0 +1,806 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + + + 100kΩ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-32.svg b/electron/assets/electron-32.svg new file mode 100644 index 0000000..43e2989 --- /dev/null +++ b/electron/assets/electron-32.svg @@ -0,0 +1,593 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-33.svg b/electron/assets/electron-33.svg new file mode 100644 index 0000000..e490a2e --- /dev/null +++ b/electron/assets/electron-33.svg @@ -0,0 +1,1418 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + R + + + 560Ω + + + + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C + + 100n + + + + + + + + + + + + + + + + + C + + 47n + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-34.svg b/electron/assets/electron-34.svg new file mode 100644 index 0000000..706b55f --- /dev/null +++ b/electron/assets/electron-34.svg @@ -0,0 +1,1247 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + 1 + + + + 2 + + + 3 + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + R + + + 560Ω + + + + + + + + + + + + + + + + + + + + + LED + + + + + + + + + + + + + + C + + 100n + + + + + + + + + + + + + + + + + C + + 47n + + + + + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + C + + E + + + + + + + + + + + + + + B + + + + ~ + + + + ~ + + + + + + + + + + + R + + + 8.2kΩ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + R + + + 180Ω + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/assets/electron-38.svg b/electron/assets/electron-38.svg new file mode 100644 index 0000000..d507cae --- /dev/null +++ b/electron/assets/electron-38.svg @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electron/electron-lesson-1/index.html b/electron/electron-lesson-1/index.html new file mode 100644 index 0000000..f43470b --- /dev/null +++ b/electron/electron-lesson-1/index.html @@ -0,0 +1,1343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Electron lekce 1 - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Electron lekce 1

+

1. Tlačítko, rezistor a LED

+

Obvod obsahuje zdroj elektrického napětí, spotřebič – LED, rezistor, který omezuje proud procházející diodou, spínací tlačítko a spojovací vodiče. +Spojte na panelu zdířky dle schématu.

+

Po zmáčknutí tlačítka se rozsvítí LED. Stiskem tlačítka se spojí jeho kontakty a uzavře se elektrický obvod. Elektrický proud teče po dobu stisku tlačítka od plus (+) pólu baterie přes propojené součástky k minus (-) pólu baterie. Ve schématu je dioda zapojena v propustném směru neboli propouští proud a ten ji rozsvěcuje. Po uvolnění tlačítka se elektrický obvod přeruší, proud přestane procházet a LED zhasne.

+

Nyní zkuste připojit LED obráceně (prohoďte vzájemně konce vodičů upevněné ve zdířkách). Dioda je nyní zapojena v závěrném směru, nepropouští proud, a tedy po zmáčknutí tlačítka nesvítí.

+

Ověřili jste si tak základní vlastnost polovodičové diody – propouští proud jen v jednom směru. Tímto jednoduchým zapojením si můžete vždy, když máte pochybnosti, ověřit, jestli jsou jednotlivé diody v pořádku.

+

Můžete rozsvítit červenou, žlutou nebo zelenou diodu.

+

POZOR! Je nutné, aby v obvodu s LED byl vždy zařazen omezovací rezistor. Pokud byste připojili LED v propustném směru přímo na zdroj napětí – baterii, zcela jistě byste LED zničili.

+

+

Měřené hodnoty

+

+

Napětí na diodě je nižší než na vstupu. Je to způsobeno rezistorem, který snižuje protékající proud a napětí. Napětí na LED by mělo být zhruba 2 V. +Proud procházející LED je přibližně 16 mA, což stačí na to, aby se LED rozsvítila.

+

2. Sériové zapojení rezistorů

+

Vlastnosti sériového spojení rezistorů si můžete ověřit na modelu dle schématu. Po zapojení se rozsvítí. Pokud je přepínač v poloze nahoře, proud musí procházet oběma rezistory, z nichž každý svým dílem zmenšuje celkový proud v obvodu a LED svítí slaběji. Pokud přepnete přepínač do spodní polohy, proudu se do cesty nestaví rezistor 560 Ω a protéká tak pouze rezistorem 180Ω. Souhrnný odpor je tak menší, a proto je proud větší, a LED svítí silněji. V tomto schématu jsou zařazeny v sérii dva rezistory, ale je možno takhle za sebou propojit rezistorů více. Výsledný odpor R sériové kombinace rezistorů se rovná součtu hodnot jednotlivých rezistorů, v našem případě R = R3 + R2 = 560 + 180 = 740 Ω

+

+

Měřené hodnoty

+

+

Napětí na LED, při pozici přepínače v poloze dole, by mělo být zhruba 2 V, v poloze nahoře je to o něco méně 1,9 V.

+

Proud procházející LED při pozici přepínače v poloze dole, je stejný jako v prvním příkladě, tedy 16 mA, v poloze nahoře je to o dost méně skoro 4,3 mA, což stále stačí na to, aby se LED rozsvítila.

+

3. Paralelní zapojení rezistorů

+

Na tomto zapojení si můžete vyzkoušet, jaké vlastnosti bude mít zapojení rezistorů paralelně (souběžně) neboli vedle sebe. Zapojte obvod podle schématu. Rozsvítí se LED a po stisku tlačítka se rozsvítí silněji. Vysvětlení je následující: pokud je tlačítko rozepnuto, proud prochází přes rezistor a rozsvěcuje LED poněkud slaběji. Po stisknutí tlačítka začne proud procházet oběma rezistory současně a je proto větší. To se projeví zvětšením jasu LED.

+

Pro snadnější pochopení principu si představte situaci, kdy jedněmi dveřmi proudí do kina zástup lidí. V okamžiku, kdy se otevřou druhé dveře, začnou vcházet lidé i těmito dveřmi a kino se začne plnit rychleji.

+

Vraťme se k našemu schématu. V sériovém zapojení podle návodu č.2 byl výsledný odpor větší než odpor kteréhokoli použitého rezistoru. Paralelně můžeme spojit dva i více rezistorů. Výsledný odpor je vždy menší než hodnota nejmenšího z rezistorů zapojených paralelně. Přesně se výsledný odpor R v našem schématu vypočte podle vztahu:

+

R=\frac{R1\cdot R2}{R1 + R2}=\frac{560\cdot 180}{560+180}=136.2 \Omega

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electron/electron-lesson-2/index.html b/electron/electron-lesson-2/index.html new file mode 100644 index 0000000..2572c82 --- /dev/null +++ b/electron/electron-lesson-2/index.html @@ -0,0 +1,1528 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Electron lekce 2 - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + +

Electron lekce 2

+

4. AND

+

Pomocí tohoto obvodu pochopíte princip sériového zapojení spínačů, obvod je zároveň modelem tzv. logické funkce "AND" (česky "a zároveň"). Po propojení dle schématu přepněte přepínač nahoru do polohy "zapnuto" a zmáčkněte tlačítko – rozsvítí se LED. Po uvolnění tlačítka LED zhasne. Pokud přepnete přepínač dolů do polohy "vypnuto", po zmáčknutí tlačítka se LED nerozsvítí. Vyplývá z toho, že LED se při sériovém zapojení spínače a tlačítka rozsvítí jen tehdy, když jsou zároveň sepnuty spínač i tlačítko. Logická funkce obecně vyjadřuje vztah mezi vstupními veličinami, v našem případě stavy spínače a tlačítka (zapnuto nebo vypnuto) a výstupní veličinou, v tomto zapojení je to jas LED. Logická funkce se zapisuje do tabulky. V našem zapojení přiřadíme stavům, kdy jsou tlačítko nebo spínač sepnuty, logickou jedničku ( 1 ) – zapnuto, vypnutému tlačítku nebo spínači logickou nulu ( 0 ) - vypnuto. Pokud LED svítí, budeme brát, že výstupní hodnota je logická 1, pokud nesvítí, je hodnota výstupní veličiny logická 0.

+

Ve svém okolí byste našli překvapivé množství aplikaci této i jiných logických funkci. Tak například, pokud si chcete koupit nějakou věc, musí být v obchodě a zároveň musíte mít na ni peníze. Celý fascinující svět počítačů je založen na logických nulách a jedničkách a na neskutečně rychlém provádění logických operaci podle předem sestavených programů.

+

Tabulka logických hodnot funkce AND:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TlačítkoSpínačLED
000
010
100
111
+

+

5. OR

+

Paralelní neboli souběžné zapojení spínače a tlačítka má tu vlastnost, že LED lze zapnout nezávisle bud tlačítkem nebo spínačem. Na rozdíl od zapojení č.4, kde proud mohl protékat pouze jednou cestou, a to jen pokud byly spínač i tlačítko sepnuty, v tomto zapojení může téci proud buď sepnutým tlačítkem nebo sepnutým spínačem anebo oběma najednou. Tyto vlastnosti odpovídají logické funkci "OR" (česky "nebo"). Pokud opět označíme stavy tlačítka, spínače a LED logickými hodnotami, získáme pro funkci "OR" tabulku níže.

+

Jako příklad situace vyjadřující tuto logickou funkci lze například uvést: půjdete-li kupovat pečivo, můžete koupit bud rohlík nebo housku anebo také obojí.

+

Tabulka logických hodnot funkce OR:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TlačítkoSpínačLED
000
011
101
111
+

+

Úkol navíc

+

XOR

+

Vyřešte za použití dvou sad Electronu (ve dvojici). +K zapojení si také nakreslete schema.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Vstup 0Vstup 1LED
000
011
101
110
+

6. Přepínání barev

+

Po sestavení se rozsvítí červená nebo žlutá LED podle toho, v jaké poloze se zrovna nachází přepínač. Přepínačem můžete tedy střídat svit červené a žluté LED.

+

Obvod obsahuje, kromě zdroje napětí, omezovací rezistor 180Ω, který chrání LED před proudovým přetížením a přepínač, který pouští, v závislosti na své poloze, proud do jedné nebo druhé LED.

+

+

7. Potenciometr jako proměnný rezistor

+

Zapojte obvod podle schématu. Rozsvítí se LED silně nebo slaběji podle toho, v jaké poloze je regulační knoflík potenciometru. Otáčením regulačního knoflíku lze plynule měnit jas LED. +Pro pochopení funkce potenciometru je dobré vědět, jak je mechanicky konstruován. Pohled na potenciometr bez regulačního knoflíku je na obr 9.2. Odporová dráha podkovovitého tvaru je tvořena vrstvičkou odporového laku, na její konce jsou vodivě připojeny kovové vývody. Mezi těmito vývody je stálý odpor daný vlastnostmi odporové dráhy, ve stavebnici je potenciometr 10 kΩ. Znamená to, že jeho odporová dráha má odpor 10 kΩ. Až potud by byly elektrické vlastnosti shodné s pevným rezistorem. Potenciometr má však navíc tzv. jezdce – plíšek, který se dotýká odporové dráhy v jednom místě a toto místo dotyku se dá otáčením knoflíku měnit. Vyplývá z toho, že odpor mezi jezdcem a některým z konců odporové dráhy je závislý na poloze jezdce a že součet odporů mezi jezdcem a oběma konci dráhy je vždy roven celkovému odporu odporové dráhy. Pokud je jezdec otočen zcela k jednomu konci dráhy, je odpor mezi jezdcem a tímto koncem dráhy téměř nulový, mezi jezdcem a druhým koncem dráhy téměř roven celkovému odporu odporové dráhy.

+

+

Tyto vlastnosti si můžete ověřit, pokud budete měnit polohu regulačního knoflíku a přepínat přepínač. Pokud bude jezdec uprostřed, bude svítit LED při obou polohách přepínače stejně (slabě). Pokud pootočíte regulační knoflík mimo střed, bude při přepínání přepínače měnit LED skokem svůj jas podle toho, jaký odpor je právě mezi jezdcem a koncem odporové dráhy. Opět platí, že čím menší je odpor obvodu, tím větší je proud a také jas LED.

+

+

8. Prolínání barev

+

Zapojte obvod dle schématu, rozsvítí se vám jedna nebo obě LED podle toho, v jaké poloze se nachází zrovna jezdec potenciometru. Pokud je jezdec blíže ke krajní poloze "-", svítí jasněji žlutá LED, pokud je blíže poloze "+", svítí jasněji červená LED. Otáčením knoflíku můžete měnit jas obou LED tak, že to vypadá, jako by se světlo "přelévalo" z jedné do druhé.

+

+

9. Kondenzátor neboli zásobárna energie

+

Zapojte obvod dle schématu, při zapojování mějte přepínač ve spodní poloze. Nyní přepněte přepínač nahoru a červená LED blikne. Přepněte dolů a blikne žlutá LED. Co se v obvodu odehrálo? Kondenzátor je elektronická součástka, která je schopna uchovat elektrický náboj. +Znamená to, že pokud ke kondenzátoru připojíme zdroj napětí (v našem případě baterii), kondenzátor se nabije a podrží si napětí i po odpojení zdroje. Když nyní připojíme ke kondenzátoru elektrický spotřebič (v našem případě LED), bude se kondenzátor sám po určitou dobu chovat jako zdroj napětí a LED svítí, než se kondenzátor vybije. Při nabíjení teče kondenzátorem proud po dobu, než se napětí kondenzátoru vyrovná s napětím zdroje – to nám signalizuje v našem modelu červená LED. Při vybíjení se rozsvítí žlutá LED. Doba nabíjení a vybíjení kondenzátoru závisí na jeho kapacitě (čím větší kapacita, tím je doba delší) a velikosti elektrického proudu, kterým se kondenzátor nabijí nebo vybíjí (čím menší je proud, tím déle probíhá nabíjení nebo vybíjení). V našem obvodu je proud omezen pouze rezistorem 180 Ω, takže nabíjení a vybíjení probíhá rychle a LED svítí jen krátce. Kdybychom chtěli délku svitu prodloužit, museli bychom kondenzátor nabíjet přes větší rezistor, proud by byl ovšem malý na to, aby rozsvítil LED plným jasem. Tento problém je snadno řešitelný použitím tranzistoru, což si budete moci vyzkoušet v dalších zapojeních. Jednotka kapacity kondenzátoru je 1 F (Farad), v praxi se ovšem používají kondenzátory s kapacitou mnohonásobně menší, než 1 F, tomu odpovídají i běžně používané jednotky:

+

1 µF (čti mikrofarad) = 1 miliontina faradu
+1 nF (čti nanofarad) = 1 tisícina mikrofaradu
+1 pF (čti pikofarad) = 1 tisícina nanofaradu

+

Ve schématech se už většinou nepíše písmeno "F"- značka Faradu za hodnotu kondenzátoru, protože je zřejmé ze schématické značky, že jde o kondenzátor a hodnota je ve Faradech.

+

Při experimentování a zapojování elektrolytických kondenzátorů do obvodu je nutno dbát, aby vývod "+" byl připojen na vyšší napětí, než vývod "-". Při dlouhodobějším opačném připojení by mohlo dojít k poškození kondenzátoru.

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electron/electron-lesson-3/index.html b/electron/electron-lesson-3/index.html new file mode 100644 index 0000000..6ad1fc3 --- /dev/null +++ b/electron/electron-lesson-3/index.html @@ -0,0 +1,1296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Electron lekce 3 - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + +

Electron lekce 3

+

10. Experiment s tranzistorem

+

Tranzistor je polovodičová součástka se třemi vývody, které se nazývají báze, ve schématu označená jako(B), kolektor (C) a emitor (E).

+

Nejčastěji se tranzistor používá jako zesilovač elektrického proudu, jinak řečeno, prostřednictvím tranzistoru můžeme malými změnami proudu I tekoucího do báze tranzistoru vyvolávat velké změny proudu Ic tekoucího do kolektoru tranzistoru. Zjednodušeně lze také říct, že tranzistor představuje mezi kolektorem a emitorem odpor, jehož hodnotu lze měnit elektronicky (nikoli mechanicky, jako u potenciometru) velikostí proudu I, který teče do báze. Běžné tranzistory zesilují více než 100 krát, takže k sepnutí proudu Ic = 100 mA stačí, aby do báze tekl proud 1 mA. Proud v našem modelu teče podle schématu od plus pólu zdroje (baterie) a dělí se na proud tekoucí do báze přes odpor R a proud tekoucí do kolektoru přes LED a ochranný odpor R- Mezi bází – emitorem se chová tranzistor jako dioda v propustném směru, zjednodušeně můžeme říci, že má zanedbatelný odpor. Proud báze je tedy určen velikosti odporu připojeného k bázi (Čím větší odpor, tím menší proud).

+

Zapojte si nyní obvod podle obrázku na levé straně, zjistíte, že žlutá LED sotva znatelně svítí. Proud, který teče LED přes odpor 100 kΩ je příliš malý. V zapojení napravo stačí tento malý proud, protékající přes stejný odpor 100 kΩ do báze, k sepnutí tranzistoru, neboli ke zmenšení jeho odporu mezi kolektorem a emitorem natolik, že se LED rozsvítí. Zkuste nyní odpojit drát ze zdířky báze tranzistoru. LED zhasne, neboť jste odpojili proud do báze a tranzistor se rozepnul. Chytněte nyní odpojený vodič prsty za odizolovaný konec a druhou rukou se dotkněte zdířky báze tranzistoru, LED se rozsvítí, pokud ne, mírně si navlhčete prsty a znovu se dotkněte. Tělo totiž představuje rovněž elektrický odpor, kterým projde proud postačující k sepnutí tranzistoru v našem zapojení.

+

Pokud budete s tranzistorem experimentovat, dbejte, aby do báze tekl proud vždy přes odpor. Stejně jako u LED byste velkým proudem přímo z baterie tranzistor zničili.

+

+

11. Jednoduchý tranzistorový zesilovač

+

V mnoha případech, kdy je vstupní signál, který máme k dispozici, příliš malý na to, aby sepnul tranzistor, je nutno propojit několik tranzistorů za sebou, aby se celkové zesílení obvodu zvýšilo. +Jednoduchý zesilovač- tzv. Darlingtonovo zapojení je na schématu. Po zapojení se dotkněte zdířky báze T a přibližte se k nějakému (i vypnutému) elektrickému spotřebiči nebo kabelu. LED se rozsvítí, přestože do báze T zdánlivě neteče žádný proud. Vaše tělo nyní působí jako anténa pro okolní elektromagnetické pole a dotekem prstu přivedete do báze T proud velikosti deseti-tisícin mA, který ovšem stačí k pootevření tranzistoru T. Zesílený proud vycházející z emitoru T a vstupující do báze T stačí k sepnutí tranzistoru T a rozsvícení červené LED. Přestože se zdá, že při doteku LED svítí trvalým jasem, vlastně bliká, a to v rytmu změn okolního elektromagnetické pole, které mění svoji intenzitu stejně jako napětí a proud v elektrické síti 50 krát za sekundu. Změny jsou ovšem na lidské oko příliš rychlé, a proto vnímáme jas LED jako stálý. Pokud chcete toto blikání vidět, pohybujte panelem zlehka kývavě do stran od kabelu a sledujte LED.

+

+

12. Tranzistorový oscilátor

+

Zapojte obvod podle schématu. Obvod je už poněkud složitější, proto proveďte dílčí kontrolu po zapojení části oscilátoru, abyste snížili riziko chyby v celkovém zapojení a kontrolu po zapojení celého obvodu. Pokud jste si jisti, můžete připojit baterii. Stiskněte tlačítko a začnou blikat LED.

+

Co se v tomto zařízení odehrává? Po stisku tlačítka se přivede napájení k obvodu, jehož součástky a způsob zapojení je zvolen tak, aby v něm došlo ke kmitům, neboli aby se samočinně střídavě spínaly jeden nebo druhý tranzistor. Na kolektor T je s odporem R 560 Ω připojena LED, takže když je právě sepnut tento tranzistor, teče do kolektoru proud přes odpor R a LED a ta se rozsvítí. V okamžiku, kdy se T vypne, přestane do jeho kolektoru téci proud a LED zhasne.

+

+

13. Jednoduché poplašné zařízení

+

Zapojte obvod podle schématu. Je dobré provést dílčí kontrolu po zapojení části oscilátoru, kdy není na panelu ještě mnoho vodičů, sníží se tak riziko chyby v celkovém zapojení. Máte-li obvod celý zapojen a zkontrolován, připojte baterii a přepněte přepínač do polohy nahoře. Pokud jsou konce poplašných vodičů rozpojeny, rozsvítí se červená LED. Pokud konce poplašných vodičů spojíme, LED zhasne. Nyní můžete konce poplašných vodičů šikovně přilepit třeba na šuplík u stolu, který chcete hlídat nebo zatížit kontakty hlídanými předmětem a čekat až se někdo "chytí".

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electron/index.html b/electron/index.html new file mode 100644 index 0000000..435c19a --- /dev/null +++ b/electron/index.html @@ -0,0 +1,1320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + O co jde? - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

Electron je stavebnice pro výuku základních znalostí elektroniky. +Jednotlivé elektronické součástky jsou umístěny na samostatných deskách plošných spojů.

+

Spojování probíhá pomocí drátů, které se zasunou do předchystaných děr a zajistí se gumovými špunty. Alternativně jsou nachystány pinheady pro případné použití "čínských" kabelů s dutinkami.

+

Schématické značky

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NázevZnačkaElectron
Zdroj
Rezistor
Kondenzátor
Kondenzátor polarizovaný
LED
Tlačítko
Přepínač
Potenciometr
Tranzistor NPN
Tranzistor PNP
+
+ +

Správné zapojování kabelů k součástkám

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/assets/Electronic_dice-01.jpg b/electronicDie/assets/Electronic_dice-01.jpg new file mode 100644 index 0000000..225c701 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-01.jpg differ diff --git a/electronicDie/assets/Electronic_dice-02.jpg b/electronicDie/assets/Electronic_dice-02.jpg new file mode 100644 index 0000000..4ba9ab6 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-02.jpg differ diff --git a/electronicDie/assets/Electronic_dice-03.jpg b/electronicDie/assets/Electronic_dice-03.jpg new file mode 100644 index 0000000..9f9d1c6 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-03.jpg differ diff --git a/electronicDie/assets/Electronic_dice-04.jpg b/electronicDie/assets/Electronic_dice-04.jpg new file mode 100644 index 0000000..b4f8387 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-04.jpg differ diff --git a/electronicDie/assets/Electronic_dice-05.jpg b/electronicDie/assets/Electronic_dice-05.jpg new file mode 100644 index 0000000..cff562d Binary files /dev/null and b/electronicDie/assets/Electronic_dice-05.jpg differ diff --git a/electronicDie/assets/Electronic_dice-06.jpg b/electronicDie/assets/Electronic_dice-06.jpg new file mode 100644 index 0000000..f18af81 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-06.jpg differ diff --git a/electronicDie/assets/Electronic_dice-07.jpg b/electronicDie/assets/Electronic_dice-07.jpg new file mode 100644 index 0000000..2a01c88 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-07.jpg differ diff --git a/electronicDie/assets/Electronic_dice-08.jpg b/electronicDie/assets/Electronic_dice-08.jpg new file mode 100644 index 0000000..8c1ee40 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-08.jpg differ diff --git a/electronicDie/assets/Electronic_dice-09.jpg b/electronicDie/assets/Electronic_dice-09.jpg new file mode 100644 index 0000000..266a6c7 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-09.jpg differ diff --git a/electronicDie/assets/Electronic_dice-10.jpg b/electronicDie/assets/Electronic_dice-10.jpg new file mode 100644 index 0000000..715799c Binary files /dev/null and b/electronicDie/assets/Electronic_dice-10.jpg differ diff --git a/electronicDie/assets/Electronic_dice-11.jpg b/electronicDie/assets/Electronic_dice-11.jpg new file mode 100644 index 0000000..18d7447 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-11.jpg differ diff --git a/electronicDie/assets/Electronic_dice-12.jpg b/electronicDie/assets/Electronic_dice-12.jpg new file mode 100644 index 0000000..d3c5e84 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-12.jpg differ diff --git a/electronicDie/assets/Electronic_dice-13.jpg b/electronicDie/assets/Electronic_dice-13.jpg new file mode 100644 index 0000000..bcc0075 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-13.jpg differ diff --git a/electronicDie/assets/Electronic_dice-14.jpg b/electronicDie/assets/Electronic_dice-14.jpg new file mode 100644 index 0000000..f8db066 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-14.jpg differ diff --git a/electronicDie/assets/Electronic_dice-15.jpg b/electronicDie/assets/Electronic_dice-15.jpg new file mode 100644 index 0000000..a5783b5 Binary files /dev/null and b/electronicDie/assets/Electronic_dice-15.jpg differ diff --git a/electronicDie/assets/Electronic_dice-16.jpg b/electronicDie/assets/Electronic_dice-16.jpg new file mode 100644 index 0000000..5f4284d Binary files /dev/null and b/electronicDie/assets/Electronic_dice-16.jpg differ diff --git a/electronicDie/assets/fancy/Electronic_dice-fancy-01.png b/electronicDie/assets/fancy/Electronic_dice-fancy-01.png new file mode 100644 index 0000000..126e55f Binary files /dev/null and b/electronicDie/assets/fancy/Electronic_dice-fancy-01.png differ diff --git a/electronicDie/assets/fancy/Electronic_dice-fancy-02.png b/electronicDie/assets/fancy/Electronic_dice-fancy-02.png new file mode 100644 index 0000000..0b63e44 Binary files /dev/null and b/electronicDie/assets/fancy/Electronic_dice-fancy-02.png differ diff --git a/electronicDie/hardware/configuration/JLCPBC.cam b/electronicDie/hardware/configuration/JLCPBC.cam new file mode 100644 index 0000000..d4e7449 --- /dev/null +++ b/electronicDie/hardware/configuration/JLCPBC.cam @@ -0,0 +1,272 @@ +{ + "author": { + "email": "xstrei03@stud.feec.vutbr.cz", + "name": "Jakub Streit" + }, + "description": { + "EN": "EAGLE default 2 layer CAM job." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 1, + "layer_details": "mixed", + "layer_type": "top" + }, + "filename_format": "%PREFIX/copper_top.gbr", + "layers": [ + 1, + 17, + 18 + ], + "name": "Top Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 2, + "layer_details": "mixed", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/copper_bottom.gbr", + "layers": [ + 16, + 17, + 18 + ], + "name": "Bottom Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": true, + "config": { + "file_function": "Profile", + "plating": "non-plated" + }, + "filename_format": "%PREFIX/profile.gbr", + "layers": [ + ], + "milling": true, + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/soldermask_top.gbr", + "layers": [ + 29 + ], + "name": "Soldermask Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/soldermask_bottom.gbr", + "layers": [ + 30 + ], + "name": "Soldermask Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "top" + }, + "filename_format": "%PREFIX/solderpaste_top.gbr", + "layers": [ + 31 + ], + "milling": false, + "name": "Solderpaste Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/solderpaste_bottom.gbr", + "layers": [ + 32 + ], + "milling": false, + "name": "Solderpaste Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/silkscreen_top.gbr", + "layers": [ + 21, + 25, + 51, + 101 + ], + "milling": false, + "name": "Silkscreen Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/silkscreen_bottom.gbr", + "layers": [ + 22, + 26, + 52, + 102 + ], + "milling": false, + "name": "Silkscreen Bottom", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "RS274X" + }, + { + "filename_prefix": "", + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "filename_format": "%DRILLPREFIX/drill_%FROM_%TO.xln", + "name": "Auto Drill", + "type": "autodrills" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2021-02-05T13:45:08", + "type": "EAGLE CAM job", + "units": "metric", + "version": "9.2.0" +} diff --git a/electronicDie/hardware/configuration/roboticsbrno_modified.dru b/electronicDie/hardware/configuration/roboticsbrno_modified.dru new file mode 100644 index 0000000..d603219 --- /dev/null +++ b/electronicDie/hardware/configuration/roboticsbrno_modified.dru @@ -0,0 +1,73 @@ +description[de] = EAGLE Design Rules\n

\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab. +description[en] = RobotikaBrno DRC\n\n

\nThis DRC includes the common parameters for two-layer PCBs. Should be compatible with:\n

    \n
  • Gatema POOL Servis
  • \n
  • JLCPCB (no extras)
  • \n
  • AllPCB (no extras)
  • \n
\n

\nUPDATES:\n

\nJarek Paral (2020-03-14) \n

    \n
  • Clearance - change clearance from 0.2 mm to 0.15 mm
  • \n
  • Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3
  • \n
  • Misc - activate 'Check angle'
  • \n
\n

\nKuba Streit (2021-02-04)\n

    \n
  • \nChange board thickness to 2 mm, because of connectorless PCB USB\n
+layerSetup = (1*16) +mtCopper = 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm +mtIsolate = 2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm +mdWireWire = 0.15mm +mdWirePad = 0.15mm +mdWireVia = 0.15mm +mdPadPad = 0.15mm +mdPadVia = 0.15mm +mdViaVia = 0.15mm +mdSmdPad = 0.15mm +mdSmdVia = 0.15mm +mdSmdSmd = 0.15mm +mdViaViaSameLayer = 6mil +mnLayersViaInSmd = 2 +mdCopperDimension = 0.5mm +mdDrill = 0.5mm +mdSmdStop = 0mil +msWidth = 0.15mm +msDrill = 0.3mm +msMicroVia = 9.99mm +msBlindViaRatio = 0.500000 +rvPadTop = 0.350000 +rvPadInner = 0.350000 +rvPadBottom = 0.350000 +rvViaOuter = 0.350000 +rvViaInner = 0.350000 +rvMicroViaOuter = 0.250000 +rvMicroViaInner = 0.250000 +rlMinPadTop = 0.16mm +rlMaxPadTop = 1mm +rlMinPadInner = 0.16mm +rlMaxPadInner = 1mm +rlMinPadBottom = 0.16mm +rlMaxPadBottom = 1mm +rlMinViaOuter = 0.16mm +rlMaxViaOuter = 1mm +rlMinViaInner = 0.16mm +rlMaxViaInner = 1mm +rlMinMicroViaOuter = 4mil +rlMaxMicroViaOuter = 20mil +rlMinMicroViaInner = 4mil +rlMaxMicroViaInner = 20mil +psTop = 1 +psBottom = 1 +psFirst = 1 +psElongationLong = 100 +psElongationOffset = 100 +mvStopFrame = 0.100000 +mvCreamFrame = 0.000000 +mlMinStopFrame = 0.1mm +mlMaxStopFrame = 0.2mm +mlMinCreamFrame = 0mil +mlMaxCreamFrame = 0mil +mlViaStopLimit = 0.4mm +srRoundness = 0.000000 +srMinRoundness = 0mil +srMaxRoundness = 0mil +slThermalIsolate = 0.2mm +slThermalsForVias = 0 +dpMaxLengthDifference = 10mm +dpGapFactor = 2.500000 +checkAngle = 1 +checkFont = 1 +checkRestrict = 1 +checkStop = 0 +checkValues = 0 +checkNames = 1 +checkWireStubs = 1 +checkPolygonWidth = 0 +useDiameter = 13 +maxErrors = 50 diff --git a/electronicDie/hardware/electronicDie.brd b/electronicDie/hardware/electronicDie.brd new file mode 100644 index 0000000..8c65be2 --- /dev/null +++ b/electronicDie/hardware/electronicDie.brd @@ -0,0 +1,12595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.2 +Electronic Die +v1.2 +v1.2 +Electronic Die +v1.2 +Electronic Die + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +robotickytabor.cz +Robotárna +RoboCamp 2022 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +robotickytabor.cz +Robotárna +RoboCamp 2022 + + + + + + + + + + + + + + + + + + + + + + +JLCJLCJLCJLC + + + +OWNER: ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +5 mm, round + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + +OMRON SWITCH + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-92 Pads In Line C B E from top + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>RobotikaBrno DRC</b> + +<p> +This DRC includes the common parameters for two-layer PCBs. Should be compatible with: +<ul> +<li>Gatema POOL Servis</li> +<li>JLCPCB (no extras)</li> +<li>AllPCB (no extras)</li> +</ul> +<p> +UPDATES: +<p> +Jarek Paral (2020-03-14) +<ul> +<li>Clearance - change clearance from 0.2 mm to 0.15 mm</li> +<li>Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3</li> +<li>Misc - activate 'Check angle'</li> +</ul> +<p> +Kuba Streit (2021-02-04) +<ul> +<li> +Change board thickness to 2 mm, because of connectorless PCB USB +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/electronicDie.sch b/electronicDie/hardware/electronicDie.sch new file mode 100644 index 0000000..3a634f6 --- /dev/null +++ b/electronicDie/hardware/electronicDie.sch @@ -0,0 +1,12559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Frames for Sheet and Layout</b> + + + + + + + + + + + + + + + + + + + + +>DRAWING_NAME +>LAST_DATE_TIME +>SHEET +Sheet: + + + + + +<b>FRAME</b><p> +DIN A4, landscape with location and doc. field + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-3 + + + + + +TO 18 + + + + + +TO-18 + + + + + +TO-18 + + + + + +TO 202 horizontal + + + + + +TO 202 vertical + + + + + +SOT-93 +grid 5.45 mm + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 126 horizontal + + + + + +TO 126 vertical + + + + + +TO 218 horizontal + + + + + +TO 218 vertical + + + + + +TO 220 horizontal + + + + + +TO 220 vertical + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +TO-39 + + + + + +TO 5 + + + + + +TO-66 + + + + + +TO 92 + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 horizontal + + + + + +TOP 3 vertical + + + + + +TO-236 ITT Intermetall + + + + + +SOT-23 (EBC) + + + + + +SOT89 Emitter Collector Basis + + + + + +TO-92 Pads In Line B C E from top + + + + + +TO-92 Pads In Line C B E from top + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT-23 (BCE) + + + + + +SOT89 Basis Collector Emitter + + + + + +SC59 (SOT23) Motorola + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +TO-92 Pads In Line E C B from top + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++5V + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +VDD +VSS + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + +USB + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + +>SHEET_HEADLINE +v1.2 +RobotikaBrno +robotickytabor.cz +Robotarna +CC BY-SA 4.0 +Electronic Die + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Released under the Creative Commons Attribution-ShareAlike 4.0 License +https://creativecommons.org/licenses/by-sa/4.0/ +Designed by: Jakub Streit + +Electronic Die +https://github.com/RoboticsBrno/RoboCamp-2021 +Jakub Streit +2/2022 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/40xx.lbr b/electronicDie/hardware/lib/40xx.lbr new file mode 100644 index 0000000..e9184c4 --- /dev/null +++ b/electronicDie/hardware/lib/40xx.lbr @@ -0,0 +1,8990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>LCC 20</b> Leadless Chip Carrier <p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.3 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Small Outline package 8</b> 150 mil + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<b>Leadless Chip Carrier</b><p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package Small</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package + + + + + +LCC 20 Leadless Chip Carrier Ceramic Package + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Dual In Line Package + + + + + +Dual In Line Package + + + + + +Dual In Line Package 0.3 inch + + + + + +Plastic Leaded Chip Carrier + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Leadless Chip Carrier Ceramic Package + + + + + +Small Outline package 8 150 mil + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + +Small Outline package 150 mil + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package Small + + + + + + + +>NAME +VDD +VSS + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +VDD +VSS +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +VEE +GND +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Presetlogik +Counter +Mode Select +Preset +Output +Enable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +SP +T0 +SN +T1 + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>SCHMITT TRIGGER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 3-input <b>NOR</b> & <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +7-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LP monostable/astable <b>MULTIVIBRATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> schmitt trigger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +18-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad true/complement <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual D <b>FLIP FLOP</b>, set/reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Inverting gated JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual <b>COMPLIMENTARY PAIR</b> plus <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XNOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Non-inverting JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-Bit addressable <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit full <b>ADDER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Divide-by 8 <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D-type <B>REGISTER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual JK <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit parallel in/out <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary up down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NOR R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad precision <b>TIMER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, negative logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit bidirectional <b>BUS REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +16-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad clocked D <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, inverting + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual monostable <b>MULTIVIBRATOR</b><p> +Source: Texas Instruments (Data sheet acquired frm Harris Semiconductor SCHS065)<br> +http://pdf1.alldatasheet.com/datasheet-pdf/view/26897/TI/CD4098.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary rate <b>MULTIPLIER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex non-inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +21 -Stage <b>Counter</b><p> +Source: www.radanpro.com/el/datasheets_cmos.htm<br> +cd_4045.pdf<p> +<table> +<tr><td>Type <td>Manufatk.</td> +<tr><td>4045BDC</td><td>FCH</td></tr> +<tr><td>4045BDM</td><td>FCH</td></tr> +<tr><td>40458BFC</td><td>FCH</td></tr> +<tr><td>4045BFM</td><td>FCH</td></tr> +<tr><td>4045BPC</td><td>FCH</td></tr> +<tr><td>CD4045AD</td><td>RCA</td></tr> +<tr><td>CD4045AE</td><td>RCA</td></tr> +<tr><td>CD4045AF</td><td>RCA</td></tr> +<tr><td>CD4045AH</td><td>RCA</td></tr> +<tr><td>CD4045AK</td><td>RCA</td></tr> +<tr><td>CD4045BD</td><td>RCA</td></tr> +<tr><td>CD4045BE</td><td>RCA</td></tr> +<tr><td>CD4045BF</td><td>RCA</td></tr> +<tr><td>CD4045BH</td><td>RCA</td></tr> +<tr><td>CD045BK</td><td>SCA</td></tr> +<tr><td>HCC4045BD</td><td>SCA</td></tr> +<tr><td>HCC4045BF</td><td>SGS</td></tr> +<tr><td>HCC4045BK</td><td>SGS</td></tr> +<tr><td>HCF4045BE</td><td>SGS</td></tr> +<tr><td>HCF4045BF</td><td>SGS</td></tr> +</table> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, Non-inverting<p> +Source: www.fairchildsemi.com CD4010.pdf © 2000 Fairchild Semiconductor Corporation DS005945 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit universal <B>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex contact <b>BOUNCE ELIMINATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-stage <b>SHIFT/STORE REGISTER</b>, tri-state + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +12-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, positive logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +64-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Expandable 8-input <b>GATE</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NAND R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 2-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Micropower <b>PLL</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DECODER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit magnitude <b>COMPARATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>AND-OR</b> select gate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Hex inverting buffer, 3-state</b><p> +Source: <a href="http://www.nxp.com/documents/data_sheet/HEF40098B.pdf"> Data sheet </a> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to decimal <b>DECODER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Devide by-N-Counter</b> 74HC/HCT4059<p> +Source: www.standardics.nxp.com/products/hc/datasheet/74hc4059.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/lib/555.lbr b/electronicDie/hardware/lib/555.lbr new file mode 100644 index 0000000..78e7580 --- /dev/null +++ b/electronicDie/hardware/lib/555.lbr @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/LIBRARIES/index.html b/electronicDie/hardware/lib/LIBRARIES/index.html new file mode 100644 index 0000000..e3195cd --- /dev/null +++ b/electronicDie/hardware/lib/LIBRARIES/index.html @@ -0,0 +1,1238 @@ + + + + + + + + + + + + + + + + + + + + + + Libraries - source - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Libraries - source

+

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

+

You can find more information in libraries internal description.

+

All libraries may be modified.

+

There are some source of these libraries:

+

[Eagle Managed Libraries]

+
    +
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • +
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • +
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
  • +
+

RoboticsBrno/eagle_libraries

+
    +
  • diode.lbr (revision db6a17c)
  • +
  • NC.lib (revision db6a17c)
  • +
  • rcl_upravena.lbr (revision db6a17c)
  • +
  • test_points.lbr (revision db6a17c)
  • +
  • usb.lib (revision db6a17c) + PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
  • +
+

SparkFun

+
    +
  • SparkFun-Connectors.lbr (revision b7e707d)
  • +
+

[unique]

+
    +
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/hardware/lib/NC.lbr b/electronicDie/hardware/lib/NC.lbr new file mode 100644 index 0000000..6a20c51 --- /dev/null +++ b/electronicDie/hardware/lib/NC.lbr @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/lib/SparkFun-Connectors.lbr b/electronicDie/hardware/lib/SparkFun-Connectors.lbr new file mode 100644 index 0000000..59dff6e --- /dev/null +++ b/electronicDie/hardware/lib/SparkFun-Connectors.lbr @@ -0,0 +1,51092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>SMD - 6 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +tPlace shows location of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin KIT</h3> +<p>This is the KIT version of this package. This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br>This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side.</p> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex Mini-Fit Jr. - 24 pin, Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/ATX-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>ATX24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH Pogo Pin Compatible</h3> +Long pads to enable testing with pogo pins. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + +<h3>2.5mm Stereo Audio Jack - PTH Holes Only</h3> +No electrical connections. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>3.5mm Stereo Audio Jack - Surface Mount</h3> +2.5mm Height. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19269.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>Plated Through Hole - 2x3 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3 Long Pads w/ Offset Holes</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Locking Footprint</h3> +Holes are offset from center 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 Shrouded Header Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Surface Mount - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Banana Plug PTH</h3> +0.2" diameter pad, 0.1" hole. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>BANANA_CONN</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + +>NAME +>VALUE + + +<h3>BNC Jack - Mouser Part#5227161 </h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://www.mouser.com/ds/2/418/NG_CS_1307191_BNC_Connectors_0307-561881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BNC</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Female PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/DB9-PCB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Male PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15944.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>miniDIN Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/mdn-s-07-x-mkt.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN7</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>4-pin DS touch screen connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DS_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. +<p>Specifications: +<ul><li>Pin count: 10</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EB-85A</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FTDI Basic </h3> +Includes tDocu labels for end pins that match the FTDI Basic connection. +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Cable</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +GRN +BLK + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2mm</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + + +<h3>Pogo Pin - 0.061"</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.061"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Pogo Pin Hole - 0.58" </h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.58"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Female</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Male</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST-Right Angle Male Header SMT</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +<li>JST_2MM_MALE</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST-Vertical Male Header SMT </h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>Name +>Value + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Locking Footprint</h3> +Holes are staggered by 0.005" from center to hold pins while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset from center by 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads with Locking Footprint</h3> +Pins are staggered by 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads without Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>Name +>Value ++ +- + + + + + + + + + +<h3>Plated Through Hole - 0.1" holes</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.2"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Pogo Pins Connector - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> No silk outline of connector. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + +<h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> +tDocu marks the spring arms +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint</h3> +Pins are staggered 0.005" off center to lock pins while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pad w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH Locking</h3> +Holes are offset 0.007" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Pogo Pins - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint w/out Silk Outline</h3> +Holes are offset from center 0.005" to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin SMD</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Locking Footprint</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST Right Angle 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + ++ +- +S +S + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 4 Pin Right Angle </h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x4</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +<li>EM-408</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMD - 5 Pin Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Male Headers</h3> +tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Female Header</h3> +Silk outline of pins +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Molex 6-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle</h3> +tPlace shows angle of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint with Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin Locking Header</h3> +Includes silk outline for 6 pin female header +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -6 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Header - 6 pin Female SMD</h3> +Right angle 0.1" +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/19686.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin Holes</h3> +No silk, no plating +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 7 Pin Holes</h3> +No plating, no silk outline. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -8 Pin</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -8 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>SMD -8 Pin Vertical Female</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Combined footprint configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST Vertical Crimp Connect</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch:1mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eSR.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x8</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -9 Pin</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/XBee-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm SMD</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Sockets/xbeeheadersmd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10 Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 Locking Footprint Special</h3> +Holes are offset 0.005", to hold pins in place while soldering. +Pin rows are offset 5mm as well +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -11 Pin</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin 1.27mm</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin w/ Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>11 pin holes</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -12 Pin</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Machine Pin Headers</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Holes -12 Pin</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin</h3> +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Machine Pin Header Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -18 Pin</h3> +<p>Specifications: +<ul><li>Pin count:18</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_18</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint Long Pads</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -24 Pin</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>Plated Through Hole -24 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -27 Pins</h3> +<p>Specifications: +<ul><li>Pin count:27</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_27</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins Offset</h3> +Long Pads + offset holes +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Ethernet MagJack-Compatible</h3> +tDocu shows where the cable plugs in +<p>Specifications: +<ul><li>Pin count: 14</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MAGJACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>RJ45 PoE MagJack</h3> +This RJ-45 jack with magnetics, gives you access to the unused twisted pair (10BASE-T, and 100BASE-T) which usually carries power in a power-over-ethernet system. +<p>Specifications: +<ul><li>Pin count:10</li> +</ul></p> +<p>Example device(s): +<ul><li>MAGJACK-POE</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>OBD-II Automotive Connector</h3> +<p>Specifications: +<ul><li>Pin count: 16</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>OBD-II</li> +</ul></p> + + + + + + + + + + + + + + + + +1 +16 +>NAME +>VALUE +16 +1 + + +<h3>Mini ICSP Connector - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.5mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eZH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PIC_ICSP_MINI_5_PIN</li> +</ul></p> + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x12</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x26</h3> +<p>Specifications: +<ul><li>Pin count:52</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_26x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD</h3> +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Slot Pads</h3> +Extended soldering pads. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH</h3> +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Locking Footprint</h3> +5.5mm jack, 2.1mm center pole diameter. +<br> Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ZIF PSP Connector</h3> +<p>Specifications: +<ul><li>Pin count: 42 </li> +<li>Pin pitch:0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD PSP Touch Screen Connector</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 1mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ11 6-Pin Socket with PCB Mounting Post</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ11-6</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ45 Socket with PCB Mounting Posts</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ45-8</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FPC/FFC Locking Connector - SMD</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch: 0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SCREENKEY_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SIM Card Socket SMT</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p><a href=”http://www.morethanall.com/upload/products_pdf/144626051352e1f8ebd5c5c.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SIMHOLDER</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + +<h3>U.FL SMD Antenna Connector</h3> +<p>Specifications: +<li>Area: 3.0mm x 2.5mm</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Wireless/Antennas/RF-001001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>U.FL</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>USB Type 'A' Male Connector - PTH</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10016.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + +>VALUE + + +<h3>USB Type B Female PTH Mounted</h3> +<p>Specifications: +<ul><li>Pin count:4 main, 2 shield</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/USB-B%20Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_B</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type Mini-B Surface Mounted</h3> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield pins</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/miniUSB-Dimensional.pdf”>Datasheet referenced for footprint</a></p> + +<p>Example device(s): +<ul><li>USB_Mini-B</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Type 'A' Female Connector - SMT No Silk</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type 'A' Female Connector - SMT Silk Outline</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type microUSB Connector-No Bossed Pins</h3> +<p>Specifications: +<ul><li>Pin count:5 pins, 4 shield connections</li> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield</li> +<p><a href=”https://www.hirose.com/product/en/download_file/key_name/ZX/category/Catalog/doc_file_id/31704/?file_category_id=4&item_id=13&is_series=1”>Datasheet referenced for footprint</a></p> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3>microSD Socket SMD</h3> +Puhs-Push type. +<br> tDocu shows location of uSD card in different positions. +<p>Specifications: +<ul><li>Pin count:12</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15882.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MICRO-SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +tDocu shows location of lever when unlocked. +<p>Specifications: +<ul><li>Pin count:28</li> +</ul></p> +<p>Example device(s): +<ul><li>ZIF_SOCKET_28-3</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT with Silk</h3> +Package for devices meant to mate to an FTDI connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + +GRN +BLK +TXO +RXI +VCC +DTR +GND +CTS + + +<h3>MyDAQ Female Right Angle Terminal Block w/ Locking Footprint</h3> +<p>Specifications: +<ul><li>Pin count: 40</li> +<li>Pin pitch:3.18mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10458.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MyDAQ</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>SMD Pad count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>TRRS 3.5MM Right Angle Stereo Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/20153.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRRS</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Female Header</h3> +Silk outline of pin location +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 3 Pin Right Angle Male Headers</h3> +No silk outline, but tDocu layer shows pin location. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB Type 'A' Male Connector - SMT</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” http://www.molex.com/pdm_docs/sd/480371000_sd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + + + + + + + + + +>VALUES + + +<h3>Plated Through Hole - 2x3 Pogo Pins</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Spring Connector</h3> +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:0.25"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>2 Pin Screw Terminal - 2.54mm</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Analog Right Angle</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/BTA-Connector%20Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_ANALOG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Right Angle Female Digital</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=””>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_DIGITAL</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Male Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type AB - SMT</h3> +<br> Basic silk outline</br> +<p>Specifications: +<ul><li>Pin count:5 main, 3 shield</li> +</ul></p> +<p><b>Datasheet referenced for footprint: http://www.morethanall.com//upload/products_pdf/87340574052ba5151280ca.pdf</b></p> +<p>Example device(s): +<ul><li>USB AB</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST SH Vertical 6-Pin Connector -SMD</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1mm</li> +<p><b><a href="https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet referenced for footprint</a></b></p> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +<li>EM-406</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB - microB SMD</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - No Silk Outline Kit Version</h3> +<p> Mask on only one side to make soldering in kits easier. +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack -Kit Version</h3> +Reduced openings in tStop, pins spread a tiny bit out to hold part on PCB during assembly +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin w/ Long Solder Pads</h3> +No silk, but tDocu layer shows pin position. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD Overpaste</h3> +Over paste toe on each SMD pad to ease use of AOI. +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +//kentro/work/Production/AOI Parts/Tyler/Breadboard power 5v/barreljack.bmp +>NAME +>VALUE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + +<h3>Plated Through Hole -24 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>Plated Through Hole -11 Pin No Silk Kit</h3> +tMask is only on one layer. Designed for kits to prevent soldering on the wrong side. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>DC Barrel Power Jack/Connector Breadboard Compatible</h3> +Breadboard-friendly pins. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/18742.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk Kit</h3> +Mask on one side only for soldering kits. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH KIT</h3> +Mask on one side for Kit soldering +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + + + +>NAME +>VALUE + + +<h3>SD/MMC Socket</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +card lock position + + + + + + + +<h3>Plated Through Hole - 2x3 Test Point Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE +Programmer This Side + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Insulated Binding Post</h3> +Banana-jack compatible post +<p>Example device(s): +<ul><li>BINDING_POST</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE +ROUTE +OUT + + +<h3>SMD - 4 Pin Right-Angle Female Header</h3> +Silk outline shows header location. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +Holes are 0.05". +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/B-D-xx1X.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x20 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -20 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Deans Connector</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/deans_connector_PRT-11864.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BATTERY_CONN</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Shrouded Header No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole -20 Pin Locking Footprint No Silk </h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + + +<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT</h3> +Package for devices meant to mate to an FTDI connector. +<p> tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +TXO +RXI +VCC +DTR +GND +CTS +GRN +BLK + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://sullinscorp.com/catalogs/145_PAGE118_.100_SBH11_SERIES_MALE_BOX_HDR_ST_RA_SMT.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMTSO-256-ET Flush Mount Nut</h3> +.165 drill +<br> +Fits 4-40 Screws. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Female Headers</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ARM Cortex Debug Connector (10-pin)</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.05"</li> +</ul></p> +<p><a href="https://www.samtec.com/ftppub/cpdf/FTSH-1XX-XX-XXX-DV-XXX-MKT.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CORTEX_DEBUG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Electrically Conductive Pad 0.02" Square</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.02" x 0.02"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.03" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.03" x 0.03"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.05" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.05" x 0.05"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.04" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.04" x 0.04"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Via 0.015" Drill</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area:0.015"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + + +<h3>Right Angle -1/4" Stereo Jack</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRS_0.25"_PTH_RA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DIN5/180 Connector - Right Angle Female</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN5</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DIN-5 +BOARD EDGE +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin No Silk outline</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver Footprint w/ Edison Outline</h3> +Package can be used as basic guideline for creating Edison-mating daughter boards. +<br>Includes keepout area for antenna. +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF40C-70DP-0.4V(51) Plug</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +2 pin poke-home connector + +part number 2062-2P from STA + + + + + + + + +>NAME +>VALUE +BOARD EDGE + + +<h3>USB - microB SMD Reduced Paste</h3> + 70% paste area under D+ D- USBID pins for applications where those pins aren't required, to reduce the likelihood of bridges. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -10 Pin Locking Footprint - NO SILK</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<h3>JST 3 Pin Right Angle Plated Through Hole &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Qwiic connector with milled cutout. Sliding the cable into this slot prevents the cable from coming unplugged. + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + +<h3>Micro B USB Plug Assembly - Straight Through-hole</h3> +<b>**UNPROVEN**</b><Br> +See Digikey part #H11497-ND + + + + + + + + + + + +>Name +>Value + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br><br> +<b>***Unproven***</b> (Passed 1:1 printout test though!) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Header</h3> + +Reversed pinout to match Raspberry Pi male header pinout when coupled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +uSD +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>LuMini Ring Solder Pads</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: .8 in</li> +<li>Area: .4 x 1 in.</li> +</ul></p> + + + + +LuMini Pad + + + + +<h3>XLR-3 Connector - Package for the NC3MAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1429/Drawing+NC3MAAH-1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + +<h3>XLR-3 Connector - Package for the NC3FAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1389/Drawing+NC3FAAH1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This is a 40-pin FPC connector supplied by Atom. SparkFun SKU is +CONN-14082 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Insert This Side + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>24-Pin FPC/FFC Connector - 0.5mm pitch</h3> +<p>Digikey: 609-4320-2-ND</p> +<p><a href=https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10112793.pdf>Datasheet</a></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +Board Edge +Clearance Area + + + + + + +Bottom Parts Only + + +Shrouded SMD connector for JTAG and SWD applications. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Vertical Qwiic Connector</h3> + +<p>Physical and Electrical Charactersistics</p> +<ul> +<li>Voltage Rating: 50V</li> +<li>Current Rating 1.0A</li> +<li>Contact Resistance: 20 milliohms</li> +<li>ROHS Compliant</li> +<li>SMD Pitch: 1mm</li> +<li>Small pad size: .6mm x 1.55mm</li> +<li>Large pad size: 1.2mm x 2.0mm</li> +<li></li> +<li></li> +</ul> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Small PTH Hole</h3> + +<p>Characteristics</p> +<ul> +<li>Single through hole</li> +<li>Diameter: .02"</li> +</ul> + + + +<h3>Wurth Nano-SIM Holder &ndash; 693043020611</h3> +<a href=http://katalog.we-online.de/em/datasheet/693043020611.pdf>Datasheet</a> + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +Nano SIM CARD +Clear area needed +for card insertion + + + + + + + + + + + + + + + + + + + + + +INSERT + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MOLEX 5051101292 + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +<h3>2 Pin Screw Terminal - 6.35 mm</h3> +300VAC-30A Screw Terminal +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch: 6.35 mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +24 Pin FPC 0.5mm with contacts both sides. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Alt</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Femal SMD Combined</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Combined No Connect</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>SMD Pad count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 4 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20 Right Angle Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</p> +<p>Shroud Specifications +<ul> +<li>56.08mm x 8.5mm x 6.0mm +<li> +<li> +</ul> +</p> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>SMD - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>ATX24 Pin Power Supply Connector</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> 3 pin Basic Audio Jack</p> + + + + + + + +>NAME +>VALUE +L +R + + + + + + +<h3> Audio Jack </h3> +<p> Basic Audio Jack with bypass switches</p> + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. + + + + +>NAME +>VALUE +MOSI +RST +SCK +MISO +VCC +GND + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> + + + + +>NAME +>VALUE +MOSI +RESET +SCK +MISO +VCC +GND +GND +GND +GND + + + + + + + + + + +NC + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> + +>NAME +>VALUE + + + +<h3>Battery</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>BNC Connector</h3> +2 pin connection + + +>NAME +>VALUE +GND +OUT + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + + + + +>NAME +>VALUE + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the connector for the PSP touch screen. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + + + + +>NAME +>VALUE + + + + + + +<h3>EB-85A Connector</h3> +Connector for the EB-85A/FV-M8 GPS receiver. + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Six pin connection for the EM406 GPS module. + + + + +>NAME +>VALUE + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the 5 pin connector for the EM408 GPS receiver. + + + + +>VALUE +>NAME + + + + + + + +<h3>6 Pin Connection</h3> + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>1 Pin Connection</h3> + + + + + +>VALUE +>NAME + + + +<h3>2 Pin Connection</h3> + + + + + + +>VALUE +>NAME + + + + +<h3>3 Pin Connection</h3> + + + + + + + +>VALUE +>NAME + + + + + +<h3>4 Pin Connection</h3> + + + + + + + + +>VALUE +>NAME + + + + + + +<h3>8 Pin Connection</h3> +4x2 pin layout + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>5 Pin Connection</h3> + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3>10 Pin Connection</h3> +5x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 7 Pin Connection</h3> + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + +<h3> 8 Pin Connection</h3> + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>16 Pin Connection</h3> +2x8 pin layout + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 9 Pin Connection</h3> + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3> 10 Pin Connection</h3> + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> +10x2 pin layout + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 11 Pin Connection</h3> + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + +<h3> 12 Pin Connection</h3> + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + +<h3> 13 Pin Connection</h3> + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + +<h3> 14 Pin Connection</h3> + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3> 15 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + +<h3> 16 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 17 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + +<h3> 18 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +<h3> 19 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 25 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 27 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 29 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 30 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 40 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3> 24 Pin Connection</h3> + +12x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 52 Pin Connection</h3> +26x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + +Org +Blu +Brn +W/Grn +Grn + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>NAME + + +<h3>USB A/B - with Shield Pins</h3> +<p>USB connector for type-A and type-B connectors. Includes shield pins broken out. </p> + + + +USB + + + + + +>NAME +>VALUE + + + +<h3>USB - 5 pin</h3> +<p>5 pin USB connector: VBUS, GND, D+, D-, ID </p> +<p>Includes 4 pins for shield connections </p> + + + +USB + + + + + + +>VALUE + +>NAME + + + + + + +>NAME +>VALUE + + + + + + +SHIELD +VCC +D- +D+ +ID +GND + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + +OPEN WHEN +CONNECTED + + +<h3>USB Type AB</h3> +<p>Capable of OTG. +<br>5-pins: USBVCC, GND, D+, D-, USBID</p> + + + +USB AB + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>Name + + +>Value + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> Audio Jack with TRRS</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>6 Pin Connection</h3> +3x2 pin layout + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + +<h3> 26 Pin Connection</h3> +13x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 23 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Binding Post</h3> +Single connection binding post + + +>NAME +>VALUE + + +<h3>12 Pin Connection</h3> +6x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> + + + + + + + + +>VALUE +>NAME + + + + +SDA +VCC +GND +SCL + + +<h3> 40 Pin Connection</h3> +20x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connection</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>Cortex Debug Connector</h3> +<p><a href="http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf">Datasheet</a></p> + + + + + + + + + + + + + + +>Name +>Value + + + + +>Name +>Value + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER ANALOG SENSOR + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER DIGITAL SENSOR + + +<h3> Audio Jack </h3> +<p> 1/4" TRS Jack - with normals on each conductor</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +T +R + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. + + + + + + +>NAME +>VALUE + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector used on the SparkFun Edison Blocks and the Intel &reg; Edison. +<p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>Value + + + + + + + + + + + + +>NAME +>VALUE +SHIELD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + +<h3>USB - C 16 Pin</h3> +Exposes the minimal pins needed to implement a USB 2.x legacy device. + + + +USB-C +>VALUE + +>NAME + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>VALUE +>NAME + + + + +4-Pin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LED COL1 / ADC +PAD 0 / ADC +LED COL2 / ADC +BUTTON A +LED COL9 +LED COL8 +PAD1 / ADC +GPIO +>VALUE +LED COL7 +LED COL3 / ADC +BUTTON B +PAD2 / ADC +SPI1 MOSI +I2C1 SCL +GND +I2C1 SDA +3.3V +SPI1 MISO +SPI1 SCK +GPIO +GPIO +>NAME + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>You can populate with some of these:</b> +<p><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</p> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX24 Pin Power Supply Connector - Right Angle PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/10618”>SparkFun Power Driver Shield Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p>2.5mm variants of PTH and SMT audio jacks.</p> +<p>SparkFun Products: +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p> 3.5mm variants of PTH and SMT stereo audio jack with bypass switches.</p> +<p>SparkFun Products: +<ul><li><a href=”[https://www.sparkfun.com/products/11177]”>SparkFun SparkPunk Sound Kit </a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/13720”>MP3 Trigger</a> -3.5mm SMD</li> +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. This footprint will take up less PCB space and can be used with a 10-pin to 6-pin adapter such as SKU: BOB-08508</p> + +<p><b>**Special note about "TEST_POINT" package.</b> The stop mask is on the top side, so if you want your programming test points to be on the bottom of your board, make sure to place this package on the bottom side of the board. This also ensure that the orientation to program from the bottom side will be correct.</p> + +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11591">SparkFun ISP Pogo Adapter</a> - NS</li> +<li><a href="https://www.sparkfun.com/products/11801">Tiny AVR Programmer</a> -PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/778">2x5 AVR ICSP Male Header</a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/8506”>2x5 Pin Shrouded Header</a> - PTH2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/retired/10956">Multimeter Kit</a></li> +<li><a href="https://www.sparkfun.com/products/retired/509">Banana to Alligator Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/508">Banana to Alligator Coax Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/507">Banana to Banana Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/506">Banana to IC Hook Cables</a></li> +</ul></p> + + + + + + + + + + + + + + + +<h3>9V Battery Holder - PC Mount</h3> +<p>Standard and Kit footprints included</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11177">SparkFun SparkPunk Sound Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/12707”>SparkFun SparkPunk Sequencer Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>BNC Right Angle Connector</h3> +<p>Mouser Part# 5227161</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/10550”>BNC Connector - Right Angle</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. Footprint production proven. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/429"> 9 Pin Female Serial Connector - PCB Mount</a> (PRT-00429)</li> +</ul> + +<p></p> +<b>This connector has been used on the following SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/449">SparkFun RS232 Shifter - SMD</a> (PRT-00449)</li> +<li><a href="https://www.sparkfun.com/products/8780"> SparkFun RS232 Shifter SMD (No DB9)</a> (PRT-08780)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/696"> MiniDIN 7-Pin Connector</a> (PRT-00696)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the SMD connector for the PSP touch screen. 4-pin right angle good, friction fit connector with 1 mm pitch. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13631">SparkFun Nintendo DS Screen Kit</a> (LCD-13631)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8297">Connector Horizontal SMD for EB-85A</a> (GPS-08297)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the mating connector for the EM408 GPS receiver. The EM408 connects to the board via a cable. Note, this connector footprint does not include the outline of the receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8288">Connector Vertical SMD for EM408</a> (GPS-08288)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + +<p></p> +<b>Special note:</b> You should include the "EM408_Outline" device in your schematic if you are to use the EM408 in your design. + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - CABLE SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +This is used on a design to provide a 6-pin connection point for serial communication usually from a USB cable (D+/D-) to these headers (RX/TX). It also has the remaining pins necessary for programming in the Arduino evironment (DTR, GND, and sometimes VCC). + +<p></p> +<b>Note, this device has "CABLE" in the name.</b> It is intended to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>The "sister" device, named "TARGET"</b> is inteneded to be used on a design that contains a target micro-controller that you wish to program. +<p></p> +<b>You can populate with some of these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +</ul> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + +<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> +<p></p> + +<p></p> +On any of the 0.1 inch spaced packages, you can populate with these: +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<p></p> +</ul> +<p></p> +This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. +<p></p> +Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: +<ul> +<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> +<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> +<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> + + Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> + +2.54_SCREWTERM for use with PRT-10571.<br><br> + +3.5mm Screw Terminal footprints for PRT-08084<br><br> + +5mm Screw Terminal footprints for use with PRT-08432 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/13875"> Stackable Header - 3 Pin (Female, 0.1")</a> (PRT-13875)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<h3>For AVR SPI programming port, see special device with nice symbol: "AVR_SPI_PROG_5x2.dev"</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/778"> 2x5 AVR ICSP Male Header</a> (PRT-00778)</li> +<li><a href="https://www.sparkfun.com/products/8506"> 2x5 Pin Shrouded Header</a> (PRT-08506)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 5x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8535"> 2x5 Pin IDC Ribbon Cable</a> (PRT-08535)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9280"> Arduino Stackable Header - 6 Pin</a> (PRT-09280)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9279"> Arduino Stackable Header - 8 Pin</a> (PRT-09279)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check this:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13156"> Header - 2x8 (Male, 0.1")</a> (PRT-13156)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/11376"> Arduino Stackable Header - 10 Pin</a> (PRT-11376)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note about the "SPECIAL" package:</b> +<p></p> +This was SPECIALLY designed to be used with our Graphic LCD Backpack. Be sure you want to use this! It is not only staggered on each line of header holes, but IT IS ALSO offset of the center point of the top and bottom lines by 5 mil. This causes the headers to lock into place on the "standard" footprint on the LCD screen. The extra squares on the tdocu layer are there simply to reference other pins (if you were to actually populate a longer header than ten long - this is what we do with the backpacks). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. +<p></p> +<b> Note about LOCK SPECIAL package:</b> +<p></p> +This is just like the LOCK variant in that the holes are staggared by 5 mil, but except for the last two holes. They are not altered from the "standard" footprint layout. This is used for a special purpose on the layout of our Graphic LCD Backpack. Make sure you want to use this device before selecting it for you project! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>MAGJACK: RJ-45 with LEDs</h3> +This is a single port, RJ45 ethernet jacks with built in transformer (magnetics), status LEDs, and shielding. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>PoE compatible MagJack</h3> +This is a simple RJ45 PoEthernet MagJack connector that can help connect you to the Internet with the ability to provide power. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13606">RJ45 PoE MagJack</a> (PRT-13606)</li> +</ul> + +<p></p> +<b>Note:</b> +<ul> +<li> This connector is not on any currently live SparkFun products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>OBD-II Connector</h3> +OBDII is an on board diagnostics standard that is used on a large variety of cars. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9911">OBD-II connector</a> (DEV-09911)</li> +<li><a href="http://pinoutsguide.com/CarElectronics/car_obd2_pinout.shtml">Info and Pinout</a> (sorry, no datasheet)</li> +</ul> + +<p></p> +<b>We do not use this connector on any active designs, however, if you're looking for OBDII tech, please check out these:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=obd">SparkFun OBD related products</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8094">Polarized Connectors - Header (6-Pin)</a> (PRT-08094)</li> +</ul> +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11703">SparkFun UDB5 - PIC UAV Development Board</a> (DEV-11703)</li> +</ul> +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PIC-ICSP-Mini</b> +Miniature 5-pin connection for temporary programming of PICs. Use this device in your design to save space. + + +<h3>Miniature ISCP Programming connector for PICs</h3> +This 5 pin header contains all the lines necessary for programming most PIC microcontrollers. Use this device in your design to save space. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11264">5-Pin Mini ICSP Connector</a> (PRT-11264)</li> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/762">USB Bit Whacker - 18F2553 Development Board</a> (DEV-00762)</li> +<li><a href="https://www.sparkfun.com/products/258">SparkFun Serial Enabled LCD Backpack</a> (LCD-00258)</li> +</ul> + +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Power Jack Connector</h3> +This is the standard 5.5mm barrel jack for power.<br> +The PTH is the most common, proven, reliable, footprint.<br> +The Slot footprint only works if the mill layer is transmitted to the PCB fab house so be warned.<br> + +<p></p> +<b>Here are the connectors we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/119">DC Barrel Power Jack/Connector</a> (PRT-00119)</li> +<li><a href="https://www.sparkfun.com/products/12748">DC Barrel Power Jack/Connector (SMD)</a> (PRT-12748)</li> +<li><a href="https://www.sparkfun.com/products/10811">DC Barrel Jack Adapter - Breadboard Compatible</a> (PRT-10811)</li> +</ul> + +<p></p> +<b>It is used on this SparkFun product (and many, many others):</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12757">SparkFun RedBoard - Programmed with Arduino</a> (DEV-12757)</li> +</ul> + +<p></p> +<b>Also, if you need a mating power supply or connector, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/298">Wall Adapter Power Supply - 9VDC 650mA</a> (TOL-00298)</li> +<li><a href="https://www.sparkfun.com/products/10287">DC Barrel Jack Adapter - Male</a> (PRT-10287)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the PlayStation Portable (PSP) screen ribbon cable</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8335">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8355">Color 24-Bit LCD 4.3" PSP Connector</a> (LCD-08355)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4 pin Connector for the Color 24-Bit LCD 4.3" Play Station Portable (PSP) Touch Screen</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8448">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>RJ11 Jack - 6 pin</h3> +Commonly found on CAT3 devices and some Microchip programmers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/132">RJ11 6-Pin Connector</a> (PRT-00132)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li><a href="https://www.sparkfun.com/products/8942">Weather Meters</a> (SEN-08942)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Jack - 8 pin</h3> +Simple RJ45, 8-pin connection. Commonly used for Cat5, Cat5e, and Cat6 Ethernet cables. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/643">RJ45 8-Pin Connector</a> (PRT-00643)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/716">SparkFun RJ45 Breakout</a> (BOB-00716)</li> +</ul> + +<p></p> +<br></br> +Note, you may also be interested in the "MAGJACK" version of this. It is basically a RJ45 connector, but also has some status LEDs built into the connector housing. You can check that out in this library at the device named "MAGJACK.dev" and see these products online:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the ScreenKey</h3> +This is a tiny, locking 14-pin FPC/FFC connector that mates with the TFT ScreenKeys and their displays. These connectors require a really minimal amount of force to close, which is great for the delicate wires they’re designed for. +<br></br> +<br></br> +Unfortunately, we no longer sell the <a href="https://www.sparkfun.com/products/retired/9366">ScreenKey TFT128</a> or the <a href="https://www.sparkfun.com/products/retired/9380">TFT128 Display</a>, however we do still sell the connector. + + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9586">ScreenKey Mating Connector</a> (PRT-09586)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf">Datasheet</a> (FH12-14S-0.5SH)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SIM Cellular Card Socket</h3> +<p>SMT 6 pin standard connection. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/548”>SIM Socket</a></li> +<li><a href="https://www.sparkfun.com/products/13120">SparkFun Cellular Shield - MG2639</a></li> +<li><a href=”https://www.sparkfun.com/products/573”>SparkFun SIM Card Socket Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>USB type Mini-B Connector</h3> +<p>Breaks out 5th pin, and includes shield pins if needed.</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/9716”>SparkFun FTDI Basic Breakout</a></li> +<li><a href="https://www.sparkfun.com/products/11812”>SparkFun XBee Explorer USB</a></li> +<li><a href=”https://www.sparkfun.com/products/12757”>SparkFun Redboard</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type Micro-B Connector</h3> +<p>Male/female and PTH/SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12035”>SparkFun microB USB Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/10031”>SparkFun USB microB Plug Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/9175">ZIF Socket 28-Pin</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RCA Jack connector</h3> +This is a right angle RCA jack connecotr. Commonly used for video or audio. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8631">RCA Jack</a> (PRT-08631)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is not used on any active designs, however it was used on a couple retired products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8826">RCA Jack Breakout [RETIRED]</a> (PRT-08826)</li> +<li><a href="https://www.sparkfun.com/products/9168">SparkFun On Screen Display Breakout - MAX7456 [RETIRED]</a> (BOB-09168)</li> +</ul> + +<p></p> +<b>You may also be interested in a cable:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11573">RCA Video Cable - 6'</a> (CAB-11573)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SD Memory Card Connector (standard "large" size)</h3> +Push-push normal type, CD enable, WP enable. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12769">SD/MMC Socket</a> (PRT-12769)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12941">SparkFun SD/MMC Card Breakout</a> (BOB-12941)</li> +<li><a href="https://www.sparkfun.com/products/11468">SD Sniffer</a> (TOL-11468)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>myDAQ</h3> +This connecotr is used in the National Instruments myDAQ measurement and control tool ecosystem. Learn more at the <a href="http://www.ni.com/mydaq/">myDAQ website</a>. The connector is a 20pin 3.81mm spaced Female Right Angle Terminal Block (PTH). + +<p></p> +<b>Sorry, we do not sell the connector as an individual part at SparkFun, howere here is a link to the datasheet:</b> +<ul> +<li><a href="http://www.4uconnector.com/online/object/4udrawing/10458.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10705">SparkFun myDAQ Protoboard Kit</a> (DEV-10705)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type AB Micro Connector</h3> +<p>OTG-compatible. 5 pins, 3 shield pins</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13613”>IOIO-OTG</a></li> +<li><a href=”https://www.sparkfun.com/products/13664”>SparkFun SAMD21 Mini Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12807"> Header - 2x3 (Male, 0.1")</a> (PRT-12807)</li> +<li><a href="https://www.sparkfun.com/products/13010"> Header - 2x3 (Female, 0.1")</a> (PRT-13010)</li> +<li><a href="https://www.sparkfun.com/products/10877"> 2x3 Pin Shrouded Header</a> (PRT-10877)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 3x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10651"> Ribbon Crimp Connector - 6-pin (2x3, Female)</a> (PRT-10651)</li> +<li><a href="https://www.sparkfun.com/products/10646"> Ribbon Cable - 6 wire (15ft)</a> (PRT-10646)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack - 3.5mm TRRS (SMD)</h3> +<p>This is a 3.5mm TRRS SMD audio jack. +<br>TRRS connectors are the audio-style connectors that you see on some phones, MP3 players and development boards. +<br>TRRS stands for “tip, ring, ring, sleeve,” which reflects that this has three conductors and a ground. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/12639”>Audio Jack</a></li> +<li><a href="https://www.sparkfun.com/products/12968">mbed Starter Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/11570>SparkFun TRRS 3.5mm Jack Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>JST 2MM MALE RA CONNECTOR</h3> +Two pin, compact surface mount connector. Commonly used as a battery input connection point. We really like the solid locking feeling and high current rating on these small connectors. We use these all the time as battery connectors. Mates to single-cell LiPo batteries. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8612">JST Right Angle Connector - White</a> (PRT-08612)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/JST-Horizontal.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11214">SparkFun MOSFET Power Controller</a> (PRT-11214)</li> +<li><a href="https://www.sparkfun.com/products/13777">SparkFun Battery Babysitter - LiPo Battery Manager</a> (PRT-13777)</li> +<li>And many, many others that required a lipo battery connection.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin vertical connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Binding Post</h3> +<p>The component itself has an threaded, insulated body that goes through the board, with a small threaded metal stud coming off the back. +<p> The intent of this package is that the post goes through a milled obling hole, and a small wire would be used to connect from the PCB pad to the metal contact on the post. +</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13006”>SparkFun Decade Resistance Box</a></li> +<li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/9739”>Binding Post - Red</a></li> +<li><a href=”https://www.sparkfun.com/products/9740”>Binding Post - Black</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> +<br> +This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and +to be daisy chained easily.</p> +<p><b>Example SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> +<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> +<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connectors</h3> +<p>Various footprints for battery connections</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11864">Deans Connector -M/F Pair</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Test Points</h3> +<p>Bare copper test points for troubleshooting or In-Circuit-Testing. These are used by our Production team for verifying production board runs using pogo-pins on test beds.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13284”>SparkFun LSM9DS1 Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13714”>SparkFun PSOC</a></li> +<li><a href="https://www.sparkfun.com/products/13879">SparkFun Load Cell Amplifier</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTA (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12753”>British Telecom Connector - BTA (female)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTD Digital (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12754”>British Telecom Connector - BTD (female)</a></li> +</ul></p> + + +<p></p> +<b> More information about the Vernier ecosystem can be found here:</b> +<ul> +<li><a href="http://www.vernier.com/engineering/arduino/"> http://www.vernier.com/engineering/arduino/</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack, 1/4" TRS jack, horizontal, PTH, aka "Phono jack"</h3> +<p></p> + +<p></p> +<b>Find the connector here:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11144"> Audio Jack - 1/4" Stereo (right angle)</a> (COM-11144)</li> +<li><a href="http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg">Datasheet</a></li> +<li>Note, although the datasheet and physical part are slightly different, this footprint was proven to mate well on the Proto Pedal.</li> +<p></p> +</ul> +<p></p> +<b>This device is used on these SparkFun Products: </b> +<ul> +<li><a href="https://www.sparkfun.com/products/13005">SparkFun TRS Jack Breakout - 1/4" Stereo</a> (BOB-13005 )</li> +<li><a href="https://www.sparkfun.com/products/13124"> SparkFun Proto Pedal - sorry bad link - product comming soon!</a> (PRT-13124)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. +<br></br> +<br></br> + +For more information on the pinout and electrical specifications of MIDI communications, please see the following resource: + +<a href="https://www.midi.org/specifications/item/midi-din-electrical-specification">https://www.midi.org/specifications/item/midi-din-electrical-specification</a> + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9536">MIDI Connector - Female Right Angle</a> (PRT-09536)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12898">SparkFun MIDI Shield</a> (DEV-12898)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>USB-A Connector</h3> +<p>Male and female variants, as well as PTH and SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/11697”>SparkFun XBee Explorer Dongle</a> PTH Male</li> +<li><a href=”https://www.sparkfun.com/products/12924”>SparkFun MicroView-USB Programmer</a> SMT Male</li> +<li><a href=”https://www.sparkfun.com/products/12700”>SparkFun USB Type A Female Breakout</a> SMT Female</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type B Connector</h3> +<p></p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13899”>SparkFun Stepoko</a> PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector 3mm headers and sockets used on the SparkFun Edison Blocks. +<p> +Edison Daughter package includes layout for the Edison module itself, including mounting holes and antenna area marked.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13770”>SparkFun ADC Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13727”>SparkFun Power Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13045”>SparkFun Base Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13043”>SparkFun Dual H-Bridge Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13041”>SparkFun microSD Edison Block</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Raspberry Pi GPIO Header</h3> +<p>2x20 pin connector, as found on B, B+, A+ models. Both shrouded PTH and SMT versions available.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13054”>GPIO Shrouded Header</a>- PTH</li> +<li><a href=”https://www.sparkfun.com/products/13717”>SparkFun Pi Wedge (Preassembled)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Qwiic Connector</h3> +An SMD 1mm pitch JST connector makes it easy and quick (get it? Qwiic?) to connect I<sup>2</sup>C devices to each other. The <a href=”http://www.sparkfun.com/qwiic”>Qwiic system</a> enables fast and solderless connection between popular platforms and various sensors and actuators. + +<br><br> + +We carry <a href=”https://www.sparkfun.com/products/14204”>200mm</a>, <a href=”https://www.sparkfun.com/products/14205”>100mm</a>, <a href=”https://www.sparkfun.com/products/14206”>50mm</a>, and <a href=”https://www.sparkfun.com/products/14207”>breadboard friendly</a> Qwiic cables. We also offer <a href=”https://www.sparkfun.com/products/14323”>10 pcs strips</a> the SMD connectors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin horizontal connector</h3> +JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="link">name</a> (XXX-00000)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder Pad for LuMini Rings + + + + + + + + + + + + + + + + +LuMini 8X8 Solder Pad + + + + + + + + + + + + + + + +<h3>USB Type C 16Pin Connector</h3> + +Super Speed pins not available on the 16-pin purely SMD connector so this part is best for USB 2.0 implementations. D1 and D2 are tied together enabling D+/- no matter which way the cable is plugged into the connector. The two channel configuration pins (CC1/2) are exposed. These are normally connected to ground via 5.1k resistors but can be reconfigured for high current/high power applications. + +<h2><i>**4-LAYER BOARD WARNING!!**</i></h2> + +If designing 4-layer board, make sure to select the variant <strong>_4-LAYER-ISOLATED</strong>. The linked footprint (USB-C-16-4LAYER-ISOLATED) includes some <i>very</i> necessary cutout polygons in the inner layers (2 and 15). This prevents the PTH mounting shield legs on the USB connector from electrically connecting any other polygons on the inner layers (usually VCC and GND). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RASPBERRY PI I/O HEADER</h3> + +<p>As defined for the Revistion 2 Pi. The 40 pin header is backwards compatible with this smaller more compact footprint.</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX 4-Pin Power Supply Connector - Right Angle and Vertical PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It is commonly known as the Molex series 8981 connector. The footprint is adjusted for the right angle and vertical connector mounts.</p> +<p>SparkFun Products: +<ul> +<li><a href=”https://www.sparkfun.com/products/15035>ATX Connector Breakout Board</a></li> +<li><a href=”https://www.sparkfun.com/products/15700”>ATX Right Angle Connector - PTH 4-Pin</a></li> +<li><a href=”https://www.sparkfun.com/products/15701”>SparkFun ATX Power Connector Breakout Kit - 12V/5V (4-pin)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Standard 22-pin 0.1" header + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/lib/Supply.lbr b/electronicDie/hardware/lib/Supply.lbr new file mode 100644 index 0000000..c178f7f --- /dev/null +++ b/electronicDie/hardware/lib/Supply.lbr @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++3V3 + + + + +>VALUE + ++5V + + + + +>VALUE + +VCC + + + + +>VALUE + ++3V3 + STM + + + + +>VALUE + ++5V0 + STM + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/lib/USB.lbr b/electronicDie/hardware/lib/USB.lbr new file mode 100644 index 0000000..710f883 --- /dev/null +++ b/electronicDie/hardware/lib/USB.lbr @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + +Mini USB 2.0 Type B + + + + + + + + + + + + + +>NAME +>VALUE +shield + + +USB 3.1 Type C + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + +<B>WR-COM Micro USB 2.0 Type AB Vertical 5 Contacts +</B><BR><BR> +<b>Kind Properties</b> +<BR>Durability:10 000 Mating cycles +<BR>Quality Class:10 000 Mating cycles +<BR>Connector Type:Micro USB +<BR>Gender:Receptacle +<BR>Type:Vertical +<BR><BR> +<b>General Information</b> +<BR>Operating Temperature:-40up to +105 °C +<BR>Compliance:RoHS +<BR><BR> +<b>Electrical Properties</b> +<BR>IR 1:1.8A +<BR>Working Voltage:30V (AC) +<BR>Withstanding Voltage:100V (AC) +<BR>Contact Resistance:30 mΩ<BR><BR> +<b>Material Properties +</b><BR>Insulator Material:LCP +<BR>Insulator Flammability Rating:UL94 V-0 +<BR>Color:Black +<BR>Contact Material:Copper Alloy +<BR>Contact Plating: Gold +<BR>Contact Type:Stamped +<BR>Shielding Material:Stainless Steel +<BR>Shielding Plating:Matte Tin +<BR> +<br><a href="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" title="Enlarge picture"> +<img src="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" width="320"></a><p> +Details see: <a href="https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/">https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/</a><p> + +Updated by Yingchun, Shan 2020-01-16<br> +2020 (C) Würth Elektronik + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/diode.lbr b/electronicDie/hardware/lib/diode.lbr new file mode 100644 index 0000000..98e99f5 --- /dev/null +++ b/electronicDie/hardware/lib/diode.lbr @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>Diode Package</b> Reflow soldering<p> +INFINEON, www.infineon.com/cmc_upload/0/000/010/257/eh_db_5b.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23</b> + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Diode</b> + + + + + + +>NAME +>VALUE + + + + + + + + + +<B>DIODE</B> + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Small Outline Transistor; 6 leads</b><p> +Philips Semiconductors, SOT363.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>SMA</b> CASE 403D-02<p> +Source: http://www.onsemi.com/pub_link/Collateral/MBRA340T3-D.PDF + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>DIODE</b> + + + + + + + + + +>NAME +>VALUE + + + + + +<b>DIODE 0805</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>DIODE 0603</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +ultra fast-recovery rectifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diode bridge +quad bus terminator 30V 100mA 5ns + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/led.lbr b/electronicDie/hardware/lib/led.lbr new file mode 100644 index 0000000..4e9028b --- /dev/null +++ b/electronicDie/hardware/lib/led.lbr @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/rcl_upravena.lbr b/electronicDie/hardware/lib/rcl_upravena.lbr new file mode 100644 index 0000000..95e31ad --- /dev/null +++ b/electronicDie/hardware/lib/rcl_upravena.lbr @@ -0,0 +1,21143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor </b> STELCO GmbH<p> +diameter 8.6 mm, grid 3.55 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>X CAPACITOR</b><p> +body 17.5 x 5 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 6 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 8 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 7.5 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 10 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 11 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 13 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 15 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 18 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 4 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 10 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 12.5 x 5 mm, grid 7.62 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 16.5 x 5 mm, grid 12.6 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 6 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 7 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 25 x 7 mm, grid 22 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 6 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 21 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 5 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x20 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +12x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 43 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +14x37 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +16x39 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +18x39 + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +0,1W 25% + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +0,25W, 20% + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> AVX + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> VISHAY + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> +SMD Cermet trimmer + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side for automatic adjustment, vertical to PCB + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from both sides, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +Cermet MIL-R-22097 + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> muRata + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> BC-Components + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> muRata + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>INDUCTOR</b><p> +chip + + + + +>NAME +>VALUE + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0309, grid 15mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 20mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>POWER-CHOKE WE-TPC</b><p> +Würth Elektronik, Partnumber: 744053220<br> +Source: WE-TPC 744053220.pdf + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 12.7 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 15.24 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>newport components</b> 2200 Serie RM 11.43 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>POWER INDUCTORS</b> (SMT Type)<p> +Source: www.sumida.com/products/pdf/CEP125.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>NIS02 Chip Inductor</b><p> +Source: http://www.niccomp.com/Catalog/nis.pdf + + +>NAME +>VALUE + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>PIS 2826</b> Inductor<p> +Source: http://www.stetco.com/products/inductors/pdf/PIS2816.pdf + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf24.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf36.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf46.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Radial Lead RF Chokes</b><p> +Source: www.bourns.com .. 6000_series.pdf + + + +>NAME +>VALUE + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME ++ +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>X CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>Y CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>BIPOLAR ELECTROLYTIC CAPACITOR</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm resistor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm capacitor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/lib/switch-omron.lbr b/electronicDie/hardware/lib/switch-omron.lbr new file mode 100644 index 0000000..3ee8925 --- /dev/null +++ b/electronicDie/hardware/lib/switch-omron.lbr @@ -0,0 +1,1591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED5 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 +K +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/lib/test_points.lbr b/electronicDie/hardware/lib/test_points.lbr new file mode 100644 index 0000000..af429c6 --- /dev/null +++ b/electronicDie/hardware/lib/test_points.lbr @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Test points</b> +<p> + +<b>Author: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + +>VALUE +>NAME + + + + + +>NAME + + + + +>NAME + + + + + + +>NAME + + + + + + + + +>NAME +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/lib/transistor.lbr b/electronicDie/hardware/lib/transistor.lbr new file mode 100644 index 0000000..c74cd6e --- /dev/null +++ b/electronicDie/hardware/lib/transistor.lbr @@ -0,0 +1,8020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO264 vertical</b> + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-143</b> + + + + + + + + +>NAME +>VALUE + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SMALL OUTLINE TRANSISTOR</b><p> +TS-003 + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Small Outline Transistor</b> + + + + + + + + +3 +4 +1 +2 +>NAME +>VALUE + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + +<b>TO264 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>TO 3 A</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +3 +2 +1 +4 + + +<b>SOT-23</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SMALL OUTLINE INTEGRATED CIRCUIT</b><p> +body 3.9 mm/JEDEC MS-012AC + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO 72</b> + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>SOT-563</b><p> +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +<b>DPAK</b> CASE 369-07<br> +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>2-10H1A</b> TOSHIBA Package for RF Transistors<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>SIP-5</b><p> +Source: 2SA798.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT363</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<b>T-30</b> Horizontal<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>T-30</b> Vertical<p> +Source: 2SC1944 + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +TO264 vertical + + + + + +SOT-143 + + + + + +SC59 (SOT23) Motorola + + + + + +SMALL OUTLINE TRANSISTOR +TS-003 + + + + + +Small Outline Transistor + + + + + +TO 3 A + + + + + +SOT323 Philips + + + + + +TO264 horizontal + + + + + +SOT-23 + + + + + +TO 18 + + + + + +TO 220 horizontal + + + + + +TO 5 + + + + + +TO 126 horizontal + + + + + +TO-66 + + + + + +TO-39 + + + + + +SC59 (SOT23) Motorola + + + + + +TO-3 + + + + + +TO-92 Pads In Line E C B from top + + + + + +SOT-563 +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + +SMALL OUTLINE INTEGRATED CIRCUIT +body 3.9 mm/JEDEC MS-012AC + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +Dual In Line Package + + + + + +TO 92 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 72 + + + + + +Molded Package +grid 2.54 mm + + + + + +TO-236 ITT Intermetall + + + + + +Molded Package +grid 2.54 mm + + + + + +TO 202 horizontal + + + + + +DPAK CASE 369-07 +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + +TO-18 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 202 vertical + + + + + +TO 126 vertical + + + + + +TO 218 vertical + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO 218 horizontal + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 vertical + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO 220 vertical + + + + + +TOP 3 horizontal + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-18 + + + + + +SOT89 Emitter Collector Basis + + + + + +SOT-23 (BCE) + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 Pads In Line B C E from top + + + + + +SOT-23 (EBC) + + + + + +TO-92 Pads In Line C B E from top + + + + + +SOT89 Basis Collector Emitter + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT363 +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + +SIP-5 +Source: 2SA798.pdf + + + + + +2-10H1A TOSHIBA Package for RF Transistors +Source: 2SC2395.pdf + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +T-30 Horizontal +Source: 2SC1944.pdf + + + + + +T-30 Vertical +Source: 2SC1944 + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +B2 +B1 +E + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-4 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP BIPOLAR DARLINGTON TRANSISTOR</b><p> +Source: http://www.datasheetcatalog.org/datasheet/mospec/BDX54.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>PNP Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: http://www.fairchildsemi.com/ds/BD/BD239C.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-5 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. 2SC1740.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC3330 .pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN EPITAXIAL TRANSISTOR</b><p> +Source: TOSHIBA .. 2SC1815 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC945 2.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC458 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +NPN Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common emitter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Final RF Power Outupt<p> +Source: 2sc1306.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL COMPLEMENTARY: L78 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common collector + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL NPN/NPN L88 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL PNP/PNP L87 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>UNIJUNCTION TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2098.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: www.Datasheet4U.com 2SC2905.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Silicon Epitaxial, High Frequency Power Amplifier<p> +Source: 2SC1307.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Trnasitor</b> RF Power Amplifier<p> +Source: 2SC3212.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PNP Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + +NPN Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2sc1969.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN/PNP Silicon Digital Transistor Array</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PNP DIFFERENTAL AMP</b> SIP-5<p> +Source: 2SA798.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/loga/avast-logo-social.png b/electronicDie/hardware/loga/avast-logo-social.png new file mode 100644 index 0000000..04a65f0 Binary files /dev/null and b/electronicDie/hardware/loga/avast-logo-social.png differ diff --git a/electronicDie/hardware/loga/avast-logo-social_bw.bmp b/electronicDie/hardware/loga/avast-logo-social_bw.bmp new file mode 100644 index 0000000..43d5db1 Binary files /dev/null and b/electronicDie/hardware/loga/avast-logo-social_bw.bmp differ diff --git a/electronicDie/hardware/loga/fablab_logo-main.svg b/electronicDie/hardware/loga/fablab_logo-main.svg new file mode 100644 index 0000000..1844a67 --- /dev/null +++ b/electronicDie/hardware/loga/fablab_logo-main.svg @@ -0,0 +1,92 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/electronicDie/hardware/loga/fablab_logo-main_bw.bmp b/electronicDie/hardware/loga/fablab_logo-main_bw.bmp new file mode 100644 index 0000000..88edeca Binary files /dev/null and b/electronicDie/hardware/loga/fablab_logo-main_bw.bmp differ diff --git a/electronicDie/hardware/loga/logo-gatema-jpg.jpg b/electronicDie/hardware/loga/logo-gatema-jpg.jpg new file mode 100644 index 0000000..58f7ace Binary files /dev/null and b/electronicDie/hardware/loga/logo-gatema-jpg.jpg differ diff --git a/electronicDie/hardware/loga/logo-gatema-jpg_bw.bmp b/electronicDie/hardware/loga/logo-gatema-jpg_bw.bmp new file mode 100644 index 0000000..dadddab Binary files /dev/null and b/electronicDie/hardware/loga/logo-gatema-jpg_bw.bmp differ diff --git a/electronicDie/hardware/loga/red-hat-logo.png b/electronicDie/hardware/loga/red-hat-logo.png new file mode 100644 index 0000000..66b734c Binary files /dev/null and b/electronicDie/hardware/loga/red-hat-logo.png differ diff --git a/electronicDie/hardware/loga/red-hat-logo_bw.bmp b/electronicDie/hardware/loga/red-hat-logo_bw.bmp new file mode 100644 index 0000000..f984b78 Binary files /dev/null and b/electronicDie/hardware/loga/red-hat-logo_bw.bmp differ diff --git a/electronicDie/hardware/loga/robotarna_logo-2048x473.webp b/electronicDie/hardware/loga/robotarna_logo-2048x473.webp new file mode 100644 index 0000000..ece4b39 Binary files /dev/null and b/electronicDie/hardware/loga/robotarna_logo-2048x473.webp differ diff --git a/electronicDie/hardware/loga/robotarna_logo-2048x473_bw.bmp b/electronicDie/hardware/loga/robotarna_logo-2048x473_bw.bmp new file mode 100644 index 0000000..8223408 Binary files /dev/null and b/electronicDie/hardware/loga/robotarna_logo-2048x473_bw.bmp differ diff --git a/electronicDie/hardware/loga/src.txt b/electronicDie/hardware/loga/src.txt new file mode 100644 index 0000000..00da78c --- /dev/null +++ b/electronicDie/hardware/loga/src.txt @@ -0,0 +1,15 @@ +Avast +https://support.avast.com/resource/1644486509000/avast_resources/img/avast-logo-social.png + +Red Hat +https://www.redhat.com/sysadmin/themes/custom/sysadmin/assets/images/red-hat-logo.png + +Gatema +https://www.gatema.cz/file-link/logo-gatema-jpg.jpg + +FabLab +https://www.fablabbrno.cz/img/logo-main.svg + +Robotárna +https://helceletka.cz/wp-content/uploads/2020/01/robotarna_logo-2048x473.png + diff --git a/electronicDie/hardware/v1.0/configuration/JLCPBC - panel.cam b/electronicDie/hardware/v1.0/configuration/JLCPBC - panel.cam new file mode 100644 index 0000000..aa2f274 --- /dev/null +++ b/electronicDie/hardware/v1.0/configuration/JLCPBC - panel.cam @@ -0,0 +1,272 @@ +{ + "author": { + "email": "xstrei03@stud.feec.vutbr.cz", + "name": "Jakub Streit" + }, + "description": { + "EN": "EAGLE default 2 layer CAM job." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 1, + "layer_details": "mixed", + "layer_type": "top" + }, + "filename_format": "%PREFIX/copper_top.gbr", + "layers": [ + 1, + 17, + 18 + ], + "name": "Top Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 2, + "layer_details": "mixed", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/copper_bottom.gbr", + "layers": [ + 16, + 17, + 18 + ], + "name": "Bottom Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": true, + "config": { + "file_function": "Profile", + "plating": "non-plated" + }, + "filename_format": "%PREFIX/profile.gbr", + "layers": [ + ], + "milling": true, + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/soldermask_top.gbr", + "layers": [ + 29 + ], + "name": "Soldermask Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/soldermask_bottom.gbr", + "layers": [ + 30 + ], + "name": "Soldermask Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "top" + }, + "filename_format": "%PREFIX/solderpaste_top.gbr", + "layers": [ + 31 + ], + "milling": false, + "name": "Solderpaste Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/solderpaste_bottom.gbr", + "layers": [ + 32 + ], + "milling": false, + "name": "Solderpaste Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/silkscreen_top.gbr", + "layers": [ + 21, + 51, + 101, + 125 + ], + "milling": false, + "name": "Silkscreen Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/silkscreen_bottom.gbr", + "layers": [ + 22, + 26, + 52, + 102 + ], + "milling": false, + "name": "Silkscreen Bottom", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "RS274X" + }, + { + "filename_prefix": "", + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "filename_format": "%DRILLPREFIX/drill_%FROM_%TO.xln", + "name": "Auto Drill", + "type": "autodrills" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2021-02-05T15:00:47", + "type": "EAGLE CAM job", + "units": "metric", + "version": "9.2.0" +} diff --git a/electronicDie/hardware/v1.0/configuration/JLCPBC.cam b/electronicDie/hardware/v1.0/configuration/JLCPBC.cam new file mode 100644 index 0000000..d4e7449 --- /dev/null +++ b/electronicDie/hardware/v1.0/configuration/JLCPBC.cam @@ -0,0 +1,272 @@ +{ + "author": { + "email": "xstrei03@stud.feec.vutbr.cz", + "name": "Jakub Streit" + }, + "description": { + "EN": "EAGLE default 2 layer CAM job." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 1, + "layer_details": "mixed", + "layer_type": "top" + }, + "filename_format": "%PREFIX/copper_top.gbr", + "layers": [ + 1, + 17, + 18 + ], + "name": "Top Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 2, + "layer_details": "mixed", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/copper_bottom.gbr", + "layers": [ + 16, + 17, + 18 + ], + "name": "Bottom Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": true, + "config": { + "file_function": "Profile", + "plating": "non-plated" + }, + "filename_format": "%PREFIX/profile.gbr", + "layers": [ + ], + "milling": true, + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/soldermask_top.gbr", + "layers": [ + 29 + ], + "name": "Soldermask Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/soldermask_bottom.gbr", + "layers": [ + 30 + ], + "name": "Soldermask Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "top" + }, + "filename_format": "%PREFIX/solderpaste_top.gbr", + "layers": [ + 31 + ], + "milling": false, + "name": "Solderpaste Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/solderpaste_bottom.gbr", + "layers": [ + 32 + ], + "milling": false, + "name": "Solderpaste Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/silkscreen_top.gbr", + "layers": [ + 21, + 25, + 51, + 101 + ], + "milling": false, + "name": "Silkscreen Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/silkscreen_bottom.gbr", + "layers": [ + 22, + 26, + 52, + 102 + ], + "milling": false, + "name": "Silkscreen Bottom", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "RS274X" + }, + { + "filename_prefix": "", + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "filename_format": "%DRILLPREFIX/drill_%FROM_%TO.xln", + "name": "Auto Drill", + "type": "autodrills" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2021-02-05T13:45:08", + "type": "EAGLE CAM job", + "units": "metric", + "version": "9.2.0" +} diff --git a/electronicDie/hardware/v1.0/configuration/roboticsbrno_modified.dru b/electronicDie/hardware/v1.0/configuration/roboticsbrno_modified.dru new file mode 100644 index 0000000..d603219 --- /dev/null +++ b/electronicDie/hardware/v1.0/configuration/roboticsbrno_modified.dru @@ -0,0 +1,73 @@ +description[de] = EAGLE Design Rules\n

\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab. +description[en] = RobotikaBrno DRC\n\n

\nThis DRC includes the common parameters for two-layer PCBs. Should be compatible with:\n

    \n
  • Gatema POOL Servis
  • \n
  • JLCPCB (no extras)
  • \n
  • AllPCB (no extras)
  • \n
\n

\nUPDATES:\n

\nJarek Paral (2020-03-14) \n

    \n
  • Clearance - change clearance from 0.2 mm to 0.15 mm
  • \n
  • Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3
  • \n
  • Misc - activate 'Check angle'
  • \n
\n

\nKuba Streit (2021-02-04)\n

    \n
  • \nChange board thickness to 2 mm, because of connectorless PCB USB\n
+layerSetup = (1*16) +mtCopper = 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm +mtIsolate = 2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm +mdWireWire = 0.15mm +mdWirePad = 0.15mm +mdWireVia = 0.15mm +mdPadPad = 0.15mm +mdPadVia = 0.15mm +mdViaVia = 0.15mm +mdSmdPad = 0.15mm +mdSmdVia = 0.15mm +mdSmdSmd = 0.15mm +mdViaViaSameLayer = 6mil +mnLayersViaInSmd = 2 +mdCopperDimension = 0.5mm +mdDrill = 0.5mm +mdSmdStop = 0mil +msWidth = 0.15mm +msDrill = 0.3mm +msMicroVia = 9.99mm +msBlindViaRatio = 0.500000 +rvPadTop = 0.350000 +rvPadInner = 0.350000 +rvPadBottom = 0.350000 +rvViaOuter = 0.350000 +rvViaInner = 0.350000 +rvMicroViaOuter = 0.250000 +rvMicroViaInner = 0.250000 +rlMinPadTop = 0.16mm +rlMaxPadTop = 1mm +rlMinPadInner = 0.16mm +rlMaxPadInner = 1mm +rlMinPadBottom = 0.16mm +rlMaxPadBottom = 1mm +rlMinViaOuter = 0.16mm +rlMaxViaOuter = 1mm +rlMinViaInner = 0.16mm +rlMaxViaInner = 1mm +rlMinMicroViaOuter = 4mil +rlMaxMicroViaOuter = 20mil +rlMinMicroViaInner = 4mil +rlMaxMicroViaInner = 20mil +psTop = 1 +psBottom = 1 +psFirst = 1 +psElongationLong = 100 +psElongationOffset = 100 +mvStopFrame = 0.100000 +mvCreamFrame = 0.000000 +mlMinStopFrame = 0.1mm +mlMaxStopFrame = 0.2mm +mlMinCreamFrame = 0mil +mlMaxCreamFrame = 0mil +mlViaStopLimit = 0.4mm +srRoundness = 0.000000 +srMinRoundness = 0mil +srMaxRoundness = 0mil +slThermalIsolate = 0.2mm +slThermalsForVias = 0 +dpMaxLengthDifference = 10mm +dpGapFactor = 2.500000 +checkAngle = 1 +checkFont = 1 +checkRestrict = 1 +checkStop = 0 +checkValues = 0 +checkNames = 1 +checkWireStubs = 1 +checkPolygonWidth = 0 +useDiameter = 13 +maxErrors = 50 diff --git a/electronicDie/hardware/v1.0/electronicDie.brd b/electronicDie/hardware/v1.0/electronicDie.brd new file mode 100644 index 0000000..8eb77ea --- /dev/null +++ b/electronicDie/hardware/v1.0/electronicDie.brd @@ -0,0 +1,2361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.0 +Electronic Die +v1.0 +v1.0 +Electronic Die +v1.0 +Electronic Die + + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 + + + + + + + + + + + + + + + + + + + + + + + + + +JLCJLCJLCJLC + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +LED +5 mm, round + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + +OMRON SWITCH + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads In Line C B E from top + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>RobotikaBrno DRC</b> + +<p> +This DRC includes the common parameters for two-layer PCBs. Should be compatible with: +<ul> +<li>Gatema POOL Servis</li> +<li>JLCPCB (no extras)</li> +<li>AllPCB (no extras)</li> +</ul> +<p> +UPDATES: +<p> +Jarek Paral (2020-03-14) +<ul> +<li>Clearance - change clearance from 0.2 mm to 0.15 mm</li> +<li>Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3</li> +<li>Misc - activate 'Check angle'</li> +</ul> +<p> +Kuba Streit (2021-02-04) +<ul> +<li> +Change board thickness to 2 mm, because of connectorless PCB USB +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/electronicDie.sch b/electronicDie/hardware/v1.0/electronicDie.sch new file mode 100644 index 0000000..b91a213 --- /dev/null +++ b/electronicDie/hardware/v1.0/electronicDie.sch @@ -0,0 +1,19098 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Frames for Sheet and Layout</b> + + + + + + + + + + + + + + + + + + + + +>DRAWING_NAME +>LAST_DATE_TIME +>SHEET +Sheet: + + + + + +<b>FRAME</b><p> +DIN A4, landscape with location and doc. field + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME ++ +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-3 + + + + + +TO 18 + + + + + +TO-18 + + + + + +TO-18 + + + + + +TO 202 horizontal + + + + + +TO 202 vertical + + + + + +SOT-93 +grid 5.45 mm + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 126 horizontal + + + + + +TO 126 vertical + + + + + +TO 218 horizontal + + + + + +TO 218 vertical + + + + + +TO 220 horizontal + + + + + +TO 220 vertical + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +TO-39 + + + + + +TO 5 + + + + + +TO-66 + + + + + +TO 92 + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 horizontal + + + + + +TOP 3 vertical + + + + + +TO-236 ITT Intermetall + + + + + +SOT-23 (EBC) + + + + + +SOT89 Emitter Collector Basis + + + + + +TO-92 Pads In Line B C E from top + + + + + +TO-92 Pads In Line C B E from top + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT-23 (BCE) + + + + + +SOT89 Basis Collector Emitter + + + + + +SC59 (SOT23) Motorola + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +TO-92 Pads In Line E C B from top + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++5V + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +VDD +VSS + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + +USB + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + +>SHEET_HEADLINE +v1.0 +RobotikaBrno +RobotikaBrno.cz +Robotarna +CC BY-SA 4.0 +Electronic Die + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Released under the Creative Commons Attribution-ShareAlike 4.0 License +https://creativecommons.org/licenses/by-sa/4.0/ +Designed by: Jakub Streit + +Electronic Die +https://github.com/RoboticsBrno/RoboCamp-2021 +Jakub Streit +2/2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/electronicDie_panel2x1.brd b/electronicDie/hardware/v1.0/electronicDie_panel2x1.brd new file mode 100644 index 0000000..b7e5e46 --- /dev/null +++ b/electronicDie/hardware/v1.0/electronicDie_panel2x1.brd @@ -0,0 +1,2990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.0 +Electronic Die +v1.0 +v1.0 +Electronic Die +v1.0 +Electronic Die + + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 + + + + + + +C1 +C2 +C3 +C4 +D1 +D2 +D3 +IC1 +IC2 +LED1 +LED2 +LED3 +LED4 +LED5 +LED6 +LED7 +LED8 +R1 +R2 +R3 +R4 +R5 +R6 +R7 +R8 +R9 +R10 +R11 +S1 +T1 +T2 + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.0 +Electronic Die +v1.0 +v1.0 +Electronic Die +v1.0 +Electronic Die + + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 + + + + + + +JLCJLCJLCJLC +C1 +C2 +C3 +C4 +D1 +D2 +D3 +IC1 +IC2 +LED1 +LED2 +LED3 +LED4 +LED5 +LED6 +LED7 +LED8 +R1 +R2 +R3 +R4 +R5 +R6 +R7 +R8 +R9 +R10 +R11 +S1 +T1 +T2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +LED +5 mm, round + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + +OMRON SWITCH + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads In Line C B E from top + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>RobotikaBrno DRC</b> + +<p> +This DRC includes the common parameters for two-layer PCBs. Should be compatible with: +<ul> +<li>Gatema POOL Servis</li> +<li>JLCPCB (no extras)</li> +<li>AllPCB (no extras)</li> +</ul> +<p> +UPDATES: +<p> +Jarek Paral (2020-03-14) +<ul> +<li>Clearance - change clearance from 0.2 mm to 0.15 mm</li> +<li>Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3</li> +<li>Misc - activate 'Check angle'</li> +</ul> +<p> +Kuba Streit (2021-02-04) +<ul> +<li> +Change board thickness to 2 mm, because of connectorless PCB USB +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/40xx.lbr b/electronicDie/hardware/v1.0/lib/40xx.lbr new file mode 100644 index 0000000..e9184c4 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/40xx.lbr @@ -0,0 +1,8990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>LCC 20</b> Leadless Chip Carrier <p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.3 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Small Outline package 8</b> 150 mil + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<b>Leadless Chip Carrier</b><p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package Small</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package + + + + + +LCC 20 Leadless Chip Carrier Ceramic Package + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Dual In Line Package + + + + + +Dual In Line Package + + + + + +Dual In Line Package 0.3 inch + + + + + +Plastic Leaded Chip Carrier + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Leadless Chip Carrier Ceramic Package + + + + + +Small Outline package 8 150 mil + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + +Small Outline package 150 mil + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package Small + + + + + + + +>NAME +VDD +VSS + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +VDD +VSS +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +VEE +GND +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Presetlogik +Counter +Mode Select +Preset +Output +Enable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +SP +T0 +SN +T1 + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>SCHMITT TRIGGER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 3-input <b>NOR</b> & <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +7-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LP monostable/astable <b>MULTIVIBRATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> schmitt trigger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +18-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad true/complement <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual D <b>FLIP FLOP</b>, set/reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Inverting gated JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual <b>COMPLIMENTARY PAIR</b> plus <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XNOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Non-inverting JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-Bit addressable <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit full <b>ADDER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Divide-by 8 <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D-type <B>REGISTER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual JK <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit parallel in/out <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary up down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NOR R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad precision <b>TIMER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, negative logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit bidirectional <b>BUS REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +16-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad clocked D <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, inverting + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual monostable <b>MULTIVIBRATOR</b><p> +Source: Texas Instruments (Data sheet acquired frm Harris Semiconductor SCHS065)<br> +http://pdf1.alldatasheet.com/datasheet-pdf/view/26897/TI/CD4098.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary rate <b>MULTIPLIER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex non-inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +21 -Stage <b>Counter</b><p> +Source: www.radanpro.com/el/datasheets_cmos.htm<br> +cd_4045.pdf<p> +<table> +<tr><td>Type <td>Manufatk.</td> +<tr><td>4045BDC</td><td>FCH</td></tr> +<tr><td>4045BDM</td><td>FCH</td></tr> +<tr><td>40458BFC</td><td>FCH</td></tr> +<tr><td>4045BFM</td><td>FCH</td></tr> +<tr><td>4045BPC</td><td>FCH</td></tr> +<tr><td>CD4045AD</td><td>RCA</td></tr> +<tr><td>CD4045AE</td><td>RCA</td></tr> +<tr><td>CD4045AF</td><td>RCA</td></tr> +<tr><td>CD4045AH</td><td>RCA</td></tr> +<tr><td>CD4045AK</td><td>RCA</td></tr> +<tr><td>CD4045BD</td><td>RCA</td></tr> +<tr><td>CD4045BE</td><td>RCA</td></tr> +<tr><td>CD4045BF</td><td>RCA</td></tr> +<tr><td>CD4045BH</td><td>RCA</td></tr> +<tr><td>CD045BK</td><td>SCA</td></tr> +<tr><td>HCC4045BD</td><td>SCA</td></tr> +<tr><td>HCC4045BF</td><td>SGS</td></tr> +<tr><td>HCC4045BK</td><td>SGS</td></tr> +<tr><td>HCF4045BE</td><td>SGS</td></tr> +<tr><td>HCF4045BF</td><td>SGS</td></tr> +</table> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, Non-inverting<p> +Source: www.fairchildsemi.com CD4010.pdf © 2000 Fairchild Semiconductor Corporation DS005945 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit universal <B>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex contact <b>BOUNCE ELIMINATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-stage <b>SHIFT/STORE REGISTER</b>, tri-state + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +12-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, positive logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +64-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Expandable 8-input <b>GATE</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NAND R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 2-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Micropower <b>PLL</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DECODER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit magnitude <b>COMPARATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>AND-OR</b> select gate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Hex inverting buffer, 3-state</b><p> +Source: <a href="http://www.nxp.com/documents/data_sheet/HEF40098B.pdf"> Data sheet </a> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to decimal <b>DECODER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Devide by-N-Counter</b> 74HC/HCT4059<p> +Source: www.standardics.nxp.com/products/hc/datasheet/74hc4059.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.0/lib/555.lbr b/electronicDie/hardware/v1.0/lib/555.lbr new file mode 100644 index 0000000..78e7580 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/555.lbr @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/LIBRARIES/index.html b/electronicDie/hardware/v1.0/lib/LIBRARIES/index.html new file mode 100644 index 0000000..75e52da --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/LIBRARIES/index.html @@ -0,0 +1,1238 @@ + + + + + + + + + + + + + + + + + + + + + + Libraries - source - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Libraries - source

+

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

+

You can find more information in libraries internal description.

+

All libraries may be modified.

+

There are some source of these libraries:

+

[Eagle Managed Libraries]

+
    +
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • +
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • +
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
  • +
+

RoboticsBrno/eagle_libraries

+
    +
  • diode.lbr (revision db6a17c)
  • +
  • NC.lib (revision db6a17c)
  • +
  • rcl_upravena.lbr (revision db6a17c)
  • +
  • test_points.lbr (revision db6a17c)
  • +
  • usb.lib (revision db6a17c) + PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
  • +
+

SparkFun

+
    +
  • SparkFun-Connectors.lbr (revision b7e707d)
  • +
+

[unique]

+
    +
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.0/lib/NC.lbr b/electronicDie/hardware/v1.0/lib/NC.lbr new file mode 100644 index 0000000..6a20c51 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/NC.lbr @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.0/lib/SparkFun-Connectors.lbr b/electronicDie/hardware/v1.0/lib/SparkFun-Connectors.lbr new file mode 100644 index 0000000..59dff6e --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/SparkFun-Connectors.lbr @@ -0,0 +1,51092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>SMD - 6 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +tPlace shows location of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin KIT</h3> +<p>This is the KIT version of this package. This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br>This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side.</p> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex Mini-Fit Jr. - 24 pin, Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/ATX-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>ATX24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH Pogo Pin Compatible</h3> +Long pads to enable testing with pogo pins. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + +<h3>2.5mm Stereo Audio Jack - PTH Holes Only</h3> +No electrical connections. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>3.5mm Stereo Audio Jack - Surface Mount</h3> +2.5mm Height. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19269.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>Plated Through Hole - 2x3 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3 Long Pads w/ Offset Holes</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Locking Footprint</h3> +Holes are offset from center 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 Shrouded Header Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Surface Mount - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Banana Plug PTH</h3> +0.2" diameter pad, 0.1" hole. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>BANANA_CONN</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + +>NAME +>VALUE + + +<h3>BNC Jack - Mouser Part#5227161 </h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://www.mouser.com/ds/2/418/NG_CS_1307191_BNC_Connectors_0307-561881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BNC</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Female PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/DB9-PCB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Male PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15944.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>miniDIN Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/mdn-s-07-x-mkt.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN7</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>4-pin DS touch screen connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DS_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. +<p>Specifications: +<ul><li>Pin count: 10</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EB-85A</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FTDI Basic </h3> +Includes tDocu labels for end pins that match the FTDI Basic connection. +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Cable</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +GRN +BLK + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2mm</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + + +<h3>Pogo Pin - 0.061"</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.061"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Pogo Pin Hole - 0.58" </h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.58"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Female</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Male</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST-Right Angle Male Header SMT</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +<li>JST_2MM_MALE</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST-Vertical Male Header SMT </h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>Name +>Value + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Locking Footprint</h3> +Holes are staggered by 0.005" from center to hold pins while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset from center by 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads with Locking Footprint</h3> +Pins are staggered by 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads without Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>Name +>Value ++ +- + + + + + + + + + +<h3>Plated Through Hole - 0.1" holes</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.2"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Pogo Pins Connector - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> No silk outline of connector. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + +<h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> +tDocu marks the spring arms +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint</h3> +Pins are staggered 0.005" off center to lock pins while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pad w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH Locking</h3> +Holes are offset 0.007" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Pogo Pins - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint w/out Silk Outline</h3> +Holes are offset from center 0.005" to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin SMD</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Locking Footprint</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST Right Angle 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + ++ +- +S +S + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 4 Pin Right Angle </h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x4</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +<li>EM-408</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMD - 5 Pin Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Male Headers</h3> +tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Female Header</h3> +Silk outline of pins +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Molex 6-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle</h3> +tPlace shows angle of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint with Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin Locking Header</h3> +Includes silk outline for 6 pin female header +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -6 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Header - 6 pin Female SMD</h3> +Right angle 0.1" +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/19686.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin Holes</h3> +No silk, no plating +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 7 Pin Holes</h3> +No plating, no silk outline. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -8 Pin</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -8 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>SMD -8 Pin Vertical Female</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Combined footprint configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST Vertical Crimp Connect</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch:1mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eSR.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x8</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -9 Pin</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/XBee-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm SMD</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Sockets/xbeeheadersmd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10 Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 Locking Footprint Special</h3> +Holes are offset 0.005", to hold pins in place while soldering. +Pin rows are offset 5mm as well +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -11 Pin</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin 1.27mm</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin w/ Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>11 pin holes</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -12 Pin</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Machine Pin Headers</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Holes -12 Pin</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin</h3> +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Machine Pin Header Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -18 Pin</h3> +<p>Specifications: +<ul><li>Pin count:18</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_18</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint Long Pads</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -24 Pin</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>Plated Through Hole -24 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -27 Pins</h3> +<p>Specifications: +<ul><li>Pin count:27</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_27</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins Offset</h3> +Long Pads + offset holes +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Ethernet MagJack-Compatible</h3> +tDocu shows where the cable plugs in +<p>Specifications: +<ul><li>Pin count: 14</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MAGJACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>RJ45 PoE MagJack</h3> +This RJ-45 jack with magnetics, gives you access to the unused twisted pair (10BASE-T, and 100BASE-T) which usually carries power in a power-over-ethernet system. +<p>Specifications: +<ul><li>Pin count:10</li> +</ul></p> +<p>Example device(s): +<ul><li>MAGJACK-POE</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>OBD-II Automotive Connector</h3> +<p>Specifications: +<ul><li>Pin count: 16</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>OBD-II</li> +</ul></p> + + + + + + + + + + + + + + + + +1 +16 +>NAME +>VALUE +16 +1 + + +<h3>Mini ICSP Connector - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.5mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eZH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PIC_ICSP_MINI_5_PIN</li> +</ul></p> + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x12</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x26</h3> +<p>Specifications: +<ul><li>Pin count:52</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_26x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD</h3> +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Slot Pads</h3> +Extended soldering pads. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH</h3> +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Locking Footprint</h3> +5.5mm jack, 2.1mm center pole diameter. +<br> Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ZIF PSP Connector</h3> +<p>Specifications: +<ul><li>Pin count: 42 </li> +<li>Pin pitch:0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD PSP Touch Screen Connector</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 1mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ11 6-Pin Socket with PCB Mounting Post</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ11-6</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ45 Socket with PCB Mounting Posts</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ45-8</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FPC/FFC Locking Connector - SMD</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch: 0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SCREENKEY_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SIM Card Socket SMT</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p><a href=”http://www.morethanall.com/upload/products_pdf/144626051352e1f8ebd5c5c.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SIMHOLDER</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + +<h3>U.FL SMD Antenna Connector</h3> +<p>Specifications: +<li>Area: 3.0mm x 2.5mm</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Wireless/Antennas/RF-001001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>U.FL</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>USB Type 'A' Male Connector - PTH</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10016.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + +>VALUE + + +<h3>USB Type B Female PTH Mounted</h3> +<p>Specifications: +<ul><li>Pin count:4 main, 2 shield</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/USB-B%20Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_B</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type Mini-B Surface Mounted</h3> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield pins</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/miniUSB-Dimensional.pdf”>Datasheet referenced for footprint</a></p> + +<p>Example device(s): +<ul><li>USB_Mini-B</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Type 'A' Female Connector - SMT No Silk</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type 'A' Female Connector - SMT Silk Outline</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type microUSB Connector-No Bossed Pins</h3> +<p>Specifications: +<ul><li>Pin count:5 pins, 4 shield connections</li> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield</li> +<p><a href=”https://www.hirose.com/product/en/download_file/key_name/ZX/category/Catalog/doc_file_id/31704/?file_category_id=4&item_id=13&is_series=1”>Datasheet referenced for footprint</a></p> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3>microSD Socket SMD</h3> +Puhs-Push type. +<br> tDocu shows location of uSD card in different positions. +<p>Specifications: +<ul><li>Pin count:12</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15882.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MICRO-SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +tDocu shows location of lever when unlocked. +<p>Specifications: +<ul><li>Pin count:28</li> +</ul></p> +<p>Example device(s): +<ul><li>ZIF_SOCKET_28-3</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT with Silk</h3> +Package for devices meant to mate to an FTDI connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + +GRN +BLK +TXO +RXI +VCC +DTR +GND +CTS + + +<h3>MyDAQ Female Right Angle Terminal Block w/ Locking Footprint</h3> +<p>Specifications: +<ul><li>Pin count: 40</li> +<li>Pin pitch:3.18mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10458.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MyDAQ</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>SMD Pad count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>TRRS 3.5MM Right Angle Stereo Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/20153.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRRS</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Female Header</h3> +Silk outline of pin location +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 3 Pin Right Angle Male Headers</h3> +No silk outline, but tDocu layer shows pin location. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB Type 'A' Male Connector - SMT</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” http://www.molex.com/pdm_docs/sd/480371000_sd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + + + + + + + + + +>VALUES + + +<h3>Plated Through Hole - 2x3 Pogo Pins</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Spring Connector</h3> +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:0.25"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>2 Pin Screw Terminal - 2.54mm</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Analog Right Angle</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/BTA-Connector%20Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_ANALOG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Right Angle Female Digital</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=””>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_DIGITAL</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Male Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type AB - SMT</h3> +<br> Basic silk outline</br> +<p>Specifications: +<ul><li>Pin count:5 main, 3 shield</li> +</ul></p> +<p><b>Datasheet referenced for footprint: http://www.morethanall.com//upload/products_pdf/87340574052ba5151280ca.pdf</b></p> +<p>Example device(s): +<ul><li>USB AB</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST SH Vertical 6-Pin Connector -SMD</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1mm</li> +<p><b><a href="https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet referenced for footprint</a></b></p> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +<li>EM-406</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB - microB SMD</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - No Silk Outline Kit Version</h3> +<p> Mask on only one side to make soldering in kits easier. +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack -Kit Version</h3> +Reduced openings in tStop, pins spread a tiny bit out to hold part on PCB during assembly +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin w/ Long Solder Pads</h3> +No silk, but tDocu layer shows pin position. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD Overpaste</h3> +Over paste toe on each SMD pad to ease use of AOI. +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +//kentro/work/Production/AOI Parts/Tyler/Breadboard power 5v/barreljack.bmp +>NAME +>VALUE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + +<h3>Plated Through Hole -24 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>Plated Through Hole -11 Pin No Silk Kit</h3> +tMask is only on one layer. Designed for kits to prevent soldering on the wrong side. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>DC Barrel Power Jack/Connector Breadboard Compatible</h3> +Breadboard-friendly pins. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/18742.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk Kit</h3> +Mask on one side only for soldering kits. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH KIT</h3> +Mask on one side for Kit soldering +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + + + +>NAME +>VALUE + + +<h3>SD/MMC Socket</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +card lock position + + + + + + + +<h3>Plated Through Hole - 2x3 Test Point Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE +Programmer This Side + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Insulated Binding Post</h3> +Banana-jack compatible post +<p>Example device(s): +<ul><li>BINDING_POST</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE +ROUTE +OUT + + +<h3>SMD - 4 Pin Right-Angle Female Header</h3> +Silk outline shows header location. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +Holes are 0.05". +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/B-D-xx1X.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x20 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -20 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Deans Connector</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/deans_connector_PRT-11864.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BATTERY_CONN</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Shrouded Header No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole -20 Pin Locking Footprint No Silk </h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + + +<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT</h3> +Package for devices meant to mate to an FTDI connector. +<p> tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +TXO +RXI +VCC +DTR +GND +CTS +GRN +BLK + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://sullinscorp.com/catalogs/145_PAGE118_.100_SBH11_SERIES_MALE_BOX_HDR_ST_RA_SMT.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMTSO-256-ET Flush Mount Nut</h3> +.165 drill +<br> +Fits 4-40 Screws. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Female Headers</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ARM Cortex Debug Connector (10-pin)</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.05"</li> +</ul></p> +<p><a href="https://www.samtec.com/ftppub/cpdf/FTSH-1XX-XX-XXX-DV-XXX-MKT.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CORTEX_DEBUG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Electrically Conductive Pad 0.02" Square</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.02" x 0.02"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.03" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.03" x 0.03"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.05" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.05" x 0.05"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.04" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.04" x 0.04"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Via 0.015" Drill</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area:0.015"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + + +<h3>Right Angle -1/4" Stereo Jack</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRS_0.25"_PTH_RA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DIN5/180 Connector - Right Angle Female</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN5</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DIN-5 +BOARD EDGE +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin No Silk outline</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver Footprint w/ Edison Outline</h3> +Package can be used as basic guideline for creating Edison-mating daughter boards. +<br>Includes keepout area for antenna. +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF40C-70DP-0.4V(51) Plug</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +2 pin poke-home connector + +part number 2062-2P from STA + + + + + + + + +>NAME +>VALUE +BOARD EDGE + + +<h3>USB - microB SMD Reduced Paste</h3> + 70% paste area under D+ D- USBID pins for applications where those pins aren't required, to reduce the likelihood of bridges. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -10 Pin Locking Footprint - NO SILK</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<h3>JST 3 Pin Right Angle Plated Through Hole &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Qwiic connector with milled cutout. Sliding the cable into this slot prevents the cable from coming unplugged. + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + +<h3>Micro B USB Plug Assembly - Straight Through-hole</h3> +<b>**UNPROVEN**</b><Br> +See Digikey part #H11497-ND + + + + + + + + + + + +>Name +>Value + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br><br> +<b>***Unproven***</b> (Passed 1:1 printout test though!) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Header</h3> + +Reversed pinout to match Raspberry Pi male header pinout when coupled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +uSD +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>LuMini Ring Solder Pads</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: .8 in</li> +<li>Area: .4 x 1 in.</li> +</ul></p> + + + + +LuMini Pad + + + + +<h3>XLR-3 Connector - Package for the NC3MAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1429/Drawing+NC3MAAH-1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + +<h3>XLR-3 Connector - Package for the NC3FAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1389/Drawing+NC3FAAH1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This is a 40-pin FPC connector supplied by Atom. SparkFun SKU is +CONN-14082 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Insert This Side + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>24-Pin FPC/FFC Connector - 0.5mm pitch</h3> +<p>Digikey: 609-4320-2-ND</p> +<p><a href=https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10112793.pdf>Datasheet</a></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +Board Edge +Clearance Area + + + + + + +Bottom Parts Only + + +Shrouded SMD connector for JTAG and SWD applications. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Vertical Qwiic Connector</h3> + +<p>Physical and Electrical Charactersistics</p> +<ul> +<li>Voltage Rating: 50V</li> +<li>Current Rating 1.0A</li> +<li>Contact Resistance: 20 milliohms</li> +<li>ROHS Compliant</li> +<li>SMD Pitch: 1mm</li> +<li>Small pad size: .6mm x 1.55mm</li> +<li>Large pad size: 1.2mm x 2.0mm</li> +<li></li> +<li></li> +</ul> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Small PTH Hole</h3> + +<p>Characteristics</p> +<ul> +<li>Single through hole</li> +<li>Diameter: .02"</li> +</ul> + + + +<h3>Wurth Nano-SIM Holder &ndash; 693043020611</h3> +<a href=http://katalog.we-online.de/em/datasheet/693043020611.pdf>Datasheet</a> + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +Nano SIM CARD +Clear area needed +for card insertion + + + + + + + + + + + + + + + + + + + + + +INSERT + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MOLEX 5051101292 + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +<h3>2 Pin Screw Terminal - 6.35 mm</h3> +300VAC-30A Screw Terminal +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch: 6.35 mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +24 Pin FPC 0.5mm with contacts both sides. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Alt</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Femal SMD Combined</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Combined No Connect</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>SMD Pad count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 4 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20 Right Angle Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</p> +<p>Shroud Specifications +<ul> +<li>56.08mm x 8.5mm x 6.0mm +<li> +<li> +</ul> +</p> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>SMD - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>ATX24 Pin Power Supply Connector</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> 3 pin Basic Audio Jack</p> + + + + + + + +>NAME +>VALUE +L +R + + + + + + +<h3> Audio Jack </h3> +<p> Basic Audio Jack with bypass switches</p> + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. + + + + +>NAME +>VALUE +MOSI +RST +SCK +MISO +VCC +GND + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> + + + + +>NAME +>VALUE +MOSI +RESET +SCK +MISO +VCC +GND +GND +GND +GND + + + + + + + + + + +NC + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> + +>NAME +>VALUE + + + +<h3>Battery</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>BNC Connector</h3> +2 pin connection + + +>NAME +>VALUE +GND +OUT + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + + + + +>NAME +>VALUE + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the connector for the PSP touch screen. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + + + + +>NAME +>VALUE + + + + + + +<h3>EB-85A Connector</h3> +Connector for the EB-85A/FV-M8 GPS receiver. + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Six pin connection for the EM406 GPS module. + + + + +>NAME +>VALUE + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the 5 pin connector for the EM408 GPS receiver. + + + + +>VALUE +>NAME + + + + + + + +<h3>6 Pin Connection</h3> + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>1 Pin Connection</h3> + + + + + +>VALUE +>NAME + + + +<h3>2 Pin Connection</h3> + + + + + + +>VALUE +>NAME + + + + +<h3>3 Pin Connection</h3> + + + + + + + +>VALUE +>NAME + + + + + +<h3>4 Pin Connection</h3> + + + + + + + + +>VALUE +>NAME + + + + + + +<h3>8 Pin Connection</h3> +4x2 pin layout + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>5 Pin Connection</h3> + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3>10 Pin Connection</h3> +5x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 7 Pin Connection</h3> + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + +<h3> 8 Pin Connection</h3> + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>16 Pin Connection</h3> +2x8 pin layout + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 9 Pin Connection</h3> + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3> 10 Pin Connection</h3> + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> +10x2 pin layout + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 11 Pin Connection</h3> + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + +<h3> 12 Pin Connection</h3> + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + +<h3> 13 Pin Connection</h3> + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + +<h3> 14 Pin Connection</h3> + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3> 15 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + +<h3> 16 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 17 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + +<h3> 18 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +<h3> 19 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 25 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 27 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 29 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 30 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 40 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3> 24 Pin Connection</h3> + +12x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 52 Pin Connection</h3> +26x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + +Org +Blu +Brn +W/Grn +Grn + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>NAME + + +<h3>USB A/B - with Shield Pins</h3> +<p>USB connector for type-A and type-B connectors. Includes shield pins broken out. </p> + + + +USB + + + + + +>NAME +>VALUE + + + +<h3>USB - 5 pin</h3> +<p>5 pin USB connector: VBUS, GND, D+, D-, ID </p> +<p>Includes 4 pins for shield connections </p> + + + +USB + + + + + + +>VALUE + +>NAME + + + + + + +>NAME +>VALUE + + + + + + +SHIELD +VCC +D- +D+ +ID +GND + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + +OPEN WHEN +CONNECTED + + +<h3>USB Type AB</h3> +<p>Capable of OTG. +<br>5-pins: USBVCC, GND, D+, D-, USBID</p> + + + +USB AB + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>Name + + +>Value + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> Audio Jack with TRRS</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>6 Pin Connection</h3> +3x2 pin layout + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + +<h3> 26 Pin Connection</h3> +13x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 23 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Binding Post</h3> +Single connection binding post + + +>NAME +>VALUE + + +<h3>12 Pin Connection</h3> +6x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> + + + + + + + + +>VALUE +>NAME + + + + +SDA +VCC +GND +SCL + + +<h3> 40 Pin Connection</h3> +20x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connection</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>Cortex Debug Connector</h3> +<p><a href="http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf">Datasheet</a></p> + + + + + + + + + + + + + + +>Name +>Value + + + + +>Name +>Value + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER ANALOG SENSOR + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER DIGITAL SENSOR + + +<h3> Audio Jack </h3> +<p> 1/4" TRS Jack - with normals on each conductor</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +T +R + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. + + + + + + +>NAME +>VALUE + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector used on the SparkFun Edison Blocks and the Intel &reg; Edison. +<p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>Value + + + + + + + + + + + + +>NAME +>VALUE +SHIELD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + +<h3>USB - C 16 Pin</h3> +Exposes the minimal pins needed to implement a USB 2.x legacy device. + + + +USB-C +>VALUE + +>NAME + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>VALUE +>NAME + + + + +4-Pin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LED COL1 / ADC +PAD 0 / ADC +LED COL2 / ADC +BUTTON A +LED COL9 +LED COL8 +PAD1 / ADC +GPIO +>VALUE +LED COL7 +LED COL3 / ADC +BUTTON B +PAD2 / ADC +SPI1 MOSI +I2C1 SCL +GND +I2C1 SDA +3.3V +SPI1 MISO +SPI1 SCK +GPIO +GPIO +>NAME + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>You can populate with some of these:</b> +<p><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</p> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX24 Pin Power Supply Connector - Right Angle PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/10618”>SparkFun Power Driver Shield Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p>2.5mm variants of PTH and SMT audio jacks.</p> +<p>SparkFun Products: +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p> 3.5mm variants of PTH and SMT stereo audio jack with bypass switches.</p> +<p>SparkFun Products: +<ul><li><a href=”[https://www.sparkfun.com/products/11177]”>SparkFun SparkPunk Sound Kit </a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/13720”>MP3 Trigger</a> -3.5mm SMD</li> +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. This footprint will take up less PCB space and can be used with a 10-pin to 6-pin adapter such as SKU: BOB-08508</p> + +<p><b>**Special note about "TEST_POINT" package.</b> The stop mask is on the top side, so if you want your programming test points to be on the bottom of your board, make sure to place this package on the bottom side of the board. This also ensure that the orientation to program from the bottom side will be correct.</p> + +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11591">SparkFun ISP Pogo Adapter</a> - NS</li> +<li><a href="https://www.sparkfun.com/products/11801">Tiny AVR Programmer</a> -PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/778">2x5 AVR ICSP Male Header</a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/8506”>2x5 Pin Shrouded Header</a> - PTH2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/retired/10956">Multimeter Kit</a></li> +<li><a href="https://www.sparkfun.com/products/retired/509">Banana to Alligator Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/508">Banana to Alligator Coax Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/507">Banana to Banana Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/506">Banana to IC Hook Cables</a></li> +</ul></p> + + + + + + + + + + + + + + + +<h3>9V Battery Holder - PC Mount</h3> +<p>Standard and Kit footprints included</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11177">SparkFun SparkPunk Sound Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/12707”>SparkFun SparkPunk Sequencer Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>BNC Right Angle Connector</h3> +<p>Mouser Part# 5227161</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/10550”>BNC Connector - Right Angle</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. Footprint production proven. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/429"> 9 Pin Female Serial Connector - PCB Mount</a> (PRT-00429)</li> +</ul> + +<p></p> +<b>This connector has been used on the following SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/449">SparkFun RS232 Shifter - SMD</a> (PRT-00449)</li> +<li><a href="https://www.sparkfun.com/products/8780"> SparkFun RS232 Shifter SMD (No DB9)</a> (PRT-08780)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/696"> MiniDIN 7-Pin Connector</a> (PRT-00696)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the SMD connector for the PSP touch screen. 4-pin right angle good, friction fit connector with 1 mm pitch. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13631">SparkFun Nintendo DS Screen Kit</a> (LCD-13631)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8297">Connector Horizontal SMD for EB-85A</a> (GPS-08297)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the mating connector for the EM408 GPS receiver. The EM408 connects to the board via a cable. Note, this connector footprint does not include the outline of the receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8288">Connector Vertical SMD for EM408</a> (GPS-08288)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + +<p></p> +<b>Special note:</b> You should include the "EM408_Outline" device in your schematic if you are to use the EM408 in your design. + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - CABLE SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +This is used on a design to provide a 6-pin connection point for serial communication usually from a USB cable (D+/D-) to these headers (RX/TX). It also has the remaining pins necessary for programming in the Arduino evironment (DTR, GND, and sometimes VCC). + +<p></p> +<b>Note, this device has "CABLE" in the name.</b> It is intended to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>The "sister" device, named "TARGET"</b> is inteneded to be used on a design that contains a target micro-controller that you wish to program. +<p></p> +<b>You can populate with some of these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +</ul> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + +<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> +<p></p> + +<p></p> +On any of the 0.1 inch spaced packages, you can populate with these: +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<p></p> +</ul> +<p></p> +This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. +<p></p> +Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: +<ul> +<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> +<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> +<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> + + Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> + +2.54_SCREWTERM for use with PRT-10571.<br><br> + +3.5mm Screw Terminal footprints for PRT-08084<br><br> + +5mm Screw Terminal footprints for use with PRT-08432 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/13875"> Stackable Header - 3 Pin (Female, 0.1")</a> (PRT-13875)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<h3>For AVR SPI programming port, see special device with nice symbol: "AVR_SPI_PROG_5x2.dev"</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/778"> 2x5 AVR ICSP Male Header</a> (PRT-00778)</li> +<li><a href="https://www.sparkfun.com/products/8506"> 2x5 Pin Shrouded Header</a> (PRT-08506)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 5x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8535"> 2x5 Pin IDC Ribbon Cable</a> (PRT-08535)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9280"> Arduino Stackable Header - 6 Pin</a> (PRT-09280)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9279"> Arduino Stackable Header - 8 Pin</a> (PRT-09279)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check this:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13156"> Header - 2x8 (Male, 0.1")</a> (PRT-13156)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/11376"> Arduino Stackable Header - 10 Pin</a> (PRT-11376)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note about the "SPECIAL" package:</b> +<p></p> +This was SPECIALLY designed to be used with our Graphic LCD Backpack. Be sure you want to use this! It is not only staggered on each line of header holes, but IT IS ALSO offset of the center point of the top and bottom lines by 5 mil. This causes the headers to lock into place on the "standard" footprint on the LCD screen. The extra squares on the tdocu layer are there simply to reference other pins (if you were to actually populate a longer header than ten long - this is what we do with the backpacks). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. +<p></p> +<b> Note about LOCK SPECIAL package:</b> +<p></p> +This is just like the LOCK variant in that the holes are staggared by 5 mil, but except for the last two holes. They are not altered from the "standard" footprint layout. This is used for a special purpose on the layout of our Graphic LCD Backpack. Make sure you want to use this device before selecting it for you project! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>MAGJACK: RJ-45 with LEDs</h3> +This is a single port, RJ45 ethernet jacks with built in transformer (magnetics), status LEDs, and shielding. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>PoE compatible MagJack</h3> +This is a simple RJ45 PoEthernet MagJack connector that can help connect you to the Internet with the ability to provide power. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13606">RJ45 PoE MagJack</a> (PRT-13606)</li> +</ul> + +<p></p> +<b>Note:</b> +<ul> +<li> This connector is not on any currently live SparkFun products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>OBD-II Connector</h3> +OBDII is an on board diagnostics standard that is used on a large variety of cars. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9911">OBD-II connector</a> (DEV-09911)</li> +<li><a href="http://pinoutsguide.com/CarElectronics/car_obd2_pinout.shtml">Info and Pinout</a> (sorry, no datasheet)</li> +</ul> + +<p></p> +<b>We do not use this connector on any active designs, however, if you're looking for OBDII tech, please check out these:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=obd">SparkFun OBD related products</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8094">Polarized Connectors - Header (6-Pin)</a> (PRT-08094)</li> +</ul> +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11703">SparkFun UDB5 - PIC UAV Development Board</a> (DEV-11703)</li> +</ul> +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PIC-ICSP-Mini</b> +Miniature 5-pin connection for temporary programming of PICs. Use this device in your design to save space. + + +<h3>Miniature ISCP Programming connector for PICs</h3> +This 5 pin header contains all the lines necessary for programming most PIC microcontrollers. Use this device in your design to save space. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11264">5-Pin Mini ICSP Connector</a> (PRT-11264)</li> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/762">USB Bit Whacker - 18F2553 Development Board</a> (DEV-00762)</li> +<li><a href="https://www.sparkfun.com/products/258">SparkFun Serial Enabled LCD Backpack</a> (LCD-00258)</li> +</ul> + +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Power Jack Connector</h3> +This is the standard 5.5mm barrel jack for power.<br> +The PTH is the most common, proven, reliable, footprint.<br> +The Slot footprint only works if the mill layer is transmitted to the PCB fab house so be warned.<br> + +<p></p> +<b>Here are the connectors we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/119">DC Barrel Power Jack/Connector</a> (PRT-00119)</li> +<li><a href="https://www.sparkfun.com/products/12748">DC Barrel Power Jack/Connector (SMD)</a> (PRT-12748)</li> +<li><a href="https://www.sparkfun.com/products/10811">DC Barrel Jack Adapter - Breadboard Compatible</a> (PRT-10811)</li> +</ul> + +<p></p> +<b>It is used on this SparkFun product (and many, many others):</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12757">SparkFun RedBoard - Programmed with Arduino</a> (DEV-12757)</li> +</ul> + +<p></p> +<b>Also, if you need a mating power supply or connector, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/298">Wall Adapter Power Supply - 9VDC 650mA</a> (TOL-00298)</li> +<li><a href="https://www.sparkfun.com/products/10287">DC Barrel Jack Adapter - Male</a> (PRT-10287)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the PlayStation Portable (PSP) screen ribbon cable</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8335">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8355">Color 24-Bit LCD 4.3" PSP Connector</a> (LCD-08355)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4 pin Connector for the Color 24-Bit LCD 4.3" Play Station Portable (PSP) Touch Screen</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8448">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>RJ11 Jack - 6 pin</h3> +Commonly found on CAT3 devices and some Microchip programmers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/132">RJ11 6-Pin Connector</a> (PRT-00132)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li><a href="https://www.sparkfun.com/products/8942">Weather Meters</a> (SEN-08942)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Jack - 8 pin</h3> +Simple RJ45, 8-pin connection. Commonly used for Cat5, Cat5e, and Cat6 Ethernet cables. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/643">RJ45 8-Pin Connector</a> (PRT-00643)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/716">SparkFun RJ45 Breakout</a> (BOB-00716)</li> +</ul> + +<p></p> +<br></br> +Note, you may also be interested in the "MAGJACK" version of this. It is basically a RJ45 connector, but also has some status LEDs built into the connector housing. You can check that out in this library at the device named "MAGJACK.dev" and see these products online:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the ScreenKey</h3> +This is a tiny, locking 14-pin FPC/FFC connector that mates with the TFT ScreenKeys and their displays. These connectors require a really minimal amount of force to close, which is great for the delicate wires they’re designed for. +<br></br> +<br></br> +Unfortunately, we no longer sell the <a href="https://www.sparkfun.com/products/retired/9366">ScreenKey TFT128</a> or the <a href="https://www.sparkfun.com/products/retired/9380">TFT128 Display</a>, however we do still sell the connector. + + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9586">ScreenKey Mating Connector</a> (PRT-09586)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf">Datasheet</a> (FH12-14S-0.5SH)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SIM Cellular Card Socket</h3> +<p>SMT 6 pin standard connection. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/548”>SIM Socket</a></li> +<li><a href="https://www.sparkfun.com/products/13120">SparkFun Cellular Shield - MG2639</a></li> +<li><a href=”https://www.sparkfun.com/products/573”>SparkFun SIM Card Socket Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>USB type Mini-B Connector</h3> +<p>Breaks out 5th pin, and includes shield pins if needed.</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/9716”>SparkFun FTDI Basic Breakout</a></li> +<li><a href="https://www.sparkfun.com/products/11812”>SparkFun XBee Explorer USB</a></li> +<li><a href=”https://www.sparkfun.com/products/12757”>SparkFun Redboard</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type Micro-B Connector</h3> +<p>Male/female and PTH/SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12035”>SparkFun microB USB Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/10031”>SparkFun USB microB Plug Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/9175">ZIF Socket 28-Pin</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RCA Jack connector</h3> +This is a right angle RCA jack connecotr. Commonly used for video or audio. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8631">RCA Jack</a> (PRT-08631)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is not used on any active designs, however it was used on a couple retired products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8826">RCA Jack Breakout [RETIRED]</a> (PRT-08826)</li> +<li><a href="https://www.sparkfun.com/products/9168">SparkFun On Screen Display Breakout - MAX7456 [RETIRED]</a> (BOB-09168)</li> +</ul> + +<p></p> +<b>You may also be interested in a cable:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11573">RCA Video Cable - 6'</a> (CAB-11573)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SD Memory Card Connector (standard "large" size)</h3> +Push-push normal type, CD enable, WP enable. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12769">SD/MMC Socket</a> (PRT-12769)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12941">SparkFun SD/MMC Card Breakout</a> (BOB-12941)</li> +<li><a href="https://www.sparkfun.com/products/11468">SD Sniffer</a> (TOL-11468)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>myDAQ</h3> +This connecotr is used in the National Instruments myDAQ measurement and control tool ecosystem. Learn more at the <a href="http://www.ni.com/mydaq/">myDAQ website</a>. The connector is a 20pin 3.81mm spaced Female Right Angle Terminal Block (PTH). + +<p></p> +<b>Sorry, we do not sell the connector as an individual part at SparkFun, howere here is a link to the datasheet:</b> +<ul> +<li><a href="http://www.4uconnector.com/online/object/4udrawing/10458.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10705">SparkFun myDAQ Protoboard Kit</a> (DEV-10705)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type AB Micro Connector</h3> +<p>OTG-compatible. 5 pins, 3 shield pins</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13613”>IOIO-OTG</a></li> +<li><a href=”https://www.sparkfun.com/products/13664”>SparkFun SAMD21 Mini Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12807"> Header - 2x3 (Male, 0.1")</a> (PRT-12807)</li> +<li><a href="https://www.sparkfun.com/products/13010"> Header - 2x3 (Female, 0.1")</a> (PRT-13010)</li> +<li><a href="https://www.sparkfun.com/products/10877"> 2x3 Pin Shrouded Header</a> (PRT-10877)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 3x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10651"> Ribbon Crimp Connector - 6-pin (2x3, Female)</a> (PRT-10651)</li> +<li><a href="https://www.sparkfun.com/products/10646"> Ribbon Cable - 6 wire (15ft)</a> (PRT-10646)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack - 3.5mm TRRS (SMD)</h3> +<p>This is a 3.5mm TRRS SMD audio jack. +<br>TRRS connectors are the audio-style connectors that you see on some phones, MP3 players and development boards. +<br>TRRS stands for “tip, ring, ring, sleeve,” which reflects that this has three conductors and a ground. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/12639”>Audio Jack</a></li> +<li><a href="https://www.sparkfun.com/products/12968">mbed Starter Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/11570>SparkFun TRRS 3.5mm Jack Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>JST 2MM MALE RA CONNECTOR</h3> +Two pin, compact surface mount connector. Commonly used as a battery input connection point. We really like the solid locking feeling and high current rating on these small connectors. We use these all the time as battery connectors. Mates to single-cell LiPo batteries. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8612">JST Right Angle Connector - White</a> (PRT-08612)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/JST-Horizontal.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11214">SparkFun MOSFET Power Controller</a> (PRT-11214)</li> +<li><a href="https://www.sparkfun.com/products/13777">SparkFun Battery Babysitter - LiPo Battery Manager</a> (PRT-13777)</li> +<li>And many, many others that required a lipo battery connection.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin vertical connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Binding Post</h3> +<p>The component itself has an threaded, insulated body that goes through the board, with a small threaded metal stud coming off the back. +<p> The intent of this package is that the post goes through a milled obling hole, and a small wire would be used to connect from the PCB pad to the metal contact on the post. +</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13006”>SparkFun Decade Resistance Box</a></li> +<li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/9739”>Binding Post - Red</a></li> +<li><a href=”https://www.sparkfun.com/products/9740”>Binding Post - Black</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> +<br> +This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and +to be daisy chained easily.</p> +<p><b>Example SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> +<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> +<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connectors</h3> +<p>Various footprints for battery connections</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11864">Deans Connector -M/F Pair</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Test Points</h3> +<p>Bare copper test points for troubleshooting or In-Circuit-Testing. These are used by our Production team for verifying production board runs using pogo-pins on test beds.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13284”>SparkFun LSM9DS1 Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13714”>SparkFun PSOC</a></li> +<li><a href="https://www.sparkfun.com/products/13879">SparkFun Load Cell Amplifier</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTA (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12753”>British Telecom Connector - BTA (female)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTD Digital (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12754”>British Telecom Connector - BTD (female)</a></li> +</ul></p> + + +<p></p> +<b> More information about the Vernier ecosystem can be found here:</b> +<ul> +<li><a href="http://www.vernier.com/engineering/arduino/"> http://www.vernier.com/engineering/arduino/</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack, 1/4" TRS jack, horizontal, PTH, aka "Phono jack"</h3> +<p></p> + +<p></p> +<b>Find the connector here:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11144"> Audio Jack - 1/4" Stereo (right angle)</a> (COM-11144)</li> +<li><a href="http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg">Datasheet</a></li> +<li>Note, although the datasheet and physical part are slightly different, this footprint was proven to mate well on the Proto Pedal.</li> +<p></p> +</ul> +<p></p> +<b>This device is used on these SparkFun Products: </b> +<ul> +<li><a href="https://www.sparkfun.com/products/13005">SparkFun TRS Jack Breakout - 1/4" Stereo</a> (BOB-13005 )</li> +<li><a href="https://www.sparkfun.com/products/13124"> SparkFun Proto Pedal - sorry bad link - product comming soon!</a> (PRT-13124)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. +<br></br> +<br></br> + +For more information on the pinout and electrical specifications of MIDI communications, please see the following resource: + +<a href="https://www.midi.org/specifications/item/midi-din-electrical-specification">https://www.midi.org/specifications/item/midi-din-electrical-specification</a> + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9536">MIDI Connector - Female Right Angle</a> (PRT-09536)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12898">SparkFun MIDI Shield</a> (DEV-12898)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>USB-A Connector</h3> +<p>Male and female variants, as well as PTH and SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/11697”>SparkFun XBee Explorer Dongle</a> PTH Male</li> +<li><a href=”https://www.sparkfun.com/products/12924”>SparkFun MicroView-USB Programmer</a> SMT Male</li> +<li><a href=”https://www.sparkfun.com/products/12700”>SparkFun USB Type A Female Breakout</a> SMT Female</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type B Connector</h3> +<p></p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13899”>SparkFun Stepoko</a> PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector 3mm headers and sockets used on the SparkFun Edison Blocks. +<p> +Edison Daughter package includes layout for the Edison module itself, including mounting holes and antenna area marked.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13770”>SparkFun ADC Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13727”>SparkFun Power Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13045”>SparkFun Base Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13043”>SparkFun Dual H-Bridge Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13041”>SparkFun microSD Edison Block</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Raspberry Pi GPIO Header</h3> +<p>2x20 pin connector, as found on B, B+, A+ models. Both shrouded PTH and SMT versions available.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13054”>GPIO Shrouded Header</a>- PTH</li> +<li><a href=”https://www.sparkfun.com/products/13717”>SparkFun Pi Wedge (Preassembled)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Qwiic Connector</h3> +An SMD 1mm pitch JST connector makes it easy and quick (get it? Qwiic?) to connect I<sup>2</sup>C devices to each other. The <a href=”http://www.sparkfun.com/qwiic”>Qwiic system</a> enables fast and solderless connection between popular platforms and various sensors and actuators. + +<br><br> + +We carry <a href=”https://www.sparkfun.com/products/14204”>200mm</a>, <a href=”https://www.sparkfun.com/products/14205”>100mm</a>, <a href=”https://www.sparkfun.com/products/14206”>50mm</a>, and <a href=”https://www.sparkfun.com/products/14207”>breadboard friendly</a> Qwiic cables. We also offer <a href=”https://www.sparkfun.com/products/14323”>10 pcs strips</a> the SMD connectors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin horizontal connector</h3> +JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="link">name</a> (XXX-00000)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder Pad for LuMini Rings + + + + + + + + + + + + + + + + +LuMini 8X8 Solder Pad + + + + + + + + + + + + + + + +<h3>USB Type C 16Pin Connector</h3> + +Super Speed pins not available on the 16-pin purely SMD connector so this part is best for USB 2.0 implementations. D1 and D2 are tied together enabling D+/- no matter which way the cable is plugged into the connector. The two channel configuration pins (CC1/2) are exposed. These are normally connected to ground via 5.1k resistors but can be reconfigured for high current/high power applications. + +<h2><i>**4-LAYER BOARD WARNING!!**</i></h2> + +If designing 4-layer board, make sure to select the variant <strong>_4-LAYER-ISOLATED</strong>. The linked footprint (USB-C-16-4LAYER-ISOLATED) includes some <i>very</i> necessary cutout polygons in the inner layers (2 and 15). This prevents the PTH mounting shield legs on the USB connector from electrically connecting any other polygons on the inner layers (usually VCC and GND). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RASPBERRY PI I/O HEADER</h3> + +<p>As defined for the Revistion 2 Pi. The 40 pin header is backwards compatible with this smaller more compact footprint.</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX 4-Pin Power Supply Connector - Right Angle and Vertical PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It is commonly known as the Molex series 8981 connector. The footprint is adjusted for the right angle and vertical connector mounts.</p> +<p>SparkFun Products: +<ul> +<li><a href=”https://www.sparkfun.com/products/15035>ATX Connector Breakout Board</a></li> +<li><a href=”https://www.sparkfun.com/products/15700”>ATX Right Angle Connector - PTH 4-Pin</a></li> +<li><a href=”https://www.sparkfun.com/products/15701”>SparkFun ATX Power Connector Breakout Kit - 12V/5V (4-pin)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Standard 22-pin 0.1" header + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/Supply.lbr b/electronicDie/hardware/v1.0/lib/Supply.lbr new file mode 100644 index 0000000..c178f7f --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/Supply.lbr @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++3V3 + + + + +>VALUE + ++5V + + + + +>VALUE + +VCC + + + + +>VALUE + ++3V3 + STM + + + + +>VALUE + ++5V0 + STM + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/USB.lbr b/electronicDie/hardware/v1.0/lib/USB.lbr new file mode 100644 index 0000000..710f883 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/USB.lbr @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + +Mini USB 2.0 Type B + + + + + + + + + + + + + +>NAME +>VALUE +shield + + +USB 3.1 Type C + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + +<B>WR-COM Micro USB 2.0 Type AB Vertical 5 Contacts +</B><BR><BR> +<b>Kind Properties</b> +<BR>Durability:10 000 Mating cycles +<BR>Quality Class:10 000 Mating cycles +<BR>Connector Type:Micro USB +<BR>Gender:Receptacle +<BR>Type:Vertical +<BR><BR> +<b>General Information</b> +<BR>Operating Temperature:-40up to +105 °C +<BR>Compliance:RoHS +<BR><BR> +<b>Electrical Properties</b> +<BR>IR 1:1.8A +<BR>Working Voltage:30V (AC) +<BR>Withstanding Voltage:100V (AC) +<BR>Contact Resistance:30 mΩ<BR><BR> +<b>Material Properties +</b><BR>Insulator Material:LCP +<BR>Insulator Flammability Rating:UL94 V-0 +<BR>Color:Black +<BR>Contact Material:Copper Alloy +<BR>Contact Plating: Gold +<BR>Contact Type:Stamped +<BR>Shielding Material:Stainless Steel +<BR>Shielding Plating:Matte Tin +<BR> +<br><a href="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" title="Enlarge picture"> +<img src="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" width="320"></a><p> +Details see: <a href="https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/">https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/</a><p> + +Updated by Yingchun, Shan 2020-01-16<br> +2020 (C) Würth Elektronik + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/diode.lbr b/electronicDie/hardware/v1.0/lib/diode.lbr new file mode 100644 index 0000000..98e99f5 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/diode.lbr @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>Diode Package</b> Reflow soldering<p> +INFINEON, www.infineon.com/cmc_upload/0/000/010/257/eh_db_5b.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23</b> + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Diode</b> + + + + + + +>NAME +>VALUE + + + + + + + + + +<B>DIODE</B> + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Small Outline Transistor; 6 leads</b><p> +Philips Semiconductors, SOT363.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>SMA</b> CASE 403D-02<p> +Source: http://www.onsemi.com/pub_link/Collateral/MBRA340T3-D.PDF + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>DIODE</b> + + + + + + + + + +>NAME +>VALUE + + + + + +<b>DIODE 0805</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>DIODE 0603</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +ultra fast-recovery rectifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diode bridge +quad bus terminator 30V 100mA 5ns + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/led.lbr b/electronicDie/hardware/v1.0/lib/led.lbr new file mode 100644 index 0000000..4e9028b --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/led.lbr @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/rcl_upravena.lbr b/electronicDie/hardware/v1.0/lib/rcl_upravena.lbr new file mode 100644 index 0000000..95e31ad --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/rcl_upravena.lbr @@ -0,0 +1,21143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor </b> STELCO GmbH<p> +diameter 8.6 mm, grid 3.55 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>X CAPACITOR</b><p> +body 17.5 x 5 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 6 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 8 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 7.5 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 10 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 11 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 13 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 15 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 18 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 4 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 10 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 12.5 x 5 mm, grid 7.62 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 16.5 x 5 mm, grid 12.6 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 6 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 7 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 25 x 7 mm, grid 22 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 6 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 21 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 5 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x20 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +12x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 43 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +14x37 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +16x39 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +18x39 + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +0,1W 25% + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +0,25W, 20% + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> AVX + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> VISHAY + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> +SMD Cermet trimmer + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side for automatic adjustment, vertical to PCB + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from both sides, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +Cermet MIL-R-22097 + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> muRata + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> BC-Components + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> muRata + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>INDUCTOR</b><p> +chip + + + + +>NAME +>VALUE + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0309, grid 15mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 20mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>POWER-CHOKE WE-TPC</b><p> +Würth Elektronik, Partnumber: 744053220<br> +Source: WE-TPC 744053220.pdf + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 12.7 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 15.24 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>newport components</b> 2200 Serie RM 11.43 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>POWER INDUCTORS</b> (SMT Type)<p> +Source: www.sumida.com/products/pdf/CEP125.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>NIS02 Chip Inductor</b><p> +Source: http://www.niccomp.com/Catalog/nis.pdf + + +>NAME +>VALUE + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>PIS 2826</b> Inductor<p> +Source: http://www.stetco.com/products/inductors/pdf/PIS2816.pdf + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf24.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf36.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf46.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Radial Lead RF Chokes</b><p> +Source: www.bourns.com .. 6000_series.pdf + + + +>NAME +>VALUE + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME ++ +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>X CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>Y CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>BIPOLAR ELECTROLYTIC CAPACITOR</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm resistor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm capacitor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.0/lib/switch-omron.lbr b/electronicDie/hardware/v1.0/lib/switch-omron.lbr new file mode 100644 index 0000000..3ee8925 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/switch-omron.lbr @@ -0,0 +1,1591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED5 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 +K +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.0/lib/test_points.lbr b/electronicDie/hardware/v1.0/lib/test_points.lbr new file mode 100644 index 0000000..af429c6 --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/test_points.lbr @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Test points</b> +<p> + +<b>Author: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + +>VALUE +>NAME + + + + + +>NAME + + + + +>NAME + + + + + + +>NAME + + + + + + + + +>NAME +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.0/lib/transistor.lbr b/electronicDie/hardware/v1.0/lib/transistor.lbr new file mode 100644 index 0000000..c74cd6e --- /dev/null +++ b/electronicDie/hardware/v1.0/lib/transistor.lbr @@ -0,0 +1,8020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO264 vertical</b> + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-143</b> + + + + + + + + +>NAME +>VALUE + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SMALL OUTLINE TRANSISTOR</b><p> +TS-003 + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Small Outline Transistor</b> + + + + + + + + +3 +4 +1 +2 +>NAME +>VALUE + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + +<b>TO264 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>TO 3 A</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +3 +2 +1 +4 + + +<b>SOT-23</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SMALL OUTLINE INTEGRATED CIRCUIT</b><p> +body 3.9 mm/JEDEC MS-012AC + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO 72</b> + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>SOT-563</b><p> +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +<b>DPAK</b> CASE 369-07<br> +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>2-10H1A</b> TOSHIBA Package for RF Transistors<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>SIP-5</b><p> +Source: 2SA798.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT363</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<b>T-30</b> Horizontal<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>T-30</b> Vertical<p> +Source: 2SC1944 + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +TO264 vertical + + + + + +SOT-143 + + + + + +SC59 (SOT23) Motorola + + + + + +SMALL OUTLINE TRANSISTOR +TS-003 + + + + + +Small Outline Transistor + + + + + +TO 3 A + + + + + +SOT323 Philips + + + + + +TO264 horizontal + + + + + +SOT-23 + + + + + +TO 18 + + + + + +TO 220 horizontal + + + + + +TO 5 + + + + + +TO 126 horizontal + + + + + +TO-66 + + + + + +TO-39 + + + + + +SC59 (SOT23) Motorola + + + + + +TO-3 + + + + + +TO-92 Pads In Line E C B from top + + + + + +SOT-563 +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + +SMALL OUTLINE INTEGRATED CIRCUIT +body 3.9 mm/JEDEC MS-012AC + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +Dual In Line Package + + + + + +TO 92 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 72 + + + + + +Molded Package +grid 2.54 mm + + + + + +TO-236 ITT Intermetall + + + + + +Molded Package +grid 2.54 mm + + + + + +TO 202 horizontal + + + + + +DPAK CASE 369-07 +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + +TO-18 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 202 vertical + + + + + +TO 126 vertical + + + + + +TO 218 vertical + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO 218 horizontal + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 vertical + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO 220 vertical + + + + + +TOP 3 horizontal + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-18 + + + + + +SOT89 Emitter Collector Basis + + + + + +SOT-23 (BCE) + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 Pads In Line B C E from top + + + + + +SOT-23 (EBC) + + + + + +TO-92 Pads In Line C B E from top + + + + + +SOT89 Basis Collector Emitter + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT363 +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + +SIP-5 +Source: 2SA798.pdf + + + + + +2-10H1A TOSHIBA Package for RF Transistors +Source: 2SC2395.pdf + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +T-30 Horizontal +Source: 2SC1944.pdf + + + + + +T-30 Vertical +Source: 2SC1944 + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +B2 +B1 +E + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-4 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP BIPOLAR DARLINGTON TRANSISTOR</b><p> +Source: http://www.datasheetcatalog.org/datasheet/mospec/BDX54.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>PNP Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: http://www.fairchildsemi.com/ds/BD/BD239C.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-5 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. 2SC1740.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC3330 .pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN EPITAXIAL TRANSISTOR</b><p> +Source: TOSHIBA .. 2SC1815 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC945 2.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC458 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +NPN Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common emitter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Final RF Power Outupt<p> +Source: 2sc1306.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL COMPLEMENTARY: L78 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common collector + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL NPN/NPN L88 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL PNP/PNP L87 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>UNIJUNCTION TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2098.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: www.Datasheet4U.com 2SC2905.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Silicon Epitaxial, High Frequency Power Amplifier<p> +Source: 2SC1307.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Trnasitor</b> RF Power Amplifier<p> +Source: 2SC3212.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PNP Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + +NPN Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2sc1969.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN/PNP Silicon Digital Transistor Array</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PNP DIFFERENTAL AMP</b> SIP-5<p> +Source: 2SA798.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.1/Gatema_2V_new.cam b/electronicDie/hardware/v1.1/Gatema_2V_new.cam new file mode 100644 index 0000000..9676813 --- /dev/null +++ b/electronicDie/hardware/v1.1/Gatema_2V_new.cam @@ -0,0 +1,292 @@ +{ + "author": { + "email": "vaclav.ambroz@gatema.cz", + "name": "Vaclav Ambro" + }, + "description": { + "EN": "CAM job description goes here." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "outputs", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "TOP", + "file_function": "Other" + }, + "filename_format": ".top", + "layers": [ + 1, + 17, + 18 + ], + "milling": false, + "name": "TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "BOT", + "file_function": "Other" + }, + "filename_format": ".bot", + "layers": [ + 16, + 17, + 18 + ], + "milling": false, + "name": "BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "silkscreen TOP", + "file_function": "Other" + }, + "filename_format": ".plt", + "layers": [ + 21, + 25, + 101 + ], + "milling": false, + "name": "silkscreen TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "silkscreen BOT", + "file_function": "Other" + }, + "filename_format": ".plb", + "layers": [ + 22, + 26, + 102 + ], + "milling": false, + "name": "silkscreen BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "soldermask TOP", + "file_function": "Other" + }, + "filename_format": ".smt", + "layers": [ + 29 + ], + "milling": false, + "name": "soldermask TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "soldermask BOT", + "file_function": "Other" + }, + "filename_format": ".smb", + "layers": [ + 30 + ], + "milling": false, + "name": "soldermask BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "outline", + "file_function": "Other" + }, + "filename_format": ".dim", + "layers": [ + 20 + ], + "milling": false, + "name": "outline", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "routing", + "file_function": "Other" + }, + "filename_format": ".mill", + "layers": [ + 20, + 46 + ], + "milling": false, + "name": "routing", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "paste TOP", + "file_function": "Other" + }, + "filename_format": ".tcr", + "layers": [ + 31 + ], + "milling": false, + "name": "paste TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "paste BOT", + "file_function": "Other" + }, + "filename_format": ".bcr", + "layers": [ + 32 + ], + "milling": false, + "name": "paste BOT", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "X2" + }, + { + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "drills": { + "NPTH": true, + "PTH": true, + "VIA": true + }, + "filename_format": ".pth", + "layers": { + "from": 1, + "to": 16 + }, + "name": "PTH drill", + "type": "excellon" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2020-02-26T07:05:11", + "type": "EAGLE CAM job", + "units": "metric", + "version": "8.6.1" +} diff --git a/electronicDie/hardware/v1.1/configuration/JLCPBC.cam b/electronicDie/hardware/v1.1/configuration/JLCPBC.cam new file mode 100644 index 0000000..d4e7449 --- /dev/null +++ b/electronicDie/hardware/v1.1/configuration/JLCPBC.cam @@ -0,0 +1,272 @@ +{ + "author": { + "email": "xstrei03@stud.feec.vutbr.cz", + "name": "Jakub Streit" + }, + "description": { + "EN": "EAGLE default 2 layer CAM job." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 1, + "layer_details": "mixed", + "layer_type": "top" + }, + "filename_format": "%PREFIX/copper_top.gbr", + "layers": [ + 1, + 17, + 18 + ], + "name": "Top Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Copper", + "layer": 2, + "layer_details": "mixed", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/copper_bottom.gbr", + "layers": [ + 16, + 17, + 18 + ], + "name": "Bottom Copper", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": true, + "config": { + "file_function": "Profile", + "plating": "non-plated" + }, + "filename_format": "%PREFIX/profile.gbr", + "layers": [ + ], + "milling": true, + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/soldermask_top.gbr", + "layers": [ + 29 + ], + "name": "Soldermask Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Soldermask", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/soldermask_bottom.gbr", + "layers": [ + 30 + ], + "name": "Soldermask Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "top" + }, + "filename_format": "%PREFIX/solderpaste_top.gbr", + "layers": [ + 31 + ], + "milling": false, + "name": "Solderpaste Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Paste", + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/solderpaste_bottom.gbr", + "layers": [ + 32 + ], + "milling": false, + "name": "Solderpaste Bottom", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "top" + }, + "filename_format": "%PREFIX/silkscreen_top.gbr", + "layers": [ + 21, + 25, + 51, + 101 + ], + "milling": false, + "name": "Silkscreen Top", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "file_function": "Legend", + "index": 1, + "layer_type": "bottom" + }, + "filename_format": "%PREFIX/silkscreen_bottom.gbr", + "layers": [ + 22, + 26, + 52, + 102 + ], + "milling": false, + "name": "Silkscreen Bottom", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "RS274X" + }, + { + "filename_prefix": "", + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "filename_format": "%DRILLPREFIX/drill_%FROM_%TO.xln", + "name": "Auto Drill", + "type": "autodrills" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2021-02-05T13:45:08", + "type": "EAGLE CAM job", + "units": "metric", + "version": "9.2.0" +} diff --git a/electronicDie/hardware/v1.1/configuration/roboticsbrno_modified.dru b/electronicDie/hardware/v1.1/configuration/roboticsbrno_modified.dru new file mode 100644 index 0000000..d603219 --- /dev/null +++ b/electronicDie/hardware/v1.1/configuration/roboticsbrno_modified.dru @@ -0,0 +1,73 @@ +description[de] = EAGLE Design Rules\n

\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab. +description[en] = RobotikaBrno DRC\n\n

\nThis DRC includes the common parameters for two-layer PCBs. Should be compatible with:\n

    \n
  • Gatema POOL Servis
  • \n
  • JLCPCB (no extras)
  • \n
  • AllPCB (no extras)
  • \n
\n

\nUPDATES:\n

\nJarek Paral (2020-03-14) \n

    \n
  • Clearance - change clearance from 0.2 mm to 0.15 mm
  • \n
  • Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3
  • \n
  • Misc - activate 'Check angle'
  • \n
\n

\nKuba Streit (2021-02-04)\n

    \n
  • \nChange board thickness to 2 mm, because of connectorless PCB USB\n
+layerSetup = (1*16) +mtCopper = 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm +mtIsolate = 2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm +mdWireWire = 0.15mm +mdWirePad = 0.15mm +mdWireVia = 0.15mm +mdPadPad = 0.15mm +mdPadVia = 0.15mm +mdViaVia = 0.15mm +mdSmdPad = 0.15mm +mdSmdVia = 0.15mm +mdSmdSmd = 0.15mm +mdViaViaSameLayer = 6mil +mnLayersViaInSmd = 2 +mdCopperDimension = 0.5mm +mdDrill = 0.5mm +mdSmdStop = 0mil +msWidth = 0.15mm +msDrill = 0.3mm +msMicroVia = 9.99mm +msBlindViaRatio = 0.500000 +rvPadTop = 0.350000 +rvPadInner = 0.350000 +rvPadBottom = 0.350000 +rvViaOuter = 0.350000 +rvViaInner = 0.350000 +rvMicroViaOuter = 0.250000 +rvMicroViaInner = 0.250000 +rlMinPadTop = 0.16mm +rlMaxPadTop = 1mm +rlMinPadInner = 0.16mm +rlMaxPadInner = 1mm +rlMinPadBottom = 0.16mm +rlMaxPadBottom = 1mm +rlMinViaOuter = 0.16mm +rlMaxViaOuter = 1mm +rlMinViaInner = 0.16mm +rlMaxViaInner = 1mm +rlMinMicroViaOuter = 4mil +rlMaxMicroViaOuter = 20mil +rlMinMicroViaInner = 4mil +rlMaxMicroViaInner = 20mil +psTop = 1 +psBottom = 1 +psFirst = 1 +psElongationLong = 100 +psElongationOffset = 100 +mvStopFrame = 0.100000 +mvCreamFrame = 0.000000 +mlMinStopFrame = 0.1mm +mlMaxStopFrame = 0.2mm +mlMinCreamFrame = 0mil +mlMaxCreamFrame = 0mil +mlViaStopLimit = 0.4mm +srRoundness = 0.000000 +srMinRoundness = 0mil +srMaxRoundness = 0mil +slThermalIsolate = 0.2mm +slThermalsForVias = 0 +dpMaxLengthDifference = 10mm +dpGapFactor = 2.500000 +checkAngle = 1 +checkFont = 1 +checkRestrict = 1 +checkStop = 0 +checkValues = 0 +checkNames = 1 +checkWireStubs = 1 +checkPolygonWidth = 0 +useDiameter = 13 +maxErrors = 50 diff --git a/electronicDie/hardware/v1.1/electronicDie.brd b/electronicDie/hardware/v1.1/electronicDie.brd new file mode 100644 index 0000000..588f177 --- /dev/null +++ b/electronicDie/hardware/v1.1/electronicDie.brd @@ -0,0 +1,2269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.1 +Electronic Die +v1.1 +v1.1 +Electronic Die +v1.1 +Electronic Die + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +RobotikaBrno.cz +Robotárna +RoboCamp 2021 + + + + + + + + + + + + + + + + + + + + + + +JLCJLCJLCJLC + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +5 mm, round + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + +OMRON SWITCH + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-92 Pads In Line C B E from top + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>RobotikaBrno DRC</b> + +<p> +This DRC includes the common parameters for two-layer PCBs. Should be compatible with: +<ul> +<li>Gatema POOL Servis</li> +<li>JLCPCB (no extras)</li> +<li>AllPCB (no extras)</li> +</ul> +<p> +UPDATES: +<p> +Jarek Paral (2020-03-14) +<ul> +<li>Clearance - change clearance from 0.2 mm to 0.15 mm</li> +<li>Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3</li> +<li>Misc - activate 'Check angle'</li> +</ul> +<p> +Kuba Streit (2021-02-04) +<ul> +<li> +Change board thickness to 2 mm, because of connectorless PCB USB +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/electronicDie.sch b/electronicDie/hardware/v1.1/electronicDie.sch new file mode 100644 index 0000000..a7e5192 --- /dev/null +++ b/electronicDie/hardware/v1.1/electronicDie.sch @@ -0,0 +1,12544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Frames for Sheet and Layout</b> + + + + + + + + + + + + + + + + + + + + +>DRAWING_NAME +>LAST_DATE_TIME +>SHEET +Sheet: + + + + + +<b>FRAME</b><p> +DIN A4, landscape with location and doc. field + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-3 + + + + + +TO 18 + + + + + +TO-18 + + + + + +TO-18 + + + + + +TO 202 horizontal + + + + + +TO 202 vertical + + + + + +SOT-93 +grid 5.45 mm + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 126 horizontal + + + + + +TO 126 vertical + + + + + +TO 218 horizontal + + + + + +TO 218 vertical + + + + + +TO 220 horizontal + + + + + +TO 220 vertical + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +TO-39 + + + + + +TO 5 + + + + + +TO-66 + + + + + +TO 92 + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 horizontal + + + + + +TOP 3 vertical + + + + + +TO-236 ITT Intermetall + + + + + +SOT-23 (EBC) + + + + + +SOT89 Emitter Collector Basis + + + + + +TO-92 Pads In Line B C E from top + + + + + +TO-92 Pads In Line C B E from top + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT-23 (BCE) + + + + + +SOT89 Basis Collector Emitter + + + + + +SC59 (SOT23) Motorola + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +TO-92 Pads In Line E C B from top + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++5V + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +VDD +VSS + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + +USB + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + +>SHEET_HEADLINE +v1.1 +RobotikaBrno +RobotikaBrno.cz +Robotarna +CC BY-SA 4.0 +Electronic Die + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Released under the Creative Commons Attribution-ShareAlike 4.0 License +https://creativecommons.org/licenses/by-sa/4.0/ +Designed by: Jakub Streit + +Electronic Die +https://github.com/RoboticsBrno/RoboCamp-2021 +Jakub Streit +5/2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/electronicDie_2021-06-04.zip b/electronicDie/hardware/v1.1/electronicDie_2021-06-04.zip new file mode 100644 index 0000000..8ed1930 Binary files /dev/null and b/electronicDie/hardware/v1.1/electronicDie_2021-06-04.zip differ diff --git a/electronicDie/hardware/v1.1/lib/40xx.lbr b/electronicDie/hardware/v1.1/lib/40xx.lbr new file mode 100644 index 0000000..e9184c4 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/40xx.lbr @@ -0,0 +1,8990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>LCC 20</b> Leadless Chip Carrier <p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.3 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Small Outline package 8</b> 150 mil + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<b>Leadless Chip Carrier</b><p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package Small</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package + + + + + +LCC 20 Leadless Chip Carrier Ceramic Package + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Dual In Line Package + + + + + +Dual In Line Package + + + + + +Dual In Line Package 0.3 inch + + + + + +Plastic Leaded Chip Carrier + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Leadless Chip Carrier Ceramic Package + + + + + +Small Outline package 8 150 mil + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + +Small Outline package 150 mil + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package Small + + + + + + + +>NAME +VDD +VSS + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +VDD +VSS +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +VEE +GND +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Presetlogik +Counter +Mode Select +Preset +Output +Enable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +SP +T0 +SN +T1 + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>SCHMITT TRIGGER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 3-input <b>NOR</b> & <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +7-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LP monostable/astable <b>MULTIVIBRATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> schmitt trigger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +18-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad true/complement <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual D <b>FLIP FLOP</b>, set/reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Inverting gated JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual <b>COMPLIMENTARY PAIR</b> plus <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XNOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Non-inverting JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-Bit addressable <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit full <b>ADDER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Divide-by 8 <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D-type <B>REGISTER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual JK <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit parallel in/out <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary up down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NOR R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad precision <b>TIMER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, negative logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit bidirectional <b>BUS REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +16-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad clocked D <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, inverting + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual monostable <b>MULTIVIBRATOR</b><p> +Source: Texas Instruments (Data sheet acquired frm Harris Semiconductor SCHS065)<br> +http://pdf1.alldatasheet.com/datasheet-pdf/view/26897/TI/CD4098.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary rate <b>MULTIPLIER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex non-inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +21 -Stage <b>Counter</b><p> +Source: www.radanpro.com/el/datasheets_cmos.htm<br> +cd_4045.pdf<p> +<table> +<tr><td>Type <td>Manufatk.</td> +<tr><td>4045BDC</td><td>FCH</td></tr> +<tr><td>4045BDM</td><td>FCH</td></tr> +<tr><td>40458BFC</td><td>FCH</td></tr> +<tr><td>4045BFM</td><td>FCH</td></tr> +<tr><td>4045BPC</td><td>FCH</td></tr> +<tr><td>CD4045AD</td><td>RCA</td></tr> +<tr><td>CD4045AE</td><td>RCA</td></tr> +<tr><td>CD4045AF</td><td>RCA</td></tr> +<tr><td>CD4045AH</td><td>RCA</td></tr> +<tr><td>CD4045AK</td><td>RCA</td></tr> +<tr><td>CD4045BD</td><td>RCA</td></tr> +<tr><td>CD4045BE</td><td>RCA</td></tr> +<tr><td>CD4045BF</td><td>RCA</td></tr> +<tr><td>CD4045BH</td><td>RCA</td></tr> +<tr><td>CD045BK</td><td>SCA</td></tr> +<tr><td>HCC4045BD</td><td>SCA</td></tr> +<tr><td>HCC4045BF</td><td>SGS</td></tr> +<tr><td>HCC4045BK</td><td>SGS</td></tr> +<tr><td>HCF4045BE</td><td>SGS</td></tr> +<tr><td>HCF4045BF</td><td>SGS</td></tr> +</table> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, Non-inverting<p> +Source: www.fairchildsemi.com CD4010.pdf © 2000 Fairchild Semiconductor Corporation DS005945 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit universal <B>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex contact <b>BOUNCE ELIMINATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-stage <b>SHIFT/STORE REGISTER</b>, tri-state + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +12-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, positive logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +64-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Expandable 8-input <b>GATE</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NAND R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 2-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Micropower <b>PLL</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DECODER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit magnitude <b>COMPARATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>AND-OR</b> select gate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Hex inverting buffer, 3-state</b><p> +Source: <a href="http://www.nxp.com/documents/data_sheet/HEF40098B.pdf"> Data sheet </a> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to decimal <b>DECODER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Devide by-N-Counter</b> 74HC/HCT4059<p> +Source: www.standardics.nxp.com/products/hc/datasheet/74hc4059.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.1/lib/555.lbr b/electronicDie/hardware/v1.1/lib/555.lbr new file mode 100644 index 0000000..78e7580 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/555.lbr @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/LIBRARIES/index.html b/electronicDie/hardware/v1.1/lib/LIBRARIES/index.html new file mode 100644 index 0000000..3e272b8 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/LIBRARIES/index.html @@ -0,0 +1,1238 @@ + + + + + + + + + + + + + + + + + + + + + + Libraries - source - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Libraries - source

+

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

+

You can find more information in libraries internal description.

+

All libraries may be modified.

+

There are some source of these libraries:

+

[Eagle Managed Libraries]

+
    +
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • +
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • +
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
  • +
+

RoboticsBrno/eagle_libraries

+
    +
  • diode.lbr (revision db6a17c)
  • +
  • NC.lib (revision db6a17c)
  • +
  • rcl_upravena.lbr (revision db6a17c)
  • +
  • test_points.lbr (revision db6a17c)
  • +
  • usb.lib (revision db6a17c) + PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
  • +
+

SparkFun

+
    +
  • SparkFun-Connectors.lbr (revision b7e707d)
  • +
+

[unique]

+
    +
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.1/lib/NC.lbr b/electronicDie/hardware/v1.1/lib/NC.lbr new file mode 100644 index 0000000..6a20c51 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/NC.lbr @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.1/lib/SparkFun-Connectors.lbr b/electronicDie/hardware/v1.1/lib/SparkFun-Connectors.lbr new file mode 100644 index 0000000..59dff6e --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/SparkFun-Connectors.lbr @@ -0,0 +1,51092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>SMD - 6 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +tPlace shows location of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin KIT</h3> +<p>This is the KIT version of this package. This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br>This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side.</p> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex Mini-Fit Jr. - 24 pin, Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/ATX-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>ATX24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH Pogo Pin Compatible</h3> +Long pads to enable testing with pogo pins. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + +<h3>2.5mm Stereo Audio Jack - PTH Holes Only</h3> +No electrical connections. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>3.5mm Stereo Audio Jack - Surface Mount</h3> +2.5mm Height. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19269.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>Plated Through Hole - 2x3 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3 Long Pads w/ Offset Holes</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Locking Footprint</h3> +Holes are offset from center 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 Shrouded Header Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Surface Mount - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Banana Plug PTH</h3> +0.2" diameter pad, 0.1" hole. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>BANANA_CONN</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + +>NAME +>VALUE + + +<h3>BNC Jack - Mouser Part#5227161 </h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://www.mouser.com/ds/2/418/NG_CS_1307191_BNC_Connectors_0307-561881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BNC</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Female PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/DB9-PCB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Male PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15944.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>miniDIN Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/mdn-s-07-x-mkt.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN7</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>4-pin DS touch screen connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DS_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. +<p>Specifications: +<ul><li>Pin count: 10</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EB-85A</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FTDI Basic </h3> +Includes tDocu labels for end pins that match the FTDI Basic connection. +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Cable</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +GRN +BLK + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2mm</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + + +<h3>Pogo Pin - 0.061"</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.061"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Pogo Pin Hole - 0.58" </h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.58"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Female</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Male</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST-Right Angle Male Header SMT</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +<li>JST_2MM_MALE</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST-Vertical Male Header SMT </h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>Name +>Value + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Locking Footprint</h3> +Holes are staggered by 0.005" from center to hold pins while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset from center by 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads with Locking Footprint</h3> +Pins are staggered by 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads without Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>Name +>Value ++ +- + + + + + + + + + +<h3>Plated Through Hole - 0.1" holes</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.2"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Pogo Pins Connector - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> No silk outline of connector. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + +<h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> +tDocu marks the spring arms +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint</h3> +Pins are staggered 0.005" off center to lock pins while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pad w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH Locking</h3> +Holes are offset 0.007" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Pogo Pins - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint w/out Silk Outline</h3> +Holes are offset from center 0.005" to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin SMD</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Locking Footprint</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST Right Angle 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + ++ +- +S +S + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 4 Pin Right Angle </h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x4</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +<li>EM-408</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMD - 5 Pin Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Male Headers</h3> +tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Female Header</h3> +Silk outline of pins +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Molex 6-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle</h3> +tPlace shows angle of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint with Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin Locking Header</h3> +Includes silk outline for 6 pin female header +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -6 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Header - 6 pin Female SMD</h3> +Right angle 0.1" +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/19686.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin Holes</h3> +No silk, no plating +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 7 Pin Holes</h3> +No plating, no silk outline. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -8 Pin</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -8 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>SMD -8 Pin Vertical Female</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Combined footprint configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST Vertical Crimp Connect</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch:1mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eSR.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x8</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -9 Pin</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/XBee-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm SMD</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Sockets/xbeeheadersmd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10 Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 Locking Footprint Special</h3> +Holes are offset 0.005", to hold pins in place while soldering. +Pin rows are offset 5mm as well +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -11 Pin</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin 1.27mm</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin w/ Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>11 pin holes</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -12 Pin</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Machine Pin Headers</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Holes -12 Pin</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin</h3> +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Machine Pin Header Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -18 Pin</h3> +<p>Specifications: +<ul><li>Pin count:18</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_18</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint Long Pads</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -24 Pin</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>Plated Through Hole -24 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -27 Pins</h3> +<p>Specifications: +<ul><li>Pin count:27</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_27</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins Offset</h3> +Long Pads + offset holes +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Ethernet MagJack-Compatible</h3> +tDocu shows where the cable plugs in +<p>Specifications: +<ul><li>Pin count: 14</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MAGJACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>RJ45 PoE MagJack</h3> +This RJ-45 jack with magnetics, gives you access to the unused twisted pair (10BASE-T, and 100BASE-T) which usually carries power in a power-over-ethernet system. +<p>Specifications: +<ul><li>Pin count:10</li> +</ul></p> +<p>Example device(s): +<ul><li>MAGJACK-POE</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>OBD-II Automotive Connector</h3> +<p>Specifications: +<ul><li>Pin count: 16</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>OBD-II</li> +</ul></p> + + + + + + + + + + + + + + + + +1 +16 +>NAME +>VALUE +16 +1 + + +<h3>Mini ICSP Connector - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.5mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eZH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PIC_ICSP_MINI_5_PIN</li> +</ul></p> + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x12</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x26</h3> +<p>Specifications: +<ul><li>Pin count:52</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_26x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD</h3> +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Slot Pads</h3> +Extended soldering pads. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH</h3> +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Locking Footprint</h3> +5.5mm jack, 2.1mm center pole diameter. +<br> Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ZIF PSP Connector</h3> +<p>Specifications: +<ul><li>Pin count: 42 </li> +<li>Pin pitch:0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD PSP Touch Screen Connector</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 1mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ11 6-Pin Socket with PCB Mounting Post</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ11-6</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ45 Socket with PCB Mounting Posts</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ45-8</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FPC/FFC Locking Connector - SMD</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch: 0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SCREENKEY_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SIM Card Socket SMT</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p><a href=”http://www.morethanall.com/upload/products_pdf/144626051352e1f8ebd5c5c.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SIMHOLDER</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + +<h3>U.FL SMD Antenna Connector</h3> +<p>Specifications: +<li>Area: 3.0mm x 2.5mm</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Wireless/Antennas/RF-001001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>U.FL</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>USB Type 'A' Male Connector - PTH</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10016.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + +>VALUE + + +<h3>USB Type B Female PTH Mounted</h3> +<p>Specifications: +<ul><li>Pin count:4 main, 2 shield</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/USB-B%20Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_B</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type Mini-B Surface Mounted</h3> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield pins</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/miniUSB-Dimensional.pdf”>Datasheet referenced for footprint</a></p> + +<p>Example device(s): +<ul><li>USB_Mini-B</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Type 'A' Female Connector - SMT No Silk</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type 'A' Female Connector - SMT Silk Outline</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type microUSB Connector-No Bossed Pins</h3> +<p>Specifications: +<ul><li>Pin count:5 pins, 4 shield connections</li> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield</li> +<p><a href=”https://www.hirose.com/product/en/download_file/key_name/ZX/category/Catalog/doc_file_id/31704/?file_category_id=4&item_id=13&is_series=1”>Datasheet referenced for footprint</a></p> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3>microSD Socket SMD</h3> +Puhs-Push type. +<br> tDocu shows location of uSD card in different positions. +<p>Specifications: +<ul><li>Pin count:12</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15882.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MICRO-SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +tDocu shows location of lever when unlocked. +<p>Specifications: +<ul><li>Pin count:28</li> +</ul></p> +<p>Example device(s): +<ul><li>ZIF_SOCKET_28-3</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT with Silk</h3> +Package for devices meant to mate to an FTDI connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + +GRN +BLK +TXO +RXI +VCC +DTR +GND +CTS + + +<h3>MyDAQ Female Right Angle Terminal Block w/ Locking Footprint</h3> +<p>Specifications: +<ul><li>Pin count: 40</li> +<li>Pin pitch:3.18mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10458.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MyDAQ</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>SMD Pad count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>TRRS 3.5MM Right Angle Stereo Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/20153.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRRS</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Female Header</h3> +Silk outline of pin location +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 3 Pin Right Angle Male Headers</h3> +No silk outline, but tDocu layer shows pin location. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB Type 'A' Male Connector - SMT</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” http://www.molex.com/pdm_docs/sd/480371000_sd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + + + + + + + + + +>VALUES + + +<h3>Plated Through Hole - 2x3 Pogo Pins</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Spring Connector</h3> +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:0.25"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>2 Pin Screw Terminal - 2.54mm</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Analog Right Angle</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/BTA-Connector%20Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_ANALOG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Right Angle Female Digital</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=””>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_DIGITAL</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Male Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type AB - SMT</h3> +<br> Basic silk outline</br> +<p>Specifications: +<ul><li>Pin count:5 main, 3 shield</li> +</ul></p> +<p><b>Datasheet referenced for footprint: http://www.morethanall.com//upload/products_pdf/87340574052ba5151280ca.pdf</b></p> +<p>Example device(s): +<ul><li>USB AB</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST SH Vertical 6-Pin Connector -SMD</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1mm</li> +<p><b><a href="https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet referenced for footprint</a></b></p> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +<li>EM-406</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB - microB SMD</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - No Silk Outline Kit Version</h3> +<p> Mask on only one side to make soldering in kits easier. +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack -Kit Version</h3> +Reduced openings in tStop, pins spread a tiny bit out to hold part on PCB during assembly +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin w/ Long Solder Pads</h3> +No silk, but tDocu layer shows pin position. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD Overpaste</h3> +Over paste toe on each SMD pad to ease use of AOI. +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +//kentro/work/Production/AOI Parts/Tyler/Breadboard power 5v/barreljack.bmp +>NAME +>VALUE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + +<h3>Plated Through Hole -24 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>Plated Through Hole -11 Pin No Silk Kit</h3> +tMask is only on one layer. Designed for kits to prevent soldering on the wrong side. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>DC Barrel Power Jack/Connector Breadboard Compatible</h3> +Breadboard-friendly pins. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/18742.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk Kit</h3> +Mask on one side only for soldering kits. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH KIT</h3> +Mask on one side for Kit soldering +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + + + +>NAME +>VALUE + + +<h3>SD/MMC Socket</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +card lock position + + + + + + + +<h3>Plated Through Hole - 2x3 Test Point Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE +Programmer This Side + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Insulated Binding Post</h3> +Banana-jack compatible post +<p>Example device(s): +<ul><li>BINDING_POST</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE +ROUTE +OUT + + +<h3>SMD - 4 Pin Right-Angle Female Header</h3> +Silk outline shows header location. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +Holes are 0.05". +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/B-D-xx1X.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x20 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -20 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Deans Connector</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/deans_connector_PRT-11864.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BATTERY_CONN</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Shrouded Header No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole -20 Pin Locking Footprint No Silk </h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + + +<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT</h3> +Package for devices meant to mate to an FTDI connector. +<p> tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +TXO +RXI +VCC +DTR +GND +CTS +GRN +BLK + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://sullinscorp.com/catalogs/145_PAGE118_.100_SBH11_SERIES_MALE_BOX_HDR_ST_RA_SMT.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMTSO-256-ET Flush Mount Nut</h3> +.165 drill +<br> +Fits 4-40 Screws. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Female Headers</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ARM Cortex Debug Connector (10-pin)</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.05"</li> +</ul></p> +<p><a href="https://www.samtec.com/ftppub/cpdf/FTSH-1XX-XX-XXX-DV-XXX-MKT.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CORTEX_DEBUG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Electrically Conductive Pad 0.02" Square</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.02" x 0.02"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.03" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.03" x 0.03"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.05" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.05" x 0.05"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.04" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.04" x 0.04"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Via 0.015" Drill</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area:0.015"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + + +<h3>Right Angle -1/4" Stereo Jack</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRS_0.25"_PTH_RA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DIN5/180 Connector - Right Angle Female</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN5</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DIN-5 +BOARD EDGE +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin No Silk outline</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver Footprint w/ Edison Outline</h3> +Package can be used as basic guideline for creating Edison-mating daughter boards. +<br>Includes keepout area for antenna. +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF40C-70DP-0.4V(51) Plug</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +2 pin poke-home connector + +part number 2062-2P from STA + + + + + + + + +>NAME +>VALUE +BOARD EDGE + + +<h3>USB - microB SMD Reduced Paste</h3> + 70% paste area under D+ D- USBID pins for applications where those pins aren't required, to reduce the likelihood of bridges. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -10 Pin Locking Footprint - NO SILK</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<h3>JST 3 Pin Right Angle Plated Through Hole &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Qwiic connector with milled cutout. Sliding the cable into this slot prevents the cable from coming unplugged. + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + +<h3>Micro B USB Plug Assembly - Straight Through-hole</h3> +<b>**UNPROVEN**</b><Br> +See Digikey part #H11497-ND + + + + + + + + + + + +>Name +>Value + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br><br> +<b>***Unproven***</b> (Passed 1:1 printout test though!) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Header</h3> + +Reversed pinout to match Raspberry Pi male header pinout when coupled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +uSD +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>LuMini Ring Solder Pads</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: .8 in</li> +<li>Area: .4 x 1 in.</li> +</ul></p> + + + + +LuMini Pad + + + + +<h3>XLR-3 Connector - Package for the NC3MAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1429/Drawing+NC3MAAH-1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + +<h3>XLR-3 Connector - Package for the NC3FAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1389/Drawing+NC3FAAH1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This is a 40-pin FPC connector supplied by Atom. SparkFun SKU is +CONN-14082 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Insert This Side + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>24-Pin FPC/FFC Connector - 0.5mm pitch</h3> +<p>Digikey: 609-4320-2-ND</p> +<p><a href=https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10112793.pdf>Datasheet</a></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +Board Edge +Clearance Area + + + + + + +Bottom Parts Only + + +Shrouded SMD connector for JTAG and SWD applications. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Vertical Qwiic Connector</h3> + +<p>Physical and Electrical Charactersistics</p> +<ul> +<li>Voltage Rating: 50V</li> +<li>Current Rating 1.0A</li> +<li>Contact Resistance: 20 milliohms</li> +<li>ROHS Compliant</li> +<li>SMD Pitch: 1mm</li> +<li>Small pad size: .6mm x 1.55mm</li> +<li>Large pad size: 1.2mm x 2.0mm</li> +<li></li> +<li></li> +</ul> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Small PTH Hole</h3> + +<p>Characteristics</p> +<ul> +<li>Single through hole</li> +<li>Diameter: .02"</li> +</ul> + + + +<h3>Wurth Nano-SIM Holder &ndash; 693043020611</h3> +<a href=http://katalog.we-online.de/em/datasheet/693043020611.pdf>Datasheet</a> + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +Nano SIM CARD +Clear area needed +for card insertion + + + + + + + + + + + + + + + + + + + + + +INSERT + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MOLEX 5051101292 + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +<h3>2 Pin Screw Terminal - 6.35 mm</h3> +300VAC-30A Screw Terminal +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch: 6.35 mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +24 Pin FPC 0.5mm with contacts both sides. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Alt</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Femal SMD Combined</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Combined No Connect</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>SMD Pad count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 4 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20 Right Angle Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</p> +<p>Shroud Specifications +<ul> +<li>56.08mm x 8.5mm x 6.0mm +<li> +<li> +</ul> +</p> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>SMD - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>ATX24 Pin Power Supply Connector</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> 3 pin Basic Audio Jack</p> + + + + + + + +>NAME +>VALUE +L +R + + + + + + +<h3> Audio Jack </h3> +<p> Basic Audio Jack with bypass switches</p> + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. + + + + +>NAME +>VALUE +MOSI +RST +SCK +MISO +VCC +GND + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> + + + + +>NAME +>VALUE +MOSI +RESET +SCK +MISO +VCC +GND +GND +GND +GND + + + + + + + + + + +NC + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> + +>NAME +>VALUE + + + +<h3>Battery</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>BNC Connector</h3> +2 pin connection + + +>NAME +>VALUE +GND +OUT + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + + + + +>NAME +>VALUE + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the connector for the PSP touch screen. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + + + + +>NAME +>VALUE + + + + + + +<h3>EB-85A Connector</h3> +Connector for the EB-85A/FV-M8 GPS receiver. + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Six pin connection for the EM406 GPS module. + + + + +>NAME +>VALUE + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the 5 pin connector for the EM408 GPS receiver. + + + + +>VALUE +>NAME + + + + + + + +<h3>6 Pin Connection</h3> + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>1 Pin Connection</h3> + + + + + +>VALUE +>NAME + + + +<h3>2 Pin Connection</h3> + + + + + + +>VALUE +>NAME + + + + +<h3>3 Pin Connection</h3> + + + + + + + +>VALUE +>NAME + + + + + +<h3>4 Pin Connection</h3> + + + + + + + + +>VALUE +>NAME + + + + + + +<h3>8 Pin Connection</h3> +4x2 pin layout + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>5 Pin Connection</h3> + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3>10 Pin Connection</h3> +5x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 7 Pin Connection</h3> + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + +<h3> 8 Pin Connection</h3> + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>16 Pin Connection</h3> +2x8 pin layout + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 9 Pin Connection</h3> + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3> 10 Pin Connection</h3> + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> +10x2 pin layout + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 11 Pin Connection</h3> + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + +<h3> 12 Pin Connection</h3> + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + +<h3> 13 Pin Connection</h3> + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + +<h3> 14 Pin Connection</h3> + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3> 15 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + +<h3> 16 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 17 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + +<h3> 18 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +<h3> 19 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 25 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 27 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 29 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 30 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 40 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3> 24 Pin Connection</h3> + +12x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 52 Pin Connection</h3> +26x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + +Org +Blu +Brn +W/Grn +Grn + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>NAME + + +<h3>USB A/B - with Shield Pins</h3> +<p>USB connector for type-A and type-B connectors. Includes shield pins broken out. </p> + + + +USB + + + + + +>NAME +>VALUE + + + +<h3>USB - 5 pin</h3> +<p>5 pin USB connector: VBUS, GND, D+, D-, ID </p> +<p>Includes 4 pins for shield connections </p> + + + +USB + + + + + + +>VALUE + +>NAME + + + + + + +>NAME +>VALUE + + + + + + +SHIELD +VCC +D- +D+ +ID +GND + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + +OPEN WHEN +CONNECTED + + +<h3>USB Type AB</h3> +<p>Capable of OTG. +<br>5-pins: USBVCC, GND, D+, D-, USBID</p> + + + +USB AB + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>Name + + +>Value + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> Audio Jack with TRRS</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>6 Pin Connection</h3> +3x2 pin layout + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + +<h3> 26 Pin Connection</h3> +13x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 23 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Binding Post</h3> +Single connection binding post + + +>NAME +>VALUE + + +<h3>12 Pin Connection</h3> +6x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> + + + + + + + + +>VALUE +>NAME + + + + +SDA +VCC +GND +SCL + + +<h3> 40 Pin Connection</h3> +20x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connection</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>Cortex Debug Connector</h3> +<p><a href="http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf">Datasheet</a></p> + + + + + + + + + + + + + + +>Name +>Value + + + + +>Name +>Value + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER ANALOG SENSOR + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER DIGITAL SENSOR + + +<h3> Audio Jack </h3> +<p> 1/4" TRS Jack - with normals on each conductor</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +T +R + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. + + + + + + +>NAME +>VALUE + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector used on the SparkFun Edison Blocks and the Intel &reg; Edison. +<p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>Value + + + + + + + + + + + + +>NAME +>VALUE +SHIELD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + +<h3>USB - C 16 Pin</h3> +Exposes the minimal pins needed to implement a USB 2.x legacy device. + + + +USB-C +>VALUE + +>NAME + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>VALUE +>NAME + + + + +4-Pin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LED COL1 / ADC +PAD 0 / ADC +LED COL2 / ADC +BUTTON A +LED COL9 +LED COL8 +PAD1 / ADC +GPIO +>VALUE +LED COL7 +LED COL3 / ADC +BUTTON B +PAD2 / ADC +SPI1 MOSI +I2C1 SCL +GND +I2C1 SDA +3.3V +SPI1 MISO +SPI1 SCK +GPIO +GPIO +>NAME + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>You can populate with some of these:</b> +<p><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</p> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX24 Pin Power Supply Connector - Right Angle PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/10618”>SparkFun Power Driver Shield Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p>2.5mm variants of PTH and SMT audio jacks.</p> +<p>SparkFun Products: +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p> 3.5mm variants of PTH and SMT stereo audio jack with bypass switches.</p> +<p>SparkFun Products: +<ul><li><a href=”[https://www.sparkfun.com/products/11177]”>SparkFun SparkPunk Sound Kit </a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/13720”>MP3 Trigger</a> -3.5mm SMD</li> +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. This footprint will take up less PCB space and can be used with a 10-pin to 6-pin adapter such as SKU: BOB-08508</p> + +<p><b>**Special note about "TEST_POINT" package.</b> The stop mask is on the top side, so if you want your programming test points to be on the bottom of your board, make sure to place this package on the bottom side of the board. This also ensure that the orientation to program from the bottom side will be correct.</p> + +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11591">SparkFun ISP Pogo Adapter</a> - NS</li> +<li><a href="https://www.sparkfun.com/products/11801">Tiny AVR Programmer</a> -PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/778">2x5 AVR ICSP Male Header</a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/8506”>2x5 Pin Shrouded Header</a> - PTH2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/retired/10956">Multimeter Kit</a></li> +<li><a href="https://www.sparkfun.com/products/retired/509">Banana to Alligator Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/508">Banana to Alligator Coax Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/507">Banana to Banana Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/506">Banana to IC Hook Cables</a></li> +</ul></p> + + + + + + + + + + + + + + + +<h3>9V Battery Holder - PC Mount</h3> +<p>Standard and Kit footprints included</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11177">SparkFun SparkPunk Sound Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/12707”>SparkFun SparkPunk Sequencer Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>BNC Right Angle Connector</h3> +<p>Mouser Part# 5227161</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/10550”>BNC Connector - Right Angle</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. Footprint production proven. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/429"> 9 Pin Female Serial Connector - PCB Mount</a> (PRT-00429)</li> +</ul> + +<p></p> +<b>This connector has been used on the following SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/449">SparkFun RS232 Shifter - SMD</a> (PRT-00449)</li> +<li><a href="https://www.sparkfun.com/products/8780"> SparkFun RS232 Shifter SMD (No DB9)</a> (PRT-08780)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/696"> MiniDIN 7-Pin Connector</a> (PRT-00696)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the SMD connector for the PSP touch screen. 4-pin right angle good, friction fit connector with 1 mm pitch. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13631">SparkFun Nintendo DS Screen Kit</a> (LCD-13631)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8297">Connector Horizontal SMD for EB-85A</a> (GPS-08297)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the mating connector for the EM408 GPS receiver. The EM408 connects to the board via a cable. Note, this connector footprint does not include the outline of the receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8288">Connector Vertical SMD for EM408</a> (GPS-08288)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + +<p></p> +<b>Special note:</b> You should include the "EM408_Outline" device in your schematic if you are to use the EM408 in your design. + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - CABLE SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +This is used on a design to provide a 6-pin connection point for serial communication usually from a USB cable (D+/D-) to these headers (RX/TX). It also has the remaining pins necessary for programming in the Arduino evironment (DTR, GND, and sometimes VCC). + +<p></p> +<b>Note, this device has "CABLE" in the name.</b> It is intended to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>The "sister" device, named "TARGET"</b> is inteneded to be used on a design that contains a target micro-controller that you wish to program. +<p></p> +<b>You can populate with some of these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +</ul> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + +<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> +<p></p> + +<p></p> +On any of the 0.1 inch spaced packages, you can populate with these: +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<p></p> +</ul> +<p></p> +This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. +<p></p> +Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: +<ul> +<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> +<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> +<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> + + Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> + +2.54_SCREWTERM for use with PRT-10571.<br><br> + +3.5mm Screw Terminal footprints for PRT-08084<br><br> + +5mm Screw Terminal footprints for use with PRT-08432 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/13875"> Stackable Header - 3 Pin (Female, 0.1")</a> (PRT-13875)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<h3>For AVR SPI programming port, see special device with nice symbol: "AVR_SPI_PROG_5x2.dev"</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/778"> 2x5 AVR ICSP Male Header</a> (PRT-00778)</li> +<li><a href="https://www.sparkfun.com/products/8506"> 2x5 Pin Shrouded Header</a> (PRT-08506)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 5x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8535"> 2x5 Pin IDC Ribbon Cable</a> (PRT-08535)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9280"> Arduino Stackable Header - 6 Pin</a> (PRT-09280)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9279"> Arduino Stackable Header - 8 Pin</a> (PRT-09279)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check this:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13156"> Header - 2x8 (Male, 0.1")</a> (PRT-13156)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/11376"> Arduino Stackable Header - 10 Pin</a> (PRT-11376)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note about the "SPECIAL" package:</b> +<p></p> +This was SPECIALLY designed to be used with our Graphic LCD Backpack. Be sure you want to use this! It is not only staggered on each line of header holes, but IT IS ALSO offset of the center point of the top and bottom lines by 5 mil. This causes the headers to lock into place on the "standard" footprint on the LCD screen. The extra squares on the tdocu layer are there simply to reference other pins (if you were to actually populate a longer header than ten long - this is what we do with the backpacks). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. +<p></p> +<b> Note about LOCK SPECIAL package:</b> +<p></p> +This is just like the LOCK variant in that the holes are staggared by 5 mil, but except for the last two holes. They are not altered from the "standard" footprint layout. This is used for a special purpose on the layout of our Graphic LCD Backpack. Make sure you want to use this device before selecting it for you project! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>MAGJACK: RJ-45 with LEDs</h3> +This is a single port, RJ45 ethernet jacks with built in transformer (magnetics), status LEDs, and shielding. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>PoE compatible MagJack</h3> +This is a simple RJ45 PoEthernet MagJack connector that can help connect you to the Internet with the ability to provide power. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13606">RJ45 PoE MagJack</a> (PRT-13606)</li> +</ul> + +<p></p> +<b>Note:</b> +<ul> +<li> This connector is not on any currently live SparkFun products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>OBD-II Connector</h3> +OBDII is an on board diagnostics standard that is used on a large variety of cars. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9911">OBD-II connector</a> (DEV-09911)</li> +<li><a href="http://pinoutsguide.com/CarElectronics/car_obd2_pinout.shtml">Info and Pinout</a> (sorry, no datasheet)</li> +</ul> + +<p></p> +<b>We do not use this connector on any active designs, however, if you're looking for OBDII tech, please check out these:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=obd">SparkFun OBD related products</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8094">Polarized Connectors - Header (6-Pin)</a> (PRT-08094)</li> +</ul> +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11703">SparkFun UDB5 - PIC UAV Development Board</a> (DEV-11703)</li> +</ul> +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PIC-ICSP-Mini</b> +Miniature 5-pin connection for temporary programming of PICs. Use this device in your design to save space. + + +<h3>Miniature ISCP Programming connector for PICs</h3> +This 5 pin header contains all the lines necessary for programming most PIC microcontrollers. Use this device in your design to save space. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11264">5-Pin Mini ICSP Connector</a> (PRT-11264)</li> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/762">USB Bit Whacker - 18F2553 Development Board</a> (DEV-00762)</li> +<li><a href="https://www.sparkfun.com/products/258">SparkFun Serial Enabled LCD Backpack</a> (LCD-00258)</li> +</ul> + +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Power Jack Connector</h3> +This is the standard 5.5mm barrel jack for power.<br> +The PTH is the most common, proven, reliable, footprint.<br> +The Slot footprint only works if the mill layer is transmitted to the PCB fab house so be warned.<br> + +<p></p> +<b>Here are the connectors we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/119">DC Barrel Power Jack/Connector</a> (PRT-00119)</li> +<li><a href="https://www.sparkfun.com/products/12748">DC Barrel Power Jack/Connector (SMD)</a> (PRT-12748)</li> +<li><a href="https://www.sparkfun.com/products/10811">DC Barrel Jack Adapter - Breadboard Compatible</a> (PRT-10811)</li> +</ul> + +<p></p> +<b>It is used on this SparkFun product (and many, many others):</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12757">SparkFun RedBoard - Programmed with Arduino</a> (DEV-12757)</li> +</ul> + +<p></p> +<b>Also, if you need a mating power supply or connector, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/298">Wall Adapter Power Supply - 9VDC 650mA</a> (TOL-00298)</li> +<li><a href="https://www.sparkfun.com/products/10287">DC Barrel Jack Adapter - Male</a> (PRT-10287)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the PlayStation Portable (PSP) screen ribbon cable</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8335">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8355">Color 24-Bit LCD 4.3" PSP Connector</a> (LCD-08355)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4 pin Connector for the Color 24-Bit LCD 4.3" Play Station Portable (PSP) Touch Screen</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8448">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>RJ11 Jack - 6 pin</h3> +Commonly found on CAT3 devices and some Microchip programmers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/132">RJ11 6-Pin Connector</a> (PRT-00132)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li><a href="https://www.sparkfun.com/products/8942">Weather Meters</a> (SEN-08942)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Jack - 8 pin</h3> +Simple RJ45, 8-pin connection. Commonly used for Cat5, Cat5e, and Cat6 Ethernet cables. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/643">RJ45 8-Pin Connector</a> (PRT-00643)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/716">SparkFun RJ45 Breakout</a> (BOB-00716)</li> +</ul> + +<p></p> +<br></br> +Note, you may also be interested in the "MAGJACK" version of this. It is basically a RJ45 connector, but also has some status LEDs built into the connector housing. You can check that out in this library at the device named "MAGJACK.dev" and see these products online:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the ScreenKey</h3> +This is a tiny, locking 14-pin FPC/FFC connector that mates with the TFT ScreenKeys and their displays. These connectors require a really minimal amount of force to close, which is great for the delicate wires they’re designed for. +<br></br> +<br></br> +Unfortunately, we no longer sell the <a href="https://www.sparkfun.com/products/retired/9366">ScreenKey TFT128</a> or the <a href="https://www.sparkfun.com/products/retired/9380">TFT128 Display</a>, however we do still sell the connector. + + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9586">ScreenKey Mating Connector</a> (PRT-09586)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf">Datasheet</a> (FH12-14S-0.5SH)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SIM Cellular Card Socket</h3> +<p>SMT 6 pin standard connection. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/548”>SIM Socket</a></li> +<li><a href="https://www.sparkfun.com/products/13120">SparkFun Cellular Shield - MG2639</a></li> +<li><a href=”https://www.sparkfun.com/products/573”>SparkFun SIM Card Socket Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>USB type Mini-B Connector</h3> +<p>Breaks out 5th pin, and includes shield pins if needed.</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/9716”>SparkFun FTDI Basic Breakout</a></li> +<li><a href="https://www.sparkfun.com/products/11812”>SparkFun XBee Explorer USB</a></li> +<li><a href=”https://www.sparkfun.com/products/12757”>SparkFun Redboard</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type Micro-B Connector</h3> +<p>Male/female and PTH/SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12035”>SparkFun microB USB Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/10031”>SparkFun USB microB Plug Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/9175">ZIF Socket 28-Pin</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RCA Jack connector</h3> +This is a right angle RCA jack connecotr. Commonly used for video or audio. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8631">RCA Jack</a> (PRT-08631)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is not used on any active designs, however it was used on a couple retired products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8826">RCA Jack Breakout [RETIRED]</a> (PRT-08826)</li> +<li><a href="https://www.sparkfun.com/products/9168">SparkFun On Screen Display Breakout - MAX7456 [RETIRED]</a> (BOB-09168)</li> +</ul> + +<p></p> +<b>You may also be interested in a cable:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11573">RCA Video Cable - 6'</a> (CAB-11573)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SD Memory Card Connector (standard "large" size)</h3> +Push-push normal type, CD enable, WP enable. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12769">SD/MMC Socket</a> (PRT-12769)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12941">SparkFun SD/MMC Card Breakout</a> (BOB-12941)</li> +<li><a href="https://www.sparkfun.com/products/11468">SD Sniffer</a> (TOL-11468)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>myDAQ</h3> +This connecotr is used in the National Instruments myDAQ measurement and control tool ecosystem. Learn more at the <a href="http://www.ni.com/mydaq/">myDAQ website</a>. The connector is a 20pin 3.81mm spaced Female Right Angle Terminal Block (PTH). + +<p></p> +<b>Sorry, we do not sell the connector as an individual part at SparkFun, howere here is a link to the datasheet:</b> +<ul> +<li><a href="http://www.4uconnector.com/online/object/4udrawing/10458.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10705">SparkFun myDAQ Protoboard Kit</a> (DEV-10705)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type AB Micro Connector</h3> +<p>OTG-compatible. 5 pins, 3 shield pins</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13613”>IOIO-OTG</a></li> +<li><a href=”https://www.sparkfun.com/products/13664”>SparkFun SAMD21 Mini Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12807"> Header - 2x3 (Male, 0.1")</a> (PRT-12807)</li> +<li><a href="https://www.sparkfun.com/products/13010"> Header - 2x3 (Female, 0.1")</a> (PRT-13010)</li> +<li><a href="https://www.sparkfun.com/products/10877"> 2x3 Pin Shrouded Header</a> (PRT-10877)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 3x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10651"> Ribbon Crimp Connector - 6-pin (2x3, Female)</a> (PRT-10651)</li> +<li><a href="https://www.sparkfun.com/products/10646"> Ribbon Cable - 6 wire (15ft)</a> (PRT-10646)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack - 3.5mm TRRS (SMD)</h3> +<p>This is a 3.5mm TRRS SMD audio jack. +<br>TRRS connectors are the audio-style connectors that you see on some phones, MP3 players and development boards. +<br>TRRS stands for “tip, ring, ring, sleeve,” which reflects that this has three conductors and a ground. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/12639”>Audio Jack</a></li> +<li><a href="https://www.sparkfun.com/products/12968">mbed Starter Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/11570>SparkFun TRRS 3.5mm Jack Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>JST 2MM MALE RA CONNECTOR</h3> +Two pin, compact surface mount connector. Commonly used as a battery input connection point. We really like the solid locking feeling and high current rating on these small connectors. We use these all the time as battery connectors. Mates to single-cell LiPo batteries. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8612">JST Right Angle Connector - White</a> (PRT-08612)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/JST-Horizontal.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11214">SparkFun MOSFET Power Controller</a> (PRT-11214)</li> +<li><a href="https://www.sparkfun.com/products/13777">SparkFun Battery Babysitter - LiPo Battery Manager</a> (PRT-13777)</li> +<li>And many, many others that required a lipo battery connection.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin vertical connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Binding Post</h3> +<p>The component itself has an threaded, insulated body that goes through the board, with a small threaded metal stud coming off the back. +<p> The intent of this package is that the post goes through a milled obling hole, and a small wire would be used to connect from the PCB pad to the metal contact on the post. +</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13006”>SparkFun Decade Resistance Box</a></li> +<li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/9739”>Binding Post - Red</a></li> +<li><a href=”https://www.sparkfun.com/products/9740”>Binding Post - Black</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> +<br> +This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and +to be daisy chained easily.</p> +<p><b>Example SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> +<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> +<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connectors</h3> +<p>Various footprints for battery connections</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11864">Deans Connector -M/F Pair</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Test Points</h3> +<p>Bare copper test points for troubleshooting or In-Circuit-Testing. These are used by our Production team for verifying production board runs using pogo-pins on test beds.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13284”>SparkFun LSM9DS1 Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13714”>SparkFun PSOC</a></li> +<li><a href="https://www.sparkfun.com/products/13879">SparkFun Load Cell Amplifier</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTA (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12753”>British Telecom Connector - BTA (female)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTD Digital (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12754”>British Telecom Connector - BTD (female)</a></li> +</ul></p> + + +<p></p> +<b> More information about the Vernier ecosystem can be found here:</b> +<ul> +<li><a href="http://www.vernier.com/engineering/arduino/"> http://www.vernier.com/engineering/arduino/</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack, 1/4" TRS jack, horizontal, PTH, aka "Phono jack"</h3> +<p></p> + +<p></p> +<b>Find the connector here:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11144"> Audio Jack - 1/4" Stereo (right angle)</a> (COM-11144)</li> +<li><a href="http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg">Datasheet</a></li> +<li>Note, although the datasheet and physical part are slightly different, this footprint was proven to mate well on the Proto Pedal.</li> +<p></p> +</ul> +<p></p> +<b>This device is used on these SparkFun Products: </b> +<ul> +<li><a href="https://www.sparkfun.com/products/13005">SparkFun TRS Jack Breakout - 1/4" Stereo</a> (BOB-13005 )</li> +<li><a href="https://www.sparkfun.com/products/13124"> SparkFun Proto Pedal - sorry bad link - product comming soon!</a> (PRT-13124)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. +<br></br> +<br></br> + +For more information on the pinout and electrical specifications of MIDI communications, please see the following resource: + +<a href="https://www.midi.org/specifications/item/midi-din-electrical-specification">https://www.midi.org/specifications/item/midi-din-electrical-specification</a> + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9536">MIDI Connector - Female Right Angle</a> (PRT-09536)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12898">SparkFun MIDI Shield</a> (DEV-12898)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>USB-A Connector</h3> +<p>Male and female variants, as well as PTH and SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/11697”>SparkFun XBee Explorer Dongle</a> PTH Male</li> +<li><a href=”https://www.sparkfun.com/products/12924”>SparkFun MicroView-USB Programmer</a> SMT Male</li> +<li><a href=”https://www.sparkfun.com/products/12700”>SparkFun USB Type A Female Breakout</a> SMT Female</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type B Connector</h3> +<p></p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13899”>SparkFun Stepoko</a> PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector 3mm headers and sockets used on the SparkFun Edison Blocks. +<p> +Edison Daughter package includes layout for the Edison module itself, including mounting holes and antenna area marked.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13770”>SparkFun ADC Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13727”>SparkFun Power Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13045”>SparkFun Base Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13043”>SparkFun Dual H-Bridge Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13041”>SparkFun microSD Edison Block</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Raspberry Pi GPIO Header</h3> +<p>2x20 pin connector, as found on B, B+, A+ models. Both shrouded PTH and SMT versions available.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13054”>GPIO Shrouded Header</a>- PTH</li> +<li><a href=”https://www.sparkfun.com/products/13717”>SparkFun Pi Wedge (Preassembled)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Qwiic Connector</h3> +An SMD 1mm pitch JST connector makes it easy and quick (get it? Qwiic?) to connect I<sup>2</sup>C devices to each other. The <a href=”http://www.sparkfun.com/qwiic”>Qwiic system</a> enables fast and solderless connection between popular platforms and various sensors and actuators. + +<br><br> + +We carry <a href=”https://www.sparkfun.com/products/14204”>200mm</a>, <a href=”https://www.sparkfun.com/products/14205”>100mm</a>, <a href=”https://www.sparkfun.com/products/14206”>50mm</a>, and <a href=”https://www.sparkfun.com/products/14207”>breadboard friendly</a> Qwiic cables. We also offer <a href=”https://www.sparkfun.com/products/14323”>10 pcs strips</a> the SMD connectors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin horizontal connector</h3> +JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="link">name</a> (XXX-00000)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder Pad for LuMini Rings + + + + + + + + + + + + + + + + +LuMini 8X8 Solder Pad + + + + + + + + + + + + + + + +<h3>USB Type C 16Pin Connector</h3> + +Super Speed pins not available on the 16-pin purely SMD connector so this part is best for USB 2.0 implementations. D1 and D2 are tied together enabling D+/- no matter which way the cable is plugged into the connector. The two channel configuration pins (CC1/2) are exposed. These are normally connected to ground via 5.1k resistors but can be reconfigured for high current/high power applications. + +<h2><i>**4-LAYER BOARD WARNING!!**</i></h2> + +If designing 4-layer board, make sure to select the variant <strong>_4-LAYER-ISOLATED</strong>. The linked footprint (USB-C-16-4LAYER-ISOLATED) includes some <i>very</i> necessary cutout polygons in the inner layers (2 and 15). This prevents the PTH mounting shield legs on the USB connector from electrically connecting any other polygons on the inner layers (usually VCC and GND). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RASPBERRY PI I/O HEADER</h3> + +<p>As defined for the Revistion 2 Pi. The 40 pin header is backwards compatible with this smaller more compact footprint.</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX 4-Pin Power Supply Connector - Right Angle and Vertical PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It is commonly known as the Molex series 8981 connector. The footprint is adjusted for the right angle and vertical connector mounts.</p> +<p>SparkFun Products: +<ul> +<li><a href=”https://www.sparkfun.com/products/15035>ATX Connector Breakout Board</a></li> +<li><a href=”https://www.sparkfun.com/products/15700”>ATX Right Angle Connector - PTH 4-Pin</a></li> +<li><a href=”https://www.sparkfun.com/products/15701”>SparkFun ATX Power Connector Breakout Kit - 12V/5V (4-pin)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Standard 22-pin 0.1" header + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/Supply.lbr b/electronicDie/hardware/v1.1/lib/Supply.lbr new file mode 100644 index 0000000..c178f7f --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/Supply.lbr @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++3V3 + + + + +>VALUE + ++5V + + + + +>VALUE + +VCC + + + + +>VALUE + ++3V3 + STM + + + + +>VALUE + ++5V0 + STM + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/USB.lbr b/electronicDie/hardware/v1.1/lib/USB.lbr new file mode 100644 index 0000000..710f883 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/USB.lbr @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + +Mini USB 2.0 Type B + + + + + + + + + + + + + +>NAME +>VALUE +shield + + +USB 3.1 Type C + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + +<B>WR-COM Micro USB 2.0 Type AB Vertical 5 Contacts +</B><BR><BR> +<b>Kind Properties</b> +<BR>Durability:10 000 Mating cycles +<BR>Quality Class:10 000 Mating cycles +<BR>Connector Type:Micro USB +<BR>Gender:Receptacle +<BR>Type:Vertical +<BR><BR> +<b>General Information</b> +<BR>Operating Temperature:-40up to +105 °C +<BR>Compliance:RoHS +<BR><BR> +<b>Electrical Properties</b> +<BR>IR 1:1.8A +<BR>Working Voltage:30V (AC) +<BR>Withstanding Voltage:100V (AC) +<BR>Contact Resistance:30 mΩ<BR><BR> +<b>Material Properties +</b><BR>Insulator Material:LCP +<BR>Insulator Flammability Rating:UL94 V-0 +<BR>Color:Black +<BR>Contact Material:Copper Alloy +<BR>Contact Plating: Gold +<BR>Contact Type:Stamped +<BR>Shielding Material:Stainless Steel +<BR>Shielding Plating:Matte Tin +<BR> +<br><a href="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" title="Enlarge picture"> +<img src="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" width="320"></a><p> +Details see: <a href="https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/">https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/</a><p> + +Updated by Yingchun, Shan 2020-01-16<br> +2020 (C) Würth Elektronik + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/diode.lbr b/electronicDie/hardware/v1.1/lib/diode.lbr new file mode 100644 index 0000000..98e99f5 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/diode.lbr @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>Diode Package</b> Reflow soldering<p> +INFINEON, www.infineon.com/cmc_upload/0/000/010/257/eh_db_5b.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23</b> + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Diode</b> + + + + + + +>NAME +>VALUE + + + + + + + + + +<B>DIODE</B> + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Small Outline Transistor; 6 leads</b><p> +Philips Semiconductors, SOT363.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>SMA</b> CASE 403D-02<p> +Source: http://www.onsemi.com/pub_link/Collateral/MBRA340T3-D.PDF + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>DIODE</b> + + + + + + + + + +>NAME +>VALUE + + + + + +<b>DIODE 0805</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>DIODE 0603</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +ultra fast-recovery rectifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diode bridge +quad bus terminator 30V 100mA 5ns + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/led.lbr b/electronicDie/hardware/v1.1/lib/led.lbr new file mode 100644 index 0000000..4e9028b --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/led.lbr @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/rcl_upravena.lbr b/electronicDie/hardware/v1.1/lib/rcl_upravena.lbr new file mode 100644 index 0000000..95e31ad --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/rcl_upravena.lbr @@ -0,0 +1,21143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor </b> STELCO GmbH<p> +diameter 8.6 mm, grid 3.55 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>X CAPACITOR</b><p> +body 17.5 x 5 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 6 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 8 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 7.5 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 10 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 11 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 13 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 15 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 18 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 4 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 10 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 12.5 x 5 mm, grid 7.62 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 16.5 x 5 mm, grid 12.6 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 6 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 7 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 25 x 7 mm, grid 22 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 6 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 21 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 5 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x20 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +12x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 43 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +14x37 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +16x39 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +18x39 + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +0,1W 25% + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +0,25W, 20% + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> AVX + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> VISHAY + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> +SMD Cermet trimmer + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side for automatic adjustment, vertical to PCB + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from both sides, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +Cermet MIL-R-22097 + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> muRata + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> BC-Components + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> muRata + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>INDUCTOR</b><p> +chip + + + + +>NAME +>VALUE + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0309, grid 15mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 20mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>POWER-CHOKE WE-TPC</b><p> +Würth Elektronik, Partnumber: 744053220<br> +Source: WE-TPC 744053220.pdf + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 12.7 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 15.24 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>newport components</b> 2200 Serie RM 11.43 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>POWER INDUCTORS</b> (SMT Type)<p> +Source: www.sumida.com/products/pdf/CEP125.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>NIS02 Chip Inductor</b><p> +Source: http://www.niccomp.com/Catalog/nis.pdf + + +>NAME +>VALUE + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>PIS 2826</b> Inductor<p> +Source: http://www.stetco.com/products/inductors/pdf/PIS2816.pdf + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf24.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf36.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf46.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Radial Lead RF Chokes</b><p> +Source: www.bourns.com .. 6000_series.pdf + + + +>NAME +>VALUE + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME ++ +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>X CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>Y CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>BIPOLAR ELECTROLYTIC CAPACITOR</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm resistor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm capacitor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.1/lib/switch-omron.lbr b/electronicDie/hardware/v1.1/lib/switch-omron.lbr new file mode 100644 index 0000000..3ee8925 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/switch-omron.lbr @@ -0,0 +1,1591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED5 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 +K +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.1/lib/test_points.lbr b/electronicDie/hardware/v1.1/lib/test_points.lbr new file mode 100644 index 0000000..af429c6 --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/test_points.lbr @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Test points</b> +<p> + +<b>Author: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + +>VALUE +>NAME + + + + + +>NAME + + + + +>NAME + + + + + + +>NAME + + + + + + + + +>NAME +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.1/lib/transistor.lbr b/electronicDie/hardware/v1.1/lib/transistor.lbr new file mode 100644 index 0000000..c74cd6e --- /dev/null +++ b/electronicDie/hardware/v1.1/lib/transistor.lbr @@ -0,0 +1,8020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO264 vertical</b> + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-143</b> + + + + + + + + +>NAME +>VALUE + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SMALL OUTLINE TRANSISTOR</b><p> +TS-003 + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Small Outline Transistor</b> + + + + + + + + +3 +4 +1 +2 +>NAME +>VALUE + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + +<b>TO264 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>TO 3 A</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +3 +2 +1 +4 + + +<b>SOT-23</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SMALL OUTLINE INTEGRATED CIRCUIT</b><p> +body 3.9 mm/JEDEC MS-012AC + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO 72</b> + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>SOT-563</b><p> +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +<b>DPAK</b> CASE 369-07<br> +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>2-10H1A</b> TOSHIBA Package for RF Transistors<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>SIP-5</b><p> +Source: 2SA798.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT363</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<b>T-30</b> Horizontal<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>T-30</b> Vertical<p> +Source: 2SC1944 + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +TO264 vertical + + + + + +SOT-143 + + + + + +SC59 (SOT23) Motorola + + + + + +SMALL OUTLINE TRANSISTOR +TS-003 + + + + + +Small Outline Transistor + + + + + +TO 3 A + + + + + +SOT323 Philips + + + + + +TO264 horizontal + + + + + +SOT-23 + + + + + +TO 18 + + + + + +TO 220 horizontal + + + + + +TO 5 + + + + + +TO 126 horizontal + + + + + +TO-66 + + + + + +TO-39 + + + + + +SC59 (SOT23) Motorola + + + + + +TO-3 + + + + + +TO-92 Pads In Line E C B from top + + + + + +SOT-563 +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + +SMALL OUTLINE INTEGRATED CIRCUIT +body 3.9 mm/JEDEC MS-012AC + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +Dual In Line Package + + + + + +TO 92 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 72 + + + + + +Molded Package +grid 2.54 mm + + + + + +TO-236 ITT Intermetall + + + + + +Molded Package +grid 2.54 mm + + + + + +TO 202 horizontal + + + + + +DPAK CASE 369-07 +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + +TO-18 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 202 vertical + + + + + +TO 126 vertical + + + + + +TO 218 vertical + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO 218 horizontal + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 vertical + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO 220 vertical + + + + + +TOP 3 horizontal + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-18 + + + + + +SOT89 Emitter Collector Basis + + + + + +SOT-23 (BCE) + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 Pads In Line B C E from top + + + + + +SOT-23 (EBC) + + + + + +TO-92 Pads In Line C B E from top + + + + + +SOT89 Basis Collector Emitter + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT363 +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + +SIP-5 +Source: 2SA798.pdf + + + + + +2-10H1A TOSHIBA Package for RF Transistors +Source: 2SC2395.pdf + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +T-30 Horizontal +Source: 2SC1944.pdf + + + + + +T-30 Vertical +Source: 2SC1944 + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +B2 +B1 +E + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-4 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP BIPOLAR DARLINGTON TRANSISTOR</b><p> +Source: http://www.datasheetcatalog.org/datasheet/mospec/BDX54.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>PNP Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: http://www.fairchildsemi.com/ds/BD/BD239C.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-5 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. 2SC1740.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC3330 .pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN EPITAXIAL TRANSISTOR</b><p> +Source: TOSHIBA .. 2SC1815 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC945 2.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC458 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +NPN Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common emitter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Final RF Power Outupt<p> +Source: 2sc1306.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL COMPLEMENTARY: L78 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common collector + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL NPN/NPN L88 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL PNP/PNP L87 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>UNIJUNCTION TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2098.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: www.Datasheet4U.com 2SC2905.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Silicon Epitaxial, High Frequency Power Amplifier<p> +Source: 2SC1307.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Trnasitor</b> RF Power Amplifier<p> +Source: 2SC3212.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PNP Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + +NPN Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2sc1969.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN/PNP Silicon Digital Transistor Array</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PNP DIFFERENTAL AMP</b> SIP-5<p> +Source: 2SA798.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.2/configuration/Gatema_2V_new.cam b/electronicDie/hardware/v1.2/configuration/Gatema_2V_new.cam new file mode 100644 index 0000000..c239ece --- /dev/null +++ b/electronicDie/hardware/v1.2/configuration/Gatema_2V_new.cam @@ -0,0 +1,295 @@ +{ + "author": { + "email": "xstrei03@stud.feec.vutbr.cz", + "name": "Jakub Streit" + }, + "description": { + "EN": "CAM job description goes here." + }, + "output_type": "zip", + "outputs": [ + { + "filename_prefix": "outputs", + "format_specifier": { + "decimal": 4, + "integer": 3 + }, + "generate_job_file": true, + "output_type": "gerber", + "outputs": [ + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "TOP", + "file_function": "Other" + }, + "filename_format": ".top", + "layers": [ + 1, + 17, + 18 + ], + "milling": false, + "name": "TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "BOT", + "file_function": "Other" + }, + "filename_format": ".bot", + "layers": [ + 16, + 17, + 18 + ], + "milling": false, + "name": "BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "silkscreen TOP", + "file_function": "Other" + }, + "filename_format": ".plt", + "layers": [ + 21, + 25, + 27, + 101 + ], + "milling": false, + "name": "silkscreen TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "silkscreen BOT", + "file_function": "Other" + }, + "filename_format": ".plb", + "layers": [ + 22, + 26, + 28, + 102, + 103 + ], + "milling": false, + "name": "silkscreen BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "soldermask TOP", + "file_function": "Other" + }, + "filename_format": ".smt", + "layers": [ + 29 + ], + "milling": false, + "name": "soldermask TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "soldermask BOT", + "file_function": "Other" + }, + "filename_format": ".smb", + "layers": [ + 30 + ], + "milling": false, + "name": "soldermask BOT", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "outline", + "file_function": "Other" + }, + "filename_format": ".dim", + "layers": [ + 20 + ], + "milling": false, + "name": "outline", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "routing", + "file_function": "Other" + }, + "filename_format": ".mill", + "layers": [ + 20, + 46 + ], + "milling": false, + "name": "routing", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "paste TOP", + "file_function": "Other" + }, + "filename_format": ".tcr", + "layers": [ + 31 + ], + "milling": false, + "name": "paste TOP", + "polarity": "positive", + "type": "gerber_layer" + }, + { + "advanced_options": { + "mirror": false, + "offset_x": 0, + "offset_y": 0, + "rotate": false, + "upside_down": false + }, + "board_outline": false, + "config": { + "description": "paste BOT", + "file_function": "Other" + }, + "filename_format": ".bcr", + "layers": [ + 32 + ], + "milling": false, + "name": "paste BOT", + "polarity": "positive", + "type": "gerber_layer" + } + ], + "version": "X2" + }, + { + "format_specifier": { + "decimal": 3, + "integer": 3 + }, + "output_type": "drill", + "outputs": [ + { + "drills": { + "NPTH": true, + "PTH": true, + "VIA": true + }, + "filename_format": ".pth", + "layers": { + "from": 1, + "to": 16 + }, + "name": "PTH drill", + "type": "excellon" + } + ] + }, + { + "filename_prefix": "CAMOutputs/Assembly", + "output_type": "assembly", + "outputs": [ + ] + }, + { + "filename_prefix": "CAMOutputs/DrawingFiles", + "output_type": "drawing", + "outputs": [ + ] + } + ], + "timestamp": "2022-03-17T14:08:34", + "type": "EAGLE CAM job", + "units": "metric", + "version": "8.6.1" +} diff --git a/electronicDie/hardware/v1.2/configuration/roboticsbrno_modified.dru b/electronicDie/hardware/v1.2/configuration/roboticsbrno_modified.dru new file mode 100644 index 0000000..d603219 --- /dev/null +++ b/electronicDie/hardware/v1.2/configuration/roboticsbrno_modified.dru @@ -0,0 +1,73 @@ +description[de] = EAGLE Design Rules\n

\nDie Standard-Design-Rules sind so gewählt, dass sie für \ndie meisten Anwendungen passen. Sollte ihre Platine \nbesondere Anforderungen haben, treffen Sie die erforderlichen\nEinstellungen hier und speichern die Design Rules unter \neinem neuen Namen ab. +description[en] = RobotikaBrno DRC\n\n

\nThis DRC includes the common parameters for two-layer PCBs. Should be compatible with:\n

    \n
  • Gatema POOL Servis
  • \n
  • JLCPCB (no extras)
  • \n
  • AllPCB (no extras)
  • \n
\n

\nUPDATES:\n

\nJarek Paral (2020-03-14) \n

    \n
  • Clearance - change clearance from 0.2 mm to 0.15 mm
  • \n
  • Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3
  • \n
  • Misc - activate 'Check angle'
  • \n
\n

\nKuba Streit (2021-02-04)\n

    \n
  • \nChange board thickness to 2 mm, because of connectorless PCB USB\n
+layerSetup = (1*16) +mtCopper = 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm 0.035mm +mtIsolate = 2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm 0.15mm 0.2mm +mdWireWire = 0.15mm +mdWirePad = 0.15mm +mdWireVia = 0.15mm +mdPadPad = 0.15mm +mdPadVia = 0.15mm +mdViaVia = 0.15mm +mdSmdPad = 0.15mm +mdSmdVia = 0.15mm +mdSmdSmd = 0.15mm +mdViaViaSameLayer = 6mil +mnLayersViaInSmd = 2 +mdCopperDimension = 0.5mm +mdDrill = 0.5mm +mdSmdStop = 0mil +msWidth = 0.15mm +msDrill = 0.3mm +msMicroVia = 9.99mm +msBlindViaRatio = 0.500000 +rvPadTop = 0.350000 +rvPadInner = 0.350000 +rvPadBottom = 0.350000 +rvViaOuter = 0.350000 +rvViaInner = 0.350000 +rvMicroViaOuter = 0.250000 +rvMicroViaInner = 0.250000 +rlMinPadTop = 0.16mm +rlMaxPadTop = 1mm +rlMinPadInner = 0.16mm +rlMaxPadInner = 1mm +rlMinPadBottom = 0.16mm +rlMaxPadBottom = 1mm +rlMinViaOuter = 0.16mm +rlMaxViaOuter = 1mm +rlMinViaInner = 0.16mm +rlMaxViaInner = 1mm +rlMinMicroViaOuter = 4mil +rlMaxMicroViaOuter = 20mil +rlMinMicroViaInner = 4mil +rlMaxMicroViaInner = 20mil +psTop = 1 +psBottom = 1 +psFirst = 1 +psElongationLong = 100 +psElongationOffset = 100 +mvStopFrame = 0.100000 +mvCreamFrame = 0.000000 +mlMinStopFrame = 0.1mm +mlMaxStopFrame = 0.2mm +mlMinCreamFrame = 0mil +mlMaxCreamFrame = 0mil +mlViaStopLimit = 0.4mm +srRoundness = 0.000000 +srMinRoundness = 0mil +srMaxRoundness = 0mil +slThermalIsolate = 0.2mm +slThermalsForVias = 0 +dpMaxLengthDifference = 10mm +dpGapFactor = 2.500000 +checkAngle = 1 +checkFont = 1 +checkRestrict = 1 +checkStop = 0 +checkValues = 0 +checkNames = 1 +checkWireStubs = 1 +checkPolygonWidth = 0 +useDiameter = 13 +maxErrors = 50 diff --git a/electronicDie/hardware/v1.2/electronicDie.brd b/electronicDie/hardware/v1.2/electronicDie.brd new file mode 100644 index 0000000..8c65be2 --- /dev/null +++ b/electronicDie/hardware/v1.2/electronicDie.brd @@ -0,0 +1,12595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + + + + +v1.2 +Electronic Die +v1.2 +v1.2 +Electronic Die +v1.2 +Electronic Die + + + +https://github.com/RoboticsBrno/RoboCamp-2021 +robotickytabor.cz +Robotárna +RoboCamp 2022 ++ +- +https://github.com/RoboticsBrno/RoboCamp-2021 +robotickytabor.cz +Robotárna +RoboCamp 2022 + + + + + + + + + + + + + + + + + + + + + + +JLCJLCJLCJLC + + + +OWNER: ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +5 mm, round + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + +OMRON SWITCH + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-92 Pads In Line C B E from top + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + +<b>EAGLE Design Rules</b> +<p> +Die Standard-Design-Rules sind so gewählt, dass sie für +die meisten Anwendungen passen. Sollte ihre Platine +besondere Anforderungen haben, treffen Sie die erforderlichen +Einstellungen hier und speichern die Design Rules unter +einem neuen Namen ab. +<b>RobotikaBrno DRC</b> + +<p> +This DRC includes the common parameters for two-layer PCBs. Should be compatible with: +<ul> +<li>Gatema POOL Servis</li> +<li>JLCPCB (no extras)</li> +<li>AllPCB (no extras)</li> +</ul> +<p> +UPDATES: +<p> +Jarek Paral (2020-03-14) +<ul> +<li>Clearance - change clearance from 0.2 mm to 0.15 mm</li> +<li>Sizes - Minimum Width: from 0.2 to 0.15; Minimum Drill: from 0.35 to 0.3</li> +<li>Misc - activate 'Check angle'</li> +</ul> +<p> +Kuba Streit (2021-02-04) +<ul> +<li> +Change board thickness to 2 mm, because of connectorless PCB USB +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/electronicDie.sch b/electronicDie/hardware/v1.2/electronicDie.sch new file mode 100644 index 0000000..3a634f6 --- /dev/null +++ b/electronicDie/hardware/v1.2/electronicDie.sch @@ -0,0 +1,12559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Frames for Sheet and Layout</b> + + + + + + + + + + + + + + + + + + + + +>DRAWING_NAME +>LAST_DATE_TIME +>SHEET +Sheet: + + + + + +<b>FRAME</b><p> +DIN A4, landscape with location and doc. field + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +TO-3 + + + + + +TO 18 + + + + + +TO-18 + + + + + +TO-18 + + + + + +TO 202 horizontal + + + + + +TO 202 vertical + + + + + +SOT-93 +grid 5.45 mm + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 126 horizontal + + + + + +TO 126 vertical + + + + + +TO 218 horizontal + + + + + +TO 218 vertical + + + + + +TO 220 horizontal + + + + + +TO 220 vertical + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +TO-39 + + + + + +TO 5 + + + + + +TO-66 + + + + + +TO 92 + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 horizontal + + + + + +TOP 3 vertical + + + + + +TO-236 ITT Intermetall + + + + + +SOT-23 (EBC) + + + + + +SOT89 Emitter Collector Basis + + + + + +TO-92 Pads In Line B C E from top + + + + + +TO-92 Pads In Line C B E from top + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT-23 (BCE) + + + + + +SOT89 Basis Collector Emitter + + + + + +SC59 (SOT23) Motorola + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +TO-92 Pads In Line E C B from top + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++5V + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>NAME +VDD +VSS + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + + + + + + + + +>Name +>Value + + + + + + + + + + + +USB + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Electronic Die + +>SHEET_HEADLINE +v1.2 +RobotikaBrno +robotickytabor.cz +Robotarna +CC BY-SA 4.0 +Electronic Die + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Released under the Creative Commons Attribution-ShareAlike 4.0 License +https://creativecommons.org/licenses/by-sa/4.0/ +Designed by: Jakub Streit + +Electronic Die +https://github.com/RoboticsBrno/RoboCamp-2021 +Jakub Streit +2/2022 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + +Since Version 8.2, EAGLE supports online libraries. The ids +of those online libraries will not be understood (or retained) +with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/electronicDie_2022-03-17.zip b/electronicDie/hardware/v1.2/electronicDie_2022-03-17.zip new file mode 100644 index 0000000..579b3cc Binary files /dev/null and b/electronicDie/hardware/v1.2/electronicDie_2022-03-17.zip differ diff --git a/electronicDie/hardware/v1.2/lib/40xx.lbr b/electronicDie/hardware/v1.2/lib/40xx.lbr new file mode 100644 index 0000000..e9184c4 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/40xx.lbr @@ -0,0 +1,8990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>CMOS Logic Devices, 4000 Series</b><p> +Based on the following sources: +<ul> +<li>Motorola <i>CMOS LOGIC DATA</i>; book, 02/88, DL131 REV 1 +<li>http://www.elexp.com +<li>http://www.intersil.com +<li>http://www.ls3c.com.tw/product/1/COMOS.html +</ul> +<author>Created by librarian@cadsoft.de</author> + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>LCC 20</b> Leadless Chip Carrier <p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b><p>IPC standard + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.3 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Plastic Leaded Chip Carrier</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Small Outline package 8</b> 150 mil + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<b>Leadless Chip Carrier</b><p> Ceramic Package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline package</b> 150 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<b>Wide Small Outline package</b> 300 mil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package</b> 0.6 inch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Dual In Line Package Small</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package + + + + + +LCC 20 Leadless Chip Carrier Ceramic Package + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Plastic Leaded Chip CarrierIPC standard + + + + + +Dual In Line Package + + + + + +Dual In Line Package + + + + + +Dual In Line Package 0.3 inch + + + + + +Plastic Leaded Chip Carrier + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Leadless Chip Carrier Ceramic Package + + + + + +Small Outline package 8 150 mil + + + + + +Dual In Line Package + + + + + +Small Outline package 150 mil + + + + + +Small Outline package 150 mil + + + + + +Dual In Line Package + + + + + +Wide Small Outline package 300 mil + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package 0.6 inch + + + + + +Dual In Line Package Small + + + + + + + +>NAME +VDD +VSS + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +VDD +VSS +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +VEE +GND +VCC + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Presetlogik +Counter +Mode Select +Preset +Output +Enable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +SP +T0 +SN +T1 + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE +e + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>SCHMITT TRIGGER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 3-input <b>NOR</b> & <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +7-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LP monostable/astable <b>MULTIVIBRATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>NAND</b> schmitt trigger + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +18-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad bilateral <b>ANALOG SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad true/complement <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>NOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual D <b>FLIP FLOP</b>, set/reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Inverting gated JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual <b>COMPLIMENTARY PAIR</b> plus <b>INVERTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>XNOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>AND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Non-inverting JK master slave <B>FLIP FLOP</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 3-input <b>OR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-input <b>NAND</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 2-input <b>XOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-Bit addressable <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit full <b>ADDER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Divide-by 8 <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary/decimal up/down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D-type <B>REGISTER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual JK <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit parallel in/out <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary up down <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NOR R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad precision <b>TIMER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, negative logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit bidirectional <b>BUS REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +16-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad clocked D <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, inverting + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual monostable <b>MULTIVIBRATOR</b><p> +Source: Texas Instruments (Data sheet acquired frm Harris Semiconductor SCHS065)<br> +http://pdf1.alldatasheet.com/datasheet-pdf/view/26897/TI/CD4098.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Binary rate <b>MULTIPLIER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Decade <b>COUNTER/DIVIDER</b>, 7-seg. outputs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex non-inverting <b>BUFFER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +21 -Stage <b>Counter</b><p> +Source: www.radanpro.com/el/datasheets_cmos.htm<br> +cd_4045.pdf<p> +<table> +<tr><td>Type <td>Manufatk.</td> +<tr><td>4045BDC</td><td>FCH</td></tr> +<tr><td>4045BDM</td><td>FCH</td></tr> +<tr><td>40458BFC</td><td>FCH</td></tr> +<tr><td>4045BFM</td><td>FCH</td></tr> +<tr><td>4045BPC</td><td>FCH</td></tr> +<tr><td>CD4045AD</td><td>RCA</td></tr> +<tr><td>CD4045AE</td><td>RCA</td></tr> +<tr><td>CD4045AF</td><td>RCA</td></tr> +<tr><td>CD4045AH</td><td>RCA</td></tr> +<tr><td>CD4045AK</td><td>RCA</td></tr> +<tr><td>CD4045BD</td><td>RCA</td></tr> +<tr><td>CD4045BE</td><td>RCA</td></tr> +<tr><td>CD4045BF</td><td>RCA</td></tr> +<tr><td>CD4045BH</td><td>RCA</td></tr> +<tr><td>CD045BK</td><td>SCA</td></tr> +<tr><td>HCC4045BD</td><td>SCA</td></tr> +<tr><td>HCC4045BF</td><td>SGS</td></tr> +<tr><td>HCC4045BK</td><td>SGS</td></tr> +<tr><td>HCF4045BE</td><td>SGS</td></tr> +<tr><td>HCF4045BF</td><td>SGS</td></tr> +</table> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex <b>BUFFER</b>, Non-inverting<p> +Source: www.fairchildsemi.com CD4010.pdf © 2000 Fairchild Semiconductor Corporation DS005945 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable 4-bit binary <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit universal <B>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>COUNTER/DIVIDER</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex contact <b>BOUNCE ELIMINATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-stage <b>SHIFT/STORE REGISTER</b>, tri-state + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +12-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple serial <b>ADDER</b>, positive logic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Hex D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +64-bit static <b>SHIFT REGISTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Expandable 8-input <b>GATE</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +14-stage binary/ripple <b>COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad 3-state NAND R/S <b>LATCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Triple 2-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Micropower <b>PLL</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +8-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Dual 4-channel <b>ANALOG MULTIPLEXER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to 7-segment <b>LCD DECODER/DRIVER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +4-bit magnitude <b>COMPARATOR</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad <b>AND-OR</b> select gate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Hex inverting buffer, 3-state</b><p> +Source: <a href="http://www.nxp.com/documents/data_sheet/HEF40098B.pdf"> Data sheet </a> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Quad D <b>FLIP FLOP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +BCD to decimal <b>DECODER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Devide by-N-Counter</b> 74HC/HCT4059<p> +Source: www.standardics.nxp.com/products/hc/datasheet/74hc4059.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Synchronous presettable <b>BCD COUNTER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.2/lib/555.lbr b/electronicDie/hardware/v1.2/lib/555.lbr new file mode 100644 index 0000000..78e7580 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/555.lbr @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 8</b><br> +NS Package M08A + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +Dual In Line Package + + + + + +Small Outline Package 8 +NS Package M08A + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<b>TIMER</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/LIBRARIES/index.html b/electronicDie/hardware/v1.2/lib/LIBRARIES/index.html new file mode 100644 index 0000000..1fa9b36 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/LIBRARIES/index.html @@ -0,0 +1,1238 @@ + + + + + + + + + + + + + + + + + + + + + + Libraries - source - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Libraries - source

+

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

+

You can find more information in libraries internal description.

+

All libraries may be modified.

+

There are some source of these libraries:

+

[Eagle Managed Libraries]

+
    +
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • +
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • +
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
  • +
+

RoboticsBrno/eagle_libraries

+
    +
  • diode.lbr (revision db6a17c)
  • +
  • NC.lib (revision db6a17c)
  • +
  • rcl_upravena.lbr (revision db6a17c)
  • +
  • test_points.lbr (revision db6a17c)
  • +
  • usb.lib (revision db6a17c) + PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
  • +
+

SparkFun

+
    +
  • SparkFun-Connectors.lbr (revision b7e707d)
  • +
+

[unique]

+
    +
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.2/lib/NC.lbr b/electronicDie/hardware/v1.2/lib/NC.lbr new file mode 100644 index 0000000..6a20c51 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/NC.lbr @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +__EXTERNAL__ + + + + + + + + + +_EXTERNAL_ + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.2/lib/SparkFun-Connectors.lbr b/electronicDie/hardware/v1.2/lib/SparkFun-Connectors.lbr new file mode 100644 index 0000000..59dff6e --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/SparkFun-Connectors.lbr @@ -0,0 +1,51092 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Connectors</h3> +This library contains electrically-functional connectors. +<br> +<br> +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +<br> +<br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. +<br> +<br> +<b>Licensing:</b> Creative Commons ShareAlike 4.0 International - https://creativecommons.org/licenses/by-sa/4.0/ +<br> +<br> +You are welcome to use this library for commercial purposes. For attribution, we ask that when you begin to sell your device using our footprint, you email us with a link to the product being sold. We want bragging rights that we helped (in a very small part) to create your 8th world wonder. We would like the opportunity to feature your device on our homepage. + + +<h3>SMD - 6 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +tPlace shows location of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin KIT</h3> +<p>This is the KIT version of this package. This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br>This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side.</p> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex Mini-Fit Jr. - 24 pin, Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/ATX-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>ATX24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - PTH Pogo Pin Compatible</h3> +Long pads to enable testing with pogo pins. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + +<h3>2.5mm Stereo Audio Jack - PTH Holes Only</h3> +No electrical connections. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>3.5mm Stereo Audio Jack - Surface Mount</h3> +2.5mm Height. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19269.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>Plated Through Hole - 2x3 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x3 Long Pads w/ Offset Holes</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Locking Footprint</h3> +Holes are offset from center 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x3 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 Shrouded Header Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Surface Mount - 2x5 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Banana Plug PTH</h3> +0.2" diameter pad, 0.1" hole. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>BANANA_CONN</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + +>NAME +>VALUE + + +<h3>BNC Jack - Mouser Part#5227161 </h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://www.mouser.com/ds/2/418/NG_CS_1307191_BNC_Connectors_0307-561881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BNC</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Female PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/DB9-PCB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9 Pin Serial Connector - Male PCB Mount Right Angle</h3> +0.318" style. +<p>Specifications: +<ul><li>Pin count:11</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15944.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DB9</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>miniDIN Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/mdn-s-07-x-mkt.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN7</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>4-pin DS touch screen connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DS_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. +<p>Specifications: +<ul><li>Pin count: 10</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EB-85A</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FTDI Basic </h3> +Includes tDocu labels for end pins that match the FTDI Basic connection. +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Cable</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +GRN +BLK + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2mm</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pad w/ Offset Hole</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + + +<h3>Pogo Pin - 0.061"</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.061"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Pogo Pin Hole - 0.58" </h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.58"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Female</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Sew-On Fabric Snap - Male</h3> +Equivalent to size #1/0 snap. +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:8mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST-Right Angle Male Header SMT</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +<li>JST_2MM_MALE</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST-Vertical Male Header SMT </h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/20404.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>Name +>Value + + +<h3>Screw Terminal 5mm Pitch -2 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Locking Footprint</h3> +Holes are staggered by 0.005" from center to hold pins while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 2-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset from center by 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads with Locking Footprint</h3> +Pins are staggered by 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - Long Pads without Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + +>Name +>Value ++ +- + + + + + + + + + +<h3>Plated Through Hole - 0.1" holes</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.2"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Pogo Pins Connector - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch - 2 Pin PTH No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 2 Pin Right Angle Plated Through Hole- No Silk</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> No silk outline of connector. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + +<h3>JST 2 Pin Right Angle Plated Through Hole - KIT</h3> +tDocu indicate polarity for connections that match SparkFun LiPo battery terminations. +<br> This package has a smaller diameter top stop mask, which doesn't cover the diameter of the pad. +<br> This means only the bottom side of the pads' copper will be exposed. You'll only be able to solder to the bottom side. +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/JST%282%29-01548.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>Name +>Value ++ +- + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Spring Terminal- PCB Mount 2 Pin PTH</h3> +tDocu marks the spring arms +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/SpringTerminal.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint</h3> +Pins are staggered 0.005" off center to lock pins while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pad w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>PTH - 3 Pin Vertical Molex Polarized Header</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/01932.pdf"> 4UCONN part # 01932 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH Locking</h3> +Holes are offset 0.007" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Pogo Pins - 3 Pin</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 5mm Pitch -3 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 5mm/197mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin Locking Footprint w/out Silk Outline</h3> +Holes are offset from center 0.005" to lock pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 3 Pin SMD</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Locking Footprint</h3> +Pins are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads w/ Locking Footprint</h3> +Holes are offset 0.005" from center to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 4-Pin Plated Through-Hole Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Right Angle Male Header</h3> +tDocu layer shows pin locations. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + +>NAME +>VALUE + + +<h3>JST Right Angle 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + ++ +- +S +S + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -4 Pin PTH Locking</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 4 Pin Right Angle </h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x4</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pad with Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 5 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +<li>EM-408</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMD - 5 Pin Right Angle</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Male Headers</h3> +tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Right Angle Female Header</h3> +Silk outline of pins +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Molex 6-Pin Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Molex 6-Pin Plated Through-Hole Right Angle</h3> +tPlace shows angle of connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin with Locking Footprint with Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Molex 6-Pin Plated Through-Hole Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/2pin_molex_set_19iv10.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 6 Pin Locking Header</h3> +Includes silk outline for 6 pin female header +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -6 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Header - 6 pin Female SMD</h3> +Right angle 0.1" +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/19686.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin Holes</h3> +No silk, no plating +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, locking pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 7 Pin Holes</h3> +No plating, no silk outline. +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -8 Pin</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -8 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>SMD -8 Pin Vertical Female</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Female</h3> +Combined footprint configuration +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST Vertical Crimp Connect</h3> +<p>Specifications: +<ul><li>Pin count: 8</li> +<li>Pin pitch:1mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eSR.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x8</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -9 Pin</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to lock pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/XBee-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin 2mm SMD</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Sockets/xbeeheadersmd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x10 Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 Locking Footprint Special</h3> +Holes are offset 0.005", to hold pins in place while soldering. +Pin rows are offset 5mm as well +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole - 2x10 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -11 Pin</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin 1.27mm</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin w/ Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>11 pin holes</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -12 Pin</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Machine Pin Headers</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Long Pads</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Holes -12 Pin</h3> +No plating, no silk +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin</h3> +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint with Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Machine Pin Header Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -18 Pin</h3> +<p>Specifications: +<ul><li>Pin count:18</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_18</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint Long Pads</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin Locking Footprint</h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -24 Pin</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>Plated Through Hole -24 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Locking Footprint w/ Long Pads</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -25 pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:25</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_25</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -27 Pins</h3> +<p>Specifications: +<ul><li>Pin count:27</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_27</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -29 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:29</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_29</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -30 Pins No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:30</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_30</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins Offset</h3> +Long Pads + offset holes +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -40 Pins</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_40</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Ethernet MagJack-Compatible</h3> +tDocu shows where the cable plugs in +<p>Specifications: +<ul><li>Pin count: 14</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MAGJACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>RJ45 PoE MagJack</h3> +This RJ-45 jack with magnetics, gives you access to the unused twisted pair (10BASE-T, and 100BASE-T) which usually carries power in a power-over-ethernet system. +<p>Specifications: +<ul><li>Pin count:10</li> +</ul></p> +<p>Example device(s): +<ul><li>MAGJACK-POE</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>OBD-II Automotive Connector</h3> +<p>Specifications: +<ul><li>Pin count: 16</li> +<li>Pin pitch:0.15"</li> +</ul></p> +<p>Example device(s): +<ul><li>OBD-II</li> +</ul></p> + + + + + + + + + + + + + + + + +1 +16 +>NAME +>VALUE +16 +1 + + +<h3>Mini ICSP Connector - 5 Pin</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>Pin pitch: 1.5mm</li> +</ul></p> +<p><a href=”http://www.jst-mfg.com/product/pdf/eng/eZH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PIC_ICSP_MINI_5_PIN</li> +</ul></p> + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x12</h3> +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x26</h3> +<p>Specifications: +<ul><li>Pin count:52</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_26x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD</h3> +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Slot Pads</h3> +Extended soldering pads. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH</h3> +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DC Barrel Power Jack/Connector PTH Locking Footprint</h3> +5.5mm jack, 2.1mm center pole diameter. +<br> Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Barrel-Connector-PJ-202A.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ZIF PSP Connector</h3> +<p>Specifications: +<ul><li>Pin count: 42 </li> +<li>Pin pitch:0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD PSP Touch Screen Connector</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 1mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>PSP_TOUCH_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ11 6-Pin Socket with PCB Mounting Post</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ11-6</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RJ45 Socket with PCB Mounting Posts</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RJ45-8</li> +</ul></p> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>FPC/FFC Locking Connector - SMD</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch: 0.5mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SCREENKEY_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SIM Card Socket SMT</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p><a href=”http://www.morethanall.com/upload/products_pdf/144626051352e1f8ebd5c5c.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SIMHOLDER</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + +<h3>U.FL SMD Antenna Connector</h3> +<p>Specifications: +<li>Area: 3.0mm x 2.5mm</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Wireless/Antennas/RF-001001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>U.FL</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + +<h3>USB Type 'A' Male Connector - PTH</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10016.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + +>VALUE + + +<h3>USB Type B Female PTH Mounted</h3> +<p>Specifications: +<ul><li>Pin count:4 main, 2 shield</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/USB-B%20Connector.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_B</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type Mini-B Surface Mounted</h3> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield pins</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/miniUSB-Dimensional.pdf”>Datasheet referenced for footprint</a></p> + +<p>Example device(s): +<ul><li>USB_Mini-B</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Type 'A' Female Connector - SMT No Silk</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type 'A' Female Connector - SMT Silk Outline</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” https://www.sparkfun.com/datasheets/Prototyping/Connectors/USBFemaleTypeA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type microUSB Connector-No Bossed Pins</h3> +<p>Specifications: +<ul><li>Pin count:5 pins, 4 shield connections</li> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br> +<p>Specifications: +<ul><li>Pin count: 5 main, 4 shield</li> +<p><a href=”https://www.hirose.com/product/en/download_file/key_name/ZX/category/Catalog/doc_file_id/31704/?file_category_id=4&item_id=13&is_series=1”>Datasheet referenced for footprint</a></p> +</ul></p> +<p>Example device(s): +<ul><li>USB_Micro-B</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3>microSD Socket SMD</h3> +Puhs-Push type. +<br> tDocu shows location of uSD card in different positions. +<p>Specifications: +<ul><li>Pin count:12</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15882.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MICRO-SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +tDocu shows location of lever when unlocked. +<p>Specifications: +<ul><li>Pin count:28</li> +</ul></p> +<p>Example device(s): +<ul><li>ZIF_SOCKET_28-3</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>RCA Jack - Plated Through-Hole Locking</h3> +Holes are offset from center 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:3</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>RCA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -16 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:16</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_16</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -19 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:19</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_19</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -11 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT with Silk</h3> +Package for devices meant to mate to an FTDI connector. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + +GRN +BLK +TXO +RXI +VCC +DTR +GND +CTS + + +<h3>MyDAQ Female Right Angle Terminal Block w/ Locking Footprint</h3> +<p>Specifications: +<ul><li>Pin count: 40</li> +<li>Pin pitch:3.18mm</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/10458.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>MyDAQ</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>SMD Pad count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>TRRS 3.5MM Right Angle Stereo Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/20153.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRRS</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Female Header</h3> +Silk outline of pin location +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD- 3 Pin Right Angle Male Headers</h3> +No silk outline, but tDocu layer shows pin location. +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB Type 'A' Male Connector - SMT</h3> +Shield pins may be grounded. +<br> tDocu shows plug end. +<p>Specifications: +<ul><li>Pin count:6</li> +</ul></p> +<p><a href=” http://www.molex.com/pdm_docs/sd/480371000_sd.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_A</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +PCB Edge + + + + + + + + + + +>VALUES + + +<h3>Plated Through Hole - 2x3 Pogo Pins</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Spring Connector</h3> +<p>Specifications: +<ul><li>Pin count: 1</li> +<li>Area:0.25"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + +<h3>2 Pin Screw Terminal - 2.54mm</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Analog Right Angle</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/BTA-Connector%20Datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_ANALOG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>British Telecom Connector - Right Angle Female Digital</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=””>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>VERNIER_DIGITAL</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 6 Pin SMD Male Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -8 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD -10 Pin</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>USB Type AB - SMT</h3> +<br> Basic silk outline</br> +<p>Specifications: +<ul><li>Pin count:5 main, 3 shield</li> +</ul></p> +<p><b>Datasheet referenced for footprint: http://www.morethanall.com//upload/products_pdf/87340574052ba5151280ca.pdf</b></p> +<p>Example device(s): +<ul><li>USB AB</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST SH Vertical 6-Pin Connector -SMD</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1mm</li> +<p><b><a href="https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet referenced for footprint</a></b></p> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +<li>EM-406</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>USB - microB SMD</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - No Silk Outline Kit Version</h3> +<p> Mask on only one side to make soldering in kits easier. +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + +>NAME +>VALUE + + +<h3>3.5mm Stereo Audio Jack -Kit Version</h3> +Reduced openings in tStop, pins spread a tiny bit out to hold part on PCB during assembly +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Audio-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>SMD - 4 Pin w/ Long Solder Pads</h3> +No silk, but tDocu layer shows pin position. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>DC Barrel Power Jack/Connector -SMD Overpaste</h3> +Over paste toe on each SMD pad to ease use of AOI. +5.5mm jack, 2.1mm center pole diameter. +<p>Specifications: +<ul><li>Pin count:4</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/ADC-H-028-1.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +//kentro/work/Production/AOI Parts/Tyler/Breadboard power 5v/barreljack.bmp +>NAME +>VALUE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + + +OVERPASTE + + +<h3>Plated Through Hole -24 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:24</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_24</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>Plated Through Hole -11 Pin No Silk Kit</h3> +tMask is only on one layer. Designed for kits to prevent soldering on the wrong side. +<p>Specifications: +<ul><li>Pin count:11</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_11</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x3</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:2.54mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>DC Barrel Power Jack/Connector Breadboard Compatible</h3> +Breadboard-friendly pins. +5.5mm jack, 2.1mm center pole diameter +<p>Specifications: +<ul><li>Pin count: 3</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/18742.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>POWER_JACK</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -10 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Locking Footprint</h3> +Holes are offset 0.005" from center, to hold pins in place while soldering +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -23 Pin Long Pads</h3> +<p>Specifications: +<ul><li>Pin count:23</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_23</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 3 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>JST Vertical 4 Pin Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href="http://www.jst-mfg.com/product/pdf/eng/ePH.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + ++ +- +Y +B +>NAME +>VALUE + + +<h3>2.5mm Stereo Audio Jack - SMT</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/19726.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>Audio_Jack_2.5MM</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk Kit</h3> +Mask on one side only for soldering kits. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>9V Battery Holder (Open) - PTH KIT</h3> +Mask on one side for Kit soldering +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Area: 2.15"x1.20"</li> +</ul></p> +<p><a href=”http://www.memoryprotectiondevices.com/datasheets/BC9VPC-datasheet.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BC9VPC</li> +</ul></p> + + + + + + +V+ +V- + + + + + +>NAME +>VALUE + + +<h3>SD/MMC Socket</h3> +<p>Specifications: +<ul><li>Pin count:13</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>SD_CARD_SOCKET</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +card lock position + + + + + + + +<h3>Plated Through Hole - 2x3 Test Point Header</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE +Programmer This Side + + +<h3>SMD - 3 Pin Right Angle Male Header w/ Alignment Posts</h3> +<p><b>Datasheet referenced for footprint:</b><a href="http://www.4uconnector.com/online/object/4udrawing/11026.pdf"> 4UCONN part # 11026 </a></p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -13 Pin Locking Footprint</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Insulated Binding Post</h3> +Banana-jack compatible post +<p>Example device(s): +<ul><li>BINDING_POST</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE +ROUTE +OUT + + +<h3>SMD - 4 Pin Right-Angle Female Header</h3> +Silk outline shows header location. +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -17 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:17</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_17</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Right Angle Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>JST 5 Pin Vertical Plated Through Hole</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x5</h3> +Holes are 0.05". +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x6</h3> +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -13 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:13</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_13</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -15 Pin Locking Footprint No Silk Outline</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:15</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_15</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -9 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:9</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_09</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/B-D-xx1X.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole - 2x20 No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<h3>Plated Through Hole -20 Pin No Silk Kit</h3> +Mask on only one side for soldering kits. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -12 Pin Locking Footprint No Silk</h3> +Holes are offset 0.005", to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:12</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Deans Connector</h3> +<p>Specifications: +<ul><li>Pin count:2</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/deans_connector_PRT-11864.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>BATTERY_CONN</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 Shrouded Header No Silk</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Shrouded-10pin.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>Plated Through Hole -20 Pin Locking Footprint No Silk </h3> +Holes are offset 0.005" from center to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:1</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + +>NAME +>VALUE + + + +<h3>Screw Terminal 3.5mm Pitch -5 Pin PTH</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -20 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:20</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>6 pin Serial Target - Right Angle SMT</h3> +Package for devices meant to mate to an FTDI connector. +<p> tDocu shows pin location. +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>6_Pin_Serial_Target</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +TXO +RXI +VCC +DTR +GND +CTS +GRN +BLK + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Shrouded Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://sullinscorp.com/catalogs/145_PAGE118_.100_SBH11_SERIES_MALE_BOX_HDR_ST_RA_SMT.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<h3>SMTSO-256-ET Flush Mount Nut</h3> +.165 drill +<br> +Fits 4-40 Screws. +<p>Specifications: +<ul><li>Pin count: 1</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_01</li> +</ul></p> + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -7 Pin No Silk</h3> +<p>Specifications: +<ul><li>Pin count:7</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_07</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole -8 Pin Locking Female Headers</h3> +Holes are offset 0.005" to hold pins in place during soldering. +<p>Specifications: +<ul><li>Pin count:8</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”https://cdn.sparkfun.com/datasheets/Prototyping/SP-140520-XX-001.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_08</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>ARM Cortex Debug Connector (10-pin)</h3> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.05"</li> +</ul></p> +<p><a href="https://www.samtec.com/ftppub/cpdf/FTSH-1XX-XX-XXX-DV-XXX-MKT.pdf">Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CORTEX_DEBUG</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Plated Through Hole - 6 Pin</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Electrically Conductive Pad 0.02" Square</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.02" x 0.02"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.03" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.03" x 0.03"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.05" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.05" x 0.05"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Pad 0.04" Circle</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area: 0.04" x 0.04"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + +<h3>Electrically Conductive Via 0.015" Drill</h3> +Used as a test point connection for pogo pins or other debugging tools. +<p>Specifications: +<li>Area:0.015"</li> +</ul></p> +<p>Example device(s): +<ul><li>TEST_POINT</li> +</ul></p> + + + + +<h3>Right Angle -1/4" Stereo Jack</h3> +<p>Specifications: +<ul><li>Pin count: 6</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>AUDIO_JACK_TRS_0.25"_PTH_RA</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>DIN5/180 Connector - Right Angle Female</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>DIN5</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DIN-5 +BOARD EDGE +>NAME +>VALUE + + +<h3>Plated Through Hole -14 Pin No Silk outline</h3> +<p>Specifications: +<ul><li>Pin count:14</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_14</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver Footprint w/ Edison Outline</h3> +Package can be used as basic guideline for creating Edison-mating daughter boards. +<br>Includes keepout area for antenna. +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF30C-70DP-0.4V(51) Receiver</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Hirose DF40C-70DP-0.4V(51) Plug</h3> +<p>Specifications: +<ul><li>Pin count:70</li> +<li>Pin pitch: 0.4mm</li> +</ul></p> +<p><a href=”http://media.digikey.com/pdf/Data%20Sheets/Hirose%20PDFs/DF40C-70DP-0.4V(51).pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>EDISON_FULL_CONNECTOR</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value +Pressed +Locked +Unlocked + + +2 pin poke-home connector + +part number 2062-2P from STA + + + + + + + + +>NAME +>VALUE +BOARD EDGE + + +<h3>USB - microB SMD Reduced Paste</h3> + 70% paste area under D+ D- USBID pins for applications where those pins aren't required, to reduce the likelihood of bridges. +<p>Specifications: +<ul><li>Pin count:5</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Micro-USB.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>USB_MICRO-B</li> +</ul></p> +PCB Front + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole -10 Pin Locking Footprint - NO SILK</h3> +Holes are offset 0.005" to hold pins in place while soldering. +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_10</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<h3>JST 3 Pin Right Angle Plated Through Hole &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count:3</li> +<li>Pin pitch:2mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/ePH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + ++ +- +S +>NAME +>VALUE + + +<h3>Screw Terminal 3.5mm Pitch -3 Pin PTH &ndash; NO SILK</h3> +<p>No silkscreen outline. tDoc layer (51) indicates connector footprint.</p> +<p>Specifications: +<ul><li>Pin count: 3</li> +<li>Pin pitch: 3.5mm/138mil</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/Prototyping/Screw-Terminal-3.5mm.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Qwiic connector with milled cutout. Sliding the cable into this slot prevents the cable from coming unplugged. + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<h3>JST SH Vertical 6-Pin SMT</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch: 1 mm</li> +</ul></p> +<p><a href=”https://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>JST_6PIN_VERTICAL</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + +<h3>Micro B USB Plug Assembly - Straight Through-hole</h3> +<b>**UNPROVEN**</b><Br> +See Digikey part #H11497-ND + + + + + + + + + + + +>Name +>Value + + +<h3>USB Micro-B Plug Connector</h3> +Manufacturer part #: ZX80-B-5SA<br> +Manufacturer: Hirose<br><br> +<b>***Unproven***</b> (Passed 1:1 printout test though!) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PCB Front +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3>Surface Mount - 2x20 Header</h3> + +Reversed pinout to match Raspberry Pi male header pinout when coupled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +uSD +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x5 ARM Cortex Debug Connector (10-pin)</h3> +<p>tDoc (51) layer border represents maximum dimensions of plastic housing.</p> +<p>Specifications: +<ul><li>Pin count:10</li> +<li>Pin pitch:1.27mm</li> +</ul></p> +<p><a href=”http://portal.fciconnect.com/Comergent//fci/drawing/20021111.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_05x2</li> +</ul></p> + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>LuMini Ring Solder Pads</h3> +<p>Specifications: +<ul><li>Pin count: 2</li> +<li>Pin pitch: .8 in</li> +<li>Area: .4 x 1 in.</li> +</ul></p> + + + + +LuMini Pad + + + + +<h3>XLR-3 Connector - Package for the NC3MAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1429/Drawing+NC3MAAH-1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + +<h3>XLR-3 Connector - Package for the NC3FAAH-1 XLR-3 Connector</h3> +<p>Specifications: +<ul><li>Pin count: 5</li> +<li>Area: 1 x .7 in</li> +</ul></p> +<p><a href=http://www.neutrik.us/zoolu-website/media/download/1389/Drawing+NC3FAAH1>Datasheet referenced for footprint</a></p> + + + + +Front Edge +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This is a 40-pin FPC connector supplied by Atom. SparkFun SKU is +CONN-14082 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Insert This Side + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>24-Pin FPC/FFC Connector - 0.5mm pitch</h3> +<p>Digikey: 609-4320-2-ND</p> +<p><a href=https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10112793.pdf>Datasheet</a></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +Board Edge +Clearance Area + + + + + + +Bottom Parts Only + + +Shrouded SMD connector for JTAG and SWD applications. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Vertical Qwiic Connector</h3> + +<p>Physical and Electrical Charactersistics</p> +<ul> +<li>Voltage Rating: 50V</li> +<li>Current Rating 1.0A</li> +<li>Contact Resistance: 20 milliohms</li> +<li>ROHS Compliant</li> +<li>SMD Pitch: 1mm</li> +<li>Small pad size: .6mm x 1.55mm</li> +<li>Large pad size: 1.2mm x 2.0mm</li> +<li></li> +<li></li> +</ul> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch: 1.27mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Small PTH Hole</h3> + +<p>Characteristics</p> +<ul> +<li>Single through hole</li> +<li>Diameter: .02"</li> +</ul> + + + +<h3>Wurth Nano-SIM Holder &ndash; 693043020611</h3> +<a href=http://katalog.we-online.de/em/datasheet/693043020611.pdf>Datasheet</a> + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +Nano SIM CARD +Clear area needed +for card insertion + + + + + + + + + + + + + + + + + + + + + +INSERT + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 6 Pin SMD Female Header - Combined Footprint</h3> + +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint:</a></p> +<p>Example device(s): +<ul><li>CONN_06</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MOLEX 5051101292 + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 4 Pin No Silk Outline</h3> +<p>Specifications: +<ul><li>Pin count:4</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +AUDIO +HDMI +CAMERA +DISPLAY +USB +USB +USB +ETHERNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + +<h3>Plated Through Hole - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +MALE +FEMALE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + +Manufacturer: How Der Electronic Co. +Part Number: HA-522 + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +<h3>2 Pin Screw Terminal - 6.35 mm</h3> +300VAC-30A Screw Terminal +<p>Specifications: +<ul><li>Pin count:2</li> +<li>Pin pitch: 6.35 mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_02</li> +</ul></p> + + + + + + + + + + + +24 Pin FPC 0.5mm with contacts both sides. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Alt</h3> +Alternate pin configuration +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/femaleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Femal SMD Combined</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Female SMD Combined No Connect</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 12 Pin Vertical Male</h3> +<p>Specifications: +<ul><li>Pin count: 12</li> +<li>Pin pitch: 0.1"</li> +</ul></p> +<p><a href=”http://cdn.sparkfun.com/datasheets/Prototyping/maleSMDheader.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_12</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD - 4 Pin Vertical Connector</h3> +<p>Specifications: +<ul><li>Pin count:5</li> +<li>SMD Pad count:10</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_05</li> +</ul></p> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 4 Pin Right Angle SMT</h3> +<p>Specifications: +<ul><li>Pin count: 4</li> +<li>Pin pitch: 2mm</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_04</li> +</ul></p> + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +<h3>Plated Through Hole - 2x20 Right Angle Header</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</p> +<p>Shroud Specifications +<ul> +<li>56.08mm x 8.5mm x 6.0mm +<li> +<li> +</ul> +</p> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>SMD - 2x20</h3> +<p>Specifications: +<ul><li>Pin count:40</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p>Example device(s): +<ul><li>CONN_20x2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Surface Mount - 2x3 Male Header with Keying Posts</h3> +<p>Specifications: +<ul><li>Pin count:6</li> +<li>Pin pitch:0.1"</li> +</ul></p> +<p><a href=”http://www.4uconnector.com/online/object/4udrawing/15881.pdf”>Datasheet referenced for footprint</a></p> +<p>Example device(s): +<ul><li>CONN_03x2</li> +</ul></p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>ATX24 Pin Power Supply Connector</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> 3 pin Basic Audio Jack</p> + + + + + + + +>NAME +>VALUE +L +R + + + + + + +<h3> Audio Jack </h3> +<p> Basic Audio Jack with bypass switches</p> + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. + + + + +>NAME +>VALUE +MOSI +RST +SCK +MISO +VCC +GND + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> + + + + +>NAME +>VALUE +MOSI +RESET +SCK +MISO +VCC +GND +GND +GND +GND + + + + + + + + + + +NC + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> + +>NAME +>VALUE + + + +<h3>Battery</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>BNC Connector</h3> +2 pin connection + + +>NAME +>VALUE +GND +OUT + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + + + + +>NAME +>VALUE + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the connector for the PSP touch screen. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + + + + +>NAME +>VALUE + + + + + + +<h3>EB-85A Connector</h3> +Connector for the EB-85A/FV-M8 GPS receiver. + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Six pin connection for the EM406 GPS module. + + + + +>NAME +>VALUE + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the 5 pin connector for the EM408 GPS receiver. + + + + +>VALUE +>NAME + + + + + + + +<h3>6 Pin Connection</h3> + + + + + + + + + + +>VALUE +>NAME + + + + + + + + +<h3>1 Pin Connection</h3> + + + + + +>VALUE +>NAME + + + +<h3>2 Pin Connection</h3> + + + + + + +>VALUE +>NAME + + + + +<h3>3 Pin Connection</h3> + + + + + + + +>VALUE +>NAME + + + + + +<h3>4 Pin Connection</h3> + + + + + + + + +>VALUE +>NAME + + + + + + +<h3>8 Pin Connection</h3> +4x2 pin layout + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>5 Pin Connection</h3> + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3>10 Pin Connection</h3> +5x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 7 Pin Connection</h3> + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + +<h3> 8 Pin Connection</h3> + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + +<h3>16 Pin Connection</h3> +2x8 pin layout + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 9 Pin Connection</h3> + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + +<h3> 10 Pin Connection</h3> + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> +10x2 pin layout + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 11 Pin Connection</h3> + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + +<h3> 12 Pin Connection</h3> + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + +<h3> 13 Pin Connection</h3> + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + +<h3> 14 Pin Connection</h3> + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3> 15 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + +<h3> 16 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + +<h3> 17 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + +<h3> 18 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + +<h3> 19 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + +<h3> 20 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 25 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 27 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 29 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 30 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 40 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + +<h3> 24 Pin Connection</h3> + +12x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> 52 Pin Connection</h3> +26x2 pin layout + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + +Org +Blu +Brn +W/Grn +Grn + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>NAME + + +<h3>USB A/B - with Shield Pins</h3> +<p>USB connector for type-A and type-B connectors. Includes shield pins broken out. </p> + + + +USB + + + + + +>NAME +>VALUE + + + +<h3>USB - 5 pin</h3> +<p>5 pin USB connector: VBUS, GND, D+, D-, ID </p> +<p>Includes 4 pins for shield connections </p> + + + +USB + + + + + + +>VALUE + +>NAME + + + + + + +>NAME +>VALUE + + + + + + +SHIELD +VCC +D- +D+ +ID +GND + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Value +>Name + + + + + +OPEN WHEN +CONNECTED + + +<h3>USB Type AB</h3> +<p>Capable of OTG. +<br>5-pins: USBVCC, GND, D+, D-, USBID</p> + + + +USB AB + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +>Name + + +>Value + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + +<h3> Audio Jack </h3> +<p> Audio Jack with TRRS</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<h3>6 Pin Connection</h3> +3x2 pin layout + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME + + +<h3> 26 Pin Connection</h3> +13x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<h3> 23 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + +<h3> Binding Post</h3> +Single connection binding post + + +>NAME +>VALUE + + +<h3>12 Pin Connection</h3> +6x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> + + + + + + + + +>VALUE +>NAME + + + + +SDA +VCC +GND +SCL + + +<h3> 40 Pin Connection</h3> +20x2 pin layout + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connection</h3> +<p></p> + + + + + + +>VALUE +>NAME + + + + +<h3>Cortex Debug Connector</h3> +<p><a href="http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf">Datasheet</a></p> + + + + + + + + + + + + + + +>Name +>Value + + + + +>Name +>Value + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER ANALOG SENSOR + + + + + + + + + + + + +>VALUE +>NAME + + + + + + +VERNIER DIGITAL SENSOR + + +<h3> Audio Jack </h3> +<p> 1/4" TRS Jack - with normals on each conductor</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +T +R + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. + + + + + + +>NAME +>VALUE + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector used on the SparkFun Edison Blocks and the Intel &reg; Edison. +<p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + +>NAME +>Value + + + + + + + + + + + + +>NAME +>VALUE +SHIELD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<h3> 24 Pin Connection</h3> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + + + +>NAME +>VALUE + + +<h3>USB - C 16 Pin</h3> +Exposes the minimal pins needed to implement a USB 2.x legacy device. + + + +USB-C +>VALUE + +>NAME + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>VALUE +>NAME + + + + +4-Pin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +LED COL1 / ADC +PAD 0 / ADC +LED COL2 / ADC +BUTTON A +LED COL9 +LED COL8 +PAD1 / ADC +GPIO +>VALUE +LED COL7 +LED COL3 / ADC +BUTTON B +PAD2 / ADC +SPI1 MOSI +I2C1 SCL +GND +I2C1 SDA +3.3V +SPI1 MISO +SPI1 SCK +GPIO +GPIO +>NAME + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE +>NAME + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - TARGET SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +It is used to mate with our FTDI Basic serial programmers using the Arduino IDE. + +<p></p> +<b>Note, this device has "TARGET" in the name.</b> It is intended to be used on a design that contains a target micro-controller that you wish to program. + +<p></p> +<b>The "sister" device, named "CABLE"</b> is inteneded to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>You can populate with some of these:</b> +<p><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</p> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX24 Pin Power Supply Connector - Right Angle PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It's massive, but provides many amps of power at 5V and 12V.</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/10618”>SparkFun Power Driver Shield Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p>2.5mm variants of PTH and SMT audio jacks.</p> +<p>SparkFun Products: +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack</h3> +<p> 3.5mm variants of PTH and SMT stereo audio jack with bypass switches.</p> +<p>SparkFun Products: +<ul><li><a href=”[https://www.sparkfun.com/products/11177]”>SparkFun SparkPunk Sound Kit </a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/13720”>MP3 Trigger</a> -3.5mm SMD</li> +<li><a href=”https://www.sparkfun.com/products/11888”>SparkFun PicoBoard</a>- 2.5mm SMD</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR ISP 6 Pin</h3> +<p>This is the reduced ISP connector for AVR programming. Common on Arduino. This footprint will take up less PCB space and can be used with a 10-pin to 6-pin adapter such as SKU: BOB-08508</p> + +<p><b>**Special note about "TEST_POINT" package.</b> The stop mask is on the top side, so if you want your programming test points to be on the bottom of your board, make sure to place this package on the bottom side of the board. This also ensure that the orientation to program from the bottom side will be correct.</p> + +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11591">SparkFun ISP Pogo Adapter</a> - NS</li> +<li><a href="https://www.sparkfun.com/products/11801">Tiny AVR Programmer</a> -PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>AVR 10-pin ICSP Header</h3> +<p>This is the standard AVR In Circuit Serial Programming header. Minimal, but includes pin one indicator. Works with standard Olimex programmers. </p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/778">2x5 AVR ICSP Male Header</a> - PTH</li> +<li><a href=”https://www.sparkfun.com/products/8506”>2x5 Pin Shrouded Header</a> - PTH2</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Through-hole Banana Jack</h3> +<p>Basic PTH connection for banana jack plugs</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/retired/10956">Multimeter Kit</a></li> +<li><a href="https://www.sparkfun.com/products/retired/509">Banana to Alligator Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/508">Banana to Alligator Coax Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/507">Banana to Banana Cable</a></li> +<li><a href="https://www.sparkfun.com/products/retired/506">Banana to IC Hook Cables</a></li> +</ul></p> + + + + + + + + + + + + + + + +<h3>9V Battery Holder - PC Mount</h3> +<p>Standard and Kit footprints included</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11177">SparkFun SparkPunk Sound Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/12707”>SparkFun SparkPunk Sequencer Kit</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>BNC Right Angle Connector</h3> +<p>Mouser Part# 5227161</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/10550”>BNC Connector - Right Angle</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + +<h3>DB9 Connector</h3> +Standard DB9 (D-Sub 9) serial connector. Can be used for CAN bus as well as RS485 and RS232. Footprint production proven. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/429"> 9 Pin Female Serial Connector - PCB Mount</a> (PRT-00429)</li> +</ul> + +<p></p> +<b>This connector has been used on the following SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/449">SparkFun RS232 Shifter - SMD</a> (PRT-00449)</li> +<li><a href="https://www.sparkfun.com/products/8780"> SparkFun RS232 Shifter SMD (No DB9)</a> (PRT-08780)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Mini-DIN7 Connector</h3> +Through-hole MiniDIN 7 connector. Commonly used with Roomba products. Don't confuse this with DIN-6, which is commonly used on oldschool keyboards and mice. + +<p></p> +<b>Here is the female version connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/696"> MiniDIN 7-Pin Connector</a> (PRT-00696)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4-pin PSP touch screen connector</h3> +This is the SMD connector for the PSP touch screen. 4-pin right angle good, friction fit connector with 1 mm pitch. + +This connector is compatible with the PSP Touch Screen NOT the Sharp Color 24-Bit LCD. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13631">SparkFun Nintendo DS Screen Kit</a> (LCD-13631)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>EB-85A Connector</h3> +Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8297">Connector Horizontal SMD for EB-85A</a> (GPS-08297)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EB-85A-Connector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM406 GPS Connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>EM-408 GPS receiver connector</h3> +This is the mating connector for the EM408 GPS receiver. The EM408 connects to the board via a cable. Note, this connector footprint does not include the outline of the receiver. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8288">Connector Vertical SMD for EM408</a> (GPS-08288)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM408-SMDConnector.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was also used on this SparkFun product:</b> +<ul> +<li> This connector is not on any currently live products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + +<p></p> +<b>Special note:</b> You should include the "EM408_Outline" device in your schematic if you are to use the EM408 in your design. + + + + + + + + + + + + + + + + + + + + + + +<h3>6-pin header connection for use with the "FTDI BASIC" pinout - CABLE SIDE.</h3> +<p></p> + +<h3>Also known as "Arduino Serial Program Header".</h3> +<p></p> + +This is used on a design to provide a 6-pin connection point for serial communication usually from a USB cable (D+/D-) to these headers (RX/TX). It also has the remaining pins necessary for programming in the Arduino evironment (DTR, GND, and sometimes VCC). + +<p></p> +<b>Note, this device has "CABLE" in the name.</b> It is intended to be used on a design that usually lives on the end of your USB cable and prvides the converter chip (FTDI232 or FTDI231x) to commnicate serial RX/TX. + +<p></p> +<b>The "sister" device, named "TARGET"</b> is inteneded to be used on a design that contains a target micro-controller that you wish to program. +<p></p> +<b>You can populate with some of these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +</ul> +<p></p> +For reference (or to suit your programming needs) check out these designs: +<ul> +<li><a href="https://www.sparkfun.com/products/9716"> SparkFun FTDI Basic Breakout - 5V</a> (DEV-09716)</li> +<li><a href="https://www.sparkfun.com/products/9873"> SparkFun FTDI Basic Breakout - 3.3V</a> (DEV-09873)</li> +<li><a href="https://www.sparkfun.com/products/12935"> SparkFun FTDI SmartBasic</a> (DEV-12935)</li> +<li><a href="https://www.sparkfun.com/products/13746"> SparkFun Beefy 3 - FTDI Basic Breakout</a> (DEV-13746)</li> +</ul> + + + + + + + + + + + + + + + + + + + + +<h3>Single connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> +<p></p> + +<p></p> +On any of the 0.1 inch spaced packages, you can populate with these: +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<p></p> +</ul> +<p></p> +This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads. +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +SMTSO-256-ET is a "flush mount" nut for a 4-40 screw. We mostly use this on specialty testbeds; it is a nice way to connect hardware to your PCB at an adjustable hieght. +<p></p> +Also note, the SNAP packages are for using a snappable style connector. We sell a baggie of snaps and they are also used on two LilyPad designs: +<ul> +<li><a href="https://www.sparkfun.com/products/11347"> Snap Assortment - 30 pack (male and female)</a> (DEV-11347)</li> +<li><a href="https://www.sparkfun.com/products/10941">LilyPad Arduino SimpleSnap</a> (DEV-10941)</li> +<li><a href="https://www.sparkfun.com/products/10940"> LilyPad SimpleSnap Protoboard</a> (DEV-10940)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> + + Molex polarized connector foot print use with: PRT-08233 with associated crimp pins and housings.<br><br> + +2.54_SCREWTERM for use with PRT-10571.<br><br> + +3.5mm Screw Terminal footprints for PRT-08084<br><br> + +5mm Screw Terminal footprints for use with PRT-08432 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/13875"> Stackable Header - 3 Pin (Female, 0.1")</a> (PRT-13875)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08232 with associated crimp pins and housings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<h3>For AVR SPI programming port, see special device with nice symbol: "AVR_SPI_PROG_5x2.dev"</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/778"> 2x5 AVR ICSP Male Header</a> (PRT-00778)</li> +<li><a href="https://www.sparkfun.com/products/8506"> 2x5 Pin Shrouded Header</a> (PRT-08506)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 5x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8535"> 2x5 Pin IDC Ribbon Cable</a> (PRT-08535)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9280"> Arduino Stackable Header - 6 Pin</a> (PRT-09280)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/9279"> Arduino Stackable Header - 8 Pin</a> (PRT-09279)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check this:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13156"> Header - 2x8 (Male, 0.1")</a> (PRT-13156)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +<li><a href="https://www.sparkfun.com/products/11376"> Arduino Stackable Header - 10 Pin</a> (PRT-11376)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note about the "SPECIAL" package:</b> +<p></p> +This was SPECIALLY designed to be used with our Graphic LCD Backpack. Be sure you want to use this! It is not only staggered on each line of header holes, but IT IS ALSO offset of the center point of the top and bottom lines by 5 mil. This causes the headers to lock into place on the "standard" footprint on the LCD screen. The extra squares on the tdocu layer are there simply to reference other pins (if you were to actually populate a longer header than ten long - this is what we do with the backpacks). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. +<p></p> +<b> Note about LOCK SPECIAL package:</b> +<p></p> +This is just like the LOCK variant in that the holes are staggared by 5 mil, but except for the last two holes. They are not altered from the "standard" footprint layout. This is used for a special purpose on the layout of our Graphic LCD Backpack. Make sure you want to use this device before selecting it for you project! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>MAGJACK: RJ-45 with LEDs</h3> +This is a single port, RJ45 ethernet jacks with built in transformer (magnetics), status LEDs, and shielding. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/MagJack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>PoE compatible MagJack</h3> +This is a simple RJ45 PoEthernet MagJack connector that can help connect you to the Internet with the ability to provide power. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/13606">RJ45 PoE MagJack</a> (PRT-13606)</li> +</ul> + +<p></p> +<b>Note:</b> +<ul> +<li> This connector is not on any currently live SparkFun products, however it has been used on previously reitred products, so the package is proven.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>OBD-II Connector</h3> +OBDII is an on board diagnostics standard that is used on a large variety of cars. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9911">OBD-II connector</a> (DEV-09911)</li> +<li><a href="http://pinoutsguide.com/CarElectronics/car_obd2_pinout.shtml">Info and Pinout</a> (sorry, no datasheet)</li> +</ul> + +<p></p> +<b>We do not use this connector on any active designs, however, if you're looking for OBDII tech, please check out these:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=obd">SparkFun OBD related products</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ISCP Programming connector for PICs</h3> +This 6 pin header contains all the lines necessary for programming most PIC microcontrollers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8094">Polarized Connectors - Header (6-Pin)</a> (PRT-08094)</li> +</ul> +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11703">SparkFun UDB5 - PIC UAV Development Board</a> (DEV-11703)</li> +</ul> +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PIC-ICSP-Mini</b> +Miniature 5-pin connection for temporary programming of PICs. Use this device in your design to save space. + + +<h3>Miniature ISCP Programming connector for PICs</h3> +This 5 pin header contains all the lines necessary for programming most PIC microcontrollers. Use this device in your design to save space. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11264">5-Pin Mini ICSP Connector</a> (PRT-11264)</li> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/762">USB Bit Whacker - 18F2553 Development Board</a> (DEV-00762)</li> +<li><a href="https://www.sparkfun.com/products/258">SparkFun Serial Enabled LCD Backpack</a> (LCD-00258)</li> +</ul> + +<p></p> +<b>Also, if you need a nice PIC programmer, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9973">MPLAB PICkit 3</a> (PGM-09973)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Power Jack Connector</h3> +This is the standard 5.5mm barrel jack for power.<br> +The PTH is the most common, proven, reliable, footprint.<br> +The Slot footprint only works if the mill layer is transmitted to the PCB fab house so be warned.<br> + +<p></p> +<b>Here are the connectors we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/119">DC Barrel Power Jack/Connector</a> (PRT-00119)</li> +<li><a href="https://www.sparkfun.com/products/12748">DC Barrel Power Jack/Connector (SMD)</a> (PRT-12748)</li> +<li><a href="https://www.sparkfun.com/products/10811">DC Barrel Jack Adapter - Breadboard Compatible</a> (PRT-10811)</li> +</ul> + +<p></p> +<b>It is used on this SparkFun product (and many, many others):</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12757">SparkFun RedBoard - Programmed with Arduino</a> (DEV-12757)</li> +</ul> + +<p></p> +<b>Also, if you need a mating power supply or connector, please check these out:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/298">Wall Adapter Power Supply - 9VDC 650mA</a> (TOL-00298)</li> +<li><a href="https://www.sparkfun.com/products/10287">DC Barrel Jack Adapter - Male</a> (PRT-10287)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the PlayStation Portable (PSP) screen ribbon cable</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8335">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8355">Color 24-Bit LCD 4.3" PSP Connector</a> (LCD-08355)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSP-Connector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>4 pin Connector for the Color 24-Bit LCD 4.3" Play Station Portable (PSP) Touch Screen</h3> +We no longer sell the <a href="https://www.sparkfun.com/products/retired/8448">screens</a>, however we do still sell the connector. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9104">Color 24-Bit LCD 4.3" PSP Touch Screen Connector</a> (LCD-09104)</li> +<li><a href="http://www.sparkfun.com/datasheets/LCD/PSPTouchConnector.pdf">Datasheet</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>RJ11 Jack - 6 pin</h3> +Commonly found on CAT3 devices and some Microchip programmers. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/132">RJ11 6-Pin Connector</a> (PRT-00132)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RJ11-Datasheet.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li><a href="https://www.sparkfun.com/products/8942">Weather Meters</a> (SEN-08942)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RJ45 Jack - 8 pin</h3> +Simple RJ45, 8-pin connection. Commonly used for Cat5, Cat5e, and Cat6 Ethernet cables. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/643">RJ45 8-Pin Connector</a> (PRT-00643)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/04908.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/716">SparkFun RJ45 Breakout</a> (BOB-00716)</li> +</ul> + +<p></p> +<br></br> +Note, you may also be interested in the "MAGJACK" version of this. It is basically a RJ45 connector, but also has some status LEDs built into the connector housing. You can check that out in this library at the device named "MAGJACK.dev" and see these products online:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8534">RJ45 Ethernet MagJack-Compatible</a> (PRT-08534)</li> +<li><a href="https://www.sparkfun.com/products/13021">SparkFun RJ45 MagJack Breakout</a> (BOB-13021)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Connector for the ScreenKey</h3> +This is a tiny, locking 14-pin FPC/FFC connector that mates with the TFT ScreenKeys and their displays. These connectors require a really minimal amount of force to close, which is great for the delicate wires they’re designed for. +<br></br> +<br></br> +Unfortunately, we no longer sell the <a href="https://www.sparkfun.com/products/retired/9366">ScreenKey TFT128</a> or the <a href="https://www.sparkfun.com/products/retired/9380">TFT128 Display</a>, however we do still sell the connector. + + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9586">ScreenKey Mating Connector</a> (PRT-09586)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/PRT-09586-e58605370.pdf">Datasheet</a> (FH12-14S-0.5SH)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SIM Cellular Card Socket</h3> +<p>SMT 6 pin standard connection. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/548”>SIM Socket</a></li> +<li><a href="https://www.sparkfun.com/products/13120">SparkFun Cellular Shield - MG2639</a></li> +<li><a href=”https://www.sparkfun.com/products/573”>SparkFun SIM Card Socket Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>USB type Mini-B Connector</h3> +<p>Breaks out 5th pin, and includes shield pins if needed.</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/9716”>SparkFun FTDI Basic Breakout</a></li> +<li><a href="https://www.sparkfun.com/products/11812”>SparkFun XBee Explorer USB</a></li> +<li><a href=”https://www.sparkfun.com/products/12757”>SparkFun Redboard</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type Micro-B Connector</h3> +<p>Male/female and PTH/SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/12035”>SparkFun microB USB Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/10031”>SparkFun USB microB Plug Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ZIF Socket 28-Pin 0.3"</h3> +<p>Lever-action ZIF socket for 28-pin ICs</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/9175">ZIF Socket 28-Pin</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RCA Jack connector</h3> +This is a right angle RCA jack connecotr. Commonly used for video or audio. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8631">RCA Jack</a> (PRT-08631)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/RCA-Jack.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is not used on any active designs, however it was used on a couple retired products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8826">RCA Jack Breakout [RETIRED]</a> (PRT-08826)</li> +<li><a href="https://www.sparkfun.com/products/9168">SparkFun On Screen Display Breakout - MAX7456 [RETIRED]</a> (BOB-09168)</li> +</ul> + +<p></p> +<b>You may also be interested in a cable:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11573">RCA Video Cable - 6'</a> (CAB-11573)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SD Memory Card Connector (standard "large" size)</h3> +Push-push normal type, CD enable, WP enable. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12769">SD/MMC Socket</a> (PRT-12769)</li> +<li><a href="https://cdn.sparkfun.com/datasheets/Prototyping/19608.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12941">SparkFun SD/MMC Card Breakout</a> (BOB-12941)</li> +<li><a href="https://www.sparkfun.com/products/11468">SD Sniffer</a> (TOL-11468)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>myDAQ</h3> +This connecotr is used in the National Instruments myDAQ measurement and control tool ecosystem. Learn more at the <a href="http://www.ni.com/mydaq/">myDAQ website</a>. The connector is a 20pin 3.81mm spaced Female Right Angle Terminal Block (PTH). + +<p></p> +<b>Sorry, we do not sell the connector as an individual part at SparkFun, howere here is a link to the datasheet:</b> +<ul> +<li><a href="http://www.4uconnector.com/online/object/4udrawing/10458.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10705">SparkFun myDAQ Protoboard Kit</a> (DEV-10705)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type AB Micro Connector</h3> +<p>OTG-compatible. 5 pins, 3 shield pins</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13613”>IOIO-OTG</a></li> +<li><a href=”https://www.sparkfun.com/products/13664”>SparkFun SAMD21 Mini Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> + +<p></p> +<b>You can populate with any combo of single row headers, but if you'd like an exact match, check these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12807"> Header - 2x3 (Male, 0.1")</a> (PRT-12807)</li> +<li><a href="https://www.sparkfun.com/products/13010"> Header - 2x3 (Female, 0.1")</a> (PRT-13010)</li> +<li><a href="https://www.sparkfun.com/products/10877"> 2x3 Pin Shrouded Header</a> (PRT-10877)</li> +</ul> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b>Special note: the shrouded connector mates well with our 3x2 ribbon cables:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/10651"> Ribbon Crimp Connector - 6-pin (2x3, Female)</a> (PRT-10651)</li> +<li><a href="https://www.sparkfun.com/products/10646"> Ribbon Cable - 6 wire (15ft)</a> (PRT-10646)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack - 3.5mm TRRS (SMD)</h3> +<p>This is a 3.5mm TRRS SMD audio jack. +<br>TRRS connectors are the audio-style connectors that you see on some phones, MP3 players and development boards. +<br>TRRS stands for “tip, ring, ring, sleeve,” which reflects that this has three conductors and a ground. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/12639”>Audio Jack</a></li> +<li><a href="https://www.sparkfun.com/products/12968">mbed Starter Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/11570>SparkFun TRRS 3.5mm Jack Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + +<h3>JST 2MM MALE RA CONNECTOR</h3> +Two pin, compact surface mount connector. Commonly used as a battery input connection point. We really like the solid locking feeling and high current rating on these small connectors. We use these all the time as battery connectors. Mates to single-cell LiPo batteries. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/8612">JST Right Angle Connector - White</a> (PRT-08612)</li> +<li><a href="http://www.sparkfun.com/datasheets/Prototyping/Connectors/JST-Horizontal.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11214">SparkFun MOSFET Power Controller</a> (PRT-11214)</li> +<li><a href="https://www.sparkfun.com/products/13777">SparkFun Battery Babysitter - LiPo Battery Manager</a> (PRT-13777)</li> +<li>And many, many others that required a lipo battery connection.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin vertical connector</h3> +Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not the standard JST type connectors we use on most of our boards, but are actually the much smaller JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/579">JST SH Vertical 6-Pin Connector - SMD</a> (GPS-00579)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11818">SparkFun GPS Breakout</a> (BOB-11818)</li> +<li><a href="https://www.sparkfun.com/products/12081">SparkFun Weather Shield</a> (DEV-12081)</li> +<li>And many, many other GPS related products.</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Binding Post</h3> +<p>The component itself has an threaded, insulated body that goes through the board, with a small threaded metal stud coming off the back. +<p> The intent of this package is that the post goes through a milled obling hole, and a small wire would be used to connect from the PCB pad to the metal contact on the post. +</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13006”>SparkFun Decade Resistance Box</a></li> +<li><a href=”https://www.sparkfun.com/products/12867”>SparkFun Benchtop Power Board Kit</a></li> +<li><a href=”https://www.sparkfun.com/products/9739”>Binding Post - Red</a></li> +<li><a href=”https://www.sparkfun.com/products/9740”>Binding Post - Black</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Pinout Header</h3> +<p>SparkFun has standardized on a pinout for all I<sup>2</sup>C based sensor breakouts.<br> +<br> +This pinout allows I<sup>2</sup>C boards to be plugged directly into the headers on Arduino Uno compatible boards, and +to be daisy chained easily.</p> +<p><b>Example SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13676">SparkFun Atmospheric Sensor Breakout - BME280</a></li> +<li><a href=”https://www.sparkfun.com/products/11084”>SparkFun Altitude/Pressure Sensor Breakout - MPL3115A2</a></li> +<li><a href=”https://www.sparkfun.com/products/12785”>SparkFun TOF Range Finder Sensor - VL6180</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Battery Connectors</h3> +<p>Various footprints for battery connections</p> +<p>SparkFun Products: +<ul><li><a href="https://www.sparkfun.com/products/11864">Deans Connector -M/F Pair</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun Test Points</h3> +<p>Bare copper test points for troubleshooting or In-Circuit-Testing. These are used by our Production team for verifying production board runs using pogo-pins on test beds.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13284”>SparkFun LSM9DS1 Breakout</a></li> +<li><a href=”https://www.sparkfun.com/products/13714”>SparkFun PSOC</a></li> +<li><a href="https://www.sparkfun.com/products/13879">SparkFun Load Cell Amplifier</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTA (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12753”>British Telecom Connector - BTA (female)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + +<h3>British Telecom Connector - BTD Digital (female)</h3> +<p>This device is useful when designing a project that uses any of the analog sensors in the Vernier ecosystem (sensors and/or controllers)</p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/12858"> SparkFun Vernier Interface Shield</a> (DEV-12858)</li> +<li><a href=”https://www.sparkfun.com/products/12754”>British Telecom Connector - BTD (female)</a></li> +</ul></p> + + +<p></p> +<b> More information about the Vernier ecosystem can be found here:</b> +<ul> +<li><a href="http://www.vernier.com/engineering/arduino/"> http://www.vernier.com/engineering/arduino/</a></li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>Audio Jack, 1/4" TRS jack, horizontal, PTH, aka "Phono jack"</h3> +<p></p> + +<p></p> +<b>Find the connector here:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11144"> Audio Jack - 1/4" Stereo (right angle)</a> (COM-11144)</li> +<li><a href="http://cdn.sparkfun.com/datasheets/Components/General/JP-611%20DD.jpg">Datasheet</a></li> +<li>Note, although the datasheet and physical part are slightly different, this footprint was proven to mate well on the Proto Pedal.</li> +<p></p> +</ul> +<p></p> +<b>This device is used on these SparkFun Products: </b> +<ul> +<li><a href="https://www.sparkfun.com/products/13005">SparkFun TRS Jack Breakout - 1/4" Stereo</a> (BOB-13005 )</li> +<li><a href="https://www.sparkfun.com/products/13124"> SparkFun Proto Pedal - sorry bad link - product comming soon!</a> (PRT-13124)</li> +<p></p> +</ul> + + + + + + + + + + + + + + + + + + + + + + + +<h3>DIN5 Connector - Female Right Angle (frequently used as a MIDI Jack connector)</h3> +This type of connector and cable is frequently used for transmitting midi data (musical instrument digital interface). It is what you usually see on a keyboard or set of electronic drums. Learn more <a href="https://en.wikipedia.org/wiki/MIDI">here</a>. +<br></br> +<br></br> + +For more information on the pinout and electrical specifications of MIDI communications, please see the following resource: + +<a href="https://www.midi.org/specifications/item/midi-din-electrical-specification">https://www.midi.org/specifications/item/midi-din-electrical-specification</a> + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/9536">MIDI Connector - Female Right Angle</a> (PRT-09536)</li> +<li><a href="hhttp://www.sparkfun.com/datasheets/Prototyping/Connectors/MIDI-RA.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It is used on this SparkFun product:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/12898">SparkFun MIDI Shield</a> (DEV-12898)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + +<h3>USB-A Connector</h3> +<p>Male and female variants, as well as PTH and SMT variants</p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/11697”>SparkFun XBee Explorer Dongle</a> PTH Male</li> +<li><a href=”https://www.sparkfun.com/products/12924”>SparkFun MicroView-USB Programmer</a> SMT Male</li> +<li><a href=”https://www.sparkfun.com/products/12700”>SparkFun USB Type A Female Breakout</a> SMT Female</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>USB Type B Connector</h3> +<p></p> +<p>SparkFun Products: +<ul><li><a href=”https://www.sparkfun.com/products/13899”>SparkFun Stepoko</a> PTH</li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Intel &reg; Edison Hirose Connectors </h3> +<p>DF40 Series 70 pin connector 3mm headers and sockets used on the SparkFun Edison Blocks. +<p> +Edison Daughter package includes layout for the Edison module itself, including mounting holes and antenna area marked.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13770”>SparkFun ADC Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13727”>SparkFun Power Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13045”>SparkFun Base Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13043”>SparkFun Dual H-Bridge Edison Block</a></li> +<li><a href=”https://www.sparkfun.com/products/13041”>SparkFun microSD Edison Block</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Raspberry Pi GPIO Header</h3> +<p>2x20 pin connector, as found on B, B+, A+ models. Both shrouded PTH and SMT versions available.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13054”>GPIO Shrouded Header</a>- PTH</li> +<li><a href=”https://www.sparkfun.com/products/13717”>SparkFun Pi Wedge (Preassembled)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SparkFun I<sup>2</sup>C Standard Qwiic Connector</h3> +An SMD 1mm pitch JST connector makes it easy and quick (get it? Qwiic?) to connect I<sup>2</sup>C devices to each other. The <a href=”http://www.sparkfun.com/qwiic”>Qwiic system</a> enables fast and solderless connection between popular platforms and various sensors and actuators. + +<br><br> + +We carry <a href=”https://www.sparkfun.com/products/14204”>200mm</a>, <a href=”https://www.sparkfun.com/products/14205”>100mm</a>, <a href=”https://www.sparkfun.com/products/14206”>50mm</a>, and <a href=”https://www.sparkfun.com/products/14207”>breadboard friendly</a> Qwiic cables. We also offer <a href=”https://www.sparkfun.com/products/14323”>10 pcs strips</a> the SMD connectors. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>SMD Antenna Connector - U.FL</h3> +<p>2mm height, 3.0mm x 3.0mm receptacle size. </p> +<p><b>SparkFun Products:</b> +<ul><li><a href="https://www.sparkfun.com/products/13287">SparkFun WiFi Shield - ESP8266</a></li> +<li><a href=”https://www.sparkfun.com/products/13231”>SparkFun ESP8266 Thing</a></li> +<li><a href=”https://www.sparkfun.com/products/11420”>SparkFun MiniGen - Pro Mini Signal Generator Shield</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + +<h3>JST 6 pin horizontal connector</h3> +JST-SH type. + +<p></p> +<b>Here is the connector we sell at SparkFun:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="http://www.sparkfun.com/datasheets/GPS/EM406-SMDConnector-eSH.pdf">Datasheet</a> +</ul> + +<p></p> +<b>It was used on these SparkFun products:</b> +<ul> +<li><a href="link">name</a> (XXX-00000)</li> +<li><a href="link">name</a> (XXX-00000)</li> +</ul> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 +<p></p> +NOTES ON THE VARIANTS LOCK and LOCK_LONGPADS... +This footprint was designed to help hold the alignment of a through-hole component (i.e. 6-pin header) while soldering it into place. You may notice that each hole has been shifted either up or down by 0.005 of an inch from it's more standard position (which is a perfectly straight line). This slight alteration caused the pins (the squares in the middle) to touch the edges of the holes. Because they are alternating, it causes a "brace" to hold the component in place. 0.005 has proven to be the perfect amount of "off-center" position when using our standard breakaway headers. Although looks a little odd when you look at the bare footprint, once you have a header in there, the alteration is very hard to notice. Also,if you push a header all the way into place, it is covered up entirely on the bottom side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder Pad for LuMini Rings + + + + + + + + + + + + + + + + +LuMini 8X8 Solder Pad + + + + + + + + + + + + + + + +<h3>USB Type C 16Pin Connector</h3> + +Super Speed pins not available on the 16-pin purely SMD connector so this part is best for USB 2.0 implementations. D1 and D2 are tied together enabling D+/- no matter which way the cable is plugged into the connector. The two channel configuration pins (CC1/2) are exposed. These are normally connected to ground via 5.1k resistors but can be reconfigured for high current/high power applications. + +<h2><i>**4-LAYER BOARD WARNING!!**</i></h2> + +If designing 4-layer board, make sure to select the variant <strong>_4-LAYER-ISOLATED</strong>. The linked footprint (USB-C-16-4LAYER-ISOLATED) includes some <i>very</i> necessary cutout polygons in the inner layers (2 and 15). This prevents the PTH mounting shield legs on the USB connector from electrically connecting any other polygons on the inner layers (usually VCC and GND). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Neutrik XLR-3 Jack - XLR-3 Jack for DMX</h3> +<p>Symbol for a horizontal, 3-pin DMX connector</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + +Solder pad access to USB pins. Helpful to expose on PCBs so user can attach external USB connector if necessary. + + + + + + + + + + + + + + + + + + +<h3>Multi connection point. Often used as Generic Header-pin footprint for 0.1 inch spaced/style header connections</h3> + +<p></p> +<b>On any of the 0.1 inch spaced packages, you can populate with these:</b> +<ul> +<li><a href="https://www.sparkfun.com/products/116"> Break Away Headers - Straight</a> (PRT-00116)</li> +<li><a href="https://www.sparkfun.com/products/553"> Break Away Male Headers - Right Angle</a> (PRT-00553)</li> +<li><a href="https://www.sparkfun.com/products/115"> Female Headers</a> (PRT-00115)</li> +<li><a href="https://www.sparkfun.com/products/117"> Break Away Headers - Machine Pin</a> (PRT-00117)</li> +<li><a href="https://www.sparkfun.com/products/743"> Break Away Female Headers - Swiss Machine Pin</a> (PRT-00743)</li> +</ul> + +<p></p> +<b> For SCREWTERMINALS and SPRING TERMINALS visit here:</b> +<ul> +<li><a href="https://www.sparkfun.com/search/results?term=Screw+Terminals"> Screw Terimnals on SparkFun.com</a> (5mm/3.5mm/2.54mm spacing)</li> +</ul> + +<p></p> +<b>This device is also useful as a general connection point to wire up your design to another part of your project. Our various solder wires solder well into these plated through hole pads.</b> +<ul> +<li><a href="https://www.sparkfun.com/products/11375"> Hook-Up Wire - Assortment (Stranded, 22 AWG)</a> (PRT-11375)</li> +<li><a href="https://www.sparkfun.com/products/11367"> Hook-Up Wire - Assortment (Solid Core, 22 AWG)</a> (PRT-11367)</li> +<li><a href="https://www.sparkfun.com/categories/141"> View the entire wire category on our website here</a></li> +<p></p> +</ul> + +<p></p> +<b>Special notes:</b> +<p> </p> Molex polarized connector foot print use with SKU : PRT-08231 with associated crimp pins and housings. 1MM SMD Version SKU: PRT-10208 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>Cortex Debug Connector - 10 pin</h3> +<p>Supports JTAG debug, Serial Wire debug, and Serial Wire Viewer. +PTH and SMD connector options available.</p> +<p> <ul><a href=”http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf”>General Connector Information</a> +<p><b> Products:</b> +<ul><li><a href=”http://www.digikey.com/product-detail/en/cnc-tech/3220-10-0100-00/1175-1627-ND/3883661”>PTH Connector</a> -via Digi-Key</li> +<li><a href=”https://www.sparkfun.com/products/13229”>SparkFun PSoc</a></li> +<li><a href=”https://www.sparkfun.com/products/13810”>SparkFun T</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>RASPBERRY PI I/O HEADER</h3> + +<p>As defined for the Revistion 2 Pi. The 40 pin header is backwards compatible with this smaller more compact footprint.</p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>ATX 4-Pin Power Supply Connector - Right Angle and Vertical PTH Mount</h3> +<p>This is a good connector for connecting a computer power supply to a PCB. It is commonly known as the Molex series 8981 connector. The footprint is adjusted for the right angle and vertical connector mounts.</p> +<p>SparkFun Products: +<ul> +<li><a href=”https://www.sparkfun.com/products/15035>ATX Connector Breakout Board</a></li> +<li><a href=”https://www.sparkfun.com/products/15700”>ATX Right Angle Connector - PTH 4-Pin</a></li> +<li><a href=”https://www.sparkfun.com/products/15701”>SparkFun ATX Power Connector Breakout Kit - 12V/5V (4-pin)</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<h3>microSD Socket for Transflash</h3> +<p>Push-push type µSD socket. tDoc lines correctly indicate media card edge positions when inserting (unlocked, locked, depressed). +<br> +<br><b>NOTE:</b> CD1 and CD2 are connected internally, and the default detect state of the socket is detect pin to ground.</p> +<p><b>SparkFun Products:</b> +<ul><li><a href=”https://www.sparkfun.com/products/13660”>WAV Trigger</a></li> +<li><a href=”https://www.sparkfun.com/products/13262”>CAN-Bus Shield</a></li> +<li><a href=”https://www.sparkfun.com/products/13743”>SparkFun Level Shifing microSD Breakout</a></li> +</ul></p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Standard 22-pin 0.1" header + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/Supply.lbr b/electronicDie/hardware/v1.2/lib/Supply.lbr new file mode 100644 index 0000000..c178f7f --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/Supply.lbr @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>VALUE + + + + + +>VALUE + ++3V3 + + + + +>VALUE + ++5V + + + + +>VALUE + +VCC + + + + +>VALUE + ++3V3 + STM + + + + +>VALUE + ++5V0 + STM + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + +<b>SUPPLY SYMBOL</b> + + + + + + + + + + + + + + + + +Since Version 6.2.2 text objects can contain more than one line, +which will not be processed correctly with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/USB.lbr b/electronicDie/hardware/v1.2/lib/USB.lbr new file mode 100644 index 0000000..710f883 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/USB.lbr @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +USB +<p> + + +<b>Author: </b> Wurtzel +<p><b>Modified by:</b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>Name +>Value + + + + +<b>WR-COM</B><BR> Micro USB 2.0 Type AB Vertical 5 Contacts + + + + + + + +Mini USB 2.0 Type B + + + + + + + + + + + + + +>NAME +>VALUE +shield + + +USB 3.1 Type C + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +USB + + + + +<B>WR-COM Micro USB 2.0 Type AB Vertical 5 Contacts +</B><BR><BR> +<b>Kind Properties</b> +<BR>Durability:10 000 Mating cycles +<BR>Quality Class:10 000 Mating cycles +<BR>Connector Type:Micro USB +<BR>Gender:Receptacle +<BR>Type:Vertical +<BR><BR> +<b>General Information</b> +<BR>Operating Temperature:-40up to +105 °C +<BR>Compliance:RoHS +<BR><BR> +<b>Electrical Properties</b> +<BR>IR 1:1.8A +<BR>Working Voltage:30V (AC) +<BR>Withstanding Voltage:100V (AC) +<BR>Contact Resistance:30 mΩ<BR><BR> +<b>Material Properties +</b><BR>Insulator Material:LCP +<BR>Insulator Flammability Rating:UL94 V-0 +<BR>Color:Black +<BR>Contact Material:Copper Alloy +<BR>Contact Plating: Gold +<BR>Contact Type:Stamped +<BR>Shielding Material:Stainless Steel +<BR>Shielding Plating:Matte Tin +<BR> +<br><a href="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" title="Enlarge picture"> +<img src="https://www.we-online.com/catalog/media/o33043v209%20Family_WR-COM_Micro-USB_Type-AB_614105150621.jpg" width="320"></a><p> +Details see: <a href="https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/">https://www.we-online.com/catalog/en/COM_MICRO_TYPE_AB_VERTICAL/</a><p> + +Updated by Yingchun, Shan 2020-01-16<br> +2020 (C) Würth Elektronik + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>USB Connectors</b> +<p>USB-B-PTH is fully proven SKU : PRT-00139 +<p>USB-miniB is fully proven SKU : PRT-00587 +<p>USB-A-PCB is untested. +<p>USB-A-H is throughly reviewed, but untested. Spark Fun Electronics SKU : PRT-00437 +<p>USB-B-SMT is throughly reviewed, but untested. Needs silkscreen touching up. +<p>USB-A-S has not been used/tested +<p>USB-MB-H has not been used/tested + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/diode.lbr b/electronicDie/hardware/v1.2/lib/diode.lbr new file mode 100644 index 0000000..98e99f5 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/diode.lbr @@ -0,0 +1,996 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diodes +<p> + +Some footprint modified according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>SOD123 +<li>SOT23 +</ul> +<p> + +<b>Author: </b> +<a href="https://www.github.com/cednik/">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<b>Diode Package</b> Reflow soldering<p> +INFINEON, www.infineon.com/cmc_upload/0/000/010/257/eh_db_5b.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>SOT-23</b> + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Diode</b> + + + + + + +>NAME +>VALUE + + + + + + + + + +<B>DIODE</B> + + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>Small Outline Transistor; 6 leads</b><p> +Philips Semiconductors, SOT363.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>SMA</b> CASE 403D-02<p> +Source: http://www.onsemi.com/pub_link/Collateral/MBRA340T3-D.PDF + + + + + + +>NAME +>VALUE + + + + + + + + + +<b>DIODE</b> + + + + + + + + + +>NAME +>VALUE + + + + + +<b>DIODE 0805</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>DIODE 0603</b> + + + + +>NAME +>VALUE + + + + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<B>DIODE</B><p> +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +DIODE + + + + + +DIODE +diameter 2 mm, horizontal, grid 10.16 mm + + + + + +DIODE +diameter 2 mm, horizontal, grid 7.62 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE +SpiceOrder 1 +SpiceOrder 2 + + + + + + +<B>DIODE</B><p> +ultra fast-recovery rectifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Diode bridge +quad bus terminator 30V 100mA 5ns + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Silicon Schottky Diodes</b><p> +General-purpose diode for high-speed switching + + + + + + + + + + + + + + + + + + + + + + +<B>DIODE</B><p> +high speed (Philips) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/led.lbr b/electronicDie/hardware/v1.2/lib/led.lbr new file mode 100644 index 0000000..4e9028b --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/led.lbr @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Led +<p> + +Change some SMD parts footprint according <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> (using <a href="https://www.pcblibraries.com/forum/library-expert-2019-07-released_topic2571.html">Library Expert Pro 2019.7</a>): +<ul> +<li>CHIPLED_0603 +<li>CHIPLED_0805 +<li>CHIPLED_1206 +</ul> +<p> + +<b>Base on official Eagle LED library.</b><p> +<b>Modified by: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + +<B>LED</B><p> +3 mm, round + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<B>LED</B><p> +5 mm, round + + + + + + + + + + + +>NAME +>VALUE + + +<B>IR LED</B><p> +IR transmitter Siemens + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<b>CHIPLED</b><p> +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +<B>LED</B><p> +10 mm, round + + + + + + + + + + + + + +>NAME +>VALUE + + + + +LED +3 mm, round + + + + + +LED +5 mm, round + + + + + +IR LED +IR transmitter Siemens + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_R971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY N971.pdf + + + + + +CHIPLED +Source: http://www.osram.convergy.de/ ... LG_LY Q971.pdf + + + + + +LED +10 mm, round + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + +<b>LED</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/rcl_upravena.lbr b/electronicDie/hardware/v1.2/lib/rcl_upravena.lbr new file mode 100644 index 0000000..95e31ad --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/rcl_upravena.lbr @@ -0,0 +1,21143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Resistors, Capacitors, Inductors</b><p> +Edited by RoboticsBrno. Modify these footprints to respect standard <a href="https://www.ipc.org/TOC/IPC-7351.pdf">IPC-7351</a> for correct SMT: +<ul> +<li>C0402 +<li>C0603 +<li>C0805 +<li>C1206 +<li>R0402 +<li>R0603 +<li>R0805 +<li>R1206 +</ul> + +<p> +Based on the previous libraries: +<ul> +<li>r.lbr +<li>cap.lbr +<li>cap-fe.lbr +<li>captant.lbr +<li>polcap.lbr +<li>ipc-smd.lbr +</ul> +All SMD packages are defined according to the IPC specifications and CECC<p> +<author>Created by librarian@cadsoft.de</author><p> +<p> +for Electrolyt Capacitors see also :<p> +www.bccomponents.com <p> +www.panasonic.com<p> +www.kemet.com<p> +http://www.secc.co.jp/pdf/os_e/2004/e_os_all.pdf <b>(SANYO)</b> +<p> +for trimmer refence see : <u>www.electrospec-inc.com/cross_references/trimpotcrossref.asp</u><p> + +<table border=0 cellspacing=0 cellpadding=0 width="100%" cellpaddding=0> +<tr valign="top"> + +<! <td width="10">&nbsp;</td> +<td width="90%"> + +<b><font color="#0000FF" size="4">TRIM-POT CROSS REFERENCE</font></b> +<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2> + <TR> + <TD COLSPAN=8> + <FONT SIZE=3 FACE=ARIAL><B>RECTANGULAR MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BOURNS</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">BI&nbsp;TECH</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">DALE-VISHAY</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PHILIPS/MEPCO</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MURATA</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">PANASONIC</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">SPECTROL</FONT> + </B> + </TD> + <TD ALIGN=CENTER> + <B> + <FONT SIZE=3 FACE=ARIAL color="#FF0000">MILSPEC</FONT> + </B> + </TD><TD>&nbsp;</TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3 > + 3005P<BR> + 3006P<BR> + 3006W<BR> + 3006Y<BR> + 3009P<BR> + 3009W<BR> + 3009Y<BR> + 3057J<BR> + 3057L<BR> + 3057P<BR> + 3057Y<BR> + 3059J<BR> + 3059L<BR> + 3059P<BR> + 3059Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 89P<BR> + 89W<BR> + 89X<BR> + 89PH<BR> + 76P<BR> + 89XH<BR> + 78SLT<BR> + 78L&nbsp;ALT<BR> + 56P&nbsp;ALT<BR> + 78P&nbsp;ALT<BR> + T8S<BR> + 78L<BR> + 56P<BR> + 78P<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + T18/784<BR> + 783<BR> + 781<BR> + -<BR> + -<BR> + -<BR> + 2199<BR> + 1697/1897<BR> + 1680/1880<BR> + 2187<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 8035EKP/CT20/RJ-20P<BR> + -<BR> + RJ-20X<BR> + -<BR> + -<BR> + -<BR> + 1211L<BR> + 8012EKQ&nbsp;ALT<BR> + 8012EKR&nbsp;ALT<BR> + 1211P<BR> + 8012EKJ<BR> + 8012EKL<BR> + 8012EKQ<BR> + 8012EKR<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 2101P<BR> + 2101W<BR> + 2101Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 2102L<BR> + 2102S<BR> + 2102Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVMCOG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 43P<BR> + 43W<BR> + 43Y<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 40L<BR> + 40P<BR> + 40Y<BR> + 70Y-T602<BR> + 70L<BR> + 70P<BR> + 70Y<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + RT/RTR12<BR> + RT/RTR12<BR> + RT/RTR12<BR> + -<BR> + RJ/RJR12<BR> + RJ/RJR12<BR> + RJ/RJR12<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SQUARE MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3250L<BR> + 3250P<BR> + 3250W<BR> + 3250X<BR> + 3252P<BR> + 3252W<BR> + 3252X<BR> + 3260P<BR> + 3260W<BR> + 3260X<BR> + 3262P<BR> + 3262W<BR> + 3262X<BR> + 3266P<BR> + 3266W<BR> + 3266X<BR> + 3290H<BR> + 3290P<BR> + 3290W<BR> + 3292P<BR> + 3292W<BR> + 3292X<BR> + 3296P<BR> + 3296W<BR> + 3296X<BR> + 3296Y<BR> + 3296Z<BR> + 3299P<BR> + 3299W<BR> + 3299X<BR> + 3299Y<BR> + 3299Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66X&nbsp;ALT<BR> + -<BR> + 64W&nbsp;ALT<BR> + -<BR> + 64P&nbsp;ALT<BR> + 64W&nbsp;ALT<BR> + 64X&nbsp;ALT<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 66X&nbsp;ALT<BR> + 66P&nbsp;ALT<BR> + 66W&nbsp;ALT<BR> + 66P<BR> + 66W<BR> + 66X<BR> + 67P<BR> + 67W<BR> + 67X<BR> + 67Y<BR> + 67Z<BR> + 68P<BR> + 68W<BR> + 68X<BR> + 67Y&nbsp;ALT<BR> + 67Z&nbsp;ALT<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 5050<BR> + 5091<BR> + 5080<BR> + 5087<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + T63YB<BR> + T63XB<BR> + -<BR> + -<BR> + -<BR> + 5887<BR> + 5891<BR> + 5880<BR> + -<BR> + -<BR> + -<BR> + T93Z<BR> + T93YA<BR> + T93XA<BR> + T93YB<BR> + T93XB<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 8026EKP<BR> + 8026EKW<BR> + 8026EKM<BR> + 8026EKP<BR> + 8026EKB<BR> + 8026EKM<BR> + 1309X<BR> + 1309P<BR> + 1309W<BR> + 8024EKP<BR> + 8024EKW<BR> + 8024EKN<BR> + RJ-9P/CT9P<BR> + RJ-9W<BR> + RJ-9X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + 3103P<BR> + 3103Y<BR> + 3103Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3105P/3106P<BR> + 3105W/3106W<BR> + 3105X/3106X<BR> + 3105Y/3106Y<BR> + 3105Z/3105Z<BR> + 3102P<BR> + 3102W<BR> + 3102X<BR> + 3102Y<BR> + 3102Z<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMCBG<BR> + EVMCCG<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 55-1-X<BR> + 55-4-X<BR> + 55-3-X<BR> + 55-2-X<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 50-2-X<BR> + 50-4-X<BR> + 50-3-X<BR> + -<BR> + -<BR> + -<BR> + 64P<BR> + 64W<BR> + 64X<BR> + 64Y<BR> + 64Z<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RT/RTR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RJ/RJR22<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RT/RTR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RJ/RJR26<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RT/RTR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + RJ/RJR24<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=8>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=8> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BOURN</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MURATA</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>SPECTROL</B></FONT> + </TD> + <TD ALIGN=CENTER> + <FONT SIZE=3 FACE=ARIAL><B>MILSPEC</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3323P<BR> + 3323S<BR> + 3323W<BR> + 3329H<BR> + 3329P<BR> + 3329W<BR> + 3339H<BR> + 3339P<BR> + 3339W<BR> + 3352E<BR> + 3352H<BR> + 3352K<BR> + 3352P<BR> + 3352T<BR> + 3352V<BR> + 3352W<BR> + 3362H<BR> + 3362M<BR> + 3362P<BR> + 3362R<BR> + 3362S<BR> + 3362U<BR> + 3362W<BR> + 3362X<BR> + 3386B<BR> + 3386C<BR> + 3386F<BR> + 3386H<BR> + 3386K<BR> + 3386M<BR> + 3386P<BR> + 3386S<BR> + 3386W<BR> + 3386X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 25P<BR> + 25S<BR> + 25RX<BR> + 82P<BR> + 82M<BR> + 82PA<BR> + -<BR> + -<BR> + -<BR> + 91E<BR> + 91X<BR> + 91T<BR> + 91B<BR> + 91A<BR> + 91V<BR> + 91W<BR> + 25W<BR> + 25V<BR> + 25P<BR> + -<BR> + 25S<BR> + 25U<BR> + 25RX<BR> + 25X<BR> + 72XW<BR> + 72XL<BR> + 72PM<BR> + 72RX<BR> + -<BR> + 72PX<BR> + 72P<BR> + 72RXW<BR> + 72RXL<BR> + 72X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + T7YB<BR> + T7YA<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + TXD<BR> + TYA<BR> + TYP<BR> + -<BR> + TYD<BR> + TX<BR> + -<BR> + 150SX<BR> + 100SX<BR> + 102T<BR> + 101S<BR> + 190T<BR> + 150TX<BR> + 101<BR> + -<BR> + -<BR> + 101SX<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ET6P<BR> + ET6S<BR> + ET6X<BR> + RJ-6W/8014EMW<BR> + RJ-6P/8014EMP<BR> + RJ-6X/8014EMX<BR> + TM7W<BR> + TM7P<BR> + TM7X<BR> + -<BR> + 8017SMS<BR> + -<BR> + 8017SMB<BR> + 8017SMA<BR> + -<BR> + -<BR> + CT-6W<BR> + CT-6H<BR> + CT-6P<BR> + CT-6R<BR> + -<BR> + CT-6V<BR> + CT-6X<BR> + -<BR> + -<BR> + 8038EKV<BR> + -<BR> + 8038EKX<BR> + -<BR> + -<BR> + 8038EKP<BR> + 8038EKZ<BR> + 8038EKW<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 3321H<BR> + 3321P<BR> + 3321N<BR> + 1102H<BR> + 1102P<BR> + 1102T<BR> + RVA0911V304A<BR> + -<BR> + RVA0911H413A<BR> + RVG0707V100A<BR> + RVA0607V(H)306A<BR> + RVA1214H213A<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 3104B<BR> + 3104C<BR> + 3104F<BR> + 3104H<BR> + -<BR> + 3104M<BR> + 3104P<BR> + 3104S<BR> + 3104W<BR> + 3104X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + EVMQ0G<BR> + EVMQIG<BR> + EVMQ3G<BR> + EVMS0G<BR> + EVMQ0G<BR> + EVMG0G<BR> + -<BR> + -<BR> + -<BR> + EVMK4GA00B<BR> + EVM30GA00B<BR> + EVMK0GA00B<BR> + EVM38GA00B<BR> + EVMB6<BR> + EVLQ0<BR> + -<BR> + EVMMSG<BR> + EVMMBG<BR> + EVMMAG<BR> + -<BR> + -<BR> + EVMMCS<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + EVMM1<BR> + -<BR> + -<BR> + EVMM0<BR> + -<BR> + -<BR> + EVMM3<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + 62-3-1<BR> + 62-1-2<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67R<BR> + -<BR> + 67P<BR> + -<BR> + -<BR> + -<BR> + -<BR> + 67X<BR> + 63V<BR> + 63S<BR> + 63M<BR> + -<BR> + -<BR> + 63H<BR> + 63P<BR> + -<BR> + -<BR> + 63X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + RJ/RJR50<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P>&nbsp;<P> +<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=3> + <TR> + <TD COLSPAN=7> + <FONT color="#0000FF" SIZE=4 FACE=ARIAL><B>SMD TRIM-POT CROSS REFERENCE</B></FONT> + <P> + <FONT SIZE=4 FACE=ARIAL><B>MULTI-TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3224G<BR> + 3224J<BR> + 3224W<BR> + 3269P<BR> + 3269W<BR> + 3269X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 44G<BR> + 44J<BR> + 44W<BR> + 84P<BR> + 84W<BR> + 84X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST63Z<BR> + ST63Y<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + ST5P<BR> + ST5W<BR> + ST5X<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> + <TR> + <TD COLSPAN=7>&nbsp; + </TD> + </TR> + <TR> + <TD COLSPAN=7> + <FONT SIZE=4 FACE=ARIAL><B>SINGLE TURN</B></FONT> + </TD> + </TR> + <TR> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BOURNS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>BI&nbsp;TECH</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>DALE-VISHAY</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PHILIPS/MEPCO</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>PANASONIC</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>TOCOS</B></FONT> + </TD> + <TD> + <FONT SIZE=3 FACE=ARIAL><B>AUX/KYOCERA</B></FONT> + </TD> + </TR> + <TR> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 3314G<BR> + 3314J<BR> + 3364A/B<BR> + 3364C/D<BR> + 3364W/X<BR> + 3313G<BR> + 3313J<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + 23B<BR> + 23A<BR> + 21X<BR> + 21W<BR> + -<BR> + 22B<BR> + 22A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST5YL/ST53YL<BR> + ST5YJ/5T53YJ<BR> + ST-23A<BR> + ST-22B<BR> + ST-22<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + ST-4B<BR> + ST-4A<BR> + -<BR> + -<BR> + -<BR> + ST-3B<BR> + ST-3A<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + EVM-6YS<BR> + EVM-1E<BR> + EVM-1G<BR> + EVM-1D<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + G4B<BR> + G4A<BR> + TR04-3S1<BR> + TRG04-2S1<BR> + -<BR> + -<BR> + -<BR></FONT> + </TD> + <TD BGCOLOR="#cccccc" ALIGN=CENTER><FONT FACE=ARIAL SIZE=3> + -<BR> + -<BR> + DVR-43A<BR> + CVR-42C<BR> + CVR-42A/C<BR> + -<BR> + -<BR></FONT> + </TD> + </TR> +</TABLE> +<P> +<FONT SIZE=4 FACE=ARIAL><B>ALT =&nbsp;ALTERNATE</B></FONT> +<P> + +&nbsp; +<P> +</td> +</tr> +</table> + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0207, grid 10 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0414, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 12.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0207, grid 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0411, grid 15 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 10mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0204, grid 5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 17.5 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0617, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0922, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type V526-0, grid 2.5 mm + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type V234, grid 12.5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type V235, grid 17.78 mm + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0613, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0817, grid 22.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +0817 + + + + +<b>RESISTOR</b><p> +type RDH, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +RDH + + + + +<b>RESISTOR</b><p> +type 0204, grid 2.5 mm + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 2.5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0207, grid 5 mm + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b><p> +type 0309, grid 2.5 mm + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +type 0411, grid 3.81 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0414, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0617, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0922, grid 7.5 mm + + + + + + +>NAME +>VALUE +0922 + + + +<b>RESISTOR</b><p> +type 0613, grid 5 mm + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0817, grid 6.35 mm + + + + + + +>NAME +>VALUE +0817 + + + +<b>RESISTOR</b><p> +type 0207, grid 15mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>RESISTOR</b><p> +type 0207, grid 12 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 6.2 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 4.3 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 5.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 6.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 7.2 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 4.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 10.8 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 7.4 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 8.7 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 11.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 13.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 15.4 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 4.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 4 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor </b> STELCO GmbH<p> +diameter 8.6 mm, grid 3.55 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 10.2 mm + 15.2 mm, outline 6.2 x 18.4 mm + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm + 5 mm, outline 2.4 x 7 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 2.4 x 4.4 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 13.7 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 16.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 32.5 mm, outline 18.2 x 37.4 mm + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +Horizontal, grid 5 mm, outline 7.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 3 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 6 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 mm, outline 2.5 x 5 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 2.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 3.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 2.5 + 5 mm, outline 5.5 x 7.5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 5 mm, outline 3 x 7.5 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 3.2 x 10.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 5.2 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 7.5 mm, outline 6.3 x 10.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 5.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 10.2 mm, outline 6.4 x 13.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 8.4 x 18.3 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 15 mm, outline 9.1 x 18.2 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 22.5 mm, outline 11.3 x 26.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 9.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 17.3 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 27.5 mm, outline 20.5 x 31.6 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 15.5 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 19.2 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>CAPACITOR</b><p> +grid 37.5 mm, outline 20.3 x 41.8 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 10 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + +>NAME +>VALUE +TT + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4 mm, grid 2.54 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 9 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 11 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 5 x 5 mm, rectangle, grid 2.54 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 7.6 x 5 mm, rectangle, grid 5.08 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.7 x 7.6 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +body 12.5 x 12.5 mm, rectangle, grid 10.16 mm + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 5.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 6.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 4.5 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 7.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>ELECTROLYTIC CAPACITOR</b><p> +diameter 8.0 mm, grid 5.08 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +TT + + +<b>X CAPACITOR</b><p> +body 17.5 x 5 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 6 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 8 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 7.5 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 26.6 x 10 mm, grid 22.86 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 11 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 13 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 15 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 18 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 4 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 17.5 x 10 mm, grid 15.24 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 12.5 x 5 mm, grid 7.62 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 16.5 x 5 mm, grid 12.6 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 6 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 7 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 25 x 7 mm, grid 22 mm + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 13.6 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 6 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 32 x 21 mm, grid 27.9 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>X CAPACITOR</b><p> +body 13 x 5 mm, grid 10.16 mm + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Y CAPACITOR</b><p> +body 17.7 x 5 mm, grid 15 mm + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 13 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 16 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 8.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 10.5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 30 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 35 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm, + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 9 mm + + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 6 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 4 mm + + + + + + + + +>NAME +>VALUE + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 7 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 25 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 50 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 8 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.54 mm, diameter 5 mm + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2 mm, diameter 4 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 7.62 mm, diameter 18 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 21 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 35.56 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 5 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 6 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 22.86 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 30 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 55 mm, diameter 25 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x20 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +10x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 35 mm, diameter 12 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +12x30 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 43 mm, diameter 14 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +14x37 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +16x39 + + + + + + +<b>BIPOLAR ELECTROLYTIC CAPACITOR</b><p> +grid 45 mm, diameter 18 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +18x39 + + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 2.032 mm, diameter 5 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 3.5 mm, diameter 10 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 15.24 mm, diameter 9 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 25.4 mm, diameter 10 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 30.48 mm, diameter 16 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 45.72 mm, diameter 22 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 1.8 mm, diameter 4 mm + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.05 mm, diameter 4 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 5 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 5.08 mm, diameter 6 mm + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 22.5 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>ELECTROLYTIC CAPACITOR</b><p> +grid 10.16 mm, diameter 20 mm + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>CECC Size RC2211</b> Reflow Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC2211</b> Wave Soldering<p> +source Beyschlag + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC3715</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Reflow Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>CECC Size RC6123</b> Wave Soldering<p> +source Beyschlag + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +0,1W 25% + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +0,25W, 20% + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> MEGGIT + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> AVX + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> VISHAY + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> +SMD Cermet trimmer + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> BOURNS<p> +Side Adjust + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistor</b> BOURNS<p> +Top Adjust + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor SMD</b> STELCO GmbH + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, vertical to PCB + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from one side for automatic adjustment, vertical to PCB + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 7 S-Triko 160 V DC for PCB mounting <p> + Adjustable from both sides, parallel to PCB + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from both sides, vertical to PCB + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> STELCO GmbH<p> + 5 S-Triko 160 V DC for PCB mounting,<p> + Adjustable from one side, parallel to PCB + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +abgedichtet nach <b>IP67</b> + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>Trimm resistror</b> VISHAY<p> +seales container, solder immerson IP67 + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +Cermet MIL-R-22097 + + + + + +>NAME +>VALUE + + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +Cermet MIL-R-22097 + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> VISHAY<p> +Cermet, abgedichtet nach IP67 + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm resistor</b> BOURNS<p> + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> VISHAY<p> +abgedichtet nach IP67 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> Spectrol<p> +waschfest MIL-R-22097 + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm resistor</b> BOURNS + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> AVX + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> muRata + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor</b> BC-Components + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor</b> muRata + + + + + + + +>NAME +>VALUE + + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + +<b>Trimm capacitor </b> BC-Components + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Standard 085 CS<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> reflow soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors</b> wave soldering<p> +SMD (Chip) Long Life 139 CLL<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, High temperature 140 CLH<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors SMD (Chip)</b><p> +Long life base plate, very low impedance 150 CLZ<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +SMD (Chip) Long Life Vertical 153 CLV<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Aluminum electrolytic capacitors</b><p> +High Temperature solid electrolytic SMD 175 TMP<p> +http://www.bccomponents.com/ + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>INDUCTOR</b><p> +chip + + + + +>NAME +>VALUE + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET R/EIA 2012-12 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 reflow solder</b><p>KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET A / EIA 3216-18 Wave solder</b><p> +KEMET S / EIA 3216-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 reflow solder</b><p>KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET B / EIA 3528-21 Wave solder</b><p> +KEMET T / EIA 3528-12 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 reflow solder</b><p>KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET C / EIA 6032-28 Wafe solder</b><p> +KEMET U / EIA 6032-15 + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p>KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 reflow solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET D / EIA 7343-21</b><p> +KEMET V / EIA 7343-20, KEMET X / EIA 7343-43 Wafe solder + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 reflow solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor Type KEMET E / EIA 7260-38 Wafe solder</b> + + + + + + +>NAME +>VALUE + + + + + +<b>Ceramic Chip Capacitor KEMET 0204 reflow solder</b><p> +Metric Code Size 1005 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> +Metric Code Size 1608 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 0805 reflow solder</b><p> +Metric Code Size 2012 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1206 reflow solder</b><p> +Metric Code Size 3216 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1210 reflow solder</b><p> +Metric Code Size 3225 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1812 reflow solder</b><p> +Metric Code Size 4532 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 1825 reflow solder</b><p> +Metric Code Size 4564 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2220 reflow solder</b><p>Metric Code Size 5650 + + + + +>NAME +>VALUE + + + + +<b>Ceramic Chip Capacitor KEMET 2225 reflow solder</b><p>Metric Code Size 5664 + + + + +>NAME +>VALUE + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package A</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package B</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package C</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package D</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package E</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package F</b> + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Panasonic Aluminium Electrolytic Capacitor VS-Serie Package G</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +<b>Mini MELF 0102 Axial</b> + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +type 0309, grid 15mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +type 0309, grid 20mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>Inductor</b><p> +Source: TJ-Serie Vishay.pdf + + + + + + +>NAME +>VALUE + + +<b>POWER-CHOKE WE-TPC</b><p> +Würth Elektronik, Partnumber: 744053220<br> +Source: WE-TPC 744053220.pdf + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 12.7 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>newport components</b> 2200 Serie RM 15.24 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor</b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>Chip Capacitor </b> Polar tantalum capacitors with solid electrolyte<p> +Siemens Matsushita Components B 45 194, B 45 197, B 45 198<br> +Source: www.farnell.com/datasheets/247.pdf + + + + + + +>NAME +>VALUE + + + + + +<b>newport components</b> 2200 Serie RM 11.43 mm<p> +Miniatur Axial Lead Inductors<br> +Source: www.rsonline.de<br> +Order code 240-517 + + + + + + + + +>NAME +>VALUE + + +<b>POWER INDUCTORS</b> (SMT Type)<p> +Source: www.sumida.com/products/pdf/CEP125.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> chip<p> +Source: http://www.vishay.com/docs/20008/dcrcw.pdf + + +>NAME +>VALUE + + + + + +<b> </b><p> +Source: http://www.vishay.com/docs/10129/hpc0201a.pdf + + +>NAME +>VALUE + + + +Source: http://www.avxcorp.com/docs/catalogs/cx5r.pdf + + +>NAME +>VALUE + + + + + + +<b>NIS02 Chip Inductor</b><p> +Source: http://www.niccomp.com/Catalog/nis.pdf + + +>NAME +>VALUE + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b> SMD type with conductive polymer electrolyte<p> +Source: e_os_all.pdf + + + + + + + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + +>NAME +>VALUE + + + + + + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>SANYO OSCON Capacitor</b><p> +Source: e_os_all.pdf + + + + +>NAME +>VALUE + + +<b>RESISTOR</b> wave soldering<p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR56<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR54<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR53<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RBR52<br> +Source: VISHAY .. vta56.pdf + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC55<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>Bulk Metal® Foil Technology</b>, Tubular Axial Lead Resistors, Meets or Exceeds MIL-R-39005 Requirements<p> +MIL SIZE RNC60<br> +Source: VISHAY .. vta56.pdf + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b><p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + +<b>RESISTOR</b> wave soldering<p> +Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor/dcrcwfre.pdf + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +wave soldering + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + +>NAME +>VALUE + + + + + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>CAPACITOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b> + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + +>NAME +>VALUE + + + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +precision wire wound + + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>INDUCTOR</b><p> +molded + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>TANTALUM CAPACITOR</b> + + + + + + + + + + + + + + +>NAME +>VALUE + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.10 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.12 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>RESISTOR</b><p> +MELF 0.25 W + + + + + + + + +>NAME +>VALUE + + + + + +<b>PIS 2826</b> Inductor<p> +Source: http://www.stetco.com/products/inductors/pdf/PIS2816.pdf + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Package 4527</b><p> +Source: http://www.vishay.com/docs/31059/wsrhigh.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>Wirewound Resistors, Precision Power</b><p> +Source: VISHAY wscwsn.pdf + + + + + + +>NAME +>VALUE + + +<b>CRCW1218 Thick Film, Rectangular Chip Resistors</b><p> +Source: http://www.vishay.com .. dcrcw.pdf + + + + +>NAME +>VALUE + + + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>Trimm Potentiometer</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 4 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 5 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 5.8 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 6.3 x 7.7 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 8 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>ALUMINUM ELECTROLYTIC CAPACITORS</b> UD Series 10 x 10 mm<p> +Source: http://products.nichicon.co.jp/en/pdf/XJA043/e-ud.pdf + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. ir.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf24.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf36.pdf + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<B>Vishay Dale Inductor</b><p> +Source: www.vishay.com .. irf46.pdf + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>TAYO YUDEN Inductor</b><p> +Source: je999f5.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Axial Conformal Coated Inductor</b><p> +Source: TOP MAGNETICS CORPORATION .. tfi.pdf + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>Radial Lead RF Chokes</b><p> +Source: www.bourns.com .. 6000_series.pdf + + + +>NAME +>VALUE + + +<b>Chip Monolithic Ceramic Capacitors</b> Medium Voltage High Capacitance for General Use<p> +Source: http://www.murata.com .. GRM43DR72E224KW01.pdf + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> +Source: AVX .. aphvc.pdf + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + +<b>CAPACITOR</b><p> + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME ++ +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +>NAME +>VALUE + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, European symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>RESISTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>INDUCTOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>X CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>Y CAPACITOR</B><p> +for power line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>BIPOLAR ELECTROLYTIC CAPACITOR</B> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm resistor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Trimm capacitor</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<B>POLARIZED CAPACITOR</B>, American symbol + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Potentiometer</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.2/lib/switch-omron.lbr b/electronicDie/hardware/v1.2/lib/switch-omron.lbr new file mode 100644 index 0000000..3ee8925 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/switch-omron.lbr @@ -0,0 +1,1591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Omron Switches</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH CAP</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED5 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 +K +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + +<b>OMRON SWITCH</b><p> +with LED 3mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +K +1 +2 +3 +4 +LED3 + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>OMRON SWITCH</b> + + + + + + + +>NAME +>VALUE +A +B +C +D + + + + + + + + + + + + + + + + + + + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH CAP + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH +with LED 3mm + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH + + + + + +OMRON SWITCH +with LED 3mm + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>SWITCH</b> + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>OMRON SWITCH</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + diff --git a/electronicDie/hardware/v1.2/lib/test_points.lbr b/electronicDie/hardware/v1.2/lib/test_points.lbr new file mode 100644 index 0000000..af429c6 --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/test_points.lbr @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Test points</b> +<p> + +<b>Author: </b> +<a href="https://github.com/cednik">Jakub Streit (cednik)</a> + +<br /> +<br /> + +<b>License: </b> +<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> + + + +>VALUE +>NAME + + + + + +>NAME + + + + +>NAME + + + + + + +>NAME + + + + + + + + +>NAME +>VALUE + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/electronicDie/hardware/v1.2/lib/transistor.lbr b/electronicDie/hardware/v1.2/lib/transistor.lbr new file mode 100644 index 0000000..c74cd6e --- /dev/null +++ b/electronicDie/hardware/v1.2/lib/transistor.lbr @@ -0,0 +1,8020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Transistors</b><p> +<author>Created by librarian@cadsoft.de</author> + + +<b>TO264 vertical</b> + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-143</b> + + + + + + + + +>NAME +>VALUE + + + + + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>SMALL OUTLINE TRANSISTOR</b><p> +TS-003 + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Small Outline Transistor</b> + + + + + + + + +3 +4 +1 +2 +>NAME +>VALUE + + + + + + + + + + +SOT323 Philips + + + + + + + +>NAME +>VALUE + + + + + +<b>TO264 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>TO 3 A</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +3 +2 +1 +4 + + +<b>SOT-23</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 126 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO 220 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A17,5mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-66</b> + + + + + + + + + + + + + + + + +3 +>NAME +>VALUE +2 +1 + + +<b>TO 5</b> + + + + + + + + +>NAME +>VALUE + + +<b>TO 18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO-39</b> + + + + + + + + +>NAME +>VALUE + + +SC59 (SOT23) Motorola + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-3</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +C +E +B + + +<b>TO-92</b> Pads In Line E C B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SMALL OUTLINE INTEGRATED CIRCUIT</b><p> +body 3.9 mm/JEDEC MS-012AC + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + +<b>Dual In Line Package</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-225</b><p> +grid 2.54 mm, vertical + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +2 +3 +>NAME +>VALUE + + + + + + +<b>TO 72</b> + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + +<b>TO 92</b> + + + + + + + + + + + + + +>NAME +>VALUE +2 +3 +1 + + +<b>SOT-563</b><p> +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm + + + + + + + + + + + + +<b>DPAK</b> CASE 369-07<br> +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + +<b>Molded Package</b><p> +grid 2.54 mm + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TO 202 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +TO-236 ITT Intermetall + + + + + + + +>NAME +>VALUE + + + + + +SOT-93<p> +grid 5.45 mm + + + + + + + + + + + + + + +>VALUE +>NAME + + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +<b>TO 126 vertical</b> + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO 218 vertical</b> + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + +<b>TO-92</b> Pads In Line B E C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b><p> +grid 5.08 mm + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line E B C from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO 218 horizontal</b> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + + + + +<b>TOP 3 vertical</b> + + + + + + + + + + + + + + +>NAME +>VALUE +B +C +E + + + + + + + + + + +<b>TO 220 vertical</b> + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + +<b>TOP 3 horizontal</b> + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +A20,3mm +1 +2 +3 + + + + + + + + + + + + +<b>TO-92</b> Pads Triangle Reverse + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-18</b> + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + +SOT89 Emitter Collector Basis + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-23 (BCE)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO 202 vertical</b> + + + + + + + + + +>NAME +>VALUE +1 +2 +3 + + + + + + + + + +<b>TO-92</b><p> +grid 2.54 mm<p> +rotated 45 deg. + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>TO-92</b> Pads In Line B C E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT-23 (EBC)</b> + + + + + + + +>NAME +>VALUE + + + + + +<b>TO-92</b> Pads In Line C E B from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +SOT89 Basis Collector Emitter + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TO-92</b> Pads In Line C B E from top<p> + + + + + + + + + + + + + + + + +>NAME +>VALUE + + +<b>2-10H1A</b> TOSHIBA Package for RF Transistors<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + +>NAME +>VALUE +1 +2 +3 +4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>SOT-37</b><p> +Motorola CASE 317A-01 ISSUE B<br> +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +E +B +C +5,1 + + + + + + + + + + + + + + + +<b>SIP-5</b><p> +Source: 2SA798.pdf + + + + + + + + + + +>NAME +>VALUE + + +<b>SOT363</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + +<b>T-30</b> Horizontal<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + +<b>T-30</b> Vertical<p> +Source: 2SC1944 + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + +TO264 vertical + + + + + +SOT-143 + + + + + +SC59 (SOT23) Motorola + + + + + +SMALL OUTLINE TRANSISTOR +TS-003 + + + + + +Small Outline Transistor + + + + + +TO 3 A + + + + + +SOT323 Philips + + + + + +TO264 horizontal + + + + + +SOT-23 + + + + + +TO 18 + + + + + +TO 220 horizontal + + + + + +TO 5 + + + + + +TO 126 horizontal + + + + + +TO-66 + + + + + +TO-39 + + + + + +SC59 (SOT23) Motorola + + + + + +TO-3 + + + + + +TO-92 Pads In Line E C B from top + + + + + +SOT-563 +Source: www.centralsemi.com ..SOT-563PD.pdf + + + + + +SMALL OUTLINE INTEGRATED CIRCUIT +body 3.9 mm/JEDEC MS-012AC + + + + + +TO-225 +grid 2.54 mm, vertical + + + + + +Dual In Line Package + + + + + +TO 92 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 72 + + + + + +Molded Package +grid 2.54 mm + + + + + +TO-236 ITT Intermetall + + + + + +Molded Package +grid 2.54 mm + + + + + +TO 202 horizontal + + + + + +DPAK CASE 369-07 +Source MOTOROLA / ON Semiconductor mjd32-d.pdf + + + + + +TO-18 + + + + + +SOT-93 +grid 5.45 mm + + + + + +TO 202 vertical + + + + + +TO 126 vertical + + + + + +TO 218 vertical + + + + + +TO-92 Pads In Line B E C from top + + + + + +TO 218 horizontal + + + + + +TO-92 +grid 5.08 mm + + + + + +TOP 3 vertical + + + + + +TO-92 Pads In Line E B C from top + + + + + +TO 220 vertical + + + + + +TOP 3 horizontal + + + + + +TO-92 Pads Triangle Reverse + + + + + +TO-18 + + + + + +SOT89 Emitter Collector Basis + + + + + +SOT-23 (BCE) + + + + + +TO-92 +grid 2.54 mm +rotated 45 deg. + + + + + +TO-92 Pads In Line B C E from top + + + + + +SOT-23 (EBC) + + + + + +TO-92 Pads In Line C B E from top + + + + + +SOT89 Basis Collector Emitter + + + + + +TO-92 Pads In Line C E B from top + + + + + +SOT363 +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + +SIP-5 +Source: 2SA798.pdf + + + + + +2-10H1A TOSHIBA Package for RF Transistors +Source: 2SC2395.pdf + + + + + +SOT-37 +Motorola CASE 317A-01 ISSUE B +http://www.ee.siue.edu/~alozows/library/datasheets/BFR96.pdf + + + + + +T-30 Horizontal +Source: 2SC1944.pdf + + + + + +T-30 Vertical +Source: 2SC1944 + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +G1 +G2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE +B2 +B1 +E + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-4 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP BIPOLAR DARLINGTON TRANSISTOR</b><p> +Source: http://www.datasheetcatalog.org/datasheet/mospec/BDX54.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>PNP Transistor</b> Medium Power Linear Switching Applications<p> +Source: http://onsemi.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b><p> +Source: http://www.fairchildsemi.com/ds/BD/BD239C.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>PNP TRANSISTOR</b><p> +Source: Motorola Semiconductor, Master Selection Guide<br> +Q3/95 SG73 REV 8 page 5.5-5 + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. 2SC1740.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC3330 .pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN EPITAXIAL TRANSISTOR</b><p> +Source: TOSHIBA .. 2SC1815 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC945 2.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Silicon Epitaxial Planar Transistor</b><p> +Source: SEMTECH ELECTRONICS LTD. ... 2SC458 1.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +NPN Bias Resistor Transistor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common emitter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Final RF Power Outupt<p> +Source: 2sc1306.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL COMPLEMENTARY: L78 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>TRANSISTOR ARRAY</b><p> +general purpose, high current<p> +common collector + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL NPN/NPN L88 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>DUAL PNP/PNP L87 TRANSISTORS</b> ENHANCED SPECIFICATION PICOmini(TM) SURFACE MOUNT<p> +Source: CMLT5078%20SERIES.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>UNIJUNCTION TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>N CHANNEL Dual Gate MOS FET</b> VHF Amplifier<p> +Source: 3SK59.pdf + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN BIPOLAR DARLINGTON TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2098.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: www.Datasheet4U.com 2SC2905.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Transistor</b> Silicon Epitaxial, High Frequency Power Amplifier<p> +Source: 2SC1307.pdf + + + + + + + + + + + + + + + + + + + + + + +<b>Complementary Power Transistors</b> + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Trnasitor</b> RF Power Amplifier<p> +Source: 2SC3212.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +PNP Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + +NPN Darlington Transistor + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +<b>NPN TRANSISTOR</b> + + + + + + + + + + + + + + + + + + + + + + +PNP Transistror + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplivier<p> +Source: 2SC2395.pdf + + + + + + + + + + + + + + + + + + + + + + +NPN Transistror<p> +BF959 corrected 2008.03.06<br> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2sc1969.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN Epitaxial Planar Transistor</b> RF Power Amplifier<p> +Source: 2SC1944.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>NPN/PNP Silicon Digital Transistor Array</b><p> +Source: Infineon-BCR22PN-DS-v01_01-en.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + +<b>PNP DIFFERENTAL AMP</b> SIP-5<p> +Source: 2SA798.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports URNs for individual library +assets (packages, symbols, and devices). The URNs of those assets +will not be understood (or retained) with this version. + + +Since Version 8.3, EAGLE supports the association of 3D packages +with devices in libraries, schematics, and board files. Those 3D +packages will not be understood (or retained) with this version. + + + \ No newline at end of file diff --git a/electronicDie/hardware/v1.2/loga/avast-logo-social.png b/electronicDie/hardware/v1.2/loga/avast-logo-social.png new file mode 100644 index 0000000..04a65f0 Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/avast-logo-social.png differ diff --git a/electronicDie/hardware/v1.2/loga/avast-logo-social_bw.bmp b/electronicDie/hardware/v1.2/loga/avast-logo-social_bw.bmp new file mode 100644 index 0000000..43d5db1 Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/avast-logo-social_bw.bmp differ diff --git a/electronicDie/hardware/v1.2/loga/fablab_logo-main.svg b/electronicDie/hardware/v1.2/loga/fablab_logo-main.svg new file mode 100644 index 0000000..1844a67 --- /dev/null +++ b/electronicDie/hardware/v1.2/loga/fablab_logo-main.svg @@ -0,0 +1,92 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/electronicDie/hardware/v1.2/loga/fablab_logo-main_bw.bmp b/electronicDie/hardware/v1.2/loga/fablab_logo-main_bw.bmp new file mode 100644 index 0000000..88edeca Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/fablab_logo-main_bw.bmp differ diff --git a/electronicDie/hardware/v1.2/loga/logo-gatema-jpg.jpg b/electronicDie/hardware/v1.2/loga/logo-gatema-jpg.jpg new file mode 100644 index 0000000..58f7ace Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/logo-gatema-jpg.jpg differ diff --git a/electronicDie/hardware/v1.2/loga/logo-gatema-jpg_bw.bmp b/electronicDie/hardware/v1.2/loga/logo-gatema-jpg_bw.bmp new file mode 100644 index 0000000..dadddab Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/logo-gatema-jpg_bw.bmp differ diff --git a/electronicDie/hardware/v1.2/loga/red-hat-logo.png b/electronicDie/hardware/v1.2/loga/red-hat-logo.png new file mode 100644 index 0000000..66b734c Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/red-hat-logo.png differ diff --git a/electronicDie/hardware/v1.2/loga/red-hat-logo_bw.bmp b/electronicDie/hardware/v1.2/loga/red-hat-logo_bw.bmp new file mode 100644 index 0000000..f984b78 Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/red-hat-logo_bw.bmp differ diff --git a/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473.webp b/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473.webp new file mode 100644 index 0000000..ece4b39 Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473.webp differ diff --git a/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473_bw.bmp b/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473_bw.bmp new file mode 100644 index 0000000..8223408 Binary files /dev/null and b/electronicDie/hardware/v1.2/loga/robotarna_logo-2048x473_bw.bmp differ diff --git a/electronicDie/hardware/v1.2/loga/src.txt b/electronicDie/hardware/v1.2/loga/src.txt new file mode 100644 index 0000000..00da78c --- /dev/null +++ b/electronicDie/hardware/v1.2/loga/src.txt @@ -0,0 +1,15 @@ +Avast +https://support.avast.com/resource/1644486509000/avast_resources/img/avast-logo-social.png + +Red Hat +https://www.redhat.com/sysadmin/themes/custom/sysadmin/assets/images/red-hat-logo.png + +Gatema +https://www.gatema.cz/file-link/logo-gatema-jpg.jpg + +FabLab +https://www.fablabbrno.cz/img/logo-main.svg + +Robotárna +https://helceletka.cz/wp-content/uploads/2020/01/robotarna_logo-2048x473.png + diff --git a/electronicDie/index.html b/electronicDie/index.html new file mode 100644 index 0000000..349f244 --- /dev/null +++ b/electronicDie/index.html @@ -0,0 +1,1196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + O co jde? - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

Elektronická hrací kostka je jednoduché elektronické zařízení, které vám nahradí klasickou hrací kostku. +Ovládá se jedním tlačítkem na desce, kterým můžete zapnout losování čísla. Jakmile vám jedno číslo padne, bude na kostce svítit až do dalšího hodu.

+

Tak směle házejte a nebojte se zahrát si spolu třeba kostky.

+

RoboSvit schéma +RoboSvit schéma

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/electronicDie/manual/index.html b/electronicDie/manual/index.html new file mode 100644 index 0000000..55468ea --- /dev/null +++ b/electronicDie/manual/index.html @@ -0,0 +1,1260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Návod - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Návod

+

RoboSvit schéma
+1. Připravíme si desku pro hrací kostku

+
+ +

RoboSvit schéma
+2. Osadíme 3 diody 1N4148 (D1, D2, D3). Pozor na polaritu! Je třeba mít černý proužek na diodě na stejné straně, jako je naznačeno bílým proužkem na desce.

+
+ +

RoboSvit schéma
+3. Osadíme 3 rezistory 4.7 MΩ (R1, R4, R9)

+
+ +

RoboSvit schéma
+4. Osadíme 3 rezistory 10 kΩ (R3, R6, R10)

+
+ +

RoboSvit schéma
+5. Osadíme 3 rezistory 1 kΩ (R5, R7, R8)

+
+ +

RoboSvit schéma
+6. Osadíme rezistor 2 kΩ (R2)

+
+ +

RoboSvit schéma
+7. Osadíme 4 kondenzátory 100 nF (C1, C2, C3, C4)

+
+ +

RoboSvit schéma
+8. Osadíme 1 tranzistor BC547B (T2) Je třeba dodržet orientaci dle naznačení na desce!

+
+ +

RoboSvit schéma
+9. Osadíme 1 tranzistor BC557B (T1) Opět je třeba dodržet otočení dle nákresu na desce!

+
+ +

RoboSvit schéma
+10. Osadíme 7 červených LEDek (LED1, LED2, LED3, LED4, LED5, LED6, LED7) Je třeba dodržet otočení dle nákresu na desce!

+
+ +

RoboSvit schéma
+11. Osadíme tlačítko (S1)

+ + + +
+ +

RoboSvit schéma
+12. Osadíme 2 integrované obvody (IC1, IC2) Je třeba dodržet orientaci! Kolečko na pouzdře obvodu musí být v levém horním rohu na desce! Pokud si nejste otočením jisti, zeptejte se raději lektora.

+
+ +

RoboSvit schéma
+13. Připravíme si vteřinové lepidlo a podložku pod USB konektor

+
+ +

RoboSvit schéma
+14. Podlepíme USB konektor podle fotky

+
+ +

RoboSvit schéma
+15. Dokončená hrací kostka

+
+ +

RoboSvit schéma
+16. Svítící hrací kostka zapojená v powerbance

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..32aff0c --- /dev/null +++ b/index.html @@ -0,0 +1,1360 @@ + + + + + + + + + + + + + + + + + + + + + + + + Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+ +
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/js/open_in_new_tab.js b/js/open_in_new_tab.js new file mode 100644 index 0000000..e2c1031 --- /dev/null +++ b/js/open_in_new_tab.js @@ -0,0 +1,33 @@ +// Description: Open external links in a new tab and PDF links in a new tab +// Source: https://jekyllcodex.org/without-plugin/new-window-fix/ + +//open external links in a new window +function external_new_window() { + for(var c = document.getElementsByTagName("a"), a = 0;a < c.length;a++) { + var b = c[a]; + if(b.getAttribute("href") && b.hostname !== location.hostname) { + b.target = "_blank"; + b.rel = "noopener"; + } + } +} +//open PDF links in a new window +function pdf_new_window () +{ + if (!document.getElementsByTagName) return false; + var links = document.getElementsByTagName("a"); + for (var eleLink=0; eleLink < links.length; eleLink ++) { + if ((links[eleLink].href.indexOf('.pdf') !== -1)||(links[eleLink].href.indexOf('.doc') !== -1)||(links[eleLink].href.indexOf('.docx') !== -1)) { + links[eleLink].onclick = + function() { + window.open(this.href); + return false; + } + } + } +} + +window.addEventListener("DOMContentLoaded", function() { + external_new_window(); + pdf_new_window(); +}); \ No newline at end of file diff --git a/logic/assets/code_01.png b/logic/assets/code_01.png new file mode 100644 index 0000000..e4ec3d0 Binary files /dev/null and b/logic/assets/code_01.png differ diff --git a/logic/assets/code_02.png b/logic/assets/code_02.png new file mode 100644 index 0000000..167e2a3 Binary files /dev/null and b/logic/assets/code_02.png differ diff --git a/logic/assets/code_03.png b/logic/assets/code_03.png new file mode 100644 index 0000000..f3d0da0 Binary files /dev/null and b/logic/assets/code_03.png differ diff --git a/logic/assets/code_04.png b/logic/assets/code_04.png new file mode 100644 index 0000000..d173c34 Binary files /dev/null and b/logic/assets/code_04.png differ diff --git a/logic/assets/code_05.png b/logic/assets/code_05.png new file mode 100644 index 0000000..7ba0047 Binary files /dev/null and b/logic/assets/code_05.png differ diff --git a/logic/assets/fancy/Logic_fancy-1.png b/logic/assets/fancy/Logic_fancy-1.png new file mode 100644 index 0000000..1acbc33 Binary files /dev/null and b/logic/assets/fancy/Logic_fancy-1.png differ diff --git a/logic/assets/fancy/Logic_fancy-2.png b/logic/assets/fancy/Logic_fancy-2.png new file mode 100644 index 0000000..536c368 Binary files /dev/null and b/logic/assets/fancy/Logic_fancy-2.png differ diff --git a/logic/assets/logic-01.jpg b/logic/assets/logic-01.jpg new file mode 100644 index 0000000..2823436 Binary files /dev/null and b/logic/assets/logic-01.jpg differ diff --git a/logic/assets/logic-02.jpg b/logic/assets/logic-02.jpg new file mode 100644 index 0000000..81dbf63 Binary files /dev/null and b/logic/assets/logic-02.jpg differ diff --git a/logic/assets/logic-03.jpg b/logic/assets/logic-03.jpg new file mode 100644 index 0000000..73489c2 Binary files /dev/null and b/logic/assets/logic-03.jpg differ diff --git a/logic/assets/logic-04.jpg b/logic/assets/logic-04.jpg new file mode 100644 index 0000000..4865fb7 Binary files /dev/null and b/logic/assets/logic-04.jpg differ diff --git a/logic/assets/logic-05.jpg b/logic/assets/logic-05.jpg new file mode 100644 index 0000000..88c2d05 Binary files /dev/null and b/logic/assets/logic-05.jpg differ diff --git a/logic/assets/logic-06.jpg b/logic/assets/logic-06.jpg new file mode 100644 index 0000000..c34c10f Binary files /dev/null and b/logic/assets/logic-06.jpg differ diff --git a/logic/assets/logic-07.jpg b/logic/assets/logic-07.jpg new file mode 100644 index 0000000..85bc1b9 Binary files /dev/null and b/logic/assets/logic-07.jpg differ diff --git a/logic/assets/logic-08.jpg b/logic/assets/logic-08.jpg new file mode 100644 index 0000000..1a56a2d Binary files /dev/null and b/logic/assets/logic-08.jpg differ diff --git a/logic/assets/logic-09.jpg b/logic/assets/logic-09.jpg new file mode 100644 index 0000000..6fc1a90 Binary files /dev/null and b/logic/assets/logic-09.jpg differ diff --git a/logic/assets/logic-10.jpg b/logic/assets/logic-10.jpg new file mode 100644 index 0000000..ed6b320 Binary files /dev/null and b/logic/assets/logic-10.jpg differ diff --git a/logic/assets/logic-11.jpg b/logic/assets/logic-11.jpg new file mode 100644 index 0000000..d4c47bc Binary files /dev/null and b/logic/assets/logic-11.jpg differ diff --git a/logic/assets/logic-12.jpg b/logic/assets/logic-12.jpg new file mode 100644 index 0000000..8d8c406 Binary files /dev/null and b/logic/assets/logic-12.jpg differ diff --git a/logic/assets/logic-13.jpg b/logic/assets/logic-13.jpg new file mode 100644 index 0000000..b93c7bc Binary files /dev/null and b/logic/assets/logic-13.jpg differ diff --git a/logic/assets/logic-14.jpg b/logic/assets/logic-14.jpg new file mode 100644 index 0000000..870a5ff Binary files /dev/null and b/logic/assets/logic-14.jpg differ diff --git a/logic/assets/logic-15.jpg b/logic/assets/logic-15.jpg new file mode 100644 index 0000000..6533c1f Binary files /dev/null and b/logic/assets/logic-15.jpg differ diff --git a/logic/assets/logic-16.jpg b/logic/assets/logic-16.jpg new file mode 100644 index 0000000..0d801f7 Binary files /dev/null and b/logic/assets/logic-16.jpg differ diff --git a/logic/assets/logic-17.jpg b/logic/assets/logic-17.jpg new file mode 100644 index 0000000..fe550de Binary files /dev/null and b/logic/assets/logic-17.jpg differ diff --git a/logic/assets/logic-18.jpg b/logic/assets/logic-18.jpg new file mode 100644 index 0000000..3e959f6 Binary files /dev/null and b/logic/assets/logic-18.jpg differ diff --git a/logic/assets/logic-19.jpg b/logic/assets/logic-19.jpg new file mode 100644 index 0000000..2e90f11 Binary files /dev/null and b/logic/assets/logic-19.jpg differ diff --git a/logic/assets/logic-20.jpg b/logic/assets/logic-20.jpg new file mode 100644 index 0000000..7ef3281 Binary files /dev/null and b/logic/assets/logic-20.jpg differ diff --git a/logic/assets/logic-21.jpg b/logic/assets/logic-21.jpg new file mode 100644 index 0000000..032e3fa Binary files /dev/null and b/logic/assets/logic-21.jpg differ diff --git a/logic/assets/logic-22.jpg b/logic/assets/logic-22.jpg new file mode 100644 index 0000000..ee59150 Binary files /dev/null and b/logic/assets/logic-22.jpg differ diff --git a/logic/assets/logic-23.jpg b/logic/assets/logic-23.jpg new file mode 100644 index 0000000..0a70ee3 Binary files /dev/null and b/logic/assets/logic-23.jpg differ diff --git a/logic/assets/logic-24.jpg b/logic/assets/logic-24.jpg new file mode 100644 index 0000000..8d598ed Binary files /dev/null and b/logic/assets/logic-24.jpg differ diff --git a/logic/assets/logic-25.jpg b/logic/assets/logic-25.jpg new file mode 100644 index 0000000..00524f6 Binary files /dev/null and b/logic/assets/logic-25.jpg differ diff --git a/logic/assets/logic-26.jpg b/logic/assets/logic-26.jpg new file mode 100644 index 0000000..bf7d4a5 Binary files /dev/null and b/logic/assets/logic-26.jpg differ diff --git a/logic/assets/logic-27.jpg b/logic/assets/logic-27.jpg new file mode 100644 index 0000000..3900bf5 Binary files /dev/null and b/logic/assets/logic-27.jpg differ diff --git a/logic/assets/logic-28.jpg b/logic/assets/logic-28.jpg new file mode 100644 index 0000000..700180d Binary files /dev/null and b/logic/assets/logic-28.jpg differ diff --git a/logic/assets/logic-29.jpg b/logic/assets/logic-29.jpg new file mode 100644 index 0000000..52f39a4 Binary files /dev/null and b/logic/assets/logic-29.jpg differ diff --git a/logic/assets/logic-30.jpg b/logic/assets/logic-30.jpg new file mode 100644 index 0000000..ada9258 Binary files /dev/null and b/logic/assets/logic-30.jpg differ diff --git a/logic/assets/logic-31.jpg b/logic/assets/logic-31.jpg new file mode 100644 index 0000000..5cc0843 Binary files /dev/null and b/logic/assets/logic-31.jpg differ diff --git a/logic/assets/logic-32.jpg b/logic/assets/logic-32.jpg new file mode 100644 index 0000000..cd39e42 Binary files /dev/null and b/logic/assets/logic-32.jpg differ diff --git a/logic/code/buttons/index.html b/logic/code/buttons/index.html new file mode 100644 index 0000000..bf4946e --- /dev/null +++ b/logic/code/buttons/index.html @@ -0,0 +1,1559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Tlačítka - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Tlačítka

+

Přímé čtení tlačítek

+
    +
  • buttons.read(gpio_num_t gpio) :
  • +
+

Názvy tlačítek

+
    +
  • Enter
  • +
  • Up
  • +
  • Down
  • +
  • Left
  • +
  • Right
  • +
  • LeftUp
  • +
  • LeftDown
  • +
  • RightUp
  • +
  • RightDown
  • +
+

Příklad použití

+
#include "Logic.hpp"
+#include <iostream>
+
+void logicMain() {
+    while (true) {
+        display.clear();
+
+        if(buttons.read(Enter)) {
+            display.drawSquareFilled(3, 3, 4, Rgb(255, 255, 255));    
+        }
+        else if(buttons.read(Right)) {
+            display.drawSquareFilled(6, 3, 4, Rgb(255, 255, 255));
+        }
+        else if(buttons.read(Down)) {
+            display.drawSquareFilled(3, 6, 4, Rgb(255, 255, 255));
+        }
+        else if(buttons.read(Left)) {
+            display.drawSquareFilled(0, 3, 4, Rgb(255, 255, 255));
+        }
+        else if(buttons.read(Up)) {
+            display.drawSquareFilled(3, 0, 4, Rgb(255, 255, 255));
+        }
+        display.show(30);
+    }
+}
+
+

Registrace událostí na tlačítka

+

buttons.priZmene / buttons.onChange

+
+
buttons.priZmene([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmenenaTlacitka) {
+    if (zmenenaTlacitka[Up] == 1) {
+
+        std::cout << "Tlačítko Nahoru se změnilo a teď je ";
+
+        if (aktualniStav[Up] == 1) {
+            std::cout << "zmáčknuté." << std::endl;
+        } else {
+            std::cout << "puštěné." << std::endl;
+        }
+    }
+});
+
+buttons.priZmene([](std::bitset<MaxID> aktualniStav) {
+    std::cout << "Tlačítko Nahoru je nyní ";
+
+    if (aktualniStav[Up] == 1) {
+        std::cout << "zmáčknuté." << std::endl;
+    } else {
+        std::cout << "puštěné." << std::endl;
+    }
+});
+
+buttons.priZmene([]() {
+    std::cout << "Tlačítko bylo změněno. Není k dispozici více informací." << std::endl;
+});
+
+buttons.priZmene([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmenenaTlacitka) {
+    std::cout << "Tohle uvidíte pouze pokud se změní tlačítko Dolů, a toto tlačítko je nyní ";
+
+    if (aktualniStav[Down] == 1) {
+        std::cout << "zmáčknuté." << std::endl;
+    } else {
+        std::cout << "puštěné." << std::endl;
+    }
+}, Down);
+
+buttons.priZmene([](bool isPressed) {
+    std::cout << "Tohle uvidíte pouze pokud se změní tlačítko Dolů" << std::endl;
+
+    if (isPressed == 1) {
+        std::cout << "zmáčknuté." << std::endl;
+    } else {
+        std::cout << "puštěné." << std::endl;
+    }
+}, Down);
+
+
+buttons.onChange([]() {
+    std::cout << "Tohle uvidíte pouze pokud se změní tlačítko Dolů" << std::endl;
+}, Down);
+
+
+
+
buttons.onChange([](std::bitset<MaxID> currentState, std::bitset<MaxID> buttonChange) {
+    if (buttonChange[up] == 1) {
+
+        std::cout << "Button Up has changed and is now ";
+
+        if (currentState[Up] == 1) {
+            std::cout << "pressed." << std::endl;
+        } else {
+            std::cout << "released." << std::endl;
+        }
+    }
+});
+
+buttons.onChange([](std::bitset<MaxID> currentState) {
+    std::cout << "Button Up is now ";
+
+    if (currentState[Up] == 1) {
+        std::cout << "pressed." << std::endl;
+    } else {
+        std::cout << "released." << std::endl;
+    }
+});
+
+buttons.onChange([]() {
+        std::cout << "A button has changed. No more information available" << std::endl;
+    });
+
+buttons.onChange([](std::bitset<MaxID> currentState, std::bitset<MaxID> buttonChange) {
+    std::cout << "You will see this only when Button Down changes, and the button is now ";
+
+    if (currentState[Down] == 1) {
+        std::cout << "pressed." << std::endl;
+    } else {
+        std::cout << "released." << std::endl;
+    }
+}, Down);
+
+buttons.onChange([](bool isPressed) {
+    std::cout << "You will see this only when Button Down changes" << std::endl;
+
+    if (isPressed == 1) {
+        std::cout << "pressed." << std::endl;
+    } else {
+        std::cout << "released." << std::endl;
+    }
+}, Down);
+
+
+buttons.onChange([]() {
+    std::cout << "You will see this only when Button Down changes" << std::endl;
+}, Down);
+
+
+
+

buttons.priStisku / buttons.onPress

+
+
buttons.priStisku([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmena) {
+    std::cout << "Nějaké tlačítko bylo zmáčknuto. ";
+
+    if (zmena[Right] == 1) {
+        std::cout << "Bylo to tlačítko Vpravo" << std::endl;
+    } else {
+        std::cout << "Nebylo to tlačítko Vpravo" << std::endl;
+    }
+});
+
+buttons.priStisku([](std::bitset<MaxID> aktualniStav) {
+    std::cout << "Nějaké tlačítko bylo zmáčknuto. ";
+
+    std::cout << "Tlačítka ";
+
+    for(int i = 0; i < MaxID; i++) {
+        if (aktualniStav[i] == 1) {
+            std::cout << i << ", ";
+        }
+    }
+
+    std::cout << "jsou nyní zmáčknutá." << std::endl;
+});
+
+buttons.priStisku([]() {
+    std::cout << "Tlačítko bylo Zmáčknuto. Není k dispozici více informací." << std::endl;
+});
+
+buttons.priStisku([]() {
+    std::cout << "Tohle uvidíte pouze pokud zmáčknete tlačítko Vlevo." << std::endl;
+}, Left);
+
+
+
+
buttons.onPress([](std::bitset<MaxID> currentState, std::bitset<MaxID> changed) {
+    std::cout << "A button has been pressed. ";
+
+    if (changed[Right] == 1) {
+        std::cout << "It was the Right button" << std::endl;
+    } else {
+        std::cout << "It was not the Right button" << std::endl;
+    }
+});
+
+buttons.onPress([](std::bitset<MaxID> currentState) {
+    std::cout << "A button has been pressed. ";
+
+    std::cout << "Buttons ";
+
+    for(int i = 0; i < MaxID; i++) {
+        if (currentState[i] == 1) {
+            std::cout << i << ", ";
+        }
+    }
+
+    std::cout << "are now pressed." << std::endl;
+});
+
+buttons.onPress([]() {
+    std::cout << "A button has been pressed. No more information available" << std::endl;
+});
+
+buttons.onPress([]() {
+    std::cout << "You will see this only when Button Left get pressed down." << std::endl;
+}, Left);
+
+
+
+

buttons.priUvolneni / buttons.onRelease

+
+
buttons.priUvolneni([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmena) {
+    std::cout << "Tlačítko bylo puštěno. ";
+
+    if (zmena[Right] == 1) {
+        std::cout << "Bylo to tlačítko Vpravo" << std::endl;
+    } else {
+        std::cout << "Nebylo to tlačítko Vpravo" << std::endl;
+    }
+});
+
+buttons.priUvolneni([](std::bitset<MaxID> aktualniStav) {
+    std::cout << "Tlačítko bylo puštěno. ";
+
+    std::cout << "Tlačítka ";
+
+    for(int i = 0; i < MaxID; i++) {
+        if (aktualniStav[i] == 0) {
+            std::cout << i << ", ";
+        }
+    }
+
+    std::cout << "jsou nyní puštěná." << std::endl;
+});
+
+buttons.priUvolneni([]() {
+    std::cout << "Tlačítko bylo uvolněno. Není k dispozici více informací." << std::endl;
+});
+
+buttons.priUvolneni([]() {
+    std::cout << "Tohle uvidíte pouze pokud pustíte tlačítko Vlevo." << std::endl;
+}, Left);
+
+
+
+
buttons.onRelease([](std::bitset<MaxID> currentState, std::bitset<MaxID> changed) {
+    std::cout << "A button has been released. ";
+
+    if (changed[Right] == 0) {
+        std::cout << "It was the Right button" << std::endl;
+    } else {
+        std::cout << "It was not the Right button" << std::endl;
+    }
+});
+
+buttons.onRelease([](std::bitset<MaxID> currentState) {
+    std::cout << "A button has been released. ";
+
+    std::cout << "Buttons ";
+
+    for(int i = 0; i < MaxID; i++) {
+        if (currentState[i] == 0) {
+            std::cout << i << ", ";
+        }
+    }
+
+    std::cout << "are now released." << std::endl;
+});
+
+buttons.onRelease([]() {
+    std::cout << "A button has been released. No more information available" << std::endl;
+});
+
+buttons.onRelease([]() {
+    std::cout << "You will see this only when Button Left gets released." << std::endl;
+}, Left);   
+
+
+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/buzzer/index.html b/logic/code/buzzer/index.html new file mode 100644 index 0000000..11dd828 --- /dev/null +++ b/logic/code/buzzer/index.html @@ -0,0 +1,1268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Bzučák - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Bzučák

+
+
    +
  • bool jeZapnuty() :
  • +
  • void zapnout() :
  • +
  • void vypnout() :
  • +
+
+
+
    +
  • bool isOn() :
  • +
  • void on() :
  • +
  • void off() :
  • +
+
+
+

Příklad použití

+
#include "Logic.hpp"
+#include <iostream>
+
+void logicMain() {
+    while (true) {
+        if(buttons.read(Enter)) {
+            buzzer.on();
+        } else
+        {
+            buzzer.off();
+        }
+    }
+
+}
+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/display/index.html b/logic/code/display/index.html new file mode 100644 index 0000000..8c3c126 --- /dev/null +++ b/logic/code/display/index.html @@ -0,0 +1,1397 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Displej - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Displej

+
+
    +
  • +

    Rgb& pozice(int x, int y) : Vrátí pixel na dané pozici

    +
  • +
  • +

    void nastavBarvu(int x, int y, Rgb color) : Nastaví barvu pixelu na dané pozici

    +
  • +
  • +

    void vycisti() : Vyčistí celý displej

    +
  • +
  • +

    void vypln(Rgb barva) : Vyplň celý displej barvou

    +
  • +
  • +

    void nakresliObdelnik(int x, int y, int sirka, int vyska, Rgb barva, int tloustkaCary = 1) : Nakreslí obdélník se zadanými parametry

    +
  • +
  • +

    void nakresliObdelnik(const Obdelnik& obdelnik, Rgb barva, int tloustkaCary = 1) : Nakreslí obdélník se zadanými parametry

    +
  • +
  • +

    void nakresliObdelnikVyplneny(int x, int y, int sirka, int vyska, Rgb barva) : Nakreslí vyplněný obdélník se zadanými parametry

    +
  • +
  • +

    void nakresliObdelnikVyplneny(const Obdelnik& obdelnik, Rgb barva) : Nakreslí vyplněný obdélník se zadanými parametry

    +
  • +
  • +

    void nakresliCtverec(int x, int y, int strana, Rgb barva, int tlouskaCary = 1) : Nakreslí čtverec se zadanými parametry

    +
  • +
  • +

    void nakresliCtverecVyplneny(int x, int y, int strana, Rgb barva) : Nakreslí čtverec se zadanými parametry

    +
  • +
  • +

    void nakresliKruznici(int stredX, int stredY, int polomer, Rgb barva) : Nakreslí kružnici s danými parametry

    +
  • +
  • +

    void nakresliKruzniciVyplnenou(int stredX, int stredY, int polomer, Rgb barva) : Nakreslí vyplněnou kružnici (kruh) s danými parametry

    +
  • +
  • +

    void nakresliCaru(int x1, int y1, int x2, int y2, Rgb barva, int tloustkaCary = 1) : Nakreslí čáru

    +
  • +
  • +

    void ukaz(int intenzita = 255) : Vykresli připravený snímek na displeji

    +
  • +
+
+
+
    +
  • +

    Rgb& at(int x, int y) : Returns reference to pixel on that position

    +
  • +
  • +

    void setColor(int x, int y, Rgb color) : Set the color of pixel at specified position

    +
  • +
  • +

    void clear() : Clear the display

    +
  • +
  • +

    void fill(Rgb color) : Fill the display with color

    +
  • +
  • +

    void drawRectangle(int x, int y, int width, int height, Rgb color, int strokeWidth = 1) : Draw rectangle with specified parameters

    +
  • +
  • +

    void drawRectangle(const Rectangle& rect, Rgb color, int strokeWidth = 1) : Draw rectangle with specified parameters

    +
  • +
  • +

    void drawRectangleFilled(int x, int y, int width, int height, Rgb color) : Draw filled rectangle with specified parameters

    +
  • +
  • +

    void drawRectangleFilled(const Rectangle& rect, Rgb color) : Draw filled rectangle with specified parameters

    +
  • +
  • +

    void drawSquare(int x, int y, int size, Rgb color, int strokeWidth = 1) : Draw square with specified parameters

    +
  • +
  • +

    void drawSquareFilled(int x, int y, int size, Rgb color) : Draw filled square with specified parameters

    +
  • +
  • +

    void drawCircle(int centerX, int centerY, int radius, Rgb color) : Draw circle with specified parameters

    +
  • +
  • +

    void drawCircleFilled(int centerX, int centerY, int radius, Rgb color) :

    +
  • +
  • +

    void drawLine(int x1, int y1, int x2, int y2, Rgb color, int strokeWidth = 1) : Draw line

    +
  • +
  • +

    void show(int intensity = 255) : Show prepared frame on display

    +
  • +
+
+
+

Příklad použití

+
#include "Logic.hpp"
+#include <iostream>
+
+void logicMain() {
+    while (true)
+    {
+        display.fill(Rgb(255, 0, 0)); //red
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawLine(1, 0, 8, 0, Rgb(255, 0, 0)); // red
+        display.drawLine(0, 1, 8, 9, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawRectangle(0, 1, 8, 4, Rgb(255, 0, 0)); // red
+        display.drawRectangle(4, 3, 6, 5, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawRectangleFilled(0, 1, 8, 4, Rgb(255, 0, 0)); // red
+        display.drawRectangleFilled(4, 3, 6, 5, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawCircle(3, 3, 2, Rgb(255, 0, 0)); // red
+        display.drawCircle(6, 7, 3, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawCircleFilled(3, 3, 2, Rgb(255, 0, 0)); // red
+        display.drawCircleFilled(6, 7, 3, Rgb(0, 255, 0)); // green   
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawSquare(1, 1, 3, Rgb(255, 0, 0)); //red
+        display.drawSquare(4, 5, 4, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.drawSquareFilled(1, 1, 3, Rgb(255, 0, 0)); //red
+        display.drawSquareFilled(4, 5, 4, Rgb(0, 255, 0)); // green
+
+        display.show(30);
+        delay(3000);
+        display.clear();
+
+        display.at(0, 0) = Rgb(255, 0, 0); // red
+        display.at(4, 7) = Rgb(0, 255, 0); // green
+    }
+}
+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/example/index.html b/logic/code/example/index.html new file mode 100644 index 0000000..750df87 --- /dev/null +++ b/logic/code/example/index.html @@ -0,0 +1,1300 @@ + + + + + + + + + + + + + + + + + + + + + + Příklady dokumentace - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Příklady dokumentace

+
+

Pozor

+

Popisek výrazný

+
1
+2
+3
+4
+5
def bubble_sort(items):
+    for i in range(len(items)):
+        for j in range(len(items) - 1 - i):
+            if items[j] > items[j + 1]:
+                items[j], items[j + 1] = items[j + 1], items[j]
+
+
+
#include <stdio.h>
+#include <stdlib.h>
+
+void ukol3()
+{
+    const int poc = 5;
+    int pole[poc];
+
+    nactiPole(pole, poc);
+    vypisPole(pole, poc);
+    sectiPole(pole, poc);
+}
+
+
+int main(int argc, char *argv[])
+{
+    ukol3();
+    return 0;
+}
+
+

Zatržítka

+
    +
  • Lorem ipsum dolor sit amet, consectetur adipiscing elit
  • +
  • Vestibulum convallis sit amet nisi a tincidunt
      +
    • In hac habitasse platea dictumst
    • +
    • In scelerisque nibh non dolor mollis congue sed et metus
    • +
    • Praesent sed risus massa
    • +
    +
  • +
  • Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
  • +
+

Bloky výběru

+

Užitečné funkce

+
+
    +
  • `` :
  • +
+
+
+
    +
  • `` :
  • +
+
+
+
+

Info

+

Poznámka!!! dolor sit amet, consectetur +adipiscing elit. Nulla et euismod nulla. +Curabitur feugiat, tortor non consequat +finibus, justo purus auctor massa, nec +semper lorem quam in massa.

+
+
+
#include <stdio.h>
+
+int main(void) {
+  printf("Hello world!\n");
+  return 0;
+}
+
+
+
+
#include <iostream>
+
+int main(void) {
+  std::cout << "Hello world!" << std::endl;
+  return 0;
+}
+
+
+
+

Klávesy

+

Ctrl+Alt+Del

+

Schovaný bloky

+
+Note +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod +nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor +massa, nec semper lorem quam in massa.

+
+

pozor

+
+

Bug

+

Pozor bug!!! dolor sit amet, consectetur +adipiscing elit. Nulla et euismod nulla. +Curabitur feugiat, tortor non consequat +finibus, justo purus auctor massa, nec +semper lorem quam in massa.

+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/links/index.html b/logic/code/links/index.html new file mode 100644 index 0000000..1ac0525 --- /dev/null +++ b/logic/code/links/index.html @@ -0,0 +1,1195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Užitečné odkazy - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+ +
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/projects/index.html b/logic/code/projects/index.html new file mode 100644 index 0000000..61e5cdf --- /dev/null +++ b/logic/code/projects/index.html @@ -0,0 +1,1302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Vzorové projekty - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Vzorové projekty

+

Níže najdete seznam ukázkových aplikací pro Logika.

+

Vzorové projekty v angličtině

+ +

Vzorové projekty v češtině

+ +

Inspirace

+

Chceš si něco naprogramovat a nevíš co? Zkus následující!

+

Hry

+
    +
  • logic
  • +
  • flappy bird
  • +
  • bludiště
  • +
  • plošinovka
  • +
  • piškvorky
  • +
  • bomber
  • +
  • tetris
  • +
  • asteroids
  • +
  • miny
  • +
+

Hry pro více lidí

+
    +
  • lodě
  • +
  • piškvorky
  • +
  • šachy
  • +
  • dáma
  • +
  • snake
  • +
  • pong
  • +
+

Fancy grafika

+
    +
  • baterka (nastavitelný jas / barva)
  • +
  • oheň
  • +
  • sinus
  • +
  • duha
  • +
  • animace
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/statusBar/index.html b/logic/code/statusBar/index.html new file mode 100644 index 0000000..7dae866 --- /dev/null +++ b/logic/code/statusBar/index.html @@ -0,0 +1,1297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Status bar - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Status bar

+
+
    +
  • void nastavStav(int stav) : Nastaví stav
  • +
  • int stav() : Vrátí aktuálně nastavený stav
  • +
  • void nastavBarvu(Rgb barva) : Nastaví barvu stavové řádky
  • +
  • Rgb barva() : Vrátí aktuální barvu stavového řádku
  • +
  • void ukaz(int intenzita = 255) : Vykreslí aktuální snímek/stav
  • +
  • void vycisti() : Vyčistí celý displej
  • +
  • Rgb& pozice(int x) : Vrátí pixel na dané pozici
  • +
  • Rgb& operátor[](int i_index); :
  • +
+
+
+
    +
  • void setState(int state) : Set progress
  • +
  • int state() : Returns current state
  • +
  • void setColor(Rgb color) : Set the color of status bar
  • +
  • Rgb color() : Returns current color of status bar
  • +
  • void show(int intensity = 255) : Show current frame/state
  • +
  • void clear() : Clear the display
  • +
  • Rgb& at(int x) : Return pixel at given position
  • +
+
+
+

Příklad použití

+
#include "Logic.hpp"
+#include <iostream>
+
+void logicMain() {
+    while (true) {
+        statusBar.setColor(Rgb(255, 0, 0));
+        statusBar.setState(4);
+
+        statusBar.show(30);
+        delay(3000);
+        statusBar.clear();
+
+        statusBar.setColor(Rgb(0, 255, 0));
+        statusBar.setState(2);
+
+        statusBar.show(30);
+        delay(3000);
+        statusBar.clear();
+
+        statusBar.at(4) = Rgb(0, 0, 255);
+
+        statusBar.show(30);
+        delay(3000);
+        statusBar.clear();
+
+        statusBar.at(0) = Rgb(255, 0, 0);
+        statusBar.at(1) = Rgb(0, 255, 0);
+        statusBar.at(2) = Rgb(0, 0, 255);
+
+        statusBar.show(30);
+        delay(3000);
+        statusBar.clear();
+    }
+}
+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/code/utils/index.html b/logic/code/utils/index.html new file mode 100644 index 0000000..c034ee5 --- /dev/null +++ b/logic/code/utils/index.html @@ -0,0 +1,1304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Užitečné funkce - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Užitečné funkce

+

Časové funkce

+
+
    +
  • void delay(uint32_t ms) : Čeká po specifikovaný počet milisekund
  • +
  • void cekejVteriny(float vteriny) : Čeká po specifikovaný počet vteřin
  • +
  • float vteriny() : Vrátí počet vteřin od začátku programu
  • +
  • uint32_t millis() : Vrátí počet milisekund od začátku programu
  • +
+
+
+
    +
  • +

    void delay(uint32_t ms) : Wait for specified amount of milliseconds

    +
  • +
  • +

    void waitSeconds(float seconds) : Wait for specified amount of seconds

    +
  • +
  • uint32_t millis() : Returns time since boot in milliseconds
  • +
  • float seconds() : Returns time since boot in seconds
  • +
+
+
+

Náhodná čísla

+
+
    +
  • long nahodne(long maximum) : Vrátí náhodné číslo od 0 do maximum
  • +
  • long nahodne(long minimum, long maximum) : Vrátí náhodné číslo od minima do maximum
  • +
+
+
+
    +
  • long random(long max) : Get random number from 0 to max
  • +
  • long random(long min, long max) : Get random number from min to max
  • +
+
+
+

Automatické formátování

+

Na Windows Shift+Alt+F

+

Na Linuxu Ctrl+Shift+I

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/examples/index.html b/logic/examples/index.html new file mode 100644 index 0000000..2bfc79d --- /dev/null +++ b/logic/examples/index.html @@ -0,0 +1,1194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Kódové příklady - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Kódové příklady

+

Kódové příklady najdeš v ZIPu tady. +Uvnitř ZIPu jsou příklady ve složce examples/.

+

Každá složka v examples/ je úplný projekt, který lze otevřít ve VSCode pomocí File -> Open folder.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/hardware/LEDky100.sch b/logic/hardware/LEDky100.sch new file mode 100644 index 0000000..4d413a6 --- /dev/null +++ b/logic/hardware/LEDky100.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 30 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/LEDky4.sch b/logic/hardware/LEDky4.sch new file mode 100644 index 0000000..a726b0e --- /dev/null +++ b/logic/hardware/LEDky4.sch @@ -0,0 +1,861 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 8 17 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L power:GND #PWR? +U 1 1 5F78FD5C +P 3700 4100 +AR Path="/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD5C" Ref="#PWR0143" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD5C" Ref="#PWR0151" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD5C" Ref="#PWR0159" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD5C" Ref="#PWR0135" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD5C" Ref="#PWR050" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD5C" Ref="#PWR058" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD5C" Ref="#PWR066" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD5C" Ref="#PWR074" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD5C" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD5C" Ref="#PWR0167" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD5C" Ref="#PWR082" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD5C" Ref="#PWR090" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD5C" Ref="#PWR0175" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD5C" Ref="#PWR098" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD5C" Ref="#PWR0183" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD5C" Ref="#PWR0106" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD5C" Ref="#PWR0191" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD5C" Ref="#PWR0114" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD5C" Ref="#PWR0199" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD5C" Ref="#PWR0122" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD5C" Ref="#PWR0207" Part="1" +F 0 "#PWR050" H 3700 3850 50 0001 C CNN +F 1 "GND" H 3705 3927 50 0000 C CNN +F 2 "" H 3700 4100 50 0001 C CNN +F 3 "" H 3700 4100 50 0001 C CNN + 1 3700 4100 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F78FD62 +P 4250 3500 +AR Path="/5F78FD62" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD62" Ref="C75" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD62" Ref="C79" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD62" Ref="C83" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD62" Ref="C71" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD62" Ref="C31" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD62" Ref="C35" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD62" Ref="C39" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD62" Ref="C43" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD62" Ref="C87" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD62" Ref="C47" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD62" Ref="C51" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD62" Ref="C91" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD62" Ref="C55" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD62" Ref="C95" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD62" Ref="C59" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD62" Ref="C99" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD62" Ref="C63" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD62" Ref="C103" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD62" Ref="C67" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD62" Ref="C107" Part="1" +F 0 "C31" H 4350 3550 50 0000 L CNN +F 1 "100n" H 4365 3455 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4288 3350 50 0001 C CNN +F 3 "~" H 4250 3500 50 0001 C CNN +F 4 "C1525" H 4250 3500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4250 3500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4250 3500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4250 3300 4250 3350 +Wire Wire Line + 3700 3300 4250 3300 +Wire Wire Line + 4250 3650 4250 4000 +Wire Wire Line + 4250 4000 3700 4000 +Wire Wire Line + 3700 4100 3700 4000 +Connection ~ 3700 4000 +Wire Wire Line + 3700 3400 3700 3300 +Wire Wire Line + 3400 3700 3250 3700 +Text HLabel 3250 3700 0 50 Input ~ 0 +DATA_IN +$Comp +L LED:WS2812B D? +U 1 1 5F78FD71 +P 5100 3700 +AR Path="/5F78FD71" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD71" Ref="D57" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD71" Ref="D61" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD71" Ref="D65" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD71" Ref="D53" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD71" Ref="D13" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD71" Ref="D17" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD71" Ref="D21" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD71" Ref="D25" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD71" Ref="D69" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD71" Ref="D29" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD71" Ref="D33" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD71" Ref="D73" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD71" Ref="D37" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD71" Ref="D77" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD71" Ref="D41" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD71" Ref="D81" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD71" Ref="D45" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD71" Ref="D85" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD71" Ref="D49" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD71" Ref="D89" Part="1" +F 0 "D13" H 5444 3746 50 0000 L CNN +F 1 "WS2812C" H 5444 3655 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5150 3400 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 5200 3325 50 0001 L TNN +F 4 "C114587" H 5100 3700 50 0001 C CNN "LCSC" +F 5 "0;0;90" H 5100 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5100 3700 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F798BEB +P 5100 4100 +AR Path="/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F798BEB" Ref="#PWR0146" Part="1" +AR Path="/5FACC290/5F793C20/5F798BEB" Ref="#PWR0154" Part="1" +AR Path="/5FACC290/5F7945F7/5F798BEB" Ref="#PWR0162" Part="1" +AR Path="/5FACC290/5F79516D/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F798BEB" Ref="#PWR0138" Part="1" +AR Path="/5FACC290/5F79846B/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F798BEB" Ref="#PWR053" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F798BEB" Ref="#PWR061" Part="1" +AR Path="/5F79BCD0/5F793C20/5F798BEB" Ref="#PWR069" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F798BEB" Ref="#PWR077" Part="1" +AR Path="/5F79BCD0/5F79516D/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F798BEB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F798BEB" Ref="#PWR0170" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F798BEB" Ref="#PWR085" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F798BEB" Ref="#PWR093" Part="1" +AR Path="/5FACC290/5FB77C34/5F798BEB" Ref="#PWR0178" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F798BEB" Ref="#PWR0101" Part="1" +AR Path="/5FACC290/5FB77C64/5F798BEB" Ref="#PWR0186" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F798BEB" Ref="#PWR0109" Part="1" +AR Path="/5FACC290/5FB77C81/5F798BEB" Ref="#PWR0194" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F798BEB" Ref="#PWR0117" Part="1" +AR Path="/5FACC290/5FB77C9B/5F798BEB" Ref="#PWR0202" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F798BEB" Ref="#PWR0125" Part="1" +AR Path="/5FACC290/5FB77CB0/5F798BEB" Ref="#PWR0210" Part="1" +F 0 "#PWR053" H 5100 3850 50 0001 C CNN +F 1 "GND" H 5105 3927 50 0000 C CNN +F 2 "" H 5100 4100 50 0001 C CNN +F 3 "" H 5100 4100 50 0001 C CNN + 1 5100 4100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5650 3300 5650 3350 +Wire Wire Line + 5100 3300 5650 3300 +Wire Wire Line + 5650 3650 5650 4000 +Wire Wire Line + 5650 4000 5100 4000 +Wire Wire Line + 5100 4100 5100 4000 +Connection ~ 5100 4000 +Wire Wire Line + 5100 3400 5100 3300 +Connection ~ 5100 3300 +$Comp +L power:GND #PWR? +U 1 1 5F798BEE +P 6400 4100 +AR Path="/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F798BEE" Ref="#PWR0148" Part="1" +AR Path="/5FACC290/5F793C20/5F798BEE" Ref="#PWR0156" Part="1" +AR Path="/5FACC290/5F7945F7/5F798BEE" Ref="#PWR0164" Part="1" +AR Path="/5FACC290/5F79516D/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F798BEE" Ref="#PWR0140" Part="1" +AR Path="/5FACC290/5F79846B/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F798BEE" Ref="#PWR055" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F798BEE" Ref="#PWR063" Part="1" +AR Path="/5F79BCD0/5F793C20/5F798BEE" Ref="#PWR071" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F798BEE" Ref="#PWR079" Part="1" +AR Path="/5F79BCD0/5F79516D/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F798BEE" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F798BEE" Ref="#PWR0172" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F798BEE" Ref="#PWR087" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F798BEE" Ref="#PWR095" Part="1" +AR Path="/5FACC290/5FB77C34/5F798BEE" Ref="#PWR0180" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F798BEE" Ref="#PWR0103" Part="1" +AR Path="/5FACC290/5FB77C64/5F798BEE" Ref="#PWR0188" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F798BEE" Ref="#PWR0111" Part="1" +AR Path="/5FACC290/5FB77C81/5F798BEE" Ref="#PWR0196" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F798BEE" Ref="#PWR0119" Part="1" +AR Path="/5FACC290/5FB77C9B/5F798BEE" Ref="#PWR0204" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F798BEE" Ref="#PWR0127" Part="1" +AR Path="/5FACC290/5FB77CB0/5F798BEE" Ref="#PWR0212" Part="1" +F 0 "#PWR055" H 6400 3850 50 0001 C CNN +F 1 "GND" H 6405 3927 50 0000 C CNN +F 2 "" H 6400 4100 50 0001 C CNN +F 3 "" H 6400 4100 50 0001 C CNN + 1 6400 4100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6950 3300 6950 3350 +Wire Wire Line + 6400 3300 6950 3300 +Wire Wire Line + 6950 3650 6950 4000 +Wire Wire Line + 6950 4000 6400 4000 +Wire Wire Line + 6400 4100 6400 4000 +Connection ~ 6400 4000 +Wire Wire Line + 6400 3400 6400 3300 +Connection ~ 6400 3300 +Wire Wire Line + 4000 3700 4800 3700 +Wire Wire Line + 5400 3700 6100 3700 +Wire Wire Line + 5100 3300 4250 3300 +Connection ~ 4250 3300 +Wire Wire Line + 5650 3300 6400 3300 +Connection ~ 5650 3300 +Text HLabel 3500 3300 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 3500 3300 3700 3300 +Connection ~ 3700 3300 +$Comp +L LED:WS2812B D? +U 1 1 5F78FD56 +P 3700 3700 +AR Path="/5F78FD56" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD56" Ref="D56" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD56" Ref="D60" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD56" Ref="D64" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD56" Ref="D52" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD56" Ref="D12" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD56" Ref="D16" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD56" Ref="D20" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD56" Ref="D24" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD56" Ref="D68" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD56" Ref="D28" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD56" Ref="D32" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD56" Ref="D72" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD56" Ref="D36" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD56" Ref="D76" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD56" Ref="D40" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD56" Ref="D80" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD56" Ref="D44" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD56" Ref="D84" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD56" Ref="D48" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD56" Ref="D88" Part="1" +F 0 "D12" H 4044 3746 50 0000 L CNN +F 1 "WS2812C" H 4044 3655 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3750 3400 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3800 3325 50 0001 L TNN +F 4 "C114587" H 3700 3700 50 0001 C CNN "LCSC" +F 5 "0;0;90" H 3700 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3700 3700 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F798BE8 +P 3700 4100 +AR Path="/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F798BE8" Ref="#PWR0144" Part="1" +AR Path="/5FACC290/5F793C20/5F798BE8" Ref="#PWR0152" Part="1" +AR Path="/5FACC290/5F7945F7/5F798BE8" Ref="#PWR0160" Part="1" +AR Path="/5FACC290/5F79516D/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F798BE8" Ref="#PWR0136" Part="1" +AR Path="/5FACC290/5F79846B/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F798BE8" Ref="#PWR051" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F798BE8" Ref="#PWR059" Part="1" +AR Path="/5F79BCD0/5F793C20/5F798BE8" Ref="#PWR067" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F798BE8" Ref="#PWR075" Part="1" +AR Path="/5F79BCD0/5F79516D/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F798BE8" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F798BE8" Ref="#PWR0168" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F798BE8" Ref="#PWR083" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F798BE8" Ref="#PWR091" Part="1" +AR Path="/5FACC290/5FB77C34/5F798BE8" Ref="#PWR0176" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F798BE8" Ref="#PWR099" Part="1" +AR Path="/5FACC290/5FB77C64/5F798BE8" Ref="#PWR0184" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F798BE8" Ref="#PWR0107" Part="1" +AR Path="/5FACC290/5FB77C81/5F798BE8" Ref="#PWR0192" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F798BE8" Ref="#PWR0115" Part="1" +AR Path="/5FACC290/5FB77C9B/5F798BE8" Ref="#PWR0200" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F798BE8" Ref="#PWR0123" Part="1" +AR Path="/5FACC290/5FB77CB0/5F798BE8" Ref="#PWR0208" Part="1" +F 0 "#PWR051" H 3700 3850 50 0001 C CNN +F 1 "GND" H 3705 3927 50 0000 C CNN +F 2 "" H 3700 4100 50 0001 C CNN +F 3 "" H 3700 4100 50 0001 C CNN + 1 3700 4100 + 1 0 0 -1 +$EndComp +Text HLabel 3250 3700 0 50 Input ~ 0 +DATA_IN +$Comp +L power:GND #PWR? +U 1 1 5F78FD77 +P 5100 4100 +AR Path="/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD77" Ref="#PWR0145" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD77" Ref="#PWR0153" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD77" Ref="#PWR0161" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD77" Ref="#PWR0137" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD77" Ref="#PWR052" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD77" Ref="#PWR060" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD77" Ref="#PWR068" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD77" Ref="#PWR076" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD77" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD77" Ref="#PWR0169" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD77" Ref="#PWR084" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD77" Ref="#PWR092" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD77" Ref="#PWR0177" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD77" Ref="#PWR0100" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD77" Ref="#PWR0185" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD77" Ref="#PWR0108" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD77" Ref="#PWR0193" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD77" Ref="#PWR0116" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD77" Ref="#PWR0201" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD77" Ref="#PWR0124" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD77" Ref="#PWR0209" Part="1" +F 0 "#PWR052" H 5100 3850 50 0001 C CNN +F 1 "GND" H 5105 3927 50 0000 C CNN +F 2 "" H 5100 4100 50 0001 C CNN +F 3 "" H 5100 4100 50 0001 C CNN + 1 5100 4100 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F78FD7D +P 5650 3500 +AR Path="/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD7D" Ref="C76" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD7D" Ref="C80" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD7D" Ref="C84" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD7D" Ref="C72" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD7D" Ref="C32" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD7D" Ref="C36" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD7D" Ref="C40" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD7D" Ref="C44" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD7D" Ref="C88" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD7D" Ref="C48" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD7D" Ref="C52" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD7D" Ref="C92" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD7D" Ref="C56" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD7D" Ref="C96" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD7D" Ref="C60" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD7D" Ref="C100" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD7D" Ref="C64" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD7D" Ref="C104" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD7D" Ref="C68" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD7D" Ref="C108" Part="1" +F 0 "C32" H 5765 3546 50 0000 L CNN +F 1 "100n" H 5765 3455 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5688 3350 50 0001 C CNN +F 3 "~" H 5650 3500 50 0001 C CNN +F 4 "C1525" H 5650 3500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5650 3500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5650 3500 + 1 0 0 -1 +$EndComp +$Comp +L LED:WS2812B D? +U 1 1 5F78FD8B +P 6400 3700 +AR Path="/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD8B" Ref="D58" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD8B" Ref="D62" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD8B" Ref="D66" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD8B" Ref="D54" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD8B" Ref="D14" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD8B" Ref="D18" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD8B" Ref="D22" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD8B" Ref="D26" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD8B" Ref="D70" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD8B" Ref="D30" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD8B" Ref="D34" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD8B" Ref="D74" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD8B" Ref="D38" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD8B" Ref="D78" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD8B" Ref="D42" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD8B" Ref="D82" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD8B" Ref="D46" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD8B" Ref="D86" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD8B" Ref="D50" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD8B" Ref="D90" Part="1" +F 0 "D14" H 6744 3746 50 0000 L CNN +F 1 "WS2812C" H 6744 3655 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 6450 3400 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6500 3325 50 0001 L TNN +F 4 "C114587" H 6400 3700 50 0001 C CNN "LCSC" +F 5 "0;0;90" H 6400 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6400 3700 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F78FD91 +P 6400 4100 +AR Path="/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD91" Ref="#PWR0147" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD91" Ref="#PWR0155" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD91" Ref="#PWR0163" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD91" Ref="#PWR0139" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD91" Ref="#PWR054" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD91" Ref="#PWR062" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD91" Ref="#PWR070" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD91" Ref="#PWR078" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD91" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD91" Ref="#PWR0171" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD91" Ref="#PWR086" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD91" Ref="#PWR094" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD91" Ref="#PWR0179" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD91" Ref="#PWR0102" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD91" Ref="#PWR0187" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD91" Ref="#PWR0110" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD91" Ref="#PWR0195" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD91" Ref="#PWR0118" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD91" Ref="#PWR0203" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD91" Ref="#PWR0126" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD91" Ref="#PWR0211" Part="1" +F 0 "#PWR054" H 6400 3850 50 0001 C CNN +F 1 "GND" H 6405 3927 50 0000 C CNN +F 2 "" H 6400 4100 50 0001 C CNN +F 3 "" H 6400 4100 50 0001 C CNN + 1 6400 4100 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F78FD97 +P 6950 3500 +AR Path="/5F78FD97" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD97" Ref="C77" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD97" Ref="C81" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD97" Ref="C85" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD97" Ref="C73" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD97" Ref="C33" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD97" Ref="C37" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD97" Ref="C41" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD97" Ref="C45" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD97" Ref="C89" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD97" Ref="C49" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD97" Ref="C53" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD97" Ref="C93" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD97" Ref="C57" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD97" Ref="C97" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD97" Ref="C61" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD97" Ref="C101" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD97" Ref="C65" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD97" Ref="C105" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD97" Ref="C69" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD97" Ref="C109" Part="1" +F 0 "C33" H 7065 3546 50 0000 L CNN +F 1 "100n" H 7065 3455 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6988 3350 50 0001 C CNN +F 3 "~" H 6950 3500 50 0001 C CNN +F 4 "C1525" H 6950 3500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6950 3500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6950 3500 + 1 0 0 -1 +$EndComp +Text HLabel 3500 3300 0 50 Input ~ 0 +V_BAT +Connection ~ 3700 4100 +Connection ~ 5100 4100 +Connection ~ 6400 4100 +Connection ~ 6950 3300 +Connection ~ 7800 4100 +Text HLabel 8700 3700 2 50 Input ~ 0 +DATA_OUT +$Comp +L power:GND #PWR? +U 1 1 5F798BF1 +P 7800 4100 +AR Path="/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F798BF1" Ref="#PWR0150" Part="1" +AR Path="/5FACC290/5F793C20/5F798BF1" Ref="#PWR0158" Part="1" +AR Path="/5FACC290/5F7945F7/5F798BF1" Ref="#PWR0166" Part="1" +AR Path="/5FACC290/5F79516D/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F798BF1" Ref="#PWR0142" Part="1" +AR Path="/5FACC290/5F79846B/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F798BF1" Ref="#PWR057" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F798BF1" Ref="#PWR065" Part="1" +AR Path="/5F79BCD0/5F793C20/5F798BF1" Ref="#PWR073" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F798BF1" Ref="#PWR081" Part="1" +AR Path="/5F79BCD0/5F79516D/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F798BF1" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F798BF1" Ref="#PWR0174" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F798BF1" Ref="#PWR089" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F798BF1" Ref="#PWR097" Part="1" +AR Path="/5FACC290/5FB77C34/5F798BF1" Ref="#PWR0182" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F798BF1" Ref="#PWR0105" Part="1" +AR Path="/5FACC290/5FB77C64/5F798BF1" Ref="#PWR0190" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F798BF1" Ref="#PWR0113" Part="1" +AR Path="/5FACC290/5FB77C81/5F798BF1" Ref="#PWR0198" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F798BF1" Ref="#PWR0121" Part="1" +AR Path="/5FACC290/5FB77C9B/5F798BF1" Ref="#PWR0206" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F798BF1" Ref="#PWR0129" Part="1" +AR Path="/5FACC290/5FB77CB0/5F798BF1" Ref="#PWR0214" Part="1" +F 0 "#PWR057" H 7800 3850 50 0001 C CNN +F 1 "GND" H 7805 3927 50 0000 C CNN +F 2 "" H 7800 4100 50 0001 C CNN +F 3 "" H 7800 4100 50 0001 C CNN + 1 7800 4100 + 1 0 0 -1 +$EndComp +Text HLabel 8700 3700 2 50 Input ~ 0 +DATA_OUT +Wire Wire Line + 6950 3300 7800 3300 +Wire Wire Line + 8100 3700 8700 3700 +Wire Wire Line + 6700 3700 7500 3700 +Connection ~ 7800 3300 +Wire Wire Line + 7800 3400 7800 3300 +Connection ~ 7800 4000 +Wire Wire Line + 7800 4100 7800 4000 +Wire Wire Line + 8350 4000 7800 4000 +Wire Wire Line + 8350 3650 8350 4000 +Wire Wire Line + 7800 3300 8350 3300 +Wire Wire Line + 8350 3300 8350 3350 +$Comp +L Device:C C? +U 1 1 5F78FDB1 +P 8350 3500 +AR Path="/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FDB1" Ref="C78" Part="1" +AR Path="/5FACC290/5F793C20/5F78FDB1" Ref="C82" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FDB1" Ref="C86" Part="1" +AR Path="/5FACC290/5F79516D/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FDB1" Ref="C74" Part="1" +AR Path="/5FACC290/5F79846B/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FDB1" Ref="C34" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FDB1" Ref="C38" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FDB1" Ref="C42" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FDB1" Ref="C46" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FDB1" Ref="C90" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FDB1" Ref="C50" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FDB1" Ref="C54" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FDB1" Ref="C94" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FDB1" Ref="C58" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FDB1" Ref="C98" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FDB1" Ref="C62" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FDB1" Ref="C102" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FDB1" Ref="C66" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FDB1" Ref="C106" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FDB1" Ref="C70" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FDB1" Ref="C110" Part="1" +F 0 "C34" H 8465 3546 50 0000 L CNN +F 1 "100n" H 8465 3455 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 8388 3350 50 0001 C CNN +F 3 "~" H 8350 3500 50 0001 C CNN +F 4 "C1525" H 8350 3500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8350 3500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8350 3500 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F78FDAB +P 7800 4100 +AR Path="/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FDAB" Ref="#PWR0149" Part="1" +AR Path="/5FACC290/5F793C20/5F78FDAB" Ref="#PWR0157" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FDAB" Ref="#PWR0165" Part="1" +AR Path="/5FACC290/5F79516D/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F798482/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FDAB" Ref="#PWR0141" Part="1" +AR Path="/5FACC290/5F79846B/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FDAB" Ref="#PWR056" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FDAB" Ref="#PWR064" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FDAB" Ref="#PWR072" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FDAB" Ref="#PWR080" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FDAB" Ref="#PWR?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FDAB" Ref="#PWR0173" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FDAB" Ref="#PWR088" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FDAB" Ref="#PWR096" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FDAB" Ref="#PWR0181" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FDAB" Ref="#PWR0104" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FDAB" Ref="#PWR0189" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FDAB" Ref="#PWR0112" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FDAB" Ref="#PWR0197" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FDAB" Ref="#PWR0120" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FDAB" Ref="#PWR0205" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FDAB" Ref="#PWR0128" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FDAB" Ref="#PWR0213" Part="1" +F 0 "#PWR056" H 7800 3850 50 0001 C CNN +F 1 "GND" H 7805 3927 50 0000 C CNN +F 2 "" H 7800 4100 50 0001 C CNN +F 3 "" H 7800 4100 50 0001 C CNN + 1 7800 4100 + 1 0 0 -1 +$EndComp +$Comp +L LED:WS2812B D? +U 1 1 5F78FDA5 +P 7800 3700 +AR Path="/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FDA5" Ref="D59" Part="1" +AR Path="/5FACC290/5F793C20/5F78FDA5" Ref="D63" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FDA5" Ref="D67" Part="1" +AR Path="/5FACC290/5F79516D/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FDA5" Ref="D55" Part="1" +AR Path="/5FACC290/5F79846B/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FDA5" Ref="D15" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FDA5" Ref="D19" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FDA5" Ref="D23" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FDA5" Ref="D27" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FDA5" Ref="D71" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FDA5" Ref="D31" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FDA5" Ref="D35" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FDA5" Ref="D75" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FDA5" Ref="D39" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FDA5" Ref="D79" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FDA5" Ref="D43" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FDA5" Ref="D83" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FDA5" Ref="D47" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FDA5" Ref="D87" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FDA5" Ref="D51" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FDA5" Ref="D91" Part="1" +F 0 "D15" H 8144 3746 50 0000 L CNN +F 1 "WS2812C" H 8144 3655 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7850 3400 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7900 3325 50 0001 L TNN +F 4 "C114587" H 7800 3700 50 0001 C CNN "LCSC" +F 5 "0;0;90" H 7800 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7800 3700 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/logic/hardware/LEDky40.sch b/logic/hardware/LEDky40.sch new file mode 100644 index 0000000..2bb8b1d --- /dev/null +++ b/logic/hardware/LEDky40.sch @@ -0,0 +1,196 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 5 17 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 3850 2500 0 50 Input ~ 0 +V_LED_1 +Text HLabel 3850 2300 0 50 Input ~ 0 +DATA_IN +$Sheet +S 4100 2200 950 500 +U 5F78E191 +F0 "1.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4100 2300 50 +F3 "DATA_OUT" I R 5050 2300 50 +F4 "V_BAT" I L 4100 2500 50 +$EndSheet +Wire Wire Line + 3850 2300 4100 2300 +Wire Wire Line + 3850 2500 4100 2500 +$Sheet +S 5600 2200 950 500 +U 5F791DD2 +F0 "2.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 5600 2300 50 +F3 "DATA_OUT" I R 6550 2300 50 +F4 "V_BAT" I L 5600 2500 50 +$EndSheet +Text HLabel 5500 2500 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 5500 2500 5600 2500 +Wire Wire Line + 5600 2300 5050 2300 +$Sheet +S 7150 2200 950 500 +U 5F793C20 +F0 "3.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 7150 2300 50 +F3 "DATA_OUT" I R 8100 2300 50 +F4 "V_BAT" I L 7150 2500 50 +$EndSheet +Text HLabel 7000 2500 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 7000 2500 7150 2500 +Wire Wire Line + 7150 2300 6550 2300 +$Sheet +S 4100 3100 950 500 +U 5F7945F7 +F0 "4.ch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4100 3200 50 +F3 "DATA_OUT" I R 5050 3200 50 +F4 "V_BAT" I L 4100 3400 50 +$EndSheet +Wire Wire Line + 4100 3200 3850 3200 +Wire Wire Line + 3850 3200 3850 2900 +Wire Wire Line + 3850 2900 8300 2900 +Wire Wire Line + 8300 2900 8300 2300 +Wire Wire Line + 8300 2300 8100 2300 +Wire Wire Line + 4100 3400 3850 3400 +$Sheet +S 5600 3100 950 500 +U 5FB7721A +F0 "5.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 5600 3200 50 +F3 "DATA_OUT" I R 6550 3200 50 +F4 "V_BAT" I L 5600 3400 50 +$EndSheet +$Sheet +S 7150 3100 950 500 +U 5FB77C34 +F0 "6.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 7150 3200 50 +F3 "DATA_OUT" I R 8100 3200 50 +F4 "V_BAT" I L 7150 3400 50 +$EndSheet +$Sheet +S 4100 4000 950 500 +U 5FB77C64 +F0 "7.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4100 4100 50 +F3 "DATA_OUT" I R 5050 4100 50 +F4 "V_BAT" I L 4100 4300 50 +$EndSheet +$Sheet +S 5600 4000 950 500 +U 5FB77C81 +F0 "8.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 5600 4100 50 +F3 "DATA_OUT" I R 6550 4100 50 +F4 "V_BAT" I L 5600 4300 50 +$EndSheet +$Sheet +S 7150 4000 950 500 +U 5FB77C9B +F0 "9.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 7150 4100 50 +F3 "DATA_OUT" I R 8100 4100 50 +F4 "V_BAT" I L 7150 4300 50 +$EndSheet +$Sheet +S 4100 5000 950 500 +U 5FB77CB0 +F0 "10.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4100 5100 50 +F3 "DATA_OUT" I R 5050 5100 50 +F4 "V_BAT" I L 4100 5300 50 +$EndSheet +Wire Wire Line + 5050 3200 5600 3200 +Wire Wire Line + 6550 3200 7150 3200 +Wire Wire Line + 8100 3200 8300 3200 +Wire Wire Line + 8300 3200 8300 3800 +Wire Wire Line + 8300 3800 3850 3800 +Wire Wire Line + 3850 3800 3850 4100 +Wire Wire Line + 3850 4100 4100 4100 +Wire Wire Line + 5050 4100 5600 4100 +Wire Wire Line + 6550 4100 7150 4100 +Wire Wire Line + 8100 4100 8300 4100 +Wire Wire Line + 8300 4100 8300 4650 +Wire Wire Line + 8300 4650 3850 4650 +Wire Wire Line + 3850 4650 3850 5100 +Wire Wire Line + 3850 5100 4100 5100 +Wire Wire Line + 5050 5100 5200 5100 +Text HLabel 5500 3400 0 50 Input ~ 0 +V_LED_2 +Text HLabel 7000 3400 0 50 Input ~ 0 +V_LED_2 +Wire Wire Line + 7150 3400 7000 3400 +Wire Wire Line + 5600 3400 5500 3400 +Text HLabel 7000 4300 0 50 Input ~ 0 +V_LED_3 +Wire Wire Line + 5600 4300 5500 4300 +Wire Wire Line + 4100 4300 3850 4300 +Wire Wire Line + 7150 4300 7000 4300 +Wire Wire Line + 4100 5300 3850 5300 +Text HLabel 3850 3400 0 50 Input ~ 0 +V_LED_1 +Text HLabel 5500 4300 0 50 Input ~ 0 +V_LED_3 +Text HLabel 3850 5300 0 50 Input ~ 0 +V_LED_3 +Text HLabel 3850 4300 0 50 Input ~ 0 +V_LED_2 +Text HLabel 5200 5100 2 50 Input ~ 0 +DATA_OUT +$EndSCHEMATC diff --git a/logic/hardware/LEDky5.sch b/logic/hardware/LEDky5.sch new file mode 100644 index 0000000..c538297 --- /dev/null +++ b/logic/hardware/LEDky5.sch @@ -0,0 +1,1004 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 5 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:C C? +U 1 1 5F78FD62 +P 3350 3450 +AR Path="/5F78FD62" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD62" Ref="C75" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD62" Ref="C79" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD62" Ref="C83" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD62" Ref="C71" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD62" Ref="C31" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD62" Ref="C35" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD62" Ref="C39" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD62" Ref="C43" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD62" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD62" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD62" Ref="C87" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD62" Ref="C47" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD62" Ref="C51" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD62" Ref="C91" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD62" Ref="C55" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD62" Ref="C95" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD62" Ref="C59" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD62" Ref="C99" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD62" Ref="C63" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD62" Ref="C103" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD62" Ref="C67" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD62" Ref="C107" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD62" Ref="C3" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD62" Ref="C35" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD62" Ref="C40" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD62" Ref="C45" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD62" Ref="C50" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD62" Ref="C55" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD62" Ref="C60" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD62" Ref="C65" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD62" Ref="C70" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD62" Ref="C75" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD62" Ref="C80" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD62" Ref="C85" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD62" Ref="C90" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD62" Ref="C95" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD62" Ref="C100" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD62" Ref="C105" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD62" Ref="C110" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD62" Ref="C115" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD62" Ref="C120" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD62" Ref="C31" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD62" Ref="C3" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD62" Ref="C35" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD62" Ref="C40" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD62" Ref="C45" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD62" Ref="C50" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD62" Ref="C55" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD62" Ref="C60" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD62" Ref="C65" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD62" Ref="C70" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD62" Ref="C75" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD62" Ref="C80" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD62" Ref="C85" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD62" Ref="C90" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD62" Ref="C95" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD62" Ref="C100" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD62" Ref="C105" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD62" Ref="C110" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD62" Ref="C115" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD62" Ref="C120" Part="1" +F 0 "C120" H 3450 3500 50 0000 L CNN +F 1 "100n" H 3465 3405 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3388 3300 50 0001 C CNN +F 3 "~" H 3350 3450 50 0001 C CNN +F 4 "C1525" H 3350 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3350 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3350 3450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3350 3250 3350 3300 +Wire Wire Line + 2800 3250 3350 3250 +Wire Wire Line + 3350 3600 3350 3950 +Wire Wire Line + 3350 3950 2800 3950 +Wire Wire Line + 2800 4050 2800 3950 +Connection ~ 2800 3950 +Wire Wire Line + 2800 3350 2800 3250 +Wire Wire Line + 2500 3650 2350 3650 +Text HLabel 2350 3650 0 50 Input ~ 0 +DATA_IN +$Comp +L LED:WS2812B D? +U 1 1 5F78FD71 +P 4200 3650 +AR Path="/5F78FD71" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD71" Ref="D57" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD71" Ref="D61" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD71" Ref="D65" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD71" Ref="D53" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD71" Ref="D13" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD71" Ref="D17" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD71" Ref="D21" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD71" Ref="D25" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD71" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD71" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD71" Ref="D69" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD71" Ref="D29" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD71" Ref="D33" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD71" Ref="D73" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD71" Ref="D37" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD71" Ref="D77" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD71" Ref="D41" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD71" Ref="D81" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD71" Ref="D45" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD71" Ref="D85" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD71" Ref="D49" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD71" Ref="D89" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD71" Ref="D18" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD71" Ref="D23" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD71" Ref="D28" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD71" Ref="D33" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD71" Ref="D38" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD71" Ref="D43" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD71" Ref="D48" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD71" Ref="D53" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD71" Ref="D58" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD71" Ref="D63" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD71" Ref="D68" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD71" Ref="D73" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD71" Ref="D78" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD71" Ref="D83" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD71" Ref="D88" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD71" Ref="D94" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD71" Ref="D99" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD71" Ref="D104" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD71" Ref="D109" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD71" Ref="D13" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD71" Ref="D18" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD71" Ref="D23" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD71" Ref="D28" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD71" Ref="D33" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD71" Ref="D38" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD71" Ref="D43" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD71" Ref="D48" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD71" Ref="D53" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD71" Ref="D58" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD71" Ref="D63" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD71" Ref="D68" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD71" Ref="D73" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD71" Ref="D78" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD71" Ref="D83" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD71" Ref="D88" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD71" Ref="D94" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD71" Ref="D99" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD71" Ref="D104" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD71" Ref="D109" Part="1" +F 0 "D109" H 4544 3696 50 0000 L CNN +F 1 "WS2812C" H 4544 3605 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4250 3350 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4300 3275 50 0001 L TNN +F 4 "C114587" H 4200 3650 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 4200 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4200 3650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4750 3250 4750 3300 +Wire Wire Line + 4200 3250 4750 3250 +Wire Wire Line + 4750 3600 4750 3950 +Wire Wire Line + 4750 3950 4200 3950 +Wire Wire Line + 4200 4050 4200 3950 +Connection ~ 4200 3950 +Wire Wire Line + 4200 3350 4200 3250 +Connection ~ 4200 3250 +Wire Wire Line + 6050 3250 6050 3300 +Wire Wire Line + 5500 3250 6050 3250 +Wire Wire Line + 6050 3600 6050 3950 +Wire Wire Line + 6050 3950 5500 3950 +Wire Wire Line + 5500 4050 5500 3950 +Connection ~ 5500 3950 +Wire Wire Line + 5500 3350 5500 3250 +Connection ~ 5500 3250 +Wire Wire Line + 3100 3650 3900 3650 +Wire Wire Line + 4500 3650 5200 3650 +Wire Wire Line + 4200 3250 3350 3250 +Connection ~ 3350 3250 +Wire Wire Line + 4750 3250 5500 3250 +Connection ~ 4750 3250 +Text HLabel 2600 3250 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 2600 3250 2800 3250 +Connection ~ 2800 3250 +$Comp +L LED:WS2812B D? +U 1 1 5F78FD56 +P 2800 3650 +AR Path="/5F78FD56" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD56" Ref="D56" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD56" Ref="D60" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD56" Ref="D64" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD56" Ref="D52" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD56" Ref="D12" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD56" Ref="D16" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD56" Ref="D20" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD56" Ref="D24" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD56" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD56" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD56" Ref="D68" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD56" Ref="D28" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD56" Ref="D32" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD56" Ref="D72" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD56" Ref="D36" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD56" Ref="D76" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD56" Ref="D40" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD56" Ref="D80" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD56" Ref="D44" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD56" Ref="D84" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD56" Ref="D48" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD56" Ref="D88" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD56" Ref="D17" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD56" Ref="D22" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD56" Ref="D27" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD56" Ref="D32" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD56" Ref="D37" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD56" Ref="D42" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD56" Ref="D47" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD56" Ref="D52" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD56" Ref="D57" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD56" Ref="D62" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD56" Ref="D67" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD56" Ref="D72" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD56" Ref="D77" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD56" Ref="D82" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD56" Ref="D87" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD56" Ref="D93" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD56" Ref="D98" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD56" Ref="D103" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD56" Ref="D108" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD56" Ref="D12" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD56" Ref="D17" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD56" Ref="D22" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD56" Ref="D27" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD56" Ref="D32" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD56" Ref="D37" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD56" Ref="D42" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD56" Ref="D47" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD56" Ref="D52" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD56" Ref="D57" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD56" Ref="D62" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD56" Ref="D67" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD56" Ref="D72" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD56" Ref="D77" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD56" Ref="D82" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD56" Ref="D87" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD56" Ref="D93" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD56" Ref="D98" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD56" Ref="D103" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD56" Ref="D108" Part="1" +F 0 "D108" H 3144 3696 50 0000 L CNN +F 1 "WS2812C" H 3144 3605 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 2850 3350 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 2900 3275 50 0001 L TNN +F 4 "C114587" H 2800 3650 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 2800 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 2800 3650 + 1 0 0 -1 +$EndComp +Text HLabel 2350 3650 0 50 Input ~ 0 +DATA_IN +$Comp +L Device:C C? +U 1 1 5F78FD7D +P 4750 3450 +AR Path="/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD7D" Ref="C76" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD7D" Ref="C80" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD7D" Ref="C84" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD7D" Ref="C72" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD7D" Ref="C32" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD7D" Ref="C36" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD7D" Ref="C40" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD7D" Ref="C44" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD7D" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD7D" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD7D" Ref="C88" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD7D" Ref="C48" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD7D" Ref="C52" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD7D" Ref="C92" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD7D" Ref="C56" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD7D" Ref="C96" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD7D" Ref="C60" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD7D" Ref="C100" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD7D" Ref="C64" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD7D" Ref="C104" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD7D" Ref="C68" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD7D" Ref="C108" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD7D" Ref="C6" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD7D" Ref="C36" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD7D" Ref="C41" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD7D" Ref="C46" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD7D" Ref="C51" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD7D" Ref="C56" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD7D" Ref="C61" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD7D" Ref="C66" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD7D" Ref="C71" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD7D" Ref="C76" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD7D" Ref="C81" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD7D" Ref="C86" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD7D" Ref="C91" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD7D" Ref="C96" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD7D" Ref="C101" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD7D" Ref="C106" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD7D" Ref="C111" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD7D" Ref="C116" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD7D" Ref="C121" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD7D" Ref="C32" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD7D" Ref="C6" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD7D" Ref="C36" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD7D" Ref="C41" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD7D" Ref="C46" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD7D" Ref="C51" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD7D" Ref="C56" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD7D" Ref="C61" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD7D" Ref="C66" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD7D" Ref="C71" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD7D" Ref="C76" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD7D" Ref="C81" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD7D" Ref="C86" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD7D" Ref="C91" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD7D" Ref="C96" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD7D" Ref="C101" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD7D" Ref="C106" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD7D" Ref="C111" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD7D" Ref="C116" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD7D" Ref="C121" Part="1" +F 0 "C121" H 4865 3496 50 0000 L CNN +F 1 "100n" H 4865 3405 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4788 3300 50 0001 C CNN +F 3 "~" H 4750 3450 50 0001 C CNN +F 4 "C1525" H 4750 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4750 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4750 3450 + 1 0 0 -1 +$EndComp +$Comp +L LED:WS2812B D? +U 1 1 5F78FD8B +P 5500 3650 +AR Path="/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD8B" Ref="D58" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD8B" Ref="D62" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD8B" Ref="D66" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD8B" Ref="D54" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD8B" Ref="D14" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD8B" Ref="D18" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD8B" Ref="D22" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD8B" Ref="D26" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD8B" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD8B" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD8B" Ref="D70" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD8B" Ref="D30" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD8B" Ref="D34" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD8B" Ref="D74" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD8B" Ref="D38" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD8B" Ref="D78" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD8B" Ref="D42" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD8B" Ref="D82" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD8B" Ref="D46" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD8B" Ref="D86" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD8B" Ref="D50" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD8B" Ref="D90" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD8B" Ref="D19" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD8B" Ref="D24" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD8B" Ref="D29" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD8B" Ref="D34" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD8B" Ref="D39" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD8B" Ref="D44" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD8B" Ref="D49" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD8B" Ref="D54" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD8B" Ref="D59" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD8B" Ref="D64" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD8B" Ref="D69" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD8B" Ref="D74" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD8B" Ref="D79" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD8B" Ref="D84" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD8B" Ref="D89" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD8B" Ref="D95" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD8B" Ref="D100" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD8B" Ref="D105" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD8B" Ref="D110" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD8B" Ref="D14" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD8B" Ref="D19" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD8B" Ref="D24" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD8B" Ref="D29" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD8B" Ref="D34" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD8B" Ref="D39" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD8B" Ref="D44" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD8B" Ref="D49" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD8B" Ref="D54" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD8B" Ref="D59" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD8B" Ref="D64" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD8B" Ref="D69" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD8B" Ref="D74" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD8B" Ref="D79" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD8B" Ref="D84" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD8B" Ref="D89" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD8B" Ref="D95" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD8B" Ref="D100" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD8B" Ref="D105" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD8B" Ref="D110" Part="1" +F 0 "D110" H 5844 3696 50 0000 L CNN +F 1 "WS2812C" H 5844 3605 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5550 3350 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 5600 3275 50 0001 L TNN +F 4 "C114587" H 5500 3650 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 5500 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5500 3650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F78FD97 +P 6050 3450 +AR Path="/5F78FD97" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FD97" Ref="C77" Part="1" +AR Path="/5FACC290/5F793C20/5F78FD97" Ref="C81" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FD97" Ref="C85" Part="1" +AR Path="/5FACC290/5F79516D/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FD97" Ref="C73" Part="1" +AR Path="/5FACC290/5F79846B/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FD97" Ref="C33" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FD97" Ref="C37" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FD97" Ref="C41" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FD97" Ref="C45" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FD97" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FD97" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FD97" Ref="C89" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FD97" Ref="C49" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FD97" Ref="C53" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FD97" Ref="C93" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FD97" Ref="C57" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FD97" Ref="C97" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FD97" Ref="C61" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FD97" Ref="C101" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FD97" Ref="C65" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FD97" Ref="C105" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FD97" Ref="C69" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FD97" Ref="C109" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FD97" Ref="C15" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FD97" Ref="C37" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FD97" Ref="C42" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FD97" Ref="C47" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FD97" Ref="C52" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FD97" Ref="C57" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FD97" Ref="C62" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FD97" Ref="C67" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FD97" Ref="C72" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FD97" Ref="C77" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FD97" Ref="C82" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FD97" Ref="C87" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FD97" Ref="C92" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FD97" Ref="C97" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FD97" Ref="C102" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FD97" Ref="C107" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FD97" Ref="C112" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FD97" Ref="C117" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FD97" Ref="C122" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FD97" Ref="C33" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FD97" Ref="C15" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FD97" Ref="C37" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FD97" Ref="C42" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FD97" Ref="C47" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FD97" Ref="C52" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FD97" Ref="C57" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FD97" Ref="C62" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FD97" Ref="C67" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FD97" Ref="C72" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FD97" Ref="C77" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FD97" Ref="C82" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FD97" Ref="C87" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FD97" Ref="C92" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FD97" Ref="C97" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FD97" Ref="C102" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FD97" Ref="C107" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FD97" Ref="C112" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FD97" Ref="C117" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FD97" Ref="C122" Part="1" +F 0 "C122" H 6165 3496 50 0000 L CNN +F 1 "100n" H 6165 3405 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6088 3300 50 0001 C CNN +F 3 "~" H 6050 3450 50 0001 C CNN +F 4 "C1525" H 6050 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6050 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6050 3450 + 1 0 0 -1 +$EndComp +Text HLabel 2600 3250 0 50 Input ~ 0 +V_BAT +Connection ~ 6050 3250 +Text HLabel 9150 3650 2 50 Input ~ 0 +DATA_OUT +Wire Wire Line + 6050 3250 6900 3250 +Wire Wire Line + 5800 3650 6600 3650 +Connection ~ 6900 3250 +Wire Wire Line + 6900 3350 6900 3250 +Connection ~ 6900 3950 +Wire Wire Line + 6900 4050 6900 3950 +Wire Wire Line + 7450 3950 6900 3950 +Wire Wire Line + 7450 3600 7450 3950 +Wire Wire Line + 6900 3250 7450 3250 +Wire Wire Line + 7450 3250 7450 3300 +$Comp +L Device:C C? +U 1 1 5F78FDB1 +P 7450 3450 +AR Path="/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FDB1" Ref="C78" Part="1" +AR Path="/5FACC290/5F793C20/5F78FDB1" Ref="C82" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FDB1" Ref="C86" Part="1" +AR Path="/5FACC290/5F79516D/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FDB1" Ref="C74" Part="1" +AR Path="/5FACC290/5F79846B/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FDB1" Ref="C34" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FDB1" Ref="C38" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FDB1" Ref="C42" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FDB1" Ref="C46" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FDB1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FDB1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FDB1" Ref="C90" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FDB1" Ref="C50" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FDB1" Ref="C54" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FDB1" Ref="C94" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FDB1" Ref="C58" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FDB1" Ref="C98" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FDB1" Ref="C62" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FDB1" Ref="C102" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FDB1" Ref="C66" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FDB1" Ref="C106" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FDB1" Ref="C70" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FDB1" Ref="C110" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FDB1" Ref="C16" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FDB1" Ref="C38" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FDB1" Ref="C43" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FDB1" Ref="C48" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FDB1" Ref="C53" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FDB1" Ref="C58" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FDB1" Ref="C63" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FDB1" Ref="C68" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FDB1" Ref="C73" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FDB1" Ref="C78" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FDB1" Ref="C83" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FDB1" Ref="C88" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FDB1" Ref="C93" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FDB1" Ref="C98" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FDB1" Ref="C103" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FDB1" Ref="C108" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FDB1" Ref="C113" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FDB1" Ref="C118" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FDB1" Ref="C123" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FDB1" Ref="C34" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FDB1" Ref="C16" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FDB1" Ref="C38" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FDB1" Ref="C43" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FDB1" Ref="C48" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FDB1" Ref="C53" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FDB1" Ref="C58" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FDB1" Ref="C63" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FDB1" Ref="C68" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FDB1" Ref="C73" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FDB1" Ref="C78" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FDB1" Ref="C83" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FDB1" Ref="C88" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FDB1" Ref="C93" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FDB1" Ref="C98" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FDB1" Ref="C103" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FDB1" Ref="C108" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FDB1" Ref="C113" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FDB1" Ref="C118" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FDB1" Ref="C123" Part="1" +F 0 "C123" H 7565 3496 50 0000 L CNN +F 1 "100n" H 7565 3405 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7488 3300 50 0001 C CNN +F 3 "~" H 7450 3450 50 0001 C CNN +F 4 "C1525" H 7450 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7450 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7450 3450 + 1 0 0 -1 +$EndComp +$Comp +L LED:WS2812B D? +U 1 1 5F78FDA5 +P 6900 3650 +AR Path="/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/5F78FDA5" Ref="D59" Part="1" +AR Path="/5FACC290/5F793C20/5F78FDA5" Ref="D63" Part="1" +AR Path="/5FACC290/5F7945F7/5F78FDA5" Ref="D67" Part="1" +AR Path="/5FACC290/5F79516D/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/5F78FDA5" Ref="D55" Part="1" +AR Path="/5FACC290/5F79846B/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/5F78FDA5" Ref="D15" Part="1" +AR Path="/5F79BCD0/5F791DD2/5F78FDA5" Ref="D19" Part="1" +AR Path="/5F79BCD0/5F793C20/5F78FDA5" Ref="D23" Part="1" +AR Path="/5F79BCD0/5F7945F7/5F78FDA5" Ref="D27" Part="1" +AR Path="/5F79BCD0/5F79516D/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/5F78FDA5" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/5F78FDA5" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/5F78FDA5" Ref="D71" Part="1" +AR Path="/5F79BCD0/5FB7721A/5F78FDA5" Ref="D31" Part="1" +AR Path="/5F79BCD0/5FB77C34/5F78FDA5" Ref="D35" Part="1" +AR Path="/5FACC290/5FB77C34/5F78FDA5" Ref="D75" Part="1" +AR Path="/5F79BCD0/5FB77C64/5F78FDA5" Ref="D39" Part="1" +AR Path="/5FACC290/5FB77C64/5F78FDA5" Ref="D79" Part="1" +AR Path="/5F79BCD0/5FB77C81/5F78FDA5" Ref="D43" Part="1" +AR Path="/5FACC290/5FB77C81/5F78FDA5" Ref="D83" Part="1" +AR Path="/5F79BCD0/5FB77C9B/5F78FDA5" Ref="D47" Part="1" +AR Path="/5FACC290/5FB77C9B/5F78FDA5" Ref="D87" Part="1" +AR Path="/5F79BCD0/5FB77CB0/5F78FDA5" Ref="D51" Part="1" +AR Path="/5FACC290/5FB77CB0/5F78FDA5" Ref="D91" Part="1" +AR Path="/5F79BCD0/601CE68A/5F78FDA5" Ref="D20" Part="1" +AR Path="/5F79BCD0/601CEC9F/5F78FDA5" Ref="D25" Part="1" +AR Path="/5F79BCD0/601CF2B2/5F78FDA5" Ref="D30" Part="1" +AR Path="/5F79BCD0/601CF4DE/5F78FDA5" Ref="D35" Part="1" +AR Path="/5F79BCD0/601CF4FB/5F78FDA5" Ref="D40" Part="1" +AR Path="/5F79BCD0/601CF51D/5F78FDA5" Ref="D45" Part="1" +AR Path="/5F79BCD0/601CF53A/5F78FDA5" Ref="D50" Part="1" +AR Path="/5F79BCD0/601D0856/5F78FDA5" Ref="D55" Part="1" +AR Path="/5F79BCD0/601D0874/5F78FDA5" Ref="D60" Part="1" +AR Path="/5F79BCD0/601D0890/5F78FDA5" Ref="D65" Part="1" +AR Path="/5F79BCD0/601D08A2/5F78FDA5" Ref="D70" Part="1" +AR Path="/5F79BCD0/601D3E5B/5F78FDA5" Ref="D75" Part="1" +AR Path="/5F79BCD0/601D3E6E/5F78FDA5" Ref="D80" Part="1" +AR Path="/5F79BCD0/601D3E82/5F78FDA5" Ref="D85" Part="1" +AR Path="/5F79BCD0/601D3E96/5F78FDA5" Ref="D90" Part="1" +AR Path="/5F79BCD0/601D3EAC/5F78FDA5" Ref="D96" Part="1" +AR Path="/5F79BCD0/601D3EBB/5F78FDA5" Ref="D101" Part="1" +AR Path="/5F79BCD0/601D3ECD/5F78FDA5" Ref="D106" Part="1" +AR Path="/5F79BCD0/601D3EDC/5F78FDA5" Ref="D111" Part="1" +AR Path="/6025A839/602BAE12/602C0818/5F78FDA5" Ref="D15" Part="1" +AR Path="/6025A839/602BAE12/602C081D/5F78FDA5" Ref="D20" Part="1" +AR Path="/6025A839/602BAE12/602C0825/5F78FDA5" Ref="D25" Part="1" +AR Path="/6025A839/602BAE12/602C082D/5F78FDA5" Ref="D30" Part="1" +AR Path="/6025A839/602BAE12/602C0835/5F78FDA5" Ref="D35" Part="1" +AR Path="/6025A839/602BAE12/602C083A/5F78FDA5" Ref="D40" Part="1" +AR Path="/6025A839/602BAE12/602C083F/5F78FDA5" Ref="D45" Part="1" +AR Path="/6025A839/602BAE12/602C0844/5F78FDA5" Ref="D50" Part="1" +AR Path="/6025A839/602BAE12/602C0859/5F78FDA5" Ref="D55" Part="1" +AR Path="/6025A839/602BAE12/602C085E/5F78FDA5" Ref="D60" Part="1" +AR Path="/6025A839/602BAE12/602C0863/5F78FDA5" Ref="D65" Part="1" +AR Path="/6025A839/602BAE12/602C0868/5F78FDA5" Ref="D70" Part="1" +AR Path="/6025A839/602BAE12/602C087D/5F78FDA5" Ref="D75" Part="1" +AR Path="/6025A839/602BAE12/602C0882/5F78FDA5" Ref="D80" Part="1" +AR Path="/6025A839/602BAE12/602C0887/5F78FDA5" Ref="D85" Part="1" +AR Path="/6025A839/602BAE12/602C088C/5F78FDA5" Ref="D90" Part="1" +AR Path="/6025A839/602BAE12/602C0891/5F78FDA5" Ref="D96" Part="1" +AR Path="/6025A839/602BAE12/602C0896/5F78FDA5" Ref="D101" Part="1" +AR Path="/6025A839/602BAE12/602C089B/5F78FDA5" Ref="D106" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/5F78FDA5" Ref="D111" Part="1" +F 0 "D111" H 7244 3696 50 0000 L CNN +F 1 "WS2812C" H 7244 3605 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 6950 3350 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7000 3275 50 0001 L TNN +F 4 "C114587" H 6900 3650 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 6900 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6900 3650 + 1 0 0 -1 +$EndComp +$Comp +L LED:WS2812B D? +U 1 1 601C51BF +P 8150 3650 +AR Path="/601C51BF" Ref="D?" Part="1" +AR Path="/5F70D6B6/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F791DD2/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F793C20/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F7945F7/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F79516D/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F795CD3/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F79747A/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F79845A/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F798482/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F78E191/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5F79846B/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F78E191/601C51BF" Ref="D16" Part="1" +AR Path="/5F79BCD0/5F791DD2/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F793C20/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F7945F7/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79516D/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F795CD3/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79747A/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79845A/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F79846B/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5F798482/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB7721A/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB7721A/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB77C34/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB77C34/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB77C64/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB77C64/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB77C81/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB77C81/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB77C9B/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB77C9B/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/5FB77CB0/601C51BF" Ref="D?" Part="1" +AR Path="/5FACC290/5FB77CB0/601C51BF" Ref="D?" Part="1" +AR Path="/5F79BCD0/601CE68A/601C51BF" Ref="D21" Part="1" +AR Path="/5F79BCD0/601CEC9F/601C51BF" Ref="D26" Part="1" +AR Path="/5F79BCD0/601CF2B2/601C51BF" Ref="D31" Part="1" +AR Path="/5F79BCD0/601CF4DE/601C51BF" Ref="D36" Part="1" +AR Path="/5F79BCD0/601CF4FB/601C51BF" Ref="D41" Part="1" +AR Path="/5F79BCD0/601CF51D/601C51BF" Ref="D46" Part="1" +AR Path="/5F79BCD0/601CF53A/601C51BF" Ref="D51" Part="1" +AR Path="/5F79BCD0/601D0856/601C51BF" Ref="D56" Part="1" +AR Path="/5F79BCD0/601D0874/601C51BF" Ref="D61" Part="1" +AR Path="/5F79BCD0/601D0890/601C51BF" Ref="D66" Part="1" +AR Path="/5F79BCD0/601D08A2/601C51BF" Ref="D71" Part="1" +AR Path="/5F79BCD0/601D3E5B/601C51BF" Ref="D76" Part="1" +AR Path="/5F79BCD0/601D3E6E/601C51BF" Ref="D81" Part="1" +AR Path="/5F79BCD0/601D3E82/601C51BF" Ref="D86" Part="1" +AR Path="/5F79BCD0/601D3E96/601C51BF" Ref="D91" Part="1" +AR Path="/5F79BCD0/601D3EAC/601C51BF" Ref="D97" Part="1" +AR Path="/5F79BCD0/601D3EBB/601C51BF" Ref="D102" Part="1" +AR Path="/5F79BCD0/601D3ECD/601C51BF" Ref="D107" Part="1" +AR Path="/5F79BCD0/601D3EDC/601C51BF" Ref="D112" Part="1" +AR Path="/6025A839/602BAE12/602C0818/601C51BF" Ref="D16" Part="1" +AR Path="/6025A839/602BAE12/602C081D/601C51BF" Ref="D21" Part="1" +AR Path="/6025A839/602BAE12/602C0825/601C51BF" Ref="D26" Part="1" +AR Path="/6025A839/602BAE12/602C082D/601C51BF" Ref="D31" Part="1" +AR Path="/6025A839/602BAE12/602C0835/601C51BF" Ref="D36" Part="1" +AR Path="/6025A839/602BAE12/602C083A/601C51BF" Ref="D41" Part="1" +AR Path="/6025A839/602BAE12/602C083F/601C51BF" Ref="D46" Part="1" +AR Path="/6025A839/602BAE12/602C0844/601C51BF" Ref="D51" Part="1" +AR Path="/6025A839/602BAE12/602C0859/601C51BF" Ref="D56" Part="1" +AR Path="/6025A839/602BAE12/602C085E/601C51BF" Ref="D61" Part="1" +AR Path="/6025A839/602BAE12/602C0863/601C51BF" Ref="D66" Part="1" +AR Path="/6025A839/602BAE12/602C0868/601C51BF" Ref="D71" Part="1" +AR Path="/6025A839/602BAE12/602C087D/601C51BF" Ref="D76" Part="1" +AR Path="/6025A839/602BAE12/602C0882/601C51BF" Ref="D81" Part="1" +AR Path="/6025A839/602BAE12/602C0887/601C51BF" Ref="D86" Part="1" +AR Path="/6025A839/602BAE12/602C088C/601C51BF" Ref="D91" Part="1" +AR Path="/6025A839/602BAE12/602C0891/601C51BF" Ref="D97" Part="1" +AR Path="/6025A839/602BAE12/602C0896/601C51BF" Ref="D102" Part="1" +AR Path="/6025A839/602BAE12/602C089B/601C51BF" Ref="D107" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/601C51BF" Ref="D112" Part="1" +F 0 "D112" H 8494 3696 50 0000 L CNN +F 1 "WS2812C" H 8494 3605 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 8200 3350 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 8250 3275 50 0001 L TNN +F 4 "C114587" H 8150 3650 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 8150 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8150 3650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 601C58A1 +P 8750 3450 +AR Path="/601C58A1" Ref="C?" Part="1" +AR Path="/5F70D6B6/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F791DD2/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F793C20/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F7945F7/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79516D/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F795CD3/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79747A/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79845A/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F798482/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F78E191/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5F79846B/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F78E191/601C58A1" Ref="C2" Part="1" +AR Path="/5F79BCD0/5F791DD2/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F793C20/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F7945F7/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79516D/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F795CD3/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79747A/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79845A/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F79846B/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5F798482/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB7721A/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB7721A/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB77C34/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB77C34/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB77C64/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB77C64/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB77C81/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB77C81/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB77C9B/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB77C9B/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/5FB77CB0/601C58A1" Ref="C?" Part="1" +AR Path="/5FACC290/5FB77CB0/601C58A1" Ref="C?" Part="1" +AR Path="/5F79BCD0/601CE68A/601C58A1" Ref="C21" Part="1" +AR Path="/5F79BCD0/601CEC9F/601C58A1" Ref="C39" Part="1" +AR Path="/5F79BCD0/601CF2B2/601C58A1" Ref="C44" Part="1" +AR Path="/5F79BCD0/601CF4DE/601C58A1" Ref="C49" Part="1" +AR Path="/5F79BCD0/601CF4FB/601C58A1" Ref="C54" Part="1" +AR Path="/5F79BCD0/601CF51D/601C58A1" Ref="C59" Part="1" +AR Path="/5F79BCD0/601CF53A/601C58A1" Ref="C64" Part="1" +AR Path="/5F79BCD0/601D0856/601C58A1" Ref="C69" Part="1" +AR Path="/5F79BCD0/601D0874/601C58A1" Ref="C74" Part="1" +AR Path="/5F79BCD0/601D0890/601C58A1" Ref="C79" Part="1" +AR Path="/5F79BCD0/601D08A2/601C58A1" Ref="C84" Part="1" +AR Path="/5F79BCD0/601D3E5B/601C58A1" Ref="C89" Part="1" +AR Path="/5F79BCD0/601D3E6E/601C58A1" Ref="C94" Part="1" +AR Path="/5F79BCD0/601D3E82/601C58A1" Ref="C99" Part="1" +AR Path="/5F79BCD0/601D3E96/601C58A1" Ref="C104" Part="1" +AR Path="/5F79BCD0/601D3EAC/601C58A1" Ref="C109" Part="1" +AR Path="/5F79BCD0/601D3EBB/601C58A1" Ref="C114" Part="1" +AR Path="/5F79BCD0/601D3ECD/601C58A1" Ref="C119" Part="1" +AR Path="/5F79BCD0/601D3EDC/601C58A1" Ref="C124" Part="1" +AR Path="/6025A839/602BAE12/602C0818/601C58A1" Ref="C2" Part="1" +AR Path="/6025A839/602BAE12/602C081D/601C58A1" Ref="C21" Part="1" +AR Path="/6025A839/602BAE12/602C0825/601C58A1" Ref="C39" Part="1" +AR Path="/6025A839/602BAE12/602C082D/601C58A1" Ref="C44" Part="1" +AR Path="/6025A839/602BAE12/602C0835/601C58A1" Ref="C49" Part="1" +AR Path="/6025A839/602BAE12/602C083A/601C58A1" Ref="C54" Part="1" +AR Path="/6025A839/602BAE12/602C083F/601C58A1" Ref="C59" Part="1" +AR Path="/6025A839/602BAE12/602C0844/601C58A1" Ref="C64" Part="1" +AR Path="/6025A839/602BAE12/602C0859/601C58A1" Ref="C69" Part="1" +AR Path="/6025A839/602BAE12/602C085E/601C58A1" Ref="C74" Part="1" +AR Path="/6025A839/602BAE12/602C0863/601C58A1" Ref="C79" Part="1" +AR Path="/6025A839/602BAE12/602C0868/601C58A1" Ref="C84" Part="1" +AR Path="/6025A839/602BAE12/602C087D/601C58A1" Ref="C89" Part="1" +AR Path="/6025A839/602BAE12/602C0882/601C58A1" Ref="C94" Part="1" +AR Path="/6025A839/602BAE12/602C0887/601C58A1" Ref="C99" Part="1" +AR Path="/6025A839/602BAE12/602C088C/601C58A1" Ref="C104" Part="1" +AR Path="/6025A839/602BAE12/602C0891/601C58A1" Ref="C109" Part="1" +AR Path="/6025A839/602BAE12/602C0896/601C58A1" Ref="C114" Part="1" +AR Path="/6025A839/602BAE12/602C089B/601C58A1" Ref="C119" Part="1" +AR Path="/6025A839/602BAE12/602C08A0/601C58A1" Ref="C124" Part="1" +F 0 "C124" H 8865 3496 50 0000 L CNN +F 1 "100n" H 8865 3405 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 8788 3300 50 0001 C CNN +F 3 "~" H 8750 3450 50 0001 C CNN +F 4 "C1525" H 8750 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8750 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8750 3450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8750 3300 8750 3250 +Wire Wire Line + 8750 3250 8150 3250 +Connection ~ 7450 3250 +Wire Wire Line + 7850 3650 7200 3650 +Wire Wire Line + 8750 3600 8750 4000 +Wire Wire Line + 8750 4000 8150 4000 +Wire Wire Line + 8150 4000 8150 3950 +Wire Wire Line + 8150 3350 8150 3250 +Connection ~ 8150 3250 +Wire Wire Line + 8150 3250 7450 3250 +Wire Wire Line + 8150 4050 8150 4000 +Connection ~ 8150 4000 +Wire Wire Line + 8450 3650 9150 3650 +Text HLabel 2800 4050 3 50 Input ~ 0 +GND +Text HLabel 4200 4050 3 50 Input ~ 0 +GND +Text HLabel 5500 4050 3 50 Input ~ 0 +GND +Text HLabel 8150 4050 3 50 Input ~ 0 +GND +Text HLabel 6900 4050 3 50 Input ~ 0 +GND +$EndSCHEMATC diff --git a/logic/hardware/Logic_KiCad-rescue.lib b/logic/hardware/Logic_KiCad-rescue.lib new file mode 100644 index 0000000..e827e52 --- /dev/null +++ b/logic/hardware/Logic_KiCad-rescue.lib @@ -0,0 +1,39 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# USB_B_Micro-Connector +# +DEF USB_B_Micro-Connector J 0 40 Y Y 1 F N +F0 "J" -200 450 50 H V L CNN +F1 "USB_B_Micro-Connector" -200 350 50 H V L CNN +F2 "" 150 -50 50 H I C CNN +F3 "" 150 -50 50 H I C CNN +$FPLIST + USB* +$ENDFPLIST +DRAW +C -150 85 25 0 1 10 F +C -25 135 15 0 1 10 F +S -200 -300 200 300 0 1 10 f +S -5 -300 5 -270 0 1 0 N +S 10 50 -20 20 0 1 10 F +S 200 -205 170 -195 0 1 0 N +S 200 -105 170 -95 0 1 0 N +S 200 -5 170 5 0 1 0 N +S 200 195 170 205 0 1 0 N +P 2 0 1 10 -75 85 25 85 N +P 4 0 1 10 -125 85 -100 85 -50 135 -25 135 N +P 4 0 1 10 -100 85 -75 85 -50 35 0 35 N +P 4 0 1 10 25 110 25 60 75 85 25 110 F +P 5 0 1 0 -170 220 -70 220 -80 190 -160 190 -170 220 F +P 9 0 1 0 -185 230 -185 220 -175 190 -175 180 -65 180 -65 190 -55 220 -55 230 -185 230 N +X VBUS 1 300 200 100 L 50 50 1 1 w +X D- 2 300 -100 100 L 50 50 1 1 P +X D+ 3 300 0 100 L 50 50 1 1 P +X ID 4 300 -200 100 L 50 50 1 1 P +X GND 5 0 -400 100 U 50 50 1 1 w +X Shield 6 -100 -400 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/logic/hardware/Logic_tabor-cache.lib b/logic/hardware/Logic_tabor-cache.lib new file mode 100644 index 0000000..6f1ed07 --- /dev/null +++ b/logic/hardware/Logic_tabor-cache.lib @@ -0,0 +1,743 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x04_Female +# +DEF Connector_Conn_01x04_Female J 0 40 Y N 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Connector_Conn_01x04_Female" 0 -300 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +X Pin_1 1 -200 100 150 R 50 50 1 1 P +X Pin_2 2 -200 0 150 R 50 50 1 1 P +X Pin_3 3 -200 -100 150 R 50 50 1 1 P +X Pin_4 4 -200 -200 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x04_Male +# +DEF Connector_Conn_01x04_Male J 0 40 Y N 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Connector_Conn_01x04_Male" 0 -300 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +X Pin_1 1 200 100 150 L 50 50 1 1 P +X Pin_2 2 200 0 150 L 50 50 1 1 P +X Pin_3 3 200 -100 150 L 50 50 1 1 P +X Pin_4 4 200 -200 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x06_Male +# +DEF Connector_Conn_01x06_Male J 0 40 Y N 1 F N +F0 "J" 0 300 50 H V C CNN +F1 "Connector_Conn_01x06_Male" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +X Pin_1 1 200 200 150 L 50 50 1 1 P +X Pin_2 2 200 100 150 L 50 50 1 1 P +X Pin_3 3 200 0 150 L 50 50 1 1 P +X Pin_4 4 200 -100 150 L 50 50 1 1 P +X Pin_5 5 200 -200 150 L 50 50 1 1 P +X Pin_6 6 200 -300 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x07_Female +# +DEF Connector_Conn_01x07_Female J 0 40 Y N 1 F N +F0 "J" 0 400 50 H V C CNN +F1 "Connector_Conn_01x07_Female" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +A 0 200 20 901 -901 1 1 6 N 0 220 0 180 +A 0 300 20 901 -901 1 1 6 N 0 320 0 280 +P 2 1 1 6 -50 -300 -20 -300 N +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +P 2 1 1 6 -50 200 -20 200 N +P 2 1 1 6 -50 300 -20 300 N +X Pin_1 1 -200 300 150 R 50 50 1 1 P +X Pin_2 2 -200 200 150 R 50 50 1 1 P +X Pin_3 3 -200 100 150 R 50 50 1 1 P +X Pin_4 4 -200 0 150 R 50 50 1 1 P +X Pin_5 5 -200 -100 150 R 50 50 1 1 P +X Pin_6 6 -200 -200 150 R 50 50 1 1 P +X Pin_7 7 -200 -300 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x07_Male +# +DEF Connector_Conn_01x07_Male J 0 40 Y N 1 F N +F0 "J" 0 400 50 H V C CNN +F1 "Connector_Conn_01x07_Male" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +S 34 305 0 295 1 1 6 F +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +P 2 1 1 6 50 300 34 300 N +X Pin_1 1 200 300 150 L 50 50 1 1 P +X Pin_2 2 200 200 150 L 50 50 1 1 P +X Pin_3 3 200 100 150 L 50 50 1 1 P +X Pin_4 4 200 0 150 L 50 50 1 1 P +X Pin_5 5 200 -100 150 L 50 50 1 1 P +X Pin_6 6 200 -200 150 L 50 50 1 1 P +X Pin_7 7 200 -300 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x10_Male +# +DEF Connector_Conn_01x10_Male J 0 40 Y N 1 F N +F0 "J" 0 500 50 H V C CNN +F1 "Connector_Conn_01x10_Male" 0 -600 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +S 34 -495 0 -505 1 1 6 F +S 34 -395 0 -405 1 1 6 F +S 34 -295 0 -305 1 1 6 F +S 34 -195 0 -205 1 1 6 F +S 34 -95 0 -105 1 1 6 F +S 34 5 0 -5 1 1 6 F +S 34 105 0 95 1 1 6 F +S 34 205 0 195 1 1 6 F +S 34 305 0 295 1 1 6 F +S 34 405 0 395 1 1 6 F +P 2 1 1 6 50 -500 34 -500 N +P 2 1 1 6 50 -400 34 -400 N +P 2 1 1 6 50 -300 34 -300 N +P 2 1 1 6 50 -200 34 -200 N +P 2 1 1 6 50 -100 34 -100 N +P 2 1 1 6 50 0 34 0 N +P 2 1 1 6 50 100 34 100 N +P 2 1 1 6 50 200 34 200 N +P 2 1 1 6 50 300 34 300 N +P 2 1 1 6 50 400 34 400 N +X Pin_1 1 200 400 150 L 50 50 1 1 P +X Pin_10 10 200 -500 150 L 50 50 1 1 P +X Pin_2 2 200 300 150 L 50 50 1 1 P +X Pin_3 3 200 200 150 L 50 50 1 1 P +X Pin_4 4 200 100 150 L 50 50 1 1 P +X Pin_5 5 200 0 150 L 50 50 1 1 P +X Pin_6 6 200 -100 150 L 50 50 1 1 P +X Pin_7 7 200 -200 150 L 50 50 1 1 P +X Pin_8 8 200 -300 150 L 50 50 1 1 P +X Pin_9 9 200 -400 150 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_USB_B_Micro +# +DEF Connector_USB_B_Micro J 0 40 Y Y 1 F N +F0 "J" -200 450 50 H V L CNN +F1 "Connector_USB_B_Micro" -200 350 50 H V L CNN +F2 "" 150 -50 50 H I C CNN +F3 "" 150 -50 50 H I C CNN +ALIAS USB_B_Mini +$FPLIST + USB* +$ENDFPLIST +DRAW +C -150 85 25 0 1 10 F +C -25 135 15 0 1 10 F +S -200 -300 200 300 0 1 10 f +S -5 -300 5 -270 0 1 0 N +S 10 50 -20 20 0 1 10 F +S 200 -205 170 -195 0 1 0 N +S 200 -105 170 -95 0 1 0 N +S 200 -5 170 5 0 1 0 N +S 200 195 170 205 0 1 0 N +P 2 0 1 10 -75 85 25 85 N +P 4 0 1 10 -125 85 -100 85 -50 135 -25 135 N +P 4 0 1 10 -100 85 -75 85 -50 35 0 35 N +P 4 0 1 10 25 110 25 60 75 85 25 110 F +P 5 0 1 0 -170 220 -70 220 -80 190 -160 190 -170 220 F +P 9 0 1 0 -185 230 -185 220 -175 190 -175 180 -65 180 -65 190 -55 220 -55 230 -185 230 N +X VBUS 1 300 200 100 L 50 50 1 1 w +X D- 2 300 -100 100 L 50 50 1 1 B +X D+ 3 300 0 100 L 50 50 1 1 B +X ID 4 300 -200 100 L 50 50 1 1 P +X GND 5 0 -400 100 U 50 50 1 1 w +X Shield 6 -100 -400 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_USB_C_Receptacle_USB2.0 +# +DEF Connector_USB_C_Receptacle_USB2.0 J 0 40 Y Y 1 F N +F0 "J" -400 750 50 H V L CNN +F1 "Connector_USB_C_Receptacle_USB2.0" 750 750 50 H V R CNN +F2 "" 150 0 50 H I C CNN +F3 "" 150 0 50 H I C CNN +$FPLIST + USB*C*Receptacle* +$ENDFPLIST +DRAW +A -275 -150 75 -1799 -1 0 1 20 N -350 -150 -200 -150 +A -275 -150 25 -1799 -1 0 1 10 N -300 -150 -250 -150 +A -275 -150 25 -1799 -1 0 1 10 F -300 -150 -250 -150 +A -275 150 25 1 1799 0 1 10 F -250 150 -300 150 +A -275 150 25 1 1799 0 1 10 N -250 150 -300 150 +A -275 150 75 1 1799 0 1 20 N -200 150 -350 150 +C -100 45 25 0 1 10 F +C 0 -230 50 0 1 0 F +S -10 -700 10 -660 0 0 0 N +S 400 -590 360 -610 0 0 0 N +S 400 -490 360 -510 0 0 0 N +S 400 -190 360 -210 0 0 0 N +S 400 -90 360 -110 0 0 0 N +S 400 10 360 -10 0 0 0 N +S 400 110 360 90 0 0 0 N +S 400 310 360 290 0 0 0 N +S 400 410 360 390 0 0 0 N +S 400 610 360 590 0 0 0 N +S -400 700 400 -700 0 1 10 f +S -300 -150 -250 150 0 1 10 F +S 75 70 125 120 0 1 10 F +P 2 0 1 20 -350 -150 -350 150 N +P 2 0 1 20 -200 150 -200 -150 N +P 2 0 1 20 0 -230 0 170 N +P 3 0 1 20 0 -130 -100 -30 -100 20 N +P 3 0 1 20 0 -80 100 20 100 70 N +P 4 0 1 10 -50 170 0 270 50 170 -50 170 F +X GND A1 0 -900 200 U 50 50 1 1 P +X GND A12 0 -900 200 U 50 50 1 1 P N +X VBUS A4 600 600 200 L 50 50 1 1 P +X CC1 A5 600 400 200 L 50 50 1 1 B +X D+ A6 600 -100 200 L 50 50 1 1 B +X D- A7 600 100 200 L 50 50 1 1 B +X SBU1 A8 600 -500 200 L 50 50 1 1 B +X VBUS A9 600 600 200 L 50 50 1 1 P N +X GND B1 0 -900 200 U 50 50 1 1 P N +X GND B12 0 -900 200 U 50 50 1 1 P N +X VBUS B4 600 600 200 L 50 50 1 1 P N +X CC2 B5 600 300 200 L 50 50 1 1 B +X D+ B6 600 -200 200 L 50 50 1 1 B +X D- B7 600 0 200 L 50 50 1 1 B +X SBU2 B8 600 -600 200 L 50 50 1 1 B +X VBUS B9 600 600 200 L 50 50 1 1 P N +X SHIELD S1 -300 -900 200 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Buzzer +# +DEF Device_Buzzer BZ 0 1 Y N 1 F N +F0 "BZ" 150 50 50 H V L CNN +F1 "Device_Buzzer" 150 -50 50 H V L CNN +F2 "" -25 100 50 V I C CNN +F3 "" -25 100 50 V I C CNN +$FPLIST + *Buzzer* +$ENDFPLIST +DRAW +A 0 0 125 -899 899 0 1 0 N 0 -125 0 125 +P 2 0 1 0 -65 75 -45 75 N +P 2 0 1 0 -55 85 -55 65 N +P 2 0 1 0 0 125 0 -125 N +X - 1 -100 100 100 R 50 50 1 1 P +X + 2 -100 -100 100 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_D +# +DEF Device_D D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Device_D" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + TO-???* + *_Diode_* + *SingleDiode* + D_* +$ENDFPLIST +DRAW +P 2 0 1 10 -50 50 -50 -50 N +P 2 0 1 0 50 0 -50 0 N +P 4 0 1 10 50 50 50 -50 -50 0 50 50 N +X K 1 -150 0 100 R 50 50 1 1 P +X A 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_D_Schottky +# +DEF Device_D_Schottky D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Device_D_Schottky" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + TO-???* + *_Diode_* + *SingleDiode* + D_* +$ENDFPLIST +DRAW +P 2 0 1 0 50 0 -50 0 N +P 4 0 1 10 50 50 50 -50 -50 0 50 50 N +P 6 0 1 10 -75 25 -75 50 -50 50 -50 -50 -25 -50 -25 -25 N +X K 1 -150 0 100 R 50 50 1 1 P +X A 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_LED +# +DEF Device_LED D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Device_LED" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + LED* + LED_SMD:* + LED_THT:* +$ENDFPLIST +DRAW +P 2 0 1 10 -50 -50 -50 50 N +P 2 0 1 0 -50 0 50 0 N +P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N +P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N +P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N +X K 1 -150 0 100 R 50 50 1 1 P +X A 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Q_NMOS_GSD +# +DEF Device_Q_NMOS_GSD Q 0 0 Y N 1 F N +F0 "Q" 200 50 50 H V L CNN +F1 "Device_Q_NMOS_GSD" 200 -50 50 H V L CNN +F2 "" 200 100 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +C 65 0 110 0 1 10 N +C 100 -70 10 0 1 0 F +C 100 70 10 0 1 0 F +P 2 0 1 0 10 0 -100 0 N +P 2 0 1 10 10 75 10 -75 N +P 2 0 1 10 30 -50 30 -90 N +P 2 0 1 10 30 20 30 -20 N +P 2 0 1 10 30 90 30 50 N +P 2 0 1 0 100 100 100 70 N +P 3 0 1 0 100 -100 100 0 30 0 N +P 4 0 1 0 30 -70 130 -70 130 70 30 70 N +P 4 0 1 0 40 0 80 15 80 -15 40 0 F +P 4 0 1 0 110 20 115 15 145 15 150 10 N +P 4 0 1 0 130 15 115 -10 145 -10 130 15 N +X G 1 -200 0 100 R 50 50 1 1 I +X S 2 100 -200 100 U 50 50 1 1 P +X D 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Q_NPN_BEC +# +DEF Device_Q_NPN_BEC Q 0 0 Y N 1 F N +F0 "Q" 200 50 50 H V L CNN +F1 "Device_Q_NPN_BEC" 200 -50 50 H V L CNN +F2 "" 200 100 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 25 25 100 100 N +P 3 0 1 0 25 -25 100 -100 100 -100 N +P 3 0 1 20 25 75 25 -75 25 -75 N +P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F +X B 1 -200 0 225 R 50 50 1 1 I +X E 2 100 -200 100 U 50 50 1 1 P +X C 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Q_PMOS_GSD +# +DEF Device_Q_PMOS_GSD Q 0 0 Y N 1 F N +F0 "Q" 200 50 50 H V L CNN +F1 "Device_Q_PMOS_GSD" 200 -50 50 H V L CNN +F2 "" 200 100 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +C 65 0 110 0 1 10 N +C 100 -70 10 0 1 0 F +C 100 70 10 0 1 0 F +P 2 0 1 0 10 0 -100 0 N +P 2 0 1 10 10 75 10 -75 N +P 2 0 1 10 30 -50 30 -90 N +P 2 0 1 10 30 20 30 -20 N +P 2 0 1 10 30 90 30 50 N +P 2 0 1 0 100 100 100 70 N +P 3 0 1 0 100 -100 100 0 30 0 N +P 4 0 1 0 30 70 130 70 130 -70 30 -70 N +P 4 0 1 0 90 0 50 15 50 -15 90 0 F +P 4 0 1 0 110 -20 115 -15 145 -15 150 -10 N +P 4 0 1 0 130 -15 115 10 145 10 130 -15 N +X G 1 -200 0 100 R 50 50 1 1 I +X S 2 100 -200 100 U 50 50 1 1 P +X D 3 100 200 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Q_Photo_NPN +# +DEF Device_Q_Photo_NPN Q 0 0 Y N 1 F N +F0 "Q" 200 50 50 H V L CNN +F1 "Device_Q_Photo_NPN" 200 -50 50 H V L CNN +F2 "" 200 100 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS Q_Photo_NPN_CE +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 -75 50 -100 50 N +P 2 0 1 0 -50 100 -75 100 N +P 2 0 1 0 25 25 100 100 N +P 3 0 1 0 -150 125 -75 50 -75 75 N +P 3 0 1 0 -125 175 -50 100 -50 125 N +P 3 0 1 0 25 -25 100 -100 100 -100 N +P 3 0 1 20 25 75 25 -75 25 -75 N +P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F +X C 1 100 200 100 D 50 50 1 1 P +X E 2 100 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Diode_SD05_SOD323 +# +DEF Diode_SD05_SOD323 D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Diode_SD05_SOD323" 0 -100 50 H V C CNN +F2 "Diode_SMD:D_SOD-323" 0 -200 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS SD12_SOD323 SD15_SOD323 SD24_SOD323 SD36_SOD323 +$FPLIST + D?SOD?323* +$ENDFPLIST +DRAW +P 2 0 1 0 50 0 -50 0 N +P 4 0 1 8 -100 -50 0 0 -100 50 -100 -50 N +P 4 0 1 8 20 50 0 50 0 -50 -20 -50 N +P 4 0 1 8 100 50 100 -50 0 0 100 50 N +X A1 1 -150 0 100 R 50 50 1 1 P +X A2 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Interface_USB_CP2102N-A01-GQFN28 +# +DEF Interface_USB_CP2102N-A01-GQFN28 U 0 20 Y Y 1 F N +F0 "U" -300 1250 50 H V R CNN +F1 "Interface_USB_CP2102N-A01-GQFN28" 1050 1250 50 H V R CNN +F2 "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" 450 -1200 50 H I L CNN +F3 "" 50 -750 50 H I C CNN +$FPLIST + QFN*1EP*5x5mm*P0.5mm* +$ENDFPLIST +DRAW +S -400 1200 400 -1200 0 1 10 f +X ~DCD 1 500 500 100 L 50 50 1 1 I +X NC 10 -400 -400 100 R 50 50 1 1 N N +X ~SUSPENDb 11 500 200 100 L 50 50 1 1 O +X SUSPEND 12 500 100 100 L 50 50 1 1 O +X CHREN 13 500 -100 100 L 50 50 1 1 O +X CHR1 14 500 -300 100 L 50 50 1 1 O +X CHR0 15 500 -200 100 L 50 50 1 1 O +X ~WAKEUP~/GPIO.3 16 500 -800 100 L 50 50 1 1 B +X RS485/GPIO.2 17 500 -700 100 L 50 50 1 1 B +X ~RXT~/GPIO.1 18 500 -600 100 L 50 50 1 1 B +X ~TXT~/GPIO.0 19 500 -500 100 L 50 50 1 1 B +X ~RI~/CLK 2 500 400 100 L 50 50 1 1 B +X GPIO.6 20 500 -1100 100 L 50 50 1 1 B +X GPIO.5 21 500 -1000 100 L 50 50 1 1 B +X GPIO.4 22 500 -900 100 L 50 50 1 1 B +X ~CTS 23 500 1100 100 L 50 50 1 1 I +X ~RTS 24 500 1000 100 L 50 50 1 1 O +X RXD 25 500 900 100 L 50 50 1 1 I +X TXD 26 500 800 100 L 50 50 1 1 O +X ~DSR 27 500 700 100 L 50 50 1 1 I +X ~DTR 28 500 600 100 L 50 50 1 1 O +X GND 29 0 -1300 100 U 50 50 1 1 P N +X GND 3 0 -1300 100 U 50 50 1 1 W +X D+ 4 -500 600 100 R 50 50 1 1 B +X D- 5 -500 500 100 R 50 50 1 1 B +X VDD 6 0 1300 100 D 50 50 1 1 P +X REGIN 7 -100 1300 100 D 50 50 1 1 W +X VBUS 8 -500 700 100 R 50 50 1 1 I +X ~RSTb 9 -500 900 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# LED_WS2812B +# +DEF LED_WS2812B D 0 10 Y Y 1 F N +F0 "D" 200 225 50 H V R BNN +F1 "LED_WS2812B" 50 -225 50 H V L TNN +F2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" 50 -300 50 H I L TNN +F3 "" 100 -375 50 H I L TNN +$FPLIST + LED*WS2812*PLCC*5.0x5.0mm*P3.2mm* +$ENDFPLIST +DRAW +T 0 90 -165 30 0 0 0 RGB Normal 0 C C +S 200 200 -200 -200 0 1 10 f +P 2 0 1 0 50 -140 70 -140 N +P 2 0 1 0 50 -100 70 -100 N +P 2 0 1 0 185 -140 105 -140 N +P 3 0 1 0 90 -100 50 -140 50 -120 N +P 3 0 1 0 90 -60 50 -100 50 -80 N +P 3 0 1 0 145 -40 145 -140 145 -160 N +P 4 0 1 0 185 -60 105 -60 145 -140 185 -60 N +X VDD 1 0 300 100 D 50 50 1 1 W +X DOUT 2 300 0 100 L 50 50 1 1 O +X VSS 3 0 -300 100 U 50 50 1 1 W +X DIN 4 -300 0 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Mechanical_DIN_Rail_Adapter +# +DEF Mechanical_DIN_Rail_Adapter DRA 0 20 Y Y 1 F N +F0 "DRA" 0 250 50 H V C CNN +F1 "Mechanical_DIN_Rail_Adapter" 0 150 50 H V C CNN +F2 "" 0 -200 50 H I C CNN +F3 "" 0 150 50 H I C CNN +$FPLIST + DINRailAdapter?3xM3* + DINRailAdapter?2xM3* +$ENDFPLIST +DRAW +P 14 0 1 0 400 100 -400 100 -400 -150 -300 -150 -300 -100 -350 -100 -350 -50 350 -50 350 -100 300 -100 300 -150 400 -150 400 100 -400 100 f +ENDDRAW +ENDDEF +# +# Mechanical_MountingHole +# +DEF Mechanical_MountingHole H 0 40 Y Y 1 F N +F0 "H" 0 200 50 H V C CNN +F1 "Mechanical_MountingHole" 0 125 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + MountingHole* +$ENDFPLIST +DRAW +C 0 0 50 0 1 50 N +ENDDRAW +ENDDEF +# +# RF_Module_ESP32-WROOM-32 +# +DEF RF_Module_ESP32-WROOM-32 U 0 20 Y Y 1 F N +F0 "U" -500 1350 50 H V L CNN +F1 "RF_Module_ESP32-WROOM-32" 50 1350 50 H V L CNN +F2 "RF_Module:ESP32-WROOM-32" 0 -1500 50 H I C CNN +F3 "" -300 50 50 H I C CNN +ALIAS ESP32-WROOM-32D +$FPLIST + ESP32?WROOM?32* +$ENDFPLIST +DRAW +S -500 1300 500 -1300 0 1 10 f +X GND 1 0 -1400 100 U 50 50 1 1 W +X IO25 10 600 -500 100 L 50 50 1 1 B +X IO26 11 600 -600 100 L 50 50 1 1 B +X IO27 12 600 -700 100 L 50 50 1 1 B +X IO14 13 600 400 100 L 50 50 1 1 B +X IO12 14 600 600 100 L 50 50 1 1 B +X GND 15 0 -1400 100 U 50 50 1 1 P N +X IO13 16 600 500 100 L 50 50 1 1 B +X SHD/SD2 17 -600 -200 100 R 50 50 1 1 B +X SWP/SD3 18 -600 -300 100 R 50 50 1 1 B +X SCS/CMD 19 -600 -500 100 R 50 50 1 1 B +X VDD 2 0 1400 100 D 50 50 1 1 W +X SCK/CLK 20 -600 -400 100 R 50 50 1 1 B +X SDO/SD0 21 -600 0 100 R 50 50 1 1 B +X SDI/SD1 22 -600 -100 100 R 50 50 1 1 B +X IO15 23 600 300 100 L 50 50 1 1 B +X IO2 24 600 1000 100 L 50 50 1 1 B +X IO0 25 600 1200 100 L 50 50 1 1 B +X IO4 26 600 800 100 L 50 50 1 1 B +X IO16 27 600 200 100 L 50 50 1 1 B +X IO17 28 600 100 100 L 50 50 1 1 B +X IO5 29 600 700 100 L 50 50 1 1 B +X EN 3 -600 1200 100 R 50 50 1 1 I +X IO18 30 600 0 100 L 50 50 1 1 B +X IO19 31 600 -100 100 L 50 50 1 1 B +X NC 32 -500 -1100 100 R 50 50 1 1 N N +X IO21 33 600 -200 100 L 50 50 1 1 B +X RXD0/IO3 34 600 900 100 L 50 50 1 1 B +X TXD0/IO1 35 600 1100 100 L 50 50 1 1 B +X IO22 36 600 -300 100 L 50 50 1 1 B +X IO23 37 600 -400 100 L 50 50 1 1 B +X GND 38 0 -1400 100 U 50 50 1 1 P N +X GND 39 0 -1400 100 U 50 50 1 1 P N +X SENSOR_VP 4 -600 1000 100 R 50 50 1 1 I +X SENSOR_VN 5 -600 900 100 R 50 50 1 1 I +X IO34 6 600 -1000 100 L 50 50 1 1 I +X IO35 7 600 -1100 100 L 50 50 1 1 I +X IO32 8 600 -800 100 L 50 50 1 1 B +X IO33 9 600 -900 100 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +# Regulator_Linear_AMS1117-3.3 +# +DEF Regulator_Linear_AMS1117-3.3 U 0 10 Y Y 1 F N +F0 "U" -150 125 50 H V C CNN +F1 "Regulator_Linear_AMS1117-3.3" 0 125 50 H V L CNN +F2 "Package_TO_SOT_SMD:SOT-223-3_TabPin2" 0 200 50 H I C CNN +F3 "" 100 -250 50 H I C CNN +ALIAS AP1117-18 AP1117-25 AP1117-33 AP1117-50 LD1117S33TR_SOT223 LD1117S12TR_SOT223 LD1117S18TR_SOT223 LD1117S25TR_SOT223 LD1117S50TR_SOT223 NCP1117-12_SOT223 NCP1117-1.5_SOT223 NCP1117-1.8_SOT223 NCP1117-2.0_SOT223 NCP1117-2.5_SOT223 NCP1117-2.85_SOT223 NCP1117-3.3_SOT223 NCP1117-5.0_SOT223 AMS1117-1.5 AMS1117-1.8 AMS1117-2.5 AMS1117-2.85 AMS1117-3.3 AMS1117-5.0 +$FPLIST + SOT?223*TabPin2* +$ENDFPLIST +DRAW +S -200 -200 200 75 0 1 10 f +X GND 1 0 -300 100 U 50 50 1 1 W +X VO 2 300 0 100 L 50 50 1 1 w +X VI 3 -300 0 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# Switch_SW_Push +# +DEF Switch_SW_Push SW 0 40 N N 1 F N +F0 "SW" 50 100 50 H V L CNN +F1 "Switch_SW_Push" 0 -60 50 H V C CNN +F2 "" 0 200 50 H I C CNN +F3 "" 0 200 50 H I C CNN +DRAW +C -80 0 20 0 1 0 N +C 80 0 20 0 1 0 N +P 2 0 1 0 0 50 0 120 N +P 2 0 1 0 100 50 -100 50 N +X 1 1 -200 0 100 R 50 50 0 1 P +X 2 2 200 0 100 L 50 50 0 1 P +ENDDRAW +ENDDEF +# +# power_PWR_FLAG +# +DEF power_PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 75 50 H I C CNN +F1 "power_PWR_FLAG" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N +X pwr 1 0 0 0 U 50 50 0 0 w +ENDDRAW +ENDDEF +# +#End Library diff --git a/logic/hardware/Logic_tabor-rescue.dcm b/logic/hardware/Logic_tabor-rescue.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/logic/hardware/Logic_tabor-rescue.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/logic/hardware/Logic_tabor.kicad_pcb b/logic/hardware/Logic_tabor.kicad_pcb new file mode 100644 index 0000000..b39d540 --- /dev/null +++ b/logic/hardware/Logic_tabor.kicad_pcb @@ -0,0 +1,24773 @@ +(kicad_pcb (version 20171130) (host pcbnew "(5.1.9)-1") + + (general + (thickness 1.6) + (drawings 260) + (tracks 3115) + (zones 0) + (modules 296) + (nets 200) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (user_trace_width 0.15) + (user_trace_width 0.5) + (user_trace_width 0.8) + (user_trace_width 1) + (user_trace_width 1.5) + (trace_clearance 0.2) + (zone_clearance 0.25) + (zone_45_only no) + (trace_min 0.127) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.45) + (via_min_drill 0.2) + (user_via 0.6 0.3) + (user_via 0.8 0.5) + (user_via 1.1 0.8) + (user_via 1.3 1) + (user_via 1.8 1.5) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.5) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 5.6 5.6) + (pad_drill 3.2) + (pad_to_mask_clearance 0.05) + (aux_axis_origin 0 0) + (visible_elements 7FFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 EN) + (net 2 "Net-(D1-Pad1)") + (net 3 "Net-(D2-Pad1)") + (net 4 "Net-(D3-Pad2)") + (net 5 "Net-(D4-Pad2)") + (net 6 "Net-(D5-Pad2)") + (net 7 "Net-(D7-Pad2)") + (net 8 "Net-(D8-Pad2)") + (net 9 "Net-(D10-Pad1)") + (net 10 "Net-(D11-Pad1)") + (net 11 "Net-(D12-Pad2)") + (net 12 "Net-(D13-Pad2)") + (net 13 "Net-(D14-Pad2)") + (net 14 "Net-(D17-Pad2)") + (net 15 "Net-(D18-Pad2)") + (net 16 "Net-(D20-Pad2)") + (net 17 "Net-(D22-Pad2)") + (net 18 "Net-(D24-Pad2)") + (net 19 "Net-(D25-Pad2)") + (net 20 "Net-(D28-Pad2)") + (net 21 "Net-(D29-Pad2)") + (net 22 "Net-(D30-Pad2)") + (net 23 "Net-(D32-Pad2)") + (net 24 "Net-(D33-Pad2)") + (net 25 "Net-(D34-Pad2)") + (net 26 "Net-(D37-Pad2)") + (net 27 "Net-(D38-Pad2)") + (net 28 "Net-(D40-Pad2)") + (net 29 "Net-(D42-Pad2)") + (net 30 "Net-(D44-Pad2)") + (net 31 "Net-(D45-Pad2)") + (net 32 "Net-(D48-Pad2)") + (net 33 "Net-(D49-Pad2)") + (net 34 "Net-(D50-Pad2)") + (net 35 "Net-(D52-Pad2)") + (net 36 "Net-(D53-Pad2)") + (net 37 "Net-(D54-Pad2)") + (net 38 "Net-(D57-Pad2)") + (net 39 "Net-(D58-Pad2)") + (net 40 "Net-(D60-Pad2)") + (net 41 "Net-(D62-Pad2)") + (net 42 "Net-(D64-Pad2)") + (net 43 "Net-(D65-Pad2)") + (net 44 "Net-(D68-Pad2)") + (net 45 "Net-(D69-Pad2)") + (net 46 "Net-(D70-Pad2)") + (net 47 "Net-(D72-Pad2)") + (net 48 "Net-(D73-Pad2)") + (net 49 "Net-(D74-Pad2)") + (net 50 "Net-(D77-Pad2)") + (net 51 "Net-(D78-Pad2)") + (net 52 "Net-(D80-Pad2)") + (net 53 "Net-(D82-Pad2)") + (net 54 "Net-(D84-Pad2)") + (net 55 "Net-(D85-Pad2)") + (net 56 "Net-(D88-Pad2)") + (net 57 "Net-(D89-Pad2)") + (net 58 "Net-(D90-Pad2)") + (net 59 "Net-(J1-Pad4)") + (net 60 "Net-(Q1-Pad2)") + (net 61 "Net-(Q1-Pad1)") + (net 62 IO0) + (net 63 "Net-(Q2-Pad2)") + (net 64 "Net-(Q2-Pad1)") + (net 65 ZAPINANI_1_CAST_LED) + (net 66 "Net-(R6-Pad2)") + (net 67 TX_ESP) + (net 68 RX_ESP) + (net 69 "Net-(U1-Pad32)") + (net 70 "Net-(U1-Pad22)") + (net 71 "Net-(U1-Pad21)") + (net 72 "Net-(U1-Pad18)") + (net 73 "Net-(U2-Pad27)") + (net 74 "Net-(U2-Pad23)") + (net 75 "Net-(U2-Pad22)") + (net 76 "Net-(U2-Pad21)") + (net 77 "Net-(U2-Pad20)") + (net 78 "Net-(U2-Pad17)") + (net 79 "Net-(U2-Pad16)") + (net 80 "Net-(U2-Pad15)") + (net 81 "Net-(U2-Pad14)") + (net 82 "Net-(U2-Pad13)") + (net 83 "Net-(U2-Pad12)") + (net 84 "Net-(U2-Pad11)") + (net 85 "Net-(U2-Pad10)") + (net 86 "Net-(U2-Pad2)") + (net 87 "Net-(U2-Pad1)") + (net 88 "Net-(Q4-Pad3)") + (net 89 "Net-(J1-Pad6)") + (net 90 "Net-(R8-Pad2)") + (net 91 "Net-(R9-Pad2)") + (net 92 PIEZO) + (net 93 "Net-(D15-Pad2)") + (net 94 "Net-(D19-Pad2)") + (net 95 "Net-(D23-Pad2)") + (net 96 "Net-(D27-Pad2)") + (net 97 "Net-(D35-Pad2)") + (net 98 "Net-(D39-Pad2)") + (net 99 "Net-(D43-Pad2)") + (net 100 "Net-(D47-Pad2)") + (net 101 "Net-(D55-Pad2)") + (net 102 "Net-(D59-Pad2)") + (net 103 "Net-(D63-Pad2)") + (net 104 "Net-(D67-Pad2)") + (net 105 "Net-(D75-Pad2)") + (net 106 "Net-(D79-Pad2)") + (net 107 "Net-(D83-Pad2)") + (net 108 "Net-(D87-Pad2)") + (net 109 "Net-(D93-Pad2)") + (net 110 "Net-(D94-Pad2)") + (net 111 "Net-(D95-Pad2)") + (net 112 "Net-(D96-Pad2)") + (net 113 "Net-(D98-Pad2)") + (net 114 "Net-(D100-Pad4)") + (net 115 "Net-(D100-Pad2)") + (net 116 "Net-(D101-Pad2)") + (net 117 "Net-(D103-Pad2)") + (net 118 "Net-(D104-Pad2)") + (net 119 "Net-(D105-Pad2)") + (net 120 "Net-(D106-Pad2)") + (net 121 "Net-(D108-Pad2)") + (net 122 "Net-(D109-Pad2)") + (net 123 "Net-(D110-Pad2)") + (net 124 "Net-(D111-Pad2)") + (net 125 VSTUP3) + (net 126 VSTUP2) + (net 127 VSTUP1) + (net 128 "Net-(Q3-Pad1)") + (net 129 "Net-(U1-Pad20)") + (net 130 "Net-(U1-Pad19)") + (net 131 "Net-(U1-Pad17)") + (net 132 5V) + (net 133 /ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN) + (net 134 /ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN) + (net 135 /ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN) + (net 136 /ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN) + (net 137 /ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN) + (net 138 /ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN) + (net 139 /ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN) + (net 140 /ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN) + (net 141 /ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN) + (net 142 /ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN) + (net 143 /ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN) + (net 144 /ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN) + (net 145 /ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN) + (net 146 /ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN) + (net 147 /ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN) + (net 148 /ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN) + (net 149 /ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN) + (net 150 /ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN) + (net 151 /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN) + (net 152 /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT) + (net 153 "Net-(D113-Pad4)") + (net 154 "Net-(D113-Pad2)") + (net 155 "Net-(J3-PadB8)") + (net 156 "Net-(J3-PadA5)") + (net 157 "Net-(J3-PadA8)") + (net 158 "Net-(J3-PadB5)") + (net 159 "Net-(J3-PadS1)") + (net 160 /elektronika.sch/GND) + (net 161 /ovladaci_prvky.sch/GND) + (net 162 /elektronika.sch/3V3) + (net 163 /ovladaci_prvky.sch/DATA_ZADANI_LED) + (net 164 /ovladaci_prvky.sch/DATA_HERNI_LED) + (net 165 /ovladaci_prvky.sch/SENZOR_SVETLA) + (net 166 /ovladaci_prvky.sch/3V3) + (net 167 /elektronika.sch/DATA_HERNI_LED) + (net 168 /elektronika.sch/DATA_ZADANI_LED) + (net 169 /elektronika.sch/SENZOR_SVETLA) + (net 170 /ovladaci_prvky.sch/V_LED_1) + (net 171 /elektronika.sch/V_LED_1) + (net 172 "Net-(BZ1-Pad2)") + (net 173 "Net-(D9-Pad2)") + (net 174 /ovladaci_prvky.sch/SW_2) + (net 175 /ovladaci_prvky.sch/SW_3) + (net 176 /ovladaci_prvky.sch/SW_4) + (net 177 /ovladaci_prvky.sch/SW_5) + (net 178 /ovladaci_prvky.sch/SW_8) + (net 179 /ovladaci_prvky.sch/SW_9) + (net 180 /ovladaci_prvky.sch/SW_10) + (net 181 /ovladaci_prvky.sch/SW_11) + (net 182 /ovladaci_prvky.sch/SW_7) + (net 183 /elektronika.sch/SW_7) + (net 184 /elektronika.sch/SW_10) + (net 185 /elektronika.sch/SW_9) + (net 186 /elektronika.sch/SW_11) + (net 187 /elektronika.sch/SW_8) + (net 188 /elektronika.sch/SW_3) + (net 189 /elektronika.sch/SW_2) + (net 190 /elektronika.sch/SW_4) + (net 191 /elektronika.sch/SW_5) + (net 192 IO2) + (net 193 IO5) + (net 194 IO12) + (net 195 IO15) + (net 196 IO33) + (net 197 DATA_ZADANI_LED_LS) + (net 198 DATA_HERNI_LED_LS) + (net 199 IO22) + + (net_class Default "Toto je výchozí třída sítě." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /elektronika.sch/3V3) + (add_net /elektronika.sch/DATA_HERNI_LED) + (add_net /elektronika.sch/DATA_ZADANI_LED) + (add_net /elektronika.sch/GND) + (add_net /elektronika.sch/SENZOR_SVETLA) + (add_net /elektronika.sch/SW_10) + (add_net /elektronika.sch/SW_11) + (add_net /elektronika.sch/SW_2) + (add_net /elektronika.sch/SW_3) + (add_net /elektronika.sch/SW_4) + (add_net /elektronika.sch/SW_5) + (add_net /elektronika.sch/SW_7) + (add_net /elektronika.sch/SW_8) + (add_net /elektronika.sch/SW_9) + (add_net /elektronika.sch/V_LED_1) + (add_net /ovladaci_prvky.sch/3V3) + (add_net /ovladaci_prvky.sch/DATA_HERNI_LED) + (add_net /ovladaci_prvky.sch/DATA_ZADANI_LED) + (add_net /ovladaci_prvky.sch/GND) + (add_net /ovladaci_prvky.sch/SENZOR_SVETLA) + (add_net /ovladaci_prvky.sch/SW_10) + (add_net /ovladaci_prvky.sch/SW_11) + (add_net /ovladaci_prvky.sch/SW_2) + (add_net /ovladaci_prvky.sch/SW_3) + (add_net /ovladaci_prvky.sch/SW_4) + (add_net /ovladaci_prvky.sch/SW_5) + (add_net /ovladaci_prvky.sch/SW_7) + (add_net /ovladaci_prvky.sch/SW_8) + (add_net /ovladaci_prvky.sch/SW_9) + (add_net /ovladaci_prvky.sch/V_LED_1) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN) + (add_net /ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN) + (add_net 5V) + (add_net DATA_HERNI_LED_LS) + (add_net DATA_ZADANI_LED_LS) + (add_net EN) + (add_net IO0) + (add_net IO12) + (add_net IO15) + (add_net IO2) + (add_net IO22) + (add_net IO33) + (add_net IO5) + (add_net "Net-(BZ1-Pad2)") + (add_net "Net-(D1-Pad1)") + (add_net "Net-(D10-Pad1)") + (add_net "Net-(D100-Pad2)") + (add_net "Net-(D100-Pad4)") + (add_net "Net-(D101-Pad2)") + (add_net "Net-(D103-Pad2)") + (add_net "Net-(D104-Pad2)") + (add_net "Net-(D105-Pad2)") + (add_net "Net-(D106-Pad2)") + (add_net "Net-(D108-Pad2)") + (add_net "Net-(D109-Pad2)") + (add_net "Net-(D11-Pad1)") + (add_net "Net-(D110-Pad2)") + (add_net "Net-(D111-Pad2)") + (add_net "Net-(D113-Pad2)") + (add_net "Net-(D113-Pad4)") + (add_net "Net-(D12-Pad2)") + (add_net "Net-(D13-Pad2)") + (add_net "Net-(D14-Pad2)") + (add_net "Net-(D15-Pad2)") + (add_net "Net-(D17-Pad2)") + (add_net "Net-(D18-Pad2)") + (add_net "Net-(D19-Pad2)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D20-Pad2)") + (add_net "Net-(D22-Pad2)") + (add_net "Net-(D23-Pad2)") + (add_net "Net-(D24-Pad2)") + (add_net "Net-(D25-Pad2)") + (add_net "Net-(D27-Pad2)") + (add_net "Net-(D28-Pad2)") + (add_net "Net-(D29-Pad2)") + (add_net "Net-(D3-Pad2)") + (add_net "Net-(D30-Pad2)") + (add_net "Net-(D32-Pad2)") + (add_net "Net-(D33-Pad2)") + (add_net "Net-(D34-Pad2)") + (add_net "Net-(D35-Pad2)") + (add_net "Net-(D37-Pad2)") + (add_net "Net-(D38-Pad2)") + (add_net "Net-(D39-Pad2)") + (add_net "Net-(D4-Pad2)") + (add_net "Net-(D40-Pad2)") + (add_net "Net-(D42-Pad2)") + (add_net "Net-(D43-Pad2)") + (add_net "Net-(D44-Pad2)") + (add_net "Net-(D45-Pad2)") + (add_net "Net-(D47-Pad2)") + (add_net "Net-(D48-Pad2)") + (add_net "Net-(D49-Pad2)") + (add_net "Net-(D5-Pad2)") + (add_net "Net-(D50-Pad2)") + (add_net "Net-(D52-Pad2)") + (add_net "Net-(D53-Pad2)") + (add_net "Net-(D54-Pad2)") + (add_net "Net-(D55-Pad2)") + (add_net "Net-(D57-Pad2)") + (add_net "Net-(D58-Pad2)") + (add_net "Net-(D59-Pad2)") + (add_net "Net-(D60-Pad2)") + (add_net "Net-(D62-Pad2)") + (add_net "Net-(D63-Pad2)") + (add_net "Net-(D64-Pad2)") + (add_net "Net-(D65-Pad2)") + (add_net "Net-(D67-Pad2)") + (add_net "Net-(D68-Pad2)") + (add_net "Net-(D69-Pad2)") + (add_net "Net-(D7-Pad2)") + (add_net "Net-(D70-Pad2)") + (add_net "Net-(D72-Pad2)") + (add_net "Net-(D73-Pad2)") + (add_net "Net-(D74-Pad2)") + (add_net "Net-(D75-Pad2)") + (add_net "Net-(D77-Pad2)") + (add_net "Net-(D78-Pad2)") + (add_net "Net-(D79-Pad2)") + (add_net "Net-(D8-Pad2)") + (add_net "Net-(D80-Pad2)") + (add_net "Net-(D82-Pad2)") + (add_net "Net-(D83-Pad2)") + (add_net "Net-(D84-Pad2)") + (add_net "Net-(D85-Pad2)") + (add_net "Net-(D87-Pad2)") + (add_net "Net-(D88-Pad2)") + (add_net "Net-(D89-Pad2)") + (add_net "Net-(D9-Pad2)") + (add_net "Net-(D90-Pad2)") + (add_net "Net-(D93-Pad2)") + (add_net "Net-(D94-Pad2)") + (add_net "Net-(D95-Pad2)") + (add_net "Net-(D96-Pad2)") + (add_net "Net-(D98-Pad2)") + (add_net "Net-(J1-Pad4)") + (add_net "Net-(J1-Pad6)") + (add_net "Net-(J3-PadA5)") + (add_net "Net-(J3-PadA8)") + (add_net "Net-(J3-PadB5)") + (add_net "Net-(J3-PadB8)") + (add_net "Net-(J3-PadS1)") + (add_net "Net-(Q1-Pad1)") + (add_net "Net-(Q1-Pad2)") + (add_net "Net-(Q2-Pad1)") + (add_net "Net-(Q2-Pad2)") + (add_net "Net-(Q3-Pad1)") + (add_net "Net-(Q4-Pad3)") + (add_net "Net-(R6-Pad2)") + (add_net "Net-(R8-Pad2)") + (add_net "Net-(R9-Pad2)") + (add_net "Net-(U1-Pad17)") + (add_net "Net-(U1-Pad18)") + (add_net "Net-(U1-Pad19)") + (add_net "Net-(U1-Pad20)") + (add_net "Net-(U1-Pad21)") + (add_net "Net-(U1-Pad22)") + (add_net "Net-(U1-Pad32)") + (add_net "Net-(U2-Pad1)") + (add_net "Net-(U2-Pad10)") + (add_net "Net-(U2-Pad11)") + (add_net "Net-(U2-Pad12)") + (add_net "Net-(U2-Pad13)") + (add_net "Net-(U2-Pad14)") + (add_net "Net-(U2-Pad15)") + (add_net "Net-(U2-Pad16)") + (add_net "Net-(U2-Pad17)") + (add_net "Net-(U2-Pad2)") + (add_net "Net-(U2-Pad20)") + (add_net "Net-(U2-Pad21)") + (add_net "Net-(U2-Pad22)") + (add_net "Net-(U2-Pad23)") + (add_net "Net-(U2-Pad27)") + (add_net PIEZO) + (add_net RX_ESP) + (add_net TX_ESP) + (add_net VSTUP1) + (add_net VSTUP2) + (add_net VSTUP3) + (add_net ZAPINANI_1_CAST_LED) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F531) + (at 235 92.2 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059A2F0) + (fp_text reference J10 (at 0 10.35) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Male (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 3.81 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 184 /elektronika.sch/SW_10)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 185 /elektronika.sch/SW_9)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 186 /elektronika.sch/SW_11)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 187 /elektronika.sch/SW_8)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F519) + (at 235 103.9 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059B4F0) + (fp_text reference J9 (at 0.55 -2.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Male (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 188 /elektronika.sch/SW_3)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 189 /elektronika.sch/SW_2)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 190 /elektronika.sch/SW_4)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 191 /elektronika.sch/SW_5)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F501) + (at 234.8 109.66) + (descr "Through hole straight pin header, 1x10, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x10 2.54mm single row") + (path /6025ABB3/605C10BF) + (fp_text reference J8 (at -0.25 25.49) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x10_Male (at 0 25.19) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 24.13) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 24.13) (end -1.27 24.13) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 24.13) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 24.19) (end 1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 24.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 24.65) (end 1.8 24.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 24.65) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 11.43 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 10 thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 62 IO0)) + (pad 9 thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 192 IO2)) + (pad 8 thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 193 IO5)) + (pad 7 thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 194 IO12)) + (pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 195 IO15)) + (pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 196 IO33)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 132 5V)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 162 /elektronika.sch/3V3)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 160 /elektronika.sch/GND)) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 199 IO22)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x10_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F4E3) + (at 144.9 103.9 180) + (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x07 2.54mm single row") + (path /605BB787) + (fp_text reference J7 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x07_Male (at 0 17.57) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 16.51) (end -1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 16.51) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 16.57) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 17.05) (end 1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 17.05) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 7.62 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 7 thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 169 /elektronika.sch/SENZOR_SVETLA)) + (pad 6 thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 171 /elektronika.sch/V_LED_1)) + (pad 5 thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 167 /elektronika.sch/DATA_HERNI_LED)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 168 /elektronika.sch/DATA_ZADANI_LED)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 160 /elektronika.sch/GND)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 183 /elektronika.sch/SW_7)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 605A6519) + (at 125 92.2 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059DE00) + (fp_text reference J6 (at 0.3 10.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 3.81 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 180 /ovladaci_prvky.sch/SW_10)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 179 /ovladaci_prvky.sch/SW_9)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 181 /ovladaci_prvky.sch/SW_11)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 178 /ovladaci_prvky.sch/SW_8)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F4B0) + (at 125 103.92 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059C745) + (fp_text reference J5 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 175 /ovladaci_prvky.sch/SW_3)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 174 /ovladaci_prvky.sch/SW_2)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 176 /ovladaci_prvky.sch/SW_4)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 177 /ovladaci_prvky.sch/SW_5)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 6059F498) + (at 35.1 103.9 180) + (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x07 2.54mm single row") + (path /605B938E) + (fp_text reference J4 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x07_Female (at 0 17.57) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 16.51) (end -1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 16.51) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 16.57) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 17.05) (end 1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 17.05) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 7.62 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 7 thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 165 /ovladaci_prvky.sch/SENZOR_SVETLA)) + (pad 6 thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 5 thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 164 /ovladaci_prvky.sch/DATA_HERNI_LED)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 163 /ovladaci_prvky.sch/DATA_ZADANI_LED)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 182 /ovladaci_prvky.sch/SW_7)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 166 /ovladaci_prvky.sch/3V3)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:USB_micro_JLCPCB_con (layer F.Cu) (tedit 604FC246) (tstamp 60302B93) + (at 157.78 47.4 180) + (path /6025ABB3/60332FB7) + (fp_text reference J1 (at 5.08 -2.7) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value USB_B_Micro (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -3.35) (end 4 -3.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.35) (end 4 2.55) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 2.55) (end -4 2.55) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 2.55) (end -4 -3.35) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 -3.35) (end -1.5 -3.35) (layer F.SilkS) (width 0.12)) + (pad 4 smd rect (at 0.65 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 59 "Net-(J1-Pad4)")) + (pad 2 smd rect (at -0.65 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(D7-Pad2)")) + (pad 1 smd rect (at -1.3 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad 5 smd rect (at 1.3 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 3 smd rect (at 0 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(D8-Pad2)")) + (pad 6 thru_hole oval (at 3.6 0 180) (size 1.1 1.8) (drill oval 0.5 1.2) (layers *.Cu *.Mask) + (net 89 "Net-(J1-Pad6)")) + (pad 6 thru_hole oval (at -3.6 0 180) (size 1.1 1.8) (drill oval 0.5 1.2) (layers *.Cu *.Mask) + (net 89 "Net-(J1-Pad6)")) + (pad 6 thru_hole circle (at 2.43 -2.65 180) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (net 89 "Net-(J1-Pad6)")) + (pad 6 thru_hole circle (at -2.43 -2.65 180) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (net 89 "Net-(J1-Pad6)")) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 6038221E) + (at 159.4 91.75 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/603C3616) + (attr smd) + (fp_text reference Q8 (at -1.05 -2.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 167 /elektronika.sch/DATA_HERNI_LED)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 198 DATA_HERNI_LED_LS)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60382422) + (at 159.89 94.1 180) + (descr "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") + (tags resistor) + (path /6025ABB3/603C3626) + (attr smd) + (fp_text reference R18 (at -2.41 -0.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 167 /elektronika.sch/DATA_HERNI_LED)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60382371) + (at 159.49 89.3 180) + (descr "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") + (tags resistor) + (path /6025ABB3/603C361E) + (attr smd) + (fp_text reference R12 (at -0.01 1.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 198 DATA_HERNI_LED_LS)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6038452D) + (at 160.03 97 180) + (descr "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") + (tags resistor) + (path /6025ABB3/6038ACD3) + (attr smd) + (fp_text reference R11 (at -2.37 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 168 /elektronika.sch/DATA_ZADANI_LED)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60382897) + (at 159.49 101.8) + (descr "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") + (tags resistor) + (path /6025ABB3/6038A356) + (attr smd) + (fp_text reference R4 (at 1.91 0.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 197 DATA_ZADANI_LED_LS)) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 603827C8) + (at 159.5 99.4 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/603882F4) + (attr smd) + (fp_text reference Q7 (at 0.4 -2.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 168 /elektronika.sch/DATA_ZADANI_LED)) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 197 DATA_ZADANI_LED_LS)) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60302814) + (at 223.9 138.7 270) + (path /6025ABB3/603B3AF1) + (attr smd) + (fp_text reference SW1 (at 0 -3.5 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 1 EN)) + ) + + (module my_library:SMD,3.5x2.8x1.9mm (layer F.Cu) (tedit 602DA168) (tstamp 602F58D7) + (at 34.5 76.2 90) + (path /6025A839/6027232E) + (attr smd) + (fp_text reference Q3 (at 0.1 2.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_Photo_NPN (at 0.15 -1.725 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.775 1.075) (end -1.775 -1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start 1.775 1.075) (end -1.775 1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start 1.775 -1.075) (end 1.775 1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start -1.775 -1.075) (end 1.775 -1.075) (layer Dwgs.User) (width 0.05)) + (pad 2 smd rect (at 1.25 0 90) (size 1 2.1) (layers F.Cu F.Paste F.Mask) + (net 165 /ovladaci_prvky.sch/SENZOR_SVETLA)) + (pad 1 smd rect (at -1.25 0 90) (size 1 2.1) (layers F.Cu F.Paste F.Mask) + (net 128 "Net-(Q3-Pad1)")) + ) + + (module Package_TO_SOT_SMD:SOT-223-3_TabPin2 (layer F.Cu) (tedit 5A02FF57) (tstamp 6030318F) + (at 177.66 73.44 270) + (descr "module CMS SOT223 4 pins") + (tags "CMS SOT") + (path /6025ABB3/60353C1F) + (attr smd) + (fp_text reference U3 (at 1.96 -4.74 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AMS1117-3.3 (at 0 4.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.85 -3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -4.1 -3.41) (end 1.91 -3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.85 -3.35) (end 1.85 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 3.41) (end 1.91 3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 -2.35) (end -1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 -2.35) (end -0.85 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -4.4 -3.6) (end -4.4 3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 3.6) (end 4.4 3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 3.6) (end 4.4 -3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 -3.6) (end -4.4 -3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.91 3.41) (end 1.91 2.15) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 1 smd rect (at -3.15 -2.3 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 3 smd rect (at -3.15 2.3 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 132 5V)) + (pad 2 smd rect (at -3.15 0 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 162 /elektronika.sch/3V3)) + (pad 2 smd rect (at 3.15 0 270) (size 2 3.8) (layers F.Cu F.Paste F.Mask) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603031C9) + (at 182.5 73.22 90) + (descr "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") + (tags capacitor) + (path /6025ABB3/603AB2CA) + (attr smd) + (fp_text reference C25 (at 1.82 0.7 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6030315A) + (at 172.9 73.4 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/60390B99) + (attr smd) + (fp_text reference C24 (at -1.7 1.2 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602D5904) + (at 61.1 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD8B) + (attr smd) + (fp_text reference D74 (at 2.1 -3.4) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 49 "Net-(D74-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 48 "Net-(D73-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60302BFF) + (at 177.6 138.21 90) + (descr "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") + (tags resistor) + (path /6025ABB3/602AB44D) + (attr smd) + (fp_text reference R19 (at -1.89 -0.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 92 PIEZO)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60302CC9) + (at 180.6 138.6) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602A0B57) + (attr smd) + (fp_text reference Q6 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 172 "Net-(BZ1-Pad2)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 92 PIEZO)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 60302D09) + (at 181.6 134 270) + (descr SOD-123) + (tags SOD-123) + (path /6025ABB3/602BA02D) + (attr smd) + (fp_text reference D114 (at 0 -2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value D_Schottky (at 0 2.1 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -2 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 1.65 0 270) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) + (net 172 "Net-(BZ1-Pad2)")) + (pad 1 smd rect (at -1.65 0 270) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) + (net 132 5V)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_JST:JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal (layer F.Cu) (tedit 5B7745C6) (tstamp 60302C51) + (at 191.5 51.5 180) + (descr "JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") + (tags "connector JST PH top entry") + (path /6025ABB3/6038CD42) + (fp_text reference J2 (at 5 -2.55) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x06_Male (at 5 7.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.5 1.375) (end 0 0.875) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 1.375) (end 0.5 1.375) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0.875) (end -0.5 1.375) (layer F.Fab) (width 0.1)) + (fp_line (start -0.86 0.14) (end -0.86 -1.075) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.25 0.25) (end -1.25 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 11.25 -1.35) (end 11.25 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 11.95 -1.35) (end 11.25 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start 11.95 6.25) (end 11.95 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 6.25) (end 11.95 6.25) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 -1.35) (end -1.95 6.25) (layer F.Fab) (width 0.1)) + (fp_line (start -1.25 -1.35) (end -1.95 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.25 0.25) (end -1.25 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start 12.45 -1.85) (end -2.45 -1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start 12.45 6.75) (end 12.45 -1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 6.75) (end 12.45 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.85) (end -2.45 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.8 4.1) (end -0.8 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 4.1) (end -0.3 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.3 2.5) (end 11.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.3 4.1) (end 10.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.3 4.1) (end 10.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.3 2.5) (end 11.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 2.5) (end -1.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 4.1) (end -0.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.3 4.1) (end -0.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.3 2.5) (end -1.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 0.14) (end 11.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.5 2) (end 9.5 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 2) (end 9.5 2) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 6.36) (end 0.5 2) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.14 0.14) (end 10.86 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.14 -1.46) (end 11.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 -1.46) (end 11.14 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 6.36) (end 12.06 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 6.36) (end 12.06 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 -1.46) (end -2.06 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.14 -1.46) (end -2.06 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.14 0.14) (end -1.14 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.86 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 5 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 6 thru_hole oval (at 10 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 160 /elektronika.sch/GND)) + (pad 5 thru_hole oval (at 8 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 132 5V)) + (pad 4 thru_hole oval (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 125 VSTUP3)) + (pad 3 thru_hole oval (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 127 VSTUP1)) + (pad 2 thru_hole oval (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 126 VSTUP2)) + (pad 1 thru_hole roundrect (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.208333) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module RF_Module:ESP32-WROOM-32 (layer F.Cu) (tedit 5B5B4654) (tstamp 603D20CD) + (at 215.83 62.015) + (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") + (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") + (path /6025ABB3/6026AA3F) + (attr smd) + (fp_text reference U1 (at -10.61 8.43 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ESP32-WROOM-32 (at 0 11.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -9.12 -9.445) (end -9.5 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 -15.865) (end -9.12 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 -15.865) (end 9.12 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 -15.865) (end 9.12 -15.865) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 9.88) (end 8.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 9.1) (end 9.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 9.88) (end -8.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 9.1) (end -9.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.4 -20.6) (end 8.2 -20.4) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.4 -20.6) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -20.6) (end 8.6 -20.4) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.6 -16.2) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.2 -16.2) (layer Cmts.User) (width 0.1)) + (fp_line (start -9.2 -13.875) (end -9.4 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -9.2 -13.875) (layer Cmts.User) (width 0.1)) + (fp_line (start -9.2 -13.875) (end -9.4 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -13.6 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -13.6 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 9.4 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 9.4 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 13.8 -13.875) (end 13.6 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start 13.8 -13.875) (end 13.6 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 13.8 -13.875) (layer Cmts.User) (width 0.1)) + (fp_line (start 14 -11.585) (end 12 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -13.2) (end 10 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -14.815) (end 8 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -16.43) (end 6 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -18.045) (end 4 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -19.66) (end 2 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 13.475 -20.75) (end 0 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 11.475 -20.75) (end -2 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 9.475 -20.75) (end -4 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 7.475 -20.75) (end -6 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -8 -9.97) (end 5.475 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 3.475 -20.75) (end -10 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 1.475 -20.75) (end -12 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -0.525 -20.75) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -2.525 -20.75) (end -14 -11.585) (layer Dwgs.User) (width 0.1)) + (fp_line (start -4.525 -20.75) (end -14 -13.2) (layer Dwgs.User) (width 0.1)) + (fp_line (start -6.525 -20.75) (end -14 -14.815) (layer Dwgs.User) (width 0.1)) + (fp_line (start -8.525 -20.75) (end -14 -16.43) (layer Dwgs.User) (width 0.1)) + (fp_line (start -10.525 -20.75) (end -14 -18.045) (layer Dwgs.User) (width 0.1)) + (fp_line (start -12.525 -20.75) (end -14 -19.66) (layer Dwgs.User) (width 0.1)) + (fp_line (start 9.75 -9.72) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -14.25 -9.72) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14.25 -21) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -14.25 -21) (end -14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14 -20.75) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -9.97) (end 14 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -9.97) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -9 -9.02) (end -8.5 -9.52) (layer F.Fab) (width 0.1)) + (fp_line (start -8.5 -9.52) (end -9 -10.02) (layer F.Fab) (width 0.1)) + (fp_line (start -9 -9.02) (end -9 9.76) (layer F.Fab) (width 0.1)) + (fp_line (start -14.25 -21) (end 14.25 -21) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.75 -9.72) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9.75 10.5) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9.75 10.5) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9 -15.745) (end 9 -15.745) (layer F.Fab) (width 0.1)) + (fp_line (start -9 -15.745) (end -9 -10.02) (layer F.Fab) (width 0.1)) + (fp_line (start -9 9.76) (end 9 9.76) (layer F.Fab) (width 0.1)) + (fp_line (start 9 9.76) (end 9 -15.745) (layer F.Fab) (width 0.1)) + (fp_line (start -14 -9.97) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_text user "5 mm" (at 7.8 -19.075 90) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_text user "5 mm" (at -11.2 -14.375) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_text user "5 mm" (at 11.8 -14.375) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_text user Antenna (at 0 -13) (layer Cmts.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer Cmts.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 38 smd rect (at 8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 37 smd rect (at 8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 198 DATA_HERNI_LED_LS)) + (pad 36 smd rect (at 8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 199 IO22)) + (pad 35 smd rect (at 8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 67 TX_ESP)) + (pad 34 smd rect (at 8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 68 RX_ESP)) + (pad 33 smd rect (at 8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 197 DATA_ZADANI_LED_LS)) + (pad 32 smd rect (at 8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 69 "Net-(U1-Pad32)")) + (pad 31 smd rect (at 8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 184 /elektronika.sch/SW_10)) + (pad 30 smd rect (at 8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 185 /elektronika.sch/SW_9)) + (pad 29 smd rect (at 8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 193 IO5)) + (pad 28 smd rect (at 8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 189 /elektronika.sch/SW_2)) + (pad 27 smd rect (at 8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 65 ZAPINANI_1_CAST_LED)) + (pad 26 smd rect (at 8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 183 /elektronika.sch/SW_7)) + (pad 25 smd rect (at 8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 62 IO0)) + (pad 24 smd rect (at 5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 192 IO2)) + (pad 23 smd rect (at 4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 195 IO15)) + (pad 22 smd rect (at 3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 70 "Net-(U1-Pad22)")) + (pad 21 smd rect (at 1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 71 "Net-(U1-Pad21)")) + (pad 20 smd rect (at 0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 129 "Net-(U1-Pad20)")) + (pad 19 smd rect (at -0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 130 "Net-(U1-Pad19)")) + (pad 18 smd rect (at -1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 72 "Net-(U1-Pad18)")) + (pad 17 smd rect (at -3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 131 "Net-(U1-Pad17)")) + (pad 16 smd rect (at -4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 188 /elektronika.sch/SW_3)) + (pad 15 smd rect (at -5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 14 smd rect (at -8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 194 IO12)) + (pad 13 smd rect (at -8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 191 /elektronika.sch/SW_5)) + (pad 12 smd rect (at -8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 92 PIEZO)) + (pad 11 smd rect (at -8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 187 /elektronika.sch/SW_8)) + (pad 10 smd rect (at -8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 186 /elektronika.sch/SW_11)) + (pad 9 smd rect (at -8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 196 IO33)) + (pad 8 smd rect (at -8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 190 /elektronika.sch/SW_4)) + (pad 7 smd rect (at -8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 125 VSTUP3)) + (pad 6 smd rect (at -8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 169 /elektronika.sch/SENZOR_SVETLA)) + (pad 5 smd rect (at -8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 127 VSTUP1)) + (pad 4 smd rect (at -8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 126 VSTUP2)) + (pad 3 smd rect (at -8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 1 EN)) + (pad 2 smd rect (at -8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd rect (at -8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 39 smd rect (at -1 -0.755) (size 5 5) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 6039CE69) + (at 38.905 122.785001 90) + (path /6025A839/602B59C6/603FB72D) + (attr smd) + (fp_text reference SW7 (at 0.931041 -4.6912 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 182 /ovladaci_prvky.sch/SW_7)) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6039A732) + (at 38.9 118.6 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/603FB725) + (attr smd) + (fp_text reference C126 (at 0.12 1.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 182 /ovladaci_prvky.sch/SW_7)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12 (layer F.Cu) (tedit 5D3C0721) (tstamp 60302E71) + (at 168.98 48.9 180) + (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") + (tags "usb usb-c 2.0 pd") + (path /6025ABB3/60332FC9) + (attr smd) + (fp_text reference J3 (at -6.42 -4.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value USB_C_Receptacle_USB2.0 (at 0 5.1) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -4.7 3.9) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.47 -3.65) (end 4.47 -3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -4.47 -3.65) (end -4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -4.47 3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start 4.47 -3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -5.32 -5.27) (end 5.32 -5.27) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.32 4.15) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.32 -5.27) (end -5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.32 -5.27) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -1.9) (end 4.7 0.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.7 2) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.7 -1.9) (end -4.7 0.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.7 2) (end -4.7 3.9) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad B1 smd rect (at 3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad A9 smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad B9 smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad B12 smd rect (at -3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad A1 smd rect (at -3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad A4 smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad B4 smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad A12 smd rect (at 3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad B8 smd rect (at -1.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 155 "Net-(J3-PadB8)")) + (pad A5 smd rect (at -1.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 156 "Net-(J3-PadA5)")) + (pad B7 smd rect (at -0.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(D7-Pad2)")) + (pad A7 smd rect (at 0.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(D7-Pad2)")) + (pad B6 smd rect (at 0.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(D8-Pad2)")) + (pad A8 smd rect (at 1.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 157 "Net-(J3-PadA8)")) + (pad B5 smd rect (at 1.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 158 "Net-(J3-PadB5)")) + (pad A6 smd rect (at -0.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(D8-Pad2)")) + (pad S1 thru_hole oval (at 4.32 -3.13 180) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (net 159 "Net-(J3-PadS1)")) + (pad S1 thru_hole oval (at -4.32 -3.13 180) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (net 159 "Net-(J3-PadS1)")) + (pad "" np_thru_hole circle (at -2.89 -2.6 180) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) + (pad S1 thru_hole oval (at -4.32 1.05 180) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (net 159 "Net-(J3-PadS1)")) + (pad "" np_thru_hole circle (at 2.89 -2.6 180) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) + (pad S1 thru_hole oval (at 4.32 1.05 180) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (net 159 "Net-(J3-PadS1)")) + (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60302D88) + (at 167.28 56.7 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332FD9) + (attr smd) + (fp_text reference R17 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5k1 (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 158 "Net-(J3-PadB5)")) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60302D58) + (at 170.2 56.71 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332FD1) + (attr smd) + (fp_text reference R16 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5k1 (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 156 "Net-(J3-PadA5)")) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:RobotarnaLogo-6mm (layer B.Cu) (tedit 5FD6798D) (tstamp 60302D3E) + (at 189.98 119.4) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (path /6025ABB3/602FF342) + (attr virtual) + (fp_text reference DRA2 (at 0 6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_text value Logo_Robotarna (at 0 -6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_poly (pts (xy -0.189086 2.172622) (xy -0.248619 0.013868) (xy -0.244221 -0.035179) (xy -0.231546 -0.081341) + (xy -0.211363 -0.123849) (xy -0.184443 -0.161931) (xy -0.151557 -0.194817) (xy -0.113474 -0.221737) + (xy -0.070967 -0.24192) (xy -0.024805 -0.254595) (xy 0.024242 -0.258991) (xy 0.073288 -0.254595) + (xy 0.119451 -0.24192) (xy 0.161958 -0.221737) (xy 0.20004 -0.194817) (xy 0.232927 -0.161931) + (xy 0.259847 -0.123849) (xy 0.28003 -0.081341) (xy 0.292705 -0.035179) (xy 0.297102 0.013868) + (xy 0.292706 0.062915) (xy 0.280031 0.109078) (xy 0.259848 0.151586) (xy 0.232928 0.189668) + (xy 0.200041 0.222555) (xy 0.161959 0.249475) (xy 0.119451 0.269658) (xy 0.073289 0.282333) + (xy 0.024242 0.28673) (xy -0.024805 0.282333) (xy -0.070968 0.269658) (xy -0.113475 0.249475) + (xy -0.151558 0.222555) (xy -0.184444 0.189668) (xy -0.211364 0.151586) (xy -0.231547 0.109078) + (xy -0.244222 0.062915) (xy -0.248619 0.013868) (xy -0.189086 2.172622) (xy -0.135651 2.173005) + (xy -0.078019 2.17281) (xy -0.017967 2.172163) (xy 0.042729 2.171192) (xy 0.102292 2.170022) + (xy 0.158945 2.168782) (xy 0.210913 2.167596) (xy 0.256417 2.166592) (xy 0.293682 2.165897) + (xy 0.32093 2.165637) (xy 0.337879 2.157108) (xy 0.350612 2.133341) (xy 0.359778 2.097068) + (xy 0.366025 2.051018) (xy 0.370001 1.997923) (xy 0.372356 1.940513) (xy 0.373737 1.881519) + (xy 0.374794 1.823671) (xy 0.376174 1.7697) (xy 0.378527 1.722337) (xy 0.3825 1.684313) + (xy 0.388743 1.658357) (xy 0.397903 1.647202) (xy 0.447699 1.634116) (xy 0.496994 1.619496) + (xy 0.545752 1.603356) (xy 0.593942 1.585715) (xy 0.641527 1.566587) (xy 0.688475 1.54599) + (xy 0.734751 1.523939) (xy 0.780321 1.50045) (xy 0.825151 1.47554) (xy 0.869207 1.449225) + (xy 0.912456 1.421521) (xy 0.954862 1.392445) (xy 0.996392 1.362013) (xy 1.013334 1.361715) + (xy 1.041997 1.374635) (xy 1.080023 1.398112) (xy 1.125053 1.429489) (xy 1.174729 1.466104) + (xy 1.226691 1.505299) (xy 1.27858 1.544413) (xy 1.328039 1.580788) (xy 1.372708 1.611763) + (xy 1.410229 1.63468) (xy 1.438243 1.646879) (xy 1.454391 1.645699) (xy 1.491331 1.608417) + (xy 1.527571 1.570487) (xy 1.563104 1.53192) (xy 1.597921 1.492726) (xy 1.632014 1.452915) + (xy 1.665376 1.412497) (xy 1.697997 1.371483) (xy 1.729871 1.329881) (xy 1.760989 1.287704) + (xy 1.791342 1.24496) (xy 1.820924 1.20166) (xy 1.849726 1.157814) (xy 1.877739 1.113431) + (xy 1.875451 1.09719) (xy 1.85774 1.072146) (xy 1.827672 1.040049) (xy 1.788314 1.002648) + (xy 1.742734 0.961692) (xy 1.693999 0.91893) (xy 1.645176 0.876112) (xy 1.599331 0.834987) + (xy 1.559533 0.797305) (xy 1.528848 0.764815) (xy 1.510343 0.739265) (xy 1.507085 0.722406) + (xy 1.528603 0.674946) (xy 1.548451 0.626855) (xy 1.56662 0.578177) (xy 1.583099 0.528957) + (xy 1.597878 0.479239) (xy 1.610948 0.429068) (xy 1.622299 0.378487) (xy 1.63192 0.327542) + (xy 1.639802 0.276276) (xy 1.645935 0.224734) (xy 1.650308 0.172961) (xy 1.652913 0.121) + (xy 1.653738 0.068896) (xy 1.665092 0.060185) (xy 1.696214 0.048632) (xy 1.742692 0.034697) + (xy 1.800114 0.018839) (xy 1.864068 0.001518) (xy 1.930142 -0.016806) (xy 1.993924 -0.035673) + (xy 2.051002 -0.054623) (xy 2.096965 -0.073196) (xy 2.1274 -0.090933) (xy 2.137896 -0.107375) + (xy 2.134463 -0.147706) (xy 2.128781 -0.192143) (xy 2.121114 -0.239886) (xy 2.111727 -0.290134) + (xy 2.100886 -0.342088) (xy 2.088855 -0.394949) (xy 2.075899 -0.447915) (xy 2.062283 -0.500188) + (xy 2.048272 -0.550968) (xy 2.034131 -0.599454) (xy 2.020124 -0.644846) (xy 2.006516 -0.686346) + (xy 1.993573 -0.723153) (xy 1.979249 -0.734445) (xy 1.949479 -0.738833) (xy 1.907322 -0.737688) + (xy 1.85584 -0.732382) (xy 1.798093 -0.724285) (xy 1.737141 -0.71477) (xy 1.676045 -0.705206) + (xy 1.617865 -0.696965) (xy 1.565661 -0.691419) (xy 1.522495 -0.689938) (xy 1.491425 -0.693894) + (xy 1.475514 -0.704658) (xy 1.451599 -0.752047) (xy 1.428453 -0.798038) (xy 1.405655 -0.842694) + (xy 1.382786 -0.886075) (xy 1.359425 -0.928243) (xy 1.335154 -0.969259) (xy 1.309551 -1.009185) + (xy 1.282198 -1.048081) (xy 1.252674 -1.08601) (xy 1.220559 -1.123032) (xy 1.185434 -1.159209) + (xy 1.146879 -1.194603) (xy 1.140976 -1.212326) (xy 1.146451 -1.242417) (xy 1.16113 -1.282298) + (xy 1.182842 -1.329391) (xy 1.209412 -1.381119) (xy 1.238668 -1.434903) (xy 1.268437 -1.488166) + (xy 1.296546 -1.53833) (xy 1.320823 -1.582817) (xy 1.339095 -1.619049) (xy 1.349188 -1.644449) + (xy 1.348931 -1.656438) (xy 1.318491 -1.677945) (xy 1.283065 -1.701824) (xy 1.243361 -1.727615) + (xy 1.200091 -1.754861) (xy 1.153962 -1.783099) (xy 1.105685 -1.811871) (xy 1.055969 -1.840717) + (xy 1.005524 -1.869178) (xy 0.955059 -1.896792) (xy 0.905283 -1.923101) (xy 0.856907 -1.947645) + (xy 0.81064 -1.969964) (xy 0.767191 -1.989598) (xy 0.727269 -2.006088) (xy 0.691585 -2.018973) + (xy 0.675692 -2.0151) (xy 0.655999 -1.996387) (xy 0.633188 -1.96551) (xy 0.607943 -1.925144) + (xy 0.580944 -1.877966) (xy 0.552874 -1.826651) (xy 0.524415 -1.773874) (xy 0.49625 -1.722313) + (xy 0.46906 -1.674643) (xy 0.443527 -1.633539) (xy 0.420334 -1.601677) (xy 0.400163 -1.581733) + (xy 0.383696 -1.576383) (xy 0.336632 -1.584127) (xy 0.289432 -1.590885) (xy 0.242112 -1.596656) + (xy 0.194687 -1.60144) (xy 0.147172 -1.605233) (xy 0.099584 -1.608036) (xy 0.051937 -1.609845) + (xy 0.004247 -1.61066) (xy -0.047376 -1.609923) (xy -0.098925 -1.607578) (xy -0.150364 -1.603628) + (xy -0.201655 -1.598075) (xy -0.25276 -1.590922) (xy -0.303642 -1.582173) (xy -0.318666 -1.589456) + (xy -0.338978 -1.613657) (xy -0.363511 -1.651376) (xy -0.391204 -1.699213) (xy -0.420992 -1.753768) + (xy -0.451812 -1.811643) (xy -0.482599 -1.869437) (xy -0.512291 -1.923752) (xy -0.539824 -1.971186) + (xy -0.564133 -2.008342) (xy -0.584155 -2.031818) (xy -0.598827 -2.038216) (xy -0.63794 -2.026058) + (xy -0.681219 -2.010624) (xy -0.727959 -1.992304) (xy -0.777451 -1.971485) (xy -0.828989 -1.948557) + (xy -0.881863 -1.923909) (xy -0.935368 -1.897928) (xy -0.988796 -1.871003) (xy -1.041439 -1.843524) + (xy -1.09259 -1.815879) (xy -1.141541 -1.788456) (xy -1.187585 -1.761644) (xy -1.230014 -1.735831) + (xy -1.268121 -1.711407) (xy -1.301199 -1.68876) (xy -1.302572 -1.675271) (xy -1.29278 -1.64765) + (xy -1.274048 -1.608716) (xy -1.248601 -1.561287) (xy -1.218664 -1.50818) (xy -1.186462 -1.452215) + (xy -1.15422 -1.39621) (xy -1.124163 -1.342983) (xy -1.098515 -1.295352) (xy -1.079503 -1.256136) + (xy -1.06935 -1.228153) (xy -1.070282 -1.214222) (xy -1.108501 -1.181655) (xy -1.145548 -1.147876) + (xy -1.181395 -1.112918) (xy -1.216018 -1.076813) (xy -1.24939 -1.039596) (xy -1.281485 -1.0013) + (xy -1.312278 -0.961957) (xy -1.341742 -0.921601) (xy -1.369851 -0.880265) (xy -1.39658 -0.837982) + (xy -1.421902 -0.794786) (xy -1.445792 -0.750709) (xy -1.468223 -0.705785) (xy -1.482519 -0.699902) + (xy -1.514058 -0.699254) (xy -1.559381 -0.70279) (xy -1.615026 -0.709457) (xy -1.677534 -0.718205) + (xy -1.743446 -0.72798) (xy -1.809302 -0.73773) (xy -1.871643 -0.746405) (xy -1.927007 -0.752952) + (xy -1.971936 -0.756319) (xy -2.00297 -0.755455) (xy -2.01665 -0.749307) (xy -2.031671 -0.709582) + (xy -2.045338 -0.665809) (xy -2.057718 -0.618655) (xy -2.06888 -0.568786) (xy -2.07889 -0.516869) + (xy -2.087815 -0.463569) (xy -2.095722 -0.409554) (xy -2.10268 -0.355489) (xy -2.108754 -0.302041) + (xy -2.114013 -0.249877) (xy -2.118524 -0.199662) (xy -2.122353 -0.152064) (xy -2.125568 -0.107748) + (xy -2.115008 -0.096498) (xy -2.084763 -0.083937) (xy -2.039193 -0.070352) (xy -1.982657 -0.056033) + (xy -1.919515 -0.041271) (xy -1.854127 -0.026354) (xy -1.790852 -0.011572) (xy -1.734049 0.002784) + (xy -1.688079 0.016426) (xy -1.657299 0.029064) (xy -1.64607 0.040408) (xy -1.645304 0.090652) + (xy -1.643011 0.140779) (xy -1.639198 0.190755) (xy -1.633872 0.240546) (xy -1.627041 0.290119) + (xy -1.618713 0.339439) (xy -1.608893 0.388472) (xy -1.597591 0.437185) (xy -1.584813 0.485544) + (xy -1.570566 0.533514) (xy -1.554858 0.581062) (xy -1.537697 0.628153) (xy -1.519089 0.674755) + (xy -1.499042 0.720832) (xy -1.503132 0.735328) (xy -1.521566 0.759443) (xy -1.551466 0.791249) + (xy -1.589954 0.828821) (xy -1.634149 0.870231) (xy -1.681176 0.913551) (xy -1.728154 0.956855) + (xy -1.772205 0.998217) (xy -1.810452 1.035708) (xy -1.840015 1.067403) (xy -1.858016 1.091373) + (xy -1.861578 1.105692) (xy -1.834611 1.150814) (xy -1.806572 1.195227) (xy -1.777477 1.238913) + (xy -1.747341 1.281854) (xy -1.716178 1.324032) (xy -1.684003 1.365428) (xy -1.650831 1.406024) + (xy -1.616677 1.445803) (xy -1.581555 1.484746) (xy -1.545481 1.522835) (xy -1.508469 1.560051) + (xy -1.470534 1.596378) (xy -1.431691 1.631795) (xy -1.41595 1.632589) (xy -1.387707 1.621533) + (xy -1.34945 1.600985) (xy -1.303669 1.5733) (xy -1.252853 1.540837) (xy -1.199492 1.505953) + (xy -1.146074 1.471004) (xy -1.09509 1.438349) (xy -1.049028 1.410343) (xy -1.010379 1.389345) + (xy -0.98163 1.377712) (xy -0.965272 1.3778) (xy -0.925163 1.406326) (xy -0.884268 1.433602) + (xy -0.842617 1.459616) (xy -0.800239 1.484352) (xy -0.757164 1.507798) (xy -0.713422 1.529938) + (xy -0.669043 1.55076) (xy -0.624057 1.570248) (xy -0.578493 1.58839) (xy -0.532382 1.60517) + (xy -0.485753 1.620575) (xy -0.438637 1.634591) (xy -0.391062 1.647205) (xy -0.382157 1.661138) + (xy -0.374548 1.695124) (xy -0.367933 1.74469) (xy -0.362004 1.805367) (xy -0.356457 1.872683) + (xy -0.350986 1.942168) (xy -0.345286 2.009351) (xy -0.339052 2.06976) (xy -0.331978 2.118925) + (xy -0.32376 2.152375) (xy -0.31409 2.16564) (xy -0.283863 2.169109) (xy -0.241379 2.171378) + (xy -0.189086 2.172625) (xy -0.189086 2.172622)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -0.000038 3.000001) (xy -0.190589 2.283197) (xy -0.135477 2.28358) (xy -0.076274 2.283385) + (xy -0.014845 2.282738) (xy 0.046947 2.281767) (xy 0.107238 2.280597) (xy 0.164163 2.279356) + (xy 0.215859 2.278171) (xy 0.260461 2.277167) (xy 0.296107 2.276472) (xy 0.32093 2.276212) + (xy 0.369446 2.266215) (xy 0.408201 2.242911) (xy 0.43187 2.216496) (xy 0.446086 2.191571) + (xy 0.462414 2.146691) (xy 0.47089 2.103476) (xy 0.476551 2.058265) (xy 0.480162 2.011062) + (xy 0.482333 1.962597) (xy 0.48367 1.9136) (xy 0.484657 1.865073) (xy 0.485552 1.818739) + (xy 0.486653 1.776406) (xy 0.488255 1.739885) (xy 0.489154 1.731472) (xy 0.539454 1.716135) + (xy 0.589223 1.699324) (xy 0.638428 1.68105) (xy 0.687037 1.661327) (xy 0.735018 1.640168) + (xy 0.782337 1.617586) (xy 0.828964 1.593594) (xy 0.874865 1.568206) (xy 0.920008 1.541433) + (xy 0.96436 1.51329) (xy 1.00789 1.48379) (xy 1.018791 1.490246) (xy 1.049088 1.511181) + (xy 1.083611 1.536246) (xy 1.121016 1.564131) (xy 1.159956 1.593526) (xy 1.199203 1.623185) + (xy 1.238007 1.652117) (xy 1.275746 1.679396) (xy 1.311796 1.704098) (xy 1.345785 1.725505) + (xy 1.381176 1.743637) (xy 1.429209 1.757607) (xy 1.457042 1.758321) (xy 1.492461 1.750265) + (xy 1.529633 1.726714) (xy 1.532253 1.724333) (xy 1.567856 1.688444) (xy 1.602847 1.651958) + (xy 1.637217 1.614887) (xy 1.670956 1.577242) (xy 1.704056 1.539035) (xy 1.736508 1.500276) + (xy 1.768304 1.460978) (xy 1.799435 1.42115) (xy 1.829891 1.380804) (xy 1.859666 1.339951) + (xy 1.888748 1.298603) (xy 1.917131 1.256771) (xy 1.944805 1.214465) (xy 1.971761 1.171698) + (xy 1.973719 1.16847) (xy 1.988202 1.127652) (xy 1.988399 1.092098) (xy 1.981913 1.065566) + (xy 1.958535 1.021666) (xy 1.933574 0.990701) (xy 1.905691 0.961759) (xy 1.874202 0.931502) + (xy 1.839866 0.900145) (xy 1.803715 0.868099) (xy 1.76678 0.835775) (xy 1.730183 0.80369) + (xy 1.695383 0.772784) (xy 1.663922 0.744116) (xy 1.637341 0.718739) (xy 1.630801 0.711596) + (xy 1.649273 0.666484) (xy 1.666369 0.620865) (xy 1.682083 0.574776) (xy 1.696406 0.528252) + (xy 1.709334 0.481332) (xy 1.720859 0.434053) (xy 1.730973 0.386451) (xy 1.739672 0.338563) + (xy 1.746947 0.290428) (xy 1.752792 0.242081) (xy 1.7572 0.193561) (xy 1.760165 0.144903) + (xy 1.760774 0.144675) (xy 1.796138 0.134685) (xy 1.836632 0.123626) (xy 1.880652 0.111703) + (xy 1.926595 0.099125) (xy 1.972893 0.086103) (xy 2.018381 0.072661) (xy 2.062062 0.058713) + (xy 2.102939 0.044176) (xy 2.140403 0.02885) (xy 2.176454 0.009674) (xy 2.215992 -0.023025) + (xy 2.238618 -0.058593) (xy 2.248315 -0.113902) (xy 2.248315 -0.113981) (xy 2.244517 -0.160131) + (xy 2.238504 -0.209231) (xy 2.230525 -0.260641) (xy 2.22083 -0.313722) (xy 2.209666 -0.367834) + (xy 2.197285 -0.422337) (xy 2.183935 -0.476593) (xy 2.169865 -0.529961) (xy 2.155326 -0.581802) + (xy 2.140565 -0.631476) (xy 2.125833 -0.678344) (xy 2.111379 -0.721765) (xy 2.097452 -0.761102) + (xy 2.097375 -0.761181) (xy 2.068683 -0.805712) (xy 2.034234 -0.83101) (xy 2.00582 -0.842063) + (xy 1.981992 -0.846806) (xy 1.939857 -0.849736) (xy 1.899232 -0.847864) (xy 1.856484 -0.843784) + (xy 1.811835 -0.838021) (xy 1.766028 -0.831188) (xy 1.719805 -0.823893) (xy 1.674101 -0.816727) + (xy 1.630548 -0.810247) (xy 1.590939 -0.805006) (xy 1.557066 -0.801562) (xy 1.54925 -0.801411) + (xy 1.525983 -0.847553) (xy 1.502481 -0.893168) (xy 1.478375 -0.93822) (xy 1.453292 -0.982675) + (xy 1.426862 -1.026495) (xy 1.398713 -1.069645) (xy 1.368474 -1.11209) (xy 1.335774 -1.153794) + (xy 1.300242 -1.19472) (xy 1.261506 -1.234833) (xy 1.263014 -1.239119) (xy 1.27664 -1.269103) + (xy 1.293949 -1.303861) (xy 1.313888 -1.341764) (xy 1.335401 -1.381187) (xy 1.357468 -1.420705) + (xy 1.379225 -1.4594) (xy 1.399854 -1.496403) (xy 1.418537 -1.530846) (xy 1.43457 -1.562028) + (xy 1.448003 -1.592108) (xy 1.45928 -1.630446) (xy 1.459676 -1.670734) (xy 1.447007 -1.707431) + (xy 1.413599 -1.746053) (xy 1.413522 -1.74613) (xy 1.380686 -1.769455) (xy 1.343579 -1.794778) + (xy 1.30276 -1.821698) (xy 1.258785 -1.849816) (xy 1.212211 -1.878732) (xy 1.163596 -1.908047) + (xy 1.113496 -1.937361) (xy 1.062468 -1.966276) (xy 1.011071 -1.994391) (xy 0.95986 -2.021308) + (xy 0.909393 -2.046626) (xy 0.860228 -2.069946) (xy 0.81292 -2.090869) (xy 0.768028 -2.108995) + (xy 0.726109 -2.123925) (xy 0.72558 -2.124079) (xy 0.669928 -2.128408) (xy 0.628087 -2.115136) + (xy 0.602598 -2.098677) (xy 0.58494 -2.082365) (xy 0.557488 -2.050191) (xy 0.534126 -2.015991) + (xy 0.510935 -1.978311) (xy 0.487708 -1.937817) (xy 0.464482 -1.895556) (xy 0.441294 -1.852574) + (xy 0.4183 -1.81006) (xy 0.396076 -1.769693) (xy 0.375282 -1.733258) (xy 0.356579 -1.702539) + (xy 0.347634 -1.690131) (xy 0.298937 -1.697221) (xy 0.25015 -1.703658) (xy 0.201277 -1.7093) + (xy 0.152323 -1.714006) (xy 0.103292 -1.717635) (xy 0.054188 -1.720047) (xy 0.005017 -1.7211) + (xy 0.004408 -1.7211) (xy -0.040012 -1.720246) (xy -0.084347 -1.717745) (xy -0.128599 -1.713864) + (xy -0.172768 -1.708869) (xy -0.216855 -1.703025) (xy -0.26086 -1.6966) (xy -0.268903 -1.708638) + (xy -0.287728 -1.740876) (xy -0.308643 -1.778553) (xy -0.33098 -1.819947) (xy -0.354069 -1.863335) + (xy -0.377313 -1.90708) (xy -0.400415 -1.949946) (xy -0.423158 -1.990811) (xy -0.445323 -2.028554) + (xy -0.466839 -2.062343) (xy -0.490424 -2.093498) (xy -0.525603 -2.126122) (xy -0.548968 -2.139397) + (xy -0.5836 -2.148756) (xy -0.628733 -2.144616) (xy -0.628884 -2.144539) (xy -0.670646 -2.131779) + (xy -0.715148 -2.116408) (xy -0.761924 -2.098696) (xy -0.810508 -2.078915) (xy -0.860437 -2.057335) + (xy -0.911245 -2.034228) (xy -0.962467 -2.009863) (xy -1.013638 -1.984513) (xy -1.064293 -1.958446) + (xy -1.113968 -1.931935) (xy -1.162197 -1.90525) (xy -1.208515 -1.878662) (xy -1.252457 -1.852442) + (xy -1.293559 -1.82686) (xy -1.331356 -1.802187) (xy -1.365381 -1.778694) (xy -1.396242 -1.745263) + (xy -1.410633 -1.71157) (xy -1.413414 -1.669101) (xy -1.403116 -1.625802) (xy -1.389276 -1.592218) + (xy -1.372372 -1.558003) (xy -1.352493 -1.520574) (xy -1.330307 -1.480627) (xy -1.306622 -1.439059) + (xy -1.282245 -1.396766) (xy -1.258035 -1.354739) (xy -1.235016 -1.314353) (xy -1.214245 -1.277082) + (xy -1.196779 -1.2444) (xy -1.195954 -1.242548) (xy -1.232412 -1.208293) (xy -1.267762 -1.172983) + (xy -1.301978 -1.136642) (xy -1.335035 -1.099292) (xy -1.366905 -1.060957) (xy -1.397565 -1.021659) + (xy -1.426989 -0.981422) (xy -1.45515 -0.940267) (xy -1.482023 -0.898219) (xy -1.507584 -0.855301) + (xy -1.531805 -0.811534) (xy -1.547966 -0.812592) (xy -1.586289 -0.817065) (xy -1.630094 -0.822957) + (xy -1.677616 -0.829812) (xy -1.727092 -0.837172) (xy -1.776858 -0.844578) (xy -1.825666 -0.851589) + (xy -1.872374 -0.857781) (xy -1.915839 -0.862731) (xy -1.955148 -0.866055) (xy -1.992286 -0.866779) + (xy -2.035282 -0.861434) (xy -2.059666 -0.854211) (xy -2.090245 -0.834676) (xy -2.118568 -0.791981) + (xy -2.118645 -0.79183) (xy -2.135396 -0.748327) (xy -2.150409 -0.702309) (xy -2.163797 -0.654219) + (xy -2.175671 -0.6045) (xy -2.186144 -0.553595) (xy -2.195329 -0.501948) (xy -2.203338 -0.450001) + (xy -2.210283 -0.398199) (xy -2.216277 -0.346984) (xy -2.221432 -0.2968) (xy -2.225861 -0.248089) + (xy -2.229676 -0.201296) (xy -2.23299 -0.156863) (xy -2.235914 -0.115233) (xy -2.235914 -0.115156) + (xy -2.235914 -0.115079) (xy -2.22907 -0.064562) (xy -2.208978 -0.031421) (xy -2.188708 -0.012701) + (xy -2.150297 0.00955) (xy -2.11703 0.022247) (xy -2.081819 0.03286) (xy -2.04271 0.043323) + (xy -2.000548 0.053695) (xy -1.956421 0.064004) (xy -1.911413 0.074278) (xy -1.867194 0.084392) + (xy -1.824939 0.094283) (xy -1.78627 0.103755) (xy -1.752808 0.112613) (xy -1.749961 0.163472) + (xy -1.745647 0.214203) (xy -1.739872 0.26477) (xy -1.732645 0.315135) (xy -1.723971 0.365262) + (xy -1.713859 0.415114) (xy -1.702315 0.464653) (xy -1.689346 0.513843) (xy -1.67496 0.562646) + (xy -1.659164 0.611026) (xy -1.641964 0.658946) (xy -1.623368 0.706367) (xy -1.630058 0.71367) + (xy -1.656328 0.739469) (xy -1.687025 0.768548) (xy -1.720735 0.79986) (xy -1.75604 0.832359) + (xy -1.791588 0.865072) (xy -1.826302 0.89735) (xy -1.859185 0.928628) (xy -1.889238 0.958341) + (xy -1.915661 0.986104) (xy -1.939 1.014192) (xy -1.9614 1.051249) (xy -1.970558 1.074676) + (xy -1.974152 1.109998) (xy -1.959672 1.157162) (xy -1.957193 1.161527) (xy -1.930943 1.20553) + (xy -1.903699 1.248922) (xy -1.875476 1.291685) (xy -1.846292 1.333798) (xy -1.816163 1.37524) + (xy -1.785105 1.415991) (xy -1.753135 1.456031) (xy -1.72027 1.495339) (xy -1.686527 1.533895) + (xy -1.651921 1.571679) (xy -1.616469 1.608671) (xy -1.580189 1.64485) (xy -1.543096 1.680195) + (xy -1.505206 1.714686) (xy -1.504153 1.715745) (xy -1.465752 1.738819) (xy -1.432185 1.745182) + (xy -1.406961 1.743632) (xy -1.362762 1.731673) (xy -1.328295 1.71595) (xy -1.294134 1.697094) + (xy -1.257545 1.67521) (xy -1.21899 1.65097) (xy -1.179183 1.625212) (xy -1.138836 1.598775) + (xy -1.098779 1.572555) (xy -1.060275 1.54765) (xy -1.024688 1.525193) (xy -0.993386 1.506317) + (xy -0.978352 1.498432) (xy -0.936437 1.526105) (xy -0.893779 1.552526) (xy -0.850408 1.577686) + (xy -0.806353 1.601575) (xy -0.761643 1.624182) (xy -0.716308 1.645498) (xy -0.670376 1.665513) + (xy -0.623876 1.684216) (xy -0.576838 1.701597) (xy -0.529292 1.717647) (xy -0.481265 1.732355) + (xy -0.479307 1.744685) (xy -0.475354 1.781229) (xy -0.471509 1.823197) (xy -0.467729 1.868849) + (xy -0.463972 1.916445) (xy -0.460181 1.964345) (xy -0.456212 2.011313) (xy -0.451895 2.05621) + (xy -0.447059 2.097898) (xy -0.441511 2.135461) (xy -0.43383 2.170812) (xy -0.418495 2.211254) + (xy -0.405366 2.23311) (xy -0.379012 2.257859) (xy -0.331976 2.274995) (xy -0.289928 2.280216) + (xy -0.24378 2.282579) (xy -0.190585 2.283567) (xy -0.190589 2.283197) (xy -0.000038 3.000001) + (xy -0.050147 2.99959) (xy -0.100059 2.998364) (xy -0.149765 2.996328) (xy -0.199261 2.993489) + (xy -0.248539 2.989853) (xy -0.297593 2.985427) (xy -0.346417 2.980217) (xy -0.395004 2.974229) + (xy -0.443348 2.96747) (xy -0.491443 2.959945) (xy -0.539282 2.951663) (xy -0.586859 2.942628) + (xy -0.634168 2.932847) (xy -0.681202 2.922327) (xy -0.727955 2.911074) (xy -0.77442 2.899094) + (xy -0.820591 2.886393) (xy -0.866463 2.872979) (xy -0.912027 2.858857) (xy -0.957278 2.844033) + (xy -1.002211 2.828515) (xy -1.046817 2.812308) (xy -1.091091 2.795419) (xy -1.135027 2.777854) + (xy -1.178618 2.75962) (xy -1.221858 2.740723) (xy -1.26474 2.721168) (xy -1.307259 2.700964) + (xy -1.349407 2.680116) (xy -1.391178 2.658629) (xy -1.432567 2.636512) (xy -1.473566 2.61377) + (xy -1.514169 2.590409) (xy -1.554371 2.566436) (xy -1.594163 2.541857) (xy -1.633541 2.516679) + (xy -1.672498 2.490908) (xy -1.711027 2.46455) (xy -1.749122 2.437612) (xy -1.786777 2.4101) + (xy -1.823986 2.38202) (xy -1.860741 2.353379) (xy -1.897037 2.324183) (xy -1.932867 2.294438) + (xy -1.968225 2.264151) (xy -2.003104 2.233329) (xy -2.037499 2.201977) (xy -2.071402 2.170102) + (xy -2.104808 2.137711) (xy -2.13771 2.104809) (xy -2.170102 2.071403) (xy -2.201976 2.0375) + (xy -2.233328 2.003105) (xy -2.264151 1.968226) (xy -2.294437 1.932868) (xy -2.324182 1.897038) + (xy -2.353378 1.860742) (xy -2.382019 1.823986) (xy -2.410099 1.786778) (xy -2.437611 1.749123) + (xy -2.464549 1.711028) (xy -2.490907 1.672499) (xy -2.516678 1.633542) (xy -2.541857 1.594164) + (xy -2.566435 1.554371) (xy -2.590408 1.51417) (xy -2.613769 1.473567) (xy -2.636511 1.432567) + (xy -2.658629 1.391179) (xy -2.680115 1.349408) (xy -2.700963 1.307259) (xy -2.721168 1.264741) + (xy -2.740722 1.221859) (xy -2.759619 1.178619) (xy -2.777853 1.135028) (xy -2.795418 1.091092) + (xy -2.812307 1.046818) (xy -2.828514 1.002211) (xy -2.844032 0.957279) (xy -2.858856 0.912028) + (xy -2.872978 0.866463) (xy -2.886392 0.820592) (xy -2.899093 0.774421) (xy -2.911073 0.727955) + (xy -2.922326 0.681203) (xy -2.932846 0.634169) (xy -2.942627 0.58686) (xy -2.951662 0.539283) + (xy -2.959945 0.491444) (xy -2.967469 0.443349) (xy -2.974228 0.395005) (xy -2.980216 0.346417) + (xy -2.985426 0.297594) (xy -2.989852 0.248539) (xy -2.993488 0.199262) (xy -2.996327 0.149766) + (xy -2.998363 0.100059) (xy -2.999589 0.050148) (xy -3 0.000038) (xy -2.999591 -0.050072) + (xy -2.998365 -0.099985) (xy -2.996331 -0.149692) (xy -2.993493 -0.199188) (xy -2.989858 -0.248467) + (xy -2.985433 -0.297522) (xy -2.980224 -0.346347) (xy -2.974237 -0.394935) (xy -2.967479 -0.44328) + (xy -2.959956 -0.491376) (xy -2.951674 -0.539216) (xy -2.94264 -0.586795) (xy -2.93286 -0.634104) + (xy -2.922341 -0.681139) (xy -2.911088 -0.727893) (xy -2.899109 -0.774359) (xy -2.886409 -0.820531) + (xy -2.872995 -0.866403) (xy -2.858874 -0.911969) (xy -2.844051 -0.957221) (xy -2.828534 -1.002155) + (xy -2.812327 -1.046762) (xy -2.795439 -1.091037) (xy -2.777875 -1.134974) (xy -2.759641 -1.178566) + (xy -2.740744 -1.221807) (xy -2.72119 -1.26469) (xy -2.700986 -1.30721) (xy -2.680138 -1.349359) + (xy -2.658652 -1.391131) (xy -2.636535 -1.432521) (xy -2.613794 -1.473521) (xy -2.590433 -1.514125) + (xy -2.56646 -1.554328) (xy -2.541882 -1.594121) (xy -2.516704 -1.6335) (xy -2.490933 -1.672458) + (xy -2.464575 -1.710988) (xy -2.437637 -1.749084) (xy -2.410125 -1.78674) (xy -2.382045 -1.82395) + (xy -2.353404 -1.860706) (xy -2.324208 -1.897003) (xy -2.294464 -1.932834) (xy -2.264177 -1.968193) + (xy -2.233355 -2.003073) (xy -2.202003 -2.037469) (xy -2.170128 -2.071373) (xy -2.137737 -2.10478) + (xy -2.104835 -2.137683) (xy -2.071429 -2.170075) (xy -2.037525 -2.201951) (xy -2.00313 -2.233303) + (xy -1.968251 -2.264127) (xy -1.932893 -2.294414) (xy -1.897062 -2.324159) (xy -1.860766 -2.353356) + (xy -1.824011 -2.381998) (xy -1.786802 -2.410079) (xy -1.749147 -2.437592) (xy -1.711051 -2.464531) + (xy -1.672522 -2.49089) (xy -1.633565 -2.516662) (xy -1.594186 -2.541841) (xy -1.554393 -2.56642) + (xy -1.514192 -2.590394) (xy -1.473588 -2.613755) (xy -1.432588 -2.636498) (xy -1.391199 -2.658616) + (xy -1.349427 -2.680103) (xy -1.307279 -2.700952) (xy -1.26476 -2.721157) (xy -1.221877 -2.740712) + (xy -1.178637 -2.75961) (xy -1.135045 -2.777845) (xy -1.091108 -2.79541) (xy -1.046834 -2.812299) + (xy -1.002227 -2.828507) (xy -0.957294 -2.844026) (xy -0.912042 -2.858849) (xy -0.866477 -2.872972) + (xy -0.820605 -2.886387) (xy -0.774433 -2.899088) (xy -0.727967 -2.911068) (xy -0.681213 -2.922322) + (xy -0.634179 -2.932842) (xy -0.586869 -2.942623) (xy -0.539291 -2.951658) (xy -0.491451 -2.959941) + (xy -0.443356 -2.967466) (xy -0.395011 -2.974225) (xy -0.346423 -2.980213) (xy -0.297598 -2.985424) + (xy -0.248543 -2.98985) (xy -0.199264 -2.993486) (xy -0.149768 -2.996325) (xy -0.100061 -2.998361) + (xy -0.050148 -2.999587) (xy -0.000038 -2.999998) (xy 0.050074 -2.999589) (xy 0.099987 -2.998363) + (xy 0.149695 -2.996329) (xy 0.199193 -2.993491) (xy 0.248472 -2.989856) (xy 0.297528 -2.985431) + (xy 0.346354 -2.980221) (xy 0.394943 -2.974234) (xy 0.443289 -2.967476) (xy 0.491385 -2.959953) + (xy 0.539226 -2.951671) (xy 0.586805 -2.942636) (xy 0.634116 -2.932856) (xy 0.681151 -2.922336) + (xy 0.727906 -2.911084) (xy 0.774373 -2.899104) (xy 0.820546 -2.886404) (xy 0.866419 -2.87299) + (xy 0.911985 -2.858868) (xy 0.957238 -2.844045) (xy 1.002172 -2.828527) (xy 1.04678 -2.81232) + (xy 1.091056 -2.795431) (xy 1.134993 -2.777866) (xy 1.178586 -2.759632) (xy 1.221827 -2.740734) + (xy 1.264711 -2.72118) (xy 1.307231 -2.700975) (xy 1.349381 -2.680127) (xy 1.391154 -2.65864) + (xy 1.432544 -2.636523) (xy 1.473544 -2.61378) (xy 1.514149 -2.590419) (xy 1.554352 -2.566446) + (xy 1.594146 -2.541866) (xy 1.633525 -2.516688) (xy 1.672483 -2.490916) (xy 1.711014 -2.464557) + (xy 1.74911 -2.437619) (xy 1.786766 -2.410106) (xy 1.823976 -2.382025) (xy 1.860732 -2.353383) + (xy 1.89703 -2.324186) (xy 1.932861 -2.294441) (xy 1.96822 -2.264154) (xy 2.003101 -2.23333) + (xy 2.037496 -2.201978) (xy 2.071401 -2.170102) (xy 2.104808 -2.137709) (xy 2.137711 -2.104806) + (xy 2.170103 -2.0714) (xy 2.201979 -2.037495) (xy 2.233332 -2.003099) (xy 2.264155 -1.968219) + (xy 2.294442 -1.93286) (xy 2.324188 -1.897028) (xy 2.353384 -1.860731) (xy 2.382026 -1.823975) + (xy 2.410107 -1.786765) (xy 2.43762 -1.749109) (xy 2.464559 -1.711012) (xy 2.490917 -1.672482) + (xy 2.516689 -1.633524) (xy 2.541868 -1.594145) (xy 2.566447 -1.55435) (xy 2.59042 -1.514148) + (xy 2.613781 -1.473543) (xy 2.636524 -1.432542) (xy 2.658642 -1.391152) (xy 2.680128 -1.349379) + (xy 2.700977 -1.30723) (xy 2.721181 -1.26471) (xy 2.740736 -1.221826) (xy 2.759633 -1.178585) + (xy 2.777867 -1.134992) (xy 2.795432 -1.091054) (xy 2.812321 -1.046779) (xy 2.828528 -1.002171) + (xy 2.844046 -0.957237) (xy 2.858869 -0.911984) (xy 2.872991 -0.866418) (xy 2.886405 -0.820545) + (xy 2.899105 -0.774372) (xy 2.911085 -0.727905) (xy 2.922338 -0.68115) (xy 2.932858 -0.634115) + (xy 2.942638 -0.586804) (xy 2.951672 -0.539225) (xy 2.959954 -0.491385) (xy 2.967478 -0.443288) + (xy 2.974236 -0.394942) (xy 2.980223 -0.346353) (xy 2.985433 -0.297527) (xy 2.989858 -0.248472) + (xy 2.993493 -0.199192) (xy 2.996331 -0.149695) (xy 2.998365 -0.099986) (xy 2.999591 -0.050073) + (xy 3 0.000038) (xy 2.999589 0.050149) (xy 2.998363 0.100061) (xy 2.996327 0.149769) + (xy 2.993488 0.199265) (xy 2.989852 0.248544) (xy 2.985426 0.297599) (xy 2.980215 0.346423) + (xy 2.974227 0.395011) (xy 2.967468 0.443356) (xy 2.959943 0.491452) (xy 2.95166 0.539292) + (xy 2.942625 0.58687) (xy 2.932844 0.634179) (xy 2.922323 0.681214) (xy 2.91107 0.727967) + (xy 2.899089 0.774433) (xy 2.886388 0.820605) (xy 2.872974 0.866477) (xy 2.858851 0.912042) + (xy 2.844027 0.957294) (xy 2.828508 1.002227) (xy 2.812301 1.046834) (xy 2.795412 1.091109) + (xy 2.777846 1.135045) (xy 2.759611 1.178637) (xy 2.740713 1.221877) (xy 2.721159 1.26476) + (xy 2.700953 1.307279) (xy 2.680104 1.349428) (xy 2.658618 1.391199) (xy 2.6365 1.432588) + (xy 2.613757 1.473588) (xy 2.590395 1.514192) (xy 2.566422 1.554393) (xy 2.541842 1.594187) + (xy 2.516663 1.633565) (xy 2.490891 1.672522) (xy 2.464532 1.711051) (xy 2.437593 1.749147) + (xy 2.41008 1.786802) (xy 2.382 1.824011) (xy 2.353358 1.860766) (xy 2.324161 1.897062) + (xy 2.294416 1.932893) (xy 2.264128 1.968251) (xy 2.233305 2.00313) (xy 2.201952 2.037525) + (xy 2.170076 2.071429) (xy 2.137684 2.104835) (xy 2.104781 2.137737) (xy 2.071374 2.170128) + (xy 2.03747 2.202003) (xy 2.003074 2.233355) (xy 1.968194 2.264177) (xy 1.932835 2.294464) + (xy 1.897004 2.324208) (xy 1.860707 2.353404) (xy 1.823951 2.382045) (xy 1.786742 2.410125) + (xy 1.749086 2.437637) (xy 1.71099 2.464575) (xy 1.672459 2.490933) (xy 1.633502 2.516704) + (xy 1.594123 2.541882) (xy 1.554329 2.566461) (xy 1.514127 2.590433) (xy 1.473522 2.613794) + (xy 1.432522 2.636536) (xy 1.391133 2.658653) (xy 1.34936 2.680138) (xy 1.307211 2.700986) + (xy 1.264692 2.72119) (xy 1.221808 2.740744) (xy 1.178567 2.759641) (xy 1.134975 2.777875) + (xy 1.091038 2.795439) (xy 1.046763 2.812327) (xy 1.002156 2.828534) (xy 0.957222 2.844051) + (xy 0.91197 2.858874) (xy 0.866405 2.872996) (xy 0.820532 2.886409) (xy 0.77436 2.899109) + (xy 0.727894 2.911088) (xy 0.68114 2.922341) (xy 0.634105 2.93286) (xy 0.586795 2.94264) + (xy 0.539217 2.951674) (xy 0.491377 2.959956) (xy 0.443281 2.967479) (xy 0.394936 2.974237) + (xy 0.346348 2.980224) (xy 0.297523 2.985433) (xy 0.248468 2.989859) (xy 0.199189 2.993493) + (xy 0.149693 2.996331) (xy 0.099985 2.998366) (xy 0.050073 2.999591) (xy -0.000038 3.000001)) (layer B.SilkS) (width 0)) + ) + + (module my_library:RobotarnaLogo-6mm (layer F.Cu) (tedit 5FD6798D) (tstamp 60304080) + (at 89.73312 132.8166) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (path /6025A839/602FB1A9) + (attr virtual) + (fp_text reference DRA1 (at 0 -6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_text value Logo_Robotarna (at 0 6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_poly (pts (xy -0.189086 -2.172622) (xy -0.248619 -0.013868) (xy -0.244221 0.035179) (xy -0.231546 0.081341) + (xy -0.211363 0.123849) (xy -0.184443 0.161931) (xy -0.151557 0.194817) (xy -0.113474 0.221737) + (xy -0.070967 0.24192) (xy -0.024805 0.254595) (xy 0.024242 0.258991) (xy 0.073288 0.254595) + (xy 0.119451 0.24192) (xy 0.161958 0.221737) (xy 0.20004 0.194817) (xy 0.232927 0.161931) + (xy 0.259847 0.123849) (xy 0.28003 0.081341) (xy 0.292705 0.035179) (xy 0.297102 -0.013868) + (xy 0.292706 -0.062915) (xy 0.280031 -0.109078) (xy 0.259848 -0.151586) (xy 0.232928 -0.189668) + (xy 0.200041 -0.222555) (xy 0.161959 -0.249475) (xy 0.119451 -0.269658) (xy 0.073289 -0.282333) + (xy 0.024242 -0.28673) (xy -0.024805 -0.282333) (xy -0.070968 -0.269658) (xy -0.113475 -0.249475) + (xy -0.151558 -0.222555) (xy -0.184444 -0.189668) (xy -0.211364 -0.151586) (xy -0.231547 -0.109078) + (xy -0.244222 -0.062915) (xy -0.248619 -0.013868) (xy -0.189086 -2.172622) (xy -0.135651 -2.173005) + (xy -0.078019 -2.17281) (xy -0.017967 -2.172163) (xy 0.042729 -2.171192) (xy 0.102292 -2.170022) + (xy 0.158945 -2.168782) (xy 0.210913 -2.167596) (xy 0.256417 -2.166592) (xy 0.293682 -2.165897) + (xy 0.32093 -2.165637) (xy 0.337879 -2.157108) (xy 0.350612 -2.133341) (xy 0.359778 -2.097068) + (xy 0.366025 -2.051018) (xy 0.370001 -1.997923) (xy 0.372356 -1.940513) (xy 0.373737 -1.881519) + (xy 0.374794 -1.823671) (xy 0.376174 -1.7697) (xy 0.378527 -1.722337) (xy 0.3825 -1.684313) + (xy 0.388743 -1.658357) (xy 0.397903 -1.647202) (xy 0.447699 -1.634116) (xy 0.496994 -1.619496) + (xy 0.545752 -1.603356) (xy 0.593942 -1.585715) (xy 0.641527 -1.566587) (xy 0.688475 -1.54599) + (xy 0.734751 -1.523939) (xy 0.780321 -1.50045) (xy 0.825151 -1.47554) (xy 0.869207 -1.449225) + (xy 0.912456 -1.421521) (xy 0.954862 -1.392445) (xy 0.996392 -1.362013) (xy 1.013334 -1.361715) + (xy 1.041997 -1.374635) (xy 1.080023 -1.398112) (xy 1.125053 -1.429489) (xy 1.174729 -1.466104) + (xy 1.226691 -1.505299) (xy 1.27858 -1.544413) (xy 1.328039 -1.580788) (xy 1.372708 -1.611763) + (xy 1.410229 -1.63468) (xy 1.438243 -1.646879) (xy 1.454391 -1.645699) (xy 1.491331 -1.608417) + (xy 1.527571 -1.570487) (xy 1.563104 -1.53192) (xy 1.597921 -1.492726) (xy 1.632014 -1.452915) + (xy 1.665376 -1.412497) (xy 1.697997 -1.371483) (xy 1.729871 -1.329881) (xy 1.760989 -1.287704) + (xy 1.791342 -1.24496) (xy 1.820924 -1.20166) (xy 1.849726 -1.157814) (xy 1.877739 -1.113431) + (xy 1.875451 -1.09719) (xy 1.85774 -1.072146) (xy 1.827672 -1.040049) (xy 1.788314 -1.002648) + (xy 1.742734 -0.961692) (xy 1.693999 -0.91893) (xy 1.645176 -0.876112) (xy 1.599331 -0.834987) + (xy 1.559533 -0.797305) (xy 1.528848 -0.764815) (xy 1.510343 -0.739265) (xy 1.507085 -0.722406) + (xy 1.528603 -0.674946) (xy 1.548451 -0.626855) (xy 1.56662 -0.578177) (xy 1.583099 -0.528957) + (xy 1.597878 -0.479239) (xy 1.610948 -0.429068) (xy 1.622299 -0.378487) (xy 1.63192 -0.327542) + (xy 1.639802 -0.276276) (xy 1.645935 -0.224734) (xy 1.650308 -0.172961) (xy 1.652913 -0.121) + (xy 1.653738 -0.068896) (xy 1.665092 -0.060185) (xy 1.696214 -0.048632) (xy 1.742692 -0.034697) + (xy 1.800114 -0.018839) (xy 1.864068 -0.001518) (xy 1.930142 0.016806) (xy 1.993924 0.035673) + (xy 2.051002 0.054623) (xy 2.096965 0.073196) (xy 2.1274 0.090933) (xy 2.137896 0.107375) + (xy 2.134463 0.147706) (xy 2.128781 0.192143) (xy 2.121114 0.239886) (xy 2.111727 0.290134) + (xy 2.100886 0.342088) (xy 2.088855 0.394949) (xy 2.075899 0.447915) (xy 2.062283 0.500188) + (xy 2.048272 0.550968) (xy 2.034131 0.599454) (xy 2.020124 0.644846) (xy 2.006516 0.686346) + (xy 1.993573 0.723153) (xy 1.979249 0.734445) (xy 1.949479 0.738833) (xy 1.907322 0.737688) + (xy 1.85584 0.732382) (xy 1.798093 0.724285) (xy 1.737141 0.71477) (xy 1.676045 0.705206) + (xy 1.617865 0.696965) (xy 1.565661 0.691419) (xy 1.522495 0.689938) (xy 1.491425 0.693894) + (xy 1.475514 0.704658) (xy 1.451599 0.752047) (xy 1.428453 0.798038) (xy 1.405655 0.842694) + (xy 1.382786 0.886075) (xy 1.359425 0.928243) (xy 1.335154 0.969259) (xy 1.309551 1.009185) + (xy 1.282198 1.048081) (xy 1.252674 1.08601) (xy 1.220559 1.123032) (xy 1.185434 1.159209) + (xy 1.146879 1.194603) (xy 1.140976 1.212326) (xy 1.146451 1.242417) (xy 1.16113 1.282298) + (xy 1.182842 1.329391) (xy 1.209412 1.381119) (xy 1.238668 1.434903) (xy 1.268437 1.488166) + (xy 1.296546 1.53833) (xy 1.320823 1.582817) (xy 1.339095 1.619049) (xy 1.349188 1.644449) + (xy 1.348931 1.656438) (xy 1.318491 1.677945) (xy 1.283065 1.701824) (xy 1.243361 1.727615) + (xy 1.200091 1.754861) (xy 1.153962 1.783099) (xy 1.105685 1.811871) (xy 1.055969 1.840717) + (xy 1.005524 1.869178) (xy 0.955059 1.896792) (xy 0.905283 1.923101) (xy 0.856907 1.947645) + (xy 0.81064 1.969964) (xy 0.767191 1.989598) (xy 0.727269 2.006088) (xy 0.691585 2.018973) + (xy 0.675692 2.0151) (xy 0.655999 1.996387) (xy 0.633188 1.96551) (xy 0.607943 1.925144) + (xy 0.580944 1.877966) (xy 0.552874 1.826651) (xy 0.524415 1.773874) (xy 0.49625 1.722313) + (xy 0.46906 1.674643) (xy 0.443527 1.633539) (xy 0.420334 1.601677) (xy 0.400163 1.581733) + (xy 0.383696 1.576383) (xy 0.336632 1.584127) (xy 0.289432 1.590885) (xy 0.242112 1.596656) + (xy 0.194687 1.60144) (xy 0.147172 1.605233) (xy 0.099584 1.608036) (xy 0.051937 1.609845) + (xy 0.004247 1.61066) (xy -0.047376 1.609923) (xy -0.098925 1.607578) (xy -0.150364 1.603628) + (xy -0.201655 1.598075) (xy -0.25276 1.590922) (xy -0.303642 1.582173) (xy -0.318666 1.589456) + (xy -0.338978 1.613657) (xy -0.363511 1.651376) (xy -0.391204 1.699213) (xy -0.420992 1.753768) + (xy -0.451812 1.811643) (xy -0.482599 1.869437) (xy -0.512291 1.923752) (xy -0.539824 1.971186) + (xy -0.564133 2.008342) (xy -0.584155 2.031818) (xy -0.598827 2.038216) (xy -0.63794 2.026058) + (xy -0.681219 2.010624) (xy -0.727959 1.992304) (xy -0.777451 1.971485) (xy -0.828989 1.948557) + (xy -0.881863 1.923909) (xy -0.935368 1.897928) (xy -0.988796 1.871003) (xy -1.041439 1.843524) + (xy -1.09259 1.815879) (xy -1.141541 1.788456) (xy -1.187585 1.761644) (xy -1.230014 1.735831) + (xy -1.268121 1.711407) (xy -1.301199 1.68876) (xy -1.302572 1.675271) (xy -1.29278 1.64765) + (xy -1.274048 1.608716) (xy -1.248601 1.561287) (xy -1.218664 1.50818) (xy -1.186462 1.452215) + (xy -1.15422 1.39621) (xy -1.124163 1.342983) (xy -1.098515 1.295352) (xy -1.079503 1.256136) + (xy -1.06935 1.228153) (xy -1.070282 1.214222) (xy -1.108501 1.181655) (xy -1.145548 1.147876) + (xy -1.181395 1.112918) (xy -1.216018 1.076813) (xy -1.24939 1.039596) (xy -1.281485 1.0013) + (xy -1.312278 0.961957) (xy -1.341742 0.921601) (xy -1.369851 0.880265) (xy -1.39658 0.837982) + (xy -1.421902 0.794786) (xy -1.445792 0.750709) (xy -1.468223 0.705785) (xy -1.482519 0.699902) + (xy -1.514058 0.699254) (xy -1.559381 0.70279) (xy -1.615026 0.709457) (xy -1.677534 0.718205) + (xy -1.743446 0.72798) (xy -1.809302 0.73773) (xy -1.871643 0.746405) (xy -1.927007 0.752952) + (xy -1.971936 0.756319) (xy -2.00297 0.755455) (xy -2.01665 0.749307) (xy -2.031671 0.709582) + (xy -2.045338 0.665809) (xy -2.057718 0.618655) (xy -2.06888 0.568786) (xy -2.07889 0.516869) + (xy -2.087815 0.463569) (xy -2.095722 0.409554) (xy -2.10268 0.355489) (xy -2.108754 0.302041) + (xy -2.114013 0.249877) (xy -2.118524 0.199662) (xy -2.122353 0.152064) (xy -2.125568 0.107748) + (xy -2.115008 0.096498) (xy -2.084763 0.083937) (xy -2.039193 0.070352) (xy -1.982657 0.056033) + (xy -1.919515 0.041271) (xy -1.854127 0.026354) (xy -1.790852 0.011572) (xy -1.734049 -0.002784) + (xy -1.688079 -0.016426) (xy -1.657299 -0.029064) (xy -1.64607 -0.040408) (xy -1.645304 -0.090652) + (xy -1.643011 -0.140779) (xy -1.639198 -0.190755) (xy -1.633872 -0.240546) (xy -1.627041 -0.290119) + (xy -1.618713 -0.339439) (xy -1.608893 -0.388472) (xy -1.597591 -0.437185) (xy -1.584813 -0.485544) + (xy -1.570566 -0.533514) (xy -1.554858 -0.581062) (xy -1.537697 -0.628153) (xy -1.519089 -0.674755) + (xy -1.499042 -0.720832) (xy -1.503132 -0.735328) (xy -1.521566 -0.759443) (xy -1.551466 -0.791249) + (xy -1.589954 -0.828821) (xy -1.634149 -0.870231) (xy -1.681176 -0.913551) (xy -1.728154 -0.956855) + (xy -1.772205 -0.998217) (xy -1.810452 -1.035708) (xy -1.840015 -1.067403) (xy -1.858016 -1.091373) + (xy -1.861578 -1.105692) (xy -1.834611 -1.150814) (xy -1.806572 -1.195227) (xy -1.777477 -1.238913) + (xy -1.747341 -1.281854) (xy -1.716178 -1.324032) (xy -1.684003 -1.365428) (xy -1.650831 -1.406024) + (xy -1.616677 -1.445803) (xy -1.581555 -1.484746) (xy -1.545481 -1.522835) (xy -1.508469 -1.560051) + (xy -1.470534 -1.596378) (xy -1.431691 -1.631795) (xy -1.41595 -1.632589) (xy -1.387707 -1.621533) + (xy -1.34945 -1.600985) (xy -1.303669 -1.5733) (xy -1.252853 -1.540837) (xy -1.199492 -1.505953) + (xy -1.146074 -1.471004) (xy -1.09509 -1.438349) (xy -1.049028 -1.410343) (xy -1.010379 -1.389345) + (xy -0.98163 -1.377712) (xy -0.965272 -1.3778) (xy -0.925163 -1.406326) (xy -0.884268 -1.433602) + (xy -0.842617 -1.459616) (xy -0.800239 -1.484352) (xy -0.757164 -1.507798) (xy -0.713422 -1.529938) + (xy -0.669043 -1.55076) (xy -0.624057 -1.570248) (xy -0.578493 -1.58839) (xy -0.532382 -1.60517) + (xy -0.485753 -1.620575) (xy -0.438637 -1.634591) (xy -0.391062 -1.647205) (xy -0.382157 -1.661138) + (xy -0.374548 -1.695124) (xy -0.367933 -1.74469) (xy -0.362004 -1.805367) (xy -0.356457 -1.872683) + (xy -0.350986 -1.942168) (xy -0.345286 -2.009351) (xy -0.339052 -2.06976) (xy -0.331978 -2.118925) + (xy -0.32376 -2.152375) (xy -0.31409 -2.16564) (xy -0.283863 -2.169109) (xy -0.241379 -2.171378) + (xy -0.189086 -2.172625) (xy -0.189086 -2.172622)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.000038 -3.000001) (xy -0.190589 -2.283197) (xy -0.135477 -2.28358) (xy -0.076274 -2.283385) + (xy -0.014845 -2.282738) (xy 0.046947 -2.281767) (xy 0.107238 -2.280597) (xy 0.164163 -2.279356) + (xy 0.215859 -2.278171) (xy 0.260461 -2.277167) (xy 0.296107 -2.276472) (xy 0.32093 -2.276212) + (xy 0.369446 -2.266215) (xy 0.408201 -2.242911) (xy 0.43187 -2.216496) (xy 0.446086 -2.191571) + (xy 0.462414 -2.146691) (xy 0.47089 -2.103476) (xy 0.476551 -2.058265) (xy 0.480162 -2.011062) + (xy 0.482333 -1.962597) (xy 0.48367 -1.9136) (xy 0.484657 -1.865073) (xy 0.485552 -1.818739) + (xy 0.486653 -1.776406) (xy 0.488255 -1.739885) (xy 0.489154 -1.731472) (xy 0.539454 -1.716135) + (xy 0.589223 -1.699324) (xy 0.638428 -1.68105) (xy 0.687037 -1.661327) (xy 0.735018 -1.640168) + (xy 0.782337 -1.617586) (xy 0.828964 -1.593594) (xy 0.874865 -1.568206) (xy 0.920008 -1.541433) + (xy 0.96436 -1.51329) (xy 1.00789 -1.48379) (xy 1.018791 -1.490246) (xy 1.049088 -1.511181) + (xy 1.083611 -1.536246) (xy 1.121016 -1.564131) (xy 1.159956 -1.593526) (xy 1.199203 -1.623185) + (xy 1.238007 -1.652117) (xy 1.275746 -1.679396) (xy 1.311796 -1.704098) (xy 1.345785 -1.725505) + (xy 1.381176 -1.743637) (xy 1.429209 -1.757607) (xy 1.457042 -1.758321) (xy 1.492461 -1.750265) + (xy 1.529633 -1.726714) (xy 1.532253 -1.724333) (xy 1.567856 -1.688444) (xy 1.602847 -1.651958) + (xy 1.637217 -1.614887) (xy 1.670956 -1.577242) (xy 1.704056 -1.539035) (xy 1.736508 -1.500276) + (xy 1.768304 -1.460978) (xy 1.799435 -1.42115) (xy 1.829891 -1.380804) (xy 1.859666 -1.339951) + (xy 1.888748 -1.298603) (xy 1.917131 -1.256771) (xy 1.944805 -1.214465) (xy 1.971761 -1.171698) + (xy 1.973719 -1.16847) (xy 1.988202 -1.127652) (xy 1.988399 -1.092098) (xy 1.981913 -1.065566) + (xy 1.958535 -1.021666) (xy 1.933574 -0.990701) (xy 1.905691 -0.961759) (xy 1.874202 -0.931502) + (xy 1.839866 -0.900145) (xy 1.803715 -0.868099) (xy 1.76678 -0.835775) (xy 1.730183 -0.80369) + (xy 1.695383 -0.772784) (xy 1.663922 -0.744116) (xy 1.637341 -0.718739) (xy 1.630801 -0.711596) + (xy 1.649273 -0.666484) (xy 1.666369 -0.620865) (xy 1.682083 -0.574776) (xy 1.696406 -0.528252) + (xy 1.709334 -0.481332) (xy 1.720859 -0.434053) (xy 1.730973 -0.386451) (xy 1.739672 -0.338563) + (xy 1.746947 -0.290428) (xy 1.752792 -0.242081) (xy 1.7572 -0.193561) (xy 1.760165 -0.144903) + (xy 1.760774 -0.144675) (xy 1.796138 -0.134685) (xy 1.836632 -0.123626) (xy 1.880652 -0.111703) + (xy 1.926595 -0.099125) (xy 1.972893 -0.086103) (xy 2.018381 -0.072661) (xy 2.062062 -0.058713) + (xy 2.102939 -0.044176) (xy 2.140403 -0.02885) (xy 2.176454 -0.009674) (xy 2.215992 0.023025) + (xy 2.238618 0.058593) (xy 2.248315 0.113902) (xy 2.248315 0.113981) (xy 2.244517 0.160131) + (xy 2.238504 0.209231) (xy 2.230525 0.260641) (xy 2.22083 0.313722) (xy 2.209666 0.367834) + (xy 2.197285 0.422337) (xy 2.183935 0.476593) (xy 2.169865 0.529961) (xy 2.155326 0.581802) + (xy 2.140565 0.631476) (xy 2.125833 0.678344) (xy 2.111379 0.721765) (xy 2.097452 0.761102) + (xy 2.097375 0.761181) (xy 2.068683 0.805712) (xy 2.034234 0.83101) (xy 2.00582 0.842063) + (xy 1.981992 0.846806) (xy 1.939857 0.849736) (xy 1.899232 0.847864) (xy 1.856484 0.843784) + (xy 1.811835 0.838021) (xy 1.766028 0.831188) (xy 1.719805 0.823893) (xy 1.674101 0.816727) + (xy 1.630548 0.810247) (xy 1.590939 0.805006) (xy 1.557066 0.801562) (xy 1.54925 0.801411) + (xy 1.525983 0.847553) (xy 1.502481 0.893168) (xy 1.478375 0.93822) (xy 1.453292 0.982675) + (xy 1.426862 1.026495) (xy 1.398713 1.069645) (xy 1.368474 1.11209) (xy 1.335774 1.153794) + (xy 1.300242 1.19472) (xy 1.261506 1.234833) (xy 1.263014 1.239119) (xy 1.27664 1.269103) + (xy 1.293949 1.303861) (xy 1.313888 1.341764) (xy 1.335401 1.381187) (xy 1.357468 1.420705) + (xy 1.379225 1.4594) (xy 1.399854 1.496403) (xy 1.418537 1.530846) (xy 1.43457 1.562028) + (xy 1.448003 1.592108) (xy 1.45928 1.630446) (xy 1.459676 1.670734) (xy 1.447007 1.707431) + (xy 1.413599 1.746053) (xy 1.413522 1.74613) (xy 1.380686 1.769455) (xy 1.343579 1.794778) + (xy 1.30276 1.821698) (xy 1.258785 1.849816) (xy 1.212211 1.878732) (xy 1.163596 1.908047) + (xy 1.113496 1.937361) (xy 1.062468 1.966276) (xy 1.011071 1.994391) (xy 0.95986 2.021308) + (xy 0.909393 2.046626) (xy 0.860228 2.069946) (xy 0.81292 2.090869) (xy 0.768028 2.108995) + (xy 0.726109 2.123925) (xy 0.72558 2.124079) (xy 0.669928 2.128408) (xy 0.628087 2.115136) + (xy 0.602598 2.098677) (xy 0.58494 2.082365) (xy 0.557488 2.050191) (xy 0.534126 2.015991) + (xy 0.510935 1.978311) (xy 0.487708 1.937817) (xy 0.464482 1.895556) (xy 0.441294 1.852574) + (xy 0.4183 1.81006) (xy 0.396076 1.769693) (xy 0.375282 1.733258) (xy 0.356579 1.702539) + (xy 0.347634 1.690131) (xy 0.298937 1.697221) (xy 0.25015 1.703658) (xy 0.201277 1.7093) + (xy 0.152323 1.714006) (xy 0.103292 1.717635) (xy 0.054188 1.720047) (xy 0.005017 1.7211) + (xy 0.004408 1.7211) (xy -0.040012 1.720246) (xy -0.084347 1.717745) (xy -0.128599 1.713864) + (xy -0.172768 1.708869) (xy -0.216855 1.703025) (xy -0.26086 1.6966) (xy -0.268903 1.708638) + (xy -0.287728 1.740876) (xy -0.308643 1.778553) (xy -0.33098 1.819947) (xy -0.354069 1.863335) + (xy -0.377313 1.90708) (xy -0.400415 1.949946) (xy -0.423158 1.990811) (xy -0.445323 2.028554) + (xy -0.466839 2.062343) (xy -0.490424 2.093498) (xy -0.525603 2.126122) (xy -0.548968 2.139397) + (xy -0.5836 2.148756) (xy -0.628733 2.144616) (xy -0.628884 2.144539) (xy -0.670646 2.131779) + (xy -0.715148 2.116408) (xy -0.761924 2.098696) (xy -0.810508 2.078915) (xy -0.860437 2.057335) + (xy -0.911245 2.034228) (xy -0.962467 2.009863) (xy -1.013638 1.984513) (xy -1.064293 1.958446) + (xy -1.113968 1.931935) (xy -1.162197 1.90525) (xy -1.208515 1.878662) (xy -1.252457 1.852442) + (xy -1.293559 1.82686) (xy -1.331356 1.802187) (xy -1.365381 1.778694) (xy -1.396242 1.745263) + (xy -1.410633 1.71157) (xy -1.413414 1.669101) (xy -1.403116 1.625802) (xy -1.389276 1.592218) + (xy -1.372372 1.558003) (xy -1.352493 1.520574) (xy -1.330307 1.480627) (xy -1.306622 1.439059) + (xy -1.282245 1.396766) (xy -1.258035 1.354739) (xy -1.235016 1.314353) (xy -1.214245 1.277082) + (xy -1.196779 1.2444) (xy -1.195954 1.242548) (xy -1.232412 1.208293) (xy -1.267762 1.172983) + (xy -1.301978 1.136642) (xy -1.335035 1.099292) (xy -1.366905 1.060957) (xy -1.397565 1.021659) + (xy -1.426989 0.981422) (xy -1.45515 0.940267) (xy -1.482023 0.898219) (xy -1.507584 0.855301) + (xy -1.531805 0.811534) (xy -1.547966 0.812592) (xy -1.586289 0.817065) (xy -1.630094 0.822957) + (xy -1.677616 0.829812) (xy -1.727092 0.837172) (xy -1.776858 0.844578) (xy -1.825666 0.851589) + (xy -1.872374 0.857781) (xy -1.915839 0.862731) (xy -1.955148 0.866055) (xy -1.992286 0.866779) + (xy -2.035282 0.861434) (xy -2.059666 0.854211) (xy -2.090245 0.834676) (xy -2.118568 0.791981) + (xy -2.118645 0.79183) (xy -2.135396 0.748327) (xy -2.150409 0.702309) (xy -2.163797 0.654219) + (xy -2.175671 0.6045) (xy -2.186144 0.553595) (xy -2.195329 0.501948) (xy -2.203338 0.450001) + (xy -2.210283 0.398199) (xy -2.216277 0.346984) (xy -2.221432 0.2968) (xy -2.225861 0.248089) + (xy -2.229676 0.201296) (xy -2.23299 0.156863) (xy -2.235914 0.115233) (xy -2.235914 0.115156) + (xy -2.235914 0.115079) (xy -2.22907 0.064562) (xy -2.208978 0.031421) (xy -2.188708 0.012701) + (xy -2.150297 -0.00955) (xy -2.11703 -0.022247) (xy -2.081819 -0.03286) (xy -2.04271 -0.043323) + (xy -2.000548 -0.053695) (xy -1.956421 -0.064004) (xy -1.911413 -0.074278) (xy -1.867194 -0.084392) + (xy -1.824939 -0.094283) (xy -1.78627 -0.103755) (xy -1.752808 -0.112613) (xy -1.749961 -0.163472) + (xy -1.745647 -0.214203) (xy -1.739872 -0.26477) (xy -1.732645 -0.315135) (xy -1.723971 -0.365262) + (xy -1.713859 -0.415114) (xy -1.702315 -0.464653) (xy -1.689346 -0.513843) (xy -1.67496 -0.562646) + (xy -1.659164 -0.611026) (xy -1.641964 -0.658946) (xy -1.623368 -0.706367) (xy -1.630058 -0.71367) + (xy -1.656328 -0.739469) (xy -1.687025 -0.768548) (xy -1.720735 -0.79986) (xy -1.75604 -0.832359) + (xy -1.791588 -0.865072) (xy -1.826302 -0.89735) (xy -1.859185 -0.928628) (xy -1.889238 -0.958341) + (xy -1.915661 -0.986104) (xy -1.939 -1.014192) (xy -1.9614 -1.051249) (xy -1.970558 -1.074676) + (xy -1.974152 -1.109998) (xy -1.959672 -1.157162) (xy -1.957193 -1.161527) (xy -1.930943 -1.20553) + (xy -1.903699 -1.248922) (xy -1.875476 -1.291685) (xy -1.846292 -1.333798) (xy -1.816163 -1.37524) + (xy -1.785105 -1.415991) (xy -1.753135 -1.456031) (xy -1.72027 -1.495339) (xy -1.686527 -1.533895) + (xy -1.651921 -1.571679) (xy -1.616469 -1.608671) (xy -1.580189 -1.64485) (xy -1.543096 -1.680195) + (xy -1.505206 -1.714686) (xy -1.504153 -1.715745) (xy -1.465752 -1.738819) (xy -1.432185 -1.745182) + (xy -1.406961 -1.743632) (xy -1.362762 -1.731673) (xy -1.328295 -1.71595) (xy -1.294134 -1.697094) + (xy -1.257545 -1.67521) (xy -1.21899 -1.65097) (xy -1.179183 -1.625212) (xy -1.138836 -1.598775) + (xy -1.098779 -1.572555) (xy -1.060275 -1.54765) (xy -1.024688 -1.525193) (xy -0.993386 -1.506317) + (xy -0.978352 -1.498432) (xy -0.936437 -1.526105) (xy -0.893779 -1.552526) (xy -0.850408 -1.577686) + (xy -0.806353 -1.601575) (xy -0.761643 -1.624182) (xy -0.716308 -1.645498) (xy -0.670376 -1.665513) + (xy -0.623876 -1.684216) (xy -0.576838 -1.701597) (xy -0.529292 -1.717647) (xy -0.481265 -1.732355) + (xy -0.479307 -1.744685) (xy -0.475354 -1.781229) (xy -0.471509 -1.823197) (xy -0.467729 -1.868849) + (xy -0.463972 -1.916445) (xy -0.460181 -1.964345) (xy -0.456212 -2.011313) (xy -0.451895 -2.05621) + (xy -0.447059 -2.097898) (xy -0.441511 -2.135461) (xy -0.43383 -2.170812) (xy -0.418495 -2.211254) + (xy -0.405366 -2.23311) (xy -0.379012 -2.257859) (xy -0.331976 -2.274995) (xy -0.289928 -2.280216) + (xy -0.24378 -2.282579) (xy -0.190585 -2.283567) (xy -0.190589 -2.283197) (xy -0.000038 -3.000001) + (xy -0.050147 -2.99959) (xy -0.100059 -2.998364) (xy -0.149765 -2.996328) (xy -0.199261 -2.993489) + (xy -0.248539 -2.989853) (xy -0.297593 -2.985427) (xy -0.346417 -2.980217) (xy -0.395004 -2.974229) + (xy -0.443348 -2.96747) (xy -0.491443 -2.959945) (xy -0.539282 -2.951663) (xy -0.586859 -2.942628) + (xy -0.634168 -2.932847) (xy -0.681202 -2.922327) (xy -0.727955 -2.911074) (xy -0.77442 -2.899094) + (xy -0.820591 -2.886393) (xy -0.866463 -2.872979) (xy -0.912027 -2.858857) (xy -0.957278 -2.844033) + (xy -1.002211 -2.828515) (xy -1.046817 -2.812308) (xy -1.091091 -2.795419) (xy -1.135027 -2.777854) + (xy -1.178618 -2.75962) (xy -1.221858 -2.740723) (xy -1.26474 -2.721168) (xy -1.307259 -2.700964) + (xy -1.349407 -2.680116) (xy -1.391178 -2.658629) (xy -1.432567 -2.636512) (xy -1.473566 -2.61377) + (xy -1.514169 -2.590409) (xy -1.554371 -2.566436) (xy -1.594163 -2.541857) (xy -1.633541 -2.516679) + (xy -1.672498 -2.490908) (xy -1.711027 -2.46455) (xy -1.749122 -2.437612) (xy -1.786777 -2.4101) + (xy -1.823986 -2.38202) (xy -1.860741 -2.353379) (xy -1.897037 -2.324183) (xy -1.932867 -2.294438) + (xy -1.968225 -2.264151) (xy -2.003104 -2.233329) (xy -2.037499 -2.201977) (xy -2.071402 -2.170102) + (xy -2.104808 -2.137711) (xy -2.13771 -2.104809) (xy -2.170102 -2.071403) (xy -2.201976 -2.0375) + (xy -2.233328 -2.003105) (xy -2.264151 -1.968226) (xy -2.294437 -1.932868) (xy -2.324182 -1.897038) + (xy -2.353378 -1.860742) (xy -2.382019 -1.823986) (xy -2.410099 -1.786778) (xy -2.437611 -1.749123) + (xy -2.464549 -1.711028) (xy -2.490907 -1.672499) (xy -2.516678 -1.633542) (xy -2.541857 -1.594164) + (xy -2.566435 -1.554371) (xy -2.590408 -1.51417) (xy -2.613769 -1.473567) (xy -2.636511 -1.432567) + (xy -2.658629 -1.391179) (xy -2.680115 -1.349408) (xy -2.700963 -1.307259) (xy -2.721168 -1.264741) + (xy -2.740722 -1.221859) (xy -2.759619 -1.178619) (xy -2.777853 -1.135028) (xy -2.795418 -1.091092) + (xy -2.812307 -1.046818) (xy -2.828514 -1.002211) (xy -2.844032 -0.957279) (xy -2.858856 -0.912028) + (xy -2.872978 -0.866463) (xy -2.886392 -0.820592) (xy -2.899093 -0.774421) (xy -2.911073 -0.727955) + (xy -2.922326 -0.681203) (xy -2.932846 -0.634169) (xy -2.942627 -0.58686) (xy -2.951662 -0.539283) + (xy -2.959945 -0.491444) (xy -2.967469 -0.443349) (xy -2.974228 -0.395005) (xy -2.980216 -0.346417) + (xy -2.985426 -0.297594) (xy -2.989852 -0.248539) (xy -2.993488 -0.199262) (xy -2.996327 -0.149766) + (xy -2.998363 -0.100059) (xy -2.999589 -0.050148) (xy -3 -0.000038) (xy -2.999591 0.050072) + (xy -2.998365 0.099985) (xy -2.996331 0.149692) (xy -2.993493 0.199188) (xy -2.989858 0.248467) + (xy -2.985433 0.297522) (xy -2.980224 0.346347) (xy -2.974237 0.394935) (xy -2.967479 0.44328) + (xy -2.959956 0.491376) (xy -2.951674 0.539216) (xy -2.94264 0.586795) (xy -2.93286 0.634104) + (xy -2.922341 0.681139) (xy -2.911088 0.727893) (xy -2.899109 0.774359) (xy -2.886409 0.820531) + (xy -2.872995 0.866403) (xy -2.858874 0.911969) (xy -2.844051 0.957221) (xy -2.828534 1.002155) + (xy -2.812327 1.046762) (xy -2.795439 1.091037) (xy -2.777875 1.134974) (xy -2.759641 1.178566) + (xy -2.740744 1.221807) (xy -2.72119 1.26469) (xy -2.700986 1.30721) (xy -2.680138 1.349359) + (xy -2.658652 1.391131) (xy -2.636535 1.432521) (xy -2.613794 1.473521) (xy -2.590433 1.514125) + (xy -2.56646 1.554328) (xy -2.541882 1.594121) (xy -2.516704 1.6335) (xy -2.490933 1.672458) + (xy -2.464575 1.710988) (xy -2.437637 1.749084) (xy -2.410125 1.78674) (xy -2.382045 1.82395) + (xy -2.353404 1.860706) (xy -2.324208 1.897003) (xy -2.294464 1.932834) (xy -2.264177 1.968193) + (xy -2.233355 2.003073) (xy -2.202003 2.037469) (xy -2.170128 2.071373) (xy -2.137737 2.10478) + (xy -2.104835 2.137683) (xy -2.071429 2.170075) (xy -2.037525 2.201951) (xy -2.00313 2.233303) + (xy -1.968251 2.264127) (xy -1.932893 2.294414) (xy -1.897062 2.324159) (xy -1.860766 2.353356) + (xy -1.824011 2.381998) (xy -1.786802 2.410079) (xy -1.749147 2.437592) (xy -1.711051 2.464531) + (xy -1.672522 2.49089) (xy -1.633565 2.516662) (xy -1.594186 2.541841) (xy -1.554393 2.56642) + (xy -1.514192 2.590394) (xy -1.473588 2.613755) (xy -1.432588 2.636498) (xy -1.391199 2.658616) + (xy -1.349427 2.680103) (xy -1.307279 2.700952) (xy -1.26476 2.721157) (xy -1.221877 2.740712) + (xy -1.178637 2.75961) (xy -1.135045 2.777845) (xy -1.091108 2.79541) (xy -1.046834 2.812299) + (xy -1.002227 2.828507) (xy -0.957294 2.844026) (xy -0.912042 2.858849) (xy -0.866477 2.872972) + (xy -0.820605 2.886387) (xy -0.774433 2.899088) (xy -0.727967 2.911068) (xy -0.681213 2.922322) + (xy -0.634179 2.932842) (xy -0.586869 2.942623) (xy -0.539291 2.951658) (xy -0.491451 2.959941) + (xy -0.443356 2.967466) (xy -0.395011 2.974225) (xy -0.346423 2.980213) (xy -0.297598 2.985424) + (xy -0.248543 2.98985) (xy -0.199264 2.993486) (xy -0.149768 2.996325) (xy -0.100061 2.998361) + (xy -0.050148 2.999587) (xy -0.000038 2.999998) (xy 0.050074 2.999589) (xy 0.099987 2.998363) + (xy 0.149695 2.996329) (xy 0.199193 2.993491) (xy 0.248472 2.989856) (xy 0.297528 2.985431) + (xy 0.346354 2.980221) (xy 0.394943 2.974234) (xy 0.443289 2.967476) (xy 0.491385 2.959953) + (xy 0.539226 2.951671) (xy 0.586805 2.942636) (xy 0.634116 2.932856) (xy 0.681151 2.922336) + (xy 0.727906 2.911084) (xy 0.774373 2.899104) (xy 0.820546 2.886404) (xy 0.866419 2.87299) + (xy 0.911985 2.858868) (xy 0.957238 2.844045) (xy 1.002172 2.828527) (xy 1.04678 2.81232) + (xy 1.091056 2.795431) (xy 1.134993 2.777866) (xy 1.178586 2.759632) (xy 1.221827 2.740734) + (xy 1.264711 2.72118) (xy 1.307231 2.700975) (xy 1.349381 2.680127) (xy 1.391154 2.65864) + (xy 1.432544 2.636523) (xy 1.473544 2.61378) (xy 1.514149 2.590419) (xy 1.554352 2.566446) + (xy 1.594146 2.541866) (xy 1.633525 2.516688) (xy 1.672483 2.490916) (xy 1.711014 2.464557) + (xy 1.74911 2.437619) (xy 1.786766 2.410106) (xy 1.823976 2.382025) (xy 1.860732 2.353383) + (xy 1.89703 2.324186) (xy 1.932861 2.294441) (xy 1.96822 2.264154) (xy 2.003101 2.23333) + (xy 2.037496 2.201978) (xy 2.071401 2.170102) (xy 2.104808 2.137709) (xy 2.137711 2.104806) + (xy 2.170103 2.0714) (xy 2.201979 2.037495) (xy 2.233332 2.003099) (xy 2.264155 1.968219) + (xy 2.294442 1.93286) (xy 2.324188 1.897028) (xy 2.353384 1.860731) (xy 2.382026 1.823975) + (xy 2.410107 1.786765) (xy 2.43762 1.749109) (xy 2.464559 1.711012) (xy 2.490917 1.672482) + (xy 2.516689 1.633524) (xy 2.541868 1.594145) (xy 2.566447 1.55435) (xy 2.59042 1.514148) + (xy 2.613781 1.473543) (xy 2.636524 1.432542) (xy 2.658642 1.391152) (xy 2.680128 1.349379) + (xy 2.700977 1.30723) (xy 2.721181 1.26471) (xy 2.740736 1.221826) (xy 2.759633 1.178585) + (xy 2.777867 1.134992) (xy 2.795432 1.091054) (xy 2.812321 1.046779) (xy 2.828528 1.002171) + (xy 2.844046 0.957237) (xy 2.858869 0.911984) (xy 2.872991 0.866418) (xy 2.886405 0.820545) + (xy 2.899105 0.774372) (xy 2.911085 0.727905) (xy 2.922338 0.68115) (xy 2.932858 0.634115) + (xy 2.942638 0.586804) (xy 2.951672 0.539225) (xy 2.959954 0.491385) (xy 2.967478 0.443288) + (xy 2.974236 0.394942) (xy 2.980223 0.346353) (xy 2.985433 0.297527) (xy 2.989858 0.248472) + (xy 2.993493 0.199192) (xy 2.996331 0.149695) (xy 2.998365 0.099986) (xy 2.999591 0.050073) + (xy 3 -0.000038) (xy 2.999589 -0.050149) (xy 2.998363 -0.100061) (xy 2.996327 -0.149769) + (xy 2.993488 -0.199265) (xy 2.989852 -0.248544) (xy 2.985426 -0.297599) (xy 2.980215 -0.346423) + (xy 2.974227 -0.395011) (xy 2.967468 -0.443356) (xy 2.959943 -0.491452) (xy 2.95166 -0.539292) + (xy 2.942625 -0.58687) (xy 2.932844 -0.634179) (xy 2.922323 -0.681214) (xy 2.91107 -0.727967) + (xy 2.899089 -0.774433) (xy 2.886388 -0.820605) (xy 2.872974 -0.866477) (xy 2.858851 -0.912042) + (xy 2.844027 -0.957294) (xy 2.828508 -1.002227) (xy 2.812301 -1.046834) (xy 2.795412 -1.091109) + (xy 2.777846 -1.135045) (xy 2.759611 -1.178637) (xy 2.740713 -1.221877) (xy 2.721159 -1.26476) + (xy 2.700953 -1.307279) (xy 2.680104 -1.349428) (xy 2.658618 -1.391199) (xy 2.6365 -1.432588) + (xy 2.613757 -1.473588) (xy 2.590395 -1.514192) (xy 2.566422 -1.554393) (xy 2.541842 -1.594187) + (xy 2.516663 -1.633565) (xy 2.490891 -1.672522) (xy 2.464532 -1.711051) (xy 2.437593 -1.749147) + (xy 2.41008 -1.786802) (xy 2.382 -1.824011) (xy 2.353358 -1.860766) (xy 2.324161 -1.897062) + (xy 2.294416 -1.932893) (xy 2.264128 -1.968251) (xy 2.233305 -2.00313) (xy 2.201952 -2.037525) + (xy 2.170076 -2.071429) (xy 2.137684 -2.104835) (xy 2.104781 -2.137737) (xy 2.071374 -2.170128) + (xy 2.03747 -2.202003) (xy 2.003074 -2.233355) (xy 1.968194 -2.264177) (xy 1.932835 -2.294464) + (xy 1.897004 -2.324208) (xy 1.860707 -2.353404) (xy 1.823951 -2.382045) (xy 1.786742 -2.410125) + (xy 1.749086 -2.437637) (xy 1.71099 -2.464575) (xy 1.672459 -2.490933) (xy 1.633502 -2.516704) + (xy 1.594123 -2.541882) (xy 1.554329 -2.566461) (xy 1.514127 -2.590433) (xy 1.473522 -2.613794) + (xy 1.432522 -2.636536) (xy 1.391133 -2.658653) (xy 1.34936 -2.680138) (xy 1.307211 -2.700986) + (xy 1.264692 -2.72119) (xy 1.221808 -2.740744) (xy 1.178567 -2.759641) (xy 1.134975 -2.777875) + (xy 1.091038 -2.795439) (xy 1.046763 -2.812327) (xy 1.002156 -2.828534) (xy 0.957222 -2.844051) + (xy 0.91197 -2.858874) (xy 0.866405 -2.872996) (xy 0.820532 -2.886409) (xy 0.77436 -2.899109) + (xy 0.727894 -2.911088) (xy 0.68114 -2.922341) (xy 0.634105 -2.93286) (xy 0.586795 -2.94264) + (xy 0.539217 -2.951674) (xy 0.491377 -2.959956) (xy 0.443281 -2.967479) (xy 0.394936 -2.974237) + (xy 0.346348 -2.980224) (xy 0.297523 -2.985433) (xy 0.248468 -2.989859) (xy 0.199189 -2.993493) + (xy 0.149693 -2.996331) (xy 0.099985 -2.998366) (xy 0.050073 -2.999591) (xy -0.000038 -3.000001)) (layer F.SilkS) (width 0)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 602D9A4F) + (at 126 141) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ECEE7) + (attr virtual) + (fp_text reference H8 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 602D9A47) + (at 34 141) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ED292) + (attr virtual) + (fp_text reference H7 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 602D9A3F) + (at 126 49) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602EC52B) + (attr virtual) + (fp_text reference H6 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 602D9A37) + (at 34 49) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ECD0C) + (attr virtual) + (fp_text reference H5 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602CB5CC) + (at 76.28 48.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/602DF22F) + (attr smd) + (fp_text reference D113 (at 1.9 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 154 "Net-(D113-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 153 "Net-(D113-Pad4)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602CA28D) + (at 77.26 52 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/602E03EC) + (attr smd) + (fp_text reference C125 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 60302B37) + (at 161.247371 59.522355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F9A) + (attr smd) + (fp_text reference D9 (at -2.377645 -0.067371 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 601EA59B) + (at 34.48 72.6 90) + (descr "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") + (tags resistor) + (path /6025A839/60272336) + (attr smd) + (fp_text reference R13 (at -0.7 2.2 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 165 /ovladaci_prvky.sch/SENZOR_SVETLA)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 601EA4AA) + (at 34.48 79.4 90) + (descr "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") + (tags resistor) + (path /6025A839/6027234F) + (attr smd) + (fp_text reference R5 (at 0 1.6 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 128 "Net-(Q3-Pad1)")) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 166 /ovladaci_prvky.sch/3V3)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C3018) + (at 114.28 122.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/601C51BF) + (attr smd) + (fp_text reference D112 (at 1.7 -3.49) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 152 /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 124 "Net-(D111-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2E8C) + (at 106.68 122.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FDA5) + (attr smd) + (fp_text reference D111 (at 1.7 -3.49) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 124 "Net-(D111-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 123 "Net-(D110-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2E4A) + (at 99.08 122.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD8B) + (attr smd) + (fp_text reference D110 (at 1.7 -3.46) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 123 "Net-(D110-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 122 "Net-(D109-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2FD6) + (at 91.48 122.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD71) + (attr smd) + (fp_text reference D109 (at 1.7 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 122 "Net-(D109-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 121 "Net-(D108-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2ECE) + (at 83.88 122.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD56) + (attr smd) + (fp_text reference D108 (at 1.88 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 121 "Net-(D108-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 151 /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2F94) + (at 76.28 122.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/601C51BF) + (attr smd) + (fp_text reference D107 (at 1.7 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 151 /ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 120 "Net-(D106-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2F52) + (at 68.68 122.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FDA5) + (attr smd) + (fp_text reference D106 (at 1.7 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 120 "Net-(D106-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 119 "Net-(D105-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2F10) + (at 61.08 122.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD8B) + (attr smd) + (fp_text reference D105 (at 1.7 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 119 "Net-(D105-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 118 "Net-(D104-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4FC2) + (at 53.48 122.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD71) + (attr smd) + (fp_text reference D104 (at 1.7 -3.44) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 118 "Net-(D104-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 117 "Net-(D103-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5004) + (at 45.88 122.57 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD56) + (attr smd) + (fp_text reference D103 (at 1.7 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 117 "Net-(D103-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 150 /ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5424) + (at 114.28 115.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/601C51BF) + (attr smd) + (fp_text reference D102 (at 1.7 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 150 /ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 116 "Net-(D101-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C51D2) + (at 106.68 115.61 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FDA5) + (attr smd) + (fp_text reference D101 (at 1.7 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 116 "Net-(D101-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 115 "Net-(D100-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5088) + (at 99.08 115.61 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD8B) + (attr smd) + (fp_text reference D100 (at 1.8 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 115 "Net-(D100-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 114 "Net-(D100-Pad4)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C531C) + (at 91.48 115.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD71) + (attr smd) + (fp_text reference D99 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 114 "Net-(D100-Pad4)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 113 "Net-(D98-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5190) + (at 83.88 115.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD56) + (attr smd) + (fp_text reference D98 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 113 "Net-(D98-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 149 /ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C53E2) + (at 76.28 115.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/601C51BF) + (attr smd) + (fp_text reference D97 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 149 /ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 112 "Net-(D96-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5214) + (at 68.68 115.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FDA5) + (attr smd) + (fp_text reference D96 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 112 "Net-(D96-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 111 "Net-(D95-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C50CA) + (at 61.08 115.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD8B) + (attr smd) + (fp_text reference D95 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 111 "Net-(D95-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 110 "Net-(D94-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5298) + (at 53.48 115.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD71) + (attr smd) + (fp_text reference D94 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 110 "Net-(D94-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 109 "Net-(D93-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C535E) + (at 45.88 115.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD56) + (attr smd) + (fp_text reference D93 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 109 "Net-(D93-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 148 /ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5046) + (at 114.28 108.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/601C51BF) + (attr smd) + (fp_text reference D91 (at 2.2 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 148 /ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 58 "Net-(D90-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C510C) + (at 106.68 108.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FDA5) + (attr smd) + (fp_text reference D90 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 58 "Net-(D90-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 57 "Net-(D89-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C53A0) + (at 99.08 108.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD8B) + (attr smd) + (fp_text reference D89 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 57 "Net-(D89-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 56 "Net-(D88-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C52DA) + (at 91.48 108.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD71) + (attr smd) + (fp_text reference D88 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 56 "Net-(D88-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 108 "Net-(D87-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5256) + (at 83.88 108.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD56) + (attr smd) + (fp_text reference D87 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 108 "Net-(D87-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 147 /ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C514E) + (at 76.28 108.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/601C51BF) + (attr smd) + (fp_text reference D86 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 147 /ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 55 "Net-(D85-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4C68) + (at 68.68 108.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FDA5) + (attr smd) + (fp_text reference D85 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 55 "Net-(D85-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 54 "Net-(D84-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602D6956) + (at 61.08 108.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD8B) + (attr smd) + (fp_text reference D84 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 54 "Net-(D84-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 107 "Net-(D83-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4D70) + (at 53.48 108.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD71) + (attr smd) + (fp_text reference D83 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 107 "Net-(D83-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 53 "Net-(D82-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4CAA) + (at 45.88 108.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD56) + (attr smd) + (fp_text reference D82 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 53 "Net-(D82-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 146 /ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4C26) + (at 114.28 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/601C51BF) + (attr smd) + (fp_text reference D81 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 146 /ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 52 "Net-(D80-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4DF4) + (at 106.68 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FDA5) + (attr smd) + (fp_text reference D80 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 52 "Net-(D80-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 106 "Net-(D79-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4B1E) + (at 99.08 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD8B) + (attr smd) + (fp_text reference D79 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 106 "Net-(D79-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 51 "Net-(D78-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4F3E) + (at 91.48 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD71) + (attr smd) + (fp_text reference D78 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 51 "Net-(D78-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 50 "Net-(D77-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4DB2) + (at 83.88 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD56) + (attr smd) + (fp_text reference D77 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 50 "Net-(D77-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 145 /ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4EFC) + (at 76.28 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/601C51BF) + (attr smd) + (fp_text reference D76 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 145 /ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 105 "Net-(D75-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4EBA) + (at 68.68 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FDA5) + (attr smd) + (fp_text reference D75 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 105 "Net-(D75-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 49 "Net-(D74-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4BE4) + (at 53.48 101.68 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD71) + (attr smd) + (fp_text reference D73 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 48 "Net-(D73-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 47 "Net-(D72-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4E78) + (at 45.88 101.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD56) + (attr smd) + (fp_text reference D72 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 47 "Net-(D72-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 144 /ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4E36) + (at 114.28 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/601C51BF) + (attr smd) + (fp_text reference D71 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 144 /ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 46 "Net-(D70-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4D2E) + (at 106.68 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FDA5) + (attr smd) + (fp_text reference D70 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 46 "Net-(D70-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 45 "Net-(D69-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4BA2) + (at 99.08 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD8B) + (attr smd) + (fp_text reference D69 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 45 "Net-(D69-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 44 "Net-(D68-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4CEC) + (at 91.48 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD71) + (attr smd) + (fp_text reference D68 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 44 "Net-(D68-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 104 "Net-(D67-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C57C0) + (at 83.88 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD56) + (attr smd) + (fp_text reference D67 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 104 "Net-(D67-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 143 /ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5634) + (at 76.28 94.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/601C51BF) + (attr smd) + (fp_text reference D66 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 143 /ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 43 "Net-(D65-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C556E) + (at 68.68 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FDA5) + (attr smd) + (fp_text reference D65 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 43 "Net-(D65-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 42 "Net-(D64-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C573C) + (at 61.08 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD8B) + (attr smd) + (fp_text reference D64 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 42 "Net-(D64-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 103 "Net-(D63-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C552C) + (at 53.48 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD71) + (attr smd) + (fp_text reference D63 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 103 "Net-(D63-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 41 "Net-(D62-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C54EA) + (at 45.88 94.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD56) + (attr smd) + (fp_text reference D62 (at 2.2 -3.47) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 41 "Net-(D62-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 142 /ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5802) + (at 114.28 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/601C51BF) + (attr smd) + (fp_text reference D61 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 142 /ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 40 "Net-(D60-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5844) + (at 106.68 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FDA5) + (attr smd) + (fp_text reference D60 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 40 "Net-(D60-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 102 "Net-(D59-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C56FA) + (at 99.08 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD8B) + (attr smd) + (fp_text reference D59 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 102 "Net-(D59-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 39 "Net-(D58-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C54A8) + (at 91.48 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD71) + (attr smd) + (fp_text reference D58 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 39 "Net-(D58-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 38 "Net-(D57-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5466) + (at 83.88 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD56) + (attr smd) + (fp_text reference D57 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 38 "Net-(D57-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 141 /ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C56B8) + (at 76.28 87.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/601C51BF) + (attr smd) + (fp_text reference D56 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 141 /ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 101 "Net-(D55-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5676) + (at 68.68 87.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FDA5) + (attr smd) + (fp_text reference D55 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 101 "Net-(D55-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 37 "Net-(D54-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C58C8) + (at 61.08 87.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD8B) + (attr smd) + (fp_text reference D54 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 37 "Net-(D54-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 36 "Net-(D53-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C577E) + (at 53.48 87.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD71) + (attr smd) + (fp_text reference D53 (at 2.2 -3.6) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 36 "Net-(D53-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 35 "Net-(D52-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C5886) + (at 45.88 87.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD56) + (attr smd) + (fp_text reference D52 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 35 "Net-(D52-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 140 /ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C55F2) + (at 114.28 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/601C51BF) + (attr smd) + (fp_text reference D51 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 140 /ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 34 "Net-(D50-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C55B0) + (at 106.68 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FDA5) + (attr smd) + (fp_text reference D50 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 34 "Net-(D50-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 33 "Net-(D49-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4992) + (at 99.08 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD8B) + (attr smd) + (fp_text reference D49 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 33 "Net-(D49-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 32 "Net-(D48-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C46FE) + (at 91.48 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD71) + (attr smd) + (fp_text reference D48 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 32 "Net-(D48-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 100 "Net-(D47-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C47C4) + (at 83.88 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD56) + (attr smd) + (fp_text reference D47 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 100 "Net-(D47-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 139 /ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4848) + (at 76.28 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/601C51BF) + (attr smd) + (fp_text reference D46 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 139 /ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 31 "Net-(D45-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4ADC) + (at 68.68 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FDA5) + (attr smd) + (fp_text reference D45 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 31 "Net-(D45-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 30 "Net-(D44-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4A9A) + (at 61.08 80.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD8B) + (attr smd) + (fp_text reference D44 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 30 "Net-(D44-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 99 "Net-(D43-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4950) + (at 53.48 80.69 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD71) + (attr smd) + (fp_text reference D43 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 99 "Net-(D43-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 29 "Net-(D42-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4A58) + (at 45.88 80.69 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD56) + (attr smd) + (fp_text reference D42 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 29 "Net-(D42-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 138 /ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4782) + (at 114.28 73.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/601C51BF) + (attr smd) + (fp_text reference D41 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 138 /ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 28 "Net-(D40-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C488A) + (at 106.68 73.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FDA5) + (attr smd) + (fp_text reference D40 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 28 "Net-(D40-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 98 "Net-(D39-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4A16) + (at 99.08 73.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD8B) + (attr smd) + (fp_text reference D39 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 98 "Net-(D39-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 27 "Net-(D38-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C46BC) + (at 91.48 73.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD71) + (attr smd) + (fp_text reference D38 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 27 "Net-(D38-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 26 "Net-(D37-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4806) + (at 83.94 73.65 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD56) + (attr smd) + (fp_text reference D37 (at 2.26 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 26 "Net-(D37-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 137 /ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C467A) + (at 76.28 73.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/601C51BF) + (attr smd) + (fp_text reference D36 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 137 /ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 97 "Net-(D35-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C49D4) + (at 68.68 73.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FDA5) + (attr smd) + (fp_text reference D35 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 97 "Net-(D35-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 25 "Net-(D34-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C48CC) + (at 61.08 73.68 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD8B) + (attr smd) + (fp_text reference D34 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 25 "Net-(D34-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 24 "Net-(D33-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C490E) + (at 53.48 73.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD71) + (attr smd) + (fp_text reference D33 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 24 "Net-(D33-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 23 "Net-(D32-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4740) + (at 45.88 73.66 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD56) + (attr smd) + (fp_text reference D32 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 23 "Net-(D32-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 136 /ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C45F6) + (at 114.28 66.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/601C51BF) + (attr smd) + (fp_text reference D31 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 136 /ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 22 "Net-(D30-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4638) + (at 106.68 66.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FDA5) + (attr smd) + (fp_text reference D30 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 22 "Net-(D30-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 21 "Net-(D29-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C44AC) + (at 99.08 66.66 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD8B) + (attr smd) + (fp_text reference D29 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 21 "Net-(D29-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 20 "Net-(D28-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C42C0) + (at 91.48 66.65 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD71) + (attr smd) + (fp_text reference D28 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 20 "Net-(D28-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 96 "Net-(D27-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C44EE) + (at 83.88 66.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD56) + (attr smd) + (fp_text reference D27 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 96 "Net-(D27-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 135 /ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C41FA) + (at 76.28 66.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/601C51BF) + (attr smd) + (fp_text reference D26 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 135 /ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(D25-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C446A) + (at 68.68 66.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FDA5) + (attr smd) + (fp_text reference D25 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(D25-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(D24-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4302) + (at 61.08 66.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD8B) + (attr smd) + (fp_text reference D24 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(D24-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 95 "Net-(D23-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C43E6) + (at 53.48 66.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD71) + (attr smd) + (fp_text reference D23 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 95 "Net-(D23-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 17 "Net-(D22-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4572) + (at 45.88 66.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD56) + (attr smd) + (fp_text reference D22 (at 2.2 -3.58) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 17 "Net-(D22-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 134 /ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C427E) + (at 114.28 59.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/601C51BF) + (attr smd) + (fp_text reference D21 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 134 /ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(D20-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4428) + (at 106.68 59.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FDA5) + (attr smd) + (fp_text reference D20 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(D20-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 94 "Net-(D19-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C45B4) + (at 99.08 59.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD8B) + (attr smd) + (fp_text reference D19 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 94 "Net-(D19-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 "Net-(D18-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C423C) + (at 91.48 59.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD71) + (attr smd) + (fp_text reference D18 (at 2.3 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 "Net-(D18-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 14 "Net-(D17-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C4530) + (at 83.88 59.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD56) + (attr smd) + (fp_text reference D17 (at 2.2 -3.57) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 14 "Net-(D17-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 133 /ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C43A4) + (at 76.28 59.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/601C51BF) + (attr smd) + (fp_text reference D16 (at 2.2 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 133 /ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 93 "Net-(D15-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C436E) + (at 115.46 126.02 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/601C58A1) + (attr smd) + (fp_text reference C124 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C433E) + (at 107.68 126 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FDB1) + (attr smd) + (fp_text reference C123 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4104) + (at 100.25 125.99 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD97) + (attr smd) + (fp_text reference C122 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4194) + (at 92.68 126 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD7D) + (attr smd) + (fp_text reference C121 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4164) + (at 84.88 126 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD62) + (attr smd) + (fp_text reference C120 (at -0.07 -1.25) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C40D4) + (at 77.38 125.98 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/601C58A1) + (attr smd) + (fp_text reference C119 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4074) + (at 69.78 125.95 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FDB1) + (attr smd) + (fp_text reference C118 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3FB4) + (at 62.18 125.95 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD97) + (attr smd) + (fp_text reference C117 (at 0 -1.16 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3F84) + (at 54.76 126 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD7D) + (attr smd) + (fp_text reference C116 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3EF4) + (at 47.08 126 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD62) + (attr smd) + (fp_text reference C115 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C40A4) + (at 115.48 119 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/601C58A1) + (attr smd) + (fp_text reference C114 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3E94) + (at 107.68 119.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FDB1) + (attr smd) + (fp_text reference C113 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3EC4) + (at 100.16 119.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD97) + (attr smd) + (fp_text reference C112 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3F54) + (at 91.68 119.07 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD7D) + (attr smd) + (fp_text reference C111 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4044) + (at 84.06 119.07 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD62) + (attr smd) + (fp_text reference C110 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C41C4) + (at 76.58 119.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/601C58A1) + (attr smd) + (fp_text reference C109 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3F24) + (at 68.88 119.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FDB1) + (attr smd) + (fp_text reference C108 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4134) + (at 61.2 119.04 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD97) + (attr smd) + (fp_text reference C107 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C4014) + (at 53.7 119.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD7D) + (attr smd) + (fp_text reference C106 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3FE4) + (at 46.08 119.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD62) + (attr smd) + (fp_text reference C105 (at -1.55 -1.27) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3C24) + (at 114.38 112 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/601C58A1) + (attr smd) + (fp_text reference C104 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3B94) + (at 106.98 112.05 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FDB1) + (attr smd) + (fp_text reference C103 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3DA4) + (at 99.4 112 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD97) + (attr smd) + (fp_text reference C102 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3CB4) + (at 91.68 112.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD7D) + (attr smd) + (fp_text reference C101 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3BF4) + (at 84.08 112 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD62) + (attr smd) + (fp_text reference C100 (at -2.8 -0.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3E64) + (at 76.5 112 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/601C58A1) + (attr smd) + (fp_text reference C99 (at -2.36 -0.06 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3E34) + (at 68.9 112.04 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FDB1) + (attr smd) + (fp_text reference C98 (at -2.37 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3BC4) + (at 61.36 112.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD97) + (attr smd) + (fp_text reference C97 (at -2.37 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3C84) + (at 53.68 112.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD7D) + (attr smd) + (fp_text reference C96 (at -2.37 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3B64) + (at 46.08 112.17 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD62) + (attr smd) + (fp_text reference C95 (at -2.42 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3D74) + (at 114.48 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/601C58A1) + (attr smd) + (fp_text reference C94 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3D44) + (at 106.88 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FDB1) + (attr smd) + (fp_text reference C93 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3C54) + (at 99.28 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD97) + (attr smd) + (fp_text reference C92 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3CE4) + (at 91.78 105.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD7D) + (attr smd) + (fp_text reference C91 (at -2.33 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3E04) + (at 84.08 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD62) + (attr smd) + (fp_text reference C90 (at -2.38 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3DD4) + (at 76.48 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/601C58A1) + (attr smd) + (fp_text reference C89 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3B34) + (at 68.88 105.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FDB1) + (attr smd) + (fp_text reference C88 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3D14) + (at 61.38 105.17 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD97) + (attr smd) + (fp_text reference C87 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C35F4) + (at 53.8 105.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD7D) + (attr smd) + (fp_text reference C86 (at -2.34 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3894) + (at 46.18 105.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD62) + (attr smd) + (fp_text reference C85 (at -2.34 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3564) + (at 114.48 98.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/601C58A1) + (attr smd) + (fp_text reference C84 (at -2.44 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C35C4) + (at 106.88 98.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FDB1) + (attr smd) + (fp_text reference C83 (at -2.36 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3B04) + (at 99.28 98.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD97) + (attr smd) + (fp_text reference C82 (at -2.39 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3594) + (at 91.68 98.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD7D) + (attr smd) + (fp_text reference C81 (at -2.41 -0.07) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3684) + (at 84.18 98.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD62) + (attr smd) + (fp_text reference C80 (at -2.35 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3534) + (at 76.58 98.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/601C58A1) + (attr smd) + (fp_text reference C79 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3804) + (at 69.11 98.12 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FDB1) + (attr smd) + (fp_text reference C78 (at -2.39 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C38F4) + (at 61.28 98.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD97) + (attr smd) + (fp_text reference C77 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3474) + (at 53.68 98.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD7D) + (attr smd) + (fp_text reference C76 (at -2.39 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C38C4) + (at 46.1 98.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD62) + (attr smd) + (fp_text reference C75 (at -2.33 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3864) + (at 114.36 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/601C58A1) + (attr smd) + (fp_text reference C74 (at -2.36 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3834) + (at 106.88 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FDB1) + (attr smd) + (fp_text reference C73 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3624) + (at 99.28 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD97) + (attr smd) + (fp_text reference C72 (at -2.34 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3AD4) + (at 91.68 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD7D) + (attr smd) + (fp_text reference C71 (at -2.36 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C34A4) + (at 84.18 91.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD62) + (attr smd) + (fp_text reference C70 (at -2.35 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3504) + (at 76.48 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/601C58A1) + (attr smd) + (fp_text reference C69 (at -2.37 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3654) + (at 68.88 91.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FDB1) + (attr smd) + (fp_text reference C68 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C34D4) + (at 61.36 91.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD97) + (attr smd) + (fp_text reference C67 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C37D4) + (at 53.68 91.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD7D) + (attr smd) + (fp_text reference C66 (at -2.37 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3AA4) + (at 46.08 91.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD62) + (attr smd) + (fp_text reference C65 (at -2.35 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3A74) + (at 114.3 84.09 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/601C58A1) + (attr smd) + (fp_text reference C64 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C39E4) + (at 106.86 84.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FDB1) + (attr smd) + (fp_text reference C63 (at -2.35 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C36B4) + (at 99.28 84.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD97) + (attr smd) + (fp_text reference C62 (at -2.3 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C36E4) + (at 91.76 84.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD7D) + (attr smd) + (fp_text reference C61 (at -2.36 -0.07) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3A44) + (at 84.08 84.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD62) + (attr smd) + (fp_text reference C60 (at -2.33 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C39B4) + (at 76.4 84.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/601C58A1) + (attr smd) + (fp_text reference C59 (at -2.35 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3984) + (at 68.88 84.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FDB1) + (attr smd) + (fp_text reference C58 (at -2.4 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3A14) + (at 61.36 84.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD97) + (attr smd) + (fp_text reference C57 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3954) + (at 53.78 84.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD7D) + (attr smd) + (fp_text reference C56 (at -2.36 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3924) + (at 46.08 84.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD62) + (attr smd) + (fp_text reference C55 (at -2.38 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C37A4) + (at 114.48 77.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/601C58A1) + (attr smd) + (fp_text reference C54 (at -2.37 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3774) + (at 106.93 77.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FDB1) + (attr smd) + (fp_text reference C53 (at -2.34 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3744) + (at 99.31 77.12 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD97) + (attr smd) + (fp_text reference C52 (at -2.32 0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3714) + (at 91.62 77.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD7D) + (attr smd) + (fp_text reference C51 (at -2.38 0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3204) + (at 84.06 77.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD62) + (attr smd) + (fp_text reference C50 (at -2.39 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3264) + (at 76.43 77.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/601C58A1) + (attr smd) + (fp_text reference C49 (at -2.36 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3384) + (at 68.83 77.18 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FDB1) + (attr smd) + (fp_text reference C48 (at -2.35 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3354) + (at 61.29 77.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD97) + (attr smd) + (fp_text reference C47 (at -2.35 -0.14) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3324) + (at 53.78 77.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD7D) + (attr smd) + (fp_text reference C46 (at -2.36 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3414) + (at 46.2 77.16 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD62) + (attr smd) + (fp_text reference C45 (at -2.32 -0.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3144) + (at 114.38 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/601C58A1) + (attr smd) + (fp_text reference C44 (at -2.34 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3444) + (at 106.98 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FDB1) + (attr smd) + (fp_text reference C43 (at -2.35 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C30E4) + (at 99.28 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD97) + (attr smd) + (fp_text reference C42 (at -2.34 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3234) + (at 91.78 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD7D) + (attr smd) + (fp_text reference C41 (at -2.37 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C31D4) + (at 84.18 70.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD62) + (attr smd) + (fp_text reference C40 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C31A4) + (at 76.46 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/601C58A1) + (attr smd) + (fp_text reference C39 (at -2.4 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C32F4) + (at 68.88 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FDB1) + (attr smd) + (fp_text reference C38 (at -2.41 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3174) + (at 61.48 70.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD97) + (attr smd) + (fp_text reference C37 (at -2.37 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C32C4) + (at 53.78 70.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD7D) + (attr smd) + (fp_text reference C36 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3114) + (at 46.2 70.18 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD62) + (attr smd) + (fp_text reference C35 (at -2.34 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3054) + (at 114.48 63.06 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/601C58A1) + (attr smd) + (fp_text reference C21 (at -2.35 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C33E4) + (at 106.88 63.09 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FDB1) + (attr smd) + (fp_text reference C16 (at -2.34 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3084) + (at 99.28 63.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD97) + (attr smd) + (fp_text reference C15 (at -2.33 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C30B4) + (at 91.78 63.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD7D) + (attr smd) + (fp_text reference C6 (at -1.9 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C3294) + (at 84.08 63.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD62) + (attr smd) + (fp_text reference C3 (at -1.91 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C33B4) + (at 76.68 63.02 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/601C58A1) + (attr smd) + (fp_text reference C2 (at -1.95 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:PIEZO (layer F.Cu) (tedit 601E7433) (tstamp 6030365A) + (at 189.98 136 90) + (path /6025ABB3/6029E624) + (fp_text reference BZ1 (at 0.3259 7.7463 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value Buzzer (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 5.68 0) (layer F.SilkS) (width 0.05)) + (pad 2 thru_hole circle (at 0 3.81 90) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) + (net 172 "Net-(BZ1-Pad2)")) + (pad 1 thru_hole circle (at 0 -3.81 90) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) + (net 132 5V)) + ) + + (module Diode_SMD:D_SMA (layer F.Cu) (tedit 586432E5) (tstamp 6030358A) + (at 173.38 61.6 180) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (path /6025ABB3/60388C5E) + (attr smd) + (fp_text reference D92 (at 4.3 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value DIODE (at 0 2.6) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -3.4 1.65) (end 2 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 173 "Net-(D9-Pad2)")) + (pad 1 smd rect (at -2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 132 5V)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 602313C9) + (at 121.08 122.8 90) + (path /6025A839/602B59C6/5F8DB387) + (attr smd) + (fp_text reference SW11 (at 1.48198 5.3612 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 181 /ovladaci_prvky.sch/SW_11)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 600E62B6) + (at 121.46 59.79 90) + (path /6025A839/602B59C6/5F8DF383) + (attr smd) + (fp_text reference SW10 (at 1.39032 5.32918 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 180 /ovladaci_prvky.sch/SW_10)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60304014) + (at 38.96 59.815 90) + (path /6025A839/602B59C6/5F8DF365) + (attr smd) + (fp_text reference SW9 (at 1.4331 -4.69032 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 179 /ovladaci_prvky.sch/SW_9)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 5FB31BB2) + (at 49.98 141.9 180) + (path /6025A839/602B59C6/5F8E2E97) + (attr smd) + (fp_text reference SW8 (at -4.52 -0.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 178 /ovladaci_prvky.sch/SW_8)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 6038D72A) + (at 49.98 130.9 180) + (path /6025A839/602B59C6/5F8DF347) + (attr smd) + (fp_text reference SW5 (at -4.42 0.3) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 177 /ovladaci_prvky.sch/SW_5)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 600EB102) + (at 42.48 136.4 180) + (path /6025A839/602B59C6/5F8DA64D) + (attr smd) + (fp_text reference SW4 (at 0.68 3.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 176 /ovladaci_prvky.sch/SW_4)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 602D114C) + (at 57.48 136.4) + (path /6025A839/602B59C6/5F8DF329) + (attr smd) + (fp_text reference SW3 (at 0.02 3.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 175 /ovladaci_prvky.sch/SW_3)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 5FB31B16) + (at 49.98 136.4 180) + (path /6025A839/602B59C6/5F8E2E79) + (attr smd) + (fp_text reference SW2 (at -5.52 3.4 180) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 174 /ovladaci_prvky.sch/SW_2)) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603034F3) + (at 196.45 88.16 180) + (descr "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") + (tags capacitor) + (path /6025ABB3/60332F78) + (attr smd) + (fp_text reference C22 (at -2.38 0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6030382F) + (at 207.32 95.05 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F32) + (attr smd) + (fp_text reference R8 (at 0 -1.17) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 90 "Net-(R8-Pad2)")) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 9 "Net-(D10-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 6030348B) + (at 167.321371 90.150355 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602E6450) + (attr smd) + (fp_text reference Q5 (at -0.06 2.55 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_PMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 171 /elektronika.sch/V_LED_1)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 132 5V)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 88 "Net-(Q4-Pad3)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 603035FC) + (at 170.951371 89.290355 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602E6458) + (attr smd) + (fp_text reference Q4 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 88 "Net-(Q4-Pad3)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 65 ZAPINANI_1_CAST_LED)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm (layer F.Cu) (tedit 5DC5F6A4) (tstamp 603036A0) + (at 197.102 94.448 270) + (descr "QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (path /6025ABB3/60332F56) + (attr smd) + (fp_text reference U2 (at 2.152 3.702 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CP2102N-A01-GQFN28 (at 0 3.8 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.885 -2.61) (end 2.61 -2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.61 -2.61) (end 2.61 -1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.885 2.61) (end -2.61 2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.61 2.61) (end -2.61 1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.885 2.61) (end 2.61 2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.61 2.61) (end 2.61 1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.885 -2.61) (end -2.61 -2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -1.5) (end -1.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.1 -3.1) (end -3.1 3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.1 3.1) (end 3.1 3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.1 3.1) (end 3.1 -3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.1 -3.1) (end -3.1 -3.1) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" smd roundrect (at 1.12 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 1.12 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 1.12 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at -1.12 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at -1.12 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at -1.12 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad 29 smd rect (at 0 0 270) (size 3.35 3.35) (layers F.Cu F.Mask) + (net 160 /elektronika.sch/GND)) + (pad 28 smd roundrect (at -1.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 63 "Net-(Q2-Pad2)")) + (pad 27 smd roundrect (at -1 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 73 "Net-(U2-Pad27)")) + (pad 26 smd roundrect (at -0.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 68 RX_ESP)) + (pad 25 smd roundrect (at 0 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 67 TX_ESP)) + (pad 24 smd roundrect (at 0.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 60 "Net-(Q1-Pad2)")) + (pad 23 smd roundrect (at 1 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 74 "Net-(U2-Pad23)")) + (pad 22 smd roundrect (at 1.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 75 "Net-(U2-Pad22)")) + (pad 21 smd roundrect (at 2.45 -1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 76 "Net-(U2-Pad21)")) + (pad 20 smd roundrect (at 2.45 -1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 77 "Net-(U2-Pad20)")) + (pad 19 smd roundrect (at 2.45 -0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 90 "Net-(R8-Pad2)")) + (pad 18 smd roundrect (at 2.45 0 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 91 "Net-(R9-Pad2)")) + (pad 17 smd roundrect (at 2.45 0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 78 "Net-(U2-Pad17)")) + (pad 16 smd roundrect (at 2.45 1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 79 "Net-(U2-Pad16)")) + (pad 15 smd roundrect (at 2.45 1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 80 "Net-(U2-Pad15)")) + (pad 14 smd roundrect (at 1.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 81 "Net-(U2-Pad14)")) + (pad 13 smd roundrect (at 1 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 82 "Net-(U2-Pad13)")) + (pad 12 smd roundrect (at 0.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 83 "Net-(U2-Pad12)")) + (pad 11 smd roundrect (at 0 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 84 "Net-(U2-Pad11)")) + (pad 10 smd roundrect (at -0.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 85 "Net-(U2-Pad10)")) + (pad 9 smd roundrect (at -1 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 66 "Net-(R6-Pad2)")) + (pad 8 smd roundrect (at -1.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (pad 7 smd roundrect (at -2.45 1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 6 smd roundrect (at -2.45 1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 5 smd roundrect (at -2.45 0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 7 "Net-(D7-Pad2)")) + (pad 4 smd roundrect (at -2.45 0 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 8 "Net-(D8-Pad2)")) + (pad 3 smd roundrect (at -2.45 -0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (pad 2 smd roundrect (at -2.45 -1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 86 "Net-(U2-Pad2)")) + (pad 1 smd roundrect (at -2.45 -1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 87 "Net-(U2-Pad1)")) + (model ${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60303457) + (at 166.885371 87.606355) + (descr "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") + (tags resistor) + (path /6025ABB3/602E642B) + (attr smd) + (fp_text reference R15 (at 0 -1.17) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 88 "Net-(Q4-Pad3)")) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603035C8) + (at 171.071371 86.590355 180) + (descr "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") + (tags resistor) + (path /6025ABB3/602E6441) + (attr smd) + (fp_text reference R14 (at -1.55 0.68 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 65 ZAPINANI_1_CAST_LED)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60303553) + (at 204.562 92.04 270) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F0A) + (attr smd) + (fp_text reference R10 (at 0.12 -1.2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 60 "Net-(Q1-Pad2)")) + (pad 1 smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 64 "Net-(Q2-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60303634) + (at 207.462 92.788 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F3A) + (attr smd) + (fp_text reference R9 (at 0.03 1.13) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 91 "Net-(R9-Pad2)")) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 10 "Net-(D11-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60303523) + (at 201.692 92.918 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F00) + (attr smd) + (fp_text reference R7 (at -1.9 -0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 63 "Net-(Q2-Pad2)")) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 61 "Net-(Q1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6030378A) + (at 193 94.59 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332EF6) + (attr smd) + (fp_text reference R6 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 66 "Net-(R6-Pad2)")) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603034C3) + (at 174.206 81.682) + (descr "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") + (tags resistor) + (path /6025ABB3/602AAA2A) + (attr smd) + (fp_text reference R3 (at -1.636 0.218 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 "Net-(D2-Pad1)")) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603037BA) + (at 181.513645 58.167371 270) + (descr "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") + (tags resistor) + (path /6025ABB3/602A9276) + (attr smd) + (fp_text reference R2 (at 0.032629 -1.466355 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 "Net-(D1-Pad1)")) + (pad 1 smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603037FF) + (at 202.71 56.77 90) + (descr "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") + (tags resistor) + (path /6025ABB3/6026A9F8) + (attr smd) + (fp_text reference R1 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 EN)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 6030341F) + (at 202.192 90.308) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/60332F66) + (attr smd) + (fp_text reference Q2 (at -2.712 0.292) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NPN_BEC (at 0 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 62 IO0)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 63 "Net-(Q2-Pad2)")) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 64 "Net-(Q2-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60303728) + (at 202.59 96.59 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/60332F6E) + (attr smd) + (fp_text reference Q1 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NPN_BEC (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 1 EN)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 60 "Net-(Q1-Pad2)")) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 61 "Net-(Q1-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60303856) + (at 236 141) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A272E) + (attr virtual) + (fp_text reference H4 (at 3.88 -1.3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 603037E1) + (at 144 141) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A2736) + (attr virtual) + (fp_text reference H3 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 6030376C) + (at 236 49) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A2726) + (attr virtual) + (fp_text reference H2 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60303757) + (at 144 49) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A273E) + (attr virtual) + (fp_text reference H1 (at -3.62 -2.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2DC6) + (at 68.68 59.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FDA5) + (attr smd) + (fp_text reference D15 (at 2.2 -3.517) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 93 "Net-(D15-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 13 "Net-(D14-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2D12) + (at 61.08 59.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD8B) + (attr smd) + (fp_text reference D14 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 13 "Net-(D14-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 12 "Net-(D13-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2D84) + (at 53.48 59.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD71) + (attr smd) + (fp_text reference D13 (at 2.2 -3.547) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 12 "Net-(D13-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 11 "Net-(D12-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 602C2E08) + (at 45.887 59.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD56) + (attr smd) + (fp_text reference D12 (at 2.207 -3.507) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 11 "Net-(D12-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 164 /ovladaci_prvky.sch/DATA_HERNI_LED)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 603033E7) + (at 210.1795 92.788) + (descr "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") + (tags LED) + (path /6025ABB3/60332F4A) + (attr smd) + (fp_text reference D11 (at 0 -1.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 10 "Net-(D11-Pad1)")) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 6030331B) + (at 210.15 95.02) + (descr "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") + (tags LED) + (path /6025ABB3/60332F42) + (attr smd) + (fp_text reference D10 (at -0.05 1.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 9 "Net-(D10-Pad1)")) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 60303236) + (at 157.101371 59.500355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F92) + (attr smd) + (fp_text reference D8 (at -2.39 0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(D8-Pad2)")) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 603032DB) + (at 159.161371 59.500355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F8A) + (attr smd) + (fp_text reference D7 (at -2.399645 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(D7-Pad2)")) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 5FB310EC) + (at 68.68 48.576 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77666) + (attr smd) + (fp_text reference D6 (at 2.424 -3.594) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 153 "Net-(D113-Pad4)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 6 "Net-(D5-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 5FB310D5) + (at 61.08 48.626 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77646) + (attr smd) + (fp_text reference D5 (at 2.6 -3.574) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 6 "Net-(D5-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 5 "Net-(D4-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 5FB38240) + (at 53.48 48.646 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77626) + (attr smd) + (fp_text reference D4 (at 2.6 -3.544) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 5 "Net-(D4-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 "Net-(D3-Pad2)")) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 5FB331AE) + (at 45.854 48.676 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77606) + (attr smd) + (fp_text reference D3 (at 2.044 -3.554) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 "Net-(D3-Pad2)")) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 163 /ovladaci_prvky.sch/DATA_ZADANI_LED)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 603031FB) + (at 176.892 81.654) + (descr "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") + (tags LED) + (path /6025ABB3/602A9287) + (attr smd) + (fp_text reference D2 (at 2.608 0.016) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 "Net-(D2-Pad1)")) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 60303381) + (at 181.515645 60.787371 270) + (descr "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") + (tags LED) + (path /6025ABB3/602A926E) + (attr smd) + (fp_text reference D1 (at 0.012629 -1.864355 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (pad 2 smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 132 5V)) + (pad 1 smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 "Net-(D1-Pad1)")) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C2D4E) + (at 68.98 63.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FDB1) + (attr smd) + (fp_text reference C34 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C2CDC) + (at 61.42 63.11 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD97) + (attr smd) + (fp_text reference C33 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C2CAC) + (at 53.78 63.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD7D) + (attr smd) + (fp_text reference C32 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 602C2C7C) + (at 46.08 63.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD62) + (attr smd) + (fp_text reference C31 (at -2.48 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603033B5) + (at 196.45 89.23 180) + (descr "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") + (tags capacitor) + (path /6025ABB3/60332F1C) + (attr smd) + (fp_text reference C23 (at -2.38 -0.07) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB30A70) + (at 121.08 118.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DB38E) + (attr smd) + (fp_text reference C20 (at 0 1.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 181 /ovladaci_prvky.sch/SW_11)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB30A5F) + (at 121.58 55.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF38A) + (attr smd) + (fp_text reference C19 (at 0 1.2 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 180 /ovladaci_prvky.sch/SW_10)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB30A4E) + (at 38.98 55.9 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF36C) + (attr smd) + (fp_text reference C18 (at 0.1 1.3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 179 /ovladaci_prvky.sch/SW_9)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB30A3D) + (at 45.68 141.8 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8E2E9E) + (attr smd) + (fp_text reference C17 (at 1.9 1.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 178 /ovladaci_prvky.sch/SW_8)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB30A0A) + (at 45.88 130.9 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF34E) + (attr smd) + (fp_text reference C14 (at -1.8 1.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 177 /ovladaci_prvky.sch/SW_5)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB309F9) + (at 38.48 136.3 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DA654) + (attr smd) + (fp_text reference C13 (at -1.9 1.3 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 176 /ovladaci_prvky.sch/SW_4)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB309E8) + (at 61.48 136.3 90) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF330) + (attr smd) + (fp_text reference C12 (at -1.8 1.3 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 175 /ovladaci_prvky.sch/SW_3)) + (pad 1 smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB309D7) + (at 44.48 132.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8E2E80) + (attr smd) + (fp_text reference C11 (at 2.6 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 174 /ovladaci_prvky.sch/SW_2)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB332B2) + (at 68.38 52.11 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77678) + (attr smd) + (fp_text reference C10 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB33039) + (at 60.66 52.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77658) + (attr smd) + (fp_text reference C9 (at -2 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB309A4) + (at 53.48 52.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77638) + (attr smd) + (fp_text reference C8 (at -1.98 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 5FB382AE) + (at 45.94 52.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77618) + (attr smd) + (fp_text reference C7 (at -2.02 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 161 /ovladaci_prvky.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 170 /ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 6030334F) + (at 205.17 54.53 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA2F) + (attr smd) + (fp_text reference C5 (at -1.51 0.47) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 603032A4) + (at 204.08 54.53 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA1B) + (attr smd) + (fp_text reference C4 (at 0.07 1.23 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 162 /elektronika.sch/3V3)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60303274) + (at 203.77 56.78 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA54) + (attr smd) + (fp_text reference C1 (at 1.89 0.06 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 160 /elektronika.sch/GND)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 EN)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 122.3 94) (end 255.45 94) (layer Dwgs.User) (width 0.15)) + (gr_line (start 27.9 105.7) (end 290.8 105.7) (layer Dwgs.User) (width 0.15)) + (gr_text + (at 184.4 130.2) (layer F.SilkS) (tstamp 604B3385) + (effects (font (size 3.5 3.5) (thickness 0.3))) + ) + (gr_text + (at 71.7 136) (layer F.SilkS) (tstamp 604B3374) + (effects (font (size 3.5 3.5) (thickness 0.3))) + ) + (gr_text DWN (at 67.3 134.6) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text RGT (at 71.5 131.3) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text LEFT (at 62.9 131.3) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text ENTR (at 67.3 131.3) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text UP (at 67.3 128) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_line (start 65.4 127) (end 65.1 127) (layer F.SilkS) (width 0.12)) + (gr_line (start 69.4 137) (end 69.5 137) (layer F.SilkS) (width 0.12) (tstamp 60304C2E)) + (gr_line (start 60.9 133.7) (end 60.8 133.7) (layer F.SilkS) (width 0.12) (tstamp 60304C3D)) + (gr_line (start 73.7 133.5) (end 73.7 133.7) (layer F.SilkS) (width 0.12) (tstamp 60304C43)) + (gr_line (start 65.1 127) (end 65.1 130.4) (layer F.SilkS) (width 0.12) (tstamp 6038D868)) + (gr_line (start 69.5 127) (end 65.4 127) (layer F.SilkS) (width 0.12) (tstamp 6038D86E)) + (gr_line (start 69.5 137) (end 69.5 127) (layer F.SilkS) (width 0.12) (tstamp 6038D865)) + (gr_line (start 65.1 137) (end 69.4 137) (layer F.SilkS) (width 0.12) (tstamp 6038D862)) + (gr_line (start 65.1 130.4) (end 65.1 137) (layer F.SilkS) (width 0.12) (tstamp 6038D85F)) + (gr_line (start 60.8 133.7) (end 60.8 130.4) (layer F.SilkS) (width 0.12) (tstamp 6038D85C)) + (gr_line (start 73.7 133.7) (end 60.9 133.7) (layer F.SilkS) (width 0.12) (tstamp 6038D86B)) + (gr_line (start 73.7 130.4) (end 73.7 133.5) (layer F.SilkS) (width 0.12) (tstamp 6038D847)) + (gr_line (start 60.8 130.4) (end 73.7 130.4) (layer F.SilkS) (width 0.12) (tstamp 6038D84A)) + (gr_text 90 (at 44.1 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 80 (at 43.8 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 93 (at 66.7 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 92 (at 59.1 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 91 (at 51.5 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 81 (at 51.3 119.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 82 (at 58.8 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 83 (at 66.2 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 94 (at 74.2 126.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 95 (at 81.7 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 96 (at 89.8 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 97 (at 97.2 126.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 98 (at 104.9 126.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 99 (at 111.9 126.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 89 (at 112.4 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 79 (at 112.1 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 69 (at 112 105.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 88 (at 104.8 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 78 (at 104.5 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 87 (at 97.3 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 77 (at 97.1 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 84 (at 74.1 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 85 (at 81.6 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 68 (at 104.5 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 86 (at 89.3 119.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 76 (at 89.1 112.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 75 (at 81.6 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 67 (at 97 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 66 (at 89.4 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 65 (at 81.8 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 64 (at 74.1 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 74 (at 74.1 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 73 (at 66.5 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 72 (at 59 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 63 (at 66.6 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 62 (at 59 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 61 (at 51.3 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 71 (at 51.3 112.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "70\n" (at 43.6 112.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "60\n" (at 43.8 105.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 51 (at 51.4 98.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 50 (at 43.9 98.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 40 (at 43.8 91.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 52 (at 59 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 53 (at 66.9 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 41 (at 51.4 91.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 42 (at 58.9 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 54 (at 74.3 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 55 (at 81.6 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 43 (at 66.6 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 44 (at 74 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 45 (at 81.4 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 56 (at 89.1 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 57 (at 96.9 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 58 (at 104.3 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 59 (at 112.1 98.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 47 (at 96.7 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "48\n" (at 104.3 91.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 38 (at 104.5 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 46 (at 89.2 91.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "37\n" (at 96.7 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 36 (at 89.3 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "35\n" (at 81.7 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 34 (at 74 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 33 (at 66.4 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 32 (at 59.1 84.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 31 (at 51.3 84.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 30 (at 43.7 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 20 (at 43.6 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 21 (at 51.3 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 22 (at 58.8 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 23 (at 66.3 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 24 (at 74.1 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 25 (at 81.5 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 26 (at 89.3 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 27 (at 97 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "28\n" (at 104.3 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 49 (at 111.9 91.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 39 (at 112 84.3) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 29 (at 112.1 77.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 12 (at 59 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 13 (at 66.3 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 14 (at 74.1 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 15 (at 81.7 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 16 (at 89.3 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 17 (at 96.9 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 18 (at 104.5 70.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "19\n" (at 112.2 70.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 09 (at 112.2 63.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 08 (at 104.6 63.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 07 (at 97 63.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 06 (at 89.5 63.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 05 (at 81.7 63.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 04 (at 74.3 63.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 03 (at 66.5 63.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 02 (at 59 63.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 11 (at 51.4 70.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 10 (at 43.8 70.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 01 (at 51.3 63.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "00\n" (at 43.7 63.1) (layer F.SilkS) (tstamp 6030422B) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "E\n" (at 74.6 52.3) (layer F.SilkS) (tstamp 6030421A) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text D (at 66.3 52.2) (layer F.SilkS) (tstamp 60304218) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text C (at 58.4 52.3) (layer F.SilkS) (tstamp 60304216) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text B (at 51 52.3) (layer F.SilkS) (tstamp 60304214) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text A (at 43.7 52.3) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text × (at 111 140.9) (layer F.SilkS) (tstamp 60304196) + (effects (font (size 3 3) (thickness 0.2))) + ) + (gr_line (start 93.92192 140.98348) (end 95.83708 140.98348) (layer F.SilkS) (width 0.12) (tstamp 60304186)) + (gr_line (start 95.83708 140.98856) (end 95.26812 141.36194) (layer F.SilkS) (width 0.12) (tstamp 60304185)) + (gr_line (start 95.83708 140.98348) (end 95.27574 140.56438) (layer F.SilkS) (width 0.12) (tstamp 60304184)) + (gr_line (start 93.9 138.7) (end 93.9 140.98348) (layer F.SilkS) (width 0.12)) + (gr_line (start 110.8 138.8) (end 93.9 138.7) (layer F.SilkS) (width 0.12)) + (gr_line (start 110.8 136.5) (end 110.8 138.8) (layer F.SilkS) (width 0.12)) + (gr_line (start 109.7 136.5) (end 110.8 136.5) (layer F.SilkS) (width 0.12)) + (gr_line (start 106.78644 139.96428) (end 109.18166 139.96428) (layer F.SilkS) (width 0.12) (tstamp 6030417F)) + (gr_line (start 106.78644 142.3595) (end 109.18166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 6030417E)) + (gr_line (start 106.78644 139.96428) (end 106.78644 142.3595) (layer F.SilkS) (width 0.12) (tstamp 6030417D)) + (gr_line (start 109.18166 139.96428) (end 109.18166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 6030417C)) + (gr_line (start 104.32192 141.18348) (end 106.23708 141.18348) (layer F.SilkS) (width 0.12) (tstamp 60304178)) + (gr_line (start 106.23708 141.18348) (end 105.67574 140.76438) (layer F.SilkS) (width 0.12) (tstamp 60304177)) + (gr_line (start 106.23708 141.18856) (end 105.66812 141.56194) (layer F.SilkS) (width 0.12) (tstamp 60304176)) + (gr_line (start 101.58644 139.96428) (end 101.58644 142.3595) (layer F.SilkS) (width 0.12) (tstamp 60304171)) + (gr_line (start 101.58644 139.96428) (end 103.98166 139.96428) (layer F.SilkS) (width 0.12) (tstamp 60304170)) + (gr_line (start 101.58644 142.3595) (end 103.98166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 6030416F)) + (gr_line (start 103.98166 139.96428) (end 103.98166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 6030416E)) + (gr_line (start 101.23708 141.18348) (end 100.67574 140.76438) (layer F.SilkS) (width 0.12) (tstamp 6030416A)) + (gr_line (start 101.23708 141.18856) (end 100.66812 141.56194) (layer F.SilkS) (width 0.12) (tstamp 60304169)) + (gr_line (start 99.32192 141.18348) (end 101.23708 141.18348) (layer F.SilkS) (width 0.12) (tstamp 60304168)) + (gr_line (start 96.58644 142.3595) (end 98.98166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 60304163)) + (gr_line (start 96.58644 139.96428) (end 96.58644 142.3595) (layer F.SilkS) (width 0.12) (tstamp 60304162)) + (gr_line (start 96.58644 139.96428) (end 98.98166 139.96428) (layer F.SilkS) (width 0.12) (tstamp 60304161)) + (gr_line (start 98.98166 139.96428) (end 98.98166 142.3595) (layer F.SilkS) (width 0.12) (tstamp 60304160)) + (gr_line (start 95.83708 136.58348) (end 95.27574 136.16438) (layer F.SilkS) (width 0.12) (tstamp 6030414E)) + (gr_line (start 95.83708 136.58856) (end 95.26812 136.96194) (layer F.SilkS) (width 0.12) (tstamp 6030414D)) + (gr_line (start 93.92192 136.58348) (end 95.83708 136.58348) (layer F.SilkS) (width 0.12) (tstamp 6030414C)) + (gr_line (start 93.9 134.3) (end 93.9 136.58348) (layer F.SilkS) (width 0.12)) + (gr_line (start 110.8 134.3) (end 93.9 134.3) (layer F.SilkS) (width 0.12)) + (gr_line (start 110.8 132) (end 110.8 134.3) (layer F.SilkS) (width 0.12)) + (gr_line (start 109.9 132) (end 110.8 132) (layer F.SilkS) (width 0.12)) + (gr_line (start 106.78644 137.6595) (end 109.18166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304146)) + (gr_line (start 109.18166 135.26428) (end 109.18166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304145)) + (gr_line (start 106.78644 135.26428) (end 106.78644 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304144)) + (gr_line (start 106.78644 135.26428) (end 109.18166 135.26428) (layer F.SilkS) (width 0.12) (tstamp 60304143)) + (gr_line (start 106.23708 136.58348) (end 105.67574 136.16438) (layer F.SilkS) (width 0.12) (tstamp 6030413F)) + (gr_line (start 106.23708 136.58856) (end 105.66812 136.96194) (layer F.SilkS) (width 0.12) (tstamp 6030413E)) + (gr_line (start 104.32192 136.58348) (end 106.23708 136.58348) (layer F.SilkS) (width 0.12) (tstamp 6030413D)) + (gr_line (start 101.48644 137.6595) (end 103.88166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304137)) + (gr_line (start 101.48644 135.26428) (end 101.48644 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304136)) + (gr_line (start 101.48644 135.26428) (end 103.88166 135.26428) (layer F.SilkS) (width 0.12) (tstamp 60304135)) + (gr_line (start 103.88166 135.26428) (end 103.88166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304134)) + (gr_line (start 101.23708 136.58348) (end 100.67574 136.16438) (layer F.SilkS) (width 0.12) (tstamp 60304130)) + (gr_line (start 99.32192 136.58348) (end 101.23708 136.58348) (layer F.SilkS) (width 0.12) (tstamp 6030412F)) + (gr_line (start 101.23708 136.58856) (end 100.66812 136.96194) (layer F.SilkS) (width 0.12) (tstamp 6030412E)) + (gr_line (start 96.58644 135.26428) (end 98.98166 135.26428) (layer F.SilkS) (width 0.12) (tstamp 60304129)) + (gr_line (start 96.58644 137.6595) (end 98.98166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304128)) + (gr_line (start 98.98166 135.26428) (end 98.98166 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304127)) + (gr_line (start 96.58644 135.26428) (end 96.58644 137.6595) (layer F.SilkS) (width 0.12) (tstamp 60304126)) + (gr_line (start 106.72796 133.15188) (end 109.12318 133.15188) (layer F.SilkS) (width 0.12) (tstamp 6030410A)) + (gr_line (start 109.12318 130.75666) (end 109.12318 133.15188) (layer F.SilkS) (width 0.12) (tstamp 60304109)) + (gr_line (start 106.72796 130.75666) (end 109.12318 130.75666) (layer F.SilkS) (width 0.12) (tstamp 60304108)) + (gr_line (start 106.72796 130.75666) (end 106.72796 133.15188) (layer F.SilkS) (width 0.12) (tstamp 60304107)) + (gr_line (start 106.33708 131.98348) (end 105.77574 131.56438) (layer F.SilkS) (width 0.12) (tstamp 60304102)) + (gr_line (start 104.42192 131.98348) (end 106.33708 131.98348) (layer F.SilkS) (width 0.12) (tstamp 60304101)) + (gr_line (start 106.33708 131.98856) (end 105.76812 132.36194) (layer F.SilkS) (width 0.12) (tstamp 60304100)) + (gr_line (start 101.23708 131.98856) (end 100.66812 132.36194) (layer F.SilkS) (width 0.12) (tstamp 603040F5)) + (gr_line (start 101.23708 131.98348) (end 100.67574 131.56438) (layer F.SilkS) (width 0.12) (tstamp 603040EF)) + (gr_line (start 99.32192 131.98348) (end 101.23708 131.98348) (layer F.SilkS) (width 0.12) (tstamp 603040F2)) + (gr_line (start 95.987 132.00888) (end 95.41804 132.38226) (layer F.SilkS) (width 0.12)) + (gr_line (start 95.987 132.0038) (end 95.42566 131.5847) (layer F.SilkS) (width 0.12)) + (gr_line (start 92.9009 132.0038) (end 95.987 132.0038) (layer F.SilkS) (width 0.12)) + (gr_line (start 101.52796 130.75666) (end 103.92318 130.75666) (layer F.SilkS) (width 0.12) (tstamp 603040C9)) + (gr_line (start 101.52796 133.15188) (end 103.92318 133.15188) (layer F.SilkS) (width 0.12) (tstamp 603040C8)) + (gr_line (start 103.92318 130.75666) (end 103.92318 133.15188) (layer F.SilkS) (width 0.12) (tstamp 603040C7)) + (gr_line (start 101.52796 130.75666) (end 101.52796 133.15188) (layer F.SilkS) (width 0.12) (tstamp 603040C6)) + (gr_line (start 96.58644 133.1595) (end 98.98166 133.1595) (layer F.SilkS) (width 0.12) (tstamp 603040BE)) + (gr_line (start 98.98166 130.76428) (end 98.98166 133.1595) (layer F.SilkS) (width 0.12) (tstamp 603040C1)) + (gr_line (start 96.58644 130.76428) (end 96.58644 133.1595) (layer F.SilkS) (width 0.12) (tstamp 603040C4)) + (gr_line (start 96.58644 130.76428) (end 98.98166 130.76428) (layer F.SilkS) (width 0.12) (tstamp 603040BB)) + (gr_text × (at 119.3419 127.3556) (layer F.SilkS) (tstamp 603040A2) + (effects (font (size 4 4) (thickness 0.3))) + ) + (gr_text × (at 81.92516 47.80788) (layer F.SilkS) + (effects (font (size 4 4) (thickness 0.3))) + ) + (gr_text IO23 (at 94.3 130.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text IO23 (at 43.39336 56.00192) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO21 (at 40.3479 48.9585) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO27\nBZ1" (at 87.7 141) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO27\n" (at 198.07174 133.91388) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text RESET (at 115 136.2) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_circle (center 113.9 138.7) (end 115.245362 138.7) (layer Edge.Cuts) (width 0.5)) + (gr_line (start 242 138.7) (end 27.1 138.7) (layer Dwgs.User) (width 0.15)) + (gr_text "RESET\n" (at 223.6 143.6) (layer F.SilkS) (tstamp 60302929) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO18\n" (at 34.2138 59.96432) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO19 (at 126.48438 60.26404) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO34\n" (at 37.87394 77.66812) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO25\n" (at 126.238 123.11126) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO13 (at 71.6 132.8) (layer F.SilkS) (tstamp 6038D856) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO17\n" (at 67.2 132.9) (layer F.SilkS) (tstamp 6038D853) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO14\n" (at 67.2 129.6) (layer F.SilkS) (tstamp 6038D850) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO26\n" (at 67.4 136.2) (layer F.SilkS) (tstamp 6038D84D) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO32 (at 62.9 133) (layer F.SilkS) (tstamp 6038D859) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO4\n" (at 34.5186 123.5837) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "Phototransistor\n" (at 31.9 75.8 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_line (start 148.48 36.8) (end 148.48 150.9) (layer Dwgs.User) (width 0.15)) + (gr_line (start 38.5 154.9) (end 38.5 32.7) (layer Dwgs.User) (width 0.15) (tstamp 6030402F)) + (gr_line (start -16.5 143) (end 267.6 143) (layer Dwgs.User) (width 0.15)) + (gr_line (start -1.2 47) (end 257.9 47) (layer Dwgs.User) (width 0.15)) + (gr_circle (center 231.48 47) (end 232.056 47) (layer Edge.Cuts) (width 0.2) (tstamp 60303BBC)) + (gr_circle (center 148.48 47) (end 149.056 47) (layer Edge.Cuts) (width 0.2) (tstamp 60303BB9)) + (gr_circle (center 148.48 143) (end 149.056 143) (layer Edge.Cuts) (width 0.2) (tstamp 60303BB6)) + (gr_circle (center 38.5 143) (end 39.076 143) (layer Edge.Cuts) (width 0.2)) + (gr_circle (center 121.5 47) (end 122.076 47) (layer Edge.Cuts) (width 0.2)) + (gr_circle (center 38.5 47) (end 39.076 47) (layer Edge.Cuts) (width 0.2)) + (gr_line (start 89.78 55.8) (end 89.78 41.9) (layer Dwgs.User) (width 0.15)) + (gr_line (start 118.38 56.1) (end 118.38 41.3) (layer Dwgs.User) (width 0.15)) + (gr_line (start 21.78 95) (end 258.18 95) (layer Dwgs.User) (width 0.15) (tstamp 603833C7)) + (gr_circle (center 80 136) (end 86.1 136) (layer Edge.Cuts) (width 0.5) (tstamp 603425AE)) + (gr_line (start 189.98 31.1) (end 189.98 157.2) (layer Dwgs.User) (width 0.25)) + (gr_line (start 80 7.1) (end 80 172.2) (layer Dwgs.User) (width 0.25)) + (gr_line (start 140 33.2) (end 140 157.1) (layer Dwgs.User) (width 0.25) (tstamp 603D18B9)) + (gr_line (start 30 39.2) (end 30 148.9) (layer Dwgs.User) (width 0.25)) + (gr_line (start 17.28 45) (end 278.88 45) (layer Dwgs.User) (width 0.25)) + (gr_arc (start 145 140) (end 140 140) (angle -90) (layer Edge.Cuts) (width 0.5) (tstamp 60303883)) + (gr_line (start 235 145) (end 145 145) (layer Edge.Cuts) (width 0.5) (tstamp 60303871)) + (gr_arc (start 235 140) (end 235 145) (angle -90) (layer Edge.Cuts) (width 0.5) (tstamp 6030386E)) + (gr_line (start 240 50) (end 240 140) (layer Edge.Cuts) (width 0.5) (tstamp 60303880)) + (gr_arc (start 235 50) (end 235 45) (angle 90) (layer Edge.Cuts) (width 0.5) (tstamp 6030387D)) + (gr_line (start 145 45) (end 235 45) (layer Edge.Cuts) (width 0.5) (tstamp 6030387A)) + (gr_arc (start 145 50) (end 140 50) (angle 90) (layer Edge.Cuts) (width 0.5) (tstamp 60303877)) + (gr_line (start 140 140) (end 140 50) (layer Edge.Cuts) (width 0.5) (tstamp 60303874)) + (gr_line (start 30 140) (end 30 50) (layer Edge.Cuts) (width 0.5) (tstamp 5FB32F6D)) + (gr_arc (start 125 140) (end 125 145) (angle -90) (layer Edge.Cuts) (width 0.5) (tstamp 602AEFC2)) + (gr_text "Power 5V\n" (at 183.08 62.9) (layer F.SilkS) (tstamp 60303865) + (effects (font (size 1.2 1.2) (thickness 0.25))) + ) + (gr_text "Power 3V3" (at 176.4 79.8) (layer F.SilkS) (tstamp 60303868) + (effects (font (size 1.2 1.2) (thickness 0.25))) + ) + (gr_arc (start 35 140) (end 30 140) (angle -90) (layer Edge.Cuts) (width 0.5)) + (gr_arc (start 125 50) (end 125 45) (angle 90) (layer Edge.Cuts) (width 0.5)) + (gr_arc (start 35 50) (end 30 50) (angle 90) (layer Edge.Cuts) (width 0.5)) + (gr_line (start 35 45) (end 125 45) (layer Edge.Cuts) (width 0.5)) + (gr_text "Logic v1.1\nby Renata Zemanová" (at 103.8 50.3) (layer F.SilkS) + (effects (font (size 2 2) (thickness 0.3))) + ) + (gr_text "Logic v1.1\nby Renata Zemanová" (at 189.98 140) (layer B.SilkS) (tstamp 6030386B) + (effects (font (size 2 2) (thickness 0.3)) (justify mirror)) + ) + (gr_line (start 125 145) (end 35 145) (layer Edge.Cuts) (width 0.5)) + (gr_line (start 130 50) (end 130 140) (layer Edge.Cuts) (width 0.5)) + + (segment (start 202.75 56.3) (end 202.71 56.26) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303910)) + (segment (start 203.77 56.3) (end 202.75 56.3) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303904)) + (segment (start 207.33 56.3) (end 203.77 56.3) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303913)) + (segment (start 202.71 56.26) (end 201.52 56.26) (width 0.15) (layer F.Cu) (net 1) (tstamp 6030390D)) + (via (at 198.8 84.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1) (tstamp 603038D4)) + (via (at 201.2 56.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1) (tstamp 603038F8)) + (segment (start 201.24 56.26) (end 201.2 56.3) (width 0.15) (layer F.Cu) (net 1) (tstamp 6030390A)) + (segment (start 201.52 56.26) (end 201.24 56.26) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303907)) + (via (at 198.8 57.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1) (tstamp 603038AD)) + (segment (start 198.8 75.8) (end 198.8 57.7) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303B5C)) + (segment (start 198.8 75.8) (end 198.8 84.2) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303BA7)) + (segment (start 198.8 56.9) (end 199.4 56.3) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303BB3)) + (segment (start 198.8 57.7) (end 198.8 56.9) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303BB0)) + (segment (start 201.2 56.3) (end 199.4 56.3) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303B71)) + (via (at 200.099996 99) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1) (tstamp 603038CE)) + (segment (start 202.1 99) (end 200.099996 99) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303BA4)) + (segment (start 202.59 98.51) (end 202.1 99) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303BA1)) + (segment (start 202.59 97.59) (end 202.59 98.51) (width 0.15) (layer F.Cu) (net 1) (tstamp 60303B9B)) + (segment (start 199.3 99) (end 200.099996 99) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303BAD)) + (segment (start 198.8 98.5) (end 199.3 99) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303B7D)) + (segment (start 198.8 84.2) (end 198.8 98.5) (width 0.15) (layer B.Cu) (net 1) (tstamp 60303BAA)) + (segment (start 198.8 57.7) (end 203.2 57.7) (width 0.15) (layer B.Cu) (net 1) (tstamp 603028D8)) + (segment (start 203.2 57.7) (end 203.5 58) (width 0.15) (layer B.Cu) (net 1) (tstamp 603028DB)) + (segment (start 232.7 58) (end 233.8 58) (width 0.15) (layer B.Cu) (net 1) (tstamp 6030279A)) + (segment (start 203.5 58) (end 232.7 58) (width 0.15) (layer B.Cu) (net 1) (tstamp 60302788)) + (segment (start 232.7 58) (end 232.8 58) (width 0.15) (layer B.Cu) (net 1) (tstamp 60302791)) + (segment (start 233.8 58) (end 239 63.2) (width 0.15) (layer B.Cu) (net 1) (tstamp 6030278E)) + (segment (start 239 63.2) (end 239 134.5) (width 0.15) (layer B.Cu) (net 1) (tstamp 60302797)) + (segment (start 239 134.5) (end 237.5 136) (width 0.15) (layer B.Cu) (net 1) (tstamp 60302785)) + (segment (start 237.5 136) (end 231.8 136) (width 0.15) (layer B.Cu) (net 1) (tstamp 60302794)) + (via (at 229.2 138.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1) (tstamp 60302941)) + (segment (start 231.8 136) (end 229.2 138.6) (width 0.15) (layer B.Cu) (net 1) (tstamp 6030278B)) + (segment (start 226.3 141.5) (end 225.75 141.5) (width 0.15) (layer F.Cu) (net 1) (tstamp 6030277F)) + (segment (start 229.2 138.6) (end 226.3 141.5) (width 0.15) (layer F.Cu) (net 1) (tstamp 60302782)) + (segment (start 181.513645 59.997871) (end 181.515645 59.999871) (width 0.5) (layer F.Cu) (net 2) (tstamp 60303B86)) + (segment (start 181.513645 58.677371) (end 181.513645 59.997871) (width 0.5) (layer F.Cu) (net 2) (tstamp 60303B8F)) + (segment (start 176.0765 81.682) (end 176.1045 81.654) (width 0.5) (layer F.Cu) (net 3) (tstamp 60303B9E)) + (segment (start 174.716 81.682) (end 176.0765 81.682) (width 0.5) (layer F.Cu) (net 3) (tstamp 60303B92)) + (segment (start 48.304 47.076) (end 48.304 48.324) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 48.304 48.324) (end 48.68 48.7) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 48.68 48.7) (end 50.48 48.7) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 51.03 49.25) (end 51.03 50.246) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 50.48 48.7) (end 51.03 49.25) (width 0.25) (layer F.Cu) (net 4)) + (segment (start 55.93 47.046) (end 55.93 48.05) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 55.93 48.05) (end 56.28 48.4) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 56.28 48.4) (end 58.18 48.4) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 58.63 48.85) (end 58.63 50.226) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 58.18 48.4) (end 58.63 48.85) (width 0.25) (layer F.Cu) (net 5)) + (segment (start 63.53 47.026) (end 63.53 47.95) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 63.53 47.95) (end 63.88 48.3) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 63.88 48.3) (end 65.58 48.3) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 66.23 48.95) (end 66.23 50.176) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 65.58 48.3) (end 66.23 48.95) (width 0.25) (layer F.Cu) (net 6)) + (segment (start 168.73 52.945) (end 168.73 54.45) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B77)) + (segment (start 168.73 54.45) (end 168.48 54.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B98)) + (via (at 167.88 54.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038CB)) + (segment (start 168.48 54.7) (end 167.88 54.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B95)) + (segment (start 159.161371 54.461371) (end 158.43 53.73) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B83)) + (segment (start 159.161371 54.661371) (end 159.161371 54.461371) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B8C)) + (segment (start 159.161371 58.450355) (end 159.161371 54.661371) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B80)) + (via (at 159.7 54.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038F2)) + (segment (start 167.88 54.7) (end 159.7 54.7) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B7A)) + (segment (start 159.161371 54.661371) (end 159.2 54.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B74)) + (segment (start 159.2 54.7) (end 159.7 54.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B6E)) + (via (at 159.18 59.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038C8)) + (segment (start 159.161371 58.450355) (end 159.161371 59.581371) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B6B)) + (segment (start 159.161371 59.581371) (end 159.18 59.6) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B68)) + (via (at 193.825 88.625) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038EF)) + (segment (start 196.602 91.998) (end 196.602 91.402) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B65)) + (segment (start 196.602 91.402) (end 193.825 88.625) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B62)) + (segment (start 192.65 87.45) (end 193.825 88.625) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B5F)) + (segment (start 164.55 87.45) (end 192.65 87.45) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B50)) + (segment (start 159.18 82.08) (end 164.55 87.45) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B14)) + (segment (start 159.18 59.6) (end 159.18 82.08) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B26)) + (segment (start 168.73 50.880039) (end 168.649961 50.8) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303AF0)) + (segment (start 168.65499 50.8) (end 168.649961 50.8) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303AF6)) + (via (at 169.899954 50.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038C2)) + (via (at 168.649961 50.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 603038D1)) + (segment (start 168.73 50.87501) (end 168.65499 50.8) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B4D)) + (segment (start 168.73 52.945) (end 168.73 50.880039) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B0E)) + (segment (start 169.899954 50.199954) (end 169.899954 50.8) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B4A)) + (segment (start 168.649961 50.8) (end 168.649961 50.050039) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B32)) + (segment (start 169.899954 51.600046) (end 169.73 51.77) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303AF3)) + (segment (start 169.899954 50.8) (end 169.899954 51.600046) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303AFC)) + (segment (start 169.73 52.945) (end 169.73 51.77) (width 0.15) (layer F.Cu) (net 7) (tstamp 60303B3B)) + (segment (start 168.9 49.8) (end 169.5 49.8) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B1D)) + (segment (start 169.5 49.8) (end 169.899954 50.199954) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303B3E)) + (segment (start 168.649961 50.050039) (end 168.9 49.8) (width 0.15) (layer B.Cu) (net 7) (tstamp 60303AF9)) + (segment (start 158.43 50.05) (end 158.43 51.73) (width 0.15) (layer F.Cu) (net 7)) + (segment (start 158.43 51.73) (end 158.43 51.5) (width 0.15) (layer F.Cu) (net 7)) + (segment (start 158.43 53.73) (end 158.43 51.73) (width 0.15) (layer F.Cu) (net 7)) + (segment (start 169.23 52.945) (end 169.23 54.95) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B23)) + (via (at 168.38 55.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 603038A4)) + (segment (start 168.78 55.4) (end 168.38 55.4) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B1A)) + (segment (start 169.23 54.95) (end 168.78 55.4) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B59)) + (via (at 157.08 59.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 603038C5)) + (segment (start 157.101371 59.578629) (end 157.08 59.6) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B47)) + (segment (start 157.101371 58.450355) (end 157.101371 59.578629) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B0B)) + (segment (start 157.101371 54.398629) (end 157.78 53.72) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B56)) + (via (at 158.2 55.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 603038B0)) + (segment (start 168.38 55.4) (end 158.2 55.4) (width 0.15) (layer B.Cu) (net 8) (tstamp 60303B2F)) + (segment (start 157.102742 55.4) (end 157.101371 55.398629) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B11)) + (segment (start 158.2 55.4) (end 157.102742 55.4) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B20)) + (segment (start 157.101371 55.398629) (end 157.101371 54.398629) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B53)) + (segment (start 157.101371 58.450355) (end 157.101371 55.398629) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B44)) + (segment (start 197.102 90.852) (end 196.45 90.2) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AED)) + (segment (start 197.102 91.998) (end 197.102 90.852) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B41)) + (via (at 196.45 90.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 603038EC)) + (segment (start 195.75 89.5) (end 196.45 90.2) (width 0.15) (layer B.Cu) (net 8) (tstamp 60303B2C)) + (segment (start 163.28 89.5) (end 195.75 89.5) (width 0.15) (layer B.Cu) (net 8) (tstamp 60303B38)) + (segment (start 157.08 83.3) (end 163.28 89.5) (width 0.15) (layer B.Cu) (net 8) (tstamp 60303B35)) + (segment (start 157.08 59.6) (end 157.08 83.3) (width 0.15) (layer B.Cu) (net 8) (tstamp 60303B17)) + (segment (start 168.1 50.1) (end 167.85 50.35) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B08)) + (segment (start 169.224967 50.424967) (end 168.9 50.1) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B05)) + (segment (start 168.23 52.07) (end 168.23 52.945) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303B02)) + (segment (start 169.224967 51.076001) (end 169.224967 50.424967) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AFF)) + (segment (start 167.85 50.35) (end 167.85 51.69) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AEA)) + (segment (start 168.9 50.1) (end 168.1 50.1) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303ADE)) + (segment (start 169.23 51.081034) (end 169.224967 51.076001) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AE7)) + (segment (start 167.85 51.69) (end 168.23 52.07) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AE1)) + (segment (start 169.23 52.945) (end 169.23 51.081034) (width 0.15) (layer F.Cu) (net 8) (tstamp 60303AD5)) + (segment (start 157.78 50.05) (end 157.78 51.92) (width 0.15) (layer F.Cu) (net 8)) + (segment (start 157.78 51.92) (end 157.78 51.5) (width 0.15) (layer F.Cu) (net 8)) + (segment (start 157.78 53.72) (end 157.78 51.92) (width 0.15) (layer F.Cu) (net 8)) + (segment (start 207.86 95.02) (end 207.83 95.05) (width 0.15) (layer F.Cu) (net 9) (tstamp 60303AD8)) + (segment (start 209.3625 95.02) (end 207.86 95.02) (width 0.15) (layer F.Cu) (net 9) (tstamp 60303AE4)) + (segment (start 209.392 92.788) (end 207.972 92.788) (width 0.15) (layer F.Cu) (net 10) (tstamp 60303ADB)) + (segment (start 51.03 61.2) (end 51.03 60.15) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 51.03 60.15) (end 50.48 59.6) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 50.48 59.6) (end 48.88 59.6) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 48.337 59.057) (end 48.337 57.983) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 48.88 59.6) (end 48.337 59.057) (width 0.25) (layer F.Cu) (net 11)) + (segment (start 58.63 61.183) (end 58.63 60.45) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 58.63 60.45) (end 57.98 59.8) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 57.98 59.8) (end 56.68 59.8) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 55.93 59.05) (end 55.93 58) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 56.68 59.8) (end 55.93 59.05) (width 0.25) (layer F.Cu) (net 12)) + (segment (start 63.53 57.983) (end 63.53 59.05) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 63.53 59.05) (end 63.98 59.5) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 63.98 59.5) (end 65.68 59.5) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 66.23 60.05) (end 66.23 61.183) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 65.68 59.5) (end 66.23 60.05) (width 0.25) (layer F.Cu) (net 13)) + (segment (start 86.33 58) (end 86.33 59.15) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 86.33 59.15) (end 86.78 59.6) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 86.78 59.6) (end 88.68 59.6) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 89.03 59.95) (end 89.03 61.2) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 88.68 59.6) (end 89.03 59.95) (width 0.25) (layer F.Cu) (net 14)) + (segment (start 93.93 58) (end 93.93 59.15) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 93.93 59.15) (end 94.28 59.5) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 94.28 59.5) (end 96.18 59.5) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 96.63 59.95) (end 96.63 61.2) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 96.18 59.5) (end 96.63 59.95) (width 0.25) (layer F.Cu) (net 15)) + (segment (start 111.83 60) (end 111.83 61.19) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 111.43 59.6) (end 111.83 60) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 109.68 59.6) (end 111.43 59.6) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 109.13 59.05) (end 109.68 59.6) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 109.13 57.99) (end 109.13 59.05) (width 0.25) (layer F.Cu) (net 16)) + (segment (start 48.33 65.02) (end 48.33 66.05) (width 0.25) (layer F.Cu) (net 17)) + (segment (start 48.33 66.05) (end 48.78 66.5) (width 0.25) (layer F.Cu) (net 17)) + (segment (start 48.78 66.5) (end 50.68 66.5) (width 0.25) (layer F.Cu) (net 17)) + (segment (start 51.03 66.85) (end 51.03 68.22) (width 0.25) (layer F.Cu) (net 17)) + (segment (start 50.68 66.5) (end 51.03 66.85) (width 0.25) (layer F.Cu) (net 17)) + (segment (start 63.53 65.02) (end 63.53 65.95) (width 0.25) (layer F.Cu) (net 18)) + (segment (start 63.53 65.95) (end 63.98 66.4) (width 0.25) (layer F.Cu) (net 18)) + (segment (start 63.98 66.4) (end 65.68 66.4) (width 0.25) (layer F.Cu) (net 18)) + (segment (start 66.23 66.95) (end 66.23 68.22) (width 0.25) (layer F.Cu) (net 18)) + (segment (start 65.68 66.4) (end 66.23 66.95) (width 0.25) (layer F.Cu) (net 18)) + (segment (start 71.13 65.02) (end 71.13 66.05) (width 0.25) (layer F.Cu) (net 19)) + (segment (start 71.13 66.05) (end 71.58 66.5) (width 0.25) (layer F.Cu) (net 19)) + (segment (start 71.58 66.5) (end 73.28 66.5) (width 0.25) (layer F.Cu) (net 19)) + (segment (start 73.83 67.05) (end 73.83 68.2) (width 0.25) (layer F.Cu) (net 19)) + (segment (start 73.28 66.5) (end 73.83 67.05) (width 0.25) (layer F.Cu) (net 19)) + (segment (start 93.93 65.05) (end 93.93 66.15) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 93.93 66.15) (end 94.38 66.6) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 94.38 66.6) (end 96.08 66.6) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 96.63 67.15) (end 96.63 68.26) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 96.08 66.6) (end 96.63 67.15) (width 0.25) (layer F.Cu) (net 20)) + (segment (start 101.53 65.06) (end 101.53 66.05) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 101.53 66.05) (end 101.98 66.5) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 101.98 66.5) (end 103.78 66.5) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 104.23 66.95) (end 104.23 68.2) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 103.78 66.5) (end 104.23 66.95) (width 0.25) (layer F.Cu) (net 21)) + (segment (start 109.13 65) (end 109.13 66.05) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 109.13 66.05) (end 109.68 66.6) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 109.68 66.6) (end 111.48 66.6) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 111.83 66.95) (end 111.83 68.2) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 111.48 66.6) (end 111.83 66.95) (width 0.25) (layer F.Cu) (net 22)) + (segment (start 48.33 72.06) (end 48.33 73.05) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 48.33 73.05) (end 48.88 73.6) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 48.88 73.6) (end 50.48 73.6) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 51.03 74.15) (end 51.03 75.27) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 50.48 73.6) (end 51.03 74.15) (width 0.25) (layer F.Cu) (net 23)) + (segment (start 55.93 72.07) (end 55.93 73.15) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 55.93 73.15) (end 56.38 73.6) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 56.38 73.6) (end 58.18 73.6) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 58.63 74.05) (end 58.63 75.28) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 58.18 73.6) (end 58.63 74.05) (width 0.25) (layer F.Cu) (net 24)) + (segment (start 63.53 72.08) (end 63.53 73.15) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 63.53 73.15) (end 63.98 73.6) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 63.98 73.6) (end 65.78 73.6) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 66.23 74.05) (end 66.23 75.27) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 65.78 73.6) (end 66.23 74.05) (width 0.25) (layer F.Cu) (net 25)) + (segment (start 86.39 72.05) (end 86.39 73.11) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 86.39 73.11) (end 86.98 73.7) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 86.98 73.7) (end 88.48 73.7) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 89.03 74.25) (end 89.03 75.3) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 88.48 73.7) (end 89.03 74.25) (width 0.25) (layer F.Cu) (net 26)) + (segment (start 93.93 72.1) (end 93.93 73.05) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 93.93 73.05) (end 94.38 73.5) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 94.38 73.5) (end 95.98 73.5) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 96.63 74.15) (end 96.63 75.3) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 95.98 73.5) (end 96.63 74.15) (width 0.25) (layer F.Cu) (net 27)) + (segment (start 109.13 72.1) (end 109.13 73.05) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 109.13 73.05) (end 109.68 73.6) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 109.68 73.6) (end 111.38 73.6) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 111.83 74.05) (end 111.83 75.3) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 111.38 73.6) (end 111.83 74.05) (width 0.25) (layer F.Cu) (net 28)) + (segment (start 48.33 79.09) (end 48.33 80.15) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 48.33 80.15) (end 48.68 80.5) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 48.68 80.5) (end 50.58 80.5) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 51.03 80.95) (end 51.03 82.29) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 50.58 80.5) (end 51.03 80.95) (width 0.25) (layer F.Cu) (net 29)) + (segment (start 63.53 79.1) (end 63.53 80.15) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 63.53 80.15) (end 63.98 80.6) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 63.98 80.6) (end 65.68 80.6) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 66.23 81.15) (end 66.23 82.3) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 65.68 80.6) (end 66.23 81.15) (width 0.25) (layer F.Cu) (net 30)) + (segment (start 71.13 79.1) (end 71.13 80.25) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 71.13 80.25) (end 71.48 80.6) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 71.48 80.6) (end 73.08 80.6) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 73.83 81.35) (end 73.83 82.3) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 73.08 80.6) (end 73.83 81.35) (width 0.25) (layer F.Cu) (net 31)) + (segment (start 93.93 79.1) (end 93.93 80.25) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 93.93 80.25) (end 94.38 80.7) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 94.38 80.7) (end 96.18 80.7) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 96.63 81.15) (end 96.63 82.3) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 96.18 80.7) (end 96.63 81.15) (width 0.25) (layer F.Cu) (net 32)) + (segment (start 101.53 79.1) (end 101.53 80.15) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 101.53 80.15) (end 102.08 80.7) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 102.08 80.7) (end 103.78 80.7) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 104.23 81.15) (end 104.23 82.3) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 103.78 80.7) (end 104.23 81.15) (width 0.25) (layer F.Cu) (net 33)) + (segment (start 109.13 79.1) (end 109.13 80.15) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 109.13 80.15) (end 109.58 80.6) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 109.58 80.6) (end 111.18 80.6) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 111.83 81.25) (end 111.83 82.3) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 111.18 80.6) (end 111.83 81.25) (width 0.25) (layer F.Cu) (net 34)) + (segment (start 48.33 86.07) (end 48.33 87.15) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 48.33 87.15) (end 48.68 87.5) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 48.68 87.5) (end 50.48 87.5) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 51.03 88.05) (end 51.03 89.27) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 50.48 87.5) (end 51.03 88.05) (width 0.25) (layer F.Cu) (net 35)) + (segment (start 55.93 86.07) (end 55.93 87.05) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 55.93 87.05) (end 56.48 87.6) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 56.48 87.6) (end 58.18 87.6) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 58.63 88.05) (end 58.63 89.27) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 58.18 87.6) (end 58.63 88.05) (width 0.25) (layer F.Cu) (net 36)) + (segment (start 63.53 86.07) (end 63.53 87.15) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 63.53 87.15) (end 63.98 87.6) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 63.98 87.6) (end 65.68 87.6) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 66.23 88.15) (end 66.23 89.24) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 65.68 87.6) (end 66.23 88.15) (width 0.25) (layer F.Cu) (net 37)) + (segment (start 86.33 86.1) (end 86.33 87.05) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 86.33 87.05) (end 86.88 87.6) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 86.88 87.6) (end 88.38 87.6) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 89.03 88.25) (end 89.03 89.3) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 88.38 87.6) (end 89.03 88.25) (width 0.25) (layer F.Cu) (net 38)) + (segment (start 93.93 86.1) (end 93.93 87.15) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 93.93 87.15) (end 94.58 87.8) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 94.58 87.8) (end 96.18 87.8) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 96.63 88.25) (end 96.63 89.3) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 96.18 87.8) (end 96.63 88.25) (width 0.25) (layer F.Cu) (net 39)) + (segment (start 109.13 86.1) (end 109.13 87.15) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 109.13 87.15) (end 109.68 87.7) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 109.68 87.7) (end 111.28 87.7) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 111.83 88.25) (end 111.83 89.3) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 111.28 87.7) (end 111.83 88.25) (width 0.25) (layer F.Cu) (net 40)) + (segment (start 48.33 93.1) (end 48.33 94.15) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 48.33 94.15) (end 48.78 94.6) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 48.78 94.6) (end 50.48 94.6) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 51.03 95.15) (end 51.03 96.3) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 50.48 94.6) (end 51.03 95.15) (width 0.25) (layer F.Cu) (net 41)) + (segment (start 63.53 93.1) (end 63.53 94.15) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 63.53 94.15) (end 64.08 94.7) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 64.08 94.7) (end 65.58 94.7) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 66.23 95.35) (end 66.23 96.3) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 65.58 94.7) (end 66.23 95.35) (width 0.25) (layer F.Cu) (net 42)) + (segment (start 71.13 93.1) (end 71.13 94.05) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 71.13 94.05) (end 71.68 94.6) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 71.68 94.6) (end 73.28 94.6) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 73.83 95.15) (end 73.83 96.27) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 73.28 94.6) (end 73.83 95.15) (width 0.25) (layer F.Cu) (net 43)) + (segment (start 93.93 93.1) (end 93.93 94.25) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 93.93 94.25) (end 94.48 94.8) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 94.48 94.8) (end 96.08 94.8) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 96.63 95.35) (end 96.63 96.3) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 96.08 94.8) (end 96.63 95.35) (width 0.25) (layer F.Cu) (net 44)) + (segment (start 101.53 93.1) (end 101.53 94.25) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 101.53 94.25) (end 101.98 94.7) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 101.98 94.7) (end 103.78 94.7) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 104.23 95.15) (end 104.23 96.3) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 103.78 94.7) (end 104.23 95.15) (width 0.25) (layer F.Cu) (net 45)) + (segment (start 109.13 93.1) (end 109.13 94.35) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 109.13 94.35) (end 109.68 94.9) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 109.68 94.9) (end 111.48 94.9) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 111.83 95.25) (end 111.83 96.3) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 111.48 94.9) (end 111.83 95.25) (width 0.25) (layer F.Cu) (net 46)) + (segment (start 48.33 100.1) (end 48.33 101.15) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 48.33 101.15) (end 48.78 101.6) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 48.78 101.6) (end 50.68 101.6) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 51.03 101.95) (end 51.03 103.28) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 50.68 101.6) (end 51.03 101.95) (width 0.25) (layer F.Cu) (net 47)) + (segment (start 55.93 100.08) (end 55.93 101.15) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 55.93 101.15) (end 56.48 101.7) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 56.48 101.7) (end 58.08 101.7) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 58.63 102.25) (end 58.63 103.3) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 58.08 101.7) (end 58.63 102.25) (width 0.25) (layer F.Cu) (net 48)) + (segment (start 63.53 100.1) (end 63.53 101.05) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 63.53 101.05) (end 64.08 101.6) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 64.08 101.6) (end 65.78 101.6) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 66.23 102.05) (end 66.23 103.3) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 65.78 101.6) (end 66.23 102.05) (width 0.25) (layer F.Cu) (net 49)) + (segment (start 86.33 100.1) (end 86.33 101.15) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 86.33 101.15) (end 86.88 101.7) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 86.88 101.7) (end 88.58 101.7) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 89.03 102.15) (end 89.03 103.3) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 88.58 101.7) (end 89.03 102.15) (width 0.25) (layer F.Cu) (net 50)) + (segment (start 93.93 100.1) (end 93.93 101.15) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 93.93 101.15) (end 94.48 101.7) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 94.48 101.7) (end 96.18 101.7) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 96.63 102.15) (end 96.63 103.3) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 96.18 101.7) (end 96.63 102.15) (width 0.25) (layer F.Cu) (net 51)) + (segment (start 109.13 100.1) (end 109.13 101.25) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 109.13 101.25) (end 109.58 101.7) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 109.58 101.7) (end 111.28 101.7) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 111.83 102.25) (end 111.83 103.3) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 111.28 101.7) (end 111.83 102.25) (width 0.25) (layer F.Cu) (net 52)) + (segment (start 48.33 107.07) (end 48.33 108.25) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 48.33 108.25) (end 48.78 108.7) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 48.78 108.7) (end 50.58 108.7) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 51.03 109.15) (end 51.03 110.23) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 50.58 108.7) (end 51.03 109.15) (width 0.25) (layer F.Cu) (net 53)) + (segment (start 63.53 106.99) (end 63.53 107.85) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 63.53 107.85) (end 64.28 108.6) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 64.28 108.6) (end 65.88 108.6) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 66.23 108.95) (end 66.23 110.19) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 65.88 108.6) (end 66.23 108.95) (width 0.25) (layer F.Cu) (net 54)) + (segment (start 71.13 106.99) (end 71.13 108.15) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 71.13 108.15) (end 71.48 108.5) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 71.48 108.5) (end 73.58 108.5) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 73.83 108.75) (end 73.83 110.19) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 73.58 108.5) (end 73.83 108.75) (width 0.25) (layer F.Cu) (net 55)) + (segment (start 93.93 106.99) (end 93.93 108.15) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 93.93 108.15) (end 94.28 108.5) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 94.28 108.5) (end 96.18 108.5) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 96.63 108.95) (end 96.63 110.2) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 96.18 108.5) (end 96.63 108.95) (width 0.25) (layer F.Cu) (net 56)) + (segment (start 101.53 107) (end 101.53 107.95) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 101.53 107.95) (end 101.98 108.4) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 101.98 108.4) (end 103.78 108.4) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 104.23 108.85) (end 104.23 110.2) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 103.78 108.4) (end 104.23 108.85) (width 0.25) (layer F.Cu) (net 57)) + (segment (start 109.13 107) (end 109.13 108.05) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 109.13 108.05) (end 109.58 108.5) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 109.58 108.5) (end 111.48 108.5) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 111.83 108.85) (end 111.83 110.22) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 111.48 108.5) (end 111.83 108.85) (width 0.25) (layer F.Cu) (net 58)) + (segment (start 201.64 95.59) (end 200.87 95.59) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303ABD)) + (segment (start 200.228 94.948) (end 199.552 94.948) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303AC6)) + (segment (start 200.87 95.59) (end 200.228 94.948) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303AD2)) + (segment (start 204.562 96.138) (end 204.1 96.6) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303ACF)) + (segment (start 204.1 96.6) (end 202 96.6) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303AC3)) + (segment (start 201.64 96.24) (end 201.64 95.59) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303ACC)) + (segment (start 202 96.6) (end 201.64 96.24) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303AC9)) + (segment (start 204.562 92.55) (end 204.562 96.138) (width 0.15) (layer F.Cu) (net 60) (tstamp 60303AC0)) + (segment (start 203.54 95.59) (end 203.54 93.26) (width 0.15) (layer F.Cu) (net 61) (tstamp 60303AAB)) + (segment (start 203.198 92.918) (end 202.202 92.918) (width 0.15) (layer F.Cu) (net 61) (tstamp 60303A39)) + (segment (start 203.54 93.26) (end 203.198 92.918) (width 0.15) (layer F.Cu) (net 61) (tstamp 60303A6F)) + (segment (start 203.192 88.488) (end 203.192 90.308) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A2A)) + (segment (start 204.48 87.2) (end 203.192 88.488) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A6C)) + (segment (start 225.57 70.27) (end 225.9 70.6) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A1B)) + (segment (start 224.33 70.27) (end 225.57 70.27) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A78)) + (via (at 215.9 87.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 62) (tstamp 603038E9)) + (segment (start 215.3 87.2) (end 215.9 87.2) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A8A)) + (via (at 225.9 81.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 62) (tstamp 603038F5)) + (segment (start 225.9 80.9) (end 225.9 81.1) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A99)) + (segment (start 225.9 70.6) (end 225.9 80.9) (width 0.15) (layer F.Cu) (net 62) (tstamp 60303A7E)) + (segment (start 225.9 81.1) (end 225.9 83.5) (width 0.15) (layer B.Cu) (net 62) (tstamp 60303A24)) + (segment (start 222.2 87.2) (end 215.9 87.2) (width 0.15) (layer B.Cu) (net 62) (tstamp 60303A51)) + (segment (start 225.9 83.5) (end 222.2 87.2) (width 0.15) (layer B.Cu) (net 62) (tstamp 60303A18)) + (segment (start 235.2 132.52) (end 220.12 132.52) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028F3)) + (via (at 214.5 118.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 62) (tstamp 6030295C)) + (segment (start 214.5 126.9) (end 214.5 118.8) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028E7)) + (segment (start 220.12 132.52) (end 214.5 126.9) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028F0)) + (segment (start 214.5 118.8) (end 214.5 102.248998) (width 0.15) (layer B.Cu) (net 62) (tstamp 603028F6)) + (segment (start 214.5 102.248998) (end 214.5 93.5) (width 0.15) (layer B.Cu) (net 62) (tstamp 603028ED)) + (via (at 209.7 88.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 62) (tstamp 60302971)) + (segment (start 214.5 93.5) (end 209.7 88.7) (width 0.15) (layer B.Cu) (net 62) (tstamp 603028EA)) + (segment (start 208.9 87.9) (end 208.9 87.2) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028F9)) + (segment (start 209.7 88.7) (end 208.9 87.9) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028E4)) + (segment (start 208.9 87.2) (end 204.48 87.2) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028E1)) + (segment (start 215.3 87.2) (end 208.9 87.2) (width 0.15) (layer F.Cu) (net 62) (tstamp 603028DE)) + (segment (start 201.152 92.948) (end 201.182 92.918) (width 0.15) (layer F.Cu) (net 63) (tstamp 60303A90)) + (segment (start 199.552 92.948) (end 201.152 92.948) (width 0.15) (layer F.Cu) (net 63) (tstamp 60303AAE)) + (segment (start 201.192 92.908) (end 201.182 92.918) (width 0.15) (layer F.Cu) (net 63) (tstamp 60303A3F)) + (segment (start 201.192 91.258) (end 201.192 92.908) (width 0.15) (layer F.Cu) (net 63) (tstamp 60303A66)) + (segment (start 201.192 89.358) (end 201.858 89.358) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A87)) + (segment (start 201.858 89.358) (end 202.15 89.65) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303ABA)) + (segment (start 202.15 89.65) (end 202.15 91.25) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A21)) + (segment (start 202.15 91.25) (end 202.45 91.55) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A75)) + (segment (start 204.542 91.55) (end 204.562 91.53) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A96)) + (segment (start 203.4 91.55) (end 204.542 91.55) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A15)) + (segment (start 202.45 91.55) (end 203.4 91.55) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A72)) + (segment (start 203.4 91.55) (end 203.55 91.55) (width 0.15) (layer F.Cu) (net 64) (tstamp 60303A57)) + (segment (start 171.901371 88.290355) (end 171.901371 87.600355) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303AB1)) + (segment (start 171.581371 87.280355) (end 171.581371 86.590355) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A5A)) + (segment (start 171.901371 87.600355) (end 171.581371 87.280355) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A4E)) + (via (at 212.7 102.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 65) (tstamp 603038BF)) + (via (at 190.7 102.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 65) (tstamp 603038B6)) + (segment (start 212.7 102.9) (end 190.7 102.9) (width 0.15) (layer B.Cu) (net 65) (tstamp 60303A27)) + (segment (start 227 96.6) (end 220.7 102.9) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A93)) + (segment (start 220.7 102.9) (end 212.7 102.9) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A36)) + (segment (start 227 68.8) (end 227 96.6) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A69)) + (segment (start 225.93 67.73) (end 227 68.8) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A4B)) + (segment (start 224.33 67.73) (end 225.93 67.73) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A54)) + (segment (start 171.901371 101.301371) (end 173.5 102.9) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303AA8)) + (segment (start 171.901371 88.290355) (end 171.901371 101.301371) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A8D)) + (segment (start 173.5 102.9) (end 190.7 102.9) (width 0.15) (layer F.Cu) (net 65) (tstamp 60303A84)) + (segment (start 193.62 94.08) (end 193 94.08) (width 0.15) (layer F.Cu) (net 66)) + (segment (start 194.252 93.448) (end 193.62 94.08) (width 0.15) (layer F.Cu) (net 66)) + (segment (start 194.652 93.448) (end 194.252 93.448) (width 0.15) (layer F.Cu) (net 66)) + (via (at 201.7 94.523) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67) (tstamp 603038E6)) + (segment (start 201.625 94.448) (end 201.7 94.523) (width 0.15) (layer F.Cu) (net 67) (tstamp 60303AB7)) + (segment (start 199.552 94.448) (end 201.625 94.448) (width 0.15) (layer F.Cu) (net 67) (tstamp 60303A2D)) + (segment (start 201.7 94.523) (end 203.377 94.523) (width 0.15) (layer B.Cu) (net 67) (tstamp 60303A3C)) + (via (at 208.6 90.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67) (tstamp 603038E3)) + (segment (start 207 90.9) (end 206.85 91.05) (width 0.15) (layer B.Cu) (net 67) (tstamp 60303A60)) + (segment (start 208.6 90.9) (end 207 90.9) (width 0.15) (layer B.Cu) (net 67) (tstamp 60303A30)) + (segment (start 203.377 94.523) (end 206.85 91.05) (width 0.15) (layer B.Cu) (net 67) (tstamp 60303A48)) + (segment (start 208.6 90.9) (end 218.5 90.9) (width 0.15) (layer F.Cu) (net 67) (tstamp 603027CD)) + (via (at 218.5 90.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67) (tstamp 6030293B)) + (segment (start 224.33 57.57) (end 229.27 57.57) (width 0.15) (layer F.Cu) (net 67)) + (segment (start 229.27 57.57) (end 230.65 58.95) (width 0.15) (layer F.Cu) (net 67)) + (segment (start 230.65 58.95) (end 230.65 74.9) (width 0.15) (layer F.Cu) (net 67)) + (via (at 230.65 74.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 67)) + (segment (start 222.2 90.9) (end 230.65 82.45) (width 0.15) (layer B.Cu) (net 67)) + (segment (start 230.65 82.45) (end 230.65 74.9) (width 0.15) (layer B.Cu) (net 67)) + (segment (start 218.5 90.9) (end 222.2 90.9) (width 0.15) (layer B.Cu) (net 67)) + (segment (start 224.33 58.84) (end 228.62 58.84) (width 0.15) (layer F.Cu) (net 68) (tstamp 60303AA5)) + (segment (start 228.62 58.84) (end 229.58 59.8) (width 0.15) (layer F.Cu) (net 68) (tstamp 60303A7B)) + (segment (start 229.58 59.8) (end 229.68 59.9) (width 0.15) (layer F.Cu) (net 68) (tstamp 60303A63)) + (via (at 202.8 93.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 68) (tstamp 603038A1)) + (segment (start 202.452 93.948) (end 202.8 93.6) (width 0.15) (layer F.Cu) (net 68) (tstamp 60303AA2)) + (segment (start 199.552 93.948) (end 202.452 93.948) (width 0.15) (layer F.Cu) (net 68) (tstamp 60303A33)) + (via (at 208.4 89.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 68) (tstamp 603038E0)) + (segment (start 206.9 89.5) (end 206.85 89.55) (width 0.15) (layer B.Cu) (net 68) (tstamp 60303A5D)) + (segment (start 208.4 89.5) (end 206.9 89.5) (width 0.15) (layer B.Cu) (net 68) (tstamp 60303A9F)) + (segment (start 202.8 93.6) (end 206.85 89.55) (width 0.15) (layer B.Cu) (net 68) (tstamp 60303A9C)) + (via (at 218.5 89.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 68) (tstamp 60302968)) + (segment (start 208.4 89.5) (end 218.5 89.5) (width 0.15) (layer F.Cu) (net 68) (tstamp 603027B5)) + (via (at 229.8 73.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 68)) + (segment (start 229.8 82.5) (end 229.8 73.8) (width 0.15) (layer B.Cu) (net 68)) + (segment (start 229.58 59.8) (end 229.8 60.02) (width 0.15) (layer F.Cu) (net 68)) + (segment (start 229.8 60.02) (end 229.8 73.8) (width 0.15) (layer F.Cu) (net 68)) + (segment (start 218.5 89.5) (end 222.8 89.5) (width 0.15) (layer B.Cu) (net 68)) + (segment (start 222.8 89.5) (end 229.8 82.5) (width 0.15) (layer B.Cu) (net 68)) + (segment (start 170.951371 90.290355) (end 168.441371 90.290355) (width 0.15) (layer F.Cu) (net 88) (tstamp 603039E8)) + (segment (start 168.271371 90.120355) (end 168.271371 89.150355) (width 0.15) (layer F.Cu) (net 88) (tstamp 603039FA)) + (segment (start 168.441371 90.290355) (end 168.271371 90.120355) (width 0.15) (layer F.Cu) (net 88) (tstamp 60303A06)) + (segment (start 168.271371 89.150355) (end 168.271371 87.950355) (width 0.15) (layer F.Cu) (net 88) (tstamp 603039D9)) + (segment (start 167.927371 87.606355) (end 167.395371 87.606355) (width 0.15) (layer F.Cu) (net 88) (tstamp 603039C7)) + (segment (start 168.271371 87.950355) (end 167.927371 87.606355) (width 0.15) (layer F.Cu) (net 88) (tstamp 60303A0F)) + (segment (start 161.655 47.65) (end 153.905 47.65) (width 0.25) (layer F.Cu) (net 89) (tstamp 603039DF)) + (segment (start 155.35 50.05) (end 154.35 50.05) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 154.18 49.88) (end 154.18 47.4) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 154.35 50.05) (end 154.18 49.88) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 161.38 47.4) (end 161.38 49.82) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 161.15 50.05) (end 160.21 50.05) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 161.38 49.82) (end 161.15 50.05) (width 0.25) (layer F.Cu) (net 89)) + (segment (start 197.602 96.898) (end 197.602 98.722) (width 0.15) (layer F.Cu) (net 90) (tstamp 603039D6)) + (segment (start 197.602 98.722) (end 198.58 99.7) (width 0.15) (layer F.Cu) (net 90) (tstamp 603039AF)) + (segment (start 198.58 99.7) (end 205.58 99.7) (width 0.15) (layer F.Cu) (net 90) (tstamp 603039F1)) + (segment (start 206.81 98.47) (end 206.81 95.05) (width 0.15) (layer F.Cu) (net 90) (tstamp 603039E5)) + (segment (start 205.58 99.7) (end 206.81 98.47) (width 0.15) (layer F.Cu) (net 90) (tstamp 603039AC)) + (segment (start 197.102 99.152) (end 197.102 96.898) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039BB)) + (segment (start 209.05 100.5) (end 198.45 100.5) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039C4)) + (segment (start 210.15 99.4) (end 209.05 100.5) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039CD)) + (segment (start 198.45 100.5) (end 197.102 99.152) (width 0.15) (layer F.Cu) (net 91) (tstamp 60303A09)) + (segment (start 210.15 94.4) (end 210.15 99.4) (width 0.15) (layer F.Cu) (net 91) (tstamp 60303A12)) + (segment (start 209.75 94) (end 210.15 94.4) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039D3)) + (segment (start 207.5 94) (end 209.75 94) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039E2)) + (segment (start 206.952 93.452) (end 207.5 94) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039B5)) + (segment (start 206.952 92.788) (end 206.952 93.452) (width 0.15) (layer F.Cu) (net 91) (tstamp 603039B2)) + (via (at 191.2 82.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 92) (tstamp 603038DD)) + (via (at 203 68.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 92) (tstamp 6030389B)) + (segment (start 203.67 67.73) (end 207.33 67.73) (width 0.15) (layer F.Cu) (net 92) (tstamp 60303A00)) + (segment (start 203 68.4) (end 203.67 67.73) (width 0.15) (layer F.Cu) (net 92) (tstamp 603039B8)) + (via (at 177.6 102.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 92) (tstamp 603038BC)) + (segment (start 202 69.4) (end 203 68.4) (width 0.15) (layer B.Cu) (net 92) (tstamp 603039DC)) + (segment (start 191.2 80.2) (end 202 69.4) (width 0.15) (layer B.Cu) (net 92) (tstamp 603039EB)) + (segment (start 191.2 82.7) (end 191.2 80.2) (width 0.15) (layer B.Cu) (net 92) (tstamp 603039FD)) + (segment (start 177.65 137.65) (end 177.6 137.7) (width 0.5) (layer F.Cu) (net 92) (tstamp 60303A0C)) + (segment (start 179.6 137.65) (end 177.65 137.65) (width 0.5) (layer F.Cu) (net 92) (tstamp 603039CA)) + (segment (start 177.6 137.7) (end 177.6 135.5) (width 0.15) (layer F.Cu) (net 92) (tstamp 603039C1)) + (segment (start 177.6 135.6) (end 177.6 135.5) (width 0.15) (layer F.Cu) (net 92) (tstamp 603039F4)) + (segment (start 191.2 92.8) (end 191.2 82.7) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028D5)) + (segment (start 191.2 98.7) (end 191.2 92.8) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028CF)) + (segment (start 190.2 99.7) (end 191.2 98.7) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028CC)) + (segment (start 178.7 99.7) (end 190.2 99.7) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028C9)) + (segment (start 177.6 100.8) (end 178.7 99.7) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028D2)) + (segment (start 177.6 102.2) (end 177.6 100.8) (width 0.15) (layer F.Cu) (net 92) (tstamp 603028C6)) + (via (at 177.6 125.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 92)) + (segment (start 177.6 102.2) (end 177.6 125.55) (width 0.15) (layer B.Cu) (net 92)) + (segment (start 177.6 135.5) (end 177.6 125.55) (width 0.15) (layer F.Cu) (net 92)) + (segment (start 71.13 57.983) (end 71.13 59.05) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 71.13 59.05) (end 71.48 59.4) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 71.48 59.4) (end 73.38 59.4) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 73.83 59.85) (end 73.83 61.2) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 73.38 59.4) (end 73.83 59.85) (width 0.25) (layer F.Cu) (net 93)) + (segment (start 101.53 58) (end 101.53 58.95) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 101.53 58.95) (end 102.08 59.5) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 102.08 59.5) (end 103.78 59.5) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 104.23 59.95) (end 104.23 61.19) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 103.78 59.5) (end 104.23 59.95) (width 0.25) (layer F.Cu) (net 94)) + (segment (start 55.93 65.02) (end 55.93 65.95) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 55.93 65.95) (end 56.48 66.5) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 56.48 66.5) (end 58.18 66.5) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 58.63 66.95) (end 58.63 68.22) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 58.18 66.5) (end 58.63 66.95) (width 0.25) (layer F.Cu) (net 95)) + (segment (start 89.03 67.25) (end 89.03 68.25) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 88.48 66.7) (end 89.03 67.25) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 86.78 66.7) (end 88.48 66.7) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 86.33 66.25) (end 86.78 66.7) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 86.33 65.04) (end 86.33 66.25) (width 0.25) (layer F.Cu) (net 96)) + (segment (start 71.13 72.07) (end 71.13 73.15) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 71.13 73.15) (end 71.48 73.5) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 71.48 73.5) (end 73.38 73.5) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 73.83 73.95) (end 73.83 75.27) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 73.38 73.5) (end 73.83 73.95) (width 0.25) (layer F.Cu) (net 97)) + (segment (start 101.53 72.1) (end 101.53 73.15) (width 0.25) (layer F.Cu) (net 98)) + (segment (start 101.53 73.15) (end 102.08 73.7) (width 0.25) (layer F.Cu) (net 98)) + (segment (start 102.08 73.7) (end 103.88 73.7) (width 0.25) (layer F.Cu) (net 98)) + (segment (start 104.23 74.05) (end 104.23 75.3) (width 0.25) (layer F.Cu) (net 98)) + (segment (start 103.88 73.7) (end 104.23 74.05) (width 0.25) (layer F.Cu) (net 98)) + (segment (start 55.93 79.09) (end 55.93 80.25) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 55.93 80.25) (end 56.38 80.7) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 56.38 80.7) (end 58.08 80.7) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 58.63 81.25) (end 58.63 82.3) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 58.08 80.7) (end 58.63 81.25) (width 0.25) (layer F.Cu) (net 99)) + (segment (start 86.33 79.1) (end 86.33 80.15) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 86.33 80.15) (end 86.88 80.7) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 86.88 80.7) (end 88.78 80.7) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 89.03 80.95) (end 89.03 82.3) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 88.78 80.7) (end 89.03 80.95) (width 0.25) (layer F.Cu) (net 100)) + (segment (start 71.13 86.04) (end 71.13 87.15) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 71.13 87.15) (end 71.48 87.5) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 71.48 87.5) (end 73.08 87.5) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 73.83 88.25) (end 73.83 89.3) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 73.08 87.5) (end 73.83 88.25) (width 0.25) (layer F.Cu) (net 101)) + (segment (start 101.53 86.1) (end 101.53 87.05) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 101.53 87.05) (end 102.08 87.6) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 102.08 87.6) (end 103.68 87.6) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 104.23 88.15) (end 104.23 89.3) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 103.68 87.6) (end 104.23 88.15) (width 0.25) (layer F.Cu) (net 102)) + (segment (start 55.93 93.1) (end 55.93 94.25) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 55.93 94.25) (end 56.28 94.6) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 56.28 94.6) (end 58.08 94.6) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 58.63 95.15) (end 58.63 96.3) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 58.08 94.6) (end 58.63 95.15) (width 0.25) (layer F.Cu) (net 103)) + (segment (start 86.33 93.1) (end 86.33 94.25) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 86.33 94.25) (end 86.88 94.8) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 86.88 94.8) (end 88.58 94.8) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 89.03 95.25) (end 89.03 96.3) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 88.58 94.8) (end 89.03 95.25) (width 0.25) (layer F.Cu) (net 104)) + (segment (start 71.13 100.1) (end 71.13 101.25) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 71.13 101.25) (end 71.48 101.6) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 71.48 101.6) (end 73.38 101.6) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 73.83 102.05) (end 73.83 103.3) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 73.38 101.6) (end 73.83 102.05) (width 0.25) (layer F.Cu) (net 105)) + (segment (start 101.53 100.1) (end 101.53 101.15) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 101.53 101.15) (end 102.08 101.7) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 102.08 101.7) (end 103.68 101.7) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 104.23 102.25) (end 104.23 103.3) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 103.68 101.7) (end 104.23 102.25) (width 0.25) (layer F.Cu) (net 106)) + (segment (start 55.93 107.03) (end 55.93 108.05) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 55.93 108.05) (end 56.48 108.6) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 56.48 108.6) (end 58.18 108.6) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 58.63 109.05) (end 58.63 110.19) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 58.18 108.6) (end 58.63 109.05) (width 0.25) (layer F.Cu) (net 107)) + (segment (start 86.33 106.98) (end 86.33 108.15) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 86.33 108.15) (end 86.68 108.5) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 86.68 108.5) (end 88.68 108.5) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 89.03 108.85) (end 89.03 110.19) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 88.68 108.5) (end 89.03 108.85) (width 0.25) (layer F.Cu) (net 108)) + (segment (start 48.33 114.1) (end 48.33 115.25) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 48.33 115.25) (end 48.68 115.6) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 48.68 115.6) (end 50.58 115.6) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 51.03 116.05) (end 51.03 117.3) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 50.58 115.6) (end 51.03 116.05) (width 0.25) (layer F.Cu) (net 109)) + (segment (start 55.93 114.1) (end 55.93 115.25) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 55.93 115.25) (end 56.38 115.7) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 56.38 115.7) (end 58.18 115.7) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 58.63 116.15) (end 58.63 117.23) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 58.18 115.7) (end 58.63 116.15) (width 0.25) (layer F.Cu) (net 110)) + (segment (start 63.53 114.03) (end 63.53 115.25) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 63.53 115.25) (end 63.88 115.6) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 63.88 115.6) (end 65.78 115.6) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 66.23 116.05) (end 66.23 117.24) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 65.78 115.6) (end 66.23 116.05) (width 0.25) (layer F.Cu) (net 111)) + (segment (start 71.13 114.04) (end 71.13 115.15) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 71.13 115.15) (end 71.58 115.6) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 71.58 115.6) (end 73.48 115.6) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 73.83 115.95) (end 73.83 117.23) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 73.48 115.6) (end 73.83 115.95) (width 0.25) (layer F.Cu) (net 112)) + (segment (start 86.33 114.02) (end 86.33 115.15) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 86.33 115.15) (end 86.78 115.6) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 86.78 115.6) (end 88.68 115.6) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 89.03 115.95) (end 89.03 117.23) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 88.68 115.6) (end 89.03 115.95) (width 0.25) (layer F.Cu) (net 113)) + (segment (start 93.93 114.03) (end 93.93 115.15) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 93.93 115.15) (end 94.28 115.5) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 94.28 115.5) (end 96.38 115.5) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 96.63 115.75) (end 96.63 117.21) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 96.38 115.5) (end 96.63 115.75) (width 0.25) (layer F.Cu) (net 114)) + (segment (start 101.53 114.01) (end 101.53 115.25) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 101.53 115.25) (end 101.88 115.6) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 101.88 115.6) (end 103.88 115.6) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 104.23 115.95) (end 104.23 117.21) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 103.88 115.6) (end 104.23 115.95) (width 0.25) (layer F.Cu) (net 115)) + (segment (start 109.13 114.01) (end 109.13 115.05) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 109.13 115.05) (end 109.48 115.4) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 109.48 115.4) (end 111.28 115.4) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 111.83 115.95) (end 111.83 117.16) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 111.28 115.4) (end 111.83 115.95) (width 0.25) (layer F.Cu) (net 116)) + (segment (start 48.33 120.97) (end 48.33 122.15) (width 0.25) (layer F.Cu) (net 117)) + (segment (start 48.33 122.15) (end 48.68 122.5) (width 0.25) (layer F.Cu) (net 117)) + (segment (start 48.68 122.5) (end 50.68 122.5) (width 0.25) (layer F.Cu) (net 117)) + (segment (start 51.03 122.85) (end 51.03 124.16) (width 0.25) (layer F.Cu) (net 117)) + (segment (start 50.68 122.5) (end 51.03 122.85) (width 0.25) (layer F.Cu) (net 117)) + (segment (start 55.93 120.96) (end 55.93 122.05) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 55.93 122.05) (end 56.18 122.3) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 56.18 122.3) (end 57.98 122.3) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 58.63 122.95) (end 58.63 124.14) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 57.98 122.3) (end 58.63 122.95) (width 0.25) (layer F.Cu) (net 118)) + (segment (start 63.53 120.94) (end 63.53 122.05) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 63.53 122.05) (end 63.98 122.5) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 63.98 122.5) (end 65.78 122.5) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 66.23 122.95) (end 66.23 124.14) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 65.78 122.5) (end 66.23 122.95) (width 0.25) (layer F.Cu) (net 119)) + (segment (start 71.13 120.94) (end 71.13 121.95) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 71.13 121.95) (end 71.58 122.4) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 71.58 122.4) (end 73.38 122.4) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 73.83 122.85) (end 73.83 124.14) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 73.38 122.4) (end 73.83 122.85) (width 0.25) (layer F.Cu) (net 120)) + (segment (start 86.33 120.94) (end 86.33 121.95) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 86.33 121.95) (end 86.88 122.5) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 86.88 122.5) (end 88.68 122.5) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 89.03 122.85) (end 89.03 124.16) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 88.68 122.5) (end 89.03 122.85) (width 0.25) (layer F.Cu) (net 121)) + (segment (start 93.93 120.96) (end 93.93 122.05) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 93.93 122.05) (end 94.38 122.5) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 94.38 122.5) (end 96.18 122.5) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 96.63 122.95) (end 96.63 124.18) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 96.18 122.5) (end 96.63 122.95) (width 0.25) (layer F.Cu) (net 122)) + (segment (start 101.53 120.98) (end 101.53 121.95) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 101.53 121.95) (end 101.98 122.4) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 101.98 122.4) (end 103.78 122.4) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 104.23 122.85) (end 104.23 124.18) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 103.78 122.4) (end 104.23 122.85) (width 0.25) (layer F.Cu) (net 123)) + (segment (start 109.13 120.98) (end 109.13 122.15) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 109.13 122.15) (end 109.58 122.6) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 109.58 122.6) (end 111.48 122.6) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 111.83 122.95) (end 111.83 124.18) (width 0.25) (layer F.Cu) (net 124)) + (segment (start 111.48 122.6) (end 111.83 122.95) (width 0.25) (layer F.Cu) (net 124)) + (via (at 204 61.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 125) (tstamp 603038FB)) + (segment (start 204.02 61.38) (end 204 61.4) (width 0.15) (layer F.Cu) (net 125) (tstamp 60303979)) + (segment (start 207.33 61.38) (end 204.02 61.38) (width 0.15) (layer F.Cu) (net 125) (tstamp 6030394C)) + (segment (start 185.5 51.5) (end 185.5 59.9) (width 0.15) (layer B.Cu) (net 125) (tstamp 6030392B)) + (segment (start 187 61.4) (end 191.9 61.4) (width 0.15) (layer B.Cu) (net 125) (tstamp 6030395B)) + (segment (start 185.5 59.9) (end 187 61.4) (width 0.15) (layer B.Cu) (net 125) (tstamp 6030391F)) + (segment (start 191.9 61.4) (end 191.5 61.4) (width 0.15) (layer B.Cu) (net 125) (tstamp 60303937)) + (segment (start 204 61.4) (end 191.9 61.4) (width 0.15) (layer B.Cu) (net 125) (tstamp 60303970)) + (segment (start 202.2 58.4) (end 191.207371 58.4) (width 0.15) (layer B.Cu) (net 126) (tstamp 60303919)) + (via (at 202.2 58.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 126) (tstamp 603038D7)) + (segment (start 189.5 51.5) (end 189.5 57.2) (width 0.15) (layer B.Cu) (net 126) (tstamp 6030399D)) + (segment (start 190.7 58.4) (end 191.207371 58.4) (width 0.15) (layer B.Cu) (net 126) (tstamp 6030397C)) + (segment (start 189.5 57.2) (end 190.7 58.4) (width 0.15) (layer B.Cu) (net 126) (tstamp 603039A0)) + (segment (start 205.1 58.4) (end 202.2 58.4) (width 0.15) (layer F.Cu) (net 126) (tstamp 6030399A)) + (segment (start 205.93 57.57) (end 205.1 58.4) (width 0.15) (layer F.Cu) (net 126) (tstamp 60303949)) + (segment (start 207.33 57.57) (end 205.93 57.57) (width 0.15) (layer F.Cu) (net 126) (tstamp 6030391C)) + (segment (start 207.33 58.84) (end 205.46 58.84) (width 0.15) (layer F.Cu) (net 127) (tstamp 60303997)) + (via (at 203.4 59.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 127) (tstamp 603038B3)) + (segment (start 205.1 59.2) (end 203.4 59.2) (width 0.15) (layer F.Cu) (net 127) (tstamp 60303985)) + (segment (start 205.46 58.84) (end 205.1 59.2) (width 0.15) (layer F.Cu) (net 127) (tstamp 6030394F)) + (segment (start 187.5 51.5) (end 187.5 57.9) (width 0.15) (layer B.Cu) (net 127) (tstamp 60303958)) + (segment (start 188.8 59.2) (end 191.7 59.2) (width 0.15) (layer B.Cu) (net 127) (tstamp 60303931)) + (segment (start 187.5 57.9) (end 188.8 59.2) (width 0.15) (layer B.Cu) (net 127) (tstamp 60303946)) + (segment (start 191.7 59.2) (end 191.6 59.2) (width 0.15) (layer B.Cu) (net 127) (tstamp 60303994)) + (segment (start 203.4 59.2) (end 191.7 59.2) (width 0.15) (layer B.Cu) (net 127) (tstamp 60303955)) + (segment (start 34.48 77.43) (end 34.49 77.42) (width 0.25) (layer F.Cu) (net 128)) + (segment (start 34.48 78.89) (end 34.48 77.43) (width 0.25) (layer F.Cu) (net 128)) + (segment (start 181.490516 61.6) (end 181.515645 61.574871) (width 0.5) (layer F.Cu) (net 132) (tstamp 60303988)) + (via (at 170.1 93.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 132)) + (via (at 193.1 93) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 132)) + (segment (start 193 93.1) (end 193.1 93) (width 0.5) (layer B.Cu) (net 132)) + (segment (start 170.1 93.1) (end 193 93.1) (width 0.5) (layer B.Cu) (net 132)) + (segment (start 194.10221 92.87299) (end 194.652 92.87299) (width 0.5) (layer F.Cu) (net 132)) + (segment (start 193.9752 93) (end 194.10221 92.87299) (width 0.5) (layer F.Cu) (net 132)) + (segment (start 193.1 93) (end 193.9752 93) (width 0.5) (layer F.Cu) (net 132)) + (segment (start 163.9 115.35) (end 163.9 110.3) (width 1) (layer F.Cu) (net 132)) + (segment (start 165.83 117.28) (end 163.9 115.35) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.9 111.6) (end 163.9 110.3) (width 0.5) (layer F.Cu) (net 132) (tstamp 603039A3)) + (segment (start 181.6 132.35) (end 181.6 117.51) (width 1) (layer F.Cu) (net 132)) + (segment (start 181.37 117.28) (end 165.83 117.28) (width 1) (layer F.Cu) (net 132)) + (segment (start 181.6 117.51) (end 181.37 117.28) (width 1) (layer F.Cu) (net 132)) + (segment (start 234.8 117.28) (end 181.37 117.28) (width 1) (layer F.Cu) (net 132)) + (segment (start 186.17 136) (end 186.17 133.87) (width 1) (layer F.Cu) (net 132)) + (segment (start 184.65 132.35) (end 181.6 132.35) (width 1) (layer F.Cu) (net 132)) + (segment (start 186.17 133.87) (end 184.65 132.35) (width 1) (layer F.Cu) (net 132)) + (via (at 163.9 110.3) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 132)) + (via (at 163.9 102.55) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 132)) + (segment (start 163.9 110.3) (end 163.9 102.55) (width 1) (layer B.Cu) (net 132)) + (segment (start 163.9 72.9) (end 166.51 70.29) (width 1) (layer F.Cu) (net 132)) + (segment (start 166.51 70.29) (end 173.01 70.29) (width 1) (layer F.Cu) (net 132)) + (segment (start 173.01 70.29) (end 175.36 70.29) (width 1) (layer F.Cu) (net 132)) + (segment (start 172.92001 72.89999) (end 172.9 72.89999) (width 1) (layer F.Cu) (net 132)) + (segment (start 172.9 72.87998) (end 172.92001 72.89999) (width 1) (layer F.Cu) (net 132)) + (segment (start 172.9 70.4) (end 172.9 72.87998) (width 1) (layer F.Cu) (net 132)) + (segment (start 173.01 70.29) (end 172.9 70.4) (width 1) (layer F.Cu) (net 132)) + (segment (start 175.36 61.62) (end 175.38 61.6) (width 1) (layer F.Cu) (net 132)) + (segment (start 175.36 70.29) (end 175.36 61.62) (width 1) (layer F.Cu) (net 132)) + (segment (start 183.5 51.5) (end 183.5 61) (width 1) (layer F.Cu) (net 132)) + (segment (start 182.925129 61.574871) (end 181.515645 61.574871) (width 1) (layer F.Cu) (net 132)) + (segment (start 183.5 61) (end 182.925129 61.574871) (width 1) (layer F.Cu) (net 132)) + (segment (start 175.405129 61.574871) (end 175.38 61.6) (width 1) (layer F.Cu) (net 132)) + (segment (start 181.515645 61.574871) (end 175.405129 61.574871) (width 1) (layer F.Cu) (net 132)) + (segment (start 166.375371 89.146355) (end 166.371371 89.150355) (width 1) (layer F.Cu) (net 132)) + (segment (start 166.375371 87.606355) (end 166.375371 89.146355) (width 1) (layer F.Cu) (net 132)) + (segment (start 166.371371 89.150355) (end 163.900355 89.150355) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.900355 89.150355) (end 163.9 89.15) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.9 89.15) (end 163.9 72.9) (width 1) (layer F.Cu) (net 132)) + (segment (start 160.4 94.1) (end 163.65 94.1) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.65 94.1) (end 163.9 94.35) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.9 102.55) (end 163.9 94.35) (width 1) (layer F.Cu) (net 132)) + (segment (start 160.54 94.24) (end 160.4 94.1) (width 1) (layer F.Cu) (net 132)) + (segment (start 160.54 97) (end 160.54 94.24) (width 1) (layer F.Cu) (net 132)) + (segment (start 164 93.1) (end 163.9 93) (width 0.5) (layer F.Cu) (net 132)) + (segment (start 170.1 93.1) (end 164 93.1) (width 0.5) (layer F.Cu) (net 132)) + (segment (start 163.9 93) (end 163.9 89.15) (width 1) (layer F.Cu) (net 132)) + (segment (start 163.9 94.35) (end 163.9 93) (width 1) (layer F.Cu) (net 132)) + (segment (start 78.73 58) (end 78.73 58.95) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 78.73 58.95) (end 79.38 59.6) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 79.38 59.6) (end 80.98 59.6) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 81.43 60.05) (end 81.43 61.2) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 80.98 59.6) (end 81.43 60.05) (width 0.25) (layer F.Cu) (net 133)) + (segment (start 118.28 62.9) (end 117.48 63.7) (width 0.25) (layer B.Cu) (net 134)) + (segment (start 117.48 63.7) (end 42.28 63.7) (width 0.25) (layer B.Cu) (net 134)) + (via (at 41.58 66.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 134)) + (segment (start 41.58 64.4) (end 41.58 66.1) (width 0.25) (layer B.Cu) (net 134)) + (segment (start 42.28 63.7) (end 41.58 64.4) (width 0.25) (layer B.Cu) (net 134)) + (segment (start 41.58 66.1) (end 41.58 67.6) (width 0.25) (layer F.Cu) (net 134)) + (segment (start 42.2 68.22) (end 43.43 68.22) (width 0.25) (layer F.Cu) (net 134)) + (segment (start 41.58 67.6) (end 42.2 68.22) (width 0.25) (layer F.Cu) (net 134)) + (segment (start 116.73 57.99) (end 117.97 57.99) (width 0.25) (layer F.Cu) (net 134)) + (via (at 118.28 59) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 134)) + (segment (start 118.28 58.3) (end 118.28 59) (width 0.25) (layer F.Cu) (net 134)) + (segment (start 117.97 57.99) (end 118.28 58.3) (width 0.25) (layer F.Cu) (net 134)) + (segment (start 118.28 59) (end 118.28 62.9) (width 0.25) (layer B.Cu) (net 134)) + (segment (start 78.73 65) (end 78.73 66.05) (width 0.25) (layer F.Cu) (net 135)) + (segment (start 78.73 66.05) (end 79.08 66.4) (width 0.25) (layer F.Cu) (net 135)) + (segment (start 79.08 66.4) (end 80.88 66.4) (width 0.25) (layer F.Cu) (net 135)) + (segment (start 81.43 66.95) (end 81.43 68.24) (width 0.25) (layer F.Cu) (net 135)) + (segment (start 80.88 66.4) (end 81.43 66.95) (width 0.25) (layer F.Cu) (net 135)) + (via (at 41.68 73.5) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 136)) + (segment (start 41.68 73.5) (end 41.68 75) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 41.94 75.26) (end 43.43 75.26) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 41.68 75) (end 41.94 75.26) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 118.48 69.8) (end 117.68 70.6) (width 0.25) (layer B.Cu) (net 136)) + (segment (start 117.68 70.6) (end 42.48 70.6) (width 0.25) (layer B.Cu) (net 136)) + (segment (start 42.48 70.6) (end 41.68 71.4) (width 0.25) (layer B.Cu) (net 136)) + (segment (start 41.68 71.4) (end 41.68 73.5) (width 0.25) (layer B.Cu) (net 136)) + (segment (start 116.73 65) (end 117.88 65) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 117.88 65) (end 118.38 65.5) (width 0.25) (layer F.Cu) (net 136)) + (via (at 118.48 66.05) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 136)) + (segment (start 118.48 65.6) (end 118.48 66.05) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 118.38 65.5) (end 118.48 65.6) (width 0.25) (layer F.Cu) (net 136)) + (segment (start 118.48 66.05) (end 118.48 69.8) (width 0.25) (layer B.Cu) (net 136)) + (segment (start 78.73 72.07) (end 78.73 73.25) (width 0.25) (layer F.Cu) (net 137)) + (segment (start 78.73 73.25) (end 79.08 73.6) (width 0.25) (layer F.Cu) (net 137)) + (segment (start 79.08 73.6) (end 80.98 73.6) (width 0.25) (layer F.Cu) (net 137)) + (segment (start 81.49 74.11) (end 81.49 75.25) (width 0.25) (layer F.Cu) (net 137)) + (segment (start 80.98 73.6) (end 81.49 74.11) (width 0.25) (layer F.Cu) (net 137)) + (segment (start 42.27 82.29) (end 43.43 82.29) (width 0.25) (layer F.Cu) (net 138)) + (segment (start 41.78 81.8) (end 42.27 82.29) (width 0.25) (layer F.Cu) (net 138)) + (segment (start 41.78 80.6) (end 41.78 81.8) (width 0.25) (layer F.Cu) (net 138)) + (via (at 41.78 80.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 138)) + (segment (start 116.73 72.1) (end 117.88 72.1) (width 0.25) (layer F.Cu) (net 138)) + (via (at 118.48 73.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 138)) + (segment (start 118.48 72.7) (end 118.48 73.2) (width 0.25) (layer F.Cu) (net 138)) + (segment (start 117.88 72.1) (end 118.48 72.7) (width 0.25) (layer F.Cu) (net 138)) + (segment (start 41.78 78.9) (end 41.78 80.6) (width 0.25) (layer B.Cu) (net 138)) + (segment (start 42.58 78.1) (end 41.78 78.9) (width 0.25) (layer B.Cu) (net 138)) + (segment (start 117.48 78.1) (end 42.58 78.1) (width 0.25) (layer B.Cu) (net 138)) + (segment (start 118.48 77.1) (end 117.48 78.1) (width 0.25) (layer B.Cu) (net 138)) + (segment (start 118.48 73.2) (end 118.48 77.1) (width 0.25) (layer B.Cu) (net 138)) + (segment (start 78.73 79.1) (end 78.73 80.15) (width 0.25) (layer F.Cu) (net 139)) + (segment (start 78.73 80.15) (end 79.28 80.7) (width 0.25) (layer F.Cu) (net 139)) + (segment (start 79.28 80.7) (end 81.08 80.7) (width 0.25) (layer F.Cu) (net 139)) + (segment (start 81.43 81.05) (end 81.43 82.3) (width 0.25) (layer F.Cu) (net 139)) + (segment (start 81.08 80.7) (end 81.43 81.05) (width 0.25) (layer F.Cu) (net 139)) + (via (at 41.68 87) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 140)) + (segment (start 41.68 87) (end 41.68 88.7) (width 0.25) (layer F.Cu) (net 140)) + (segment (start 42.25 89.27) (end 43.43 89.27) (width 0.25) (layer F.Cu) (net 140)) + (segment (start 41.68 88.7) (end 42.25 89.27) (width 0.25) (layer F.Cu) (net 140)) + (segment (start 118.38 83.8) (end 117.48 84.7) (width 0.25) (layer B.Cu) (net 140)) + (segment (start 41.68 85.5) (end 41.68 87) (width 0.25) (layer B.Cu) (net 140)) + (segment (start 117.48 84.7) (end 42.48 84.7) (width 0.25) (layer B.Cu) (net 140)) + (segment (start 42.48 84.7) (end 41.68 85.5) (width 0.25) (layer B.Cu) (net 140)) + (segment (start 116.73 79.1) (end 117.88 79.1) (width 0.25) (layer F.Cu) (net 140)) + (via (at 118.38 80) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 140)) + (segment (start 118.38 79.6) (end 118.38 80) (width 0.25) (layer F.Cu) (net 140)) + (segment (start 117.88 79.1) (end 118.38 79.6) (width 0.25) (layer F.Cu) (net 140)) + (segment (start 118.38 80) (end 118.38 83.8) (width 0.25) (layer B.Cu) (net 140)) + (segment (start 78.73 86.1) (end 78.73 87.15) (width 0.25) (layer F.Cu) (net 141)) + (segment (start 78.73 87.15) (end 79.28 87.7) (width 0.25) (layer F.Cu) (net 141)) + (segment (start 79.28 87.7) (end 80.88 87.7) (width 0.25) (layer F.Cu) (net 141)) + (segment (start 81.43 88.25) (end 81.43 89.3) (width 0.25) (layer F.Cu) (net 141)) + (segment (start 80.88 87.7) (end 81.43 88.25) (width 0.25) (layer F.Cu) (net 141)) + (via (at 41.68 94.5) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 142)) + (segment (start 41.68 94.5) (end 41.68 95.9) (width 0.25) (layer F.Cu) (net 142)) + (segment (start 42.08 96.3) (end 43.43 96.3) (width 0.25) (layer F.Cu) (net 142)) + (segment (start 41.68 95.9) (end 42.08 96.3) (width 0.25) (layer F.Cu) (net 142)) + (via (at 118.38 86.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 142)) + (segment (start 41.68 92.7) (end 41.68 94.5) (width 0.25) (layer B.Cu) (net 142)) + (segment (start 117.18 91.9) (end 42.48 91.9) (width 0.25) (layer B.Cu) (net 142)) + (segment (start 42.48 91.9) (end 41.68 92.7) (width 0.25) (layer B.Cu) (net 142)) + (segment (start 118.38 90.7) (end 117.18 91.9) (width 0.25) (layer B.Cu) (net 142)) + (segment (start 118.38 86.5) (end 118.38 86.8) (width 0.25) (layer F.Cu) (net 142)) + (segment (start 118.38 86.8) (end 118.38 90.7) (width 0.25) (layer B.Cu) (net 142)) + (segment (start 116.73 86.1) (end 117.98 86.1) (width 0.25) (layer F.Cu) (net 142)) + (segment (start 117.98 86.1) (end 118.38 86.5) (width 0.25) (layer F.Cu) (net 142)) + (segment (start 78.73 93.07) (end 78.73 94.05) (width 0.25) (layer F.Cu) (net 143)) + (segment (start 78.73 94.05) (end 79.28 94.6) (width 0.25) (layer F.Cu) (net 143)) + (segment (start 79.28 94.6) (end 81.08 94.6) (width 0.25) (layer F.Cu) (net 143)) + (segment (start 81.43 94.95) (end 81.43 96.3) (width 0.25) (layer F.Cu) (net 143)) + (segment (start 81.08 94.6) (end 81.43 94.95) (width 0.25) (layer F.Cu) (net 143)) + (segment (start 118.38 98) (end 117.38 99) (width 0.25) (layer B.Cu) (net 144)) + (segment (start 117.38 99) (end 42.38 99) (width 0.25) (layer B.Cu) (net 144)) + (via (at 41.68 101.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 144)) + (segment (start 41.68 99.7) (end 41.68 101.8) (width 0.25) (layer B.Cu) (net 144)) + (segment (start 42.38 99) (end 41.68 99.7) (width 0.25) (layer B.Cu) (net 144)) + (segment (start 41.68 101.8) (end 41.68 102.7) (width 0.25) (layer F.Cu) (net 144)) + (segment (start 42.28 103.3) (end 43.43 103.3) (width 0.25) (layer F.Cu) (net 144)) + (segment (start 41.68 102.7) (end 42.28 103.3) (width 0.25) (layer F.Cu) (net 144)) + (segment (start 116.73 93.1) (end 117.88 93.1) (width 0.25) (layer F.Cu) (net 144)) + (via (at 118.38 94) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 144)) + (segment (start 118.38 93.6) (end 118.38 94) (width 0.25) (layer F.Cu) (net 144)) + (segment (start 117.88 93.1) (end 118.38 93.6) (width 0.25) (layer F.Cu) (net 144)) + (segment (start 118.38 94) (end 118.38 98) (width 0.25) (layer B.Cu) (net 144)) + (segment (start 78.73 100.1) (end 78.73 101.35) (width 0.25) (layer F.Cu) (net 145)) + (segment (start 78.73 101.35) (end 79.08 101.7) (width 0.25) (layer F.Cu) (net 145)) + (segment (start 79.08 101.7) (end 81.08 101.7) (width 0.25) (layer F.Cu) (net 145)) + (segment (start 81.43 102.05) (end 81.43 103.3) (width 0.25) (layer F.Cu) (net 145)) + (segment (start 81.08 101.7) (end 81.43 102.05) (width 0.25) (layer F.Cu) (net 145)) + (segment (start 116.73 100.1) (end 117.88 100.1) (width 0.25) (layer F.Cu) (net 146)) + (via (at 41.68 108.4) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 146)) + (segment (start 41.68 108.4) (end 41.68 109.7) (width 0.25) (layer F.Cu) (net 146)) + (segment (start 42.25 110.27) (end 43.43 110.27) (width 0.25) (layer F.Cu) (net 146)) + (segment (start 41.68 109.7) (end 42.25 110.27) (width 0.25) (layer F.Cu) (net 146)) + (segment (start 117.88 100.1) (end 118.18 100.1) (width 0.25) (layer F.Cu) (net 146)) + (via (at 118.48 101.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 146)) + (segment (start 118.48 100.4) (end 118.48 101.1) (width 0.25) (layer F.Cu) (net 146)) + (segment (start 118.18 100.1) (end 118.48 100.4) (width 0.25) (layer F.Cu) (net 146)) + (segment (start 41.68 106.5) (end 41.68 108.4) (width 0.25) (layer B.Cu) (net 146)) + (segment (start 42.18 106) (end 41.68 106.5) (width 0.25) (layer B.Cu) (net 146)) + (segment (start 117.08 106) (end 42.18 106) (width 0.25) (layer B.Cu) (net 146)) + (segment (start 118.48 104.6) (end 117.08 106) (width 0.25) (layer B.Cu) (net 146)) + (segment (start 118.48 101.1) (end 118.48 104.6) (width 0.25) (layer B.Cu) (net 146)) + (segment (start 78.73 106.99) (end 78.73 108.25) (width 0.25) (layer F.Cu) (net 147)) + (segment (start 78.73 108.25) (end 79.08 108.6) (width 0.25) (layer F.Cu) (net 147)) + (segment (start 79.08 108.6) (end 80.88 108.6) (width 0.25) (layer F.Cu) (net 147)) + (segment (start 81.43 109.15) (end 81.43 110.18) (width 0.25) (layer F.Cu) (net 147)) + (segment (start 80.88 108.6) (end 81.43 109.15) (width 0.25) (layer F.Cu) (net 147)) + (segment (start 116.73 107.02) (end 118 107.02) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 118.58 111.8) (end 117.48 112.9) (width 0.25) (layer B.Cu) (net 148)) + (segment (start 117.48 112.9) (end 42.38 112.9) (width 0.25) (layer B.Cu) (net 148)) + (via (at 41.58 115.3) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 148)) + (segment (start 41.58 113.7) (end 41.58 115.3) (width 0.25) (layer B.Cu) (net 148)) + (segment (start 42.38 112.9) (end 41.58 113.7) (width 0.25) (layer B.Cu) (net 148)) + (segment (start 41.58 115.3) (end 41.58 116.7) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 42.18 117.3) (end 43.43 117.3) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 41.58 116.7) (end 42.18 117.3) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 118 107.02) (end 118.38 107.4) (width 0.25) (layer F.Cu) (net 148)) + (via (at 118.58 108) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 148)) + (segment (start 118.58 107.6) (end 118.58 108) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 118.38 107.4) (end 118.58 107.6) (width 0.25) (layer F.Cu) (net 148)) + (segment (start 118.58 108) (end 118.58 111.8) (width 0.25) (layer B.Cu) (net 148)) + (segment (start 78.73 114.03) (end 78.73 115.15) (width 0.25) (layer F.Cu) (net 149)) + (segment (start 78.73 115.15) (end 79.18 115.6) (width 0.25) (layer F.Cu) (net 149)) + (segment (start 79.18 115.6) (end 80.98 115.6) (width 0.25) (layer F.Cu) (net 149)) + (segment (start 81.43 116.05) (end 81.43 117.22) (width 0.25) (layer F.Cu) (net 149)) + (segment (start 80.98 115.6) (end 81.43 116.05) (width 0.25) (layer F.Cu) (net 149)) + (via (at 118.48 114.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 150)) + (segment (start 118.48 118.8) (end 117.38 119.9) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 118.48 114.8) (end 118.48 118.8) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 118.14 113.96) (end 118.48 114.3) (width 0.25) (layer F.Cu) (net 150)) + (segment (start 118.48 114.3) (end 118.48 114.8) (width 0.25) (layer F.Cu) (net 150)) + (segment (start 116.73 113.96) (end 118.14 113.96) (width 0.25) (layer F.Cu) (net 150)) + (via (at 43.4 122.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 150)) + (segment (start 43.43 122.63) (end 43.4 122.6) (width 0.25) (layer F.Cu) (net 150)) + (segment (start 43.43 124.17) (end 43.43 122.63) (width 0.25) (layer F.Cu) (net 150)) + (segment (start 43.4 122.6) (end 43.4 120.7) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 44.2 119.9) (end 44.3 119.9) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 43.4 120.7) (end 44.2 119.9) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 117.38 119.9) (end 44.3 119.9) (width 0.25) (layer B.Cu) (net 150)) + (segment (start 78.73 120.94) (end 78.73 122.05) (width 0.25) (layer F.Cu) (net 151)) + (segment (start 78.73 122.05) (end 79.08 122.4) (width 0.25) (layer F.Cu) (net 151)) + (segment (start 79.08 122.4) (end 80.88 122.4) (width 0.25) (layer F.Cu) (net 151)) + (segment (start 81.43 122.95) (end 81.43 124.14) (width 0.25) (layer F.Cu) (net 151)) + (segment (start 80.88 122.4) (end 81.43 122.95) (width 0.25) (layer F.Cu) (net 151)) + (segment (start 73.83 50.2) (end 73.83 49.05) (width 0.25) (layer F.Cu) (net 153)) + (segment (start 73.83 49.05) (end 73.58 48.8) (width 0.25) (layer F.Cu) (net 153)) + (segment (start 73.58 48.8) (end 71.68 48.8) (width 0.25) (layer F.Cu) (net 153)) + (segment (start 71.13 48.25) (end 71.13 46.976) (width 0.25) (layer F.Cu) (net 153)) + (segment (start 71.68 48.8) (end 71.13 48.25) (width 0.25) (layer F.Cu) (net 153)) + (segment (start 170.23 56.17) (end 170.2 56.2) (width 0.15) (layer F.Cu) (net 156) (tstamp 60302B09)) + (segment (start 170.23 52.945) (end 170.23 56.17) (width 0.15) (layer F.Cu) (net 156) (tstamp 60302B12)) + (segment (start 167.23 56.14) (end 167.28 56.19) (width 0.15) (layer F.Cu) (net 158) (tstamp 60302B00)) + (segment (start 167.23 52.945) (end 167.23 56.14) (width 0.15) (layer F.Cu) (net 158) (tstamp 60302AE2)) + (segment (start 164.66 47.85) (end 173.3 47.85) (width 0.25) (layer F.Cu) (net 159) (tstamp 60302AE5)) + (segment (start 173.3 47.85) (end 173.3 52.03) (width 0.25) (layer F.Cu) (net 159) (tstamp 60302B06)) + (segment (start 164.66 47.85) (end 164.66 52.03) (width 0.25) (layer F.Cu) (net 159) (tstamp 60302B0C)) + (segment (start 197.602 93.948) (end 197.102 94.448) (width 0.15) (layer F.Cu) (net 160) (tstamp 60302B03)) + (segment (start 197.602 91.998) (end 197.602 93.948) (width 0.15) (layer F.Cu) (net 160) (tstamp 60302AFD)) + (segment (start 204.08 54.05) (end 205.17 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302B0F)) + (segment (start 205.17 54.05) (end 205.73 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AFA)) + (segment (start 206.02 53.76) (end 207.33 53.76) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AF7)) + (segment (start 205.73 54.05) (end 206.02 53.76) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AF4)) + (segment (start 214.74 53.76) (end 224.33 53.76) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AF1)) + (segment (start 207.33 53.76) (end 214.74 53.76) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AEE)) + (segment (start 214.74 53.76) (end 214.83 53.85) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AEB)) + (segment (start 159.183371 60.572355) (end 159.161371 60.550355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AE8)) + (segment (start 159.161371 60.550355) (end 157.101371 60.550355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A43)) + (segment (start 196.93 89.23) (end 196.93 88.16) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AC7)) + (segment (start 153.830355 60.550355) (end 153.78 60.5) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A55)) + (segment (start 157.101371 60.550355) (end 153.830355 60.550355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AD6)) + (segment (start 210.115 82.665) (end 207.08 85.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A31)) + (segment (start 207.08 85.7) (end 197.98 85.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A40)) + (segment (start 196.93 86.75) (end 196.93 88.16) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AB8)) + (segment (start 197.98 85.7) (end 196.93 86.75) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A2E)) + (via (at 172.28 59) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60303895)) + (segment (start 172.23 58.95) (end 172.28 59) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AD0)) + (segment (start 172.28 59.9) (end 172.28 59) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302A49)) + (segment (start 171.58 60.6) (end 172.28 59.9) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302A28)) + (segment (start 181.513645 57.657371) (end 172.337371 57.657371) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A46)) + (segment (start 172.337371 57.657371) (end 172.23 57.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A25)) + (segment (start 172.23 57.55) (end 172.23 58.95) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AC4)) + (segment (start 172.23 52.945) (end 172.23 57.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A3A)) + (via (at 168.58 59.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60303886)) + (segment (start 168.58 60.6) (end 168.58 59.1) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302AAC)) + (segment (start 168.58 60.6) (end 171.58 60.6) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302A79)) + (segment (start 168.58 59.1) (end 168.58 57.22) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A8B)) + (segment (start 167.28 57.21) (end 168.57 57.21) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A2B)) + (segment (start 197.31 89.23) (end 196.93 89.23) (width 0.25) (layer F.Cu) (net 160) (tstamp 60302AA0)) + (segment (start 197.602 89.522) (end 197.31 89.23) (width 0.25) (layer F.Cu) (net 160) (tstamp 60302A4F)) + (segment (start 197.602 91.998) (end 197.602 89.522) (width 0.25) (layer F.Cu) (net 160) (tstamp 60302ACD)) + (segment (start 214.83 65.15) (end 214.83 61.26) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A9D)) + (segment (start 210.115 69.865) (end 214.83 65.15) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A94)) + (segment (start 210.115 71.27) (end 210.115 69.865) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A37)) + (segment (start 153.78 98.7) (end 153.68 98.8) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A85)) + (segment (start 144.98 98.8) (end 153.68 98.8) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A6D)) + (segment (start 153.78 98.2) (end 153.78 98.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AD9)) + (segment (start 153.78 86.48) (end 153.78 98.2) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A34)) + (segment (start 181.5 57.643726) (end 181.513645 57.657371) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A22)) + (segment (start 181.5 51.5) (end 181.5 57.643726) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AB5)) + (segment (start 214.83 57.03) (end 214.83 53.85) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AC1)) + (segment (start 214.83 61.26) (end 214.83 57.03) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302ADC)) + (segment (start 191.5 51.5) (end 191.5 49.3) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A64)) + (segment (start 191.5 49.3) (end 190.5 48.3) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302ABE)) + (segment (start 190.5 48.3) (end 182.7 48.3) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A88)) + (segment (start 181.5 49.5) (end 181.5 51.5) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A82)) + (segment (start 182.7 48.3) (end 181.5 49.5) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302ABB)) + (via (at 163.3 60.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 6030388F)) + (segment (start 160.95529 60.6) (end 160.927645 60.572355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AB2)) + (segment (start 163.3 60.6) (end 160.95529 60.6) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A70)) + (segment (start 160.927645 60.572355) (end 159.183371 60.572355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AAF)) + (segment (start 161.247371 60.572355) (end 160.927645 60.572355) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A61)) + (segment (start 165.73 52.945) (end 165.73 54.37) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AA9)) + (via (at 165 56.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60303898)) + (segment (start 165 55.1) (end 165 56.9) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302AA6)) + (segment (start 165.73 54.37) (end 165 55.1) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A91)) + (segment (start 165 56.9) (end 165 60.6) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302AA3)) + (segment (start 165 60.6) (end 163.3 60.6) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302A6A)) + (segment (start 168.58 60.6) (end 165 60.6) (width 0.5) (layer B.Cu) (net 160) (tstamp 60302A9A)) + (via (at 153.8 102.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60303892)) + (segment (start 153.78 102.68) (end 153.8 102.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A97)) + (segment (start 153.78 101.02) (end 153.78 102.68) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A8E)) + (segment (start 153.78 98.2) (end 153.78 101.02) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A5E)) + (segment (start 177.6 139.5) (end 177.65 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A5B)) + (segment (start 177.6 138.72) (end 177.6 139.5) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A7F)) + (via (at 204.7 57.2) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 6030388C)) + (segment (start 204.64 57.26) (end 204.7 57.2) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A7C)) + (segment (start 203.77 57.26) (end 204.64 57.26) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A67)) + (segment (start 170.009645 86.590355) (end 170.001371 86.598629) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029F5)) + (segment (start 170.561371 86.590355) (end 170.009645 86.590355) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029B3)) + (segment (start 170.001371 88.290355) (end 170.001371 86.598629) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029C8)) + (segment (start 192.55 54.05) (end 191.5 53) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029D7)) + (segment (start 191.5 51.5) (end 191.5 53) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A1F)) + (segment (start 197.45 54.05) (end 204.08 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A04)) + (segment (start 194.55 68.45) (end 194.55 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A16)) + (segment (start 194.55 54.05) (end 192.55 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029E6)) + (segment (start 179.6 139.55) (end 178.05 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029C5)) + (segment (start 178.05 139.55) (end 177.65 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029D4)) + (via (at 153.8 109.199996) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60303889)) + (segment (start 153.8 102.7) (end 153.8 109.199996) (width 0.5) (layer B.Cu) (net 160) (tstamp 603029B9)) + (segment (start 153.8 134.3) (end 153.8 109.199996) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029B0)) + (segment (start 159.05 139.55) (end 153.8 134.3) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A07)) + (segment (start 178.05 139.55) (end 159.05 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A10)) + (via (at 210.1 74.75) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60302995)) + (segment (start 210.115 74.735) (end 210.1 74.75) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029D1)) + (segment (start 210.115 71.27) (end 210.115 74.735) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029AD)) + (via (at 210.1 80.05) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 60302998)) + (segment (start 210.1 74.75) (end 210.1 80.05) (width 0.5) (layer B.Cu) (net 160) (tstamp 603029FB)) + (segment (start 210.1 82.65) (end 210.115 82.665) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029CE)) + (segment (start 210.1 80.05) (end 210.1 82.65) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029EF)) + (segment (start 168.58 57.22) (end 168.57 57.21) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029EC)) + (segment (start 170.2 57.22) (end 168.58 57.22) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029BC)) + (segment (start 192.71 70.29) (end 194.2 68.8) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A0D)) + (segment (start 194.2 68.8) (end 194.55 68.45) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029B6)) + (segment (start 182.5 70.38) (end 182.59 70.29) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029DA)) + (segment (start 182.5 72.74) (end 182.5 70.38) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029A7)) + (segment (start 182.59 70.29) (end 192.71 70.29) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029AA)) + (segment (start 179.96 70.29) (end 182.59 70.29) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029CB)) + (segment (start 172.9 73.88) (end 172.9 75.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029A1)) + (segment (start 172.9 75.7) (end 170.001371 78.598629) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A01)) + (segment (start 170.118 81.682) (end 170.001371 81.798629) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A1C)) + (segment (start 170.001371 81.798629) (end 170.001371 86.598629) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A19)) + (segment (start 170.001371 78.598629) (end 170.001371 81.798629) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029BF)) + (via (at 166.8 81.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 6030299E)) + (segment (start 166.818 81.682) (end 166.8 81.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029DD)) + (segment (start 170.982 81.682) (end 166.818 81.682) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029E9)) + (segment (start 173.696 81.682) (end 170.982 81.682) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029A4)) + (segment (start 170.982 81.682) (end 170.118 81.682) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029FE)) + (via (at 162 81.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 160) (tstamp 6030299B)) + (segment (start 166.8 81.7) (end 162 81.7) (width 0.5) (layer B.Cu) (net 160) (tstamp 603029C2)) + (segment (start 162 81.7) (end 153.86 81.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029E0)) + (segment (start 153.78 81.62) (end 153.78 86.48) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029F8)) + (segment (start 153.86 81.7) (end 153.78 81.62) (width 0.5) (layer F.Cu) (net 160) (tstamp 603029E3)) + (segment (start 153.78 60.5) (end 153.78 81.62) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302A13)) + (segment (start 196.05 54.05) (end 194.55 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302902)) + (segment (start 197.45 54.05) (end 196.05 54.05) (width 0.5) (layer F.Cu) (net 160) (tstamp 603028FF)) + (segment (start 235.2 112.2) (end 237.2 112.2) (width 0.5) (layer F.Cu) (net 160) (tstamp 6030275B)) + (segment (start 237.2 112.2) (end 238.2 113.2) (width 0.5) (layer F.Cu) (net 160) (tstamp 6030274C)) + (segment (start 238.2 113.2) (end 238.2 134.4) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302752)) + (segment (start 238.2 134.4) (end 236.9 135.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302758)) + (segment (start 236.9 135.7) (end 229 135.7) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302755)) + (segment (start 229 135.7) (end 225.15 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 6030274F)) + (segment (start 222.1 139.6) (end 222.05 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302914)) + (segment (start 222.1 141.5) (end 222.1 139.6) (width 0.5) (layer F.Cu) (net 160) (tstamp 6030291A)) + (segment (start 222.05 139.55) (end 179.6 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302917)) + (segment (start 225.15 139.55) (end 222.05 139.55) (width 0.5) (layer F.Cu) (net 160) (tstamp 60302911)) + (segment (start 191.5 53) (end 191.5 51.5) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 192.3 53.8) (end 191.5 53) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 206.3 54.7) (end 205.4 53.8) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 206.3 56.4) (end 206.3 54.7) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 205.5 57.2) (end 206.3 56.4) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 205.4 53.8) (end 192.3 53.8) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 204.7 57.2) (end 205.5 57.2) (width 0.5) (layer B.Cu) (net 160)) + (segment (start 156.48 52.42) (end 156.48 50.05) (width 0.5) (layer F.Cu) (net 160)) + (segment (start 153.78 55.12) (end 156.48 52.42) (width 0.5) (layer F.Cu) (net 160)) + (segment (start 153.78 60.5) (end 153.78 55.12) (width 0.5) (layer F.Cu) (net 160)) + (segment (start 43.437 57.983) (end 44.863 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 58.72) (end 45.6 63.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.863 57.983) (end 45.6 58.72) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 57.99) (end 113.17 57.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.17 57.99) (end 114 58.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 65) (end 113.18 65) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 65) (end 113.9 65.72) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 65.02) (end 44.8 65.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.8 65.02) (end 45.72 65.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 72.06) (end 44.84 72.06) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.84 72.06) (end 45.72 72.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 72.1) (end 113.18 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 72.1) (end 114 72.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 79.1) (end 113.08 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.08 79.1) (end 113.82 79.84) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 79.09) (end 45.07 79.09) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.07 79.09) (end 45.6 79.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53 47.72) (end 53 52.19) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 58.63 47.026) (end 59.906 47.026) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.18 47.3) (end 60.18 52.19) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 59.906 47.026) (end 60.18 47.3) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 73.83 47) (end 75.78 47) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.78 48) (end 76.78 52) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.78 47) (end 76.78 48) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 86.07) (end 45.05 86.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.05 86.07) (end 45.6 86.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 86.1) (end 113.18 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 86.1) (end 113.88 86.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 93.1) (end 113.18 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 93.1) (end 114 93.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 93.1) (end 44.88 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.88 93.1) (end 45.62 93.84) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 100.1) (end 44.78 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.78 100.1) (end 45.7 101.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 100.1) (end 113.28 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.28 100.1) (end 114 100.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 107.02) (end 113.3 107.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.3 107.02) (end 113.9 107.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 107.07) (end 44.85 107.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.85 107.07) (end 45.6 107.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 114.1) (end 44.88 114.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.88 114.1) (end 45.6 114.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 113.96) (end 114.34 113.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.34 113.96) (end 115 114.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 111.83 120.98) (end 114.06 120.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.06 120.98) (end 114.98 121.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 120.97) (end 45.75 120.97) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.75 120.97) (end 46.6 121.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 39.68 134.6) (end 38.98 134.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 38.48 135.1) (end 38.48 135.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 38.98 134.6) (end 38.48 135.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.18 140.1) (end 46.18 140.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.68 140.6) (end 45.68 141.32) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.18 140.1) (end 45.68 140.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.48 136.78) (end 61.48 137.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.08 138.2) (end 60.28 138.2) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.48 137.8) (end 61.08 138.2) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.76 57.015) (end 40.76 56.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.58 55.9) (end 39.46 55.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.76 56.08) (end 40.58 55.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.88 120) (end 122.88 119.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.58 118.8) (end 121.56 118.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.88 119.1) (end 122.58 118.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.06 55.8) (end 122.88 55.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 123.26 56.18) (end 123.26 56.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.88 55.8) (end 123.26 56.18) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.437 57.983) (end 42.363 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 41.395 57.015) (end 40.76 57.015) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 42.363 57.983) (end 41.395 57.015) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 39.68 134.6) (end 42.38 134.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 42.38 134.6) (end 43.08 135.3) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.1 141.32) (end 45.68 141.32) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.08 140.3) (end 44.1 141.32) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.18 134.6) (end 47.18 135.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.18 135.8) (end 46.08 136.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.08 136.9) (end 43.08 136.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.08 136.9) (end 43.08 140.3) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.08 135.3) (end 43.08 136.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 123.26 56.99) (end 123.26 58.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 123.26 58.62) (end 121.96 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 59.92) (end 114 63.06) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 58.82) (end 114 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 51.03 47.046) (end 51.03 46.15) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 51.03 46.15) (end 50.78 45.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 50.78 45.9) (end 45.88 45.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.88 45.9) (end 45.46 46.32) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.46 48.02) (end 45.46 52.19) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.364 47.076) (end 45.46 46.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.404 47.076) (end 45.364 47.076) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.46 46.98) (end 45.46 48.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.46 46.32) (end 45.46 46.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 58.63 47.026) (end 58.63 46.15) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 58.63 46.15) (end 58.28 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 58.28 45.8) (end 53.68 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.68 45.8) (end 53 46.48) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.966 47.046) (end 53 47.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 51.03 47.046) (end 52.966 47.046) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53 47.08) (end 53 47.72) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53 46.48) (end 53 47.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.9 47.52) (end 67.9 52.11) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.896 46.976) (end 67.9 46.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 66.23 46.976) (end 67.896 46.976) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.9 46.98) (end 67.9 47.52) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.9 46.48) (end 67.9 46.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.58 45.8) (end 67.9 46.48) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 72.78 45.8) (end 68.58 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 73.83 47) (end 73.83 45.85) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 73.83 45.85) (end 73.88 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 73.88 45.8) (end 72.78 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.28 138.2) (end 60.28 140) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.88 120) (end 122.88 121.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.88 122.8) (end 114.98 122.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 122.88 121.8) (end 121.88 122.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.98 121.9) (end 114.98 122.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.404 47.076) (end 41.304 47.076) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 39.46 48.92) (end 39.46 55.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 41.304 47.076) (end 39.46 48.92) (width 0.5) (layer F.Cu) (net 161)) + (via (at 40.88 100.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 43.43 100.1) (end 40.88 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.705 119.985001) (end 40.705 119.225) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.08 118.6) (end 39.38 118.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.705 119.225) (end 40.08 118.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.88 100.1) (end 38.68 100.1) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 46.6 121.82) (end 46.6 122.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.6 122.92) (end 46.6 126) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.96 129.12) (end 44.98 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.98 129.1) (end 47.18 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.96 130.98) (end 44.96 132.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45 130.42) (end 44.96 130.38) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.88 130.42) (end 45 130.42) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.96 130.38) (end 44.96 129.12) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.96 130.98) (end 44.96 130.38) (width 0.5) (layer F.Cu) (net 161)) + (via (at 113.28 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 114.88 123) (end 114.98 123.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.28 123) (end 114.88 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.98 123.1) (end 114.98 126.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.98 122.8) (end 114.98 123.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.88 115.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 46.86 115.82) (end 46.88 115.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 115.82) (end 46.86 115.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 114.82) (end 45.6 115.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 115.82) (end 45.6 119.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 113.68 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 114.88 115.7) (end 115 115.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 115 115.82) (end 115 119) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 115 114.62) (end 115 115.82) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.88 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 46.86 108.88) (end 46.88 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 108.88) (end 46.86 108.88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 107.82) (end 45.6 108.88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 108.88) (end 45.6 112.17) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.78 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.78 108.9) (end 113.9 109.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.9 109.02) (end 113.9 112) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.9 107.62) (end 113.9 109.02) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.68 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 46.66 101.98) (end 46.68 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.7 101.98) (end 46.66 101.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.7 101.02) (end 45.7 101.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.7 101.98) (end 45.7 105.2) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.88 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.88 102) (end 114 101.88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 101.88) (end 114 105.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 100.82) (end 114 101.88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.62 93.84) (end 45.62 94.86) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.62 94.86) (end 45.62 98.2) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.78 94.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.98 94.8) (end 114 94.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 94.82) (end 114 98.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 93.92) (end 114 94.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.78 94.8) (end 113.68 94.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.68 94.8) (end 113.98 94.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.38 115.7) (end 119.48 115.7) (width 0.5) (layer F.Cu) (net 161)) + (via (at 119.48 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.68 115.7) (end 114.38 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114.38 115.7) (end 114.88 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 115.7) (end 120.88 115.7) (width 0.5) (layer B.Cu) (net 161)) + (via (at 121.58 117.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 121.56 117.62) (end 121.58 117.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.56 118.8) (end 121.56 117.62) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.58 117.6) (end 121.58 116.3) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 120.98 115.7) (end 120.88 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 121.58 116.3) (end 120.98 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 46.76 87.88) (end 46.78 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 87.88) (end 46.76 87.88) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.78 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 45.6 86.62) (end 45.6 87.88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 87.88) (end 45.6 91.2) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.58 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.78 87.9) (end 113.88 88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.88 88) (end 113.88 91.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.88 86.8) (end 113.88 88) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.96 80.78) (end 46.98 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 80.78) (end 46.96 80.78) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.6 79.62) (end 45.6 80.78) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.98 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 45.6 80.78) (end 45.6 84.2) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.58 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.68 80.8) (end 113.82 80.66) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.82 80.66) (end 113.82 84.09) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.82 79.84) (end 113.82 80.66) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.88 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 46.84 73.96) (end 46.88 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.72 73.96) (end 46.84 73.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.72 72.94) (end 45.72 73.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.72 73.96) (end 45.72 77.16) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.98 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.98 74) (end 114 74.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 74.02) (end 114 77.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.98 74) (end 113.98 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 114 72.92) (end 114 74.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.72 66.84) (end 47.04 66.84) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.04 66.84) (end 47.08 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.72 65.94) (end 45.72 66.84) (width 0.5) (layer F.Cu) (net 161)) + (via (at 47.08 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 45.72 66.84) (end 45.72 70.18) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.78 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.88 66.8) (end 113.9 66.78) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.9 66.78) (end 113.9 70.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.9 65.72) (end 113.9 66.78) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.437 57.983) (end 43.437 59.457) (width 0.5) (layer F.Cu) (net 161)) + (via (at 44.48 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 43.78 59.8) (end 44.48 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.437 59.457) (end 43.78 59.8) (width 0.5) (layer F.Cu) (net 161)) + (via (at 112.78 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 113.88 59.8) (end 114 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.78 59.8) (end 113.88 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.06 59.92) (end 114 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.96 59.92) (end 121.06 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.08 59.94) (end 121.06 59.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 65.1) (end 121.08 63.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 121.08 63.5) (end 121.08 59.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 66.8) (end 119.48 65.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.28 66.8) (end 119.48 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.78 66.8) (end 113.28 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.28 66.8) (end 113.88 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.38 74) (end 119.48 74.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.98 74) (end 119.38 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 74.1) (end 119.48 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 80.8) (end 119.48 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.58 80.8) (end 113.18 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.18 80.8) (end 113.68 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.08 87.9) (end 119.48 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 87.9) (end 119.48 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.58 87.9) (end 113.08 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.08 87.9) (end 113.78 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.38 94.8) (end 119.48 94.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.68 94.8) (end 119.38 94.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 94.7) (end 119.48 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 102) (end 119.48 94.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.88 102) (end 113.48 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.48 102) (end 119.48 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.48 102) (end 113.88 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.38 108.9) (end 119.48 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 108.9) (end 119.48 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 115.7) (end 119.48 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.78 108.9) (end 113.38 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 113.38 108.9) (end 113.78 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 36.5 98.8) (end 35 98.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 37.8 100.1) (end 36.5 98.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 38.68 100.1) (end 37.8 100.1) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 81.43 58) (end 81.43 46.93) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 80.3 45.8) (end 73.88 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 81.43 46.93) (end 80.3 45.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 78.78) (end 119.48 74.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 119.48 80.8) (end 119.48 78.78) (width 0.5) (layer F.Cu) (net 161)) + (via (at 40.8 72.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 40.84 72.06) (end 40.8 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 43.43 72.06) (end 40.84 72.06) (width 0.5) (layer F.Cu) (net 161)) + (via (at 38.5 72.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 40.8 72.1) (end 38.5 72.1) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 34.49 72.1) (end 34.48 72.09) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 38.5 72.1) (end 34.49 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.48 59.8) (end 51.8 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 51.8 59.8) (end 52.08 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 63.08) (end 53.3 59.8) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.3 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.3 59.8) (end 54.68 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 51.8 59.8) (end 53.3 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 59.8) (end 53.3 58.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.7 58) (end 51.03 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 58.6) (end 52.7 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 54.68 59.8) (end 59.3 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 59.3 59.8) (end 59.68 59.8) (width 0.5) (layer B.Cu) (net 161)) + (via (at 60.9 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.94 59.84) (end 60.9 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.94 63.11) (end 60.94 59.84) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 59.8) (end 61.98 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 59.3 59.8) (end 60.9 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.9 59.8) (end 60.9 58.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.383 57.983) (end 58.63 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 58.5) (end 60.383 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.98 59.8) (end 66.6 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 66.6 59.8) (end 67.18 59.8) (width 0.5) (layer B.Cu) (net 161)) + (via (at 68.5 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.5 63.08) (end 68.5 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 66.6 59.8) (end 68.5 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.5 59.8) (end 68.5 58.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.983 57.983) (end 66.23 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.5 58.5) (end 67.983 57.983) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.2 63.02) (end 76.2 59.8) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76.2 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.5 59.8) (end 76.2 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76.2 59.8) (end 76.2 58.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.7 58) (end 73.83 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.2 58.5) (end 75.7 58) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.6 63.1) (end 83.6 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.2 59.8) (end 83.6 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.6 59.8) (end 83.6 58.4) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.2 58) (end 81.43 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 58.4) (end 83.2 58) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.3 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.3 63.1) (end 91.3 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 59.8) (end 91.3 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.3 59.8) (end 91.3 58.4) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.9 58) (end 89.03 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 58.4) (end 90.9 58) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 63.1) (end 98.8 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 59.8) (end 98.8 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 59.8) (end 98.8 58.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.1 58) (end 96.63 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 58.7) (end 98.1 58) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.78 59.8) (end 112.78 59.8) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.4 59.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.4 63.09) (end 106.4 59.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 59.8) (end 107.78 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 59.8) (end 106.4 59.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 59.8) (end 106.4 58.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.69 57.99) (end 104.23 57.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 58.7) (end 105.69 57.99) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.3 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.3 66.8) (end 54.58 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 70.08) (end 53.3 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.08 66.8) (end 53.3 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 66.8) (end 53.3 65.4) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.92 65.02) (end 51.03 65.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 65.4) (end 52.92 65.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 54.58 66.8) (end 59.4 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 59.4 66.8) (end 59.68 66.8) (width 0.5) (layer B.Cu) (net 161)) + (via (at 61 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 61 70.1) (end 61 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 59.4 66.8) (end 61 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 61 66.8) (end 61 65.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.42 65.02) (end 58.63 65.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61 65.6) (end 60.42 65.02) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 70.1) (end 68.4 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61 66.8) (end 68.4 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 66.8) (end 68.4 65.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.92 65.02) (end 66.23 65.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 65.5) (end 67.92 65.02) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 75.98 66.82) (end 76 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.98 70.1) (end 75.98 66.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 66.8) (end 76 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76 66.8) (end 76 65.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.3 65) (end 73.83 65) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 65.7) (end 75.3 65) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.7 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.7 70.13) (end 83.7 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 66.8) (end 83.7 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.7 66.8) (end 83.7 65.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.24 65.04) (end 81.43 65.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 65.5) (end 83.24 65.04) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.3 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.3 70.1) (end 91.3 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 66.8) (end 91.3 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.3 66.8) (end 91.3 65.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.75 65.05) (end 89.03 65.05) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 65.6) (end 90.75 65.05) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 70.1) (end 98.8 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 66.8) (end 98.8 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 66.8) (end 98.8 65.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.16 65.06) (end 96.63 65.06) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 65.7) (end 98.16 65.06) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.68 66.8) (end 112.78 66.8) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.5 66.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.5 70.1) (end 106.5 66.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.5 66.8) (end 107.68 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 66.8) (end 106.5 66.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.5 66.8) (end 106.5 65.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.9 65) (end 104.23 65) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.5 65.6) (end 105.9 65) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.3 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.3 77.1) (end 53.3 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.88 74) (end 53.3 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 74) (end 53.3 72.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.77 72.07) (end 51.03 72.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 72.6) (end 52.77 72.07) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.8 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.81 74.01) (end 60.8 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.81 77.14) (end 60.81 74.01) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 74) (end 60.8 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.8 74) (end 60.8 72.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.08 72.08) (end 58.63 72.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.8 72.8) (end 60.08 72.08) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.35 74.05) (end 68.4 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.35 77.18) (end 68.35 74.05) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.8 74) (end 68.4 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 74) (end 68.4 72.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.97 72.07) (end 66.23 72.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 72.5) (end 67.97 72.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.95 74.05) (end 75.9 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.95 77.1) (end 75.95 74.05) (width 0.5) (layer F.Cu) (net 161)) + (via (at 75.9 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 74) (end 75.9 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 75.9 74) (end 75.9 72.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.17 72.07) (end 73.83 72.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.9 72.8) (end 75.17 72.07) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.58 74.02) (end 83.6 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.58 77.1) (end 83.58 74.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.9 74) (end 83.6 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.05 72.05) (end 81.49 72.05) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 72.6) (end 83.05 72.05) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 74) (end 83.6 72.6) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.1 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.14 74.04) (end 91.1 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.14 77.13) (end 91.14 74.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 74) (end 91.1 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.1 74) (end 91.1 72.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.6 72.1) (end 89.03 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.1 72.6) (end 90.6 72.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.83 74.03) (end 98.8 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.83 77.12) (end 98.83 74.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.1 74) (end 98.8 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 74) (end 98.8 72.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.2 72.1) (end 96.63 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 72.7) (end 98.2 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.58 74) (end 112.98 74) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.4 74) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.45 74.05) (end 106.4 74) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.45 77.1) (end 106.45 74.05) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 74) (end 107.58 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 74) (end 106.4 74) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 74) (end 106.4 72.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.8 72.1) (end 104.23 72.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 72.7) (end 105.8 72.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.3 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.3 84.19) (end 53.3 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.98 80.8) (end 53.3 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 80.8) (end 53.3 79.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.69 79.09) (end 51.03 79.09) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 79.7) (end 52.69 79.09) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.88 80.82) (end 60.9 80.8) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.9 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.88 84.15) (end 60.88 80.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 80.8) (end 60.9 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.9 80.8) (end 60.9 79.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.2 79.1) (end 58.63 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 79.8) (end 60.2 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 84.1) (end 68.4 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 80.8) (end 68.4 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 80.8) (end 68.4 79.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.9 79.1) (end 66.23 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 79.6) (end 67.9 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 75.9 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 75.92 80.82) (end 75.9 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.92 84.1) (end 75.92 80.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 80.8) (end 75.9 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 75.9 80.8) (end 75.9 79.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.2 79.1) (end 73.83 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.9 79.8) (end 75.2 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.6 84.2) (end 83.6 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.9 80.8) (end 83.6 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.6 80.8) (end 83.6 79.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.1 79.1) (end 81.43 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 79.6) (end 83.1 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.3 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.28 80.82) (end 91.3 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.28 84.1) (end 91.28 80.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 80.8) (end 91.3 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.3 80.8) (end 91.3 79.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.6 79.1) (end 89.03 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 79.8) (end 90.6 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 84.1) (end 98.8 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 80.8) (end 98.8 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 80.8) (end 98.8 79.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.3 79.1) (end 96.63 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 79.6) (end 98.3 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.48 80.8) (end 112.58 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.38 80.82) (end 106.4 80.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.38 84.1) (end 106.38 80.82) (width 0.5) (layer F.Cu) (net 161)) + (via (at 106.4 80.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.4 80.8) (end 107.48 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 80.8) (end 106.4 80.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 80.8) (end 106.4 79.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.9 79.1) (end 104.23 79.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 79.6) (end 105.9 79.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.2 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.2 91.2) (end 53.2 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.78 87.9) (end 53.2 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.2 87.9) (end 53.2 86.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.57 86.07) (end 51.03 86.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 86.7) (end 52.57 86.07) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.9 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.88 87.92) (end 60.9 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.88 91.14) (end 60.88 87.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 87.9) (end 60.9 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.9 87.9) (end 60.9 86.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.17 86.07) (end 58.63 86.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 86.8) (end 60.17 86.07) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 91.1) (end 68.4 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 87.9) (end 68.4 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 87.9) (end 68.4 86.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.74 86.04) (end 66.23 86.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 86.7) (end 67.74 86.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 91.1) (end 76 87.9) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 87.9) (end 76 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76 87.9) (end 76 86.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.3 86.1) (end 73.83 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 86.8) (end 75.3 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 91.13) (end 83.7 87.9) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.7 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 76 87.9) (end 83.7 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.7 87.9) (end 83.7 86.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83 86.1) (end 81.43 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 86.8) (end 83 86.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.2 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.2 91.1) (end 91.2 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 87.9) (end 91.2 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.2 87.9) (end 91.2 86.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.6 86.1) (end 89.03 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 86.7) (end 90.6 86.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 91.1) (end 98.8 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 87.9) (end 98.8 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 87.9) (end 98.8 86.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98 86.1) (end 96.63 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 86.9) (end 98 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.68 87.9) (end 112.58 87.9) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.4 87.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.4 87.9) (end 107.68 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 91.1) (end 106.4 87.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 87.9) (end 106.4 87.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 87.9) (end 106.4 86.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.6 86.1) (end 104.23 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 86.9) (end 105.6 86.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.62 94.86) (end 46.94 94.86) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.94 94.86) (end 46.98 94.9) (width 0.5) (layer F.Cu) (net 161)) + (via (at 46.98 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (via (at 53.2 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.2 98.2) (end 53.2 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.98 94.9) (end 53.2 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.2 94.9) (end 53.2 93.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.4 93.1) (end 51.03 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 93.9) (end 52.4 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.8 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.8 98.2) (end 60.8 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 94.9) (end 60.8 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.8 94.9) (end 60.8 93.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.1 93.1) (end 58.63 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.8 93.8) (end 60.1 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.6 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.63 98.12) (end 68.63 94.93) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.63 94.93) (end 68.6 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.8 94.9) (end 68.6 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.6 94.9) (end 68.6 93.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.8 93.1) (end 66.23 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.6 93.9) (end 67.8 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76.1 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 76.1 98.14) (end 76.1 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.6 94.9) (end 76.1 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76.1 94.9) (end 76.1 93.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.57 93.07) (end 73.83 93.07) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.1 93.6) (end 75.57 93.07) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.7 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.7 98.13) (end 83.7 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.1 94.9) (end 83.7 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.7 94.9) (end 83.7 93.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.1 93.1) (end 81.43 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 93.7) (end 83.1 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.2 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.2 98.1) (end 91.2 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.7 94.9) (end 91.2 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.2 94.9) (end 91.2 94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.3 93.1) (end 89.03 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 94) (end 90.3 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 94.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 98.1) (end 98.8 94.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 94.9) (end 98.8 94.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 94.9) (end 98.8 93.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.1 93.1) (end 96.63 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 93.8) (end 98.1 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.58 94.8) (end 112.78 94.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 100.08 94.9) (end 100.18 94.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 94.9) (end 100.08 94.9) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.4 94.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.4 98.1) (end 106.4 94.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 94.8) (end 107.58 94.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 100.18 94.8) (end 106.4 94.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 94.8) (end 106.4 93.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.9 93.1) (end 104.23 93.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 93.6) (end 105.9 93.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.2 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.2 112.15) (end 53.2 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.88 108.9) (end 53.2 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.2 108.9) (end 53.2 108) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.23 107.03) (end 51.03 107.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 108) (end 52.23 107.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.88 108.92) (end 60.9 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.88 112.08) (end 60.88 108.92) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.9 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.2 108.9) (end 60.9 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.9 108.9) (end 60.9 107.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 59.99 106.99) (end 58.63 106.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 107.9) (end 59.99 106.99) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.42 108.92) (end 68.4 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.42 112.04) (end 68.42 108.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 108.9) (end 68.4 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 108.9) (end 68.4 107.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.69 106.99) (end 66.23 106.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 107.7) (end 67.69 106.99) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 76.02 108.92) (end 76 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.02 112) (end 76.02 108.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 108.9) (end 76 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76 108.9) (end 76 107.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.49 106.99) (end 73.83 106.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 107.5) (end 75.49 106.99) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.6 112) (end 83.6 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 108.9) (end 83.6 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.6 108.9) (end 83.6 107.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 82.98 106.98) (end 81.43 106.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 107.6) (end 82.98 106.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 84.78 108.9) (end 83.6 108.9) (width 0.5) (layer B.Cu) (net 161)) + (via (at 91.2 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.2 112.08) (end 91.2 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 108.9) (end 84.78 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.2 108.9) (end 91.2 107.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.69 106.99) (end 89.03 106.99) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 107.5) (end 90.69 106.99) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.9 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.92 108.92) (end 98.9 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.92 112) (end 98.92 108.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 108.9) (end 98.9 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.9 108.9) (end 98.9 107.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.3 107) (end 96.63 107) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.9 107.6) (end 98.3 107) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.68 108.9) (end 112.78 108.9) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.5 108.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 106.5 112.05) (end 106.5 108.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.5 108.9) (end 107.68 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.9 108.9) (end 106.5 108.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.5 108.9) (end 106.5 107.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.9 107) (end 104.23 107) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.5 107.6) (end 105.9 107) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.2 115.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.22 115.82) (end 53.2 115.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.22 119.13) (end 53.22 115.82) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.88 115.8) (end 53.2 115.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.2 115.8) (end 53.2 115) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.3 114.1) (end 51.03 114.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.2 115) (end 52.3 114.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.72 115.82) (end 60.7 115.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.72 119.04) (end 60.72 115.82) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.7 115.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.2 115.8) (end 60.7 115.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.7 115.8) (end 60.7 114.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.13 114.03) (end 58.63 114.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.7 114.6) (end 60.13 114.03) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 115.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 119.1) (end 68.4 115.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.7 115.8) (end 68.4 115.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 115.8) (end 68.4 114.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.94 114.04) (end 66.23 114.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 114.5) (end 67.94 114.04) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 69.78 115.8) (end 69.88 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 115.8) (end 69.78 115.8) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76.1 119.1) (end 76.1 115.7) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76.1 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 69.88 115.7) (end 76.1 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76.1 115.7) (end 76.1 114.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.43 114.03) (end 73.83 114.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.1 114.7) (end 75.43 114.03) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.58 119.07) (end 83.58 115.72) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.58 115.72) (end 83.6 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.1 115.7) (end 83.6 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.6 115.7) (end 83.6 114.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 82.82 114.02) (end 81.43 114.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 114.8) (end 82.82 114.02) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.2 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.2 119.07) (end 91.2 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 115.7) (end 91.2 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.2 115.7) (end 91.2 114.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.73 114.03) (end 89.03 114.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 114.5) (end 90.73 114.03) (width 0.5) (layer F.Cu) (net 161)) + (via (at 99.7 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 99.68 115.72) (end 99.7 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.68 119.08) (end 99.68 115.72) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.2 115.7) (end 99.7 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 99.7 115.7) (end 99.7 114.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.01 114.01) (end 96.63 114.01) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.7 114.7) (end 99.01 114.01) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 108.18 115.7) (end 113.68 115.7) (width 0.5) (layer B.Cu) (net 161)) + (via (at 107.2 115.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 107.2 119.08) (end 107.2 115.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.2 115.7) (end 108.18 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 99.7 115.7) (end 107.2 115.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 107.2 115.7) (end 107.2 114.5) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.71 114.01) (end 104.23 114.01) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.2 114.5) (end 106.71 114.01) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.6 122.92) (end 47.56 122.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.56 122.92) (end 47.58 122.9) (width 0.5) (layer F.Cu) (net 161)) + (via (at 47.58 122.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (via (at 54.3 122.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 54.28 122.92) (end 54.3 122.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 54.28 126) (end 54.28 122.92) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.58 122.9) (end 54.3 122.9) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 54.3 122.9) (end 54.3 121.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.56 120.96) (end 51.03 120.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 54.3 121.7) (end 53.56 120.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 55.38 122.9) (end 55.48 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 54.3 122.9) (end 55.38 122.9) (width 0.5) (layer B.Cu) (net 161)) + (via (at 61.7 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 61.7 125.95) (end 61.7 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 55.48 123) (end 61.7 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 61.7 123) (end 61.7 121.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.04 120.94) (end 58.63 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 61.7 121.6) (end 61.04 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 62.620718 123) (end 61.7 123) (width 0.5) (layer B.Cu) (net 161)) + (via (at 69.3 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 69.3 125.95) (end 69.3 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 69.3 123) (end 62.620718 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 69.3 123) (end 69.3 121.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.54 120.94) (end 66.23 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 69.3 121.7) (end 68.54 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.068569 123.039998) (end 83.069794 123.041223) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 77.98 123.039998) (end 83.068569 123.039998) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 77.940002 123) (end 77.98 123.039998) (width 0.5) (layer B.Cu) (net 161)) + (via (at 76.9 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 76.9 125.98) (end 76.9 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.9 123) (end 77.940002 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 69.3 123) (end 76.9 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76.9 123) (end 76.9 121.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.14 120.94) (end 73.83 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76.9 121.7) (end 76.14 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.895565 123.039998) (end 90.895705 123.039858) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 84.4 123.079996) (end 84.360002 123.039998) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 84.4 126) (end 84.4 123.079996) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 84.360002 123.039998) (end 90.895565 123.039998) (width 0.5) (layer B.Cu) (net 161)) + (via (at 84.360002 123.039998) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.068569 123.039998) (end 84.360002 123.039998) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 84.360002 123.039998) (end 84.360002 121.560002) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.74 120.94) (end 81.43 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 84.360002 121.560002) (end 83.74 120.94) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.935563 123) (end 90.895565 123.039998) (width 0.5) (layer B.Cu) (net 161)) + (via (at 92.2 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 92.2 126) (end 92.2 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 92.2 123) (end 90.935563 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 92.2 123) (end 92.2 121.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.36 120.96) (end 89.03 120.96) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 92.2 121.8) (end 91.36 120.96) (width 0.5) (layer F.Cu) (net 161)) + (via (at 99.8 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 99.77 123.03) (end 99.8 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.77 125.99) (end 99.77 123.03) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 92.2 123) (end 99.8 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 99.8 123) (end 99.8 121.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.18 120.98) (end 96.63 120.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 99.8 121.6) (end 99.18 120.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 108.28 123) (end 113.28 123) (width 0.5) (layer B.Cu) (net 161)) + (via (at 107.2 123) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 107.2 126) (end 107.2 123) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.2 123) (end 108.28 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 99.8 123) (end 107.2 123) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 107.2 123) (end 107.2 121.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.28 120.98) (end 104.23 120.98) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 107.2 121.9) (end 106.28 120.98) (width 0.5) (layer F.Cu) (net 161)) + (via (at 53.3 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 53.32 102.02) (end 53.3 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.32 105.15) (end 53.32 102.02) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.68 102) (end 53.3 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 53.3 102) (end 53.3 101) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 52.38 100.08) (end 51.03 100.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 101) (end 52.38 100.08) (width 0.5) (layer F.Cu) (net 161)) + (via (at 60.9 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 60.9 105.17) (end 60.9 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 53.3 102) (end 60.9 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 60.9 102) (end 60.9 100.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.2 100.1) (end 58.65 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 100.8) (end 60.2 100.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 68.4 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 68.4 105.1) (end 68.4 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.9 102) (end 68.4 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 68.4 102) (end 68.4 100.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 67.7 100.1) (end 66.23 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 100.8) (end 67.7 100.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 76 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 76 105.1) (end 76 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 68.4 102) (end 76 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 76 102) (end 76 100.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 75.4 100.1) (end 73.83 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 100.7) (end 75.4 100.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 83.6 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 83.6 105.1) (end 83.6 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 76 102) (end 83.6 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 83.6 102) (end 83.6 100.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 82.8 100.1) (end 81.43 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 100.9) (end 82.8 100.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 91.3 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 91.3 105.2) (end 91.3 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 83.6 102) (end 91.3 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 91.3 102) (end 91.3 100.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 90.6 100.1) (end 89.03 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 100.8) (end 90.6 100.1) (width 0.5) (layer F.Cu) (net 161)) + (via (at 98.8 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 105.1) (end 98.8 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 91.3 102) (end 98.8 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 98.8 102) (end 98.8 100.7) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.2 100.1) (end 96.63 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 98.8 100.7) (end 98.2 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 112.58 102) (end 112.88 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 105.1) (end 106.4 102) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 102) (end 112.58 102) (width 0.5) (layer B.Cu) (net 161)) + (via (at 106.4 102) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 98.8 102) (end 106.4 102) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 106.4 102) (end 106.4 100.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 105.9 100.1) (end 104.23 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 106.4 100.6) (end 105.9 100.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.705 119.985001) (end 40.705 122.195) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.705 122.195) (end 39 123.9) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 39 123.9) (end 39 127.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 39 127.8) (end 40.3 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.58 129.1) (end 44.98 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.98 126) (end 44.28 126.7) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 44.28 126.7) (end 44.28 128.3) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 45.58 126) (end 44.98 126) (width 0.5) (layer B.Cu) (net 161)) + (segment (start 46.6 126) (end 45.58 126) (width 0.5) (layer F.Cu) (net 161)) + (via (at 45.58 126) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (via (at 44.28 128.3) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 161)) + (segment (start 44.28 128.3) (end 44.28 129.08) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.28 129.08) (end 44.3 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.3 129.1) (end 44.98 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 40.3 129.1) (end 44.3 129.1) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 58.96 141.32) (end 59.74 140.54) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.68 141.32) (end 58.96 141.32) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 60.28 140) (end 59.74 140.54) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 47.18 133.8) (end 47.18 134.6) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.169999 133.550001) (end 46.930001 133.550001) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 45.419998 132.8) (end 46.169999 133.550001) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 46.930001 133.550001) (end 47.18 133.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 44.96 132.8) (end 45.419998 132.8) (width 0.5) (layer F.Cu) (net 161)) + (segment (start 210.9595 92.7955) (end 210.967 92.788) (width 0.5) (layer F.Cu) (net 162) (tstamp 60303148)) + (segment (start 205.19 55.03) (end 205.17 55.01) (width 0.5) (layer F.Cu) (net 162) (tstamp 603030EE)) + (segment (start 210.967 94.9905) (end 210.9375 95.02) (width 0.5) (layer F.Cu) (net 162) (tstamp 603030F1)) + (segment (start 195.89 76.59) (end 195.97 76.67) (width 0.5) (layer F.Cu) (net 162) (tstamp 60303127)) + (segment (start 234.8 114.74) (end 213.29 114.74) (width 1) (layer F.Cu) (net 162)) + (via (at 210.9 111.05) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 162)) + (segment (start 210.9 112.35) (end 210.9 111.05) (width 1) (layer F.Cu) (net 162)) + (segment (start 213.29 114.74) (end 210.9 112.35) (width 1) (layer F.Cu) (net 162)) + (via (at 210.9 104.6) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 162)) + (segment (start 210.9 111.05) (end 210.9 104.6) (width 1) (layer B.Cu) (net 162)) + (segment (start 210.9 104.6) (end 210.9375 104.5625) (width 1) (layer F.Cu) (net 162)) + (segment (start 210.9375 92.8175) (end 210.967 92.788) (width 1) (layer F.Cu) (net 162)) + (segment (start 210.9375 95.02) (end 210.9375 92.8175) (width 1) (layer F.Cu) (net 162)) + (segment (start 210.55 103.9) (end 210.9375 104.2875) (width 1) (layer F.Cu) (net 162)) + (segment (start 210.9375 104.2875) (end 210.9375 95.02) (width 1) (layer F.Cu) (net 162)) + (segment (start 210.9375 104.5625) (end 210.9375 104.2875) (width 1) (layer F.Cu) (net 162)) + (segment (start 205.17001 55.03) (end 205.17 55.03001) (width 1) (layer F.Cu) (net 162)) + (segment (start 207.33 55.03) (end 205.17001 55.03) (width 1) (layer F.Cu) (net 162)) + (segment (start 204.08001 55.03) (end 204.08 55.03001) (width 1) (layer F.Cu) (net 162)) + (segment (start 207.33 55.03) (end 204.08001 55.03) (width 1) (layer F.Cu) (net 162)) + (segment (start 196.97 55.03) (end 195.94999 56.05001) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 88.712054) (end 195.94999 89.23) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 85.99999) (end 195.94999 88.712054) (width 1) (layer F.Cu) (net 162)) + (segment (start 177.66 70.29) (end 177.66 76.59) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.74 76.59) (end 195.94999 76.79999) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 76.79999) (end 195.94999 85.99999) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 56.05001) (end 195.94999 76.79999) (width 1) (layer F.Cu) (net 162)) + (segment (start 177.66 76.59) (end 182.64 76.59) (width 1) (layer F.Cu) (net 162)) + (segment (start 182.64 76.59) (end 195.74 76.59) (width 1) (layer F.Cu) (net 162)) + (segment (start 182.52001 73.72001) (end 182.5 73.72001) (width 1) (layer F.Cu) (net 162)) + (segment (start 182.5 73.74002) (end 182.52001 73.72001) (width 1) (layer F.Cu) (net 162)) + (segment (start 182.5 76.45) (end 182.5 73.74002) (width 1) (layer F.Cu) (net 162)) + (segment (start 182.64 76.59) (end 182.5 76.45) (width 1) (layer F.Cu) (net 162)) + (segment (start 201.680001 57.300001) (end 200.150001 57.300001) (width 1) (layer F.Cu) (net 162)) + (segment (start 201.700002 57.28) (end 201.680001 57.300001) (width 1) (layer F.Cu) (net 162)) + (segment (start 202.71 57.28) (end 201.700002 57.28) (width 1) (layer F.Cu) (net 162)) + (segment (start 199.33 56.48) (end 199.33 55.03) (width 1) (layer F.Cu) (net 162)) + (segment (start 200.150001 57.300001) (end 199.33 56.48) (width 1) (layer F.Cu) (net 162)) + (segment (start 199.33 55.03) (end 196.97 55.03) (width 1) (layer F.Cu) (net 162)) + (segment (start 207.33 55.03) (end 199.33 55.03) (width 1) (layer F.Cu) (net 162)) + (segment (start 177.6795 76.6095) (end 177.66 76.59) (width 1) (layer F.Cu) (net 162)) + (segment (start 177.6795 81.654) (end 177.6795 76.6095) (width 1) (layer F.Cu) (net 162)) + (segment (start 192.74999 86.65001) (end 192 87.4) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 86.65001) (end 192.74999 86.65001) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 85.99999) (end 195.94999 86.65001) (width 1) (layer F.Cu) (net 162)) + (segment (start 195.94999 86.65001) (end 195.94999 88.16) (width 1) (layer F.Cu) (net 162)) + (segment (start 191.97501 103.62499) (end 191.7 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 192 93.579118) (end 191.97501 93.604108) (width 1) (layer F.Cu) (net 162)) + (segment (start 191.7 103.9) (end 210.55 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 192.1 95.1) (end 191.97501 94.97501) (width 1) (layer F.Cu) (net 162)) + (segment (start 193 95.1) (end 192.1 95.1) (width 1) (layer F.Cu) (net 162)) + (segment (start 191.97501 94.97501) (end 191.97501 103.62499) (width 1) (layer F.Cu) (net 162)) + (segment (start 191.97501 93.604108) (end 191.97501 94.97501) (width 1) (layer F.Cu) (net 162)) + (segment (start 192 87.4) (end 192 91.8) (width 1) (layer F.Cu) (net 162)) + (segment (start 192 91.8) (end 192 93.579118) (width 1) (layer F.Cu) (net 162)) + (segment (start 193.9 91.9) (end 195.77699 91.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 192.1 91.9) (end 193.9 91.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 192 91.8) (end 192.1 91.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 158.98 103.88) (end 159 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 158.98 101.8) (end 158.98 103.88) (width 1) (layer F.Cu) (net 162)) + (segment (start 144.9 103.9) (end 159 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 158.98 100.83) (end 158.55 100.4) (width 1) (layer F.Cu) (net 162)) + (segment (start 158.98 101.8) (end 158.98 100.83) (width 1) (layer F.Cu) (net 162)) + (segment (start 160.35 90.75) (end 161.55 90.75) (width 1) (layer F.Cu) (net 162)) + (via (at 162.3 92.65) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 162)) + (segment (start 162.3 91.5) (end 162.3 92.65) (width 1) (layer F.Cu) (net 162)) + (segment (start 161.55 90.75) (end 162.3 91.5) (width 1) (layer F.Cu) (net 162)) + (via (at 162.3 99.2) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 162)) + (segment (start 162.3 92.65) (end 162.3 99.2) (width 1) (layer B.Cu) (net 162)) + (segment (start 162.3 103.85) (end 162.25 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 162.25 103.9) (end 191.7 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 162.3 99.2) (end 162.3 103.85) (width 1) (layer F.Cu) (net 162)) + (segment (start 159 103.9) (end 162.25 103.9) (width 1) (layer F.Cu) (net 162)) + (segment (start 160.35 89.65) (end 160 89.3) (width 1) (layer F.Cu) (net 162)) + (segment (start 160.35 90.75) (end 160.35 89.65) (width 1) (layer F.Cu) (net 162)) + (segment (start 40.28 50.3) (end 41.38 50.3) (width 0.15) (layer B.Cu) (net 163)) + (via (at 41.38 50.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 163)) + (segment (start 33.48 57.1) (end 40.28 50.3) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 43.38 50.3) (end 43.404 50.276) (width 0.15) (layer F.Cu) (net 163)) + (segment (start 41.38 50.3) (end 43.38 50.3) (width 0.15) (layer F.Cu) (net 163)) + (segment (start 33.48 57.1) (end 33.48 57.12) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 33.48 57.12) (end 32.4 58.2) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 32.4 58.2) (end 32.4 95.4) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 33.26 96.26) (end 35 96.26) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 32.4 95.4) (end 33.26 96.26) (width 0.15) (layer B.Cu) (net 163)) + (segment (start 43.437 61.183) (end 35.397 61.183) (width 0.15) (layer F.Cu) (net 164)) + (via (at 33.4 66.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 164)) + (segment (start 33.4 63.18) (end 33.69 62.89) (width 0.15) (layer F.Cu) (net 164)) + (segment (start 33.4 66.6) (end 33.4 63.18) (width 0.15) (layer F.Cu) (net 164)) + (segment (start 33.69 62.89) (end 33.58 63) (width 0.15) (layer F.Cu) (net 164)) + (segment (start 35.397 61.183) (end 33.69 62.89) (width 0.15) (layer F.Cu) (net 164)) + (segment (start 33.4 93.2) (end 33.4 66.6) (width 0.15) (layer B.Cu) (net 164)) + (segment (start 33.92 93.72) (end 33.4 93.2) (width 0.15) (layer B.Cu) (net 164)) + (segment (start 35 93.72) (end 33.92 93.72) (width 0.15) (layer B.Cu) (net 164)) + (segment (start 34.49 73.12) (end 34.48 73.11) (width 0.25) (layer F.Cu) (net 165)) + (segment (start 34.49 74.92) (end 34.49 73.12) (width 0.25) (layer F.Cu) (net 165)) + (segment (start 35.1 88.66) (end 35.1 85.8) (width 0.15) (layer F.Cu) (net 165)) + (segment (start 35.1 85.8) (end 37.5 83.4) (width 0.15) (layer F.Cu) (net 165)) + (segment (start 37.5 83.4) (end 37.5 75.8) (width 0.15) (layer F.Cu) (net 165)) + (segment (start 36.65 74.95) (end 34.5 74.95) (width 0.15) (layer F.Cu) (net 165)) + (segment (start 37.5 75.8) (end 36.65 74.95) (width 0.15) (layer F.Cu) (net 165)) + (segment (start 35.1 103.9) (end 32.75 103.9) (width 1) (layer F.Cu) (net 166)) + (segment (start 32.75 103.9) (end 32.15 103.3) (width 1) (layer F.Cu) (net 166)) + (segment (start 32.15 103.3) (end 32.15 81.1) (width 1) (layer F.Cu) (net 166)) + (segment (start 33.34 79.91) (end 34.48 79.91) (width 1) (layer F.Cu) (net 166)) + (segment (start 32.15 81.1) (end 33.34 79.91) (width 1) (layer F.Cu) (net 166)) + (segment (start 159.4 94.08) (end 159.38 94.1) (width 0.15) (layer F.Cu) (net 167)) + (segment (start 159.4 92.75) (end 159.4 94.08) (width 0.15) (layer F.Cu) (net 167)) + (via (at 157.1 94.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 167)) + (segment (start 159.38 94.1) (end 157.1 94.1) (width 0.15) (layer F.Cu) (net 167)) + (segment (start 157.1 94.1) (end 152.9 94.1) (width 0.15) (layer B.Cu) (net 167)) + (segment (start 152.52 93.72) (end 145 93.72) (width 0.15) (layer B.Cu) (net 167)) + (segment (start 152.9 94.1) (end 152.52 93.72) (width 0.15) (layer B.Cu) (net 167)) + (segment (start 159.52 98.38) (end 159.5 98.4) (width 0.15) (layer F.Cu) (net 168)) + (segment (start 159.52 97) (end 159.52 98.38) (width 0.15) (layer F.Cu) (net 168)) + (segment (start 145 96.26) (end 154.36 96.26) (width 0.15) (layer B.Cu) (net 168)) + (via (at 156.6 97) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 168)) + (segment (start 155.1 97) (end 156.6 97) (width 0.15) (layer B.Cu) (net 168)) + (segment (start 154.36 96.26) (end 155.1 97) (width 0.15) (layer B.Cu) (net 168)) + (segment (start 156.6 97) (end 159.52 97) (width 0.15) (layer F.Cu) (net 168)) + (via (at 155.3 68.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 169) (tstamp 6030298F)) + (via (at 160.6 68.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 169) (tstamp 60302986)) + (segment (start 155.3 68.5) (end 160.6 68.5) (width 0.15) (layer F.Cu) (net 169) (tstamp 6030306D)) + (segment (start 150.2 68.5) (end 150.3 68.5) (width 0.15) (layer B.Cu) (net 169) (tstamp 60303058)) + (segment (start 150.3 68.5) (end 155.3 68.5) (width 0.15) (layer B.Cu) (net 169) (tstamp 6030304C)) + (via (at 200 62.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 169) (tstamp 60302983)) + (segment (start 207.33 60.11) (end 202.64 60.11) (width 0.15) (layer F.Cu) (net 169) (tstamp 60303040)) + (segment (start 202.64 60.11) (end 200 62.75) (width 0.15) (layer F.Cu) (net 169) (tstamp 60303046)) + (segment (start 160.6 68.5) (end 194.25 68.5) (width 0.15) (layer B.Cu) (net 169) (tstamp 60303043)) + (segment (start 194.25 68.5) (end 200 62.75) (width 0.15) (layer B.Cu) (net 169) (tstamp 60303049)) + (segment (start 148.9 68.5) (end 150.3 68.5) (width 0.15) (layer B.Cu) (net 169)) + (segment (start 144.9 72.5) (end 148.9 68.5) (width 0.15) (layer B.Cu) (net 169)) + (segment (start 144.9 88.66) (end 144.9 72.5) (width 0.15) (layer B.Cu) (net 169)) + (segment (start 55.24 126) (end 55.78 126) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 125.85) (end 55.93 124.16) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.78 126) (end 55.93 125.85) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.66 125.95) (end 63.13 125.95) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 125.55) (end 63.53 124.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.13 125.95) (end 63.53 125.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.26 125.95) (end 70.73 125.95) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 125.55) (end 71.13 124.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.73 125.95) (end 71.13 125.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.86 125.98) (end 78.5 125.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 125.75) (end 78.73 124.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.5 125.98) (end 78.73 125.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.36 126) (end 85.98 126) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 125.65) (end 86.33 124.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.98 126) (end 86.33 125.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.16 126) (end 93.48 126) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 125.55) (end 93.93 124.16) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.48 126) (end 93.93 125.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.73 125.99) (end 101.19 125.99) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 125.65) (end 101.53 124.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.19 125.99) (end 101.53 125.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 126) (end 108.78 126) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 125.65) (end 109.13 124.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.78 126) (end 109.13 125.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.94 126.02) (end 116.36 126.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 125.65) (end 116.73 124.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.36 126.02) (end 116.73 125.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.96 119) (end 116.38 119) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 118.65) (end 116.73 117.16) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.38 119) (end 116.73 118.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 119.08) (end 108.6 119.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 118.55) (end 109.13 117.21) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.6 119.08) (end 109.13 118.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.64 119.08) (end 101.1 119.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 118.65) (end 101.53 117.21) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.1 119.08) (end 101.53 118.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 119.07) (end 93.41 119.07) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 118.55) (end 93.93 117.23) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.41 119.07) (end 93.93 118.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.54 119.07) (end 85.71 119.07) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 118.45) (end 86.33 117.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.71 119.07) (end 86.33 118.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 119.1) (end 78.28 119.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 118.65) (end 78.73 117.23) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.28 119.1) (end 78.73 118.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 119.1) (end 70.58 119.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 118.55) (end 71.13 117.24) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.58 119.1) (end 71.13 118.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.68 119.04) (end 63.14 119.04) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 118.65) (end 63.53 117.23) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.14 119.04) (end 63.53 118.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.18 119.13) (end 55.45 119.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 118.65) (end 55.93 117.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.45 119.13) (end 55.93 118.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 119.1) (end 47.68 119.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 118.45) (end 48.33 117.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 119.1) (end 48.33 118.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.56 126) (end 47.98 126) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 125.65) (end 48.33 124.17) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.98 126) (end 48.33 125.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 112.17) (end 47.91 112.17) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 111.75) (end 48.33 110.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.91 112.17) (end 48.33 111.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 112.15) (end 55.53 112.15) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 111.75) (end 55.93 110.23) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.53 112.15) (end 55.93 111.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 112.08) (end 63.2 112.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 111.75) (end 63.53 110.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.2 112.08) (end 63.53 111.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.38 112.04) (end 70.74 112.04) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 111.65) (end 71.13 110.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.74 112.04) (end 71.13 111.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.98 112) (end 78.18 112) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 111.45) (end 78.73 110.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.18 112) (end 78.73 111.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 112) (end 85.68 112) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 111.35) (end 86.33 110.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.68 112) (end 86.33 111.35) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 112.08) (end 93.4 112.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 111.55) (end 93.93 110.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.4 112.08) (end 93.93 111.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.88 112) (end 101.08 112) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 111.55) (end 101.53 110.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.08 112) (end 101.53 111.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 112.05) (end 108.53 112.05) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 111.45) (end 109.13 110.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.53 112.05) (end 109.13 111.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.86 112) (end 116.18 112) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 111.45) (end 116.73 110.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.18 112) (end 116.73 111.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 105.1) (end 116.08 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 104.45) (end 116.73 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.08 105.1) (end 116.73 104.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 105.1) (end 108.58 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 104.55) (end 109.13 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.58 105.1) (end 109.13 104.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 105.1) (end 101.08 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 104.65) (end 101.53 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.08 105.1) (end 101.53 104.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 105.2) (end 93.58 105.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 104.85) (end 93.93 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.58 105.2) (end 93.93 104.85) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 105.1) (end 85.98 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 104.75) (end 86.33 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.98 105.1) (end 86.33 104.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 105.1) (end 78.28 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 104.65) (end 78.73 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.28 105.1) (end 78.73 104.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 105.1) (end 70.78 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 104.75) (end 71.13 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.78 105.1) (end 71.13 104.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.86 105.17) (end 63.01 105.17) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 104.65) (end 63.53 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.01 105.17) (end 63.53 104.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.28 105.15) (end 55.33 105.15) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 104.55) (end 55.93 103.28) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.33 105.15) (end 55.93 104.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.66 105.2) (end 47.88 105.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 104.75) (end 48.33 103.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.88 105.2) (end 48.33 104.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.58 98.2) (end 47.98 98.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 97.85) (end 48.33 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.98 98.2) (end 48.33 97.85) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 98.2) (end 55.48 98.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 97.75) (end 55.93 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.48 98.2) (end 55.93 97.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.76 98.2) (end 63.08 98.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 97.75) (end 63.53 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.08 98.2) (end 63.53 97.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.59 98.12) (end 70.66 98.12) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 97.65) (end 71.13 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.66 98.12) (end 71.13 97.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 98.14) (end 78.34 98.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 97.75) (end 78.73 96.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.34 98.14) (end 78.73 97.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 98.13) (end 85.75 98.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 97.55) (end 86.33 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.75 98.13) (end 86.33 97.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 97.55) (end 93.93 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.38 98.1) (end 93.93 97.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 98.1) (end 93.38 98.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 98.1) (end 100.98 98.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 97.55) (end 101.53 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.98 98.1) (end 101.53 97.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 98.1) (end 108.68 98.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 97.65) (end 109.13 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.68 98.1) (end 109.13 97.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 98.1) (end 116.38 98.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 97.75) (end 116.73 96.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.38 98.1) (end 116.73 97.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.84 91.1) (end 116.28 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 90.65) (end 116.73 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.28 91.1) (end 116.73 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 91.1) (end 108.78 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 90.75) (end 109.13 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.78 91.1) (end 109.13 90.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 91.1) (end 101.28 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 90.85) (end 101.53 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.28 91.1) (end 101.53 90.85) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 91.1) (end 93.48 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 90.65) (end 93.93 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.48 91.1) (end 93.93 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 91.13) (end 85.85 91.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 90.65) (end 86.33 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.85 91.13) (end 86.33 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 91.1) (end 78.28 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 90.65) (end 78.73 89.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.28 91.1) (end 78.73 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 91.1) (end 70.68 91.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 90.65) (end 71.13 89.24) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.68 91.1) (end 71.13 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 91.14) (end 62.94 91.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 90.55) (end 63.53 89.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.94 91.14) (end 63.53 90.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 91.2) (end 55.38 91.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 90.65) (end 55.93 89.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.38 91.2) (end 55.93 90.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 91.2) (end 47.68 91.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 90.55) (end 48.33 89.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 91.2) (end 48.33 90.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 84.2) (end 47.68 84.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 83.55) (end 48.33 82.29) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 84.2) (end 48.33 83.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 84.19) (end 55.49 84.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 83.75) (end 55.93 82.29) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.49 84.19) (end 55.93 83.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 84.15) (end 63.03 84.15) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 83.65) (end 63.53 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.03 84.15) (end 63.53 83.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 84.1) (end 70.68 84.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 83.65) (end 71.13 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.68 84.1) (end 71.13 83.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.88 84.1) (end 78.28 84.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 83.65) (end 78.73 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.28 84.1) (end 78.73 83.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 84.2) (end 85.78 84.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 83.65) (end 86.33 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.78 84.2) (end 86.33 83.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.24 84.1) (end 93.38 84.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 83.55) (end 93.93 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.38 84.1) (end 93.93 83.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 84.1) (end 100.98 84.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 83.55) (end 101.53 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.98 84.1) (end 101.53 83.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.34 84.1) (end 108.58 84.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 83.55) (end 109.13 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.58 84.1) (end 109.13 83.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.78 84.09) (end 116.09 84.09) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 83.45) (end 116.73 82.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.09 84.09) (end 116.73 83.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 77.1) (end 116.18 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 76.55) (end 116.73 75.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.18 77.1) (end 116.73 76.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.41 77.1) (end 108.68 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 76.65) (end 109.13 75.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.68 77.1) (end 109.13 76.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.79 77.12) (end 101.16 77.12) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 76.75) (end 101.53 75.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.16 77.12) (end 101.53 76.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.1 77.13) (end 93.25 77.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 76.45) (end 93.93 75.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.25 77.13) (end 93.93 76.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.54 77.1) (end 85.98 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.39 76.69) (end 86.39 75.25) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.98 77.1) (end 86.39 76.69) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.91 77.1) (end 78.18 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 76.55) (end 78.73 75.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.18 77.1) (end 78.73 76.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.31 77.18) (end 70.6 77.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 76.65) (end 71.13 75.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.6 77.18) (end 71.13 76.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.77 77.14) (end 63.04 77.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 76.65) (end 63.53 75.28) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.04 77.14) (end 63.53 76.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 77.1) (end 55.28 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 76.45) (end 55.93 75.27) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.28 77.1) (end 55.93 76.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 77.16) (end 47.72 77.16) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 76.55) (end 48.33 75.26) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.72 77.16) (end 48.33 76.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 70.18) (end 47.8 70.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.33 69.65) (end 48.33 68.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.8 70.18) (end 48.33 69.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 69.45) (end 55.93 68.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.3 70.08) (end 55.93 69.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 70.08) (end 55.3 70.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.96 70.1) (end 63.08 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 69.65) (end 63.53 68.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.08 70.1) (end 63.53 69.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 70.1) (end 70.48 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 69.45) (end 71.13 68.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.48 70.1) (end 71.13 69.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.94 70.1) (end 78.18 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 69.55) (end 78.73 68.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.18 70.1) (end 78.73 69.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 70.13) (end 85.75 70.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 69.55) (end 86.33 68.24) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.75 70.13) (end 86.33 69.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 70.1) (end 93.38 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 69.55) (end 93.93 68.25) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.38 70.1) (end 93.93 69.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 70.1) (end 100.88 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 69.45) (end 101.53 68.26) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.88 70.1) (end 101.53 69.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 70.1) (end 108.58 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 69.55) (end 109.13 68.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.58 70.1) (end 109.13 69.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.86 70.1) (end 116.18 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 69.55) (end 116.73 68.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.18 70.1) (end 116.73 69.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 63.06) (end 116.32 63.06) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.73 62.65) (end 116.73 61.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 116.32 63.06) (end 116.73 62.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 63.09) (end 108.69 63.09) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 109.13 62.65) (end 109.13 61.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.69 63.09) (end 109.13 62.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 63.1) (end 101.18 63.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.53 62.75) (end 101.53 61.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 101.18 63.1) (end 101.53 62.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 63.1) (end 93.38 63.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.93 62.55) (end 93.93 61.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.38 63.1) (end 93.93 62.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 63.1) (end 85.98 63.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 86.33 62.75) (end 86.33 61.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.98 63.1) (end 86.33 62.75) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.16 63.02) (end 78.06 63.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 62.35) (end 78.73 61.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.06 63.02) (end 78.73 62.35) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.46 63.08) (end 70.7 63.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 62.65) (end 71.13 61.183) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.7 63.08) (end 71.13 62.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.9 63.11) (end 62.87 63.11) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 62.45) (end 63.53 61.183) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.87 63.11) (end 63.53 62.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 63.08) (end 55.3 63.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 62.45) (end 55.93 61.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.3 63.08) (end 55.93 62.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 63.1) (end 47.68 63.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.337 62.443) (end 48.337 61.183) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 63.1) (end 48.337 62.443) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 52.65) (end 77.78 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.304 50.276) (end 48.304 51.676) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.79 52.19) (end 46.42 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.304 51.676) (end 47.79 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 50.246) (end 55.93 51.45) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.19 52.19) (end 53.96 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.93 51.45) (end 55.19 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 53.96 52.19) (end 53.96 53.58) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 53.96 53.58) (end 53.98 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 50.226) (end 63.53 51.55) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 63.53 51.55) (end 62.88 52.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.15 52.2) (end 61.14 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.88 52.2) (end 61.15 52.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.14 52.19) (end 61.14 53.54) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.08 53.6) (end 53.98 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.14 53.54) (end 61.08 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 50.176) (end 71.13 51.05) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.07 52.11) (end 68.86 52.11) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.13 51.05) (end 70.07 52.11) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 68.86 52.11) (end 68.86 53.58) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 68.88 53.6) (end 61.08 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 68.86 53.58) (end 68.88 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.78 53.6) (end 68.88 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.68 52) (end 78.73 51.95) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.74 52) (end 78.68 52) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 51.95) (end 78.73 52.65) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 78.73 50.2) (end 78.73 51.95) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 63.72) (end 114.96 63.06) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.68 64) (end 114.96 63.72) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 63.88) (end 107.48 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 63.09) (end 107.36 63.88) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.48 64) (end 114.68 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 63.1) (end 99.76 63.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.78 64) (end 107.48 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 63.98) (end 99.78 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 63.98) (end 92.28 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 63.1) (end 92.26 63.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.28 64) (end 99.78 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 63.1) (end 84.56 63.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 63.98) (end 84.58 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.58 64) (end 92.28 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.16 63.98) (end 77.18 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.16 63.02) (end 77.16 63.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.18 64) (end 84.58 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.46 63.08) (end 69.46 63.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.38 64) (end 77.18 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.46 63.92) (end 69.38 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.9 63.82) (end 62.08 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.9 63.11) (end 61.9 63.82) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.08 64) (end 69.38 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 63.08) (end 54.26 63.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.28 64) (end 62.08 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 63.98) (end 54.28 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 49.67 64) (end 54.28 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 77.62) (end 114.96 77.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.440001 78.139999) (end 114.96 77.62) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.41 78.13) (end 107.419999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.41 77.1) (end 107.41 78.13) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.419999 78.139999) (end 114.440001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.79 78.069998) (end 99.719999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.79 77.12) (end 99.79 78.069998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.719999 78.139999) (end 107.419999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.1 78.099998) (end 92.140001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.1 77.13) (end 92.1 78.099998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.140001 78.139999) (end 99.719999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.540001 77.410001) (end 84.540001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.54 77.1) (end 84.540001 77.410001) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.540001 78.139999) (end 92.140001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.91 78.109998) (end 76.940001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.91 77.1) (end 76.91 78.109998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.940001 78.139999) (end 84.540001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.31 78.109998) (end 69.340001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.31 77.18) (end 69.31 78.109998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.340001 78.139999) (end 76.940001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.77 78.09) (end 61.819999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.77 77.14) (end 61.77 78.09) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.819999 78.139999) (end 69.340001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 78.08) (end 54.319999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 77.1) (end 54.26 78.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.319999 78.139999) (end 61.819999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.86 70.72) (end 114.86 70.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.48 71.1) (end 114.86 70.72) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 70.98) (end 107.58 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 70.1) (end 107.46 70.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.58 71.1) (end 114.48 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 71.08) (end 99.78 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 70.1) (end 99.76 71.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.78 71.1) (end 107.58 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 71.08) (end 92.28 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 70.1) (end 92.26 71.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.28 71.1) (end 99.78 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 71.08) (end 84.68 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 70.13) (end 84.66 71.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.68 71.1) (end 92.28 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.94 71.04) (end 76.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.94 70.1) (end 76.94 71.04) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.88 71.1) (end 84.68 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 71.02) (end 69.28 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 70.1) (end 69.36 71.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.28 71.1) (end 76.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.96 71.02) (end 61.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.96 70.1) (end 61.96 71.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.88 71.1) (end 69.28 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 71.02) (end 54.18 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 70.08) (end 54.26 71.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.18 71.1) (end 61.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 65.089999 85.119999) (end 65.119999 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.78 84.579998) (end 114.78 84.09) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.269999 85.089999) (end 114.78 84.579998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.34 85.039998) (end 107.390001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.34 84.1) (end 107.34 85.039998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.390001 85.089999) (end 114.269999 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 85.059998) (end 99.790001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 84.1) (end 99.76 85.059998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.790001 85.089999) (end 107.390001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.24 85.039998) (end 92.290001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.290001 85.089999) (end 99.790001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.24 84.1) (end 92.24 85.039998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 84.999998) (end 84.469999 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.469999 85.089999) (end 92.290001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 84.2) (end 84.56 84.999998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.88 85) (end 76.790001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.88 84.1) (end 76.88 85) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.790001 85.089999) (end 84.469999 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 85.059998) (end 69.390001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 84.1) (end 69.36 85.059998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.390001 85.089999) (end 76.790001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 65.119999 85.089999) (end 69.390001 85.089999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 84.999998) (end 61.960001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 84.15) (end 61.84 84.999998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.960001 85.119999) (end 65.089999 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.260001 84.500001) (end 54.260001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.26 84.19) (end 54.260001 84.500001) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.260001 85.119999) (end 61.960001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 92.08) (end 107.38 92.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 91.1) (end 107.36 92.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 92.08) (end 99.78 92.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 91.1) (end 99.76 92.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 91.98) (end 92.28 92.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 91.1) (end 92.16 91.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 92.08) (end 84.68 92.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 91.13) (end 84.66 92.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 91.98) (end 77.08 92.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 91.1) (end 76.96 91.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 92.119998) (end 69.329999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 91.1) (end 69.36 92.119998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.329999 92.149999) (end 71.830001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 71.830001 92.149999) (end 72.240001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 72.689999 92.149999) (end 71.830001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.399999 92.119999) (end 72.719999 92.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 72.719999 92.119999) (end 72.689999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.84 91.679998) (end 114.399999 92.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.84 91.1) (end 114.84 91.679998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 92.139998) (end 61.829999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 91.14) (end 61.84 92.139998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.829999 92.149999) (end 69.329999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 92.08) (end 54.229999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 91.2) (end 54.16 92.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.229999 92.149999) (end 61.829999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 49.899999 99.149999) (end 49.949998 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 98.72) (end 114.96 98.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.58 99.1) (end 114.96 98.72) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 99.08) (end 107.38 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 98.1) (end 107.36 99.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.38 99.1) (end 114.58 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 98.98) (end 99.88 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.88 99.1) (end 107.38 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 98.1) (end 99.76 98.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 99.08) (end 92.18 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 98.1) (end 92.16 99.08) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.18 99.1) (end 99.88 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 98.98) (end 84.78 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.66 98.13) (end 84.66 98.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.78 99.1) (end 92.18 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 98.98) (end 77.18 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 98.14) (end 77.06 98.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.18 99.1) (end 84.78 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.59 98.12) (end 69.59 98.99) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.59 98.99) (end 69.48 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.48 99.1) (end 77.18 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.76 99.02) (end 61.68 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.68 99.1) (end 69.48 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.76 98.2) (end 61.76 99.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 98.2) (end 54.16 99.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.08 99.1) (end 61.68 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 99.02) (end 54.08 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 49.949998 99.1) (end 54.08 99.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.96 105.62) (end 114.96 105.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.550001 106.029999) (end 114.96 105.62) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 105.1) (end 107.36 105.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.36 105.92) (end 107.250001 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.250001 106.029999) (end 114.550001 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 105.98) (end 99.809999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.76 105.1) (end 99.76 105.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.809999 106.029999) (end 107.250001 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 105.98) (end 92.309999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.26 105.2) (end 92.26 105.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.309999 106.029999) (end 99.809999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 105.1) (end 84.56 105.979998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 105.979998) (end 84.509999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.509999 106.029999) (end 92.309999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 105.98) (end 77.009999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.96 105.1) (end 76.96 105.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.009999 106.029999) (end 84.509999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 105.98) (end 69.409999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 105.1) (end 69.36 105.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.409999 106.029999) (end 77.009999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.86 105.88) (end 62.009999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.86 105.17) (end 61.86 105.88) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.009999 106.029999) (end 69.409999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.28 106) (end 54.309999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.28 105.15) (end 54.28 106) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.309999 106.029999) (end 62.009999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.86 112.42) (end 114.86 112) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 114.270001 113.009999) (end 114.86 112.42) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 112.92) (end 107.370001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.46 112.05) (end 107.46 112.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 107.370001 113.009999) (end 114.270001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.88 113) (end 99.870001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.88 112) (end 99.88 113) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 99.870001 113.009999) (end 107.370001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 112.92) (end 92.070001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 112.08) (end 92.16 112.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.070001 113.009999) (end 99.870001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 112.98) (end 84.589999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.56 112) (end 84.56 112.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.589999 113.009999) (end 92.070001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.98 112.9) (end 76.870001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.98 112) (end 76.98 112.9) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 76.870001 113.009999) (end 84.589999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.38 113) (end 69.389999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.38 112.04) (end 69.38 113) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.389999 113.009999) (end 76.870001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 112.96) (end 61.889999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.84 112.08) (end 61.84 112.96) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.889999 113.009999) (end 69.389999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 112.92) (end 54.070001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.070001 113.009999) (end 61.889999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.16 112.15) (end 54.16 112.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 49.749999 120.019999) (end 49.779999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.96 119.62) (end 115.96 119) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.590001 119.989999) (end 115.96 119.62) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 119.98) (end 108.169999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 119.08) (end 108.16 119.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.169999 119.989999) (end 115.590001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.64 119.08) (end 100.64 119.96) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.64 119.96) (end 100.669999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.669999 119.989999) (end 108.169999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 119.92) (end 92.090001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.16 119.07) (end 92.16 119.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 92.090001 119.989999) (end 100.669999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.54 119.96) (end 84.569999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.54 119.07) (end 84.54 119.96) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 84.569999 119.989999) (end 92.090001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 119.98) (end 77.069999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.06 119.1) (end 77.06 119.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.069999 119.989999) (end 84.569999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 119.859998) (end 69.490001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.36 119.1) (end 69.36 119.859998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 69.490001 119.989999) (end 77.069999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.68 119.9) (end 61.769999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.68 119.04) (end 61.68 119.9) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 61.769999 119.989999) (end 69.490001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.18 119.9) (end 54.090001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.18 119.13) (end 54.18 119.9) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.090001 119.989999) (end 61.769999 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 49.779999 119.989999) (end 54.090001 119.989999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.94 126.94) (end 115.94 126.02) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 115.58 127.3) (end 115.94 126.94) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 127.18) (end 108.28 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.16 126) (end 108.16 127.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 108.28 127.3) (end 115.58 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.73 127.25) (end 100.78 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.73 125.99) (end 100.73 127.25) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 100.78 127.3) (end 108.28 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.16 127.18) (end 93.28 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.16 126) (end 93.16 127.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 93.28 127.3) (end 100.78 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.36 127.18) (end 85.48 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.36 126) (end 85.36 127.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 85.48 127.3) (end 93.28 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.86 127.18) (end 77.98 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.86 125.98) (end 77.86 127.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 77.98 127.3) (end 85.48 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.26 127.22) (end 70.18 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.26 125.95) (end 70.26 127.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 70.18 127.3) (end 77.98 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.66 127.22) (end 62.58 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.66 125.95) (end 62.66 127.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 62.58 127.3) (end 70.18 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.24 127.16) (end 55.38 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.24 126) (end 55.24 127.16) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 55.38 127.3) (end 62.58 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.98 64) (end 49.67 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.98 127.3) (end 48.68 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.68 127.3) (end 55.38 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 65.4) (end 41.28 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.56 127.22) (end 47.48 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.56 126) (end 47.56 127.22) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.68 127.3) (end 47.48 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.499999 120.019999) (end 49.749999 120.019999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 119.92) (end 46.460001 120.019999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 119.1) (end 46.56 119.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.499999 120.019999) (end 46.460001 120.019999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 43.560002 113) (end 39.88 113) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 43.570001 113.009999) (end 43.560002 113) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.070001 113.009999) (end 47.889999 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 112.92) (end 46.470001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 112.17) (end 46.56 112.92) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.470001 113.009999) (end 43.570001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.889999 113.009999) (end 46.470001 113.009999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.909999 106.029999) (end 39.88 106) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 113) (end 39.88 106) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 54.309999 106.029999) (end 47.850001 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.66 105.98) (end 46.709999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.66 105.2) (end 46.66 105.98) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.709999 106.029999) (end 39.909999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.850001 106.029999) (end 46.709999 106.029999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.930001 99.149999) (end 39.88 99.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 106) (end 39.88 99.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.229999 99.149999) (end 49.899999 99.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.58 99.099998) (end 46.529999 99.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.58 98.2) (end 46.58 99.099998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.529999 99.149999) (end 39.930001 99.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.229999 99.149999) (end 46.529999 99.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.930001 92.149999) (end 39.88 92.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 99.2) (end 39.88 92.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.429999 92.149999) (end 54.229999 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 92.12) (end 46.530001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.530001 92.149999) (end 39.930001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 91.2) (end 46.56 92.12) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 48.429999 92.149999) (end 46.530001 92.149999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.86 91.18) (end 39.88 91.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 35 91.18) (end 39.86 91.18) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 92.2) (end 39.88 91.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.899999 85.119999) (end 39.88 85.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 91.2) (end 39.88 85.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.360001 85.119999) (end 54.260001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 85.019998) (end 46.660001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 84.2) (end 46.56 85.019998) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.660001 85.119999) (end 39.899999 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.360001 85.119999) (end 46.660001 85.119999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.940001 78.139999) (end 39.88 78.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 85.1) (end 39.88 78.2) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.740001 78.139999) (end 54.319999 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 78.1) (end 46.640001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 77.16) (end 46.68 78.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.640001 78.139999) (end 39.940001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.740001 78.139999) (end 46.640001 78.139999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 71.1) (end 39.88 65.4) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 78.2) (end 39.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 71.1) (end 54.18 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 70.18) (end 46.68 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 71.1) (end 39.88 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.68 71.1) (end 46.68 71.1) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 63.88) (end 46.68 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 63.1) (end 46.56 63.88) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.68 64) (end 47.98 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 41.28 64) (end 46.68 64) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.42 53.04) (end 46.42 52.19) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 55.28) (end 46.42 55.14) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.56 63.1) (end 46.56 55.28) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.58 53.6) (end 46.42 53.44) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 53.98 53.6) (end 46.58 53.6) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.42 53.44) (end 46.42 53.04) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.42 55.14) (end 46.42 53.44) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 47.48 127.3) (end 43.6 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 42 118.5) (end 39.88 116.38) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 43 127.3) (end 42 126.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 43.6 127.3) (end 43 127.3) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 39.88 116.38) (end 39.88 113) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 42.019999 120.019999) (end 42 120) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 46.460001 120.019999) (end 42.019999 120.019999) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 42 120) (end 42 118.5) (width 0.5) (layer F.Cu) (net 170)) + (segment (start 42 126.3) (end 42 120) (width 0.5) (layer F.Cu) (net 170)) + (via (at 165.25 91.2) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 171)) + (segment (start 144.9 91.2) (end 165.25 91.2) (width 1) (layer B.Cu) (net 171)) + (segment (start 167.271726 91.2) (end 167.321371 91.150355) (width 1) (layer F.Cu) (net 171)) + (segment (start 165.25 91.2) (end 167.271726 91.2) (width 1) (layer F.Cu) (net 171)) + (segment (start 181.6 135.65) (end 181.6 138.6) (width 0.5) (layer F.Cu) (net 172) (tstamp 6030301C)) + (segment (start 193.79 136) (end 193.79 137.71) (width 0.5) (layer F.Cu) (net 172) (tstamp 60303037)) + (segment (start 193.79 137.71) (end 192.9 138.6) (width 0.5) (layer F.Cu) (net 172) (tstamp 60303034)) + (segment (start 183.2 138.6) (end 181.6 138.6) (width 0.5) (layer F.Cu) (net 172) (tstamp 6030300A)) + (segment (start 192.9 138.6) (end 183.2 138.6) (width 0.5) (layer F.Cu) (net 172) (tstamp 60303031)) + (segment (start 183.2 138.6) (end 182.9 138.6) (width 0.5) (layer F.Cu) (net 172) (tstamp 60303025)) + (segment (start 166.50999 52.96501) (end 166.53 52.945) (width 0.5) (layer F.Cu) (net 173) (tstamp 6030302E)) + (segment (start 167.48 61.6) (end 166.50999 60.62999) (width 0.5) (layer F.Cu) (net 173) (tstamp 6030302B)) + (segment (start 166.50999 57.72999) (end 166.50999 52.96501) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303028)) + (segment (start 161.247371 58.472355) (end 161.247371 58.447371) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303022)) + (segment (start 161.247371 58.472355) (end 161.247371 55.047371) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303007)) + (segment (start 166.50999 58.39001) (end 166.50999 57.72999) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303016)) + (segment (start 166.50999 60.62999) (end 166.50999 58.39001) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303013)) + (segment (start 166.427645 58.472355) (end 166.50999 58.39001) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303010)) + (segment (start 161.247371 58.472355) (end 166.427645 58.472355) (width 0.5) (layer F.Cu) (net 173) (tstamp 6030300D)) + (segment (start 171.38 61.6) (end 167.48 61.6) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303004)) + (segment (start 171.38 53.78) (end 171.38 61.6) (width 0.5) (layer F.Cu) (net 173) (tstamp 60303001)) + (segment (start 171.43 53.73) (end 171.38 53.78) (width 0.5) (layer F.Cu) (net 173) (tstamp 60302FEF)) + (segment (start 171.43 52.945) (end 171.43 53.73) (width 0.5) (layer F.Cu) (net 173) (tstamp 60302FF2)) + (segment (start 159.08 50.05) (end 159.08 51.98) (width 0.5) (layer F.Cu) (net 173)) + (segment (start 161.247371 54.147371) (end 161.247371 55.047371) (width 0.5) (layer F.Cu) (net 173)) + (segment (start 159.08 51.98) (end 161.247371 54.147371) (width 0.5) (layer F.Cu) (net 173)) + (via (at 47.18 137.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 174)) + (segment (start 47.18 138.25) (end 47.18 137.2) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 47.18 137.2) (end 47.18 136.3) (width 0.15) (layer B.Cu) (net 174)) + (segment (start 47.18 136.3) (end 46.48 135.6) (width 0.15) (layer B.Cu) (net 174)) + (segment (start 46.48 135.6) (end 44.58 135.6) (width 0.15) (layer B.Cu) (net 174)) + (via (at 43.98 133.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 174)) + (segment (start 43.98 135) (end 43.98 133.9) (width 0.15) (layer B.Cu) (net 174)) + (segment (start 44.58 135.6) (end 43.98 135) (width 0.15) (layer B.Cu) (net 174)) + (segment (start 43.98 132.82) (end 44 132.8) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 43.98 133.9) (end 43.98 132.82) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 127.78 100) (end 126.58 98.8) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 106.12999 128.74999) (end 124.75001 128.74999) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 124.75001 128.74999) (end 127.78 125.72) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 106.08 128.7) (end 106.12999 128.74999) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 126.58 98.8) (end 125 98.8) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 71.28 133.3) (end 75.88 128.7) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 75.88 128.7) (end 106.08 128.7) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 59.78 133.3) (end 71.28 133.3) (width 0.15) (layer F.Cu) (net 174) (tstamp 60303E1B)) + (segment (start 56.08 137) (end 59.78 133.3) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 49.13 138.25) (end 50.38 137) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 127.78 125.72) (end 127.78 100) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 50.38 137) (end 56.08 137) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 47.18 138.25) (end 49.13 138.25) (width 0.15) (layer F.Cu) (net 174)) + (segment (start 71.43 134.55) (end 76.88 129.1) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 76.88 129.1) (end 125.58 129.1) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 125.58 129.1) (end 128.48 126.2) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 61.48 134.6) (end 61.43 134.55) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 61.48 135.82) (end 61.48 134.6) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 61.43 134.55) (end 71.43 134.55) (width 0.15) (layer F.Cu) (net 175) (tstamp 60304CAB)) + (segment (start 60.28 134.55) (end 61.43 134.55) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 128.48 120.4) (end 128.48 97.4) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 128.48 126.2) (end 128.48 120.4) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 128.48 120.4) (end 128.48 120.3) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 127.34 96.26) (end 125 96.26) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 128.48 97.4) (end 127.34 96.26) (width 0.15) (layer F.Cu) (net 175)) + (segment (start 39.68 138.25) (end 38.83 138.25) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 38.48 137.9) (end 38.48 136.78) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 38.83 138.25) (end 38.48 137.9) (width 0.15) (layer F.Cu) (net 176)) + (via (at 41.78 138.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 176)) + (segment (start 41.73 138.25) (end 41.78 138.2) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 39.68 138.25) (end 41.73 138.25) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 41.78 138.2) (end 47.031002 138.2) (width 0.15) (layer B.Cu) (net 176)) + (segment (start 47.031002 138.2) (end 53.98 138.2) (width 0.15) (layer B.Cu) (net 176)) + (via (at 61.38 132.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 176)) + (segment (start 59.68 132.5) (end 61.38 132.5) (width 0.15) (layer B.Cu) (net 176)) + (segment (start 53.98 138.2) (end 59.68 132.5) (width 0.15) (layer B.Cu) (net 176)) + (segment (start 126.98 121.8) (end 126.98 121.6) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 126.32 101.34) (end 125 101.34) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 126.98 102) (end 126.32 101.34) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 126.98 121.8) (end 126.98 102) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 126.98 125.22) (end 126.98 121.8) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 123.9 128.3) (end 126.98 125.22) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 75.28 128.3) (end 123.9 128.3) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 71.08 132.5) (end 75.28 128.3) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 61.38 132.5) (end 71.08 132.5) (width 0.15) (layer F.Cu) (net 176)) + (segment (start 47.18 131.4) (end 47.2 131.38) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 47.18 132.75) (end 47.18 131.4) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 45.88 131.38) (end 47.2 131.38) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 74.98 127.9) (end 122.7 127.9) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 71.5 131.38) (end 74.98 127.9) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 47.2 131.38) (end 71.5 131.38) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 125 108.6) (end 125 125.6) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 122.7 127.9) (end 124.9 125.7) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 125 103.88) (end 125 108.6) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 125 125.6) (end 124.9 125.7) (width 0.15) (layer F.Cu) (net 177)) + (segment (start 113.88 144.1) (end 129.08 128.9) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 73.08 144.1) (end 113.88 144.1) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 71.26 142.28) (end 73.08 144.1) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 47.18 142.3) (end 47.16 142.28) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 47.18 143.75) (end 47.18 142.3) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 47.16 142.28) (end 71.26 142.28) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 45.68 142.28) (end 47.16 142.28) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 129.08 128.9) (end 129.08 121.4) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 129.08 121.4) (end 129.08 121.2) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 129.08 121.4) (end 129.08 96.03) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 129.08 96.03) (end 129.08 95.7) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 127.76 92.2) (end 129.08 93.52) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 125 92.2) (end 127.76 92.2) (width 0.15) (layer F.Cu) (net 178)) + (segment (start 129.08 96.03) (end 129.08 93.52) (width 0.15) (layer F.Cu) (net 178)) + (via (at 37.68 59.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 179)) + (segment (start 38.88 66.9) (end 41.78 69.8) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.08 66.7) (end 121.08 67) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 37.11 58.63) (end 37.68 59.2) (width 0.15) (layer F.Cu) (net 179)) + (segment (start 38.88 60.4) (end 38.88 66.9) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 37.11 56.09) (end 37.3 55.9) (width 0.15) (layer F.Cu) (net 179)) + (segment (start 37.3 55.9) (end 38.5 55.9) (width 0.15) (layer F.Cu) (net 179)) + (segment (start 37.11 57.015) (end 37.11 56.09) (width 0.15) (layer F.Cu) (net 179)) + (segment (start 111.28 69.8) (end 116.18 64.9) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 120.28 64.9) (end 121.08 65.7) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 37.68 59.2) (end 38.88 60.4) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.08 65.7) (end 121.08 67) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 116.18 64.9) (end 120.28 64.9) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 41.78 69.8) (end 111.28 69.8) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 37.11 57.015) (end 37.11 58.63) (width 0.15) (layer F.Cu) (net 179)) + (segment (start 121.08 67) (end 121.08 83.92) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 125 87.12) (end 121.97 87.12) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.08 86.23) (end 121.08 84.68) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.97 87.12) (end 121.08 86.23) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.08 84.68) (end 121.08 84.83) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.08 83.92) (end 121.08 84.68) (width 0.15) (layer B.Cu) (net 179)) + (segment (start 121.1 55.8) (end 120 55.8) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 119.61 56.19) (end 119.61 56.99) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 120 55.8) (end 119.61 56.19) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 121.1 55) (end 121.1 55.8) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 124.2 54.7) (end 121.4 54.7) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 125 55.5) (end 124.2 54.7) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 121.4 54.7) (end 121.1 55) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 125 84.58) (end 125 55.5) (width 0.15) (layer F.Cu) (net 180)) + (segment (start 120.6 118.8) (end 119.48 118.8) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 119.23 119.05) (end 119.23 120) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 119.48 118.8) (end 119.23 119.05) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 112.38) (end 120.6 112.22) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 112.58) (end 120.6 112.38) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 118.8) (end 120.6 112.58) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 93.1) (end 120.6 112.58) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 92.78) (end 120.6 93.1) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 122.09 89.66) (end 120.6 91.15) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 125 89.66) (end 122.09 89.66) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 120.6 91.15) (end 120.6 93.1) (width 0.15) (layer F.Cu) (net 181)) + (segment (start 37.08 118.6) (end 37.055 118.575) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 38.42 118.6) (end 37.08 118.6) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 37.055 119.985001) (end 37.055 118.575) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 37.055 118.575) (end 37.055 107.845) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 37.055 107.845) (end 38.3 106.6) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 38.3 106.6) (end 38.3 102) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 37.64 101.34) (end 35 101.34) (width 0.15) (layer F.Cu) (net 182)) + (segment (start 38.3 102) (end 37.64 101.34) (width 0.15) (layer F.Cu) (net 182)) + (via (at 212.7 101.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 183) (tstamp 60302989)) + (segment (start 145.02 101.3) (end 144.98 101.34) (width 0.15) (layer B.Cu) (net 183) (tstamp 60302FD7)) + (segment (start 212.7 101.3) (end 145.02 101.3) (width 0.15) (layer B.Cu) (net 183) (tstamp 60302FEC)) + (segment (start 221.3 101.3) (end 212.7 101.3) (width 0.15) (layer F.Cu) (net 183) (tstamp 60302FDA)) + (segment (start 226.5 96.1) (end 221.3 101.3) (width 0.15) (layer F.Cu) (net 183) (tstamp 60302FD4)) + (segment (start 226.5 69.7) (end 226.5 96.1) (width 0.15) (layer F.Cu) (net 183) (tstamp 60302FE9)) + (segment (start 224.33 69) (end 225.8 69) (width 0.15) (layer F.Cu) (net 183) (tstamp 60302FE6)) + (segment (start 225.8 69) (end 226.5 69.7) (width 0.15) (layer F.Cu) (net 183) (tstamp 60302FE0)) + (segment (start 235 83.93) (end 235 82.45) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 226.45 62.65) (end 224.33 62.65) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 228.5 64.7) (end 226.45 62.65) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 228.5 75.95) (end 228.5 64.7) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 235 82.45) (end 228.5 75.95) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 235 84.58) (end 235 82.45) (width 0.15) (layer F.Cu) (net 184)) + (segment (start 226.32 63.92) (end 224.33 63.92) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 227.9 65.5) (end 226.32 63.92) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 235 87.12) (end 233.72 87.12) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 227.9 81.3) (end 227.9 78.35) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 233.72 87.12) (end 227.9 81.3) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 227.9 78.35) (end 227.9 65.5) (width 0.15) (layer F.Cu) (net 185)) + (segment (start 207.33 65.19) (end 202.39 65.19) (width 0.15) (layer F.Cu) (net 186) (tstamp 60302F1A)) + (segment (start 202.39 65.19) (end 200.8 66.78) (width 0.15) (layer F.Cu) (net 186) (tstamp 60302F8F)) + (segment (start 200.8 74.7) (end 200.8 72.2) (width 0.15) (layer F.Cu) (net 186) (tstamp 60302F5C)) + (segment (start 200.8 72.2) (end 200.8 72.299998) (width 0.15) (layer F.Cu) (net 186) (tstamp 60302F59)) + (segment (start 200.8 66.78) (end 200.8 72.2) (width 0.15) (layer F.Cu) (net 186) (tstamp 60302F50)) + (via (at 228.35 82.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 186)) + (segment (start 228.35 82.7) (end 228.35 79.2) (width 0.15) (layer B.Cu) (net 186)) + (via (at 223.1 76.95) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 186)) + (segment (start 226.1 76.95) (end 223.1 76.95) (width 0.15) (layer B.Cu) (net 186)) + (segment (start 228.35 79.2) (end 226.1 76.95) (width 0.15) (layer B.Cu) (net 186)) + (segment (start 203.05 76.95) (end 202.25 76.15) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 223.1 76.95) (end 203.05 76.95) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 202.25 76.15) (end 200.8 74.7) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 235 89.66) (end 230.21 89.66) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 228.35 87.8) (end 228.35 86.55) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 230.21 89.66) (end 228.35 87.8) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 228.35 86.55) (end 228.35 82.7) (width 0.15) (layer F.Cu) (net 186)) + (segment (start 223.3 75.9) (end 222.5 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F56)) + (segment (start 223.3 75.9) (end 222.6 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F7A)) + (segment (start 222.6 75.9) (end 222.5 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F71)) + (segment (start 222.7 75.9) (end 222.6 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F4A)) + (segment (start 207.33 66.46) (end 202.72002 66.46) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F47)) + (segment (start 202.72002 66.46) (end 201.592395 67.587625) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F14)) + (segment (start 213.65 75.9) (end 203.55 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F6B)) + (segment (start 222.5 75.9) (end 213.65 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F68)) + (segment (start 213.65 75.9) (end 213.1 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F44)) + (segment (start 203.55 75.9) (end 201.592395 73.942395) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F2F)) + (segment (start 201.592395 72.842395) (end 201.592395 73.110131) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F41)) + (segment (start 201.592395 73.942395) (end 201.592395 72.842395) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302FD1)) + (segment (start 201.592395 67.587625) (end 201.592395 72.842395) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F3E)) + (segment (start 224.4 90.1) (end 224.4 77) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302F23)) + (segment (start 224.4 77) (end 223.3 75.9) (width 0.15) (layer F.Cu) (net 187) (tstamp 60302FCE)) + (via (at 224.4 90.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 187)) + (segment (start 224.4 90.1) (end 224.4 90.85) (width 0.15) (layer B.Cu) (net 187)) + (segment (start 225.75 92.2) (end 224.8 91.25) (width 0.15) (layer B.Cu) (net 187)) + (segment (start 235 92.2) (end 225.75 92.2) (width 0.15) (layer B.Cu) (net 187)) + (segment (start 224.4 90.85) (end 224.8 91.25) (width 0.15) (layer B.Cu) (net 187)) + (segment (start 234.98 96.26) (end 222.56 96.26) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FBF)) + (segment (start 211.38 81.99) (end 211.385 81.985) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FCB)) + (segment (start 215.5 89.2) (end 211.38 85.08) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FBC)) + (segment (start 211.38 85.08) (end 211.38 81.99) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FB9)) + (segment (start 222.56 96.26) (end 215.5 89.2) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FB3)) + (via (at 211.4 74.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 188) (tstamp 6030297A)) + (segment (start 211.38 74.27) (end 211.4 74.25) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FB0)) + (segment (start 211.38 81.99) (end 211.38 74.27) (width 0.15) (layer B.Cu) (net 188) (tstamp 60302FAD)) + (segment (start 211.4 71.285) (end 211.385 71.27) (width 0.15) (layer F.Cu) (net 188) (tstamp 60302FAA)) + (segment (start 211.4 74.25) (end 211.4 71.285) (width 0.15) (layer F.Cu) (net 188) (tstamp 60302FA7)) + (segment (start 225.86 66.46) (end 224.33 66.46) (width 0.15) (layer F.Cu) (net 189) (tstamp 60302FA4)) + (segment (start 227.5 68.1) (end 225.86 66.46) (width 0.15) (layer F.Cu) (net 189) (tstamp 60302FA1)) + (segment (start 227.5 95.22) (end 227.5 68.1) (width 0.15) (layer F.Cu) (net 189) (tstamp 60302F9E)) + (segment (start 231.08 98.8) (end 227.5 95.22) (width 0.15) (layer F.Cu) (net 189) (tstamp 60302F9B)) + (segment (start 234.98 98.8) (end 231.08 98.8) (width 0.15) (layer F.Cu) (net 189) (tstamp 60302F98)) + (segment (start 207.33 62.65) (end 202.03 62.65) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F95)) + (segment (start 220.7 88.3) (end 220.7 88.724264) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F11)) + (segment (start 220.7 79.6) (end 218.799996 77.699996) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F02)) + (segment (start 200.74 63.94) (end 200.68 64) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302ED8)) + (segment (start 202.03 62.65) (end 200.74 63.94) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F0E)) + (segment (start 220.7 85) (end 220.7 88.8) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EF6)) + (segment (start 220.7 88.724264) (end 220.7 88.8) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EC9)) + (segment (start 220.7 85.2) (end 220.7 85) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302ED5)) + (segment (start 220.7 85) (end 220.7 79.6) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F0B)) + (segment (start 200.74 63.94) (end 200 64.68) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302ED2)) + (segment (start 214.199996 77.699996) (end 201.949996 77.699996) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EDE)) + (segment (start 218.799996 77.699996) (end 214.199996 77.699996) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EED)) + (segment (start 214.199996 77.699996) (end 213.9 77.699996) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EC3)) + (segment (start 200 75.75) (end 200 73.55) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EC0)) + (segment (start 201.949996 77.699996) (end 200 75.75) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EF3)) + (segment (start 200 73.55) (end 200 73.7) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EDB)) + (segment (start 200 64.68) (end 200 73.55) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302F05)) + (segment (start 220.7 88.8) (end 220.7 95.55) (width 0.15) (layer F.Cu) (net 190) (tstamp 60302EF0)) + (via (at 220.7 95.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 190) (tstamp 60302977)) + (segment (start 220.7 96.6) (end 220.7 95.55) (width 0.15) (layer B.Cu) (net 190) (tstamp 60302EE4)) + (segment (start 225.44 101.34) (end 220.7 96.6) (width 0.15) (layer B.Cu) (net 190) (tstamp 60302EFF)) + (segment (start 234.98 101.34) (end 225.44 101.34) (width 0.15) (layer B.Cu) (net 190) (tstamp 60302EF9)) + (segment (start 207.33 69) (end 205.6 69) (width 0.15) (layer F.Cu) (net 191) (tstamp 60302EC6)) + (segment (start 205.6 69) (end 204.7 69.9) (width 0.15) (layer F.Cu) (net 191) (tstamp 60302ECC)) + (segment (start 234.98 103.88) (end 226.78 103.88) (width 0.15) (layer B.Cu) (net 191) (tstamp 60302EFC)) + (segment (start 226.78 103.88) (end 204.7 81.8) (width 0.15) (layer B.Cu) (net 191) (tstamp 60302EE7)) + (via (at 204.7 71.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 191) (tstamp 60302974)) + (segment (start 204.7 79.5) (end 204.7 71.9) (width 0.15) (layer B.Cu) (net 191) (tstamp 60302EEA)) + (segment (start 204.7 81.8) (end 204.7 79.5) (width 0.15) (layer B.Cu) (net 191) (tstamp 60302ECF)) + (segment (start 204.7 79.5) (end 204.7 79.400004) (width 0.15) (layer B.Cu) (net 191) (tstamp 60302F08)) + (segment (start 204.7 71.9) (end 204.7 69.9) (width 0.15) (layer F.Cu) (net 191) (tstamp 60302EE1)) + (segment (start 221.545 73.955) (end 221.5 74) (width 0.15) (layer F.Cu) (net 192) (tstamp 603028BD)) + (via (at 221.5 74) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 192) (tstamp 60302935)) + (segment (start 221.545 71.27) (end 221.545 73.955) (width 0.15) (layer F.Cu) (net 192) (tstamp 603028AE)) + (via (at 221.5 85.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 192) (tstamp 60302950)) + (segment (start 221.5 74) (end 221.5 85.8) (width 0.15) (layer B.Cu) (net 192) (tstamp 603028B4)) + (via (at 221.5 99.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 192) (tstamp 6030292C)) + (segment (start 221.5 85.8) (end 221.5 99.8) (width 0.15) (layer F.Cu) (net 192) (tstamp 603028BA)) + (segment (start 221.5 99.8) (end 221.5 127.8) (width 0.15) (layer B.Cu) (net 192) (tstamp 603028B1)) + (segment (start 223.68 129.98) (end 235.2 129.98) (width 0.15) (layer B.Cu) (net 192) (tstamp 603028B7)) + (segment (start 221.5 127.8) (end 223.68 129.98) (width 0.15) (layer B.Cu) (net 192) (tstamp 603028AB)) + (via (at 226.8 65.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 193) (tstamp 6030293E)) + (segment (start 226.09 65.19) (end 226.8 65.9) (width 0.15) (layer F.Cu) (net 193) (tstamp 60302884)) + (segment (start 224.33 65.19) (end 226.09 65.19) (width 0.15) (layer F.Cu) (net 193) (tstamp 60302890)) + (segment (start 236.96 127.44) (end 235.2 127.44) (width 0.15) (layer B.Cu) (net 193) (tstamp 60302881)) + (segment (start 238.1 126.3) (end 236.96 127.44) (width 0.15) (layer B.Cu) (net 193) (tstamp 60302887)) + (segment (start 238.1 77.2) (end 238.1 126.3) (width 0.15) (layer B.Cu) (net 193) (tstamp 6030288A)) + (segment (start 226.8 65.9) (end 238.1 77.2) (width 0.15) (layer B.Cu) (net 193) (tstamp 6030288D)) + (via (at 216.6 124.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 194) (tstamp 60302959)) + (segment (start 235.2 124.9) (end 216.6 124.9) (width 0.15) (layer F.Cu) (net 194) (tstamp 603028A5)) + (via (at 186.3 102.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 194) (tstamp 60302947)) + (via (at 186.3 100.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 194) (tstamp 6030295F)) + (segment (start 186.3 102.1) (end 186.3 100.5) (width 0.15) (layer F.Cu) (net 194) (tstamp 603028FC)) + (via (at 205.5 70.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 194) (tstamp 60302932)) + (segment (start 205.53 70.27) (end 205.5 70.3) (width 0.15) (layer F.Cu) (net 194) (tstamp 603028C3)) + (segment (start 207.33 70.27) (end 205.53 70.27) (width 0.15) (layer F.Cu) (net 194) (tstamp 603028C0)) + (segment (start 187.6 96.3) (end 186.3 97.6) (width 0.15) (layer B.Cu) (net 194) (tstamp 603028A8)) + (segment (start 195.3 96.3) (end 187.6 96.3) (width 0.15) (layer B.Cu) (net 194) (tstamp 60302893)) + (segment (start 197.025001 94.574999) (end 195.3 96.3) (width 0.15) (layer B.Cu) (net 194) (tstamp 60302899)) + (segment (start 197.025001 76.174999) (end 197.025001 94.574999) (width 0.15) (layer B.Cu) (net 194) (tstamp 6030289F)) + (segment (start 202.9 70.3) (end 197.025001 76.174999) (width 0.15) (layer B.Cu) (net 194) (tstamp 60302896)) + (segment (start 186.3 97.6) (end 186.3 100.5) (width 0.15) (layer B.Cu) (net 194) (tstamp 603028A2)) + (segment (start 205.5 70.3) (end 202.9 70.3) (width 0.15) (layer B.Cu) (net 194) (tstamp 6030289C)) + (segment (start 186.3 121.8) (end 186.3 102.1) (width 0.15) (layer B.Cu) (net 194) (tstamp 603027F4)) + (segment (start 189.4 124.9) (end 186.3 121.8) (width 0.15) (layer B.Cu) (net 194) (tstamp 60302803)) + (segment (start 216.6 124.9) (end 189.4 124.9) (width 0.15) (layer B.Cu) (net 194) (tstamp 60302800)) + (via (at 220.3 74.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 195) (tstamp 6030296E)) + (segment (start 220.275 74.775) (end 220.3 74.8) (width 0.15) (layer F.Cu) (net 195) (tstamp 60302773)) + (segment (start 220.275 71.27) (end 220.275 74.775) (width 0.15) (layer F.Cu) (net 195) (tstamp 6030276D)) + (segment (start 220.3 74.8) (end 220.3 81.3) (width 0.15) (layer B.Cu) (net 195) (tstamp 6030276A)) + (via (at 219.7 85.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 195) (tstamp 6030292F)) + (segment (start 219.7 81.9) (end 219.7 85.6) (width 0.15) (layer B.Cu) (net 195) (tstamp 60302770)) + (segment (start 220.3 81.3) (end 219.7 81.9) (width 0.15) (layer B.Cu) (net 195) (tstamp 60302767)) + (via (at 219.7 99.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 195) (tstamp 60302956)) + (segment (start 219.7 91.7) (end 219.7 99.9) (width 0.15) (layer F.Cu) (net 195) (tstamp 603027AC)) + (segment (start 219.7 85.6) (end 219.7 91.7) (width 0.15) (layer F.Cu) (net 195) (tstamp 603027A3)) + (segment (start 219.7 91.7) (end 219.7 91.9) (width 0.15) (layer F.Cu) (net 195) (tstamp 603027A6)) + (via (at 219.7 119.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 195) (tstamp 60302938)) + (segment (start 219.7 99.9) (end 219.7 119.1) (width 0.15) (layer B.Cu) (net 195) (tstamp 603027AF)) + (segment (start 219.7 119.1) (end 219.7 120.5) (width 0.15) (layer F.Cu) (net 195) (tstamp 603027A9)) + (segment (start 221.56 122.36) (end 235.2 122.36) (width 0.15) (layer F.Cu) (net 195) (tstamp 603027A0)) + (segment (start 219.7 120.5) (end 221.56 122.36) (width 0.15) (layer F.Cu) (net 195) (tstamp 6030279D)) + (via (at 203.7 63.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 6030294D)) + (segment (start 203.72 63.92) (end 203.7 63.9) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027EE)) + (segment (start 207.33 63.92) (end 203.72 63.92) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027EB)) + (segment (start 203.7 63.9) (end 202 63.9) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027FA)) + (segment (start 202 63.9) (end 202 64.1) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027F7)) + (via (at 187 85.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 60302965)) + (segment (start 187 79.1) (end 187 85.5) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027F1)) + (segment (start 202 64.1) (end 187 79.1) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027E8)) + (segment (start 187 85.5) (end 187 94.1) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027FD)) + (segment (start 187 94.1) (end 187 94.5) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027E2)) + (via (at 184.2 98.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 60302962)) + (segment (start 184.2 97.3) (end 184.2 98.5) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027DC)) + (segment (start 187 94.5) (end 184.2 97.3) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027D9)) + (via (at 184.2 100.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 6030294A)) + (segment (start 184.2 98.5) (end 184.2 100.4) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027D6)) + (via (at 184.2 102.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 60302953)) + (segment (start 184.2 100.4) (end 184.2 102.2) (width 0.15) (layer F.Cu) (net 196) (tstamp 603027E5)) + (segment (start 184.2 102.2) (end 184.2 122.6) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027D3)) + (via (at 218.7 126.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 6030296B)) + (segment (start 188.1 126.5) (end 218.7 126.5) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027DF)) + (segment (start 184.2 122.6) (end 188.1 126.5) (width 0.15) (layer B.Cu) (net 196) (tstamp 603027D0)) + (segment (start 218.7 126.5) (end 223.5 126.5) (width 0.15) (layer F.Cu) (net 196) (tstamp 60302806)) + (via (at 223.5 126.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 196) (tstamp 60302944)) + (segment (start 226.1 126.5) (end 223.5 126.5) (width 0.15) (layer B.Cu) (net 196) (tstamp 6030277C)) + (segment (start 232.78 119.82) (end 226.1 126.5) (width 0.15) (layer B.Cu) (net 196) (tstamp 60302776)) + (segment (start 235.2 119.82) (end 232.78 119.82) (width 0.15) (layer B.Cu) (net 196) (tstamp 60302779)) + (segment (start 228.39 60.11) (end 229.100002 60.820002) (width 0.15) (layer F.Cu) (net 197) (tstamp 603030A0)) + (segment (start 224.33 60.11) (end 228.39 60.11) (width 0.15) (layer F.Cu) (net 197) (tstamp 603030AC)) + (segment (start 160.45 100.4) (end 160.45 100.95) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 160 101.4) (end 160 101.8) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 160.45 100.95) (end 160 101.4) (width 0.15) (layer F.Cu) (net 197)) + (via (at 160 105.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 197)) + (segment (start 160.299999 105.499999) (end 160 105.2) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 235.6 106.75) (end 161.55 106.75) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 161.55 106.75) (end 160.299999 105.499999) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 237.15 105.2) (end 235.6 106.75) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 237.15 82.35) (end 237.15 105.2) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 229.9 75.099996) (end 229.100002 74.299998) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 229.9 75.1) (end 229.9 75.099996) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 229.100002 60.820002) (end 229.100002 74.299998) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 229.9 75.1) (end 237.15 82.35) (width 0.15) (layer F.Cu) (net 197)) + (via (at 160 102.65) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 197)) + (segment (start 160 105.2) (end 160 102.65) (width 0.15) (layer B.Cu) (net 197)) + (segment (start 160 101.8) (end 160 102.65) (width 0.15) (layer F.Cu) (net 197)) + (segment (start 230.03 55.03) (end 227.93 55.03) (width 0.15) (layer F.Cu) (net 198) (tstamp 6030308B)) + (segment (start 231.7 56.7) (end 230.03 55.03) (width 0.15) (layer F.Cu) (net 198) (tstamp 603030CA)) + (segment (start 224.33 55.03) (end 227.93 55.03) (width 0.15) (layer F.Cu) (net 198) (tstamp 603030B5)) + (segment (start 231.7 68.7) (end 231.7 56.7) (width 0.15) (layer F.Cu) (net 198) (tstamp 603030CD)) + (segment (start 231.7 68.8) (end 231.7 68.7) (width 0.15) (layer F.Cu) (net 198) (tstamp 60303055)) + (segment (start 158.45 90.75) (end 158.45 90.35) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 158.98 89.82) (end 158.98 89.3) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 158.45 90.35) (end 158.98 89.82) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 158.45 90.75) (end 156.35 90.75) (width 0.15) (layer F.Cu) (net 198)) + (via (at 155.5 102.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 198)) + (segment (start 155.5 91.6) (end 155.5 102.3) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 156.35 90.75) (end 155.5 91.6) (width 0.15) (layer F.Cu) (net 198)) + (via (at 158.1 108.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 198)) + (segment (start 238.9 106.7) (end 237.2 108.4) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 231.7 68.7) (end 238.9 75.9) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 238.9 75.9) (end 238.9 106.7) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 237.2 108.4) (end 158.1 108.4) (width 0.15) (layer F.Cu) (net 198)) + (segment (start 156.5 108.4) (end 158.1 108.4) (width 0.15) (layer B.Cu) (net 198)) + (segment (start 155.5 107.4) (end 156.5 108.4) (width 0.15) (layer B.Cu) (net 198)) + (segment (start 155.5 102.3) (end 155.5 107.4) (width 0.15) (layer B.Cu) (net 198)) + (segment (start 229.68 56.3) (end 224.33 56.3) (width 0.15) (layer F.Cu) (net 199) (tstamp 603030AF)) + (segment (start 231 57.62) (end 229.68 56.3) (width 0.15) (layer F.Cu) (net 199) (tstamp 60303067)) + (segment (start 231 73.1) (end 231 57.62) (width 0.15) (layer F.Cu) (net 199) (tstamp 60303052)) + (segment (start 238.3 80.4) (end 231 73.1) (width 0.15) (layer F.Cu) (net 199) (tstamp 6030308E)) + (segment (start 234.8 109.66) (end 234.8 108.5) (width 0.15) (layer B.Cu) (net 199)) + (via (at 236.5 106.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 199)) + (segment (start 234.8 108.5) (end 236.5 106.8) (width 0.15) (layer B.Cu) (net 199)) + (segment (start 238.3 105) (end 238.3 104.2) (width 0.15) (layer F.Cu) (net 199)) + (segment (start 236.5 106.8) (end 238.3 105) (width 0.15) (layer F.Cu) (net 199)) + (segment (start 238.3 104.2) (end 238.3 80.4) (width 0.15) (layer F.Cu) (net 199)) + + (zone (net 161) (net_name /ovladaci_prvky.sch/GND) (layer B.Cu) (tstamp 602D966A) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 82 57.5) (xy 119 57.5) (xy 119 54) (xy 130 54) (xy 130 145) + (xy 30 145) (xy 30 45) (xy 82 45) + ) + ) + (filled_polygon + (pts + (xy 81.873 57.5) (xy 81.87544 57.524776) (xy 81.882667 57.548601) (xy 81.894403 57.570557) (xy 81.910197 57.589803) + (xy 81.929443 57.605597) (xy 81.951399 57.617333) (xy 81.975224 57.62456) (xy 82 57.627) (xy 119 57.627) + (xy 119.024776 57.62456) (xy 119.048601 57.617333) (xy 119.070557 57.605597) (xy 119.089803 57.589803) (xy 119.105597 57.570557) + (xy 119.117333 57.548601) (xy 119.12456 57.524776) (xy 119.127 57.5) (xy 119.127 54.127) (xy 129.373 54.127) + (xy 129.373001 139.972063) (xy 129.301434 140.77395) (xy 129.177 141.228808) (xy 129.177 140.687093) (xy 129.05491 140.073303) + (xy 128.815421 139.495126) (xy 128.467737 138.974781) (xy 128.025219 138.532263) (xy 127.504874 138.184579) (xy 126.926697 137.94509) + (xy 126.312907 137.823) (xy 125.687093 137.823) (xy 125.073303 137.94509) (xy 124.495126 138.184579) (xy 123.974781 138.532263) + (xy 123.532263 138.974781) (xy 123.184579 139.495126) (xy 122.94509 140.073303) (xy 122.823 140.687093) (xy 122.823 141.312907) + (xy 122.94509 141.926697) (xy 123.184579 142.504874) (xy 123.532263 143.025219) (xy 123.974781 143.467737) (xy 124.495126 143.815421) + (xy 125.073303 144.05491) (xy 125.687093 144.177) (xy 126.249184 144.177) (xy 125.633632 144.324781) (xy 124.977012 144.373) + (xy 35.027926 144.373) (xy 34.22605 144.301434) (xy 33.771192 144.177) (xy 34.312907 144.177) (xy 34.926697 144.05491) + (xy 35.504874 143.815421) (xy 36.025219 143.467737) (xy 36.467737 143.025219) (xy 36.554861 142.894828) (xy 37.432167 142.894828) + (xy 37.432167 143.105172) (xy 37.473203 143.311475) (xy 37.553698 143.505809) (xy 37.67056 143.680704) (xy 37.819296 143.82944) + (xy 37.994191 143.946302) (xy 38.188525 144.026797) (xy 38.394828 144.067833) (xy 38.605172 144.067833) (xy 38.811475 144.026797) + (xy 39.005809 143.946302) (xy 39.180704 143.82944) (xy 39.32944 143.680704) (xy 39.446302 143.505809) (xy 39.526797 143.311475) + (xy 39.567833 143.105172) (xy 39.567833 142.894828) (xy 39.526797 142.688525) (xy 39.446302 142.494191) (xy 39.32944 142.319296) + (xy 39.180704 142.17056) (xy 39.005809 142.053698) (xy 38.811475 141.973203) (xy 38.605172 141.932167) (xy 38.394828 141.932167) + (xy 38.188525 141.973203) (xy 37.994191 142.053698) (xy 37.819296 142.17056) (xy 37.67056 142.319296) (xy 37.553698 142.494191) + (xy 37.473203 142.688525) (xy 37.432167 142.894828) (xy 36.554861 142.894828) (xy 36.815421 142.504874) (xy 37.05491 141.926697) + (xy 37.177 141.312907) (xy 37.177 140.687093) (xy 37.05491 140.073303) (xy 36.815421 139.495126) (xy 36.467737 138.974781) + (xy 36.025219 138.532263) (xy 35.504874 138.184579) (xy 35.381127 138.133321) (xy 41.103 138.133321) (xy 41.103 138.266679) + (xy 41.129016 138.397474) (xy 41.18005 138.52068) (xy 41.25414 138.631563) (xy 41.348437 138.72586) (xy 41.45932 138.79995) + (xy 41.582526 138.850984) (xy 41.713321 138.877) (xy 41.846679 138.877) (xy 41.977474 138.850984) (xy 42.10068 138.79995) + (xy 42.211563 138.72586) (xy 42.285423 138.652) (xy 53.957795 138.652) (xy 53.98 138.654187) (xy 54.002205 138.652) + (xy 54.068607 138.64546) (xy 54.15381 138.619614) (xy 54.232333 138.577643) (xy 54.301159 138.521159) (xy 54.315323 138.5039) + (xy 56.819223 136) (xy 73.253 136) (xy 73.340372 137.082295) (xy 73.600225 138.136559) (xy 74.025828 139.135487) + (xy 74.60616 140.053208) (xy 75.326189 140.865953) (xy 76.167267 141.552672) (xy 77.107611 142.09558) (xy 78.122867 142.480616) + (xy 79.186739 142.697807) (xy 80.271674 142.741528) (xy 81.349573 142.610648) (xy 82.392519 142.308555) (xy 83.3735 141.843073) + (xy 84.267109 141.22626) (xy 85.050202 140.474089) (xy 85.702498 139.606041) (xy 86.207101 138.644599) (xy 86.253801 138.504714) + (xy 111.917232 138.504714) (xy 111.917232 138.895286) (xy 111.993428 139.278352) (xy 112.142894 139.639193) (xy 112.359883 139.963941) + (xy 112.636059 140.240117) (xy 112.960807 140.457106) (xy 113.321648 140.606572) (xy 113.704714 140.682768) (xy 114.095286 140.682768) + (xy 114.478352 140.606572) (xy 114.839193 140.457106) (xy 115.163941 140.240117) (xy 115.440117 139.963941) (xy 115.657106 139.639193) + (xy 115.806572 139.278352) (xy 115.882768 138.895286) (xy 115.882768 138.504714) (xy 115.806572 138.121648) (xy 115.657106 137.760807) + (xy 115.440117 137.436059) (xy 115.163941 137.159883) (xy 114.839193 136.942894) (xy 114.478352 136.793428) (xy 114.095286 136.717232) + (xy 113.704714 136.717232) (xy 113.321648 136.793428) (xy 112.960807 136.942894) (xy 112.636059 137.159883) (xy 112.359883 137.436059) + (xy 112.142894 137.760807) (xy 111.993428 138.121648) (xy 111.917232 138.504714) (xy 86.253801 138.504714) (xy 86.550944 137.614663) + (xy 86.725122 136.542908) (xy 86.725122 135.457092) (xy 86.550944 134.385337) (xy 86.207101 133.355401) (xy 85.702498 132.393959) + (xy 85.050202 131.525911) (xy 84.267109 130.77374) (xy 83.3735 130.156927) (xy 82.392519 129.691445) (xy 81.349573 129.389352) + (xy 80.271674 129.258472) (xy 79.186739 129.302193) (xy 78.122867 129.519384) (xy 77.107611 129.90442) (xy 76.167267 130.447328) + (xy 75.326189 131.134047) (xy 74.60616 131.946792) (xy 74.025828 132.864513) (xy 73.600225 133.863441) (xy 73.340372 134.917705) + (xy 73.253 136) (xy 56.819223 136) (xy 59.867225 132.952) (xy 60.874577 132.952) (xy 60.948437 133.02586) + (xy 61.05932 133.09995) (xy 61.182526 133.150984) (xy 61.313321 133.177) (xy 61.446679 133.177) (xy 61.577474 133.150984) + (xy 61.70068 133.09995) (xy 61.811563 133.02586) (xy 61.90586 132.931563) (xy 61.97995 132.82068) (xy 62.030984 132.697474) + (xy 62.057 132.566679) (xy 62.057 132.433321) (xy 62.030984 132.302526) (xy 61.97995 132.17932) (xy 61.90586 132.068437) + (xy 61.811563 131.97414) (xy 61.70068 131.90005) (xy 61.577474 131.849016) (xy 61.446679 131.823) (xy 61.313321 131.823) + (xy 61.182526 131.849016) (xy 61.05932 131.90005) (xy 60.948437 131.97414) (xy 60.874577 132.048) (xy 59.702204 132.048) + (xy 59.679999 132.045813) (xy 59.591392 132.05454) (xy 59.571562 132.060556) (xy 59.50619 132.080386) (xy 59.427667 132.122357) + (xy 59.358841 132.178841) (xy 59.344686 132.196089) (xy 53.792777 137.748) (xy 47.578428 137.748) (xy 47.611563 137.72586) + (xy 47.70586 137.631563) (xy 47.77995 137.52068) (xy 47.830984 137.397474) (xy 47.857 137.266679) (xy 47.857 137.133321) + (xy 47.830984 137.002526) (xy 47.77995 136.87932) (xy 47.70586 136.768437) (xy 47.632 136.694577) (xy 47.632 136.322202) + (xy 47.634187 136.299999) (xy 47.632 136.277795) (xy 47.62546 136.211393) (xy 47.599614 136.12619) (xy 47.557643 136.047667) + (xy 47.501159 135.978841) (xy 47.48391 135.964685) (xy 46.815323 135.2961) (xy 46.801159 135.278841) (xy 46.732333 135.222357) + (xy 46.65381 135.180386) (xy 46.568607 135.15454) (xy 46.502205 135.148) (xy 46.48 135.145813) (xy 46.457795 135.148) + (xy 44.767225 135.148) (xy 44.432 134.812777) (xy 44.432 134.405423) (xy 44.50586 134.331563) (xy 44.57995 134.22068) + (xy 44.630984 134.097474) (xy 44.657 133.966679) (xy 44.657 133.833321) (xy 44.630984 133.702526) (xy 44.57995 133.57932) + (xy 44.50586 133.468437) (xy 44.411563 133.37414) (xy 44.30068 133.30005) (xy 44.177474 133.249016) (xy 44.046679 133.223) + (xy 43.913321 133.223) (xy 43.782526 133.249016) (xy 43.65932 133.30005) (xy 43.548437 133.37414) (xy 43.45414 133.468437) + (xy 43.38005 133.57932) (xy 43.329016 133.702526) (xy 43.303 133.833321) (xy 43.303 133.966679) (xy 43.329016 134.097474) + (xy 43.38005 134.22068) (xy 43.45414 134.331563) (xy 43.528001 134.405424) (xy 43.528 134.977795) (xy 43.525813 135) + (xy 43.53454 135.088607) (xy 43.552557 135.148) (xy 43.560386 135.173809) (xy 43.602357 135.252332) (xy 43.658841 135.321159) + (xy 43.6761 135.335323) (xy 44.244685 135.90391) (xy 44.258841 135.921159) (xy 44.327667 135.977643) (xy 44.40619 136.019614) + (xy 44.491392 136.04546) (xy 44.579999 136.054187) (xy 44.602204 136.052) (xy 46.292777 136.052) (xy 46.728001 136.487225) + (xy 46.728001 136.694576) (xy 46.65414 136.768437) (xy 46.58005 136.87932) (xy 46.529016 137.002526) (xy 46.503 137.133321) + (xy 46.503 137.266679) (xy 46.529016 137.397474) (xy 46.58005 137.52068) (xy 46.65414 137.631563) (xy 46.748437 137.72586) + (xy 46.781572 137.748) (xy 42.285423 137.748) (xy 42.211563 137.67414) (xy 42.10068 137.60005) (xy 41.977474 137.549016) + (xy 41.846679 137.523) (xy 41.713321 137.523) (xy 41.582526 137.549016) (xy 41.45932 137.60005) (xy 41.348437 137.67414) + (xy 41.25414 137.768437) (xy 41.18005 137.87932) (xy 41.129016 138.002526) (xy 41.103 138.133321) (xy 35.381127 138.133321) + (xy 34.926697 137.94509) (xy 34.312907 137.823) (xy 33.687093 137.823) (xy 33.073303 137.94509) (xy 32.495126 138.184579) + (xy 31.974781 138.532263) (xy 31.532263 138.974781) (xy 31.184579 139.495126) (xy 30.94509 140.073303) (xy 30.823 140.687093) + (xy 30.823 141.249184) (xy 30.675219 140.633632) (xy 30.627 139.977012) (xy 30.627 122.533321) (xy 42.723 122.533321) + (xy 42.723 122.666679) (xy 42.749016 122.797474) (xy 42.80005 122.92068) (xy 42.87414 123.031563) (xy 42.968437 123.12586) + (xy 43.07932 123.19995) (xy 43.202526 123.250984) (xy 43.333321 123.277) (xy 43.466679 123.277) (xy 43.597474 123.250984) + (xy 43.72068 123.19995) (xy 43.831563 123.12586) (xy 43.92586 123.031563) (xy 43.99995 122.92068) (xy 44.050984 122.797474) + (xy 44.077 122.666679) (xy 44.077 122.533321) (xy 44.050984 122.402526) (xy 43.99995 122.27932) (xy 43.92586 122.168437) + (xy 43.902 122.144577) (xy 43.902 120.907934) (xy 44.407936 120.402) (xy 117.355357 120.402) (xy 117.38 120.404427) + (xy 117.404643 120.402) (xy 117.404653 120.402) (xy 117.478409 120.394736) (xy 117.573036 120.366031) (xy 117.660245 120.319417) + (xy 117.736684 120.256684) (xy 117.752401 120.237533) (xy 118.817538 119.172397) (xy 118.836684 119.156684) (xy 118.899417 119.080245) + (xy 118.946031 118.993036) (xy 118.974736 118.898409) (xy 118.982 118.824653) (xy 118.982 118.824643) (xy 118.984427 118.8) + (xy 118.982 118.775357) (xy 118.982 115.255423) (xy 119.00586 115.231563) (xy 119.07995 115.12068) (xy 119.130984 114.997474) + (xy 119.157 114.866679) (xy 119.157 114.733321) (xy 119.130984 114.602526) (xy 119.07995 114.47932) (xy 119.00586 114.368437) + (xy 118.911563 114.27414) (xy 118.80068 114.20005) (xy 118.677474 114.149016) (xy 118.546679 114.123) (xy 118.413321 114.123) + (xy 118.282526 114.149016) (xy 118.15932 114.20005) (xy 118.048437 114.27414) (xy 117.95414 114.368437) (xy 117.88005 114.47932) + (xy 117.829016 114.602526) (xy 117.803 114.733321) (xy 117.803 114.866679) (xy 117.829016 114.997474) (xy 117.88005 115.12068) + (xy 117.95414 115.231563) (xy 117.978 115.255423) (xy 117.978001 118.592064) (xy 117.172066 119.398) (xy 44.224643 119.398) + (xy 44.2 119.395573) (xy 44.175357 119.398) (xy 44.175347 119.398) (xy 44.101591 119.405264) (xy 44.006964 119.433969) + (xy 43.919755 119.480583) (xy 43.919753 119.480584) (xy 43.919754 119.480584) (xy 43.862464 119.5276) (xy 43.862456 119.527608) + (xy 43.843316 119.543316) (xy 43.827607 119.562457) (xy 43.062463 120.327603) (xy 43.043317 120.343316) (xy 43.027604 120.362462) + (xy 43.027601 120.362465) (xy 42.980584 120.419755) (xy 42.93397 120.506964) (xy 42.905265 120.601591) (xy 42.895573 120.7) + (xy 42.898001 120.724653) (xy 42.898 122.144577) (xy 42.87414 122.168437) (xy 42.80005 122.27932) (xy 42.749016 122.402526) + (xy 42.723 122.533321) (xy 30.627 122.533321) (xy 30.627 115.223472) (xy 40.803 115.223472) (xy 40.803 115.376528) + (xy 40.832859 115.526643) (xy 40.891431 115.668048) (xy 40.976464 115.795309) (xy 41.084691 115.903536) (xy 41.211952 115.988569) + (xy 41.353357 116.047141) (xy 41.503472 116.077) (xy 41.656528 116.077) (xy 41.806643 116.047141) (xy 41.948048 115.988569) + (xy 42.075309 115.903536) (xy 42.183536 115.795309) (xy 42.268569 115.668048) (xy 42.327141 115.526643) (xy 42.357 115.376528) + (xy 42.357 115.223472) (xy 42.327141 115.073357) (xy 42.268569 114.931952) (xy 42.183536 114.804691) (xy 42.082 114.703155) + (xy 42.082 113.907934) (xy 42.587936 113.402) (xy 117.455357 113.402) (xy 117.48 113.404427) (xy 117.504643 113.402) + (xy 117.504653 113.402) (xy 117.578409 113.394736) (xy 117.673036 113.366031) (xy 117.760245 113.319417) (xy 117.836684 113.256684) + (xy 117.852401 113.237533) (xy 118.917538 112.172397) (xy 118.936684 112.156684) (xy 118.999417 112.080245) (xy 119.046031 111.993036) + (xy 119.074736 111.898409) (xy 119.082 111.824653) (xy 119.082 111.824643) (xy 119.084427 111.8) (xy 119.082 111.775357) + (xy 119.082 108.455423) (xy 119.10586 108.431563) (xy 119.17995 108.32068) (xy 119.230984 108.197474) (xy 119.257 108.066679) + (xy 119.257 107.933321) (xy 119.230984 107.802526) (xy 119.17995 107.67932) (xy 119.10586 107.568437) (xy 119.011563 107.47414) + (xy 118.90068 107.40005) (xy 118.777474 107.349016) (xy 118.646679 107.323) (xy 118.513321 107.323) (xy 118.382526 107.349016) + (xy 118.25932 107.40005) (xy 118.148437 107.47414) (xy 118.05414 107.568437) (xy 117.98005 107.67932) (xy 117.929016 107.802526) + (xy 117.903 107.933321) (xy 117.903 108.066679) (xy 117.929016 108.197474) (xy 117.98005 108.32068) (xy 118.05414 108.431563) + (xy 118.078 108.455423) (xy 118.078001 111.592064) (xy 117.272066 112.398) (xy 42.404643 112.398) (xy 42.38 112.395573) + (xy 42.355357 112.398) (xy 42.355347 112.398) (xy 42.281591 112.405264) (xy 42.186964 112.433969) (xy 42.099755 112.480583) + (xy 42.099753 112.480584) (xy 42.099754 112.480584) (xy 42.042464 112.5276) (xy 42.042456 112.527608) (xy 42.023316 112.543316) + (xy 42.007607 112.562457) (xy 41.242467 113.327599) (xy 41.223316 113.343316) (xy 41.160583 113.419755) (xy 41.113969 113.506965) + (xy 41.085264 113.601592) (xy 41.078 113.675348) (xy 41.078 113.675357) (xy 41.075573 113.7) (xy 41.078 113.724643) + (xy 41.078001 114.703154) (xy 40.976464 114.804691) (xy 40.891431 114.931952) (xy 40.832859 115.073357) (xy 40.803 115.223472) + (xy 30.627 115.223472) (xy 30.627 108.323472) (xy 40.903 108.323472) (xy 40.903 108.476528) (xy 40.932859 108.626643) + (xy 40.991431 108.768048) (xy 41.076464 108.895309) (xy 41.184691 109.003536) (xy 41.311952 109.088569) (xy 41.453357 109.147141) + (xy 41.603472 109.177) (xy 41.756528 109.177) (xy 41.906643 109.147141) (xy 42.048048 109.088569) (xy 42.175309 109.003536) + (xy 42.283536 108.895309) (xy 42.368569 108.768048) (xy 42.427141 108.626643) (xy 42.457 108.476528) (xy 42.457 108.323472) + (xy 42.427141 108.173357) (xy 42.368569 108.031952) (xy 42.283536 107.904691) (xy 42.182 107.803155) (xy 42.182 106.707935) + (xy 42.387935 106.502) (xy 117.055357 106.502) (xy 117.08 106.504427) (xy 117.104643 106.502) (xy 117.104653 106.502) + (xy 117.178409 106.494736) (xy 117.273036 106.466031) (xy 117.360245 106.419417) (xy 117.436684 106.356684) (xy 117.452401 106.337533) + (xy 118.817538 104.972397) (xy 118.836684 104.956684) (xy 118.870919 104.91497) (xy 118.899416 104.880246) (xy 118.94603 104.793037) + (xy 118.946031 104.793036) (xy 118.974736 104.698409) (xy 118.982 104.624653) (xy 118.982 104.624643) (xy 118.984427 104.6) + (xy 118.982 104.575357) (xy 118.982 103.07) (xy 123.771176 103.07) (xy 123.771176 104.77) (xy 123.778455 104.843905) + (xy 123.800012 104.91497) (xy 123.835019 104.980463) (xy 123.882131 105.037869) (xy 123.939537 105.084981) (xy 124.00503 105.119988) + (xy 124.076095 105.141545) (xy 124.15 105.148824) (xy 125.85 105.148824) (xy 125.923905 105.141545) (xy 125.99497 105.119988) + (xy 126.060463 105.084981) (xy 126.117869 105.037869) (xy 126.164981 104.980463) (xy 126.199988 104.91497) (xy 126.221545 104.843905) + (xy 126.228824 104.77) (xy 126.228824 103.07) (xy 126.221545 102.996095) (xy 126.199988 102.92503) (xy 126.164981 102.859537) + (xy 126.117869 102.802131) (xy 126.060463 102.755019) (xy 125.99497 102.720012) (xy 125.923905 102.698455) (xy 125.85 102.691176) + (xy 124.15 102.691176) (xy 124.076095 102.698455) (xy 124.00503 102.720012) (xy 123.939537 102.755019) (xy 123.882131 102.802131) + (xy 123.835019 102.859537) (xy 123.800012 102.92503) (xy 123.778455 102.996095) (xy 123.771176 103.07) (xy 118.982 103.07) + (xy 118.982 101.555423) (xy 119.00586 101.531563) (xy 119.07995 101.42068) (xy 119.130984 101.297474) (xy 119.138606 101.259151) + (xy 123.773 101.259151) (xy 123.773 101.500849) (xy 123.820153 101.737903) (xy 123.912647 101.961202) (xy 124.046927 102.162167) + (xy 124.217833 102.333073) (xy 124.418798 102.467353) (xy 124.642097 102.559847) (xy 124.879151 102.607) (xy 125.120849 102.607) + (xy 125.357903 102.559847) (xy 125.581202 102.467353) (xy 125.782167 102.333073) (xy 125.953073 102.162167) (xy 126.087353 101.961202) + (xy 126.179847 101.737903) (xy 126.227 101.500849) (xy 126.227 101.259151) (xy 126.179847 101.022097) (xy 126.087353 100.798798) + (xy 125.953073 100.597833) (xy 125.782167 100.426927) (xy 125.581202 100.292647) (xy 125.357903 100.200153) (xy 125.120849 100.153) + (xy 124.879151 100.153) (xy 124.642097 100.200153) (xy 124.418798 100.292647) (xy 124.217833 100.426927) (xy 124.046927 100.597833) + (xy 123.912647 100.798798) (xy 123.820153 101.022097) (xy 123.773 101.259151) (xy 119.138606 101.259151) (xy 119.157 101.166679) + (xy 119.157 101.033321) (xy 119.130984 100.902526) (xy 119.07995 100.77932) (xy 119.00586 100.668437) (xy 118.911563 100.57414) + (xy 118.80068 100.50005) (xy 118.677474 100.449016) (xy 118.546679 100.423) (xy 118.413321 100.423) (xy 118.282526 100.449016) + (xy 118.15932 100.50005) (xy 118.048437 100.57414) (xy 117.95414 100.668437) (xy 117.88005 100.77932) (xy 117.829016 100.902526) + (xy 117.803 101.033321) (xy 117.803 101.166679) (xy 117.829016 101.297474) (xy 117.88005 101.42068) (xy 117.95414 101.531563) + (xy 117.978 101.555423) (xy 117.978001 104.392064) (xy 116.872066 105.498) (xy 42.204643 105.498) (xy 42.18 105.495573) + (xy 42.155357 105.498) (xy 42.155347 105.498) (xy 42.081591 105.505264) (xy 41.986964 105.533969) (xy 41.946368 105.555668) + (xy 41.899754 105.580583) (xy 41.842464 105.6276) (xy 41.842456 105.627608) (xy 41.823316 105.643316) (xy 41.807607 105.662457) + (xy 41.342467 106.127599) (xy 41.323316 106.143316) (xy 41.260583 106.219755) (xy 41.213969 106.306965) (xy 41.185264 106.401592) + (xy 41.178 106.475348) (xy 41.178 106.475357) (xy 41.175573 106.5) (xy 41.178 106.524643) (xy 41.178001 107.803154) + (xy 41.076464 107.904691) (xy 40.991431 108.031952) (xy 40.932859 108.173357) (xy 40.903 108.323472) (xy 30.627 108.323472) + (xy 30.627 103.05) (xy 33.871176 103.05) (xy 33.871176 104.75) (xy 33.878455 104.823905) (xy 33.900012 104.89497) + (xy 33.935019 104.960463) (xy 33.982131 105.017869) (xy 34.039537 105.064981) (xy 34.10503 105.099988) (xy 34.176095 105.121545) + (xy 34.25 105.128824) (xy 35.95 105.128824) (xy 36.023905 105.121545) (xy 36.09497 105.099988) (xy 36.160463 105.064981) + (xy 36.217869 105.017869) (xy 36.264981 104.960463) (xy 36.299988 104.89497) (xy 36.321545 104.823905) (xy 36.328824 104.75) + (xy 36.328824 103.05) (xy 36.321545 102.976095) (xy 36.299988 102.90503) (xy 36.264981 102.839537) (xy 36.217869 102.782131) + (xy 36.160463 102.735019) (xy 36.09497 102.700012) (xy 36.023905 102.678455) (xy 35.95 102.671176) (xy 34.25 102.671176) + (xy 34.176095 102.678455) (xy 34.10503 102.700012) (xy 34.039537 102.735019) (xy 33.982131 102.782131) (xy 33.935019 102.839537) + (xy 33.900012 102.90503) (xy 33.878455 102.976095) (xy 33.871176 103.05) (xy 30.627 103.05) (xy 30.627 99.17689) + (xy 33.658524 99.17689) (xy 33.703175 99.324099) (xy 33.828359 99.58692) (xy 34.002412 99.820269) (xy 34.218645 100.015178) + (xy 34.468748 100.164157) (xy 34.636798 100.223769) (xy 34.518798 100.272647) (xy 34.317833 100.406927) (xy 34.146927 100.577833) + (xy 34.012647 100.778798) (xy 33.920153 101.002097) (xy 33.873 101.239151) (xy 33.873 101.480849) (xy 33.920153 101.717903) + (xy 34.012647 101.941202) (xy 34.146927 102.142167) (xy 34.317833 102.313073) (xy 34.518798 102.447353) (xy 34.742097 102.539847) + (xy 34.979151 102.587) (xy 35.220849 102.587) (xy 35.457903 102.539847) (xy 35.681202 102.447353) (xy 35.882167 102.313073) + (xy 36.053073 102.142167) (xy 36.187353 101.941202) (xy 36.27754 101.723472) (xy 40.903 101.723472) (xy 40.903 101.876528) + (xy 40.932859 102.026643) (xy 40.991431 102.168048) (xy 41.076464 102.295309) (xy 41.184691 102.403536) (xy 41.311952 102.488569) + (xy 41.453357 102.547141) (xy 41.603472 102.577) (xy 41.756528 102.577) (xy 41.906643 102.547141) (xy 42.048048 102.488569) + (xy 42.175309 102.403536) (xy 42.283536 102.295309) (xy 42.368569 102.168048) (xy 42.427141 102.026643) (xy 42.457 101.876528) + (xy 42.457 101.723472) (xy 42.427141 101.573357) (xy 42.368569 101.431952) (xy 42.283536 101.304691) (xy 42.182 101.203155) + (xy 42.182 99.907934) (xy 42.587935 99.502) (xy 117.355357 99.502) (xy 117.38 99.504427) (xy 117.404643 99.502) + (xy 117.404653 99.502) (xy 117.478409 99.494736) (xy 117.573036 99.466031) (xy 117.660245 99.419417) (xy 117.736684 99.356684) + (xy 117.752401 99.337533) (xy 118.370783 98.719151) (xy 123.773 98.719151) (xy 123.773 98.960849) (xy 123.820153 99.197903) + (xy 123.912647 99.421202) (xy 124.046927 99.622167) (xy 124.217833 99.793073) (xy 124.418798 99.927353) (xy 124.642097 100.019847) + (xy 124.879151 100.067) (xy 125.120849 100.067) (xy 125.357903 100.019847) (xy 125.581202 99.927353) (xy 125.782167 99.793073) + (xy 125.953073 99.622167) (xy 126.087353 99.421202) (xy 126.179847 99.197903) (xy 126.227 98.960849) (xy 126.227 98.719151) + (xy 126.179847 98.482097) (xy 126.087353 98.258798) (xy 125.953073 98.057833) (xy 125.782167 97.886927) (xy 125.581202 97.752647) + (xy 125.357903 97.660153) (xy 125.120849 97.613) (xy 124.879151 97.613) (xy 124.642097 97.660153) (xy 124.418798 97.752647) + (xy 124.217833 97.886927) (xy 124.046927 98.057833) (xy 123.912647 98.258798) (xy 123.820153 98.482097) (xy 123.773 98.719151) + (xy 118.370783 98.719151) (xy 118.717538 98.372397) (xy 118.736684 98.356684) (xy 118.752397 98.337538) (xy 118.7524 98.337535) + (xy 118.799417 98.280246) (xy 118.846031 98.193037) (xy 118.874736 98.09841) (xy 118.8792 98.05308) (xy 118.882 98.024653) + (xy 118.882 98.024646) (xy 118.884427 98) (xy 118.882 97.975355) (xy 118.882 96.179151) (xy 123.773 96.179151) + (xy 123.773 96.420849) (xy 123.820153 96.657903) (xy 123.912647 96.881202) (xy 124.046927 97.082167) (xy 124.217833 97.253073) + (xy 124.418798 97.387353) (xy 124.642097 97.479847) (xy 124.879151 97.527) (xy 125.120849 97.527) (xy 125.357903 97.479847) + (xy 125.581202 97.387353) (xy 125.782167 97.253073) (xy 125.953073 97.082167) (xy 126.087353 96.881202) (xy 126.179847 96.657903) + (xy 126.227 96.420849) (xy 126.227 96.179151) (xy 126.179847 95.942097) (xy 126.087353 95.718798) (xy 125.953073 95.517833) + (xy 125.782167 95.346927) (xy 125.581202 95.212647) (xy 125.357903 95.120153) (xy 125.120849 95.073) (xy 124.879151 95.073) + (xy 124.642097 95.120153) (xy 124.418798 95.212647) (xy 124.217833 95.346927) (xy 124.046927 95.517833) (xy 123.912647 95.718798) + (xy 123.820153 95.942097) (xy 123.773 96.179151) (xy 118.882 96.179151) (xy 118.882 94.455423) (xy 118.90586 94.431563) + (xy 118.97995 94.32068) (xy 119.030984 94.197474) (xy 119.057 94.066679) (xy 119.057 93.933321) (xy 119.030984 93.802526) + (xy 118.97995 93.67932) (xy 118.90586 93.568437) (xy 118.811563 93.47414) (xy 118.70068 93.40005) (xy 118.577474 93.349016) + (xy 118.446679 93.323) (xy 118.313321 93.323) (xy 118.182526 93.349016) (xy 118.05932 93.40005) (xy 117.948437 93.47414) + (xy 117.85414 93.568437) (xy 117.78005 93.67932) (xy 117.729016 93.802526) (xy 117.703 93.933321) (xy 117.703 94.066679) + (xy 117.729016 94.197474) (xy 117.78005 94.32068) (xy 117.85414 94.431563) (xy 117.878 94.455423) (xy 117.878001 97.792064) + (xy 117.172066 98.498) (xy 42.404642 98.498) (xy 42.379999 98.495573) (xy 42.355356 98.498) (xy 42.355347 98.498) + (xy 42.281591 98.505264) (xy 42.186964 98.533969) (xy 42.099755 98.580583) (xy 42.023316 98.643316) (xy 42.007603 98.662462) + (xy 41.342467 99.327599) (xy 41.323316 99.343316) (xy 41.260583 99.419755) (xy 41.213969 99.506965) (xy 41.185264 99.601592) + (xy 41.178 99.675348) (xy 41.178 99.675357) (xy 41.175573 99.7) (xy 41.178 99.724643) (xy 41.178001 101.203154) + (xy 41.076464 101.304691) (xy 40.991431 101.431952) (xy 40.932859 101.573357) (xy 40.903 101.723472) (xy 36.27754 101.723472) + (xy 36.279847 101.717903) (xy 36.327 101.480849) (xy 36.327 101.239151) (xy 36.279847 101.002097) (xy 36.187353 100.778798) + (xy 36.053073 100.577833) (xy 35.882167 100.406927) (xy 35.681202 100.272647) (xy 35.563202 100.223769) (xy 35.731252 100.164157) + (xy 35.981355 100.015178) (xy 36.197588 99.820269) (xy 36.371641 99.58692) (xy 36.496825 99.324099) (xy 36.541476 99.17689) + (xy 36.420155 98.947) (xy 35.227 98.947) (xy 35.227 98.967) (xy 34.973 98.967) (xy 34.973 98.947) + (xy 33.779845 98.947) (xy 33.658524 99.17689) (xy 30.627 99.17689) (xy 30.627 58.2) (xy 31.945813 58.2) + (xy 31.948 58.222205) (xy 31.948001 95.377785) (xy 31.945813 95.4) (xy 31.95454 95.488607) (xy 31.980386 95.573809) + (xy 31.980387 95.57381) (xy 32.022358 95.652333) (xy 32.078842 95.721159) (xy 32.096096 95.735319) (xy 32.924681 96.563905) + (xy 32.938841 96.581159) (xy 33.007667 96.637643) (xy 33.08619 96.679614) (xy 33.171392 96.70546) (xy 33.26 96.714187) + (xy 33.282205 96.712) (xy 33.950845 96.712) (xy 34.012647 96.861202) (xy 34.146927 97.062167) (xy 34.317833 97.233073) + (xy 34.518798 97.367353) (xy 34.636798 97.416231) (xy 34.468748 97.475843) (xy 34.218645 97.624822) (xy 34.002412 97.819731) + (xy 33.828359 98.05308) (xy 33.703175 98.315901) (xy 33.658524 98.46311) (xy 33.779845 98.693) (xy 34.973 98.693) + (xy 34.973 98.673) (xy 35.227 98.673) (xy 35.227 98.693) (xy 36.420155 98.693) (xy 36.541476 98.46311) + (xy 36.496825 98.315901) (xy 36.371641 98.05308) (xy 36.197588 97.819731) (xy 35.981355 97.624822) (xy 35.731252 97.475843) + (xy 35.563202 97.416231) (xy 35.681202 97.367353) (xy 35.882167 97.233073) (xy 36.053073 97.062167) (xy 36.187353 96.861202) + (xy 36.279847 96.637903) (xy 36.327 96.400849) (xy 36.327 96.159151) (xy 36.279847 95.922097) (xy 36.187353 95.698798) + (xy 36.053073 95.497833) (xy 35.882167 95.326927) (xy 35.681202 95.192647) (xy 35.457903 95.100153) (xy 35.220849 95.053) + (xy 34.979151 95.053) (xy 34.742097 95.100153) (xy 34.518798 95.192647) (xy 34.317833 95.326927) (xy 34.146927 95.497833) + (xy 34.012647 95.698798) (xy 33.967414 95.808) (xy 33.447224 95.808) (xy 32.852 95.212777) (xy 32.852 66.998428) + (xy 32.87414 67.031563) (xy 32.948001 67.105424) (xy 32.948 93.177795) (xy 32.945813 93.2) (xy 32.948 93.222204) + (xy 32.95454 93.288606) (xy 32.980386 93.373809) (xy 33.022357 93.452332) (xy 33.078841 93.521159) (xy 33.0961 93.535323) + (xy 33.584681 94.023905) (xy 33.598841 94.041159) (xy 33.667667 94.097643) (xy 33.731855 94.131952) (xy 33.74619 94.139614) + (xy 33.831392 94.16546) (xy 33.919999 94.174187) (xy 33.942204 94.172) (xy 33.950845 94.172) (xy 34.012647 94.321202) + (xy 34.146927 94.522167) (xy 34.317833 94.693073) (xy 34.518798 94.827353) (xy 34.742097 94.919847) (xy 34.979151 94.967) + (xy 35.220849 94.967) (xy 35.457903 94.919847) (xy 35.681202 94.827353) (xy 35.882167 94.693073) (xy 36.053073 94.522167) + (xy 36.119018 94.423472) (xy 40.903 94.423472) (xy 40.903 94.576528) (xy 40.932859 94.726643) (xy 40.991431 94.868048) + (xy 41.076464 94.995309) (xy 41.184691 95.103536) (xy 41.311952 95.188569) (xy 41.453357 95.247141) (xy 41.603472 95.277) + (xy 41.756528 95.277) (xy 41.906643 95.247141) (xy 42.048048 95.188569) (xy 42.175309 95.103536) (xy 42.283536 94.995309) + (xy 42.368569 94.868048) (xy 42.427141 94.726643) (xy 42.457 94.576528) (xy 42.457 94.423472) (xy 42.427141 94.273357) + (xy 42.368569 94.131952) (xy 42.283536 94.004691) (xy 42.182 93.903155) (xy 42.182 92.907934) (xy 42.687936 92.402) + (xy 117.155357 92.402) (xy 117.18 92.404427) (xy 117.204643 92.402) (xy 117.204653 92.402) (xy 117.278409 92.394736) + (xy 117.373036 92.366031) (xy 117.460245 92.319417) (xy 117.536684 92.256684) (xy 117.552401 92.237533) (xy 118.439934 91.35) + (xy 123.771176 91.35) (xy 123.771176 93.05) (xy 123.778455 93.123905) (xy 123.800012 93.19497) (xy 123.835019 93.260463) + (xy 123.882131 93.317869) (xy 123.939537 93.364981) (xy 124.00503 93.399988) (xy 124.076095 93.421545) (xy 124.15 93.428824) + (xy 125.85 93.428824) (xy 125.923905 93.421545) (xy 125.99497 93.399988) (xy 126.060463 93.364981) (xy 126.117869 93.317869) + (xy 126.164981 93.260463) (xy 126.199988 93.19497) (xy 126.221545 93.123905) (xy 126.228824 93.05) (xy 126.228824 91.35) + (xy 126.221545 91.276095) (xy 126.199988 91.20503) (xy 126.164981 91.139537) (xy 126.117869 91.082131) (xy 126.060463 91.035019) + (xy 125.99497 91.000012) (xy 125.923905 90.978455) (xy 125.85 90.971176) (xy 124.15 90.971176) (xy 124.076095 90.978455) + (xy 124.00503 91.000012) (xy 123.939537 91.035019) (xy 123.882131 91.082131) (xy 123.835019 91.139537) (xy 123.800012 91.20503) + (xy 123.778455 91.276095) (xy 123.771176 91.35) (xy 118.439934 91.35) (xy 118.717538 91.072397) (xy 118.736684 91.056684) + (xy 118.754465 91.035019) (xy 118.799416 90.980246) (xy 118.799417 90.980245) (xy 118.846031 90.893036) (xy 118.874736 90.798409) + (xy 118.882 90.724653) (xy 118.882 90.724644) (xy 118.884427 90.700001) (xy 118.882 90.675358) (xy 118.882 89.539151) + (xy 123.773 89.539151) (xy 123.773 89.780849) (xy 123.820153 90.017903) (xy 123.912647 90.241202) (xy 124.046927 90.442167) + (xy 124.217833 90.613073) (xy 124.418798 90.747353) (xy 124.642097 90.839847) (xy 124.879151 90.887) (xy 125.120849 90.887) + (xy 125.357903 90.839847) (xy 125.581202 90.747353) (xy 125.782167 90.613073) (xy 125.953073 90.442167) (xy 126.087353 90.241202) + (xy 126.179847 90.017903) (xy 126.227 89.780849) (xy 126.227 89.539151) (xy 126.179847 89.302097) (xy 126.087353 89.078798) + (xy 125.953073 88.877833) (xy 125.782167 88.706927) (xy 125.581202 88.572647) (xy 125.357903 88.480153) (xy 125.120849 88.433) + (xy 124.879151 88.433) (xy 124.642097 88.480153) (xy 124.418798 88.572647) (xy 124.217833 88.706927) (xy 124.046927 88.877833) + (xy 123.912647 89.078798) (xy 123.820153 89.302097) (xy 123.773 89.539151) (xy 118.882 89.539151) (xy 118.882 87.255423) + (xy 118.90586 87.231563) (xy 118.97995 87.12068) (xy 119.030984 86.997474) (xy 119.057 86.866679) (xy 119.057 86.733321) + (xy 119.030984 86.602526) (xy 118.97995 86.47932) (xy 118.90586 86.368437) (xy 118.811563 86.27414) (xy 118.70068 86.20005) + (xy 118.577474 86.149016) (xy 118.446679 86.123) (xy 118.313321 86.123) (xy 118.182526 86.149016) (xy 118.05932 86.20005) + (xy 117.948437 86.27414) (xy 117.85414 86.368437) (xy 117.78005 86.47932) (xy 117.729016 86.602526) (xy 117.703 86.733321) + (xy 117.703 86.866679) (xy 117.729016 86.997474) (xy 117.78005 87.12068) (xy 117.85414 87.231563) (xy 117.878 87.255423) + (xy 117.878001 90.492064) (xy 116.972066 91.398) (xy 42.504643 91.398) (xy 42.48 91.395573) (xy 42.455357 91.398) + (xy 42.455347 91.398) (xy 42.381591 91.405264) (xy 42.286964 91.433969) (xy 42.199755 91.480583) (xy 42.199753 91.480584) + (xy 42.199754 91.480584) (xy 42.142464 91.5276) (xy 42.142456 91.527608) (xy 42.123316 91.543316) (xy 42.107607 91.562457) + (xy 41.342467 92.327599) (xy 41.323316 92.343316) (xy 41.260583 92.419755) (xy 41.213969 92.506965) (xy 41.185264 92.601592) + (xy 41.178 92.675348) (xy 41.178 92.675357) (xy 41.175573 92.7) (xy 41.178 92.724643) (xy 41.178001 93.903154) + (xy 41.076464 94.004691) (xy 40.991431 94.131952) (xy 40.932859 94.273357) (xy 40.903 94.423472) (xy 36.119018 94.423472) + (xy 36.187353 94.321202) (xy 36.279847 94.097903) (xy 36.327 93.860849) (xy 36.327 93.619151) (xy 36.279847 93.382097) + (xy 36.187353 93.158798) (xy 36.053073 92.957833) (xy 35.882167 92.786927) (xy 35.681202 92.652647) (xy 35.457903 92.560153) + (xy 35.220849 92.513) (xy 34.979151 92.513) (xy 34.742097 92.560153) (xy 34.518798 92.652647) (xy 34.317833 92.786927) + (xy 34.146927 92.957833) (xy 34.012647 93.158798) (xy 34.008363 93.16914) (xy 33.852 93.012777) (xy 33.852 91.079151) + (xy 33.873 91.079151) (xy 33.873 91.320849) (xy 33.920153 91.557903) (xy 34.012647 91.781202) (xy 34.146927 91.982167) + (xy 34.317833 92.153073) (xy 34.518798 92.287353) (xy 34.742097 92.379847) (xy 34.979151 92.427) (xy 35.220849 92.427) + (xy 35.457903 92.379847) (xy 35.681202 92.287353) (xy 35.882167 92.153073) (xy 36.053073 91.982167) (xy 36.187353 91.781202) + (xy 36.279847 91.557903) (xy 36.327 91.320849) (xy 36.327 91.079151) (xy 36.279847 90.842097) (xy 36.187353 90.618798) + (xy 36.053073 90.417833) (xy 35.882167 90.246927) (xy 35.681202 90.112647) (xy 35.457903 90.020153) (xy 35.220849 89.973) + (xy 34.979151 89.973) (xy 34.742097 90.020153) (xy 34.518798 90.112647) (xy 34.317833 90.246927) (xy 34.146927 90.417833) + (xy 34.012647 90.618798) (xy 33.920153 90.842097) (xy 33.873 91.079151) (xy 33.852 91.079151) (xy 33.852 88.539151) + (xy 33.873 88.539151) (xy 33.873 88.780849) (xy 33.920153 89.017903) (xy 34.012647 89.241202) (xy 34.146927 89.442167) + (xy 34.317833 89.613073) (xy 34.518798 89.747353) (xy 34.742097 89.839847) (xy 34.979151 89.887) (xy 35.220849 89.887) + (xy 35.457903 89.839847) (xy 35.681202 89.747353) (xy 35.882167 89.613073) (xy 36.053073 89.442167) (xy 36.187353 89.241202) + (xy 36.279847 89.017903) (xy 36.327 88.780849) (xy 36.327 88.539151) (xy 36.279847 88.302097) (xy 36.187353 88.078798) + (xy 36.053073 87.877833) (xy 35.882167 87.706927) (xy 35.681202 87.572647) (xy 35.457903 87.480153) (xy 35.220849 87.433) + (xy 34.979151 87.433) (xy 34.742097 87.480153) (xy 34.518798 87.572647) (xy 34.317833 87.706927) (xy 34.146927 87.877833) + (xy 34.012647 88.078798) (xy 33.920153 88.302097) (xy 33.873 88.539151) (xy 33.852 88.539151) (xy 33.852 86.923472) + (xy 40.903 86.923472) (xy 40.903 87.076528) (xy 40.932859 87.226643) (xy 40.991431 87.368048) (xy 41.076464 87.495309) + (xy 41.184691 87.603536) (xy 41.311952 87.688569) (xy 41.453357 87.747141) (xy 41.603472 87.777) (xy 41.756528 87.777) + (xy 41.906643 87.747141) (xy 42.048048 87.688569) (xy 42.175309 87.603536) (xy 42.283536 87.495309) (xy 42.368569 87.368048) + (xy 42.427141 87.226643) (xy 42.457 87.076528) (xy 42.457 86.923472) (xy 42.427141 86.773357) (xy 42.368569 86.631952) + (xy 42.283536 86.504691) (xy 42.182 86.403155) (xy 42.182 85.707934) (xy 42.687936 85.202) (xy 117.455357 85.202) + (xy 117.48 85.204427) (xy 117.504643 85.202) (xy 117.504653 85.202) (xy 117.578409 85.194736) (xy 117.673036 85.166031) + (xy 117.760245 85.119417) (xy 117.836684 85.056684) (xy 117.852401 85.037533) (xy 118.717538 84.172397) (xy 118.736684 84.156684) + (xy 118.799417 84.080245) (xy 118.846031 83.993036) (xy 118.874736 83.898409) (xy 118.882 83.824653) (xy 118.882 83.824644) + (xy 118.884427 83.800001) (xy 118.882 83.775358) (xy 118.882 80.455423) (xy 118.90586 80.431563) (xy 118.97995 80.32068) + (xy 119.030984 80.197474) (xy 119.057 80.066679) (xy 119.057 79.933321) (xy 119.030984 79.802526) (xy 118.97995 79.67932) + (xy 118.90586 79.568437) (xy 118.811563 79.47414) (xy 118.70068 79.40005) (xy 118.577474 79.349016) (xy 118.446679 79.323) + (xy 118.313321 79.323) (xy 118.182526 79.349016) (xy 118.05932 79.40005) (xy 117.948437 79.47414) (xy 117.85414 79.568437) + (xy 117.78005 79.67932) (xy 117.729016 79.802526) (xy 117.703 79.933321) (xy 117.703 80.066679) (xy 117.729016 80.197474) + (xy 117.78005 80.32068) (xy 117.85414 80.431563) (xy 117.878 80.455423) (xy 117.878001 83.592064) (xy 117.272066 84.198) + (xy 42.504643 84.198) (xy 42.48 84.195573) (xy 42.455357 84.198) (xy 42.455347 84.198) (xy 42.381591 84.205264) + (xy 42.286964 84.233969) (xy 42.199755 84.280583) (xy 42.199753 84.280584) (xy 42.199754 84.280584) (xy 42.142464 84.3276) + (xy 42.142456 84.327608) (xy 42.123316 84.343316) (xy 42.107607 84.362457) (xy 41.342467 85.127599) (xy 41.323316 85.143316) + (xy 41.260583 85.219755) (xy 41.213969 85.306965) (xy 41.185264 85.401592) (xy 41.178 85.475348) (xy 41.178 85.475357) + (xy 41.175573 85.5) (xy 41.178 85.524643) (xy 41.178001 86.403154) (xy 41.076464 86.504691) (xy 40.991431 86.631952) + (xy 40.932859 86.773357) (xy 40.903 86.923472) (xy 33.852 86.923472) (xy 33.852 80.523472) (xy 41.003 80.523472) + (xy 41.003 80.676528) (xy 41.032859 80.826643) (xy 41.091431 80.968048) (xy 41.176464 81.095309) (xy 41.284691 81.203536) + (xy 41.411952 81.288569) (xy 41.553357 81.347141) (xy 41.703472 81.377) (xy 41.856528 81.377) (xy 42.006643 81.347141) + (xy 42.148048 81.288569) (xy 42.275309 81.203536) (xy 42.383536 81.095309) (xy 42.468569 80.968048) (xy 42.527141 80.826643) + (xy 42.557 80.676528) (xy 42.557 80.523472) (xy 42.527141 80.373357) (xy 42.468569 80.231952) (xy 42.383536 80.104691) + (xy 42.282 80.003155) (xy 42.282 79.107934) (xy 42.787936 78.602) (xy 117.455357 78.602) (xy 117.48 78.604427) + (xy 117.504643 78.602) (xy 117.504653 78.602) (xy 117.578409 78.594736) (xy 117.673036 78.566031) (xy 117.760245 78.519417) + (xy 117.836684 78.456684) (xy 117.852401 78.437533) (xy 118.817538 77.472397) (xy 118.836684 77.456684) (xy 118.852397 77.437538) + (xy 118.8524 77.437535) (xy 118.899417 77.380246) (xy 118.946031 77.293037) (xy 118.974736 77.19841) (xy 118.975607 77.189568) + (xy 118.982 77.124653) (xy 118.982 77.124646) (xy 118.984427 77.1) (xy 118.982 77.075355) (xy 118.982 73.655423) + (xy 119.00586 73.631563) (xy 119.07995 73.52068) (xy 119.130984 73.397474) (xy 119.157 73.266679) (xy 119.157 73.133321) + (xy 119.130984 73.002526) (xy 119.07995 72.87932) (xy 119.00586 72.768437) (xy 118.911563 72.67414) (xy 118.80068 72.60005) + (xy 118.677474 72.549016) (xy 118.546679 72.523) (xy 118.413321 72.523) (xy 118.282526 72.549016) (xy 118.15932 72.60005) + (xy 118.048437 72.67414) (xy 117.95414 72.768437) (xy 117.88005 72.87932) (xy 117.829016 73.002526) (xy 117.803 73.133321) + (xy 117.803 73.266679) (xy 117.829016 73.397474) (xy 117.88005 73.52068) (xy 117.95414 73.631563) (xy 117.978 73.655423) + (xy 117.978001 76.892064) (xy 117.272066 77.598) (xy 42.604643 77.598) (xy 42.58 77.595573) (xy 42.555357 77.598) + (xy 42.555347 77.598) (xy 42.481591 77.605264) (xy 42.386964 77.633969) (xy 42.299755 77.680583) (xy 42.299753 77.680584) + (xy 42.299754 77.680584) (xy 42.242464 77.7276) (xy 42.242456 77.727608) (xy 42.223316 77.743316) (xy 42.207607 77.762457) + (xy 41.442467 78.527599) (xy 41.423316 78.543316) (xy 41.360583 78.619755) (xy 41.313969 78.706965) (xy 41.285264 78.801592) + (xy 41.278 78.875348) (xy 41.278 78.875357) (xy 41.275573 78.9) (xy 41.278 78.924643) (xy 41.278001 80.003154) + (xy 41.176464 80.104691) (xy 41.091431 80.231952) (xy 41.032859 80.373357) (xy 41.003 80.523472) (xy 33.852 80.523472) + (xy 33.852 67.105423) (xy 33.92586 67.031563) (xy 33.99995 66.92068) (xy 34.050984 66.797474) (xy 34.077 66.666679) + (xy 34.077 66.533321) (xy 34.050984 66.402526) (xy 33.99995 66.27932) (xy 33.92586 66.168437) (xy 33.831563 66.07414) + (xy 33.72068 66.00005) (xy 33.597474 65.949016) (xy 33.466679 65.923) (xy 33.333321 65.923) (xy 33.202526 65.949016) + (xy 33.07932 66.00005) (xy 32.968437 66.07414) (xy 32.87414 66.168437) (xy 32.852 66.201572) (xy 32.852 59.133321) + (xy 37.003 59.133321) (xy 37.003 59.266679) (xy 37.029016 59.397474) (xy 37.08005 59.52068) (xy 37.15414 59.631563) + (xy 37.248437 59.72586) (xy 37.35932 59.79995) (xy 37.482526 59.850984) (xy 37.613321 59.877) (xy 37.717776 59.877) + (xy 38.428 60.587225) (xy 38.428001 66.877785) (xy 38.425813 66.9) (xy 38.43454 66.988607) (xy 38.460386 67.073809) + (xy 38.460387 67.07381) (xy 38.502358 67.152333) (xy 38.558842 67.221159) (xy 38.576096 67.235319) (xy 41.444686 70.103911) + (xy 41.458841 70.121159) (xy 41.527667 70.177643) (xy 41.60619 70.219614) (xy 41.671562 70.239444) (xy 41.691392 70.24546) + (xy 41.779999 70.254187) (xy 41.802204 70.252) (xy 42.116189 70.252) (xy 42.107607 70.262457) (xy 41.342467 71.027599) + (xy 41.323316 71.043316) (xy 41.260583 71.119755) (xy 41.213969 71.206965) (xy 41.185264 71.301592) (xy 41.178 71.375348) + (xy 41.178 71.375357) (xy 41.175573 71.4) (xy 41.178 71.424643) (xy 41.178001 72.903154) (xy 41.076464 73.004691) + (xy 40.991431 73.131952) (xy 40.932859 73.273357) (xy 40.903 73.423472) (xy 40.903 73.576528) (xy 40.932859 73.726643) + (xy 40.991431 73.868048) (xy 41.076464 73.995309) (xy 41.184691 74.103536) (xy 41.311952 74.188569) (xy 41.453357 74.247141) + (xy 41.603472 74.277) (xy 41.756528 74.277) (xy 41.906643 74.247141) (xy 42.048048 74.188569) (xy 42.175309 74.103536) + (xy 42.283536 73.995309) (xy 42.368569 73.868048) (xy 42.427141 73.726643) (xy 42.457 73.576528) (xy 42.457 73.423472) + (xy 42.427141 73.273357) (xy 42.368569 73.131952) (xy 42.283536 73.004691) (xy 42.182 72.903155) (xy 42.182 71.607934) + (xy 42.687936 71.102) (xy 117.655357 71.102) (xy 117.68 71.104427) (xy 117.704643 71.102) (xy 117.704653 71.102) + (xy 117.778409 71.094736) (xy 117.873036 71.066031) (xy 117.960245 71.019417) (xy 118.036684 70.956684) (xy 118.052401 70.937533) + (xy 118.817543 70.172393) (xy 118.836684 70.156684) (xy 118.852392 70.137544) (xy 118.8524 70.137536) (xy 118.899416 70.080246) + (xy 118.914336 70.052333) (xy 118.946031 69.993036) (xy 118.974736 69.898409) (xy 118.982 69.824653) (xy 118.982 69.824643) + (xy 118.984427 69.8) (xy 118.982 69.775357) (xy 118.982 66.505423) (xy 119.00586 66.481563) (xy 119.07995 66.37068) + (xy 119.130984 66.247474) (xy 119.157 66.116679) (xy 119.157 65.983321) (xy 119.130984 65.852526) (xy 119.07995 65.72932) + (xy 119.00586 65.618437) (xy 118.911563 65.52414) (xy 118.80068 65.45005) (xy 118.677474 65.399016) (xy 118.546679 65.373) + (xy 118.413321 65.373) (xy 118.282526 65.399016) (xy 118.15932 65.45005) (xy 118.048437 65.52414) (xy 117.95414 65.618437) + (xy 117.88005 65.72932) (xy 117.829016 65.852526) (xy 117.803 65.983321) (xy 117.803 66.116679) (xy 117.829016 66.247474) + (xy 117.88005 66.37068) (xy 117.95414 66.481563) (xy 117.978 66.505423) (xy 117.978001 69.592063) (xy 117.472066 70.098) + (xy 111.621223 70.098) (xy 116.367225 65.352) (xy 120.092777 65.352) (xy 120.628 65.887224) (xy 120.628001 66.677788) + (xy 120.628 66.677796) (xy 120.628 66.977796) (xy 120.628001 83.897786) (xy 120.628 83.897796) (xy 120.628001 84.657786) + (xy 120.628 84.657796) (xy 120.628 84.852205) (xy 120.628001 84.852214) (xy 120.628 86.207795) (xy 120.625813 86.23) + (xy 120.63016 86.27414) (xy 120.63454 86.318606) (xy 120.660386 86.403809) (xy 120.702357 86.482332) (xy 120.758841 86.551159) + (xy 120.7761 86.565323) (xy 121.634685 87.42391) (xy 121.648841 87.441159) (xy 121.717667 87.497643) (xy 121.79619 87.539614) + (xy 121.881392 87.56546) (xy 121.969999 87.574187) (xy 121.992204 87.572) (xy 123.859129 87.572) (xy 123.912647 87.701202) + (xy 124.046927 87.902167) (xy 124.217833 88.073073) (xy 124.418798 88.207353) (xy 124.642097 88.299847) (xy 124.879151 88.347) + (xy 125.120849 88.347) (xy 125.357903 88.299847) (xy 125.581202 88.207353) (xy 125.782167 88.073073) (xy 125.953073 87.902167) + (xy 126.087353 87.701202) (xy 126.179847 87.477903) (xy 126.227 87.240849) (xy 126.227 86.999151) (xy 126.179847 86.762097) + (xy 126.087353 86.538798) (xy 125.953073 86.337833) (xy 125.782167 86.166927) (xy 125.581202 86.032647) (xy 125.357903 85.940153) + (xy 125.120849 85.893) (xy 124.879151 85.893) (xy 124.642097 85.940153) (xy 124.418798 86.032647) (xy 124.217833 86.166927) + (xy 124.046927 86.337833) (xy 123.912647 86.538798) (xy 123.859129 86.668) (xy 122.157225 86.668) (xy 121.532 86.042777) + (xy 121.532 84.459151) (xy 123.773 84.459151) (xy 123.773 84.700849) (xy 123.820153 84.937903) (xy 123.912647 85.161202) + (xy 124.046927 85.362167) (xy 124.217833 85.533073) (xy 124.418798 85.667353) (xy 124.642097 85.759847) (xy 124.879151 85.807) + (xy 125.120849 85.807) (xy 125.357903 85.759847) (xy 125.581202 85.667353) (xy 125.782167 85.533073) (xy 125.953073 85.362167) + (xy 126.087353 85.161202) (xy 126.179847 84.937903) (xy 126.227 84.700849) (xy 126.227 84.459151) (xy 126.179847 84.222097) + (xy 126.087353 83.998798) (xy 125.953073 83.797833) (xy 125.782167 83.626927) (xy 125.581202 83.492647) (xy 125.357903 83.400153) + (xy 125.120849 83.353) (xy 124.879151 83.353) (xy 124.642097 83.400153) (xy 124.418798 83.492647) (xy 124.217833 83.626927) + (xy 124.046927 83.797833) (xy 123.912647 83.998798) (xy 123.820153 84.222097) (xy 123.773 84.459151) (xy 121.532 84.459151) + (xy 121.532 65.722205) (xy 121.534187 65.7) (xy 121.52546 65.611392) (xy 121.499614 65.52619) (xy 121.483725 65.496464) + (xy 121.457643 65.447667) (xy 121.401159 65.378841) (xy 121.383906 65.364682) (xy 120.615323 64.5961) (xy 120.601159 64.578841) + (xy 120.532333 64.522357) (xy 120.45381 64.480386) (xy 120.368607 64.45454) (xy 120.302205 64.448) (xy 120.28 64.445813) + (xy 120.257795 64.448) (xy 116.202202 64.448) (xy 116.179999 64.445813) (xy 116.157796 64.448) (xy 116.157795 64.448) + (xy 116.091393 64.45454) (xy 116.00619 64.480386) (xy 115.927667 64.522357) (xy 115.858841 64.578841) (xy 115.844686 64.596089) + (xy 111.092777 69.348) (xy 41.967225 69.348) (xy 39.332 66.712777) (xy 39.332 66.023472) (xy 40.803 66.023472) + (xy 40.803 66.176528) (xy 40.832859 66.326643) (xy 40.891431 66.468048) (xy 40.976464 66.595309) (xy 41.084691 66.703536) + (xy 41.211952 66.788569) (xy 41.353357 66.847141) (xy 41.503472 66.877) (xy 41.656528 66.877) (xy 41.806643 66.847141) + (xy 41.948048 66.788569) (xy 42.075309 66.703536) (xy 42.183536 66.595309) (xy 42.268569 66.468048) (xy 42.327141 66.326643) + (xy 42.357 66.176528) (xy 42.357 66.023472) (xy 42.327141 65.873357) (xy 42.268569 65.731952) (xy 42.183536 65.604691) + (xy 42.082 65.503155) (xy 42.082 64.607934) (xy 42.487935 64.202) (xy 117.455357 64.202) (xy 117.48 64.204427) + (xy 117.504643 64.202) (xy 117.504653 64.202) (xy 117.578409 64.194736) (xy 117.673036 64.166031) (xy 117.760245 64.119417) + (xy 117.836684 64.056684) (xy 117.852401 64.037533) (xy 118.617543 63.272393) (xy 118.636684 63.256684) (xy 118.652392 63.237544) + (xy 118.6524 63.237536) (xy 118.699416 63.180246) (xy 118.74603 63.093037) (xy 118.746031 63.093036) (xy 118.774736 62.998409) + (xy 118.782 62.924653) (xy 118.782 62.924643) (xy 118.784427 62.9) (xy 118.782 62.875357) (xy 118.782 59.455423) + (xy 118.80586 59.431563) (xy 118.87995 59.32068) (xy 118.930984 59.197474) (xy 118.957 59.066679) (xy 118.957 58.933321) + (xy 118.930984 58.802526) (xy 118.87995 58.67932) (xy 118.80586 58.568437) (xy 118.711563 58.47414) (xy 118.60068 58.40005) + (xy 118.477474 58.349016) (xy 118.346679 58.323) (xy 118.213321 58.323) (xy 118.082526 58.349016) (xy 117.95932 58.40005) + (xy 117.848437 58.47414) (xy 117.75414 58.568437) (xy 117.68005 58.67932) (xy 117.629016 58.802526) (xy 117.603 58.933321) + (xy 117.603 59.066679) (xy 117.629016 59.197474) (xy 117.68005 59.32068) (xy 117.75414 59.431563) (xy 117.778 59.455423) + (xy 117.778001 62.692063) (xy 117.272066 63.198) (xy 42.304642 63.198) (xy 42.279999 63.195573) (xy 42.255356 63.198) + (xy 42.255347 63.198) (xy 42.181591 63.205264) (xy 42.086964 63.233969) (xy 41.999755 63.280583) (xy 41.923316 63.343316) + (xy 41.907603 63.362462) (xy 41.242467 64.027599) (xy 41.223316 64.043316) (xy 41.160583 64.119755) (xy 41.113969 64.206965) + (xy 41.085264 64.301592) (xy 41.078 64.375348) (xy 41.078 64.375357) (xy 41.075573 64.4) (xy 41.078 64.424643) + (xy 41.078001 65.503154) (xy 40.976464 65.604691) (xy 40.891431 65.731952) (xy 40.832859 65.873357) (xy 40.803 66.023472) + (xy 39.332 66.023472) (xy 39.332 60.422204) (xy 39.334187 60.399999) (xy 39.32546 60.311392) (xy 39.319444 60.291562) + (xy 39.299614 60.22619) (xy 39.257643 60.147667) (xy 39.201159 60.078841) (xy 39.183912 60.064687) (xy 38.357 59.237776) + (xy 38.357 59.133321) (xy 38.330984 59.002526) (xy 38.27995 58.87932) (xy 38.20586 58.768437) (xy 38.111563 58.67414) + (xy 38.00068 58.60005) (xy 37.877474 58.549016) (xy 37.746679 58.523) (xy 37.613321 58.523) (xy 37.482526 58.549016) + (xy 37.35932 58.60005) (xy 37.248437 58.67414) (xy 37.15414 58.768437) (xy 37.08005 58.87932) (xy 37.029016 59.002526) + (xy 37.003 59.133321) (xy 32.852 59.133321) (xy 32.852 58.387223) (xy 33.783905 57.455319) (xy 33.801159 57.441159) + (xy 33.857643 57.372333) (xy 33.86999 57.349233) (xy 40.467225 50.752) (xy 40.874577 50.752) (xy 40.948437 50.82586) + (xy 41.05932 50.89995) (xy 41.182526 50.950984) (xy 41.313321 50.977) (xy 41.446679 50.977) (xy 41.577474 50.950984) + (xy 41.70068 50.89995) (xy 41.811563 50.82586) (xy 41.90586 50.731563) (xy 41.97995 50.62068) (xy 42.030984 50.497474) + (xy 42.057 50.366679) (xy 42.057 50.233321) (xy 42.030984 50.102526) (xy 41.97995 49.97932) (xy 41.90586 49.868437) + (xy 41.811563 49.77414) (xy 41.70068 49.70005) (xy 41.577474 49.649016) (xy 41.446679 49.623) (xy 41.313321 49.623) + (xy 41.182526 49.649016) (xy 41.05932 49.70005) (xy 40.948437 49.77414) (xy 40.874577 49.848) (xy 40.302204 49.848) + (xy 40.279999 49.845813) (xy 40.191392 49.85454) (xy 40.171562 49.860556) (xy 40.10619 49.880386) (xy 40.027667 49.922357) + (xy 39.958841 49.978841) (xy 39.944686 49.996089) (xy 33.1761 56.764677) (xy 33.158841 56.778841) (xy 33.102357 56.847668) + (xy 33.090012 56.870764) (xy 32.0961 57.864677) (xy 32.078841 57.878841) (xy 32.022358 57.947667) (xy 31.980386 58.026191) + (xy 31.95454 58.111393) (xy 31.945813 58.2) (xy 30.627 58.2) (xy 30.627 50.027927) (xy 30.698566 49.226045) + (xy 30.823 48.771192) (xy 30.823 49.312907) (xy 30.94509 49.926697) (xy 31.184579 50.504874) (xy 31.532263 51.025219) + (xy 31.974781 51.467737) (xy 32.495126 51.815421) (xy 33.073303 52.05491) (xy 33.687093 52.177) (xy 34.312907 52.177) + (xy 34.926697 52.05491) (xy 35.504874 51.815421) (xy 36.025219 51.467737) (xy 36.467737 51.025219) (xy 36.815421 50.504874) + (xy 37.05491 49.926697) (xy 37.177 49.312907) (xy 37.177 48.687093) (xy 37.05491 48.073303) (xy 36.815421 47.495126) + (xy 36.467737 46.974781) (xy 36.387784 46.894828) (xy 37.432167 46.894828) (xy 37.432167 47.105172) (xy 37.473203 47.311475) + (xy 37.553698 47.505809) (xy 37.67056 47.680704) (xy 37.819296 47.82944) (xy 37.994191 47.946302) (xy 38.188525 48.026797) + (xy 38.394828 48.067833) (xy 38.605172 48.067833) (xy 38.811475 48.026797) (xy 39.005809 47.946302) (xy 39.180704 47.82944) + (xy 39.32944 47.680704) (xy 39.446302 47.505809) (xy 39.526797 47.311475) (xy 39.567833 47.105172) (xy 39.567833 46.894828) + (xy 39.526797 46.688525) (xy 39.446302 46.494191) (xy 39.32944 46.319296) (xy 39.180704 46.17056) (xy 39.005809 46.053698) + (xy 38.811475 45.973203) (xy 38.605172 45.932167) (xy 38.394828 45.932167) (xy 38.188525 45.973203) (xy 37.994191 46.053698) + (xy 37.819296 46.17056) (xy 37.67056 46.319296) (xy 37.553698 46.494191) (xy 37.473203 46.688525) (xy 37.432167 46.894828) + (xy 36.387784 46.894828) (xy 36.025219 46.532263) (xy 35.504874 46.184579) (xy 34.926697 45.94509) (xy 34.312907 45.823) + (xy 33.750816 45.823) (xy 34.366369 45.675219) (xy 35.022988 45.627) (xy 81.873 45.627) + ) + ) + ) + (zone (net 161) (net_name /ovladaci_prvky.sch/GND) (layer F.Cu) (tstamp 602D9667) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 82 57.5) (xy 119 57.5) (xy 119 54) (xy 130 54) (xy 130 145) + (xy 30 145) (xy 30 45) (xy 82 45) + ) + ) + (filled_polygon + (pts + (xy 81.873 56.863959) (xy 81.71575 56.865) (xy 81.557 57.02375) (xy 81.557 57.873) (xy 82.65625 57.873) + (xy 82.815 57.71425) (xy 82.816251 57.627) (xy 85.201176 57.627) (xy 85.201176 58.5) (xy 85.208455 58.573905) + (xy 85.230012 58.64497) (xy 85.265019 58.710463) (xy 85.312131 58.767869) (xy 85.369537 58.814981) (xy 85.43503 58.849988) + (xy 85.506095 58.871545) (xy 85.58 58.878824) (xy 85.828001 58.878824) (xy 85.828001 59.125347) (xy 85.825573 59.15) + (xy 85.835265 59.248409) (xy 85.86397 59.343036) (xy 85.910584 59.430245) (xy 85.957601 59.487535) (xy 85.957604 59.487538) + (xy 85.973317 59.506684) (xy 85.992463 59.522397) (xy 86.407603 59.937538) (xy 86.423316 59.956684) (xy 86.442462 59.972397) + (xy 86.442464 59.972399) (xy 86.478533 60.002) (xy 86.499755 60.019417) (xy 86.586964 60.066031) (xy 86.681591 60.094736) + (xy 86.755347 60.102) (xy 86.755356 60.102) (xy 86.779999 60.104427) (xy 86.804642 60.102) (xy 88.472065 60.102) + (xy 88.528 60.157935) (xy 88.528 60.321176) (xy 88.28 60.321176) (xy 88.206095 60.328455) (xy 88.13503 60.350012) + (xy 88.069537 60.385019) (xy 88.012131 60.432131) (xy 87.965019 60.489537) (xy 87.930012 60.55503) (xy 87.908455 60.626095) + (xy 87.901176 60.7) (xy 87.901176 61.7) (xy 87.908455 61.773905) (xy 87.930012 61.84497) (xy 87.965019 61.910463) + (xy 88.012131 61.967869) (xy 88.069537 62.014981) (xy 88.13503 62.049988) (xy 88.206095 62.071545) (xy 88.28 62.078824) + (xy 89.78 62.078824) (xy 89.853905 62.071545) (xy 89.92497 62.049988) (xy 89.990463 62.014981) (xy 90.047869 61.967869) + (xy 90.094981 61.910463) (xy 90.129988 61.84497) (xy 90.151545 61.773905) (xy 90.158824 61.7) (xy 90.158824 60.7) + (xy 90.151545 60.626095) (xy 90.129988 60.55503) (xy 90.094981 60.489537) (xy 90.047869 60.432131) (xy 89.990463 60.385019) + (xy 89.92497 60.350012) (xy 89.853905 60.328455) (xy 89.78 60.321176) (xy 89.532 60.321176) (xy 89.532 59.974643) + (xy 89.534427 59.95) (xy 89.532 59.925357) (xy 89.532 59.925347) (xy 89.524736 59.851591) (xy 89.496031 59.756964) + (xy 89.45329 59.677) (xy 89.449417 59.669754) (xy 89.4024 59.612464) (xy 89.402392 59.612456) (xy 89.386684 59.593316) + (xy 89.367543 59.577607) (xy 89.052401 59.262467) (xy 89.036684 59.243316) (xy 88.960245 59.180583) (xy 88.873036 59.133969) + (xy 88.778409 59.105264) (xy 88.774383 59.104867) (xy 88.903 58.97625) (xy 88.903 58.127) (xy 89.157 58.127) + (xy 89.157 58.97625) (xy 89.31575 59.135) (xy 89.78 59.138072) (xy 89.904482 59.125812) (xy 90.02418 59.089502) + (xy 90.134494 59.030537) (xy 90.231185 58.951185) (xy 90.310537 58.854494) (xy 90.369502 58.74418) (xy 90.405812 58.624482) + (xy 90.418072 58.5) (xy 90.415 58.28575) (xy 90.25625 58.127) (xy 89.157 58.127) (xy 88.903 58.127) + (xy 87.80375 58.127) (xy 87.645 58.28575) (xy 87.641928 58.5) (xy 87.654188 58.624482) (xy 87.690498 58.74418) + (xy 87.749463 58.854494) (xy 87.828815 58.951185) (xy 87.925506 59.030537) (xy 88.03582 59.089502) (xy 88.063834 59.098) + (xy 86.987935 59.098) (xy 86.832 58.942066) (xy 86.832 58.878824) (xy 87.08 58.878824) (xy 87.153905 58.871545) + (xy 87.22497 58.849988) (xy 87.290463 58.814981) (xy 87.347869 58.767869) (xy 87.394981 58.710463) (xy 87.429988 58.64497) + (xy 87.451545 58.573905) (xy 87.458824 58.5) (xy 87.458824 57.627) (xy 87.643749 57.627) (xy 87.645 57.71425) + (xy 87.80375 57.873) (xy 88.903 57.873) (xy 88.903 57.853) (xy 89.157 57.853) (xy 89.157 57.873) + (xy 90.25625 57.873) (xy 90.415 57.71425) (xy 90.416251 57.627) (xy 92.801176 57.627) (xy 92.801176 58.5) + (xy 92.808455 58.573905) (xy 92.830012 58.64497) (xy 92.865019 58.710463) (xy 92.912131 58.767869) (xy 92.969537 58.814981) + (xy 93.03503 58.849988) (xy 93.106095 58.871545) (xy 93.18 58.878824) (xy 93.428001 58.878824) (xy 93.428001 59.125347) + (xy 93.425573 59.15) (xy 93.435265 59.248409) (xy 93.46397 59.343036) (xy 93.510584 59.430245) (xy 93.557601 59.487535) + (xy 93.557604 59.487538) (xy 93.573317 59.506684) (xy 93.592462 59.522396) (xy 93.907607 59.837543) (xy 93.923316 59.856684) + (xy 93.942456 59.872392) (xy 93.942464 59.8724) (xy 93.999754 59.919417) (xy 94.046368 59.944332) (xy 94.086964 59.966031) + (xy 94.181591 59.994736) (xy 94.255347 60.002) (xy 94.255357 60.002) (xy 94.28 60.004427) (xy 94.304643 60.002) + (xy 95.972066 60.002) (xy 96.128 60.157935) (xy 96.128 60.321176) (xy 95.88 60.321176) (xy 95.806095 60.328455) + (xy 95.73503 60.350012) (xy 95.669537 60.385019) (xy 95.612131 60.432131) (xy 95.565019 60.489537) (xy 95.530012 60.55503) + (xy 95.508455 60.626095) (xy 95.501176 60.7) (xy 95.501176 61.7) (xy 95.508455 61.773905) (xy 95.530012 61.84497) + (xy 95.565019 61.910463) (xy 95.612131 61.967869) (xy 95.669537 62.014981) (xy 95.73503 62.049988) (xy 95.806095 62.071545) + (xy 95.88 62.078824) (xy 97.38 62.078824) (xy 97.453905 62.071545) (xy 97.52497 62.049988) (xy 97.590463 62.014981) + (xy 97.647869 61.967869) (xy 97.694981 61.910463) (xy 97.729988 61.84497) (xy 97.751545 61.773905) (xy 97.758824 61.7) + (xy 97.758824 60.7) (xy 97.751545 60.626095) (xy 97.729988 60.55503) (xy 97.694981 60.489537) (xy 97.647869 60.432131) + (xy 97.590463 60.385019) (xy 97.52497 60.350012) (xy 97.453905 60.328455) (xy 97.38 60.321176) (xy 97.132 60.321176) + (xy 97.132 59.974642) (xy 97.134427 59.949999) (xy 97.132 59.925356) (xy 97.132 59.925347) (xy 97.124736 59.851591) + (xy 97.096031 59.756964) (xy 97.049417 59.669755) (xy 96.986684 59.593316) (xy 96.967538 59.577603) (xy 96.552401 59.162467) + (xy 96.536684 59.143316) (xy 96.460245 59.080583) (xy 96.420116 59.059134) (xy 96.503 58.97625) (xy 96.503 58.127) + (xy 96.757 58.127) (xy 96.757 58.97625) (xy 96.91575 59.135) (xy 97.38 59.138072) (xy 97.504482 59.125812) + (xy 97.62418 59.089502) (xy 97.734494 59.030537) (xy 97.831185 58.951185) (xy 97.910537 58.854494) (xy 97.969502 58.74418) + (xy 98.005812 58.624482) (xy 98.018072 58.5) (xy 98.015 58.28575) (xy 97.85625 58.127) (xy 96.757 58.127) + (xy 96.503 58.127) (xy 95.40375 58.127) (xy 95.245 58.28575) (xy 95.241928 58.5) (xy 95.254188 58.624482) + (xy 95.290498 58.74418) (xy 95.349463 58.854494) (xy 95.428815 58.951185) (xy 95.485859 58.998) (xy 94.487935 58.998) + (xy 94.432 58.942065) (xy 94.432 58.878824) (xy 94.68 58.878824) (xy 94.753905 58.871545) (xy 94.82497 58.849988) + (xy 94.890463 58.814981) (xy 94.947869 58.767869) (xy 94.994981 58.710463) (xy 95.029988 58.64497) (xy 95.051545 58.573905) + (xy 95.058824 58.5) (xy 95.058824 57.627) (xy 95.243749 57.627) (xy 95.245 57.71425) (xy 95.40375 57.873) + (xy 96.503 57.873) (xy 96.503 57.853) (xy 96.757 57.853) (xy 96.757 57.873) (xy 97.85625 57.873) + (xy 98.015 57.71425) (xy 98.016251 57.627) (xy 100.401176 57.627) (xy 100.401176 58.5) (xy 100.408455 58.573905) + (xy 100.430012 58.64497) (xy 100.465019 58.710463) (xy 100.512131 58.767869) (xy 100.569537 58.814981) (xy 100.63503 58.849988) + (xy 100.706095 58.871545) (xy 100.78 58.878824) (xy 101.028001 58.878824) (xy 101.028001 58.925347) (xy 101.025573 58.95) + (xy 101.035265 59.048409) (xy 101.06397 59.143036) (xy 101.110584 59.230245) (xy 101.157601 59.287535) (xy 101.157604 59.287538) + (xy 101.173317 59.306684) (xy 101.192463 59.322397) (xy 101.707603 59.837538) (xy 101.723316 59.856684) (xy 101.742462 59.872397) + (xy 101.742464 59.872399) (xy 101.76968 59.894735) (xy 101.799755 59.919417) (xy 101.886964 59.966031) (xy 101.981591 59.994736) + (xy 102.055347 60.002) (xy 102.055356 60.002) (xy 102.079999 60.004427) (xy 102.104642 60.002) (xy 103.572066 60.002) + (xy 103.728 60.157935) (xy 103.728 60.311176) (xy 103.48 60.311176) (xy 103.406095 60.318455) (xy 103.33503 60.340012) + (xy 103.269537 60.375019) (xy 103.212131 60.422131) (xy 103.165019 60.479537) (xy 103.130012 60.54503) (xy 103.108455 60.616095) + (xy 103.101176 60.69) (xy 103.101176 61.69) (xy 103.108455 61.763905) (xy 103.130012 61.83497) (xy 103.165019 61.900463) + (xy 103.212131 61.957869) (xy 103.269537 62.004981) (xy 103.33503 62.039988) (xy 103.406095 62.061545) (xy 103.48 62.068824) + (xy 104.98 62.068824) (xy 105.053905 62.061545) (xy 105.12497 62.039988) (xy 105.190463 62.004981) (xy 105.247869 61.957869) + (xy 105.294981 61.900463) (xy 105.329988 61.83497) (xy 105.351545 61.763905) (xy 105.358824 61.69) (xy 105.358824 60.69) + (xy 105.351545 60.616095) (xy 105.329988 60.54503) (xy 105.294981 60.479537) (xy 105.247869 60.422131) (xy 105.190463 60.375019) + (xy 105.12497 60.340012) (xy 105.053905 60.318455) (xy 104.98 60.311176) (xy 104.732 60.311176) (xy 104.732 59.974642) + (xy 104.734427 59.949999) (xy 104.732 59.925356) (xy 104.732 59.925347) (xy 104.724736 59.851591) (xy 104.696031 59.756964) + (xy 104.649417 59.669755) (xy 104.586684 59.593316) (xy 104.567538 59.577603) (xy 104.152401 59.162467) (xy 104.136684 59.143316) + (xy 104.060245 59.080583) (xy 104.013599 59.055651) (xy 104.103 58.96625) (xy 104.103 58.117) (xy 104.357 58.117) + (xy 104.357 58.96625) (xy 104.51575 59.125) (xy 104.98 59.128072) (xy 105.104482 59.115812) (xy 105.22418 59.079502) + (xy 105.334494 59.020537) (xy 105.431185 58.941185) (xy 105.510537 58.844494) (xy 105.569502 58.73418) (xy 105.605812 58.614482) + (xy 105.618072 58.49) (xy 105.615 58.27575) (xy 105.45625 58.117) (xy 104.357 58.117) (xy 104.103 58.117) + (xy 103.00375 58.117) (xy 102.845 58.27575) (xy 102.841928 58.49) (xy 102.854188 58.614482) (xy 102.890498 58.73418) + (xy 102.949463 58.844494) (xy 103.028815 58.941185) (xy 103.098044 58.998) (xy 102.287935 58.998) (xy 102.168759 58.878824) + (xy 102.28 58.878824) (xy 102.353905 58.871545) (xy 102.42497 58.849988) (xy 102.490463 58.814981) (xy 102.547869 58.767869) + (xy 102.594981 58.710463) (xy 102.629988 58.64497) (xy 102.651545 58.573905) (xy 102.658824 58.5) (xy 102.658824 57.627) + (xy 102.843892 57.627) (xy 102.845 57.70425) (xy 103.00375 57.863) (xy 104.103 57.863) (xy 104.103 57.843) + (xy 104.357 57.843) (xy 104.357 57.863) (xy 105.45625 57.863) (xy 105.615 57.70425) (xy 105.616108 57.627) + (xy 108.001176 57.627) (xy 108.001176 58.49) (xy 108.008455 58.563905) (xy 108.030012 58.63497) (xy 108.065019 58.700463) + (xy 108.112131 58.757869) (xy 108.169537 58.804981) (xy 108.23503 58.839988) (xy 108.306095 58.861545) (xy 108.38 58.868824) + (xy 108.628001 58.868824) (xy 108.628001 59.025347) (xy 108.625573 59.05) (xy 108.635265 59.148409) (xy 108.66397 59.243036) + (xy 108.710584 59.330245) (xy 108.757601 59.387535) (xy 108.757604 59.387538) (xy 108.773317 59.406684) (xy 108.792463 59.422397) + (xy 109.307603 59.937538) (xy 109.323316 59.956684) (xy 109.342462 59.972397) (xy 109.342464 59.972399) (xy 109.378533 60.002) + (xy 109.399755 60.019417) (xy 109.486964 60.066031) (xy 109.581591 60.094736) (xy 109.655347 60.102) (xy 109.655356 60.102) + (xy 109.679999 60.104427) (xy 109.704642 60.102) (xy 111.222066 60.102) (xy 111.328 60.207935) (xy 111.328 60.311176) + (xy 111.08 60.311176) (xy 111.006095 60.318455) (xy 110.93503 60.340012) (xy 110.869537 60.375019) (xy 110.812131 60.422131) + (xy 110.765019 60.479537) (xy 110.730012 60.54503) (xy 110.708455 60.616095) (xy 110.701176 60.69) (xy 110.701176 61.69) + (xy 110.708455 61.763905) (xy 110.730012 61.83497) (xy 110.765019 61.900463) (xy 110.812131 61.957869) (xy 110.869537 62.004981) + (xy 110.93503 62.039988) (xy 111.006095 62.061545) (xy 111.08 62.068824) (xy 112.58 62.068824) (xy 112.653905 62.061545) + (xy 112.72497 62.039988) (xy 112.790463 62.004981) (xy 112.847869 61.957869) (xy 112.894981 61.900463) (xy 112.929988 61.83497) + (xy 112.951545 61.763905) (xy 112.958824 61.69) (xy 112.958824 60.69) (xy 112.951545 60.616095) (xy 112.929988 60.54503) + (xy 112.894981 60.479537) (xy 112.847869 60.422131) (xy 112.790463 60.375019) (xy 112.72497 60.340012) (xy 112.653905 60.318455) + (xy 112.58 60.311176) (xy 112.332 60.311176) (xy 112.332 60.024642) (xy 112.334427 59.999999) (xy 112.332 59.975356) + (xy 112.332 59.975347) (xy 112.324736 59.901591) (xy 112.296031 59.806964) (xy 112.249417 59.719755) (xy 112.220048 59.683969) + (xy 112.202399 59.662464) (xy 112.202397 59.662462) (xy 112.186684 59.643316) (xy 112.167538 59.627603) (xy 111.802401 59.262467) + (xy 111.786684 59.243316) (xy 111.710245 59.180583) (xy 111.623036 59.133969) (xy 111.555706 59.113544) (xy 111.703 58.96625) + (xy 111.703 58.117) (xy 111.957 58.117) (xy 111.957 58.96625) (xy 112.11575 59.125) (xy 112.58 59.128072) + (xy 112.704482 59.115812) (xy 112.82418 59.079502) (xy 112.934494 59.020537) (xy 113.031185 58.941185) (xy 113.110537 58.844494) + (xy 113.169502 58.73418) (xy 113.205812 58.614482) (xy 113.218072 58.49) (xy 113.215 58.27575) (xy 113.05625 58.117) + (xy 111.957 58.117) (xy 111.703 58.117) (xy 110.60375 58.117) (xy 110.445 58.27575) (xy 110.441928 58.49) + (xy 110.454188 58.614482) (xy 110.490498 58.73418) (xy 110.549463 58.844494) (xy 110.628815 58.941185) (xy 110.725506 59.020537) + (xy 110.83582 59.079502) (xy 110.8968 59.098) (xy 109.887935 59.098) (xy 109.658758 58.868824) (xy 109.88 58.868824) + (xy 109.953905 58.861545) (xy 110.02497 58.839988) (xy 110.090463 58.804981) (xy 110.147869 58.757869) (xy 110.194981 58.700463) + (xy 110.229988 58.63497) (xy 110.251545 58.563905) (xy 110.258824 58.49) (xy 110.258824 57.627) (xy 110.443892 57.627) + (xy 110.445 57.70425) (xy 110.60375 57.863) (xy 111.703 57.863) (xy 111.703 57.843) (xy 111.957 57.843) + (xy 111.957 57.863) (xy 113.05625 57.863) (xy 113.215 57.70425) (xy 113.216108 57.627) (xy 115.601176 57.627) + (xy 115.601176 58.49) (xy 115.608455 58.563905) (xy 115.630012 58.63497) (xy 115.665019 58.700463) (xy 115.712131 58.757869) + (xy 115.769537 58.804981) (xy 115.83503 58.839988) (xy 115.906095 58.861545) (xy 115.98 58.868824) (xy 117.48 58.868824) + (xy 117.553905 58.861545) (xy 117.621346 58.841087) (xy 117.603 58.933321) (xy 117.603 59.066679) (xy 117.629016 59.197474) + (xy 117.68005 59.32068) (xy 117.75414 59.431563) (xy 117.848437 59.52586) (xy 117.95932 59.59995) (xy 118.082526 59.650984) + (xy 118.213321 59.677) (xy 118.346679 59.677) (xy 118.477474 59.650984) (xy 118.60068 59.59995) (xy 118.711563 59.52586) + (xy 118.80586 59.431563) (xy 118.87995 59.32068) (xy 118.930984 59.197474) (xy 118.957 59.066679) (xy 118.957 58.933321) + (xy 118.930984 58.802526) (xy 118.87995 58.67932) (xy 118.80586 58.568437) (xy 118.782 58.544577) (xy 118.782 58.324642) + (xy 118.784427 58.299999) (xy 118.782 58.275356) (xy 118.782 58.275347) (xy 118.774736 58.201591) (xy 118.746031 58.106964) + (xy 118.699417 58.019755) (xy 118.636684 57.943316) (xy 118.617532 57.927598) (xy 118.342402 57.652468) (xy 118.326684 57.633316) + (xy 118.318988 57.627) (xy 118.881176 57.627) (xy 118.881176 57.64) (xy 118.888455 57.713905) (xy 118.910012 57.78497) + (xy 118.945019 57.850463) (xy 118.992131 57.907869) (xy 119.049537 57.954981) (xy 119.11503 57.989988) (xy 119.186095 58.011545) + (xy 119.26 58.018824) (xy 119.96 58.018824) (xy 120.033905 58.011545) (xy 120.10497 57.989988) (xy 120.170463 57.954981) + (xy 120.227869 57.907869) (xy 120.274981 57.850463) (xy 120.309988 57.78497) (xy 120.331545 57.713905) (xy 120.338824 57.64) + (xy 122.271928 57.64) (xy 122.284188 57.764482) (xy 122.320498 57.88418) (xy 122.379463 57.994494) (xy 122.458815 58.091185) + (xy 122.555506 58.170537) (xy 122.66582 58.229502) (xy 122.785518 58.265812) (xy 122.91 58.278072) (xy 122.97425 58.275) + (xy 123.133 58.11625) (xy 123.133 57.117) (xy 123.387 57.117) (xy 123.387 58.11625) (xy 123.54575 58.275) + (xy 123.61 58.278072) (xy 123.734482 58.265812) (xy 123.85418 58.229502) (xy 123.964494 58.170537) (xy 124.061185 58.091185) + (xy 124.140537 57.994494) (xy 124.199502 57.88418) (xy 124.235812 57.764482) (xy 124.248072 57.64) (xy 124.245 57.27575) + (xy 124.08625 57.117) (xy 123.387 57.117) (xy 123.133 57.117) (xy 122.43375 57.117) (xy 122.275 57.27575) + (xy 122.271928 57.64) (xy 120.338824 57.64) (xy 120.338824 56.34) (xy 120.331545 56.266095) (xy 120.327269 56.252) + (xy 120.525277 56.252) (xy 120.528614 56.258243) (xy 120.593136 56.336864) (xy 120.671757 56.401386) (xy 120.761455 56.449331) + (xy 120.858782 56.478855) (xy 120.96 56.488824) (xy 121.24 56.488824) (xy 121.26741 56.486124) (xy 121.326753 56.559113) + (xy 121.423079 56.638908) (xy 121.533122 56.698377) (xy 121.652652 56.735235) (xy 121.77425 56.745) (xy 121.933 56.58625) + (xy 121.933 55.927) (xy 121.913 55.927) (xy 121.913 55.673) (xy 121.933 55.673) (xy 121.933 55.653) + (xy 122.187 55.653) (xy 122.187 55.673) (xy 122.207 55.673) (xy 122.207 55.927) (xy 122.187 55.927) + (xy 122.187 56.58625) (xy 122.274745 56.673995) (xy 122.275 56.70425) (xy 122.43375 56.863) (xy 123.133 56.863) + (xy 123.133 55.86375) (xy 123.387 55.86375) (xy 123.387 56.863) (xy 124.08625 56.863) (xy 124.245 56.70425) + (xy 124.248072 56.34) (xy 124.235812 56.215518) (xy 124.199502 56.09582) (xy 124.140537 55.985506) (xy 124.061185 55.888815) + (xy 123.964494 55.809463) (xy 123.85418 55.750498) (xy 123.734482 55.714188) (xy 123.61 55.701928) (xy 123.54575 55.705) + (xy 123.387 55.86375) (xy 123.133 55.86375) (xy 122.975 55.70575) (xy 122.975 55.672998) (xy 122.816252 55.672998) + (xy 122.975 55.51425) (xy 122.978065 55.492923) (xy 122.966375 55.368387) (xy 122.930614 55.248524) (xy 122.879588 55.152) + (xy 124.012777 55.152) (xy 124.548001 55.687225) (xy 124.548 83.439129) (xy 124.418798 83.492647) (xy 124.217833 83.626927) + (xy 124.046927 83.797833) (xy 123.912647 83.998798) (xy 123.820153 84.222097) (xy 123.773 84.459151) (xy 123.773 84.700849) + (xy 123.820153 84.937903) (xy 123.912647 85.161202) (xy 124.046927 85.362167) (xy 124.217833 85.533073) (xy 124.418798 85.667353) + (xy 124.642097 85.759847) (xy 124.879151 85.807) (xy 125.120849 85.807) (xy 125.357903 85.759847) (xy 125.581202 85.667353) + (xy 125.782167 85.533073) (xy 125.953073 85.362167) (xy 126.087353 85.161202) (xy 126.179847 84.937903) (xy 126.227 84.700849) + (xy 126.227 84.459151) (xy 126.179847 84.222097) (xy 126.087353 83.998798) (xy 125.953073 83.797833) (xy 125.782167 83.626927) + (xy 125.581202 83.492647) (xy 125.452 83.439129) (xy 125.452 55.522205) (xy 125.454187 55.5) (xy 125.44546 55.411392) + (xy 125.419614 55.32619) (xy 125.385792 55.262913) (xy 125.377643 55.247667) (xy 125.321159 55.178841) (xy 125.303905 55.164681) + (xy 124.535323 54.3961) (xy 124.521159 54.378841) (xy 124.452333 54.322357) (xy 124.37381 54.280386) (xy 124.288607 54.25454) + (xy 124.222205 54.248) (xy 124.2 54.245813) (xy 124.177795 54.248) (xy 121.422204 54.248) (xy 121.399999 54.245813) + (xy 121.311392 54.25454) (xy 121.22619 54.280386) (xy 121.147667 54.322357) (xy 121.078841 54.378841) (xy 121.064681 54.396095) + (xy 120.7961 54.664677) (xy 120.778841 54.678841) (xy 120.722357 54.747668) (xy 120.699745 54.789973) (xy 120.680386 54.826191) + (xy 120.65454 54.911393) (xy 120.645813 55) (xy 120.648 55.022206) (xy 120.648 55.21811) (xy 120.593136 55.263136) + (xy 120.528614 55.341757) (xy 120.525277 55.348) (xy 120.022204 55.348) (xy 119.999999 55.345813) (xy 119.911392 55.35454) + (xy 119.891562 55.360556) (xy 119.82619 55.380386) (xy 119.747667 55.422357) (xy 119.678841 55.478841) (xy 119.664685 55.49609) + (xy 119.3061 55.854677) (xy 119.288841 55.868841) (xy 119.232357 55.937668) (xy 119.217557 55.965356) (xy 119.186095 55.968455) + (xy 119.127 55.986381) (xy 119.127 54.127) (xy 129.373 54.127) (xy 129.373 93.173777) (xy 128.095323 91.8961) + (xy 128.081159 91.878841) (xy 128.012333 91.822357) (xy 127.93381 91.780386) (xy 127.848607 91.75454) (xy 127.782205 91.748) + (xy 127.76 91.745813) (xy 127.737795 91.748) (xy 126.228824 91.748) (xy 126.228824 91.35) (xy 126.221545 91.276095) + (xy 126.199988 91.20503) (xy 126.164981 91.139537) (xy 126.117869 91.082131) (xy 126.060463 91.035019) (xy 125.99497 91.000012) + (xy 125.923905 90.978455) (xy 125.85 90.971176) (xy 124.15 90.971176) (xy 124.076095 90.978455) (xy 124.00503 91.000012) + (xy 123.939537 91.035019) (xy 123.882131 91.082131) (xy 123.835019 91.139537) (xy 123.800012 91.20503) (xy 123.778455 91.276095) + (xy 123.771176 91.35) (xy 123.771176 93.05) (xy 123.778455 93.123905) (xy 123.800012 93.19497) (xy 123.835019 93.260463) + (xy 123.882131 93.317869) (xy 123.939537 93.364981) (xy 124.00503 93.399988) (xy 124.076095 93.421545) (xy 124.15 93.428824) + (xy 125.85 93.428824) (xy 125.923905 93.421545) (xy 125.99497 93.399988) (xy 126.060463 93.364981) (xy 126.117869 93.317869) + (xy 126.164981 93.260463) (xy 126.199988 93.19497) (xy 126.221545 93.123905) (xy 126.228824 93.05) (xy 126.228824 92.652) + (xy 127.572777 92.652) (xy 128.628001 93.707225) (xy 128.628 95.677794) (xy 128.628 96.052204) (xy 128.628001 96.052214) + (xy 128.628001 96.908776) (xy 127.675323 95.9561) (xy 127.661159 95.938841) (xy 127.592333 95.882357) (xy 127.51381 95.840386) + (xy 127.428607 95.81454) (xy 127.362205 95.808) (xy 127.34 95.805813) (xy 127.317795 95.808) (xy 126.124302 95.808) + (xy 126.087353 95.718798) (xy 125.953073 95.517833) (xy 125.782167 95.346927) (xy 125.581202 95.212647) (xy 125.357903 95.120153) + (xy 125.120849 95.073) (xy 124.879151 95.073) (xy 124.642097 95.120153) (xy 124.418798 95.212647) (xy 124.217833 95.346927) + (xy 124.046927 95.517833) (xy 123.912647 95.718798) (xy 123.820153 95.942097) (xy 123.773 96.179151) (xy 123.773 96.420849) + (xy 123.820153 96.657903) (xy 123.912647 96.881202) (xy 124.046927 97.082167) (xy 124.217833 97.253073) (xy 124.418798 97.387353) + (xy 124.642097 97.479847) (xy 124.879151 97.527) (xy 125.120849 97.527) (xy 125.357903 97.479847) (xy 125.581202 97.387353) + (xy 125.782167 97.253073) (xy 125.953073 97.082167) (xy 126.087353 96.881202) (xy 126.157439 96.712) (xy 127.152777 96.712) + (xy 128.028001 97.587226) (xy 128.028001 99.608776) (xy 126.915323 98.4961) (xy 126.901159 98.478841) (xy 126.832333 98.422357) + (xy 126.75381 98.380386) (xy 126.668607 98.35454) (xy 126.602205 98.348) (xy 126.58 98.345813) (xy 126.557795 98.348) + (xy 126.124302 98.348) (xy 126.087353 98.258798) (xy 125.953073 98.057833) (xy 125.782167 97.886927) (xy 125.581202 97.752647) + (xy 125.357903 97.660153) (xy 125.120849 97.613) (xy 124.879151 97.613) (xy 124.642097 97.660153) (xy 124.418798 97.752647) + (xy 124.217833 97.886927) (xy 124.046927 98.057833) (xy 123.912647 98.258798) (xy 123.820153 98.482097) (xy 123.773 98.719151) + (xy 123.773 98.960849) (xy 123.820153 99.197903) (xy 123.912647 99.421202) (xy 124.046927 99.622167) (xy 124.217833 99.793073) + (xy 124.418798 99.927353) (xy 124.642097 100.019847) (xy 124.879151 100.067) (xy 125.120849 100.067) (xy 125.357903 100.019847) + (xy 125.581202 99.927353) (xy 125.782167 99.793073) (xy 125.953073 99.622167) (xy 126.087353 99.421202) (xy 126.157439 99.252) + (xy 126.392777 99.252) (xy 127.328001 100.187226) (xy 127.328001 101.711548) (xy 127.301159 101.678841) (xy 127.283905 101.664681) + (xy 126.655323 101.0361) (xy 126.641159 101.018841) (xy 126.572333 100.962357) (xy 126.49381 100.920386) (xy 126.408607 100.89454) + (xy 126.342205 100.888) (xy 126.32 100.885813) (xy 126.297795 100.888) (xy 126.124302 100.888) (xy 126.087353 100.798798) + (xy 125.953073 100.597833) (xy 125.782167 100.426927) (xy 125.581202 100.292647) (xy 125.357903 100.200153) (xy 125.120849 100.153) + (xy 124.879151 100.153) (xy 124.642097 100.200153) (xy 124.418798 100.292647) (xy 124.217833 100.426927) (xy 124.046927 100.597833) + (xy 123.912647 100.798798) (xy 123.820153 101.022097) (xy 123.773 101.259151) (xy 123.773 101.500849) (xy 123.820153 101.737903) + (xy 123.912647 101.961202) (xy 124.046927 102.162167) (xy 124.217833 102.333073) (xy 124.418798 102.467353) (xy 124.642097 102.559847) + (xy 124.879151 102.607) (xy 125.120849 102.607) (xy 125.357903 102.559847) (xy 125.581202 102.467353) (xy 125.782167 102.333073) + (xy 125.953073 102.162167) (xy 126.087353 101.961202) (xy 126.150216 101.809439) (xy 126.528001 102.187225) (xy 126.528 121.822204) + (xy 126.528001 121.822214) (xy 126.528 125.032776) (xy 123.712777 127.848) (xy 123.391223 127.848) (xy 125.235313 126.003911) + (xy 125.235316 126.003907) (xy 125.303904 125.93532) (xy 125.321159 125.921159) (xy 125.377643 125.852333) (xy 125.419614 125.77381) + (xy 125.44546 125.688607) (xy 125.449262 125.650001) (xy 125.454187 125.600001) (xy 125.452 125.577796) (xy 125.452 105.148824) + (xy 125.85 105.148824) (xy 125.923905 105.141545) (xy 125.99497 105.119988) (xy 126.060463 105.084981) (xy 126.117869 105.037869) + (xy 126.164981 104.980463) (xy 126.199988 104.91497) (xy 126.221545 104.843905) (xy 126.228824 104.77) (xy 126.228824 103.07) + (xy 126.221545 102.996095) (xy 126.199988 102.92503) (xy 126.164981 102.859537) (xy 126.117869 102.802131) (xy 126.060463 102.755019) + (xy 125.99497 102.720012) (xy 125.923905 102.698455) (xy 125.85 102.691176) (xy 124.15 102.691176) (xy 124.076095 102.698455) + (xy 124.00503 102.720012) (xy 123.939537 102.755019) (xy 123.882131 102.802131) (xy 123.835019 102.859537) (xy 123.800012 102.92503) + (xy 123.778455 102.996095) (xy 123.771176 103.07) (xy 123.771176 104.77) (xy 123.778455 104.843905) (xy 123.800012 104.91497) + (xy 123.835019 104.980463) (xy 123.882131 105.037869) (xy 123.939537 105.084981) (xy 124.00503 105.119988) (xy 124.076095 105.141545) + (xy 124.15 105.148824) (xy 124.548 105.148824) (xy 124.548001 108.577786) (xy 124.548 108.577796) (xy 124.548001 125.412775) + (xy 123.586163 126.374613) (xy 123.601545 126.323905) (xy 123.608824 126.25) (xy 123.608824 124.95) (xy 123.601545 124.876095) + (xy 123.579988 124.80503) (xy 123.544981 124.739537) (xy 123.497869 124.682131) (xy 123.440463 124.635019) (xy 123.37497 124.600012) + (xy 123.303905 124.578455) (xy 123.23 124.571176) (xy 122.53 124.571176) (xy 122.456095 124.578455) (xy 122.38503 124.600012) + (xy 122.319537 124.635019) (xy 122.262131 124.682131) (xy 122.215019 124.739537) (xy 122.180012 124.80503) (xy 122.158455 124.876095) + (xy 122.151176 124.95) (xy 122.151176 126.25) (xy 122.158455 126.323905) (xy 122.180012 126.39497) (xy 122.215019 126.460463) + (xy 122.262131 126.517869) (xy 122.319537 126.564981) (xy 122.38503 126.599988) (xy 122.456095 126.621545) (xy 122.53 126.628824) + (xy 123.23 126.628824) (xy 123.303905 126.621545) (xy 123.354614 126.606163) (xy 122.512777 127.448) (xy 116.318711 127.448) + (xy 116.361574 127.405137) (xy 116.385501 127.385501) (xy 116.463853 127.290028) (xy 116.522075 127.181103) (xy 116.557927 127.062913) + (xy 116.567 126.970794) (xy 116.567 126.970793) (xy 116.570033 126.94) (xy 116.567 126.909206) (xy 116.567 126.61242) + (xy 116.601103 126.602075) (xy 116.710028 126.543853) (xy 116.805501 126.465501) (xy 116.825138 126.441573) (xy 117.151574 126.115137) + (xy 117.175501 126.095501) (xy 117.253853 126.000028) (xy 117.312075 125.891103) (xy 117.347927 125.772913) (xy 117.350596 125.745813) + (xy 117.360033 125.650001) (xy 117.357 125.619207) (xy 117.357 125.058824) (xy 117.48 125.058824) (xy 117.553905 125.051545) + (xy 117.62497 125.029988) (xy 117.690463 124.994981) (xy 117.745272 124.95) (xy 118.501176 124.95) (xy 118.501176 126.25) + (xy 118.508455 126.323905) (xy 118.530012 126.39497) (xy 118.565019 126.460463) (xy 118.612131 126.517869) (xy 118.669537 126.564981) + (xy 118.73503 126.599988) (xy 118.806095 126.621545) (xy 118.88 126.628824) (xy 119.58 126.628824) (xy 119.653905 126.621545) + (xy 119.72497 126.599988) (xy 119.790463 126.564981) (xy 119.847869 126.517869) (xy 119.894981 126.460463) (xy 119.929988 126.39497) + (xy 119.951545 126.323905) (xy 119.958824 126.25) (xy 119.958824 124.95) (xy 119.951545 124.876095) (xy 119.929988 124.80503) + (xy 119.894981 124.739537) (xy 119.847869 124.682131) (xy 119.790463 124.635019) (xy 119.72497 124.600012) (xy 119.653905 124.578455) + (xy 119.58 124.571176) (xy 118.88 124.571176) (xy 118.806095 124.578455) (xy 118.73503 124.600012) (xy 118.669537 124.635019) + (xy 118.612131 124.682131) (xy 118.565019 124.739537) (xy 118.530012 124.80503) (xy 118.508455 124.876095) (xy 118.501176 124.95) + (xy 117.745272 124.95) (xy 117.747869 124.947869) (xy 117.794981 124.890463) (xy 117.829988 124.82497) (xy 117.851545 124.753905) + (xy 117.858824 124.68) (xy 117.858824 123.68) (xy 117.851545 123.606095) (xy 117.829988 123.53503) (xy 117.794981 123.469537) + (xy 117.747869 123.412131) (xy 117.690463 123.365019) (xy 117.62497 123.330012) (xy 117.553905 123.308455) (xy 117.48 123.301176) + (xy 115.98 123.301176) (xy 115.906095 123.308455) (xy 115.83503 123.330012) (xy 115.769537 123.365019) (xy 115.712131 123.412131) + (xy 115.665019 123.469537) (xy 115.630012 123.53503) (xy 115.608455 123.606095) (xy 115.601176 123.68) (xy 115.601176 124.68) + (xy 115.608455 124.753905) (xy 115.630012 124.82497) (xy 115.665019 124.890463) (xy 115.712131 124.947869) (xy 115.769537 124.994981) + (xy 115.83503 125.029988) (xy 115.906095 125.051545) (xy 115.98 125.058824) (xy 116.103 125.058824) (xy 116.103 125.333441) + (xy 116.08 125.331176) (xy 115.8 125.331176) (xy 115.77259 125.333876) (xy 115.713247 125.260887) (xy 115.616921 125.181092) + (xy 115.506878 125.121623) (xy 115.387348 125.084765) (xy 115.26575 125.075) (xy 115.107 125.23375) (xy 115.107 125.893) + (xy 115.127 125.893) (xy 115.127 126.147) (xy 115.107 126.147) (xy 115.107 126.167) (xy 114.853 126.167) + (xy 114.853 126.147) (xy 114.22375 126.147) (xy 114.065 126.30575) (xy 114.061935 126.327077) (xy 114.073625 126.451613) + (xy 114.109386 126.571476) (xy 114.163055 126.673) (xy 108.787 126.673) (xy 108.787 126.629344) (xy 108.810794 126.627) + (xy 108.902913 126.617927) (xy 109.021103 126.582075) (xy 109.130028 126.523853) (xy 109.225501 126.445501) (xy 109.245138 126.421573) + (xy 109.551574 126.115137) (xy 109.575501 126.095501) (xy 109.653853 126.000028) (xy 109.712075 125.891103) (xy 109.747927 125.772913) + (xy 109.750596 125.745813) (xy 109.753835 125.712923) (xy 114.061935 125.712923) (xy 114.065 125.73425) (xy 114.22375 125.893) + (xy 114.853 125.893) (xy 114.853 125.23375) (xy 114.69425 125.075) (xy 114.572652 125.084765) (xy 114.453122 125.121623) + (xy 114.343079 125.181092) (xy 114.246753 125.260887) (xy 114.167844 125.357941) (xy 114.109386 125.468524) (xy 114.073625 125.588387) + (xy 114.061935 125.712923) (xy 109.753835 125.712923) (xy 109.760033 125.65) (xy 109.757 125.619206) (xy 109.757 125.058824) + (xy 109.88 125.058824) (xy 109.953905 125.051545) (xy 110.02497 125.029988) (xy 110.090463 124.994981) (xy 110.147869 124.947869) + (xy 110.194981 124.890463) (xy 110.229988 124.82497) (xy 110.251545 124.753905) (xy 110.258824 124.68) (xy 110.258824 123.68) + (xy 110.251545 123.606095) (xy 110.229988 123.53503) (xy 110.194981 123.469537) (xy 110.147869 123.412131) (xy 110.090463 123.365019) + (xy 110.02497 123.330012) (xy 109.953905 123.308455) (xy 109.88 123.301176) (xy 108.38 123.301176) (xy 108.306095 123.308455) + (xy 108.23503 123.330012) (xy 108.169537 123.365019) (xy 108.112131 123.412131) (xy 108.065019 123.469537) (xy 108.030012 123.53503) + (xy 108.008455 123.606095) (xy 108.001176 123.68) (xy 108.001176 124.68) (xy 108.008455 124.753905) (xy 108.030012 124.82497) + (xy 108.065019 124.890463) (xy 108.112131 124.947869) (xy 108.169537 124.994981) (xy 108.23503 125.029988) (xy 108.306095 125.051545) + (xy 108.38 125.058824) (xy 108.503 125.058824) (xy 108.503 125.35305) (xy 108.498545 125.350669) (xy 108.401218 125.321145) + (xy 108.3 125.311176) (xy 108.02 125.311176) (xy 107.99259 125.313876) (xy 107.933247 125.240887) (xy 107.836921 125.161092) + (xy 107.726878 125.101623) (xy 107.607348 125.064765) (xy 107.48575 125.055) (xy 107.327 125.21375) (xy 107.327 125.873) + (xy 107.347 125.873) (xy 107.347 126.127) (xy 107.327 126.127) (xy 107.327 126.147) (xy 107.073 126.147) + (xy 107.073 126.127) (xy 106.44375 126.127) (xy 106.285 126.28575) (xy 106.281935 126.307077) (xy 106.293625 126.431613) + (xy 106.329386 126.551476) (xy 106.387844 126.662059) (xy 106.396739 126.673) (xy 101.357 126.673) (xy 101.357 126.594554) + (xy 101.431103 126.572075) (xy 101.540028 126.513853) (xy 101.635501 126.435501) (xy 101.655138 126.411573) (xy 101.951574 126.115137) + (xy 101.975501 126.095501) (xy 102.053853 126.000028) (xy 102.107304 125.900029) (xy 102.112075 125.891104) (xy 102.147927 125.772913) + (xy 102.155805 125.692923) (xy 106.281935 125.692923) (xy 106.285 125.71425) (xy 106.44375 125.873) (xy 107.073 125.873) + (xy 107.073 125.21375) (xy 106.91425 125.055) (xy 106.792652 125.064765) (xy 106.673122 125.101623) (xy 106.563079 125.161092) + (xy 106.466753 125.240887) (xy 106.387844 125.337941) (xy 106.329386 125.448524) (xy 106.293625 125.568387) (xy 106.281935 125.692923) + (xy 102.155805 125.692923) (xy 102.160033 125.65) (xy 102.157 125.619206) (xy 102.157 125.058824) (xy 102.28 125.058824) + (xy 102.353905 125.051545) (xy 102.42497 125.029988) (xy 102.490463 124.994981) (xy 102.547869 124.947869) (xy 102.594981 124.890463) + (xy 102.629988 124.82497) (xy 102.651545 124.753905) (xy 102.658824 124.68) (xy 102.658824 123.68) (xy 102.651545 123.606095) + (xy 102.629988 123.53503) (xy 102.594981 123.469537) (xy 102.547869 123.412131) (xy 102.490463 123.365019) (xy 102.42497 123.330012) + (xy 102.353905 123.308455) (xy 102.28 123.301176) (xy 100.78 123.301176) (xy 100.706095 123.308455) (xy 100.63503 123.330012) + (xy 100.569537 123.365019) (xy 100.512131 123.412131) (xy 100.465019 123.469537) (xy 100.430012 123.53503) (xy 100.408455 123.606095) + (xy 100.401176 123.68) (xy 100.401176 124.68) (xy 100.408455 124.753905) (xy 100.430012 124.82497) (xy 100.465019 124.890463) + (xy 100.512131 124.947869) (xy 100.569537 124.994981) (xy 100.63503 125.029988) (xy 100.706095 125.051545) (xy 100.78 125.058824) + (xy 100.903 125.058824) (xy 100.903 125.304426) (xy 100.87 125.301176) (xy 100.59 125.301176) (xy 100.56259 125.303876) + (xy 100.503247 125.230887) (xy 100.406921 125.151092) (xy 100.296878 125.091623) (xy 100.177348 125.054765) (xy 100.05575 125.045) + (xy 99.897 125.20375) (xy 99.897 125.863) (xy 99.917 125.863) (xy 99.917 126.117) (xy 99.897 126.117) + (xy 99.897 126.137) (xy 99.643 126.137) (xy 99.643 126.117) (xy 99.01375 126.117) (xy 98.855 126.27575) + (xy 98.851935 126.297077) (xy 98.863625 126.421613) (xy 98.899386 126.541476) (xy 98.957844 126.652059) (xy 98.97487 126.673) + (xy 93.787 126.673) (xy 93.787 126.546852) (xy 93.830028 126.523853) (xy 93.925501 126.445501) (xy 93.945138 126.421573) + (xy 94.351579 126.015133) (xy 94.375501 125.995501) (xy 94.453853 125.900028) (xy 94.512075 125.791103) (xy 94.54489 125.682923) + (xy 98.851935 125.682923) (xy 98.855 125.70425) (xy 99.01375 125.863) (xy 99.643 125.863) (xy 99.643 125.20375) + (xy 99.48425 125.045) (xy 99.362652 125.054765) (xy 99.243122 125.091623) (xy 99.133079 125.151092) (xy 99.036753 125.230887) + (xy 98.957844 125.327941) (xy 98.899386 125.438524) (xy 98.863625 125.558387) (xy 98.851935 125.682923) (xy 94.54489 125.682923) + (xy 94.547927 125.672913) (xy 94.557 125.580794) (xy 94.557 125.580793) (xy 94.560033 125.550001) (xy 94.557 125.519207) + (xy 94.557 125.038824) (xy 94.68 125.038824) (xy 94.753905 125.031545) (xy 94.82497 125.009988) (xy 94.890463 124.974981) + (xy 94.947869 124.927869) (xy 94.994981 124.870463) (xy 95.029988 124.80497) (xy 95.051545 124.733905) (xy 95.058824 124.66) + (xy 95.058824 123.66) (xy 95.051545 123.586095) (xy 95.029988 123.51503) (xy 94.994981 123.449537) (xy 94.947869 123.392131) + (xy 94.890463 123.345019) (xy 94.82497 123.310012) (xy 94.753905 123.288455) (xy 94.68 123.281176) (xy 93.18 123.281176) + (xy 93.106095 123.288455) (xy 93.03503 123.310012) (xy 92.969537 123.345019) (xy 92.912131 123.392131) (xy 92.865019 123.449537) + (xy 92.830012 123.51503) (xy 92.808455 123.586095) (xy 92.801176 123.66) (xy 92.801176 124.66) (xy 92.808455 124.733905) + (xy 92.830012 124.80497) (xy 92.865019 124.870463) (xy 92.912131 124.927869) (xy 92.969537 124.974981) (xy 93.03503 125.009988) + (xy 93.106095 125.031545) (xy 93.18 125.038824) (xy 93.303 125.038824) (xy 93.303 125.290288) (xy 93.282112 125.311176) + (xy 93.02 125.311176) (xy 92.99259 125.313876) (xy 92.933247 125.240887) (xy 92.836921 125.161092) (xy 92.726878 125.101623) + (xy 92.607348 125.064765) (xy 92.48575 125.055) (xy 92.327 125.21375) (xy 92.327 125.873) (xy 92.347 125.873) + (xy 92.347 126.127) (xy 92.327 126.127) (xy 92.327 126.147) (xy 92.073 126.147) (xy 92.073 126.127) + (xy 91.44375 126.127) (xy 91.285 126.28575) (xy 91.281935 126.307077) (xy 91.293625 126.431613) (xy 91.329386 126.551476) + (xy 91.387844 126.662059) (xy 91.396739 126.673) (xy 85.987 126.673) (xy 85.987 126.629344) (xy 86.010794 126.627) + (xy 86.102913 126.617927) (xy 86.221103 126.582075) (xy 86.330028 126.523853) (xy 86.425501 126.445501) (xy 86.445138 126.421573) + (xy 86.751574 126.115137) (xy 86.775501 126.095501) (xy 86.853853 126.000028) (xy 86.912075 125.891103) (xy 86.947927 125.772913) + (xy 86.950596 125.745813) (xy 86.955805 125.692923) (xy 91.281935 125.692923) (xy 91.285 125.71425) (xy 91.44375 125.873) + (xy 92.073 125.873) (xy 92.073 125.21375) (xy 91.91425 125.055) (xy 91.792652 125.064765) (xy 91.673122 125.101623) + (xy 91.563079 125.161092) (xy 91.466753 125.240887) (xy 91.387844 125.337941) (xy 91.329386 125.448524) (xy 91.293625 125.568387) + (xy 91.281935 125.692923) (xy 86.955805 125.692923) (xy 86.960033 125.65) (xy 86.957 125.619206) (xy 86.957 125.018824) + (xy 87.08 125.018824) (xy 87.153905 125.011545) (xy 87.22497 124.989988) (xy 87.290463 124.954981) (xy 87.347869 124.907869) + (xy 87.394981 124.850463) (xy 87.429988 124.78497) (xy 87.451545 124.713905) (xy 87.458824 124.64) (xy 87.458824 123.64) + (xy 87.451545 123.566095) (xy 87.429988 123.49503) (xy 87.394981 123.429537) (xy 87.347869 123.372131) (xy 87.290463 123.325019) + (xy 87.22497 123.290012) (xy 87.153905 123.268455) (xy 87.08 123.261176) (xy 85.58 123.261176) (xy 85.506095 123.268455) + (xy 85.43503 123.290012) (xy 85.369537 123.325019) (xy 85.312131 123.372131) (xy 85.265019 123.429537) (xy 85.230012 123.49503) + (xy 85.208455 123.566095) (xy 85.201176 123.64) (xy 85.201176 124.64) (xy 85.208455 124.713905) (xy 85.230012 124.78497) + (xy 85.265019 124.850463) (xy 85.312131 124.907869) (xy 85.369537 124.954981) (xy 85.43503 124.989988) (xy 85.506095 125.011545) + (xy 85.58 125.018824) (xy 85.703 125.018824) (xy 85.703 125.35305) (xy 85.698545 125.350669) (xy 85.601218 125.321145) + (xy 85.5 125.311176) (xy 85.22 125.311176) (xy 85.19259 125.313876) (xy 85.133247 125.240887) (xy 85.036921 125.161092) + (xy 84.926878 125.101623) (xy 84.807348 125.064765) (xy 84.68575 125.055) (xy 84.527 125.21375) (xy 84.527 125.873) + (xy 84.547 125.873) (xy 84.547 126.127) (xy 84.527 126.127) (xy 84.527 126.147) (xy 84.273 126.147) + (xy 84.273 126.127) (xy 83.64375 126.127) (xy 83.485 126.28575) (xy 83.481935 126.307077) (xy 83.493625 126.431613) + (xy 83.529386 126.551476) (xy 83.587844 126.662059) (xy 83.596739 126.673) (xy 78.487 126.673) (xy 78.487 126.608753) + (xy 78.5 126.610033) (xy 78.530794 126.607) (xy 78.622913 126.597927) (xy 78.741103 126.562075) (xy 78.850028 126.503853) + (xy 78.945501 126.425501) (xy 78.965138 126.401573) (xy 79.151574 126.215137) (xy 79.175501 126.195501) (xy 79.253853 126.100028) + (xy 79.312075 125.991103) (xy 79.347927 125.872913) (xy 79.353139 125.82) (xy 79.360033 125.750001) (xy 79.357 125.719207) + (xy 79.357 125.692923) (xy 83.481935 125.692923) (xy 83.485 125.71425) (xy 83.64375 125.873) (xy 84.273 125.873) + (xy 84.273 125.21375) (xy 84.11425 125.055) (xy 83.992652 125.064765) (xy 83.873122 125.101623) (xy 83.763079 125.161092) + (xy 83.666753 125.240887) (xy 83.587844 125.337941) (xy 83.529386 125.448524) (xy 83.493625 125.568387) (xy 83.481935 125.692923) + (xy 79.357 125.692923) (xy 79.357 125.018824) (xy 79.48 125.018824) (xy 79.553905 125.011545) (xy 79.62497 124.989988) + (xy 79.690463 124.954981) (xy 79.747869 124.907869) (xy 79.794981 124.850463) (xy 79.829988 124.78497) (xy 79.851545 124.713905) + (xy 79.858824 124.64) (xy 79.858824 123.64) (xy 79.851545 123.566095) (xy 79.829988 123.49503) (xy 79.794981 123.429537) + (xy 79.747869 123.372131) (xy 79.690463 123.325019) (xy 79.62497 123.290012) (xy 79.553905 123.268455) (xy 79.48 123.261176) + (xy 77.98 123.261176) (xy 77.906095 123.268455) (xy 77.83503 123.290012) (xy 77.769537 123.325019) (xy 77.712131 123.372131) + (xy 77.665019 123.429537) (xy 77.630012 123.49503) (xy 77.608455 123.566095) (xy 77.601176 123.64) (xy 77.601176 124.64) + (xy 77.608455 124.713905) (xy 77.630012 124.78497) (xy 77.665019 124.850463) (xy 77.712131 124.907869) (xy 77.769537 124.954981) + (xy 77.83503 124.989988) (xy 77.906095 125.011545) (xy 77.98 125.018824) (xy 78.103 125.018824) (xy 78.103 125.301686) + (xy 78.101218 125.301145) (xy 78 125.291176) (xy 77.72 125.291176) (xy 77.69259 125.293876) (xy 77.633247 125.220887) + (xy 77.536921 125.141092) (xy 77.426878 125.081623) (xy 77.307348 125.044765) (xy 77.18575 125.035) (xy 77.027 125.19375) + (xy 77.027 125.853) (xy 77.047 125.853) (xy 77.047 126.107) (xy 77.027 126.107) (xy 77.027 126.127) + (xy 76.773 126.127) (xy 76.773 126.107) (xy 76.14375 126.107) (xy 75.985 126.26575) (xy 75.981935 126.287077) + (xy 75.993625 126.411613) (xy 76.029386 126.531476) (xy 76.087844 126.642059) (xy 76.113 126.673) (xy 70.887 126.673) + (xy 70.887 126.557587) (xy 70.971103 126.532075) (xy 71.080028 126.473853) (xy 71.175501 126.395501) (xy 71.195138 126.371573) + (xy 71.551574 126.015137) (xy 71.575501 125.995501) (xy 71.653853 125.900028) (xy 71.712075 125.791103) (xy 71.747923 125.672923) + (xy 75.981935 125.672923) (xy 75.985 125.69425) (xy 76.14375 125.853) (xy 76.773 125.853) (xy 76.773 125.19375) + (xy 76.61425 125.035) (xy 76.492652 125.044765) (xy 76.373122 125.081623) (xy 76.263079 125.141092) (xy 76.166753 125.220887) + (xy 76.087844 125.317941) (xy 76.029386 125.428524) (xy 75.993625 125.548387) (xy 75.981935 125.672923) (xy 71.747923 125.672923) + (xy 71.747927 125.672913) (xy 71.757 125.580794) (xy 71.757 125.580793) (xy 71.760033 125.550001) (xy 71.757 125.519209) + (xy 71.757 125.018824) (xy 71.88 125.018824) (xy 71.953905 125.011545) (xy 72.02497 124.989988) (xy 72.090463 124.954981) + (xy 72.147869 124.907869) (xy 72.194981 124.850463) (xy 72.229988 124.78497) (xy 72.251545 124.713905) (xy 72.258824 124.64) + (xy 72.258824 123.64) (xy 72.251545 123.566095) (xy 72.229988 123.49503) (xy 72.194981 123.429537) (xy 72.147869 123.372131) + (xy 72.090463 123.325019) (xy 72.02497 123.290012) (xy 71.953905 123.268455) (xy 71.88 123.261176) (xy 70.38 123.261176) + (xy 70.306095 123.268455) (xy 70.23503 123.290012) (xy 70.169537 123.325019) (xy 70.112131 123.372131) (xy 70.065019 123.429537) + (xy 70.030012 123.49503) (xy 70.008455 123.566095) (xy 70.001176 123.64) (xy 70.001176 124.64) (xy 70.008455 124.713905) + (xy 70.030012 124.78497) (xy 70.065019 124.850463) (xy 70.112131 124.907869) (xy 70.169537 124.954981) (xy 70.23503 124.989988) + (xy 70.306095 125.011545) (xy 70.38 125.018824) (xy 70.503 125.018824) (xy 70.503 125.271686) (xy 70.501218 125.271145) + (xy 70.4 125.261176) (xy 70.12 125.261176) (xy 70.09259 125.263876) (xy 70.033247 125.190887) (xy 69.936921 125.111092) + (xy 69.826878 125.051623) (xy 69.707348 125.014765) (xy 69.58575 125.005) (xy 69.427 125.16375) (xy 69.427 125.823) + (xy 69.447 125.823) (xy 69.447 126.077) (xy 69.427 126.077) (xy 69.427 126.097) (xy 69.173 126.097) + (xy 69.173 126.077) (xy 68.54375 126.077) (xy 68.385 126.23575) (xy 68.381935 126.257077) (xy 68.393625 126.381613) + (xy 68.429386 126.501476) (xy 68.487844 126.612059) (xy 68.537392 126.673) (xy 63.287 126.673) (xy 63.287 126.557587) + (xy 63.371103 126.532075) (xy 63.480028 126.473853) (xy 63.575501 126.395501) (xy 63.595138 126.371573) (xy 63.951574 126.015137) + (xy 63.975501 125.995501) (xy 64.053853 125.900028) (xy 64.112075 125.791103) (xy 64.147927 125.672913) (xy 64.15088 125.642923) + (xy 68.381935 125.642923) (xy 68.385 125.66425) (xy 68.54375 125.823) (xy 69.173 125.823) (xy 69.173 125.16375) + (xy 69.01425 125.005) (xy 68.892652 125.014765) (xy 68.773122 125.051623) (xy 68.663079 125.111092) (xy 68.566753 125.190887) + (xy 68.487844 125.287941) (xy 68.429386 125.398524) (xy 68.393625 125.518387) (xy 68.381935 125.642923) (xy 64.15088 125.642923) + (xy 64.157 125.580794) (xy 64.157 125.580793) (xy 64.160033 125.550001) (xy 64.157 125.519209) (xy 64.157 125.018824) + (xy 64.28 125.018824) (xy 64.353905 125.011545) (xy 64.42497 124.989988) (xy 64.490463 124.954981) (xy 64.547869 124.907869) + (xy 64.594981 124.850463) (xy 64.629988 124.78497) (xy 64.651545 124.713905) (xy 64.658824 124.64) (xy 64.658824 123.64) + (xy 64.651545 123.566095) (xy 64.629988 123.49503) (xy 64.594981 123.429537) (xy 64.547869 123.372131) (xy 64.490463 123.325019) + (xy 64.42497 123.290012) (xy 64.353905 123.268455) (xy 64.28 123.261176) (xy 62.78 123.261176) (xy 62.706095 123.268455) + (xy 62.63503 123.290012) (xy 62.569537 123.325019) (xy 62.512131 123.372131) (xy 62.465019 123.429537) (xy 62.430012 123.49503) + (xy 62.408455 123.566095) (xy 62.401176 123.64) (xy 62.401176 124.64) (xy 62.408455 124.713905) (xy 62.430012 124.78497) + (xy 62.465019 124.850463) (xy 62.512131 124.907869) (xy 62.569537 124.954981) (xy 62.63503 124.989988) (xy 62.706095 125.011545) + (xy 62.78 125.018824) (xy 62.903 125.018824) (xy 62.903 125.271686) (xy 62.901218 125.271145) (xy 62.8 125.261176) + (xy 62.52 125.261176) (xy 62.49259 125.263876) (xy 62.433247 125.190887) (xy 62.336921 125.111092) (xy 62.226878 125.051623) + (xy 62.107348 125.014765) (xy 61.98575 125.005) (xy 61.827 125.16375) (xy 61.827 125.823) (xy 61.847 125.823) + (xy 61.847 126.077) (xy 61.827 126.077) (xy 61.827 126.097) (xy 61.573 126.097) (xy 61.573 126.077) + (xy 60.94375 126.077) (xy 60.785 126.23575) (xy 60.781935 126.257077) (xy 60.793625 126.381613) (xy 60.829386 126.501476) + (xy 60.887844 126.612059) (xy 60.937392 126.673) (xy 55.867 126.673) (xy 55.867 126.621464) (xy 55.902913 126.617927) + (xy 56.021103 126.582075) (xy 56.130028 126.523853) (xy 56.225501 126.445501) (xy 56.245138 126.421573) (xy 56.351574 126.315137) + (xy 56.375501 126.295501) (xy 56.453853 126.200028) (xy 56.512075 126.091103) (xy 56.547927 125.972913) (xy 56.557 125.880794) + (xy 56.557 125.880793) (xy 56.560033 125.850001) (xy 56.557 125.819207) (xy 56.557 125.642923) (xy 60.781935 125.642923) + (xy 60.785 125.66425) (xy 60.94375 125.823) (xy 61.573 125.823) (xy 61.573 125.16375) (xy 61.41425 125.005) + (xy 61.292652 125.014765) (xy 61.173122 125.051623) (xy 61.063079 125.111092) (xy 60.966753 125.190887) (xy 60.887844 125.287941) + (xy 60.829386 125.398524) (xy 60.793625 125.518387) (xy 60.781935 125.642923) (xy 56.557 125.642923) (xy 56.557 125.038824) + (xy 56.68 125.038824) (xy 56.753905 125.031545) (xy 56.82497 125.009988) (xy 56.890463 124.974981) (xy 56.947869 124.927869) + (xy 56.994981 124.870463) (xy 57.029988 124.80497) (xy 57.051545 124.733905) (xy 57.058824 124.66) (xy 57.058824 123.66) + (xy 57.051545 123.586095) (xy 57.029988 123.51503) (xy 56.994981 123.449537) (xy 56.947869 123.392131) (xy 56.890463 123.345019) + (xy 56.82497 123.310012) (xy 56.753905 123.288455) (xy 56.68 123.281176) (xy 55.18 123.281176) (xy 55.106095 123.288455) + (xy 55.03503 123.310012) (xy 54.969537 123.345019) (xy 54.912131 123.392131) (xy 54.865019 123.449537) (xy 54.830012 123.51503) + (xy 54.808455 123.586095) (xy 54.801176 123.66) (xy 54.801176 124.66) (xy 54.808455 124.733905) (xy 54.830012 124.80497) + (xy 54.865019 124.870463) (xy 54.912131 124.927869) (xy 54.969537 124.974981) (xy 55.03503 125.009988) (xy 55.106095 125.031545) + (xy 55.18 125.038824) (xy 55.303 125.038824) (xy 55.303 125.311176) (xy 55.1 125.311176) (xy 55.07259 125.313876) + (xy 55.013247 125.240887) (xy 54.916921 125.161092) (xy 54.806878 125.101623) (xy 54.687348 125.064765) (xy 54.56575 125.055) + (xy 54.407 125.21375) (xy 54.407 125.873) (xy 54.427 125.873) (xy 54.427 126.127) (xy 54.407 126.127) + (xy 54.407 126.147) (xy 54.153 126.147) (xy 54.153 126.127) (xy 53.52375 126.127) (xy 53.365 126.28575) + (xy 53.361935 126.307077) (xy 53.373625 126.431613) (xy 53.409386 126.551476) (xy 53.467844 126.662059) (xy 53.476739 126.673) + (xy 48.187 126.673) (xy 48.187 126.59242) (xy 48.221103 126.582075) (xy 48.330028 126.523853) (xy 48.425501 126.445501) + (xy 48.445138 126.421573) (xy 48.751574 126.115137) (xy 48.775501 126.095501) (xy 48.853853 126.000028) (xy 48.912075 125.891103) + (xy 48.947927 125.772913) (xy 48.950596 125.745813) (xy 48.955805 125.692923) (xy 53.361935 125.692923) (xy 53.365 125.71425) + (xy 53.52375 125.873) (xy 54.153 125.873) (xy 54.153 125.21375) (xy 53.99425 125.055) (xy 53.872652 125.064765) + (xy 53.753122 125.101623) (xy 53.643079 125.161092) (xy 53.546753 125.240887) (xy 53.467844 125.337941) (xy 53.409386 125.448524) + (xy 53.373625 125.568387) (xy 53.361935 125.692923) (xy 48.955805 125.692923) (xy 48.960033 125.65) (xy 48.957 125.619206) + (xy 48.957 125.048824) (xy 49.08 125.048824) (xy 49.153905 125.041545) (xy 49.22497 125.019988) (xy 49.290463 124.984981) + (xy 49.347869 124.937869) (xy 49.394981 124.880463) (xy 49.429988 124.81497) (xy 49.451545 124.743905) (xy 49.458824 124.67) + (xy 49.458824 123.67) (xy 49.451545 123.596095) (xy 49.429988 123.52503) (xy 49.394981 123.459537) (xy 49.347869 123.402131) + (xy 49.290463 123.355019) (xy 49.22497 123.320012) (xy 49.153905 123.298455) (xy 49.08 123.291176) (xy 47.58 123.291176) + (xy 47.506095 123.298455) (xy 47.43503 123.320012) (xy 47.369537 123.355019) (xy 47.312131 123.402131) (xy 47.265019 123.459537) + (xy 47.230012 123.52503) (xy 47.208455 123.596095) (xy 47.201176 123.67) (xy 47.201176 124.67) (xy 47.208455 124.743905) + (xy 47.230012 124.81497) (xy 47.265019 124.880463) (xy 47.312131 124.937869) (xy 47.369537 124.984981) (xy 47.43503 125.019988) + (xy 47.506095 125.041545) (xy 47.58 125.048824) (xy 47.703 125.048824) (xy 47.703 125.311471) (xy 47.7 125.311176) + (xy 47.42 125.311176) (xy 47.39259 125.313876) (xy 47.333247 125.240887) (xy 47.236921 125.161092) (xy 47.126878 125.101623) + (xy 47.007348 125.064765) (xy 46.88575 125.055) (xy 46.727 125.21375) (xy 46.727 125.873) (xy 46.747 125.873) + (xy 46.747 126.127) (xy 46.727 126.127) (xy 46.727 126.147) (xy 46.473 126.147) (xy 46.473 126.127) + (xy 45.84375 126.127) (xy 45.685 126.28575) (xy 45.681935 126.307077) (xy 45.693625 126.431613) (xy 45.729386 126.551476) + (xy 45.787844 126.662059) (xy 45.796739 126.673) (xy 43.259711 126.673) (xy 42.627 126.040289) (xy 42.627 125.692923) + (xy 45.681935 125.692923) (xy 45.685 125.71425) (xy 45.84375 125.873) (xy 46.473 125.873) (xy 46.473 125.21375) + (xy 46.31425 125.055) (xy 46.192652 125.064765) (xy 46.073122 125.101623) (xy 45.963079 125.161092) (xy 45.866753 125.240887) + (xy 45.787844 125.337941) (xy 45.729386 125.448524) (xy 45.693625 125.568387) (xy 45.681935 125.692923) (xy 42.627 125.692923) + (xy 42.627 125.043604) (xy 42.68 125.048824) (xy 44.18 125.048824) (xy 44.253905 125.041545) (xy 44.32497 125.019988) + (xy 44.390463 124.984981) (xy 44.447869 124.937869) (xy 44.494981 124.880463) (xy 44.529988 124.81497) (xy 44.551545 124.743905) + (xy 44.558824 124.67) (xy 44.558824 123.67) (xy 44.551545 123.596095) (xy 44.529988 123.52503) (xy 44.494981 123.459537) + (xy 44.447869 123.402131) (xy 44.390463 123.355019) (xy 44.32497 123.320012) (xy 44.253905 123.298455) (xy 44.18 123.291176) + (xy 43.932 123.291176) (xy 43.932 123.022374) (xy 43.99995 122.92068) (xy 44.050984 122.797474) (xy 44.077 122.666679) + (xy 44.077 122.533321) (xy 44.050984 122.402526) (xy 43.99995 122.27932) (xy 43.92586 122.168437) (xy 43.8634 122.105977) + (xy 44.18 122.108072) (xy 44.304482 122.095812) (xy 44.42418 122.059502) (xy 44.534494 122.000537) (xy 44.631185 121.921185) + (xy 44.710537 121.824494) (xy 44.769502 121.71418) (xy 44.805812 121.594482) (xy 44.818072 121.47) (xy 44.815 121.25575) + (xy 44.65625 121.097) (xy 43.557 121.097) (xy 43.557 121.117) (xy 43.303 121.117) (xy 43.303 121.097) + (xy 43.283 121.097) (xy 43.283 120.843) (xy 43.303 120.843) (xy 43.303 120.823) (xy 43.557 120.823) + (xy 43.557 120.843) (xy 44.65625 120.843) (xy 44.815 120.68425) (xy 44.815534 120.646999) (xy 46.429207 120.646999) + (xy 46.460001 120.650032) (xy 46.490795 120.646999) (xy 47.201176 120.646999) (xy 47.201176 121.47) (xy 47.208455 121.543905) + (xy 47.230012 121.61497) (xy 47.265019 121.680463) (xy 47.312131 121.737869) (xy 47.369537 121.784981) (xy 47.43503 121.819988) + (xy 47.506095 121.841545) (xy 47.58 121.848824) (xy 47.828001 121.848824) (xy 47.828001 122.125347) (xy 47.825573 122.15) + (xy 47.835265 122.248409) (xy 47.86397 122.343036) (xy 47.910584 122.430245) (xy 47.957601 122.487535) (xy 47.957604 122.487538) + (xy 47.973317 122.506684) (xy 47.992462 122.522396) (xy 48.307607 122.837543) (xy 48.323316 122.856684) (xy 48.342456 122.872392) + (xy 48.342464 122.8724) (xy 48.399754 122.919417) (xy 48.446368 122.944332) (xy 48.486964 122.966031) (xy 48.581591 122.994736) + (xy 48.655347 123.002) (xy 48.655357 123.002) (xy 48.68 123.004427) (xy 48.704643 123.002) (xy 50.472065 123.002) + (xy 50.528 123.057935) (xy 50.528 123.281176) (xy 50.28 123.281176) (xy 50.206095 123.288455) (xy 50.13503 123.310012) + (xy 50.069537 123.345019) (xy 50.012131 123.392131) (xy 49.965019 123.449537) (xy 49.930012 123.51503) (xy 49.908455 123.586095) + (xy 49.901176 123.66) (xy 49.901176 124.66) (xy 49.908455 124.733905) (xy 49.930012 124.80497) (xy 49.965019 124.870463) + (xy 50.012131 124.927869) (xy 50.069537 124.974981) (xy 50.13503 125.009988) (xy 50.206095 125.031545) (xy 50.28 125.038824) + (xy 51.78 125.038824) (xy 51.853905 125.031545) (xy 51.92497 125.009988) (xy 51.990463 124.974981) (xy 52.047869 124.927869) + (xy 52.094981 124.870463) (xy 52.129988 124.80497) (xy 52.151545 124.733905) (xy 52.158824 124.66) (xy 52.158824 123.66) + (xy 52.151545 123.586095) (xy 52.129988 123.51503) (xy 52.094981 123.449537) (xy 52.047869 123.392131) (xy 51.990463 123.345019) + (xy 51.92497 123.310012) (xy 51.853905 123.288455) (xy 51.78 123.281176) (xy 51.532 123.281176) (xy 51.532 122.874643) + (xy 51.534427 122.85) (xy 51.532 122.825357) (xy 51.532 122.825347) (xy 51.524736 122.751591) (xy 51.496031 122.656964) + (xy 51.455024 122.580245) (xy 51.449417 122.569754) (xy 51.4024 122.512464) (xy 51.402392 122.512456) (xy 51.386684 122.493316) + (xy 51.367543 122.477607) (xy 51.052401 122.162467) (xy 51.036684 122.143316) (xy 50.960245 122.080583) (xy 50.873036 122.033969) + (xy 50.821051 122.018199) (xy 50.903 121.93625) (xy 50.903 121.087) (xy 51.157 121.087) (xy 51.157 121.93625) + (xy 51.31575 122.095) (xy 51.78 122.098072) (xy 51.904482 122.085812) (xy 52.02418 122.049502) (xy 52.134494 121.990537) + (xy 52.231185 121.911185) (xy 52.310537 121.814494) (xy 52.369502 121.70418) (xy 52.405812 121.584482) (xy 52.418072 121.46) + (xy 52.415 121.24575) (xy 52.25625 121.087) (xy 51.157 121.087) (xy 50.903 121.087) (xy 49.80375 121.087) + (xy 49.645 121.24575) (xy 49.641928 121.46) (xy 49.654188 121.584482) (xy 49.690498 121.70418) (xy 49.749463 121.814494) + (xy 49.828815 121.911185) (xy 49.925506 121.990537) (xy 49.939468 121.998) (xy 48.887935 121.998) (xy 48.832 121.942065) + (xy 48.832 121.848824) (xy 49.08 121.848824) (xy 49.153905 121.841545) (xy 49.22497 121.819988) (xy 49.290463 121.784981) + (xy 49.347869 121.737869) (xy 49.394981 121.680463) (xy 49.429988 121.61497) (xy 49.451545 121.543905) (xy 49.458824 121.47) + (xy 49.458824 120.646999) (xy 49.644609 120.646999) (xy 49.645 120.67425) (xy 49.80375 120.833) (xy 50.903 120.833) + (xy 50.903 120.813) (xy 51.157 120.813) (xy 51.157 120.833) (xy 52.25625 120.833) (xy 52.415 120.67425) + (xy 52.415821 120.616999) (xy 54.059207 120.616999) (xy 54.090001 120.620032) (xy 54.120795 120.616999) (xy 54.801176 120.616999) + (xy 54.801176 121.46) (xy 54.808455 121.533905) (xy 54.830012 121.60497) (xy 54.865019 121.670463) (xy 54.912131 121.727869) + (xy 54.969537 121.774981) (xy 55.03503 121.809988) (xy 55.106095 121.831545) (xy 55.18 121.838824) (xy 55.428001 121.838824) + (xy 55.428001 122.025347) (xy 55.425573 122.05) (xy 55.435265 122.148409) (xy 55.46397 122.243036) (xy 55.510584 122.330245) + (xy 55.557601 122.387535) (xy 55.557604 122.387538) (xy 55.573317 122.406684) (xy 55.592463 122.422397) (xy 55.807598 122.637532) + (xy 55.823316 122.656684) (xy 55.899755 122.719417) (xy 55.986964 122.766031) (xy 56.081591 122.794736) (xy 56.155347 122.802) + (xy 56.155356 122.802) (xy 56.179999 122.804427) (xy 56.204642 122.802) (xy 57.772066 122.802) (xy 58.128 123.157936) + (xy 58.128 123.261176) (xy 57.88 123.261176) (xy 57.806095 123.268455) (xy 57.73503 123.290012) (xy 57.669537 123.325019) + (xy 57.612131 123.372131) (xy 57.565019 123.429537) (xy 57.530012 123.49503) (xy 57.508455 123.566095) (xy 57.501176 123.64) + (xy 57.501176 124.64) (xy 57.508455 124.713905) (xy 57.530012 124.78497) (xy 57.565019 124.850463) (xy 57.612131 124.907869) + (xy 57.669537 124.954981) (xy 57.73503 124.989988) (xy 57.806095 125.011545) (xy 57.88 125.018824) (xy 59.38 125.018824) + (xy 59.453905 125.011545) (xy 59.52497 124.989988) (xy 59.590463 124.954981) (xy 59.647869 124.907869) (xy 59.694981 124.850463) + (xy 59.729988 124.78497) (xy 59.751545 124.713905) (xy 59.758824 124.64) (xy 59.758824 123.64) (xy 59.751545 123.566095) + (xy 59.729988 123.49503) (xy 59.694981 123.429537) (xy 59.647869 123.372131) (xy 59.590463 123.325019) (xy 59.52497 123.290012) + (xy 59.453905 123.268455) (xy 59.38 123.261176) (xy 59.132 123.261176) (xy 59.132 122.974643) (xy 59.134427 122.95) + (xy 59.132 122.925357) (xy 59.132 122.925347) (xy 59.124736 122.851591) (xy 59.096031 122.756964) (xy 59.049417 122.669755) + (xy 59.036838 122.654428) (xy 59.0024 122.612464) (xy 59.002392 122.612456) (xy 58.986684 122.593316) (xy 58.967543 122.577607) + (xy 58.404592 122.014658) (xy 58.503 121.91625) (xy 58.503 121.067) (xy 58.757 121.067) (xy 58.757 121.91625) + (xy 58.91575 122.075) (xy 59.38 122.078072) (xy 59.504482 122.065812) (xy 59.62418 122.029502) (xy 59.734494 121.970537) + (xy 59.831185 121.891185) (xy 59.910537 121.794494) (xy 59.969502 121.68418) (xy 60.005812 121.564482) (xy 60.018072 121.44) + (xy 60.015 121.22575) (xy 59.85625 121.067) (xy 58.757 121.067) (xy 58.503 121.067) (xy 57.40375 121.067) + (xy 57.245 121.22575) (xy 57.241928 121.44) (xy 57.254188 121.564482) (xy 57.290498 121.68418) (xy 57.349463 121.794494) + (xy 57.35234 121.798) (xy 56.847398 121.798) (xy 56.890463 121.774981) (xy 56.947869 121.727869) (xy 56.994981 121.670463) + (xy 57.029988 121.60497) (xy 57.051545 121.533905) (xy 57.058824 121.46) (xy 57.058824 120.616999) (xy 57.244466 120.616999) + (xy 57.245 120.65425) (xy 57.40375 120.813) (xy 58.503 120.813) (xy 58.503 120.793) (xy 58.757 120.793) + (xy 58.757 120.813) (xy 59.85625 120.813) (xy 60.015 120.65425) (xy 60.015534 120.616999) (xy 61.739205 120.616999) + (xy 61.769999 120.620032) (xy 61.800793 120.616999) (xy 62.401176 120.616999) (xy 62.401176 121.44) (xy 62.408455 121.513905) + (xy 62.430012 121.58497) (xy 62.465019 121.650463) (xy 62.512131 121.707869) (xy 62.569537 121.754981) (xy 62.63503 121.789988) + (xy 62.706095 121.811545) (xy 62.78 121.818824) (xy 63.028001 121.818824) (xy 63.028001 122.025347) (xy 63.025573 122.05) + (xy 63.035265 122.148409) (xy 63.06397 122.243036) (xy 63.110584 122.330245) (xy 63.157601 122.387535) (xy 63.157604 122.387538) + (xy 63.173317 122.406684) (xy 63.192463 122.422397) (xy 63.607603 122.837538) (xy 63.623316 122.856684) (xy 63.642462 122.872397) + (xy 63.642464 122.872399) (xy 63.66968 122.894735) (xy 63.699755 122.919417) (xy 63.786964 122.966031) (xy 63.881591 122.994736) + (xy 63.955347 123.002) (xy 63.955356 123.002) (xy 63.979999 123.004427) (xy 64.004642 123.002) (xy 65.572066 123.002) + (xy 65.728 123.157935) (xy 65.728 123.261176) (xy 65.48 123.261176) (xy 65.406095 123.268455) (xy 65.33503 123.290012) + (xy 65.269537 123.325019) (xy 65.212131 123.372131) (xy 65.165019 123.429537) (xy 65.130012 123.49503) (xy 65.108455 123.566095) + (xy 65.101176 123.64) (xy 65.101176 124.64) (xy 65.108455 124.713905) (xy 65.130012 124.78497) (xy 65.165019 124.850463) + (xy 65.212131 124.907869) (xy 65.269537 124.954981) (xy 65.33503 124.989988) (xy 65.406095 125.011545) (xy 65.48 125.018824) + (xy 66.98 125.018824) (xy 67.053905 125.011545) (xy 67.12497 124.989988) (xy 67.190463 124.954981) (xy 67.247869 124.907869) + (xy 67.294981 124.850463) (xy 67.329988 124.78497) (xy 67.351545 124.713905) (xy 67.358824 124.64) (xy 67.358824 123.64) + (xy 67.351545 123.566095) (xy 67.329988 123.49503) (xy 67.294981 123.429537) (xy 67.247869 123.372131) (xy 67.190463 123.325019) + (xy 67.12497 123.290012) (xy 67.053905 123.268455) (xy 66.98 123.261176) (xy 66.732 123.261176) (xy 66.732 122.974642) + (xy 66.734427 122.949999) (xy 66.732 122.925356) (xy 66.732 122.925347) (xy 66.724736 122.851591) (xy 66.696031 122.756964) + (xy 66.649417 122.669755) (xy 66.586684 122.593316) (xy 66.567538 122.577603) (xy 66.152401 122.162467) (xy 66.136684 122.143316) + (xy 66.060245 122.080583) (xy 65.981016 122.038234) (xy 66.103 121.91625) (xy 66.103 121.067) (xy 66.357 121.067) + (xy 66.357 121.91625) (xy 66.51575 122.075) (xy 66.98 122.078072) (xy 67.104482 122.065812) (xy 67.22418 122.029502) + (xy 67.334494 121.970537) (xy 67.431185 121.891185) (xy 67.510537 121.794494) (xy 67.569502 121.68418) (xy 67.605812 121.564482) + (xy 67.618072 121.44) (xy 67.615 121.22575) (xy 67.45625 121.067) (xy 66.357 121.067) (xy 66.103 121.067) + (xy 65.00375 121.067) (xy 64.845 121.22575) (xy 64.841928 121.44) (xy 64.854188 121.564482) (xy 64.890498 121.68418) + (xy 64.949463 121.794494) (xy 65.028815 121.891185) (xy 65.125506 121.970537) (xy 65.176885 121.998) (xy 64.187935 121.998) + (xy 64.032 121.842066) (xy 64.032 121.818824) (xy 64.28 121.818824) (xy 64.353905 121.811545) (xy 64.42497 121.789988) + (xy 64.490463 121.754981) (xy 64.547869 121.707869) (xy 64.594981 121.650463) (xy 64.629988 121.58497) (xy 64.651545 121.513905) + (xy 64.658824 121.44) (xy 64.658824 120.616999) (xy 64.844466 120.616999) (xy 64.845 120.65425) (xy 65.00375 120.813) + (xy 66.103 120.813) (xy 66.103 120.793) (xy 66.357 120.793) (xy 66.357 120.813) (xy 67.45625 120.813) + (xy 67.615 120.65425) (xy 67.615534 120.616999) (xy 69.459206 120.616999) (xy 69.49 120.620032) (xy 69.520794 120.616999) + (xy 70.001176 120.616999) (xy 70.001176 121.44) (xy 70.008455 121.513905) (xy 70.030012 121.58497) (xy 70.065019 121.650463) + (xy 70.112131 121.707869) (xy 70.169537 121.754981) (xy 70.23503 121.789988) (xy 70.306095 121.811545) (xy 70.38 121.818824) + (xy 70.628001 121.818824) (xy 70.628001 121.925347) (xy 70.625573 121.95) (xy 70.635265 122.048409) (xy 70.66397 122.143036) + (xy 70.710584 122.230245) (xy 70.757601 122.287535) (xy 70.757604 122.287538) (xy 70.773317 122.306684) (xy 70.792463 122.322397) + (xy 71.207603 122.737538) (xy 71.223316 122.756684) (xy 71.242462 122.772397) (xy 71.242464 122.772399) (xy 71.26761 122.793036) + (xy 71.299755 122.819417) (xy 71.386964 122.866031) (xy 71.481591 122.894736) (xy 71.555347 122.902) (xy 71.555356 122.902) + (xy 71.579999 122.904427) (xy 71.604642 122.902) (xy 73.172066 122.902) (xy 73.328 123.057935) (xy 73.328 123.261176) + (xy 73.08 123.261176) (xy 73.006095 123.268455) (xy 72.93503 123.290012) (xy 72.869537 123.325019) (xy 72.812131 123.372131) + (xy 72.765019 123.429537) (xy 72.730012 123.49503) (xy 72.708455 123.566095) (xy 72.701176 123.64) (xy 72.701176 124.64) + (xy 72.708455 124.713905) (xy 72.730012 124.78497) (xy 72.765019 124.850463) (xy 72.812131 124.907869) (xy 72.869537 124.954981) + (xy 72.93503 124.989988) (xy 73.006095 125.011545) (xy 73.08 125.018824) (xy 74.58 125.018824) (xy 74.653905 125.011545) + (xy 74.72497 124.989988) (xy 74.790463 124.954981) (xy 74.847869 124.907869) (xy 74.894981 124.850463) (xy 74.929988 124.78497) + (xy 74.951545 124.713905) (xy 74.958824 124.64) (xy 74.958824 123.64) (xy 74.951545 123.566095) (xy 74.929988 123.49503) + (xy 74.894981 123.429537) (xy 74.847869 123.372131) (xy 74.790463 123.325019) (xy 74.72497 123.290012) (xy 74.653905 123.268455) + (xy 74.58 123.261176) (xy 74.332 123.261176) (xy 74.332 122.874642) (xy 74.334427 122.849999) (xy 74.332 122.825356) + (xy 74.332 122.825347) (xy 74.324736 122.751591) (xy 74.296031 122.656964) (xy 74.249417 122.569755) (xy 74.186684 122.493316) + (xy 74.167538 122.477603) (xy 73.752401 122.062467) (xy 73.736684 122.043316) (xy 73.660245 121.980583) (xy 73.646183 121.973067) + (xy 73.703 121.91625) (xy 73.703 121.067) (xy 73.957 121.067) (xy 73.957 121.91625) (xy 74.11575 122.075) + (xy 74.58 122.078072) (xy 74.704482 122.065812) (xy 74.82418 122.029502) (xy 74.934494 121.970537) (xy 75.031185 121.891185) + (xy 75.110537 121.794494) (xy 75.169502 121.68418) (xy 75.205812 121.564482) (xy 75.218072 121.44) (xy 75.215 121.22575) + (xy 75.05625 121.067) (xy 73.957 121.067) (xy 73.703 121.067) (xy 72.60375 121.067) (xy 72.445 121.22575) + (xy 72.441928 121.44) (xy 72.454188 121.564482) (xy 72.490498 121.68418) (xy 72.549463 121.794494) (xy 72.628815 121.891185) + (xy 72.637119 121.898) (xy 71.787935 121.898) (xy 71.708758 121.818824) (xy 71.88 121.818824) (xy 71.953905 121.811545) + (xy 72.02497 121.789988) (xy 72.090463 121.754981) (xy 72.147869 121.707869) (xy 72.194981 121.650463) (xy 72.229988 121.58497) + (xy 72.251545 121.513905) (xy 72.258824 121.44) (xy 72.258824 120.616999) (xy 72.444466 120.616999) (xy 72.445 120.65425) + (xy 72.60375 120.813) (xy 73.703 120.813) (xy 73.703 120.793) (xy 73.957 120.793) (xy 73.957 120.813) + (xy 75.05625 120.813) (xy 75.215 120.65425) (xy 75.215534 120.616999) (xy 77.039205 120.616999) (xy 77.069999 120.620032) + (xy 77.100793 120.616999) (xy 77.601176 120.616999) (xy 77.601176 121.44) (xy 77.608455 121.513905) (xy 77.630012 121.58497) + (xy 77.665019 121.650463) (xy 77.712131 121.707869) (xy 77.769537 121.754981) (xy 77.83503 121.789988) (xy 77.906095 121.811545) + (xy 77.98 121.818824) (xy 78.228001 121.818824) (xy 78.228001 122.025347) (xy 78.225573 122.05) (xy 78.235265 122.148409) + (xy 78.26397 122.243036) (xy 78.310584 122.330245) (xy 78.357601 122.387535) (xy 78.357604 122.387538) (xy 78.373317 122.406684) + (xy 78.392462 122.422396) (xy 78.707607 122.737543) (xy 78.723316 122.756684) (xy 78.742456 122.772392) (xy 78.742464 122.7724) + (xy 78.799754 122.819417) (xy 78.846368 122.844332) (xy 78.886964 122.866031) (xy 78.981591 122.894736) (xy 79.055347 122.902) + (xy 79.055357 122.902) (xy 79.08 122.904427) (xy 79.104643 122.902) (xy 80.672066 122.902) (xy 80.928 123.157935) + (xy 80.928 123.261176) (xy 80.68 123.261176) (xy 80.606095 123.268455) (xy 80.53503 123.290012) (xy 80.469537 123.325019) + (xy 80.412131 123.372131) (xy 80.365019 123.429537) (xy 80.330012 123.49503) (xy 80.308455 123.566095) (xy 80.301176 123.64) + (xy 80.301176 124.64) (xy 80.308455 124.713905) (xy 80.330012 124.78497) (xy 80.365019 124.850463) (xy 80.412131 124.907869) + (xy 80.469537 124.954981) (xy 80.53503 124.989988) (xy 80.606095 125.011545) (xy 80.68 125.018824) (xy 82.18 125.018824) + (xy 82.253905 125.011545) (xy 82.32497 124.989988) (xy 82.390463 124.954981) (xy 82.447869 124.907869) (xy 82.494981 124.850463) + (xy 82.529988 124.78497) (xy 82.551545 124.713905) (xy 82.558824 124.64) (xy 82.558824 123.64) (xy 82.551545 123.566095) + (xy 82.529988 123.49503) (xy 82.494981 123.429537) (xy 82.447869 123.372131) (xy 82.390463 123.325019) (xy 82.32497 123.290012) + (xy 82.253905 123.268455) (xy 82.18 123.261176) (xy 81.932 123.261176) (xy 81.932 122.974642) (xy 81.934427 122.949999) + (xy 81.932 122.925356) (xy 81.932 122.925347) (xy 81.924736 122.851591) (xy 81.896031 122.756964) (xy 81.849417 122.669755) + (xy 81.786684 122.593316) (xy 81.767538 122.577603) (xy 81.252401 122.062467) (xy 81.236684 122.043316) (xy 81.203318 122.015932) + (xy 81.303 121.91625) (xy 81.303 121.067) (xy 81.557 121.067) (xy 81.557 121.91625) (xy 81.71575 122.075) + (xy 82.18 122.078072) (xy 82.304482 122.065812) (xy 82.42418 122.029502) (xy 82.534494 121.970537) (xy 82.631185 121.891185) + (xy 82.710537 121.794494) (xy 82.769502 121.68418) (xy 82.805812 121.564482) (xy 82.818072 121.44) (xy 82.815 121.22575) + (xy 82.65625 121.067) (xy 81.557 121.067) (xy 81.303 121.067) (xy 80.20375 121.067) (xy 80.045 121.22575) + (xy 80.041928 121.44) (xy 80.054188 121.564482) (xy 80.090498 121.68418) (xy 80.149463 121.794494) (xy 80.228815 121.891185) + (xy 80.237119 121.898) (xy 79.287935 121.898) (xy 79.232 121.842065) (xy 79.232 121.818824) (xy 79.48 121.818824) + (xy 79.553905 121.811545) (xy 79.62497 121.789988) (xy 79.690463 121.754981) (xy 79.747869 121.707869) (xy 79.794981 121.650463) + (xy 79.829988 121.58497) (xy 79.851545 121.513905) (xy 79.858824 121.44) (xy 79.858824 120.616999) (xy 80.044466 120.616999) + (xy 80.045 120.65425) (xy 80.20375 120.813) (xy 81.303 120.813) (xy 81.303 120.793) (xy 81.557 120.793) + (xy 81.557 120.813) (xy 82.65625 120.813) (xy 82.815 120.65425) (xy 82.815534 120.616999) (xy 84.539205 120.616999) + (xy 84.569999 120.620032) (xy 84.600793 120.616999) (xy 85.201176 120.616999) (xy 85.201176 121.44) (xy 85.208455 121.513905) + (xy 85.230012 121.58497) (xy 85.265019 121.650463) (xy 85.312131 121.707869) (xy 85.369537 121.754981) (xy 85.43503 121.789988) + (xy 85.506095 121.811545) (xy 85.58 121.818824) (xy 85.828001 121.818824) (xy 85.828001 121.925347) (xy 85.825573 121.95) + (xy 85.835265 122.048409) (xy 85.86397 122.143036) (xy 85.910584 122.230245) (xy 85.957601 122.287535) (xy 85.957604 122.287538) + (xy 85.973317 122.306684) (xy 85.992463 122.322397) (xy 86.507603 122.837538) (xy 86.523316 122.856684) (xy 86.542462 122.872397) + (xy 86.542464 122.872399) (xy 86.56968 122.894735) (xy 86.599755 122.919417) (xy 86.686964 122.966031) (xy 86.781591 122.994736) + (xy 86.855347 123.002) (xy 86.855356 123.002) (xy 86.879999 123.004427) (xy 86.904642 123.002) (xy 88.472065 123.002) + (xy 88.528 123.057935) (xy 88.528 123.281176) (xy 88.28 123.281176) (xy 88.206095 123.288455) (xy 88.13503 123.310012) + (xy 88.069537 123.345019) (xy 88.012131 123.392131) (xy 87.965019 123.449537) (xy 87.930012 123.51503) (xy 87.908455 123.586095) + (xy 87.901176 123.66) (xy 87.901176 124.66) (xy 87.908455 124.733905) (xy 87.930012 124.80497) (xy 87.965019 124.870463) + (xy 88.012131 124.927869) (xy 88.069537 124.974981) (xy 88.13503 125.009988) (xy 88.206095 125.031545) (xy 88.28 125.038824) + (xy 89.78 125.038824) (xy 89.853905 125.031545) (xy 89.92497 125.009988) (xy 89.990463 124.974981) (xy 90.047869 124.927869) + (xy 90.094981 124.870463) (xy 90.129988 124.80497) (xy 90.151545 124.733905) (xy 90.158824 124.66) (xy 90.158824 123.66) + (xy 90.151545 123.586095) (xy 90.129988 123.51503) (xy 90.094981 123.449537) (xy 90.047869 123.392131) (xy 89.990463 123.345019) + (xy 89.92497 123.310012) (xy 89.853905 123.288455) (xy 89.78 123.281176) (xy 89.532 123.281176) (xy 89.532 122.874643) + (xy 89.534427 122.85) (xy 89.532 122.825357) (xy 89.532 122.825347) (xy 89.524736 122.751591) (xy 89.496031 122.656964) + (xy 89.455024 122.580245) (xy 89.449417 122.569754) (xy 89.4024 122.512464) (xy 89.402392 122.512456) (xy 89.386684 122.493316) + (xy 89.367543 122.477607) (xy 89.052401 122.162467) (xy 89.036684 122.143316) (xy 88.960245 122.080583) (xy 88.873036 122.033969) + (xy 88.821051 122.018199) (xy 88.903 121.93625) (xy 88.903 121.087) (xy 89.157 121.087) (xy 89.157 121.93625) + (xy 89.31575 122.095) (xy 89.78 122.098072) (xy 89.904482 122.085812) (xy 90.02418 122.049502) (xy 90.134494 121.990537) + (xy 90.231185 121.911185) (xy 90.310537 121.814494) (xy 90.369502 121.70418) (xy 90.405812 121.584482) (xy 90.418072 121.46) + (xy 90.415 121.24575) (xy 90.25625 121.087) (xy 89.157 121.087) (xy 88.903 121.087) (xy 87.80375 121.087) + (xy 87.645 121.24575) (xy 87.641928 121.46) (xy 87.654188 121.584482) (xy 87.690498 121.70418) (xy 87.749463 121.814494) + (xy 87.828815 121.911185) (xy 87.925506 121.990537) (xy 87.939468 121.998) (xy 87.087935 121.998) (xy 86.908758 121.818824) + (xy 87.08 121.818824) (xy 87.153905 121.811545) (xy 87.22497 121.789988) (xy 87.290463 121.754981) (xy 87.347869 121.707869) + (xy 87.394981 121.650463) (xy 87.429988 121.58497) (xy 87.451545 121.513905) (xy 87.458824 121.44) (xy 87.458824 120.616999) + (xy 87.644179 120.616999) (xy 87.645 120.67425) (xy 87.80375 120.833) (xy 88.903 120.833) (xy 88.903 120.813) + (xy 89.157 120.813) (xy 89.157 120.833) (xy 90.25625 120.833) (xy 90.415 120.67425) (xy 90.415821 120.616999) + (xy 92.059207 120.616999) (xy 92.090001 120.620032) (xy 92.120795 120.616999) (xy 92.801176 120.616999) (xy 92.801176 121.46) + (xy 92.808455 121.533905) (xy 92.830012 121.60497) (xy 92.865019 121.670463) (xy 92.912131 121.727869) (xy 92.969537 121.774981) + (xy 93.03503 121.809988) (xy 93.106095 121.831545) (xy 93.18 121.838824) (xy 93.428001 121.838824) (xy 93.428001 122.025347) + (xy 93.425573 122.05) (xy 93.435265 122.148409) (xy 93.46397 122.243036) (xy 93.510584 122.330245) (xy 93.557601 122.387535) + (xy 93.557604 122.387538) (xy 93.573317 122.406684) (xy 93.592463 122.422397) (xy 94.007603 122.837538) (xy 94.023316 122.856684) + (xy 94.042462 122.872397) (xy 94.042464 122.872399) (xy 94.06968 122.894735) (xy 94.099755 122.919417) (xy 94.186964 122.966031) + (xy 94.281591 122.994736) (xy 94.355347 123.002) (xy 94.355356 123.002) (xy 94.379999 123.004427) (xy 94.404642 123.002) + (xy 95.972066 123.002) (xy 96.128 123.157935) (xy 96.128 123.301176) (xy 95.88 123.301176) (xy 95.806095 123.308455) + (xy 95.73503 123.330012) (xy 95.669537 123.365019) (xy 95.612131 123.412131) (xy 95.565019 123.469537) (xy 95.530012 123.53503) + (xy 95.508455 123.606095) (xy 95.501176 123.68) (xy 95.501176 124.68) (xy 95.508455 124.753905) (xy 95.530012 124.82497) + (xy 95.565019 124.890463) (xy 95.612131 124.947869) (xy 95.669537 124.994981) (xy 95.73503 125.029988) (xy 95.806095 125.051545) + (xy 95.88 125.058824) (xy 97.38 125.058824) (xy 97.453905 125.051545) (xy 97.52497 125.029988) (xy 97.590463 124.994981) + (xy 97.647869 124.947869) (xy 97.694981 124.890463) (xy 97.729988 124.82497) (xy 97.751545 124.753905) (xy 97.758824 124.68) + (xy 97.758824 123.68) (xy 97.751545 123.606095) (xy 97.729988 123.53503) (xy 97.694981 123.469537) (xy 97.647869 123.412131) + (xy 97.590463 123.365019) (xy 97.52497 123.330012) (xy 97.453905 123.308455) (xy 97.38 123.301176) (xy 97.132 123.301176) + (xy 97.132 122.974642) (xy 97.134427 122.949999) (xy 97.132 122.925356) (xy 97.132 122.925347) (xy 97.124736 122.851591) + (xy 97.096031 122.756964) (xy 97.049417 122.669755) (xy 96.986684 122.593316) (xy 96.967538 122.577603) (xy 96.552401 122.162467) + (xy 96.536684 122.143316) (xy 96.460245 122.080583) (xy 96.407083 122.052167) (xy 96.503 121.95625) (xy 96.503 121.107) + (xy 96.757 121.107) (xy 96.757 121.95625) (xy 96.91575 122.115) (xy 97.38 122.118072) (xy 97.504482 122.105812) + (xy 97.62418 122.069502) (xy 97.734494 122.010537) (xy 97.831185 121.931185) (xy 97.910537 121.834494) (xy 97.969502 121.72418) + (xy 98.005812 121.604482) (xy 98.018072 121.48) (xy 98.015 121.26575) (xy 97.85625 121.107) (xy 96.757 121.107) + (xy 96.503 121.107) (xy 95.40375 121.107) (xy 95.245 121.26575) (xy 95.241928 121.48) (xy 95.254188 121.604482) + (xy 95.290498 121.72418) (xy 95.349463 121.834494) (xy 95.428815 121.931185) (xy 95.51023 121.998) (xy 94.587935 121.998) + (xy 94.432 121.842066) (xy 94.432 121.838824) (xy 94.68 121.838824) (xy 94.753905 121.831545) (xy 94.82497 121.809988) + (xy 94.890463 121.774981) (xy 94.947869 121.727869) (xy 94.994981 121.670463) (xy 95.029988 121.60497) (xy 95.051545 121.533905) + (xy 95.058824 121.46) (xy 95.058824 120.616999) (xy 95.243892 120.616999) (xy 95.245 120.69425) (xy 95.40375 120.853) + (xy 96.503 120.853) (xy 96.503 120.833) (xy 96.757 120.833) (xy 96.757 120.853) (xy 97.85625 120.853) + (xy 98.015 120.69425) (xy 98.016108 120.616999) (xy 100.401176 120.616999) (xy 100.401176 121.48) (xy 100.408455 121.553905) + (xy 100.430012 121.62497) (xy 100.465019 121.690463) (xy 100.512131 121.747869) (xy 100.569537 121.794981) (xy 100.63503 121.829988) + (xy 100.706095 121.851545) (xy 100.78 121.858824) (xy 101.028001 121.858824) (xy 101.028001 121.925347) (xy 101.025573 121.95) + (xy 101.035265 122.048409) (xy 101.06397 122.143036) (xy 101.110584 122.230245) (xy 101.157601 122.287535) (xy 101.157604 122.287538) + (xy 101.173317 122.306684) (xy 101.192463 122.322397) (xy 101.607603 122.737538) (xy 101.623316 122.756684) (xy 101.642462 122.772397) + (xy 101.642464 122.772399) (xy 101.66761 122.793036) (xy 101.699755 122.819417) (xy 101.786964 122.866031) (xy 101.881591 122.894736) + (xy 101.955347 122.902) (xy 101.955356 122.902) (xy 101.979999 122.904427) (xy 102.004642 122.902) (xy 103.572066 122.902) + (xy 103.728 123.057935) (xy 103.728 123.301176) (xy 103.48 123.301176) (xy 103.406095 123.308455) (xy 103.33503 123.330012) + (xy 103.269537 123.365019) (xy 103.212131 123.412131) (xy 103.165019 123.469537) (xy 103.130012 123.53503) (xy 103.108455 123.606095) + (xy 103.101176 123.68) (xy 103.101176 124.68) (xy 103.108455 124.753905) (xy 103.130012 124.82497) (xy 103.165019 124.890463) + (xy 103.212131 124.947869) (xy 103.269537 124.994981) (xy 103.33503 125.029988) (xy 103.406095 125.051545) (xy 103.48 125.058824) + (xy 104.98 125.058824) (xy 105.053905 125.051545) (xy 105.12497 125.029988) (xy 105.190463 124.994981) (xy 105.247869 124.947869) + (xy 105.294981 124.890463) (xy 105.329988 124.82497) (xy 105.351545 124.753905) (xy 105.358824 124.68) (xy 105.358824 123.68) + (xy 105.351545 123.606095) (xy 105.329988 123.53503) (xy 105.294981 123.469537) (xy 105.247869 123.412131) (xy 105.190463 123.365019) + (xy 105.12497 123.330012) (xy 105.053905 123.308455) (xy 104.98 123.301176) (xy 104.732 123.301176) (xy 104.732 122.874642) + (xy 104.734427 122.849999) (xy 104.732 122.825356) (xy 104.732 122.825347) (xy 104.724736 122.751591) (xy 104.696031 122.656964) + (xy 104.649417 122.569755) (xy 104.586684 122.493316) (xy 104.567538 122.477603) (xy 104.152401 122.062467) (xy 104.136684 122.043316) + (xy 104.070363 121.988887) (xy 104.103 121.95625) (xy 104.103 121.107) (xy 104.357 121.107) (xy 104.357 121.95625) + (xy 104.51575 122.115) (xy 104.98 122.118072) (xy 105.104482 122.105812) (xy 105.22418 122.069502) (xy 105.334494 122.010537) + (xy 105.431185 121.931185) (xy 105.510537 121.834494) (xy 105.569502 121.72418) (xy 105.605812 121.604482) (xy 105.618072 121.48) + (xy 105.615 121.26575) (xy 105.45625 121.107) (xy 104.357 121.107) (xy 104.103 121.107) (xy 103.00375 121.107) + (xy 102.845 121.26575) (xy 102.841928 121.48) (xy 102.854188 121.604482) (xy 102.890498 121.72418) (xy 102.949463 121.834494) + (xy 103.001581 121.898) (xy 102.187935 121.898) (xy 102.148759 121.858824) (xy 102.28 121.858824) (xy 102.353905 121.851545) + (xy 102.42497 121.829988) (xy 102.490463 121.794981) (xy 102.547869 121.747869) (xy 102.594981 121.690463) (xy 102.629988 121.62497) + (xy 102.651545 121.553905) (xy 102.658824 121.48) (xy 102.658824 120.616999) (xy 102.843892 120.616999) (xy 102.845 120.69425) + (xy 103.00375 120.853) (xy 104.103 120.853) (xy 104.103 120.833) (xy 104.357 120.833) (xy 104.357 120.853) + (xy 105.45625 120.853) (xy 105.615 120.69425) (xy 105.616108 120.616999) (xy 108.001176 120.616999) (xy 108.001176 121.48) + (xy 108.008455 121.553905) (xy 108.030012 121.62497) (xy 108.065019 121.690463) (xy 108.112131 121.747869) (xy 108.169537 121.794981) + (xy 108.23503 121.829988) (xy 108.306095 121.851545) (xy 108.38 121.858824) (xy 108.628001 121.858824) (xy 108.628001 122.125347) + (xy 108.625573 122.15) (xy 108.635265 122.248409) (xy 108.66397 122.343036) (xy 108.710584 122.430245) (xy 108.757601 122.487535) + (xy 108.757604 122.487538) (xy 108.773317 122.506684) (xy 108.792463 122.522397) (xy 109.207603 122.937538) (xy 109.223316 122.956684) + (xy 109.299755 123.019417) (xy 109.386964 123.066031) (xy 109.481591 123.094736) (xy 109.555347 123.102) (xy 109.555356 123.102) + (xy 109.579999 123.104427) (xy 109.604642 123.102) (xy 111.272065 123.102) (xy 111.328 123.157935) (xy 111.328 123.301176) + (xy 111.08 123.301176) (xy 111.006095 123.308455) (xy 110.93503 123.330012) (xy 110.869537 123.365019) (xy 110.812131 123.412131) + (xy 110.765019 123.469537) (xy 110.730012 123.53503) (xy 110.708455 123.606095) (xy 110.701176 123.68) (xy 110.701176 124.68) + (xy 110.708455 124.753905) (xy 110.730012 124.82497) (xy 110.765019 124.890463) (xy 110.812131 124.947869) (xy 110.869537 124.994981) + (xy 110.93503 125.029988) (xy 111.006095 125.051545) (xy 111.08 125.058824) (xy 112.58 125.058824) (xy 112.653905 125.051545) + (xy 112.72497 125.029988) (xy 112.790463 124.994981) (xy 112.847869 124.947869) (xy 112.894981 124.890463) (xy 112.929988 124.82497) + (xy 112.951545 124.753905) (xy 112.958824 124.68) (xy 112.958824 123.68) (xy 112.951545 123.606095) (xy 112.929988 123.53503) + (xy 112.894981 123.469537) (xy 112.847869 123.412131) (xy 112.790463 123.365019) (xy 112.72497 123.330012) (xy 112.653905 123.308455) + (xy 112.58 123.301176) (xy 112.332 123.301176) (xy 112.332 122.974643) (xy 112.334427 122.95) (xy 112.332 122.925357) + (xy 112.332 122.925347) (xy 112.324736 122.851591) (xy 112.296031 122.756964) (xy 112.255024 122.680245) (xy 112.249417 122.669754) + (xy 112.2024 122.612464) (xy 112.202392 122.612456) (xy 112.186684 122.593316) (xy 112.167543 122.577607) (xy 111.852401 122.262467) + (xy 111.836684 122.243316) (xy 111.760245 122.180583) (xy 111.673036 122.133969) (xy 111.578409 122.105264) (xy 111.556176 122.103074) + (xy 111.703 121.95625) (xy 111.703 121.107) (xy 111.957 121.107) (xy 111.957 121.95625) (xy 112.11575 122.115) + (xy 112.58 122.118072) (xy 112.704482 122.105812) (xy 112.82418 122.069502) (xy 112.934494 122.010537) (xy 113.031185 121.931185) + (xy 113.110537 121.834494) (xy 113.169502 121.72418) (xy 113.205812 121.604482) (xy 113.218072 121.48) (xy 113.215 121.26575) + (xy 113.05625 121.107) (xy 111.957 121.107) (xy 111.703 121.107) (xy 110.60375 121.107) (xy 110.445 121.26575) + (xy 110.441928 121.48) (xy 110.454188 121.604482) (xy 110.490498 121.72418) (xy 110.549463 121.834494) (xy 110.628815 121.931185) + (xy 110.725506 122.010537) (xy 110.83582 122.069502) (xy 110.929765 122.098) (xy 109.787935 122.098) (xy 109.632 121.942066) + (xy 109.632 121.858824) (xy 109.88 121.858824) (xy 109.953905 121.851545) (xy 110.02497 121.829988) (xy 110.090463 121.794981) + (xy 110.147869 121.747869) (xy 110.194981 121.690463) (xy 110.229988 121.62497) (xy 110.251545 121.553905) (xy 110.258824 121.48) + (xy 110.258824 120.616999) (xy 110.443892 120.616999) (xy 110.445 120.69425) (xy 110.60375 120.853) (xy 111.703 120.853) + (xy 111.703 120.833) (xy 111.957 120.833) (xy 111.957 120.853) (xy 113.05625 120.853) (xy 113.215 120.69425) + (xy 113.216108 120.616999) (xy 115.559207 120.616999) (xy 115.590001 120.620032) (xy 115.601176 120.618931) (xy 115.601176 121.48) + (xy 115.608455 121.553905) (xy 115.630012 121.62497) (xy 115.665019 121.690463) (xy 115.712131 121.747869) (xy 115.769537 121.794981) + (xy 115.83503 121.829988) (xy 115.906095 121.851545) (xy 115.98 121.858824) (xy 117.48 121.858824) (xy 117.553905 121.851545) + (xy 117.62497 121.829988) (xy 117.690463 121.794981) (xy 117.747869 121.747869) (xy 117.794981 121.690463) (xy 117.829988 121.62497) + (xy 117.851545 121.553905) (xy 117.858824 121.48) (xy 117.858824 120.48) (xy 117.851545 120.406095) (xy 117.829988 120.33503) + (xy 117.794981 120.269537) (xy 117.747869 120.212131) (xy 117.690463 120.165019) (xy 117.62497 120.130012) (xy 117.553905 120.108455) + (xy 117.48 120.101176) (xy 116.365535 120.101176) (xy 116.381574 120.085137) (xy 116.405501 120.065501) (xy 116.483853 119.970028) + (xy 116.497231 119.945) (xy 116.542075 119.861104) (xy 116.577927 119.742913) (xy 116.590033 119.62) (xy 116.587307 119.592327) + (xy 116.621103 119.582075) (xy 116.730028 119.523853) (xy 116.825501 119.445501) (xy 116.845138 119.421573) (xy 116.916711 119.35) + (xy 118.501176 119.35) (xy 118.501176 120.65) (xy 118.508455 120.723905) (xy 118.530012 120.79497) (xy 118.565019 120.860463) + (xy 118.612131 120.917869) (xy 118.669537 120.964981) (xy 118.73503 120.999988) (xy 118.806095 121.021545) (xy 118.88 121.028824) + (xy 119.58 121.028824) (xy 119.653905 121.021545) (xy 119.72497 120.999988) (xy 119.790463 120.964981) (xy 119.847869 120.917869) + (xy 119.894981 120.860463) (xy 119.929988 120.79497) (xy 119.951545 120.723905) (xy 119.958824 120.65) (xy 121.891928 120.65) + (xy 121.904188 120.774482) (xy 121.940498 120.89418) (xy 121.999463 121.004494) (xy 122.078815 121.101185) (xy 122.175506 121.180537) + (xy 122.28582 121.239502) (xy 122.405518 121.275812) (xy 122.53 121.288072) (xy 122.59425 121.285) (xy 122.753 121.12625) + (xy 122.753 120.127) (xy 123.007 120.127) (xy 123.007 121.12625) (xy 123.16575 121.285) (xy 123.23 121.288072) + (xy 123.354482 121.275812) (xy 123.47418 121.239502) (xy 123.584494 121.180537) (xy 123.681185 121.101185) (xy 123.760537 121.004494) + (xy 123.819502 120.89418) (xy 123.855812 120.774482) (xy 123.868072 120.65) (xy 123.865 120.28575) (xy 123.70625 120.127) + (xy 123.007 120.127) (xy 122.753 120.127) (xy 122.05375 120.127) (xy 121.895 120.28575) (xy 121.891928 120.65) + (xy 119.958824 120.65) (xy 119.958824 119.35) (xy 119.951545 119.276095) (xy 119.944236 119.252) (xy 120.025277 119.252) + (xy 120.028614 119.258243) (xy 120.093136 119.336864) (xy 120.171757 119.401386) (xy 120.261455 119.449331) (xy 120.358782 119.478855) + (xy 120.46 119.488824) (xy 120.74 119.488824) (xy 120.76741 119.486124) (xy 120.826753 119.559113) (xy 120.923079 119.638908) + (xy 121.033122 119.698377) (xy 121.152652 119.735235) (xy 121.27425 119.745) (xy 121.433 119.58625) (xy 121.433 118.927) + (xy 121.413 118.927) (xy 121.413 118.673) (xy 121.433 118.673) (xy 121.433 118.01375) (xy 121.687 118.01375) + (xy 121.687 118.673) (xy 121.707 118.673) (xy 121.707 118.927) (xy 121.687 118.927) (xy 121.687 119.58625) + (xy 121.84575 119.745) (xy 121.919803 119.739053) (xy 122.05375 119.873) (xy 122.753 119.873) (xy 122.753 118.87375) + (xy 123.007 118.87375) (xy 123.007 119.873) (xy 123.70625 119.873) (xy 123.865 119.71425) (xy 123.868072 119.35) + (xy 123.855812 119.225518) (xy 123.819502 119.10582) (xy 123.760537 118.995506) (xy 123.681185 118.898815) (xy 123.584494 118.819463) + (xy 123.47418 118.760498) (xy 123.354482 118.724188) (xy 123.23 118.711928) (xy 123.16575 118.715) (xy 123.007 118.87375) + (xy 122.753 118.87375) (xy 122.59425 118.715) (xy 122.53 118.711928) (xy 122.475 118.717345) (xy 122.475 118.672998) + (xy 122.316252 118.672998) (xy 122.475 118.51425) (xy 122.478065 118.492923) (xy 122.466375 118.368387) (xy 122.430614 118.248524) + (xy 122.372156 118.137941) (xy 122.293247 118.040887) (xy 122.196921 117.961092) (xy 122.086878 117.901623) (xy 121.967348 117.864765) + (xy 121.84575 117.855) (xy 121.687 118.01375) (xy 121.433 118.01375) (xy 121.27425 117.855) (xy 121.152652 117.864765) + (xy 121.052 117.895802) (xy 121.052 91.337223) (xy 122.277225 90.112) (xy 123.859129 90.112) (xy 123.912647 90.241202) + (xy 124.046927 90.442167) (xy 124.217833 90.613073) (xy 124.418798 90.747353) (xy 124.642097 90.839847) (xy 124.879151 90.887) + (xy 125.120849 90.887) (xy 125.357903 90.839847) (xy 125.581202 90.747353) (xy 125.782167 90.613073) (xy 125.953073 90.442167) + (xy 126.087353 90.241202) (xy 126.179847 90.017903) (xy 126.227 89.780849) (xy 126.227 89.539151) (xy 126.179847 89.302097) + (xy 126.087353 89.078798) (xy 125.953073 88.877833) (xy 125.782167 88.706927) (xy 125.581202 88.572647) (xy 125.357903 88.480153) + (xy 125.120849 88.433) (xy 124.879151 88.433) (xy 124.642097 88.480153) (xy 124.418798 88.572647) (xy 124.217833 88.706927) + (xy 124.046927 88.877833) (xy 123.912647 89.078798) (xy 123.859129 89.208) (xy 122.112204 89.208) (xy 122.089999 89.205813) + (xy 122.001392 89.21454) (xy 121.981562 89.220556) (xy 121.91619 89.240386) (xy 121.837667 89.282357) (xy 121.768841 89.338841) + (xy 121.754685 89.35609) (xy 120.2961 90.814677) (xy 120.278841 90.828841) (xy 120.222357 90.897668) (xy 120.20032 90.938897) + (xy 120.180386 90.976191) (xy 120.15454 91.061393) (xy 120.145813 91.15) (xy 120.148 91.172205) (xy 120.148001 92.757788) + (xy 120.148 92.757796) (xy 120.148 93.077796) (xy 120.148001 112.197785) (xy 120.148 112.197795) (xy 120.148 112.602204) + (xy 120.148001 112.602214) (xy 120.148 118.218111) (xy 120.093136 118.263136) (xy 120.028614 118.341757) (xy 120.025277 118.348) + (xy 119.502204 118.348) (xy 119.479999 118.345813) (xy 119.391392 118.35454) (xy 119.371562 118.360556) (xy 119.30619 118.380386) + (xy 119.227667 118.422357) (xy 119.158841 118.478841) (xy 119.144681 118.496096) (xy 118.9261 118.714677) (xy 118.908841 118.728841) + (xy 118.852357 118.797668) (xy 118.827459 118.84425) (xy 118.810386 118.876191) (xy 118.78454 118.961393) (xy 118.782144 118.98572) + (xy 118.73503 119.000012) (xy 118.669537 119.035019) (xy 118.612131 119.082131) (xy 118.565019 119.139537) (xy 118.530012 119.20503) + (xy 118.508455 119.276095) (xy 118.501176 119.35) (xy 116.916711 119.35) (xy 117.151574 119.115137) (xy 117.175501 119.095501) + (xy 117.253853 119.000028) (xy 117.312075 118.891103) (xy 117.347927 118.772913) (xy 117.356096 118.689972) (xy 117.360033 118.65) + (xy 117.357 118.619206) (xy 117.357 118.038824) (xy 117.48 118.038824) (xy 117.553905 118.031545) (xy 117.62497 118.009988) + (xy 117.690463 117.974981) (xy 117.747869 117.927869) (xy 117.794981 117.870463) (xy 117.829988 117.80497) (xy 117.851545 117.733905) + (xy 117.858824 117.66) (xy 117.858824 116.66) (xy 117.851545 116.586095) (xy 117.829988 116.51503) (xy 117.794981 116.449537) + (xy 117.747869 116.392131) (xy 117.690463 116.345019) (xy 117.62497 116.310012) (xy 117.553905 116.288455) (xy 117.48 116.281176) + (xy 115.98 116.281176) (xy 115.906095 116.288455) (xy 115.83503 116.310012) (xy 115.769537 116.345019) (xy 115.712131 116.392131) + (xy 115.665019 116.449537) (xy 115.630012 116.51503) (xy 115.608455 116.586095) (xy 115.601176 116.66) (xy 115.601176 117.66) + (xy 115.608455 117.733905) (xy 115.630012 117.80497) (xy 115.665019 117.870463) (xy 115.712131 117.927869) (xy 115.769537 117.974981) + (xy 115.83503 118.009988) (xy 115.906095 118.031545) (xy 115.98 118.038824) (xy 116.103 118.038824) (xy 116.103 118.311471) + (xy 116.1 118.311176) (xy 115.82 118.311176) (xy 115.79259 118.313876) (xy 115.733247 118.240887) (xy 115.636921 118.161092) + (xy 115.526878 118.101623) (xy 115.407348 118.064765) (xy 115.28575 118.055) (xy 115.127 118.21375) (xy 115.127 118.873) + (xy 115.147 118.873) (xy 115.147 119.127) (xy 115.127 119.127) (xy 115.127 119.147) (xy 114.873 119.147) + (xy 114.873 119.127) (xy 114.24375 119.127) (xy 114.085 119.28575) (xy 114.081935 119.307077) (xy 114.087184 119.362999) + (xy 109.203712 119.362999) (xy 109.551579 119.015133) (xy 109.575501 118.995501) (xy 109.653853 118.900028) (xy 109.712075 118.791103) + (xy 109.741857 118.692923) (xy 114.081935 118.692923) (xy 114.085 118.71425) (xy 114.24375 118.873) (xy 114.873 118.873) + (xy 114.873 118.21375) (xy 114.71425 118.055) (xy 114.592652 118.064765) (xy 114.473122 118.101623) (xy 114.363079 118.161092) + (xy 114.266753 118.240887) (xy 114.187844 118.337941) (xy 114.129386 118.448524) (xy 114.093625 118.568387) (xy 114.081935 118.692923) + (xy 109.741857 118.692923) (xy 109.747927 118.672913) (xy 109.751328 118.638387) (xy 109.760033 118.550001) (xy 109.757 118.519207) + (xy 109.757 118.088824) (xy 109.88 118.088824) (xy 109.953905 118.081545) (xy 110.02497 118.059988) (xy 110.090463 118.024981) + (xy 110.147869 117.977869) (xy 110.194981 117.920463) (xy 110.229988 117.85497) (xy 110.251545 117.783905) (xy 110.258824 117.71) + (xy 110.258824 116.71) (xy 110.251545 116.636095) (xy 110.229988 116.56503) (xy 110.194981 116.499537) (xy 110.147869 116.442131) + (xy 110.090463 116.395019) (xy 110.02497 116.360012) (xy 109.953905 116.338455) (xy 109.88 116.331176) (xy 108.38 116.331176) + (xy 108.306095 116.338455) (xy 108.23503 116.360012) (xy 108.169537 116.395019) (xy 108.112131 116.442131) (xy 108.065019 116.499537) + (xy 108.030012 116.56503) (xy 108.008455 116.636095) (xy 108.001176 116.71) (xy 108.001176 117.71) (xy 108.008455 117.783905) + (xy 108.030012 117.85497) (xy 108.065019 117.920463) (xy 108.112131 117.977869) (xy 108.169537 118.024981) (xy 108.23503 118.059988) + (xy 108.306095 118.081545) (xy 108.38 118.088824) (xy 108.503 118.088824) (xy 108.503 118.290288) (xy 108.392957 118.400331) + (xy 108.3 118.391176) (xy 108.02 118.391176) (xy 107.99259 118.393876) (xy 107.933247 118.320887) (xy 107.836921 118.241092) + (xy 107.726878 118.181623) (xy 107.607348 118.144765) (xy 107.48575 118.135) (xy 107.327 118.29375) (xy 107.327 118.953) + (xy 107.347 118.953) (xy 107.347 119.207) (xy 107.327 119.207) (xy 107.327 119.227) (xy 107.073 119.227) + (xy 107.073 119.207) (xy 106.44375 119.207) (xy 106.287751 119.362999) (xy 101.703712 119.362999) (xy 101.951579 119.115133) + (xy 101.975501 119.095501) (xy 102.053853 119.000028) (xy 102.112075 118.891103) (xy 102.147923 118.772923) (xy 106.281935 118.772923) + (xy 106.285 118.79425) (xy 106.44375 118.953) (xy 107.073 118.953) (xy 107.073 118.29375) (xy 106.91425 118.135) + (xy 106.792652 118.144765) (xy 106.673122 118.181623) (xy 106.563079 118.241092) (xy 106.466753 118.320887) (xy 106.387844 118.417941) + (xy 106.329386 118.528524) (xy 106.293625 118.648387) (xy 106.281935 118.772923) (xy 102.147923 118.772923) (xy 102.147927 118.772913) + (xy 102.156096 118.689972) (xy 102.160033 118.65) (xy 102.157 118.619206) (xy 102.157 118.088824) (xy 102.28 118.088824) + (xy 102.353905 118.081545) (xy 102.42497 118.059988) (xy 102.490463 118.024981) (xy 102.547869 117.977869) (xy 102.594981 117.920463) + (xy 102.629988 117.85497) (xy 102.651545 117.783905) (xy 102.658824 117.71) (xy 102.658824 116.71) (xy 102.651545 116.636095) + (xy 102.629988 116.56503) (xy 102.594981 116.499537) (xy 102.547869 116.442131) (xy 102.490463 116.395019) (xy 102.42497 116.360012) + (xy 102.353905 116.338455) (xy 102.28 116.331176) (xy 100.78 116.331176) (xy 100.706095 116.338455) (xy 100.63503 116.360012) + (xy 100.569537 116.395019) (xy 100.512131 116.442131) (xy 100.465019 116.499537) (xy 100.430012 116.56503) (xy 100.408455 116.636095) + (xy 100.401176 116.71) (xy 100.401176 117.71) (xy 100.408455 117.783905) (xy 100.430012 117.85497) (xy 100.465019 117.920463) + (xy 100.512131 117.977869) (xy 100.569537 118.024981) (xy 100.63503 118.059988) (xy 100.706095 118.081545) (xy 100.78 118.088824) + (xy 100.903 118.088824) (xy 100.903 118.390288) (xy 100.889601 118.403688) (xy 100.881218 118.401145) (xy 100.78 118.391176) + (xy 100.5 118.391176) (xy 100.47259 118.393876) (xy 100.413247 118.320887) (xy 100.316921 118.241092) (xy 100.206878 118.181623) + (xy 100.087348 118.144765) (xy 99.96575 118.135) (xy 99.807 118.29375) (xy 99.807 118.953) (xy 99.827 118.953) + (xy 99.827 119.207) (xy 99.807 119.207) (xy 99.807 119.227) (xy 99.553 119.227) (xy 99.553 119.207) + (xy 98.92375 119.207) (xy 98.767751 119.362999) (xy 94.003712 119.362999) (xy 94.351579 119.015133) (xy 94.375501 118.995501) + (xy 94.453853 118.900028) (xy 94.512075 118.791103) (xy 94.517589 118.772923) (xy 98.761935 118.772923) (xy 98.765 118.79425) + (xy 98.92375 118.953) (xy 99.553 118.953) (xy 99.553 118.29375) (xy 99.39425 118.135) (xy 99.272652 118.144765) + (xy 99.153122 118.181623) (xy 99.043079 118.241092) (xy 98.946753 118.320887) (xy 98.867844 118.417941) (xy 98.809386 118.528524) + (xy 98.773625 118.648387) (xy 98.761935 118.772923) (xy 94.517589 118.772923) (xy 94.547927 118.672913) (xy 94.551328 118.638387) + (xy 94.560033 118.550001) (xy 94.557 118.519207) (xy 94.557 118.108824) (xy 94.68 118.108824) (xy 94.753905 118.101545) + (xy 94.82497 118.079988) (xy 94.890463 118.044981) (xy 94.947869 117.997869) (xy 94.994981 117.940463) (xy 95.029988 117.87497) + (xy 95.051545 117.803905) (xy 95.058824 117.73) (xy 95.058824 116.73) (xy 95.051545 116.656095) (xy 95.029988 116.58503) + (xy 94.994981 116.519537) (xy 94.947869 116.462131) (xy 94.890463 116.415019) (xy 94.82497 116.380012) (xy 94.753905 116.358455) + (xy 94.68 116.351176) (xy 93.18 116.351176) (xy 93.106095 116.358455) (xy 93.03503 116.380012) (xy 92.969537 116.415019) + (xy 92.912131 116.462131) (xy 92.865019 116.519537) (xy 92.830012 116.58503) (xy 92.808455 116.656095) (xy 92.801176 116.73) + (xy 92.801176 117.73) (xy 92.808455 117.803905) (xy 92.830012 117.87497) (xy 92.865019 117.940463) (xy 92.912131 117.997869) + (xy 92.969537 118.044981) (xy 93.03503 118.079988) (xy 93.106095 118.101545) (xy 93.18 118.108824) (xy 93.303 118.108824) + (xy 93.303 118.290288) (xy 93.150289 118.443) (xy 92.540323 118.443) (xy 92.498545 118.420669) (xy 92.401218 118.391145) + (xy 92.3 118.381176) (xy 92.02 118.381176) (xy 91.99259 118.383876) (xy 91.933247 118.310887) (xy 91.836921 118.231092) + (xy 91.726878 118.171623) (xy 91.607348 118.134765) (xy 91.48575 118.125) (xy 91.327 118.28375) (xy 91.327 118.943) + (xy 91.347 118.943) (xy 91.347 119.197) (xy 91.327 119.197) (xy 91.327 119.217) (xy 91.073 119.217) + (xy 91.073 119.197) (xy 90.44375 119.197) (xy 90.285 119.35575) (xy 90.283958 119.362999) (xy 86.303712 119.362999) + (xy 86.751579 118.915133) (xy 86.775501 118.895501) (xy 86.853853 118.800028) (xy 86.873686 118.762923) (xy 90.281935 118.762923) + (xy 90.285 118.78425) (xy 90.44375 118.943) (xy 91.073 118.943) (xy 91.073 118.28375) (xy 90.91425 118.125) + (xy 90.792652 118.134765) (xy 90.673122 118.171623) (xy 90.563079 118.231092) (xy 90.466753 118.310887) (xy 90.387844 118.407941) + (xy 90.329386 118.518524) (xy 90.293625 118.638387) (xy 90.281935 118.762923) (xy 86.873686 118.762923) (xy 86.912075 118.691103) + (xy 86.947927 118.572913) (xy 86.957 118.480794) (xy 86.957 118.480793) (xy 86.960033 118.450001) (xy 86.957 118.419209) + (xy 86.957 118.098824) (xy 87.08 118.098824) (xy 87.153905 118.091545) (xy 87.22497 118.069988) (xy 87.290463 118.034981) + (xy 87.347869 117.987869) (xy 87.394981 117.930463) (xy 87.429988 117.86497) (xy 87.451545 117.793905) (xy 87.458824 117.72) + (xy 87.458824 116.72) (xy 87.451545 116.646095) (xy 87.429988 116.57503) (xy 87.394981 116.509537) (xy 87.347869 116.452131) + (xy 87.290463 116.405019) (xy 87.22497 116.370012) (xy 87.153905 116.348455) (xy 87.08 116.341176) (xy 85.58 116.341176) + (xy 85.506095 116.348455) (xy 85.43503 116.370012) (xy 85.369537 116.405019) (xy 85.312131 116.452131) (xy 85.265019 116.509537) + (xy 85.230012 116.57503) (xy 85.208455 116.646095) (xy 85.201176 116.72) (xy 85.201176 117.72) (xy 85.208455 117.793905) + (xy 85.230012 117.86497) (xy 85.265019 117.930463) (xy 85.312131 117.987869) (xy 85.369537 118.034981) (xy 85.43503 118.069988) + (xy 85.506095 118.091545) (xy 85.58 118.098824) (xy 85.703 118.098824) (xy 85.703 118.190288) (xy 85.450289 118.443) + (xy 84.920323 118.443) (xy 84.878545 118.420669) (xy 84.781218 118.391145) (xy 84.68 118.381176) (xy 84.4 118.381176) + (xy 84.37259 118.383876) (xy 84.313247 118.310887) (xy 84.216921 118.231092) (xy 84.106878 118.171623) (xy 83.987348 118.134765) + (xy 83.86575 118.125) (xy 83.707 118.28375) (xy 83.707 118.943) (xy 83.727 118.943) (xy 83.727 119.197) + (xy 83.707 119.197) (xy 83.707 119.217) (xy 83.453 119.217) (xy 83.453 119.197) (xy 82.82375 119.197) + (xy 82.665 119.35575) (xy 82.663958 119.362999) (xy 78.903712 119.362999) (xy 79.151579 119.115133) (xy 79.175501 119.095501) + (xy 79.253853 119.000028) (xy 79.312075 118.891103) (xy 79.347927 118.772913) (xy 79.34891 118.762923) (xy 82.661935 118.762923) + (xy 82.665 118.78425) (xy 82.82375 118.943) (xy 83.453 118.943) (xy 83.453 118.28375) (xy 83.29425 118.125) + (xy 83.172652 118.134765) (xy 83.053122 118.171623) (xy 82.943079 118.231092) (xy 82.846753 118.310887) (xy 82.767844 118.407941) + (xy 82.709386 118.518524) (xy 82.673625 118.638387) (xy 82.661935 118.762923) (xy 79.34891 118.762923) (xy 79.356096 118.689972) + (xy 79.360033 118.650001) (xy 79.357 118.619207) (xy 79.357 118.108824) (xy 79.48 118.108824) (xy 79.553905 118.101545) + (xy 79.62497 118.079988) (xy 79.690463 118.044981) (xy 79.747869 117.997869) (xy 79.794981 117.940463) (xy 79.829988 117.87497) + (xy 79.851545 117.803905) (xy 79.858824 117.73) (xy 79.858824 116.73) (xy 79.851545 116.656095) (xy 79.829988 116.58503) + (xy 79.794981 116.519537) (xy 79.747869 116.462131) (xy 79.690463 116.415019) (xy 79.62497 116.380012) (xy 79.553905 116.358455) + (xy 79.48 116.351176) (xy 77.98 116.351176) (xy 77.906095 116.358455) (xy 77.83503 116.380012) (xy 77.769537 116.415019) + (xy 77.712131 116.462131) (xy 77.665019 116.519537) (xy 77.630012 116.58503) (xy 77.608455 116.656095) (xy 77.601176 116.73) + (xy 77.601176 117.73) (xy 77.608455 117.803905) (xy 77.630012 117.87497) (xy 77.665019 117.940463) (xy 77.712131 117.997869) + (xy 77.769537 118.044981) (xy 77.83503 118.079988) (xy 77.906095 118.101545) (xy 77.98 118.108824) (xy 78.103 118.108824) + (xy 78.103 118.390288) (xy 78.020289 118.473) (xy 77.440323 118.473) (xy 77.398545 118.450669) (xy 77.301218 118.421145) + (xy 77.2 118.411176) (xy 76.92 118.411176) (xy 76.89259 118.413876) (xy 76.833247 118.340887) (xy 76.736921 118.261092) + (xy 76.626878 118.201623) (xy 76.507348 118.164765) (xy 76.38575 118.155) (xy 76.227 118.31375) (xy 76.227 118.973) + (xy 76.247 118.973) (xy 76.247 119.227) (xy 76.227 119.227) (xy 76.227 119.247) (xy 75.973 119.247) + (xy 75.973 119.227) (xy 75.34375 119.227) (xy 75.207751 119.362999) (xy 71.203712 119.362999) (xy 71.551579 119.015133) + (xy 71.575501 118.995501) (xy 71.653853 118.900028) (xy 71.711102 118.792923) (xy 75.181935 118.792923) (xy 75.185 118.81425) + (xy 75.34375 118.973) (xy 75.973 118.973) (xy 75.973 118.31375) (xy 75.81425 118.155) (xy 75.692652 118.164765) + (xy 75.573122 118.201623) (xy 75.463079 118.261092) (xy 75.366753 118.340887) (xy 75.287844 118.437941) (xy 75.229386 118.548524) + (xy 75.193625 118.668387) (xy 75.181935 118.792923) (xy 71.711102 118.792923) (xy 71.712075 118.791103) (xy 71.747927 118.672913) + (xy 71.757 118.580794) (xy 71.757 118.580793) (xy 71.760033 118.550001) (xy 71.757 118.519209) (xy 71.757 118.118824) + (xy 71.88 118.118824) (xy 71.953905 118.111545) (xy 72.02497 118.089988) (xy 72.090463 118.054981) (xy 72.147869 118.007869) + (xy 72.194981 117.950463) (xy 72.229988 117.88497) (xy 72.251545 117.813905) (xy 72.258824 117.74) (xy 72.258824 116.74) + (xy 72.251545 116.666095) (xy 72.229988 116.59503) (xy 72.194981 116.529537) (xy 72.147869 116.472131) (xy 72.090463 116.425019) + (xy 72.02497 116.390012) (xy 71.953905 116.368455) (xy 71.88 116.361176) (xy 70.38 116.361176) (xy 70.306095 116.368455) + (xy 70.23503 116.390012) (xy 70.169537 116.425019) (xy 70.112131 116.472131) (xy 70.065019 116.529537) (xy 70.030012 116.59503) + (xy 70.008455 116.666095) (xy 70.001176 116.74) (xy 70.001176 117.74) (xy 70.008455 117.813905) (xy 70.030012 117.88497) + (xy 70.065019 117.950463) (xy 70.112131 118.007869) (xy 70.169537 118.054981) (xy 70.23503 118.089988) (xy 70.306095 118.111545) + (xy 70.38 118.118824) (xy 70.503 118.118824) (xy 70.503 118.290288) (xy 70.320289 118.473) (xy 69.740323 118.473) + (xy 69.698545 118.450669) (xy 69.601218 118.421145) (xy 69.5 118.411176) (xy 69.22 118.411176) (xy 69.19259 118.413876) + (xy 69.133247 118.340887) (xy 69.036921 118.261092) (xy 68.926878 118.201623) (xy 68.807348 118.164765) (xy 68.68575 118.155) + (xy 68.527 118.31375) (xy 68.527 118.973) (xy 68.547 118.973) (xy 68.547 119.227) (xy 68.527 119.227) + (xy 68.527 119.247) (xy 68.273 119.247) (xy 68.273 119.227) (xy 67.64375 119.227) (xy 67.507751 119.362999) + (xy 63.703712 119.362999) (xy 63.951574 119.115137) (xy 63.975501 119.095501) (xy 64.053853 119.000028) (xy 64.112075 118.891103) + (xy 64.141857 118.792923) (xy 67.481935 118.792923) (xy 67.485 118.81425) (xy 67.64375 118.973) (xy 68.273 118.973) + (xy 68.273 118.31375) (xy 68.11425 118.155) (xy 67.992652 118.164765) (xy 67.873122 118.201623) (xy 67.763079 118.261092) + (xy 67.666753 118.340887) (xy 67.587844 118.437941) (xy 67.529386 118.548524) (xy 67.493625 118.668387) (xy 67.481935 118.792923) + (xy 64.141857 118.792923) (xy 64.147927 118.772913) (xy 64.157 118.680794) (xy 64.157 118.680793) (xy 64.160033 118.650001) + (xy 64.157 118.619209) (xy 64.157 118.108824) (xy 64.28 118.108824) (xy 64.353905 118.101545) (xy 64.42497 118.079988) + (xy 64.490463 118.044981) (xy 64.547869 117.997869) (xy 64.594981 117.940463) (xy 64.629988 117.87497) (xy 64.651545 117.803905) + (xy 64.658824 117.73) (xy 64.658824 116.73) (xy 64.651545 116.656095) (xy 64.629988 116.58503) (xy 64.594981 116.519537) + (xy 64.547869 116.462131) (xy 64.490463 116.415019) (xy 64.42497 116.380012) (xy 64.353905 116.358455) (xy 64.28 116.351176) + (xy 62.78 116.351176) (xy 62.706095 116.358455) (xy 62.63503 116.380012) (xy 62.569537 116.415019) (xy 62.512131 116.462131) + (xy 62.465019 116.519537) (xy 62.430012 116.58503) (xy 62.408455 116.656095) (xy 62.401176 116.73) (xy 62.401176 117.73) + (xy 62.408455 117.803905) (xy 62.430012 117.87497) (xy 62.465019 117.940463) (xy 62.512131 117.997869) (xy 62.569537 118.044981) + (xy 62.63503 118.079988) (xy 62.706095 118.101545) (xy 62.78 118.108824) (xy 62.903 118.108824) (xy 62.903 118.390289) + (xy 62.880289 118.413) (xy 62.060323 118.413) (xy 62.018545 118.390669) (xy 61.921218 118.361145) (xy 61.82 118.351176) + (xy 61.54 118.351176) (xy 61.51259 118.353876) (xy 61.453247 118.280887) (xy 61.356921 118.201092) (xy 61.246878 118.141623) + (xy 61.127348 118.104765) (xy 61.00575 118.095) (xy 60.847 118.25375) (xy 60.847 118.913) (xy 60.867 118.913) + (xy 60.867 119.167) (xy 60.847 119.167) (xy 60.847 119.187) (xy 60.593 119.187) (xy 60.593 119.167) + (xy 59.96375 119.167) (xy 59.805 119.32575) (xy 59.801935 119.347077) (xy 59.80343 119.362999) (xy 56.103712 119.362999) + (xy 56.351574 119.115137) (xy 56.375501 119.095501) (xy 56.453853 119.000028) (xy 56.467867 118.97381) (xy 56.512075 118.891104) + (xy 56.547927 118.772913) (xy 56.551865 118.732923) (xy 59.801935 118.732923) (xy 59.805 118.75425) (xy 59.96375 118.913) + (xy 60.593 118.913) (xy 60.593 118.25375) (xy 60.43425 118.095) (xy 60.312652 118.104765) (xy 60.193122 118.141623) + (xy 60.083079 118.201092) (xy 59.986753 118.280887) (xy 59.907844 118.377941) (xy 59.849386 118.488524) (xy 59.813625 118.608387) + (xy 59.801935 118.732923) (xy 56.551865 118.732923) (xy 56.560033 118.65) (xy 56.557 118.619206) (xy 56.557 118.178824) + (xy 56.68 118.178824) (xy 56.753905 118.171545) (xy 56.82497 118.149988) (xy 56.890463 118.114981) (xy 56.947869 118.067869) + (xy 56.994981 118.010463) (xy 57.029988 117.94497) (xy 57.051545 117.873905) (xy 57.058824 117.8) (xy 57.058824 116.8) + (xy 57.051545 116.726095) (xy 57.029988 116.65503) (xy 56.994981 116.589537) (xy 56.947869 116.532131) (xy 56.890463 116.485019) + (xy 56.82497 116.450012) (xy 56.753905 116.428455) (xy 56.68 116.421176) (xy 55.18 116.421176) (xy 55.106095 116.428455) + (xy 55.03503 116.450012) (xy 54.969537 116.485019) (xy 54.912131 116.532131) (xy 54.865019 116.589537) (xy 54.830012 116.65503) + (xy 54.808455 116.726095) (xy 54.801176 116.8) (xy 54.801176 117.8) (xy 54.808455 117.873905) (xy 54.830012 117.94497) + (xy 54.865019 118.010463) (xy 54.912131 118.067869) (xy 54.969537 118.114981) (xy 55.03503 118.149988) (xy 55.106095 118.171545) + (xy 55.18 118.178824) (xy 55.303 118.178824) (xy 55.303 118.390289) (xy 55.190289 118.503) (xy 54.560323 118.503) + (xy 54.518545 118.480669) (xy 54.421218 118.451145) (xy 54.32 118.441176) (xy 54.04 118.441176) (xy 54.01259 118.443876) + (xy 53.953247 118.370887) (xy 53.856921 118.291092) (xy 53.746878 118.231623) (xy 53.627348 118.194765) (xy 53.50575 118.185) + (xy 53.347 118.34375) (xy 53.347 119.003) (xy 53.367 119.003) (xy 53.367 119.257) (xy 53.347 119.257) + (xy 53.347 119.277) (xy 53.093 119.277) (xy 53.093 119.257) (xy 52.46375 119.257) (xy 52.357751 119.362999) + (xy 49.81079 119.362999) (xy 49.779998 119.359966) (xy 49.749207 119.362999) (xy 49.749205 119.362999) (xy 49.657086 119.372072) + (xy 49.588098 119.392999) (xy 48.273712 119.392999) (xy 48.751579 118.915133) (xy 48.775501 118.895501) (xy 48.835063 118.822923) + (xy 52.301935 118.822923) (xy 52.305 118.84425) (xy 52.46375 119.003) (xy 53.093 119.003) (xy 53.093 118.34375) + (xy 52.93425 118.185) (xy 52.812652 118.194765) (xy 52.693122 118.231623) (xy 52.583079 118.291092) (xy 52.486753 118.370887) + (xy 52.407844 118.467941) (xy 52.349386 118.578524) (xy 52.313625 118.698387) (xy 52.301935 118.822923) (xy 48.835063 118.822923) + (xy 48.853853 118.800028) (xy 48.912075 118.691103) (xy 48.947927 118.572913) (xy 48.953986 118.511393) (xy 48.960033 118.45) + (xy 48.957 118.419206) (xy 48.957 118.178824) (xy 49.08 118.178824) (xy 49.153905 118.171545) (xy 49.22497 118.149988) + (xy 49.290463 118.114981) (xy 49.347869 118.067869) (xy 49.394981 118.010463) (xy 49.429988 117.94497) (xy 49.451545 117.873905) + (xy 49.458824 117.8) (xy 49.458824 116.8) (xy 49.451545 116.726095) (xy 49.429988 116.65503) (xy 49.394981 116.589537) + (xy 49.347869 116.532131) (xy 49.290463 116.485019) (xy 49.22497 116.450012) (xy 49.153905 116.428455) (xy 49.08 116.421176) + (xy 47.58 116.421176) (xy 47.506095 116.428455) (xy 47.43503 116.450012) (xy 47.369537 116.485019) (xy 47.312131 116.532131) + (xy 47.265019 116.589537) (xy 47.230012 116.65503) (xy 47.208455 116.726095) (xy 47.201176 116.8) (xy 47.201176 117.8) + (xy 47.208455 117.873905) (xy 47.230012 117.94497) (xy 47.265019 118.010463) (xy 47.312131 118.067869) (xy 47.369537 118.114981) + (xy 47.43503 118.149988) (xy 47.506095 118.171545) (xy 47.58 118.178824) (xy 47.703 118.178824) (xy 47.703 118.190288) + (xy 47.420289 118.473) (xy 46.940323 118.473) (xy 46.898545 118.450669) (xy 46.801218 118.421145) (xy 46.7 118.411176) + (xy 46.42 118.411176) (xy 46.39259 118.413876) (xy 46.333247 118.340887) (xy 46.236921 118.261092) (xy 46.126878 118.201623) + (xy 46.007348 118.164765) (xy 45.88575 118.155) (xy 45.727 118.31375) (xy 45.727 118.973) (xy 45.747 118.973) + (xy 45.747 119.227) (xy 45.727 119.227) (xy 45.727 119.247) (xy 45.473 119.247) (xy 45.473 119.227) + (xy 44.84375 119.227) (xy 44.685 119.38575) (xy 44.683958 119.392999) (xy 42.627 119.392999) (xy 42.627 118.792923) + (xy 44.681935 118.792923) (xy 44.685 118.81425) (xy 44.84375 118.973) (xy 45.473 118.973) (xy 45.473 118.31375) + (xy 45.31425 118.155) (xy 45.192652 118.164765) (xy 45.073122 118.201623) (xy 44.963079 118.261092) (xy 44.866753 118.340887) + (xy 44.787844 118.437941) (xy 44.729386 118.548524) (xy 44.693625 118.668387) (xy 44.681935 118.792923) (xy 42.627 118.792923) + (xy 42.627 118.530794) (xy 42.630033 118.5) (xy 42.617927 118.377087) (xy 42.613091 118.361145) (xy 42.582075 118.258897) + (xy 42.523853 118.149972) (xy 42.515142 118.139358) (xy 42.53503 118.149988) (xy 42.606095 118.171545) (xy 42.68 118.178824) + (xy 44.18 118.178824) (xy 44.253905 118.171545) (xy 44.32497 118.149988) (xy 44.390463 118.114981) (xy 44.447869 118.067869) + (xy 44.494981 118.010463) (xy 44.529988 117.94497) (xy 44.551545 117.873905) (xy 44.558824 117.8) (xy 44.558824 116.8) + (xy 44.551545 116.726095) (xy 44.529988 116.65503) (xy 44.494981 116.589537) (xy 44.447869 116.532131) (xy 44.390463 116.485019) + (xy 44.32497 116.450012) (xy 44.253905 116.428455) (xy 44.18 116.421176) (xy 42.68 116.421176) (xy 42.606095 116.428455) + (xy 42.53503 116.450012) (xy 42.469537 116.485019) (xy 42.412131 116.532131) (xy 42.365019 116.589537) (xy 42.330012 116.65503) + (xy 42.310218 116.720283) (xy 42.082 116.492066) (xy 42.082 115.896845) (xy 42.183536 115.795309) (xy 42.268569 115.668048) + (xy 42.327141 115.526643) (xy 42.357 115.376528) (xy 42.357 115.223472) (xy 42.340062 115.138318) (xy 42.43582 115.189502) + (xy 42.555518 115.225812) (xy 42.68 115.238072) (xy 43.14425 115.235) (xy 43.303 115.07625) (xy 43.303 114.227) + (xy 43.557 114.227) (xy 43.557 115.07625) (xy 43.71575 115.235) (xy 44.18 115.238072) (xy 44.304482 115.225812) + (xy 44.42418 115.189502) (xy 44.534494 115.130537) (xy 44.631185 115.051185) (xy 44.710537 114.954494) (xy 44.769502 114.84418) + (xy 44.805812 114.724482) (xy 44.818072 114.6) (xy 44.815 114.38575) (xy 44.65625 114.227) (xy 43.557 114.227) + (xy 43.303 114.227) (xy 42.20375 114.227) (xy 42.045 114.38575) (xy 42.041928 114.6) (xy 42.049746 114.679384) + (xy 41.948048 114.611431) (xy 41.806643 114.552859) (xy 41.656528 114.523) (xy 41.503472 114.523) (xy 41.353357 114.552859) + (xy 41.211952 114.611431) (xy 41.084691 114.696464) (xy 40.976464 114.804691) (xy 40.891431 114.931952) (xy 40.832859 115.073357) + (xy 40.803 115.223472) (xy 40.803 115.376528) (xy 40.832859 115.526643) (xy 40.891431 115.668048) (xy 40.976464 115.795309) + (xy 41.078 115.896845) (xy 41.078001 116.675347) (xy 41.076572 116.68986) (xy 40.507 116.120289) (xy 40.507 113.627) + (xy 42.042315 113.627) (xy 42.045 113.81425) (xy 42.20375 113.973) (xy 43.303 113.973) (xy 43.303 113.953) + (xy 43.557 113.953) (xy 43.557 113.973) (xy 44.65625 113.973) (xy 44.815 113.81425) (xy 44.817541 113.636999) + (xy 46.439207 113.636999) (xy 46.470001 113.640032) (xy 46.500795 113.636999) (xy 47.201176 113.636999) (xy 47.201176 114.6) + (xy 47.208455 114.673905) (xy 47.230012 114.74497) (xy 47.265019 114.810463) (xy 47.312131 114.867869) (xy 47.369537 114.914981) + (xy 47.43503 114.949988) (xy 47.506095 114.971545) (xy 47.58 114.978824) (xy 47.828001 114.978824) (xy 47.828001 115.225347) + (xy 47.825573 115.25) (xy 47.835265 115.348409) (xy 47.86397 115.443036) (xy 47.910584 115.530245) (xy 47.957601 115.587535) + (xy 47.957604 115.587538) (xy 47.973317 115.606684) (xy 47.992462 115.622396) (xy 48.307607 115.937543) (xy 48.323316 115.956684) + (xy 48.342456 115.972392) (xy 48.342464 115.9724) (xy 48.399754 116.019417) (xy 48.446368 116.044332) (xy 48.486964 116.066031) + (xy 48.581591 116.094736) (xy 48.655347 116.102) (xy 48.655357 116.102) (xy 48.68 116.104427) (xy 48.704643 116.102) + (xy 50.372066 116.102) (xy 50.528 116.257935) (xy 50.528 116.421176) (xy 50.28 116.421176) (xy 50.206095 116.428455) + (xy 50.13503 116.450012) (xy 50.069537 116.485019) (xy 50.012131 116.532131) (xy 49.965019 116.589537) (xy 49.930012 116.65503) + (xy 49.908455 116.726095) (xy 49.901176 116.8) (xy 49.901176 117.8) (xy 49.908455 117.873905) (xy 49.930012 117.94497) + (xy 49.965019 118.010463) (xy 50.012131 118.067869) (xy 50.069537 118.114981) (xy 50.13503 118.149988) (xy 50.206095 118.171545) + (xy 50.28 118.178824) (xy 51.78 118.178824) (xy 51.853905 118.171545) (xy 51.92497 118.149988) (xy 51.990463 118.114981) + (xy 52.047869 118.067869) (xy 52.094981 118.010463) (xy 52.129988 117.94497) (xy 52.151545 117.873905) (xy 52.158824 117.8) + (xy 52.158824 116.8) (xy 52.151545 116.726095) (xy 52.129988 116.65503) (xy 52.094981 116.589537) (xy 52.047869 116.532131) + (xy 51.990463 116.485019) (xy 51.92497 116.450012) (xy 51.853905 116.428455) (xy 51.78 116.421176) (xy 51.532 116.421176) + (xy 51.532 116.074642) (xy 51.534427 116.049999) (xy 51.532 116.025356) (xy 51.532 116.025347) (xy 51.524736 115.951591) + (xy 51.496031 115.856964) (xy 51.449417 115.769755) (xy 51.417269 115.730583) (xy 51.402399 115.712464) (xy 51.402397 115.712462) + (xy 51.386684 115.693316) (xy 51.367538 115.677603) (xy 50.952401 115.262467) (xy 50.936684 115.243316) (xy 50.860245 115.180583) + (xy 50.820116 115.159134) (xy 50.903 115.07625) (xy 50.903 114.227) (xy 51.157 114.227) (xy 51.157 115.07625) + (xy 51.31575 115.235) (xy 51.78 115.238072) (xy 51.904482 115.225812) (xy 52.02418 115.189502) (xy 52.134494 115.130537) + (xy 52.231185 115.051185) (xy 52.310537 114.954494) (xy 52.369502 114.84418) (xy 52.405812 114.724482) (xy 52.418072 114.6) + (xy 52.415 114.38575) (xy 52.25625 114.227) (xy 51.157 114.227) (xy 50.903 114.227) (xy 49.80375 114.227) + (xy 49.645 114.38575) (xy 49.641928 114.6) (xy 49.654188 114.724482) (xy 49.690498 114.84418) (xy 49.749463 114.954494) + (xy 49.828815 115.051185) (xy 49.885859 115.098) (xy 48.887935 115.098) (xy 48.832 115.042065) (xy 48.832 114.978824) + (xy 49.08 114.978824) (xy 49.153905 114.971545) (xy 49.22497 114.949988) (xy 49.290463 114.914981) (xy 49.347869 114.867869) + (xy 49.394981 114.810463) (xy 49.429988 114.74497) (xy 49.451545 114.673905) (xy 49.458824 114.6) (xy 49.458824 113.636999) + (xy 49.642459 113.636999) (xy 49.645 113.81425) (xy 49.80375 113.973) (xy 50.903 113.973) (xy 50.903 113.953) + (xy 51.157 113.953) (xy 51.157 113.973) (xy 52.25625 113.973) (xy 52.415 113.81425) (xy 52.417541 113.636999) + (xy 54.039207 113.636999) (xy 54.070001 113.640032) (xy 54.100795 113.636999) (xy 54.801176 113.636999) (xy 54.801176 114.6) + (xy 54.808455 114.673905) (xy 54.830012 114.74497) (xy 54.865019 114.810463) (xy 54.912131 114.867869) (xy 54.969537 114.914981) + (xy 55.03503 114.949988) (xy 55.106095 114.971545) (xy 55.18 114.978824) (xy 55.428001 114.978824) (xy 55.428001 115.225347) + (xy 55.425573 115.25) (xy 55.435265 115.348409) (xy 55.46397 115.443036) (xy 55.510584 115.530245) (xy 55.557601 115.587535) + (xy 55.557604 115.587538) (xy 55.573317 115.606684) (xy 55.592463 115.622397) (xy 56.007603 116.037538) (xy 56.023316 116.056684) + (xy 56.042462 116.072397) (xy 56.042464 116.072399) (xy 56.06968 116.094735) (xy 56.099755 116.119417) (xy 56.186964 116.166031) + (xy 56.281591 116.194736) (xy 56.355347 116.202) (xy 56.355356 116.202) (xy 56.379999 116.204427) (xy 56.404642 116.202) + (xy 57.972066 116.202) (xy 58.121241 116.351176) (xy 57.88 116.351176) (xy 57.806095 116.358455) (xy 57.73503 116.380012) + (xy 57.669537 116.415019) (xy 57.612131 116.462131) (xy 57.565019 116.519537) (xy 57.530012 116.58503) (xy 57.508455 116.656095) + (xy 57.501176 116.73) (xy 57.501176 117.73) (xy 57.508455 117.803905) (xy 57.530012 117.87497) (xy 57.565019 117.940463) + (xy 57.612131 117.997869) (xy 57.669537 118.044981) (xy 57.73503 118.079988) (xy 57.806095 118.101545) (xy 57.88 118.108824) + (xy 59.38 118.108824) (xy 59.453905 118.101545) (xy 59.52497 118.079988) (xy 59.590463 118.044981) (xy 59.647869 117.997869) + (xy 59.694981 117.940463) (xy 59.729988 117.87497) (xy 59.751545 117.803905) (xy 59.758824 117.73) (xy 59.758824 116.73) + (xy 59.751545 116.656095) (xy 59.729988 116.58503) (xy 59.694981 116.519537) (xy 59.647869 116.462131) (xy 59.590463 116.415019) + (xy 59.52497 116.380012) (xy 59.453905 116.358455) (xy 59.38 116.351176) (xy 59.132 116.351176) (xy 59.132 116.174642) + (xy 59.134427 116.149999) (xy 59.132 116.125356) (xy 59.132 116.125347) (xy 59.124736 116.051591) (xy 59.096031 115.956964) + (xy 59.049417 115.869755) (xy 58.986684 115.793316) (xy 58.967538 115.777603) (xy 58.552401 115.362467) (xy 58.536684 115.343316) + (xy 58.460245 115.280583) (xy 58.373036 115.233969) (xy 58.278409 115.205264) (xy 58.204653 115.198) (xy 58.204643 115.198) + (xy 58.18 115.195573) (xy 58.155357 115.198) (xy 56.587935 115.198) (xy 56.432 115.042066) (xy 56.432 114.978824) + (xy 56.68 114.978824) (xy 56.753905 114.971545) (xy 56.82497 114.949988) (xy 56.890463 114.914981) (xy 56.947869 114.867869) + (xy 56.994981 114.810463) (xy 57.029988 114.74497) (xy 57.051545 114.673905) (xy 57.058824 114.6) (xy 57.058824 114.53) + (xy 57.241928 114.53) (xy 57.254188 114.654482) (xy 57.290498 114.77418) (xy 57.349463 114.884494) (xy 57.428815 114.981185) + (xy 57.525506 115.060537) (xy 57.63582 115.119502) (xy 57.755518 115.155812) (xy 57.88 115.168072) (xy 58.34425 115.165) + (xy 58.503 115.00625) (xy 58.503 114.157) (xy 58.757 114.157) (xy 58.757 115.00625) (xy 58.91575 115.165) + (xy 59.38 115.168072) (xy 59.504482 115.155812) (xy 59.62418 115.119502) (xy 59.734494 115.060537) (xy 59.831185 114.981185) + (xy 59.910537 114.884494) (xy 59.969502 114.77418) (xy 60.005812 114.654482) (xy 60.018072 114.53) (xy 60.015 114.31575) + (xy 59.85625 114.157) (xy 58.757 114.157) (xy 58.503 114.157) (xy 57.40375 114.157) (xy 57.245 114.31575) + (xy 57.241928 114.53) (xy 57.058824 114.53) (xy 57.058824 113.636999) (xy 57.243462 113.636999) (xy 57.245 113.74425) + (xy 57.40375 113.903) (xy 58.503 113.903) (xy 58.503 113.883) (xy 58.757 113.883) (xy 58.757 113.903) + (xy 59.85625 113.903) (xy 60.015 113.74425) (xy 60.016538 113.636999) (xy 61.859207 113.636999) (xy 61.889998 113.640032) + (xy 61.92079 113.636999) (xy 62.401176 113.636999) (xy 62.401176 114.53) (xy 62.408455 114.603905) (xy 62.430012 114.67497) + (xy 62.465019 114.740463) (xy 62.512131 114.797869) (xy 62.569537 114.844981) (xy 62.63503 114.879988) (xy 62.706095 114.901545) + (xy 62.78 114.908824) (xy 63.028001 114.908824) (xy 63.028001 115.225347) (xy 63.025573 115.25) (xy 63.035265 115.348409) + (xy 63.06397 115.443036) (xy 63.110584 115.530245) (xy 63.157601 115.587535) (xy 63.157604 115.587538) (xy 63.173317 115.606684) + (xy 63.192462 115.622396) (xy 63.507607 115.937543) (xy 63.523316 115.956684) (xy 63.542456 115.972392) (xy 63.542464 115.9724) + (xy 63.599754 116.019417) (xy 63.646368 116.044332) (xy 63.686964 116.066031) (xy 63.781591 116.094736) (xy 63.855347 116.102) + (xy 63.855357 116.102) (xy 63.88 116.104427) (xy 63.904643 116.102) (xy 65.572066 116.102) (xy 65.728 116.257935) + (xy 65.728 116.361176) (xy 65.48 116.361176) (xy 65.406095 116.368455) (xy 65.33503 116.390012) (xy 65.269537 116.425019) + (xy 65.212131 116.472131) (xy 65.165019 116.529537) (xy 65.130012 116.59503) (xy 65.108455 116.666095) (xy 65.101176 116.74) + (xy 65.101176 117.74) (xy 65.108455 117.813905) (xy 65.130012 117.88497) (xy 65.165019 117.950463) (xy 65.212131 118.007869) + (xy 65.269537 118.054981) (xy 65.33503 118.089988) (xy 65.406095 118.111545) (xy 65.48 118.118824) (xy 66.98 118.118824) + (xy 67.053905 118.111545) (xy 67.12497 118.089988) (xy 67.190463 118.054981) (xy 67.247869 118.007869) (xy 67.294981 117.950463) + (xy 67.329988 117.88497) (xy 67.351545 117.813905) (xy 67.358824 117.74) (xy 67.358824 116.74) (xy 67.351545 116.666095) + (xy 67.329988 116.59503) (xy 67.294981 116.529537) (xy 67.247869 116.472131) (xy 67.190463 116.425019) (xy 67.12497 116.390012) + (xy 67.053905 116.368455) (xy 66.98 116.361176) (xy 66.732 116.361176) (xy 66.732 116.074642) (xy 66.734427 116.049999) + (xy 66.732 116.025356) (xy 66.732 116.025347) (xy 66.724736 115.951591) (xy 66.696031 115.856964) (xy 66.649417 115.769755) + (xy 66.617269 115.730583) (xy 66.602399 115.712464) (xy 66.602397 115.712462) (xy 66.586684 115.693316) (xy 66.567538 115.677603) + (xy 66.152401 115.262467) (xy 66.136684 115.243316) (xy 66.060245 115.180583) (xy 65.981016 115.138234) (xy 66.103 115.01625) + (xy 66.103 114.167) (xy 66.357 114.167) (xy 66.357 115.01625) (xy 66.51575 115.175) (xy 66.98 115.178072) + (xy 67.104482 115.165812) (xy 67.22418 115.129502) (xy 67.334494 115.070537) (xy 67.431185 114.991185) (xy 67.510537 114.894494) + (xy 67.569502 114.78418) (xy 67.605812 114.664482) (xy 67.618072 114.54) (xy 67.615 114.32575) (xy 67.45625 114.167) + (xy 66.357 114.167) (xy 66.103 114.167) (xy 65.00375 114.167) (xy 64.845 114.32575) (xy 64.841928 114.54) + (xy 64.854188 114.664482) (xy 64.890498 114.78418) (xy 64.949463 114.894494) (xy 65.028815 114.991185) (xy 65.125506 115.070537) + (xy 65.176885 115.098) (xy 64.087935 115.098) (xy 64.032 115.042065) (xy 64.032 114.908824) (xy 64.28 114.908824) + (xy 64.353905 114.901545) (xy 64.42497 114.879988) (xy 64.490463 114.844981) (xy 64.547869 114.797869) (xy 64.594981 114.740463) + (xy 64.629988 114.67497) (xy 64.651545 114.603905) (xy 64.658824 114.53) (xy 64.658824 113.636999) (xy 64.843319 113.636999) + (xy 64.845 113.75425) (xy 65.00375 113.913) (xy 66.103 113.913) (xy 66.103 113.893) (xy 66.357 113.893) + (xy 66.357 113.913) (xy 67.45625 113.913) (xy 67.615 113.75425) (xy 67.616681 113.636999) (xy 69.359205 113.636999) + (xy 69.389999 113.640032) (xy 69.420793 113.636999) (xy 70.001176 113.636999) (xy 70.001176 114.54) (xy 70.008455 114.613905) + (xy 70.030012 114.68497) (xy 70.065019 114.750463) (xy 70.112131 114.807869) (xy 70.169537 114.854981) (xy 70.23503 114.889988) + (xy 70.306095 114.911545) (xy 70.38 114.918824) (xy 70.628001 114.918824) (xy 70.628001 115.125347) (xy 70.625573 115.15) + (xy 70.635265 115.248409) (xy 70.66397 115.343036) (xy 70.710584 115.430245) (xy 70.757601 115.487535) (xy 70.757604 115.487538) + (xy 70.773317 115.506684) (xy 70.792463 115.522397) (xy 71.207603 115.937538) (xy 71.223316 115.956684) (xy 71.242462 115.972397) + (xy 71.242464 115.972399) (xy 71.262167 115.988569) (xy 71.299755 116.019417) (xy 71.386964 116.066031) (xy 71.481591 116.094736) + (xy 71.555347 116.102) (xy 71.555356 116.102) (xy 71.579999 116.104427) (xy 71.604642 116.102) (xy 73.272065 116.102) + (xy 73.328 116.157935) (xy 73.328 116.351176) (xy 73.08 116.351176) (xy 73.006095 116.358455) (xy 72.93503 116.380012) + (xy 72.869537 116.415019) (xy 72.812131 116.462131) (xy 72.765019 116.519537) (xy 72.730012 116.58503) (xy 72.708455 116.656095) + (xy 72.701176 116.73) (xy 72.701176 117.73) (xy 72.708455 117.803905) (xy 72.730012 117.87497) (xy 72.765019 117.940463) + (xy 72.812131 117.997869) (xy 72.869537 118.044981) (xy 72.93503 118.079988) (xy 73.006095 118.101545) (xy 73.08 118.108824) + (xy 74.58 118.108824) (xy 74.653905 118.101545) (xy 74.72497 118.079988) (xy 74.790463 118.044981) (xy 74.847869 117.997869) + (xy 74.894981 117.940463) (xy 74.929988 117.87497) (xy 74.951545 117.803905) (xy 74.958824 117.73) (xy 74.958824 116.73) + (xy 74.951545 116.656095) (xy 74.929988 116.58503) (xy 74.894981 116.519537) (xy 74.847869 116.462131) (xy 74.790463 116.415019) + (xy 74.72497 116.380012) (xy 74.653905 116.358455) (xy 74.58 116.351176) (xy 74.332 116.351176) (xy 74.332 115.974643) + (xy 74.334427 115.95) (xy 74.332 115.925357) (xy 74.332 115.925347) (xy 74.324736 115.851591) (xy 74.296031 115.756964) + (xy 74.255024 115.680245) (xy 74.249417 115.669754) (xy 74.2024 115.612464) (xy 74.202392 115.612456) (xy 74.186684 115.593316) + (xy 74.167543 115.577607) (xy 73.852401 115.262467) (xy 73.836684 115.243316) (xy 73.760245 115.180583) (xy 73.673036 115.133969) + (xy 73.598033 115.111217) (xy 73.703 115.00625) (xy 73.703 114.157) (xy 73.957 114.157) (xy 73.957 115.00625) + (xy 74.11575 115.165) (xy 74.58 115.168072) (xy 74.704482 115.155812) (xy 74.82418 115.119502) (xy 74.934494 115.060537) + (xy 75.031185 114.981185) (xy 75.110537 114.884494) (xy 75.169502 114.77418) (xy 75.205812 114.654482) (xy 75.218072 114.53) + (xy 75.215 114.31575) (xy 75.05625 114.157) (xy 73.957 114.157) (xy 73.703 114.157) (xy 72.60375 114.157) + (xy 72.445 114.31575) (xy 72.441928 114.53) (xy 72.454188 114.654482) (xy 72.490498 114.77418) (xy 72.549463 114.884494) + (xy 72.628815 114.981185) (xy 72.725506 115.060537) (xy 72.795593 115.098) (xy 71.787935 115.098) (xy 71.632 114.942066) + (xy 71.632 114.918824) (xy 71.88 114.918824) (xy 71.953905 114.911545) (xy 72.02497 114.889988) (xy 72.090463 114.854981) + (xy 72.147869 114.807869) (xy 72.194981 114.750463) (xy 72.229988 114.68497) (xy 72.251545 114.613905) (xy 72.258824 114.54) + (xy 72.258824 113.636999) (xy 72.443462 113.636999) (xy 72.445 113.74425) (xy 72.60375 113.903) (xy 73.703 113.903) + (xy 73.703 113.883) (xy 73.957 113.883) (xy 73.957 113.903) (xy 75.05625 113.903) (xy 75.215 113.74425) + (xy 75.216538 113.636999) (xy 76.839207 113.636999) (xy 76.870001 113.640032) (xy 76.900795 113.636999) (xy 77.601176 113.636999) + (xy 77.601176 114.53) (xy 77.608455 114.603905) (xy 77.630012 114.67497) (xy 77.665019 114.740463) (xy 77.712131 114.797869) + (xy 77.769537 114.844981) (xy 77.83503 114.879988) (xy 77.906095 114.901545) (xy 77.98 114.908824) (xy 78.228001 114.908824) + (xy 78.228001 115.125347) (xy 78.225573 115.15) (xy 78.235265 115.248409) (xy 78.26397 115.343036) (xy 78.310584 115.430245) + (xy 78.357601 115.487535) (xy 78.357604 115.487538) (xy 78.373317 115.506684) (xy 78.392463 115.522397) (xy 78.807603 115.937538) + (xy 78.823316 115.956684) (xy 78.842462 115.972397) (xy 78.842464 115.972399) (xy 78.862167 115.988569) (xy 78.899755 116.019417) + (xy 78.986964 116.066031) (xy 79.081591 116.094736) (xy 79.155347 116.102) (xy 79.155356 116.102) (xy 79.179999 116.104427) + (xy 79.204642 116.102) (xy 80.772066 116.102) (xy 80.928 116.257935) (xy 80.928 116.341176) (xy 80.68 116.341176) + (xy 80.606095 116.348455) (xy 80.53503 116.370012) (xy 80.469537 116.405019) (xy 80.412131 116.452131) (xy 80.365019 116.509537) + (xy 80.330012 116.57503) (xy 80.308455 116.646095) (xy 80.301176 116.72) (xy 80.301176 117.72) (xy 80.308455 117.793905) + (xy 80.330012 117.86497) (xy 80.365019 117.930463) (xy 80.412131 117.987869) (xy 80.469537 118.034981) (xy 80.53503 118.069988) + (xy 80.606095 118.091545) (xy 80.68 118.098824) (xy 82.18 118.098824) (xy 82.253905 118.091545) (xy 82.32497 118.069988) + (xy 82.390463 118.034981) (xy 82.447869 117.987869) (xy 82.494981 117.930463) (xy 82.529988 117.86497) (xy 82.551545 117.793905) + (xy 82.558824 117.72) (xy 82.558824 116.72) (xy 82.551545 116.646095) (xy 82.529988 116.57503) (xy 82.494981 116.509537) + (xy 82.447869 116.452131) (xy 82.390463 116.405019) (xy 82.32497 116.370012) (xy 82.253905 116.348455) (xy 82.18 116.341176) + (xy 81.932 116.341176) (xy 81.932 116.074642) (xy 81.934427 116.049999) (xy 81.932 116.025356) (xy 81.932 116.025347) + (xy 81.924736 115.951591) (xy 81.896031 115.856964) (xy 81.849417 115.769755) (xy 81.817269 115.730583) (xy 81.802399 115.712464) + (xy 81.802397 115.712462) (xy 81.786684 115.693316) (xy 81.767538 115.677603) (xy 81.352401 115.262467) (xy 81.336684 115.243316) + (xy 81.260245 115.180583) (xy 81.173036 115.133969) (xy 81.167086 115.132164) (xy 81.303 114.99625) (xy 81.303 114.147) + (xy 81.557 114.147) (xy 81.557 114.99625) (xy 81.71575 115.155) (xy 82.18 115.158072) (xy 82.304482 115.145812) + (xy 82.42418 115.109502) (xy 82.534494 115.050537) (xy 82.631185 114.971185) (xy 82.710537 114.874494) (xy 82.769502 114.76418) + (xy 82.805812 114.644482) (xy 82.818072 114.52) (xy 82.815 114.30575) (xy 82.65625 114.147) (xy 81.557 114.147) + (xy 81.303 114.147) (xy 80.20375 114.147) (xy 80.045 114.30575) (xy 80.041928 114.52) (xy 80.054188 114.644482) + (xy 80.090498 114.76418) (xy 80.149463 114.874494) (xy 80.228815 114.971185) (xy 80.325506 115.050537) (xy 80.414302 115.098) + (xy 79.387935 115.098) (xy 79.232 114.942066) (xy 79.232 114.908824) (xy 79.48 114.908824) (xy 79.553905 114.901545) + (xy 79.62497 114.879988) (xy 79.690463 114.844981) (xy 79.747869 114.797869) (xy 79.794981 114.740463) (xy 79.829988 114.67497) + (xy 79.851545 114.603905) (xy 79.858824 114.53) (xy 79.858824 113.636999) (xy 80.043606 113.636999) (xy 80.045 113.73425) + (xy 80.20375 113.893) (xy 81.303 113.893) (xy 81.303 113.873) (xy 81.557 113.873) (xy 81.557 113.893) + (xy 82.65625 113.893) (xy 82.815 113.73425) (xy 82.816394 113.636999) (xy 84.559205 113.636999) (xy 84.589999 113.640032) + (xy 84.620793 113.636999) (xy 85.201176 113.636999) (xy 85.201176 114.52) (xy 85.208455 114.593905) (xy 85.230012 114.66497) + (xy 85.265019 114.730463) (xy 85.312131 114.787869) (xy 85.369537 114.834981) (xy 85.43503 114.869988) (xy 85.506095 114.891545) + (xy 85.58 114.898824) (xy 85.828001 114.898824) (xy 85.828001 115.125347) (xy 85.825573 115.15) (xy 85.835265 115.248409) + (xy 85.86397 115.343036) (xy 85.910584 115.430245) (xy 85.957601 115.487535) (xy 85.957604 115.487538) (xy 85.973317 115.506684) + (xy 85.992463 115.522397) (xy 86.407603 115.937538) (xy 86.423316 115.956684) (xy 86.442462 115.972397) (xy 86.442464 115.972399) + (xy 86.462167 115.988569) (xy 86.499755 116.019417) (xy 86.586964 116.066031) (xy 86.681591 116.094736) (xy 86.755347 116.102) + (xy 86.755356 116.102) (xy 86.779999 116.104427) (xy 86.804642 116.102) (xy 88.472065 116.102) (xy 88.528 116.157935) + (xy 88.528 116.351176) (xy 88.28 116.351176) (xy 88.206095 116.358455) (xy 88.13503 116.380012) (xy 88.069537 116.415019) + (xy 88.012131 116.462131) (xy 87.965019 116.519537) (xy 87.930012 116.58503) (xy 87.908455 116.656095) (xy 87.901176 116.73) + (xy 87.901176 117.73) (xy 87.908455 117.803905) (xy 87.930012 117.87497) (xy 87.965019 117.940463) (xy 88.012131 117.997869) + (xy 88.069537 118.044981) (xy 88.13503 118.079988) (xy 88.206095 118.101545) (xy 88.28 118.108824) (xy 89.78 118.108824) + (xy 89.853905 118.101545) (xy 89.92497 118.079988) (xy 89.990463 118.044981) (xy 90.047869 117.997869) (xy 90.094981 117.940463) + (xy 90.129988 117.87497) (xy 90.151545 117.803905) (xy 90.158824 117.73) (xy 90.158824 116.73) (xy 90.151545 116.656095) + (xy 90.129988 116.58503) (xy 90.094981 116.519537) (xy 90.047869 116.462131) (xy 89.990463 116.415019) (xy 89.92497 116.380012) + (xy 89.853905 116.358455) (xy 89.78 116.351176) (xy 89.532 116.351176) (xy 89.532 115.974643) (xy 89.534427 115.95) + (xy 89.532 115.925357) (xy 89.532 115.925347) (xy 89.524736 115.851591) (xy 89.496031 115.756964) (xy 89.455024 115.680245) + (xy 89.449417 115.669754) (xy 89.4024 115.612464) (xy 89.402392 115.612456) (xy 89.386684 115.593316) (xy 89.367543 115.577607) + (xy 89.052401 115.262467) (xy 89.036684 115.243316) (xy 88.960245 115.180583) (xy 88.873036 115.133969) (xy 88.798033 115.111217) + (xy 88.903 115.00625) (xy 88.903 114.157) (xy 89.157 114.157) (xy 89.157 115.00625) (xy 89.31575 115.165) + (xy 89.78 115.168072) (xy 89.904482 115.155812) (xy 90.02418 115.119502) (xy 90.134494 115.060537) (xy 90.231185 114.981185) + (xy 90.310537 114.884494) (xy 90.369502 114.77418) (xy 90.405812 114.654482) (xy 90.418072 114.53) (xy 90.415 114.31575) + (xy 90.25625 114.157) (xy 89.157 114.157) (xy 88.903 114.157) (xy 87.80375 114.157) (xy 87.645 114.31575) + (xy 87.641928 114.53) (xy 87.654188 114.654482) (xy 87.690498 114.77418) (xy 87.749463 114.884494) (xy 87.828815 114.981185) + (xy 87.925506 115.060537) (xy 87.995593 115.098) (xy 86.987935 115.098) (xy 86.832 114.942066) (xy 86.832 114.898824) + (xy 87.08 114.898824) (xy 87.153905 114.891545) (xy 87.22497 114.869988) (xy 87.290463 114.834981) (xy 87.347869 114.787869) + (xy 87.394981 114.730463) (xy 87.429988 114.66497) (xy 87.451545 114.593905) (xy 87.458824 114.52) (xy 87.458824 113.636999) + (xy 87.643462 113.636999) (xy 87.645 113.74425) (xy 87.80375 113.903) (xy 88.903 113.903) (xy 88.903 113.883) + (xy 89.157 113.883) (xy 89.157 113.903) (xy 90.25625 113.903) (xy 90.415 113.74425) (xy 90.416538 113.636999) + (xy 92.039207 113.636999) (xy 92.070001 113.640032) (xy 92.100795 113.636999) (xy 92.801176 113.636999) (xy 92.801176 114.53) + (xy 92.808455 114.603905) (xy 92.830012 114.67497) (xy 92.865019 114.740463) (xy 92.912131 114.797869) (xy 92.969537 114.844981) + (xy 93.03503 114.879988) (xy 93.106095 114.901545) (xy 93.18 114.908824) (xy 93.428001 114.908824) (xy 93.428001 115.125347) + (xy 93.425573 115.15) (xy 93.435265 115.248409) (xy 93.46397 115.343036) (xy 93.510584 115.430245) (xy 93.557601 115.487535) + (xy 93.557604 115.487538) (xy 93.573317 115.506684) (xy 93.592462 115.522396) (xy 93.907607 115.837543) (xy 93.923316 115.856684) + (xy 93.942456 115.872392) (xy 93.942464 115.8724) (xy 93.999754 115.919417) (xy 94.043943 115.943036) (xy 94.086964 115.966031) + (xy 94.181591 115.994736) (xy 94.255347 116.002) (xy 94.255357 116.002) (xy 94.28 116.004427) (xy 94.304643 116.002) + (xy 96.128 116.002) (xy 96.128 116.331176) (xy 95.88 116.331176) (xy 95.806095 116.338455) (xy 95.73503 116.360012) + (xy 95.669537 116.395019) (xy 95.612131 116.442131) (xy 95.565019 116.499537) (xy 95.530012 116.56503) (xy 95.508455 116.636095) + (xy 95.501176 116.71) (xy 95.501176 117.71) (xy 95.508455 117.783905) (xy 95.530012 117.85497) (xy 95.565019 117.920463) + (xy 95.612131 117.977869) (xy 95.669537 118.024981) (xy 95.73503 118.059988) (xy 95.806095 118.081545) (xy 95.88 118.088824) + (xy 97.38 118.088824) (xy 97.453905 118.081545) (xy 97.52497 118.059988) (xy 97.590463 118.024981) (xy 97.647869 117.977869) + (xy 97.694981 117.920463) (xy 97.729988 117.85497) (xy 97.751545 117.783905) (xy 97.758824 117.71) (xy 97.758824 116.71) + (xy 97.751545 116.636095) (xy 97.729988 116.56503) (xy 97.694981 116.499537) (xy 97.647869 116.442131) (xy 97.590463 116.395019) + (xy 97.52497 116.360012) (xy 97.453905 116.338455) (xy 97.38 116.331176) (xy 97.132 116.331176) (xy 97.132 115.774642) + (xy 97.134427 115.749999) (xy 97.132 115.725356) (xy 97.132 115.725347) (xy 97.124736 115.651591) (xy 97.096031 115.556964) + (xy 97.049417 115.469755) (xy 96.986684 115.393316) (xy 96.967532 115.377598) (xy 96.752402 115.162468) (xy 96.738066 115.145) + (xy 96.757002 115.145) (xy 96.757002 114.986252) (xy 96.91575 115.145) (xy 97.38 115.148072) (xy 97.504482 115.135812) + (xy 97.62418 115.099502) (xy 97.734494 115.040537) (xy 97.831185 114.961185) (xy 97.910537 114.864494) (xy 97.969502 114.75418) + (xy 98.005812 114.634482) (xy 98.018072 114.51) (xy 98.015 114.29575) (xy 97.85625 114.137) (xy 96.757 114.137) + (xy 96.757 114.157) (xy 96.503 114.157) (xy 96.503 114.137) (xy 95.40375 114.137) (xy 95.245 114.29575) + (xy 95.241928 114.51) (xy 95.254188 114.634482) (xy 95.290498 114.75418) (xy 95.349463 114.864494) (xy 95.428815 114.961185) + (xy 95.473674 114.998) (xy 94.487935 114.998) (xy 94.432 114.942065) (xy 94.432 114.908824) (xy 94.68 114.908824) + (xy 94.753905 114.901545) (xy 94.82497 114.879988) (xy 94.890463 114.844981) (xy 94.947869 114.797869) (xy 94.994981 114.740463) + (xy 95.029988 114.67497) (xy 95.051545 114.603905) (xy 95.058824 114.53) (xy 95.058824 113.636999) (xy 95.243749 113.636999) + (xy 95.245 113.72425) (xy 95.40375 113.883) (xy 96.503 113.883) (xy 96.503 113.863) (xy 96.757 113.863) + (xy 96.757 113.883) (xy 97.85625 113.883) (xy 98.015 113.72425) (xy 98.016251 113.636999) (xy 99.839207 113.636999) + (xy 99.870001 113.640032) (xy 99.900795 113.636999) (xy 100.401176 113.636999) (xy 100.401176 114.51) (xy 100.408455 114.583905) + (xy 100.430012 114.65497) (xy 100.465019 114.720463) (xy 100.512131 114.777869) (xy 100.569537 114.824981) (xy 100.63503 114.859988) + (xy 100.706095 114.881545) (xy 100.78 114.888824) (xy 101.028001 114.888824) (xy 101.028001 115.225347) (xy 101.025573 115.25) + (xy 101.035265 115.348409) (xy 101.06397 115.443036) (xy 101.110584 115.530245) (xy 101.157601 115.587535) (xy 101.157604 115.587538) + (xy 101.173317 115.606684) (xy 101.192462 115.622396) (xy 101.507607 115.937543) (xy 101.523316 115.956684) (xy 101.542456 115.972392) + (xy 101.542464 115.9724) (xy 101.599754 116.019417) (xy 101.646368 116.044332) (xy 101.686964 116.066031) (xy 101.781591 116.094736) + (xy 101.855347 116.102) (xy 101.855357 116.102) (xy 101.88 116.104427) (xy 101.904643 116.102) (xy 103.672065 116.102) + (xy 103.728 116.157935) (xy 103.728 116.331176) (xy 103.48 116.331176) (xy 103.406095 116.338455) (xy 103.33503 116.360012) + (xy 103.269537 116.395019) (xy 103.212131 116.442131) (xy 103.165019 116.499537) (xy 103.130012 116.56503) (xy 103.108455 116.636095) + (xy 103.101176 116.71) (xy 103.101176 117.71) (xy 103.108455 117.783905) (xy 103.130012 117.85497) (xy 103.165019 117.920463) + (xy 103.212131 117.977869) (xy 103.269537 118.024981) (xy 103.33503 118.059988) (xy 103.406095 118.081545) (xy 103.48 118.088824) + (xy 104.98 118.088824) (xy 105.053905 118.081545) (xy 105.12497 118.059988) (xy 105.190463 118.024981) (xy 105.247869 117.977869) + (xy 105.294981 117.920463) (xy 105.329988 117.85497) (xy 105.351545 117.783905) (xy 105.358824 117.71) (xy 105.358824 116.71) + (xy 105.351545 116.636095) (xy 105.329988 116.56503) (xy 105.294981 116.499537) (xy 105.247869 116.442131) (xy 105.190463 116.395019) + (xy 105.12497 116.360012) (xy 105.053905 116.338455) (xy 104.98 116.331176) (xy 104.732 116.331176) (xy 104.732 115.974643) + (xy 104.734427 115.95) (xy 104.732 115.925357) (xy 104.732 115.925347) (xy 104.724736 115.851591) (xy 104.696031 115.756964) + (xy 104.655024 115.680245) (xy 104.649417 115.669754) (xy 104.6024 115.612464) (xy 104.602392 115.612456) (xy 104.586684 115.593316) + (xy 104.567543 115.577607) (xy 104.252401 115.262467) (xy 104.236684 115.243316) (xy 104.160245 115.180583) (xy 104.073036 115.133969) + (xy 103.982688 115.106562) (xy 104.103 114.98625) (xy 104.103 114.137) (xy 104.357 114.137) (xy 104.357 114.98625) + (xy 104.51575 115.145) (xy 104.98 115.148072) (xy 105.104482 115.135812) (xy 105.22418 115.099502) (xy 105.334494 115.040537) + (xy 105.431185 114.961185) (xy 105.510537 114.864494) (xy 105.569502 114.75418) (xy 105.605812 114.634482) (xy 105.618072 114.51) + (xy 105.615 114.29575) (xy 105.45625 114.137) (xy 104.357 114.137) (xy 104.103 114.137) (xy 103.00375 114.137) + (xy 102.845 114.29575) (xy 102.841928 114.51) (xy 102.854188 114.634482) (xy 102.890498 114.75418) (xy 102.949463 114.864494) + (xy 103.028815 114.961185) (xy 103.125506 115.040537) (xy 103.23301 115.098) (xy 102.087935 115.098) (xy 102.032 115.042065) + (xy 102.032 114.888824) (xy 102.28 114.888824) (xy 102.353905 114.881545) (xy 102.42497 114.859988) (xy 102.490463 114.824981) + (xy 102.547869 114.777869) (xy 102.594981 114.720463) (xy 102.629988 114.65497) (xy 102.651545 114.583905) (xy 102.658824 114.51) + (xy 102.658824 113.636999) (xy 102.843749 113.636999) (xy 102.845 113.72425) (xy 103.00375 113.883) (xy 104.103 113.883) + (xy 104.103 113.863) (xy 104.357 113.863) (xy 104.357 113.883) (xy 105.45625 113.883) (xy 105.615 113.72425) + (xy 105.616251 113.636999) (xy 107.339207 113.636999) (xy 107.370001 113.640032) (xy 107.400795 113.636999) (xy 108.001176 113.636999) + (xy 108.001176 114.51) (xy 108.008455 114.583905) (xy 108.030012 114.65497) (xy 108.065019 114.720463) (xy 108.112131 114.777869) + (xy 108.169537 114.824981) (xy 108.23503 114.859988) (xy 108.306095 114.881545) (xy 108.38 114.888824) (xy 108.628001 114.888824) + (xy 108.628001 115.025347) (xy 108.625573 115.05) (xy 108.635265 115.148409) (xy 108.66397 115.243036) (xy 108.710584 115.330245) + (xy 108.757601 115.387535) (xy 108.757604 115.387538) (xy 108.773317 115.406684) (xy 108.792462 115.422396) (xy 109.107607 115.737543) + (xy 109.123316 115.756684) (xy 109.142456 115.772392) (xy 109.142464 115.7724) (xy 109.199754 115.819417) (xy 109.246368 115.844332) + (xy 109.286964 115.866031) (xy 109.381591 115.894736) (xy 109.455347 115.902) (xy 109.455357 115.902) (xy 109.48 115.904427) + (xy 109.504643 115.902) (xy 111.072066 115.902) (xy 111.328 116.157935) (xy 111.328 116.281176) (xy 111.08 116.281176) + (xy 111.006095 116.288455) (xy 110.93503 116.310012) (xy 110.869537 116.345019) (xy 110.812131 116.392131) (xy 110.765019 116.449537) + (xy 110.730012 116.51503) (xy 110.708455 116.586095) (xy 110.701176 116.66) (xy 110.701176 117.66) (xy 110.708455 117.733905) + (xy 110.730012 117.80497) (xy 110.765019 117.870463) (xy 110.812131 117.927869) (xy 110.869537 117.974981) (xy 110.93503 118.009988) + (xy 111.006095 118.031545) (xy 111.08 118.038824) (xy 112.58 118.038824) (xy 112.653905 118.031545) (xy 112.72497 118.009988) + (xy 112.790463 117.974981) (xy 112.847869 117.927869) (xy 112.894981 117.870463) (xy 112.929988 117.80497) (xy 112.951545 117.733905) + (xy 112.958824 117.66) (xy 112.958824 116.66) (xy 112.951545 116.586095) (xy 112.929988 116.51503) (xy 112.894981 116.449537) + (xy 112.847869 116.392131) (xy 112.790463 116.345019) (xy 112.72497 116.310012) (xy 112.653905 116.288455) (xy 112.58 116.281176) + (xy 112.332 116.281176) (xy 112.332 115.974642) (xy 112.334427 115.949999) (xy 112.332 115.925356) (xy 112.332 115.925347) + (xy 112.324736 115.851591) (xy 112.296031 115.756964) (xy 112.249417 115.669755) (xy 112.186684 115.593316) (xy 112.167538 115.577603) + (xy 111.652401 115.062467) (xy 111.636684 115.043316) (xy 111.614302 115.024948) (xy 111.703 114.93625) (xy 111.703 114.087) + (xy 111.957 114.087) (xy 111.957 114.93625) (xy 112.11575 115.095) (xy 112.58 115.098072) (xy 112.704482 115.085812) + (xy 112.82418 115.049502) (xy 112.934494 114.990537) (xy 113.031185 114.911185) (xy 113.110537 114.814494) (xy 113.169502 114.70418) + (xy 113.205812 114.584482) (xy 113.218072 114.46) (xy 113.215 114.24575) (xy 113.05625 114.087) (xy 111.957 114.087) + (xy 111.703 114.087) (xy 110.60375 114.087) (xy 110.445 114.24575) (xy 110.441928 114.46) (xy 110.454188 114.584482) + (xy 110.490498 114.70418) (xy 110.549463 114.814494) (xy 110.617994 114.898) (xy 109.687935 114.898) (xy 109.678759 114.888824) + (xy 109.88 114.888824) (xy 109.953905 114.881545) (xy 110.02497 114.859988) (xy 110.090463 114.824981) (xy 110.147869 114.777869) + (xy 110.194981 114.720463) (xy 110.229988 114.65497) (xy 110.251545 114.583905) (xy 110.258824 114.51) (xy 110.258824 113.636999) + (xy 110.444466 113.636999) (xy 110.445 113.67425) (xy 110.60375 113.833) (xy 111.703 113.833) (xy 111.703 113.813) + (xy 111.957 113.813) (xy 111.957 113.833) (xy 113.05625 113.833) (xy 113.215 113.67425) (xy 113.215534 113.636999) + (xy 114.239207 113.636999) (xy 114.270001 113.640032) (xy 114.300795 113.636999) (xy 114.392914 113.627926) (xy 114.511104 113.592074) + (xy 114.620029 113.533852) (xy 114.710018 113.46) (xy 115.601176 113.46) (xy 115.601176 114.46) (xy 115.608455 114.533905) + (xy 115.630012 114.60497) (xy 115.665019 114.670463) (xy 115.712131 114.727869) (xy 115.769537 114.774981) (xy 115.83503 114.809988) + (xy 115.906095 114.831545) (xy 115.98 114.838824) (xy 117.48 114.838824) (xy 117.553905 114.831545) (xy 117.62497 114.809988) + (xy 117.690463 114.774981) (xy 117.747869 114.727869) (xy 117.794981 114.670463) (xy 117.827666 114.609315) (xy 117.803 114.733321) + (xy 117.803 114.866679) (xy 117.829016 114.997474) (xy 117.88005 115.12068) (xy 117.95414 115.231563) (xy 118.048437 115.32586) + (xy 118.15932 115.39995) (xy 118.282526 115.450984) (xy 118.413321 115.477) (xy 118.546679 115.477) (xy 118.677474 115.450984) + (xy 118.80068 115.39995) (xy 118.911563 115.32586) (xy 119.00586 115.231563) (xy 119.07995 115.12068) (xy 119.130984 114.997474) + (xy 119.157 114.866679) (xy 119.157 114.733321) (xy 119.130984 114.602526) (xy 119.07995 114.47932) (xy 119.00586 114.368437) + (xy 118.982 114.344577) (xy 118.982 114.324645) (xy 118.984427 114.3) (xy 118.982 114.275354) (xy 118.982 114.275347) + (xy 118.974736 114.201591) (xy 118.964243 114.167) (xy 118.946031 114.106963) (xy 118.899417 114.019754) (xy 118.8524 113.962464) + (xy 118.852392 113.962456) (xy 118.836684 113.943316) (xy 118.817543 113.927607) (xy 118.512401 113.622467) (xy 118.496684 113.603316) + (xy 118.420245 113.540583) (xy 118.333036 113.493969) (xy 118.238409 113.465264) (xy 118.164653 113.458) (xy 118.164643 113.458) + (xy 118.14 113.455573) (xy 118.115357 113.458) (xy 117.858627 113.458) (xy 117.851545 113.386095) (xy 117.829988 113.31503) + (xy 117.794981 113.249537) (xy 117.747869 113.192131) (xy 117.690463 113.145019) (xy 117.62497 113.110012) (xy 117.553905 113.088455) + (xy 117.48 113.081176) (xy 115.98 113.081176) (xy 115.906095 113.088455) (xy 115.83503 113.110012) (xy 115.769537 113.145019) + (xy 115.712131 113.192131) (xy 115.665019 113.249537) (xy 115.630012 113.31503) (xy 115.608455 113.386095) (xy 115.601176 113.46) + (xy 114.710018 113.46) (xy 114.715502 113.4555) (xy 114.735139 113.431572) (xy 115.281579 112.885133) (xy 115.305501 112.865501) + (xy 115.383853 112.770028) (xy 115.39345 112.752074) (xy 115.442075 112.661104) (xy 115.45242 112.627) (xy 116.149206 112.627) + (xy 116.18 112.630033) (xy 116.210794 112.627) (xy 116.302913 112.617927) (xy 116.421103 112.582075) (xy 116.530028 112.523853) + (xy 116.625501 112.445501) (xy 116.645138 112.421573) (xy 117.151579 111.915133) (xy 117.175501 111.895501) (xy 117.253853 111.800028) + (xy 117.312075 111.691103) (xy 117.347927 111.572913) (xy 117.357 111.480794) (xy 117.357 111.480793) (xy 117.360033 111.450001) + (xy 117.357 111.419209) (xy 117.357 111.098824) (xy 117.48 111.098824) (xy 117.553905 111.091545) (xy 117.62497 111.069988) + (xy 117.690463 111.034981) (xy 117.747869 110.987869) (xy 117.794981 110.930463) (xy 117.829988 110.86497) (xy 117.851545 110.793905) + (xy 117.858824 110.72) (xy 117.858824 109.72) (xy 117.851545 109.646095) (xy 117.829988 109.57503) (xy 117.794981 109.509537) + (xy 117.747869 109.452131) (xy 117.690463 109.405019) (xy 117.62497 109.370012) (xy 117.553905 109.348455) (xy 117.48 109.341176) + (xy 115.98 109.341176) (xy 115.906095 109.348455) (xy 115.83503 109.370012) (xy 115.769537 109.405019) (xy 115.712131 109.452131) + (xy 115.665019 109.509537) (xy 115.630012 109.57503) (xy 115.608455 109.646095) (xy 115.601176 109.72) (xy 115.601176 110.72) + (xy 115.608455 110.793905) (xy 115.630012 110.86497) (xy 115.665019 110.930463) (xy 115.712131 110.987869) (xy 115.769537 111.034981) + (xy 115.83503 111.069988) (xy 115.906095 111.091545) (xy 115.98 111.098824) (xy 116.103 111.098824) (xy 116.103 111.190288) + (xy 115.920289 111.373) (xy 115.240323 111.373) (xy 115.198545 111.350669) (xy 115.101218 111.321145) (xy 115 111.311176) + (xy 114.72 111.311176) (xy 114.69259 111.313876) (xy 114.633247 111.240887) (xy 114.536921 111.161092) (xy 114.426878 111.101623) + (xy 114.307348 111.064765) (xy 114.18575 111.055) (xy 114.027 111.21375) (xy 114.027 111.873) (xy 114.047 111.873) + (xy 114.047 112.127) (xy 114.027 112.127) (xy 114.027 112.147) (xy 113.773 112.147) (xy 113.773 112.127) + (xy 113.14375 112.127) (xy 112.985 112.28575) (xy 112.981935 112.307077) (xy 112.989062 112.382999) (xy 109.083712 112.382999) + (xy 109.551579 111.915133) (xy 109.575501 111.895501) (xy 109.653853 111.800028) (xy 109.711102 111.692923) (xy 112.981935 111.692923) + (xy 112.985 111.71425) (xy 113.14375 111.873) (xy 113.773 111.873) (xy 113.773 111.21375) (xy 113.61425 111.055) + (xy 113.492652 111.064765) (xy 113.373122 111.101623) (xy 113.263079 111.161092) (xy 113.166753 111.240887) (xy 113.087844 111.337941) + (xy 113.029386 111.448524) (xy 112.993625 111.568387) (xy 112.981935 111.692923) (xy 109.711102 111.692923) (xy 109.712075 111.691103) + (xy 109.747927 111.572913) (xy 109.754326 111.507941) (xy 109.760033 111.450001) (xy 109.757 111.419207) (xy 109.757 111.078824) + (xy 109.88 111.078824) (xy 109.953905 111.071545) (xy 110.02497 111.049988) (xy 110.090463 111.014981) (xy 110.147869 110.967869) + (xy 110.194981 110.910463) (xy 110.229988 110.84497) (xy 110.251545 110.773905) (xy 110.258824 110.7) (xy 110.258824 109.7) + (xy 110.251545 109.626095) (xy 110.229988 109.55503) (xy 110.194981 109.489537) (xy 110.147869 109.432131) (xy 110.090463 109.385019) + (xy 110.02497 109.350012) (xy 109.953905 109.328455) (xy 109.88 109.321176) (xy 108.38 109.321176) (xy 108.306095 109.328455) + (xy 108.23503 109.350012) (xy 108.169537 109.385019) (xy 108.112131 109.432131) (xy 108.065019 109.489537) (xy 108.030012 109.55503) + (xy 108.008455 109.626095) (xy 108.001176 109.7) (xy 108.001176 110.7) (xy 108.008455 110.773905) (xy 108.030012 110.84497) + (xy 108.065019 110.910463) (xy 108.112131 110.967869) (xy 108.169537 111.014981) (xy 108.23503 111.049988) (xy 108.306095 111.071545) + (xy 108.38 111.078824) (xy 108.503 111.078824) (xy 108.503 111.190288) (xy 108.270289 111.423) (xy 107.840323 111.423) + (xy 107.798545 111.400669) (xy 107.701218 111.371145) (xy 107.6 111.361176) (xy 107.32 111.361176) (xy 107.29259 111.363876) + (xy 107.233247 111.290887) (xy 107.136921 111.211092) (xy 107.026878 111.151623) (xy 106.907348 111.114765) (xy 106.78575 111.105) + (xy 106.627 111.26375) (xy 106.627 111.923) (xy 106.647 111.923) (xy 106.647 112.177) (xy 106.627 112.177) + (xy 106.627 112.197) (xy 106.373 112.197) (xy 106.373 112.177) (xy 105.74375 112.177) (xy 105.585 112.33575) + (xy 105.581935 112.357077) (xy 105.584368 112.382999) (xy 101.583712 112.382999) (xy 101.951579 112.015133) (xy 101.975501 111.995501) + (xy 102.053853 111.900028) (xy 102.112075 111.791103) (xy 102.12669 111.742923) (xy 105.581935 111.742923) (xy 105.585 111.76425) + (xy 105.74375 111.923) (xy 106.373 111.923) (xy 106.373 111.26375) (xy 106.21425 111.105) (xy 106.092652 111.114765) + (xy 105.973122 111.151623) (xy 105.863079 111.211092) (xy 105.766753 111.290887) (xy 105.687844 111.387941) (xy 105.629386 111.498524) + (xy 105.593625 111.618387) (xy 105.581935 111.742923) (xy 102.12669 111.742923) (xy 102.147927 111.672913) (xy 102.150563 111.646147) + (xy 102.160033 111.550001) (xy 102.157 111.519207) (xy 102.157 111.078824) (xy 102.28 111.078824) (xy 102.353905 111.071545) + (xy 102.42497 111.049988) (xy 102.490463 111.014981) (xy 102.547869 110.967869) (xy 102.594981 110.910463) (xy 102.629988 110.84497) + (xy 102.651545 110.773905) (xy 102.658824 110.7) (xy 102.658824 109.7) (xy 102.651545 109.626095) (xy 102.629988 109.55503) + (xy 102.594981 109.489537) (xy 102.547869 109.432131) (xy 102.490463 109.385019) (xy 102.42497 109.350012) (xy 102.353905 109.328455) + (xy 102.28 109.321176) (xy 100.78 109.321176) (xy 100.706095 109.328455) (xy 100.63503 109.350012) (xy 100.569537 109.385019) + (xy 100.512131 109.432131) (xy 100.465019 109.489537) (xy 100.430012 109.55503) (xy 100.408455 109.626095) (xy 100.401176 109.7) + (xy 100.401176 110.7) (xy 100.408455 110.773905) (xy 100.430012 110.84497) (xy 100.465019 110.910463) (xy 100.512131 110.967869) + (xy 100.569537 111.014981) (xy 100.63503 111.049988) (xy 100.706095 111.071545) (xy 100.78 111.078824) (xy 100.903 111.078824) + (xy 100.903 111.290288) (xy 100.820289 111.373) (xy 100.260323 111.373) (xy 100.218545 111.350669) (xy 100.121218 111.321145) + (xy 100.02 111.311176) (xy 99.74 111.311176) (xy 99.71259 111.313876) (xy 99.653247 111.240887) (xy 99.556921 111.161092) + (xy 99.446878 111.101623) (xy 99.327348 111.064765) (xy 99.20575 111.055) (xy 99.047 111.21375) (xy 99.047 111.873) + (xy 99.067 111.873) (xy 99.067 112.127) (xy 99.047 112.127) (xy 99.047 112.147) (xy 98.793 112.147) + (xy 98.793 112.127) (xy 98.16375 112.127) (xy 98.005 112.28575) (xy 98.001935 112.307077) (xy 98.009062 112.382999) + (xy 93.983712 112.382999) (xy 94.351579 112.015133) (xy 94.375501 111.995501) (xy 94.453853 111.900028) (xy 94.512075 111.791103) + (xy 94.541857 111.692923) (xy 98.001935 111.692923) (xy 98.005 111.71425) (xy 98.16375 111.873) (xy 98.793 111.873) + (xy 98.793 111.21375) (xy 98.63425 111.055) (xy 98.512652 111.064765) (xy 98.393122 111.101623) (xy 98.283079 111.161092) + (xy 98.186753 111.240887) (xy 98.107844 111.337941) (xy 98.049386 111.448524) (xy 98.013625 111.568387) (xy 98.001935 111.692923) + (xy 94.541857 111.692923) (xy 94.547927 111.672913) (xy 94.550563 111.646147) (xy 94.560033 111.550001) (xy 94.557 111.519207) + (xy 94.557 111.068824) (xy 94.68 111.068824) (xy 94.753905 111.061545) (xy 94.82497 111.039988) (xy 94.890463 111.004981) + (xy 94.947869 110.957869) (xy 94.994981 110.900463) (xy 95.029988 110.83497) (xy 95.051545 110.763905) (xy 95.058824 110.69) + (xy 95.058824 109.69) (xy 95.051545 109.616095) (xy 95.029988 109.54503) (xy 94.994981 109.479537) (xy 94.947869 109.422131) + (xy 94.890463 109.375019) (xy 94.82497 109.340012) (xy 94.753905 109.318455) (xy 94.68 109.311176) (xy 93.18 109.311176) + (xy 93.106095 109.318455) (xy 93.03503 109.340012) (xy 92.969537 109.375019) (xy 92.912131 109.422131) (xy 92.865019 109.479537) + (xy 92.830012 109.54503) (xy 92.808455 109.616095) (xy 92.801176 109.69) (xy 92.801176 110.69) (xy 92.808455 110.763905) + (xy 92.830012 110.83497) (xy 92.865019 110.900463) (xy 92.912131 110.957869) (xy 92.969537 111.004981) (xy 93.03503 111.039988) + (xy 93.106095 111.061545) (xy 93.18 111.068824) (xy 93.303 111.068824) (xy 93.303 111.290288) (xy 93.140289 111.453) + (xy 92.540323 111.453) (xy 92.498545 111.430669) (xy 92.401218 111.401145) (xy 92.3 111.391176) (xy 92.02 111.391176) + (xy 91.99259 111.393876) (xy 91.933247 111.320887) (xy 91.836921 111.241092) (xy 91.726878 111.181623) (xy 91.607348 111.144765) + (xy 91.48575 111.135) (xy 91.327 111.29375) (xy 91.327 111.953) (xy 91.347 111.953) (xy 91.347 112.207) + (xy 91.327 112.207) (xy 91.327 112.227) (xy 91.073 112.227) (xy 91.073 112.207) (xy 90.44375 112.207) + (xy 90.285 112.36575) (xy 90.282521 112.382999) (xy 86.183712 112.382999) (xy 86.751579 111.815133) (xy 86.775501 111.795501) + (xy 86.79403 111.772923) (xy 90.281935 111.772923) (xy 90.285 111.79425) (xy 90.44375 111.953) (xy 91.073 111.953) + (xy 91.073 111.29375) (xy 90.91425 111.135) (xy 90.792652 111.144765) (xy 90.673122 111.181623) (xy 90.563079 111.241092) + (xy 90.466753 111.320887) (xy 90.387844 111.417941) (xy 90.329386 111.528524) (xy 90.293625 111.648387) (xy 90.281935 111.772923) + (xy 86.79403 111.772923) (xy 86.853853 111.700028) (xy 86.912075 111.591103) (xy 86.947927 111.472913) (xy 86.957 111.380794) + (xy 86.957 111.380793) (xy 86.960033 111.35) (xy 86.957 111.319206) (xy 86.957 111.058824) (xy 87.08 111.058824) + (xy 87.153905 111.051545) (xy 87.22497 111.029988) (xy 87.290463 110.994981) (xy 87.347869 110.947869) (xy 87.394981 110.890463) + (xy 87.429988 110.82497) (xy 87.451545 110.753905) (xy 87.458824 110.68) (xy 87.458824 109.68) (xy 87.451545 109.606095) + (xy 87.429988 109.53503) (xy 87.394981 109.469537) (xy 87.347869 109.412131) (xy 87.290463 109.365019) (xy 87.22497 109.330012) + (xy 87.153905 109.308455) (xy 87.08 109.301176) (xy 85.58 109.301176) (xy 85.506095 109.308455) (xy 85.43503 109.330012) + (xy 85.369537 109.365019) (xy 85.312131 109.412131) (xy 85.265019 109.469537) (xy 85.230012 109.53503) (xy 85.208455 109.606095) + (xy 85.201176 109.68) (xy 85.201176 110.68) (xy 85.208455 110.753905) (xy 85.230012 110.82497) (xy 85.265019 110.890463) + (xy 85.312131 110.947869) (xy 85.369537 110.994981) (xy 85.43503 111.029988) (xy 85.506095 111.051545) (xy 85.58 111.058824) + (xy 85.703 111.058824) (xy 85.703 111.090288) (xy 85.420289 111.373) (xy 84.940323 111.373) (xy 84.898545 111.350669) + (xy 84.801218 111.321145) (xy 84.7 111.311176) (xy 84.42 111.311176) (xy 84.39259 111.313876) (xy 84.333247 111.240887) + (xy 84.236921 111.161092) (xy 84.126878 111.101623) (xy 84.007348 111.064765) (xy 83.88575 111.055) (xy 83.727 111.21375) + (xy 83.727 111.873) (xy 83.747 111.873) (xy 83.747 112.127) (xy 83.727 112.127) (xy 83.727 112.147) + (xy 83.473 112.147) (xy 83.473 112.127) (xy 82.84375 112.127) (xy 82.685 112.28575) (xy 82.681935 112.307077) + (xy 82.689062 112.382999) (xy 78.683712 112.382999) (xy 79.151579 111.915133) (xy 79.175501 111.895501) (xy 79.253853 111.800028) + (xy 79.311102 111.692923) (xy 82.681935 111.692923) (xy 82.685 111.71425) (xy 82.84375 111.873) (xy 83.473 111.873) + (xy 83.473 111.21375) (xy 83.31425 111.055) (xy 83.192652 111.064765) (xy 83.073122 111.101623) (xy 82.963079 111.161092) + (xy 82.866753 111.240887) (xy 82.787844 111.337941) (xy 82.729386 111.448524) (xy 82.693625 111.568387) (xy 82.681935 111.692923) + (xy 79.311102 111.692923) (xy 79.312075 111.691103) (xy 79.347927 111.572913) (xy 79.357 111.480794) (xy 79.357 111.480793) + (xy 79.360033 111.450001) (xy 79.357 111.419209) (xy 79.357 111.068824) (xy 79.48 111.068824) (xy 79.553905 111.061545) + (xy 79.62497 111.039988) (xy 79.690463 111.004981) (xy 79.747869 110.957869) (xy 79.794981 110.900463) (xy 79.829988 110.83497) + (xy 79.851545 110.763905) (xy 79.858824 110.69) (xy 79.858824 109.69) (xy 79.851545 109.616095) (xy 79.829988 109.54503) + (xy 79.794981 109.479537) (xy 79.747869 109.422131) (xy 79.690463 109.375019) (xy 79.62497 109.340012) (xy 79.553905 109.318455) + (xy 79.48 109.311176) (xy 77.98 109.311176) (xy 77.906095 109.318455) (xy 77.83503 109.340012) (xy 77.769537 109.375019) + (xy 77.712131 109.422131) (xy 77.665019 109.479537) (xy 77.630012 109.54503) (xy 77.608455 109.616095) (xy 77.601176 109.69) + (xy 77.601176 110.69) (xy 77.608455 110.763905) (xy 77.630012 110.83497) (xy 77.665019 110.900463) (xy 77.712131 110.957869) + (xy 77.769537 111.004981) (xy 77.83503 111.039988) (xy 77.906095 111.061545) (xy 77.98 111.068824) (xy 78.103 111.068824) + (xy 78.103 111.190288) (xy 77.920289 111.373) (xy 77.360323 111.373) (xy 77.318545 111.350669) (xy 77.221218 111.321145) + (xy 77.12 111.311176) (xy 76.84 111.311176) (xy 76.81259 111.313876) (xy 76.753247 111.240887) (xy 76.656921 111.161092) + (xy 76.546878 111.101623) (xy 76.427348 111.064765) (xy 76.30575 111.055) (xy 76.147 111.21375) (xy 76.147 111.873) + (xy 76.167 111.873) (xy 76.167 112.127) (xy 76.147 112.127) (xy 76.147 112.147) (xy 75.893 112.147) + (xy 75.893 112.127) (xy 75.26375 112.127) (xy 75.105 112.28575) (xy 75.101935 112.307077) (xy 75.109062 112.382999) + (xy 71.283712 112.382999) (xy 71.551574 112.115137) (xy 71.575501 112.095501) (xy 71.653853 112.000028) (xy 71.712075 111.891103) + (xy 71.747927 111.772913) (xy 71.755805 111.692923) (xy 75.101935 111.692923) (xy 75.105 111.71425) (xy 75.26375 111.873) + (xy 75.893 111.873) (xy 75.893 111.21375) (xy 75.73425 111.055) (xy 75.612652 111.064765) (xy 75.493122 111.101623) + (xy 75.383079 111.161092) (xy 75.286753 111.240887) (xy 75.207844 111.337941) (xy 75.149386 111.448524) (xy 75.113625 111.568387) + (xy 75.101935 111.692923) (xy 71.755805 111.692923) (xy 71.757 111.680794) (xy 71.757 111.680793) (xy 71.760033 111.650001) + (xy 71.757 111.619209) (xy 71.757 111.068824) (xy 71.88 111.068824) (xy 71.953905 111.061545) (xy 72.02497 111.039988) + (xy 72.090463 111.004981) (xy 72.147869 110.957869) (xy 72.194981 110.900463) (xy 72.229988 110.83497) (xy 72.251545 110.763905) + (xy 72.258824 110.69) (xy 72.258824 109.69) (xy 72.251545 109.616095) (xy 72.229988 109.54503) (xy 72.194981 109.479537) + (xy 72.147869 109.422131) (xy 72.090463 109.375019) (xy 72.02497 109.340012) (xy 71.953905 109.318455) (xy 71.88 109.311176) + (xy 70.38 109.311176) (xy 70.306095 109.318455) (xy 70.23503 109.340012) (xy 70.169537 109.375019) (xy 70.112131 109.422131) + (xy 70.065019 109.479537) (xy 70.030012 109.54503) (xy 70.008455 109.616095) (xy 70.001176 109.69) (xy 70.001176 110.69) + (xy 70.008455 110.763905) (xy 70.030012 110.83497) (xy 70.065019 110.900463) (xy 70.112131 110.957869) (xy 70.169537 111.004981) + (xy 70.23503 111.039988) (xy 70.306095 111.061545) (xy 70.38 111.068824) (xy 70.503 111.068824) (xy 70.503 111.390289) + (xy 70.480289 111.413) (xy 69.760323 111.413) (xy 69.718545 111.390669) (xy 69.621218 111.361145) (xy 69.52 111.351176) + (xy 69.24 111.351176) (xy 69.21259 111.353876) (xy 69.153247 111.280887) (xy 69.056921 111.201092) (xy 68.946878 111.141623) + (xy 68.827348 111.104765) (xy 68.70575 111.095) (xy 68.547 111.25375) (xy 68.547 111.913) (xy 68.567 111.913) + (xy 68.567 112.167) (xy 68.547 112.167) (xy 68.547 112.187) (xy 68.293 112.187) (xy 68.293 112.167) + (xy 67.66375 112.167) (xy 67.505 112.32575) (xy 67.501935 112.347077) (xy 67.505307 112.382999) (xy 63.783712 112.382999) + (xy 63.951574 112.215137) (xy 63.975501 112.195501) (xy 64.053853 112.100028) (xy 64.112075 111.991103) (xy 64.147927 111.872913) + (xy 64.157 111.780794) (xy 64.157 111.780793) (xy 64.160033 111.750001) (xy 64.158351 111.732923) (xy 67.501935 111.732923) + (xy 67.505 111.75425) (xy 67.66375 111.913) (xy 68.293 111.913) (xy 68.293 111.25375) (xy 68.13425 111.095) + (xy 68.012652 111.104765) (xy 67.893122 111.141623) (xy 67.783079 111.201092) (xy 67.686753 111.280887) (xy 67.607844 111.377941) + (xy 67.549386 111.488524) (xy 67.513625 111.608387) (xy 67.501935 111.732923) (xy 64.158351 111.732923) (xy 64.157 111.719209) + (xy 64.157 111.068824) (xy 64.28 111.068824) (xy 64.353905 111.061545) (xy 64.42497 111.039988) (xy 64.490463 111.004981) + (xy 64.547869 110.957869) (xy 64.594981 110.900463) (xy 64.629988 110.83497) (xy 64.651545 110.763905) (xy 64.658824 110.69) + (xy 64.658824 109.69) (xy 64.651545 109.616095) (xy 64.629988 109.54503) (xy 64.594981 109.479537) (xy 64.547869 109.422131) + (xy 64.490463 109.375019) (xy 64.42497 109.340012) (xy 64.353905 109.318455) (xy 64.28 109.311176) (xy 62.78 109.311176) + (xy 62.706095 109.318455) (xy 62.63503 109.340012) (xy 62.569537 109.375019) (xy 62.512131 109.422131) (xy 62.465019 109.479537) + (xy 62.430012 109.54503) (xy 62.408455 109.616095) (xy 62.401176 109.69) (xy 62.401176 110.69) (xy 62.408455 110.763905) + (xy 62.430012 110.83497) (xy 62.465019 110.900463) (xy 62.512131 110.957869) (xy 62.569537 111.004981) (xy 62.63503 111.039988) + (xy 62.706095 111.061545) (xy 62.78 111.068824) (xy 62.903 111.068824) (xy 62.903 111.453) (xy 62.220323 111.453) + (xy 62.178545 111.430669) (xy 62.081218 111.401145) (xy 61.98 111.391176) (xy 61.7 111.391176) (xy 61.67259 111.393876) + (xy 61.613247 111.320887) (xy 61.516921 111.241092) (xy 61.406878 111.181623) (xy 61.287348 111.144765) (xy 61.16575 111.135) + (xy 61.007 111.29375) (xy 61.007 111.953) (xy 61.027 111.953) (xy 61.027 112.207) (xy 61.007 112.207) + (xy 61.007 112.227) (xy 60.753 112.227) (xy 60.753 112.207) (xy 60.12375 112.207) (xy 59.965 112.36575) + (xy 59.962521 112.382999) (xy 56.183712 112.382999) (xy 56.351574 112.215137) (xy 56.375501 112.195501) (xy 56.453853 112.100028) + (xy 56.512075 111.991103) (xy 56.547927 111.872913) (xy 56.557 111.780794) (xy 56.557 111.780793) (xy 56.557775 111.772923) + (xy 59.961935 111.772923) (xy 59.965 111.79425) (xy 60.12375 111.953) (xy 60.753 111.953) (xy 60.753 111.29375) + (xy 60.59425 111.135) (xy 60.472652 111.144765) (xy 60.353122 111.181623) (xy 60.243079 111.241092) (xy 60.146753 111.320887) + (xy 60.067844 111.417941) (xy 60.009386 111.528524) (xy 59.973625 111.648387) (xy 59.961935 111.772923) (xy 56.557775 111.772923) + (xy 56.560033 111.750001) (xy 56.557 111.719209) (xy 56.557 111.108824) (xy 56.68 111.108824) (xy 56.753905 111.101545) + (xy 56.82497 111.079988) (xy 56.890463 111.044981) (xy 56.947869 110.997869) (xy 56.994981 110.940463) (xy 57.029988 110.87497) + (xy 57.051545 110.803905) (xy 57.058824 110.73) (xy 57.058824 109.73) (xy 57.051545 109.656095) (xy 57.029988 109.58503) + (xy 56.994981 109.519537) (xy 56.947869 109.462131) (xy 56.890463 109.415019) (xy 56.82497 109.380012) (xy 56.753905 109.358455) + (xy 56.68 109.351176) (xy 55.18 109.351176) (xy 55.106095 109.358455) (xy 55.03503 109.380012) (xy 54.969537 109.415019) + (xy 54.912131 109.462131) (xy 54.865019 109.519537) (xy 54.830012 109.58503) (xy 54.808455 109.656095) (xy 54.801176 109.73) + (xy 54.801176 110.73) (xy 54.808455 110.803905) (xy 54.830012 110.87497) (xy 54.865019 110.940463) (xy 54.912131 110.997869) + (xy 54.969537 111.044981) (xy 55.03503 111.079988) (xy 55.106095 111.101545) (xy 55.18 111.108824) (xy 55.303 111.108824) + (xy 55.303 111.490289) (xy 55.270289 111.523) (xy 54.540323 111.523) (xy 54.498545 111.500669) (xy 54.401218 111.471145) + (xy 54.3 111.461176) (xy 54.02 111.461176) (xy 53.99259 111.463876) (xy 53.933247 111.390887) (xy 53.836921 111.311092) + (xy 53.726878 111.251623) (xy 53.607348 111.214765) (xy 53.48575 111.205) (xy 53.327 111.36375) (xy 53.327 112.023) + (xy 53.347 112.023) (xy 53.347 112.277) (xy 53.327 112.277) (xy 53.327 112.297) (xy 53.073 112.297) + (xy 53.073 112.277) (xy 52.44375 112.277) (xy 52.337751 112.382999) (xy 48.583712 112.382999) (xy 48.751574 112.215137) + (xy 48.775501 112.195501) (xy 48.853853 112.100028) (xy 48.912075 111.991103) (xy 48.947927 111.872913) (xy 48.95088 111.842923) + (xy 52.281935 111.842923) (xy 52.285 111.86425) (xy 52.44375 112.023) (xy 53.073 112.023) (xy 53.073 111.36375) + (xy 52.91425 111.205) (xy 52.792652 111.214765) (xy 52.673122 111.251623) (xy 52.563079 111.311092) (xy 52.466753 111.390887) + (xy 52.387844 111.487941) (xy 52.329386 111.598524) (xy 52.293625 111.718387) (xy 52.281935 111.842923) (xy 48.95088 111.842923) + (xy 48.957 111.780794) (xy 48.957 111.780793) (xy 48.960033 111.75) (xy 48.957 111.719206) (xy 48.957 111.148824) + (xy 49.08 111.148824) (xy 49.153905 111.141545) (xy 49.22497 111.119988) (xy 49.290463 111.084981) (xy 49.347869 111.037869) + (xy 49.394981 110.980463) (xy 49.429988 110.91497) (xy 49.451545 110.843905) (xy 49.458824 110.77) (xy 49.458824 109.77) + (xy 49.451545 109.696095) (xy 49.429988 109.62503) (xy 49.394981 109.559537) (xy 49.347869 109.502131) (xy 49.290463 109.455019) + (xy 49.22497 109.420012) (xy 49.153905 109.398455) (xy 49.08 109.391176) (xy 47.58 109.391176) (xy 47.506095 109.398455) + (xy 47.43503 109.420012) (xy 47.369537 109.455019) (xy 47.312131 109.502131) (xy 47.265019 109.559537) (xy 47.230012 109.62503) + (xy 47.208455 109.696095) (xy 47.201176 109.77) (xy 47.201176 110.77) (xy 47.208455 110.843905) (xy 47.230012 110.91497) + (xy 47.265019 110.980463) (xy 47.312131 111.037869) (xy 47.369537 111.084981) (xy 47.43503 111.119988) (xy 47.506095 111.141545) + (xy 47.58 111.148824) (xy 47.703 111.148824) (xy 47.703 111.490289) (xy 47.650289 111.543) (xy 46.940323 111.543) + (xy 46.898545 111.520669) (xy 46.801218 111.491145) (xy 46.7 111.481176) (xy 46.42 111.481176) (xy 46.39259 111.483876) + (xy 46.333247 111.410887) (xy 46.236921 111.331092) (xy 46.126878 111.271623) (xy 46.007348 111.234765) (xy 45.88575 111.225) + (xy 45.727 111.38375) (xy 45.727 112.043) (xy 45.747 112.043) (xy 45.747 112.297) (xy 45.727 112.297) + (xy 45.727 112.317) (xy 45.473 112.317) (xy 45.473 112.297) (xy 44.84375 112.297) (xy 44.757751 112.382999) + (xy 43.685968 112.382999) (xy 43.682915 112.382073) (xy 43.590796 112.373) (xy 43.560002 112.369967) (xy 43.529208 112.373) + (xy 40.507 112.373) (xy 40.507 111.862923) (xy 44.681935 111.862923) (xy 44.685 111.88425) (xy 44.84375 112.043) + (xy 45.473 112.043) (xy 45.473 111.38375) (xy 45.31425 111.225) (xy 45.192652 111.234765) (xy 45.073122 111.271623) + (xy 44.963079 111.331092) (xy 44.866753 111.410887) (xy 44.787844 111.507941) (xy 44.729386 111.618524) (xy 44.693625 111.738387) + (xy 44.681935 111.862923) (xy 40.507 111.862923) (xy 40.507 108.323472) (xy 40.903 108.323472) (xy 40.903 108.476528) + (xy 40.932859 108.626643) (xy 40.991431 108.768048) (xy 41.076464 108.895309) (xy 41.178 108.996845) (xy 41.178001 109.675347) + (xy 41.175573 109.7) (xy 41.185265 109.798409) (xy 41.21397 109.893036) (xy 41.260584 109.980245) (xy 41.307601 110.037535) + (xy 41.307604 110.037538) (xy 41.323317 110.056684) (xy 41.342462 110.072396) (xy 41.877607 110.607543) (xy 41.893316 110.626684) + (xy 41.912456 110.642392) (xy 41.912464 110.6424) (xy 41.969754 110.689417) (xy 42.016368 110.714332) (xy 42.056964 110.736031) + (xy 42.151591 110.764736) (xy 42.225347 110.772) (xy 42.225357 110.772) (xy 42.25 110.774427) (xy 42.274643 110.772) + (xy 42.301373 110.772) (xy 42.308455 110.843905) (xy 42.330012 110.91497) (xy 42.365019 110.980463) (xy 42.412131 111.037869) + (xy 42.469537 111.084981) (xy 42.53503 111.119988) (xy 42.606095 111.141545) (xy 42.68 111.148824) (xy 44.18 111.148824) + (xy 44.253905 111.141545) (xy 44.32497 111.119988) (xy 44.390463 111.084981) (xy 44.447869 111.037869) (xy 44.494981 110.980463) + (xy 44.529988 110.91497) (xy 44.551545 110.843905) (xy 44.558824 110.77) (xy 44.558824 109.77) (xy 44.551545 109.696095) + (xy 44.529988 109.62503) (xy 44.494981 109.559537) (xy 44.447869 109.502131) (xy 44.390463 109.455019) (xy 44.32497 109.420012) + (xy 44.253905 109.398455) (xy 44.18 109.391176) (xy 42.68 109.391176) (xy 42.606095 109.398455) (xy 42.53503 109.420012) + (xy 42.469537 109.455019) (xy 42.412131 109.502131) (xy 42.365019 109.559537) (xy 42.330012 109.62503) (xy 42.32651 109.636575) + (xy 42.182 109.492065) (xy 42.182 108.996845) (xy 42.283536 108.895309) (xy 42.368569 108.768048) (xy 42.427141 108.626643) + (xy 42.457 108.476528) (xy 42.457 108.323472) (xy 42.427141 108.173357) (xy 42.417302 108.149604) (xy 42.43582 108.159502) + (xy 42.555518 108.195812) (xy 42.68 108.208072) (xy 43.14425 108.205) (xy 43.303 108.04625) (xy 43.303 107.197) + (xy 43.557 107.197) (xy 43.557 108.04625) (xy 43.71575 108.205) (xy 44.18 108.208072) (xy 44.304482 108.195812) + (xy 44.42418 108.159502) (xy 44.534494 108.100537) (xy 44.631185 108.021185) (xy 44.710537 107.924494) (xy 44.769502 107.81418) + (xy 44.805812 107.694482) (xy 44.818072 107.57) (xy 44.815 107.35575) (xy 44.65625 107.197) (xy 43.557 107.197) + (xy 43.303 107.197) (xy 42.20375 107.197) (xy 42.045 107.35575) (xy 42.041928 107.57) (xy 42.054188 107.694482) + (xy 42.062197 107.720885) (xy 42.048048 107.711431) (xy 41.906643 107.652859) (xy 41.756528 107.623) (xy 41.603472 107.623) + (xy 41.453357 107.652859) (xy 41.311952 107.711431) (xy 41.184691 107.796464) (xy 41.076464 107.904691) (xy 40.991431 108.031952) + (xy 40.932859 108.173357) (xy 40.903 108.323472) (xy 40.507 108.323472) (xy 40.507 106.656999) (xy 42.043175 106.656999) + (xy 42.045 106.78425) (xy 42.20375 106.943) (xy 43.303 106.943) (xy 43.303 106.923) (xy 43.557 106.923) + (xy 43.557 106.943) (xy 44.65625 106.943) (xy 44.815 106.78425) (xy 44.816825 106.656999) (xy 46.679207 106.656999) + (xy 46.709998 106.660032) (xy 46.74079 106.656999) (xy 47.201176 106.656999) (xy 47.201176 107.57) (xy 47.208455 107.643905) + (xy 47.230012 107.71497) (xy 47.265019 107.780463) (xy 47.312131 107.837869) (xy 47.369537 107.884981) (xy 47.43503 107.919988) + (xy 47.506095 107.941545) (xy 47.58 107.948824) (xy 47.828001 107.948824) (xy 47.828001 108.225347) (xy 47.825573 108.25) + (xy 47.835265 108.348409) (xy 47.86397 108.443036) (xy 47.910584 108.530245) (xy 47.957601 108.587535) (xy 47.957604 108.587538) + (xy 47.973317 108.606684) (xy 47.992463 108.622397) (xy 48.407603 109.037538) (xy 48.423316 109.056684) (xy 48.499755 109.119417) + (xy 48.586964 109.166031) (xy 48.681591 109.194736) (xy 48.755347 109.202) (xy 48.755356 109.202) (xy 48.779999 109.204427) + (xy 48.804642 109.202) (xy 50.372066 109.202) (xy 50.521241 109.351176) (xy 50.28 109.351176) (xy 50.206095 109.358455) + (xy 50.13503 109.380012) (xy 50.069537 109.415019) (xy 50.012131 109.462131) (xy 49.965019 109.519537) (xy 49.930012 109.58503) + (xy 49.908455 109.656095) (xy 49.901176 109.73) (xy 49.901176 110.73) (xy 49.908455 110.803905) (xy 49.930012 110.87497) + (xy 49.965019 110.940463) (xy 50.012131 110.997869) (xy 50.069537 111.044981) (xy 50.13503 111.079988) (xy 50.206095 111.101545) + (xy 50.28 111.108824) (xy 51.78 111.108824) (xy 51.853905 111.101545) (xy 51.92497 111.079988) (xy 51.990463 111.044981) + (xy 52.047869 110.997869) (xy 52.094981 110.940463) (xy 52.129988 110.87497) (xy 52.151545 110.803905) (xy 52.158824 110.73) + (xy 52.158824 109.73) (xy 52.151545 109.656095) (xy 52.129988 109.58503) (xy 52.094981 109.519537) (xy 52.047869 109.462131) + (xy 51.990463 109.415019) (xy 51.92497 109.380012) (xy 51.853905 109.358455) (xy 51.78 109.351176) (xy 51.532 109.351176) + (xy 51.532 109.174642) (xy 51.534427 109.149999) (xy 51.532 109.125356) (xy 51.532 109.125347) (xy 51.524736 109.051591) + (xy 51.496031 108.956964) (xy 51.449417 108.869755) (xy 51.422974 108.837535) (xy 51.402399 108.812464) (xy 51.402397 108.812462) + (xy 51.386684 108.793316) (xy 51.367538 108.777603) (xy 50.952401 108.362467) (xy 50.936684 108.343316) (xy 50.860245 108.280583) + (xy 50.773036 108.233969) (xy 50.678409 108.205264) (xy 50.604653 108.198) (xy 50.604643 108.198) (xy 50.58 108.195573) + (xy 50.555357 108.198) (xy 48.987935 108.198) (xy 48.832 108.042066) (xy 48.832 107.948824) (xy 49.08 107.948824) + (xy 49.153905 107.941545) (xy 49.22497 107.919988) (xy 49.290463 107.884981) (xy 49.347869 107.837869) (xy 49.394981 107.780463) + (xy 49.429988 107.71497) (xy 49.451545 107.643905) (xy 49.458824 107.57) (xy 49.458824 107.53) (xy 49.641928 107.53) + (xy 49.654188 107.654482) (xy 49.690498 107.77418) (xy 49.749463 107.884494) (xy 49.828815 107.981185) (xy 49.925506 108.060537) + (xy 50.03582 108.119502) (xy 50.155518 108.155812) (xy 50.28 108.168072) (xy 50.74425 108.165) (xy 50.903 108.00625) + (xy 50.903 107.157) (xy 51.157 107.157) (xy 51.157 108.00625) (xy 51.31575 108.165) (xy 51.78 108.168072) + (xy 51.904482 108.155812) (xy 52.02418 108.119502) (xy 52.134494 108.060537) (xy 52.231185 107.981185) (xy 52.310537 107.884494) + (xy 52.369502 107.77418) (xy 52.405812 107.654482) (xy 52.418072 107.53) (xy 52.415 107.31575) (xy 52.25625 107.157) + (xy 51.157 107.157) (xy 50.903 107.157) (xy 49.80375 107.157) (xy 49.645 107.31575) (xy 49.641928 107.53) + (xy 49.458824 107.53) (xy 49.458824 106.656999) (xy 49.643749 106.656999) (xy 49.645 106.74425) (xy 49.80375 106.903) + (xy 50.903 106.903) (xy 50.903 106.883) (xy 51.157 106.883) (xy 51.157 106.903) (xy 52.25625 106.903) + (xy 52.415 106.74425) (xy 52.416251 106.656999) (xy 54.279205 106.656999) (xy 54.309999 106.660032) (xy 54.340793 106.656999) + (xy 54.801176 106.656999) (xy 54.801176 107.53) (xy 54.808455 107.603905) (xy 54.830012 107.67497) (xy 54.865019 107.740463) + (xy 54.912131 107.797869) (xy 54.969537 107.844981) (xy 55.03503 107.879988) (xy 55.106095 107.901545) (xy 55.18 107.908824) + (xy 55.428001 107.908824) (xy 55.428001 108.025347) (xy 55.425573 108.05) (xy 55.435265 108.148409) (xy 55.46397 108.243036) + (xy 55.510584 108.330245) (xy 55.557601 108.387535) (xy 55.557604 108.387538) (xy 55.573317 108.406684) (xy 55.592463 108.422397) + (xy 56.107603 108.937538) (xy 56.123316 108.956684) (xy 56.142462 108.972397) (xy 56.142464 108.972399) (xy 56.16968 108.994735) + (xy 56.199755 109.019417) (xy 56.286964 109.066031) (xy 56.381591 109.094736) (xy 56.455347 109.102) (xy 56.455356 109.102) + (xy 56.479999 109.104427) (xy 56.504642 109.102) (xy 57.972066 109.102) (xy 58.128 109.257935) (xy 58.128 109.311176) + (xy 57.88 109.311176) (xy 57.806095 109.318455) (xy 57.73503 109.340012) (xy 57.669537 109.375019) (xy 57.612131 109.422131) + (xy 57.565019 109.479537) (xy 57.530012 109.54503) (xy 57.508455 109.616095) (xy 57.501176 109.69) (xy 57.501176 110.69) + (xy 57.508455 110.763905) (xy 57.530012 110.83497) (xy 57.565019 110.900463) (xy 57.612131 110.957869) (xy 57.669537 111.004981) + (xy 57.73503 111.039988) (xy 57.806095 111.061545) (xy 57.88 111.068824) (xy 59.38 111.068824) (xy 59.453905 111.061545) + (xy 59.52497 111.039988) (xy 59.590463 111.004981) (xy 59.647869 110.957869) (xy 59.694981 110.900463) (xy 59.729988 110.83497) + (xy 59.751545 110.763905) (xy 59.758824 110.69) (xy 59.758824 109.69) (xy 59.751545 109.616095) (xy 59.729988 109.54503) + (xy 59.694981 109.479537) (xy 59.647869 109.422131) (xy 59.590463 109.375019) (xy 59.52497 109.340012) (xy 59.453905 109.318455) + (xy 59.38 109.311176) (xy 59.132 109.311176) (xy 59.132 109.074642) (xy 59.134427 109.049999) (xy 59.132 109.025356) + (xy 59.132 109.025347) (xy 59.124736 108.951591) (xy 59.096031 108.856964) (xy 59.049417 108.769755) (xy 59.017269 108.730583) + (xy 59.002399 108.712464) (xy 59.002397 108.712462) (xy 58.986684 108.693316) (xy 58.967538 108.677603) (xy 58.552401 108.262467) + (xy 58.536684 108.243316) (xy 58.460245 108.180583) (xy 58.373036 108.133969) (xy 58.343486 108.125005) (xy 58.34425 108.125) + (xy 58.503 107.96625) (xy 58.503 107.117) (xy 58.757 107.117) (xy 58.757 107.96625) (xy 58.91575 108.125) + (xy 59.38 108.128072) (xy 59.504482 108.115812) (xy 59.62418 108.079502) (xy 59.734494 108.020537) (xy 59.831185 107.941185) + (xy 59.910537 107.844494) (xy 59.969502 107.73418) (xy 60.005812 107.614482) (xy 60.018072 107.49) (xy 60.015 107.27575) + (xy 59.85625 107.117) (xy 58.757 107.117) (xy 58.503 107.117) (xy 57.40375 107.117) (xy 57.245 107.27575) + (xy 57.241928 107.49) (xy 57.254188 107.614482) (xy 57.290498 107.73418) (xy 57.349463 107.844494) (xy 57.428815 107.941185) + (xy 57.525506 108.020537) (xy 57.63582 108.079502) (xy 57.6968 108.098) (xy 56.687935 108.098) (xy 56.498758 107.908824) + (xy 56.68 107.908824) (xy 56.753905 107.901545) (xy 56.82497 107.879988) (xy 56.890463 107.844981) (xy 56.947869 107.797869) + (xy 56.994981 107.740463) (xy 57.029988 107.67497) (xy 57.051545 107.603905) (xy 57.058824 107.53) (xy 57.058824 106.656999) + (xy 57.244322 106.656999) (xy 57.245 106.70425) (xy 57.40375 106.863) (xy 58.503 106.863) (xy 58.503 106.843) + (xy 58.757 106.843) (xy 58.757 106.863) (xy 59.85625 106.863) (xy 60.015 106.70425) (xy 60.015678 106.656999) + (xy 61.979205 106.656999) (xy 62.009999 106.660032) (xy 62.040793 106.656999) (xy 62.401176 106.656999) (xy 62.401176 107.49) + (xy 62.408455 107.563905) (xy 62.430012 107.63497) (xy 62.465019 107.700463) (xy 62.512131 107.757869) (xy 62.569537 107.804981) + (xy 62.63503 107.839988) (xy 62.706095 107.861545) (xy 62.78 107.868824) (xy 63.027427 107.868824) (xy 63.035265 107.948409) + (xy 63.06397 108.043036) (xy 63.110584 108.130245) (xy 63.157601 108.187535) (xy 63.157604 108.187538) (xy 63.173317 108.206684) + (xy 63.192463 108.222397) (xy 63.907603 108.937538) (xy 63.923316 108.956684) (xy 63.942462 108.972397) (xy 63.942464 108.972399) + (xy 63.96968 108.994735) (xy 63.999755 109.019417) (xy 64.086964 109.066031) (xy 64.181591 109.094736) (xy 64.255347 109.102) + (xy 64.255356 109.102) (xy 64.279999 109.104427) (xy 64.304642 109.102) (xy 65.672065 109.102) (xy 65.728 109.157935) + (xy 65.728 109.311176) (xy 65.48 109.311176) (xy 65.406095 109.318455) (xy 65.33503 109.340012) (xy 65.269537 109.375019) + (xy 65.212131 109.422131) (xy 65.165019 109.479537) (xy 65.130012 109.54503) (xy 65.108455 109.616095) (xy 65.101176 109.69) + (xy 65.101176 110.69) (xy 65.108455 110.763905) (xy 65.130012 110.83497) (xy 65.165019 110.900463) (xy 65.212131 110.957869) + (xy 65.269537 111.004981) (xy 65.33503 111.039988) (xy 65.406095 111.061545) (xy 65.48 111.068824) (xy 66.98 111.068824) + (xy 67.053905 111.061545) (xy 67.12497 111.039988) (xy 67.190463 111.004981) (xy 67.247869 110.957869) (xy 67.294981 110.900463) + (xy 67.329988 110.83497) (xy 67.351545 110.763905) (xy 67.358824 110.69) (xy 67.358824 109.69) (xy 67.351545 109.616095) + (xy 67.329988 109.54503) (xy 67.294981 109.479537) (xy 67.247869 109.422131) (xy 67.190463 109.375019) (xy 67.12497 109.340012) + (xy 67.053905 109.318455) (xy 66.98 109.311176) (xy 66.732 109.311176) (xy 66.732 108.974643) (xy 66.734427 108.95) + (xy 66.732 108.925357) (xy 66.732 108.925347) (xy 66.724736 108.851591) (xy 66.696031 108.756964) (xy 66.65329 108.677) + (xy 66.649417 108.669754) (xy 66.6024 108.612464) (xy 66.602392 108.612456) (xy 66.586684 108.593316) (xy 66.567543 108.577607) + (xy 66.252401 108.262467) (xy 66.236684 108.243316) (xy 66.160245 108.180583) (xy 66.073036 108.133969) (xy 65.978409 108.105264) + (xy 65.965279 108.103971) (xy 66.103 107.96625) (xy 66.103 107.117) (xy 66.357 107.117) (xy 66.357 107.96625) + (xy 66.51575 108.125) (xy 66.98 108.128072) (xy 67.104482 108.115812) (xy 67.22418 108.079502) (xy 67.334494 108.020537) + (xy 67.431185 107.941185) (xy 67.510537 107.844494) (xy 67.569502 107.73418) (xy 67.605812 107.614482) (xy 67.618072 107.49) + (xy 67.615 107.27575) (xy 67.45625 107.117) (xy 66.357 107.117) (xy 66.103 107.117) (xy 65.00375 107.117) + (xy 64.845 107.27575) (xy 64.841928 107.49) (xy 64.854188 107.614482) (xy 64.890498 107.73418) (xy 64.949463 107.844494) + (xy 65.028815 107.941185) (xy 65.125506 108.020537) (xy 65.23582 108.079502) (xy 65.2968 108.098) (xy 64.487935 108.098) + (xy 64.258758 107.868824) (xy 64.28 107.868824) (xy 64.353905 107.861545) (xy 64.42497 107.839988) (xy 64.490463 107.804981) + (xy 64.547869 107.757869) (xy 64.594981 107.700463) (xy 64.629988 107.63497) (xy 64.651545 107.563905) (xy 64.658824 107.49) + (xy 64.658824 106.656999) (xy 64.844322 106.656999) (xy 64.845 106.70425) (xy 65.00375 106.863) (xy 66.103 106.863) + (xy 66.103 106.843) (xy 66.357 106.843) (xy 66.357 106.863) (xy 67.45625 106.863) (xy 67.615 106.70425) + (xy 67.615678 106.656999) (xy 69.379207 106.656999) (xy 69.409998 106.660032) (xy 69.44079 106.656999) (xy 70.001176 106.656999) + (xy 70.001176 107.49) (xy 70.008455 107.563905) (xy 70.030012 107.63497) (xy 70.065019 107.700463) (xy 70.112131 107.757869) + (xy 70.169537 107.804981) (xy 70.23503 107.839988) (xy 70.306095 107.861545) (xy 70.38 107.868824) (xy 70.628001 107.868824) + (xy 70.628001 108.125347) (xy 70.625573 108.15) (xy 70.635265 108.248409) (xy 70.66397 108.343036) (xy 70.710584 108.430245) + (xy 70.757601 108.487535) (xy 70.757604 108.487538) (xy 70.773317 108.506684) (xy 70.792462 108.522396) (xy 71.107607 108.837543) + (xy 71.123316 108.856684) (xy 71.142456 108.872392) (xy 71.142464 108.8724) (xy 71.199754 108.919417) (xy 71.243943 108.943036) + (xy 71.286964 108.966031) (xy 71.381591 108.994736) (xy 71.455347 109.002) (xy 71.455357 109.002) (xy 71.48 109.004427) + (xy 71.504643 109.002) (xy 73.328 109.002) (xy 73.328 109.311176) (xy 73.08 109.311176) (xy 73.006095 109.318455) + (xy 72.93503 109.340012) (xy 72.869537 109.375019) (xy 72.812131 109.422131) (xy 72.765019 109.479537) (xy 72.730012 109.54503) + (xy 72.708455 109.616095) (xy 72.701176 109.69) (xy 72.701176 110.69) (xy 72.708455 110.763905) (xy 72.730012 110.83497) + (xy 72.765019 110.900463) (xy 72.812131 110.957869) (xy 72.869537 111.004981) (xy 72.93503 111.039988) (xy 73.006095 111.061545) + (xy 73.08 111.068824) (xy 74.58 111.068824) (xy 74.653905 111.061545) (xy 74.72497 111.039988) (xy 74.790463 111.004981) + (xy 74.847869 110.957869) (xy 74.894981 110.900463) (xy 74.929988 110.83497) (xy 74.951545 110.763905) (xy 74.958824 110.69) + (xy 74.958824 109.69) (xy 74.951545 109.616095) (xy 74.929988 109.54503) (xy 74.894981 109.479537) (xy 74.847869 109.422131) + (xy 74.790463 109.375019) (xy 74.72497 109.340012) (xy 74.653905 109.318455) (xy 74.58 109.311176) (xy 74.332 109.311176) + (xy 74.332 108.774642) (xy 74.334427 108.749999) (xy 74.332 108.725356) (xy 74.332 108.725347) (xy 74.324736 108.651591) + (xy 74.296031 108.556964) (xy 74.249417 108.469755) (xy 74.186684 108.393316) (xy 74.167532 108.377598) (xy 73.952402 108.162468) + (xy 73.936684 108.143316) (xy 73.914366 108.125) (xy 73.957002 108.125) (xy 73.957002 107.966252) (xy 74.11575 108.125) + (xy 74.58 108.128072) (xy 74.704482 108.115812) (xy 74.82418 108.079502) (xy 74.934494 108.020537) (xy 75.031185 107.941185) + (xy 75.110537 107.844494) (xy 75.169502 107.73418) (xy 75.205812 107.614482) (xy 75.218072 107.49) (xy 75.215 107.27575) + (xy 75.05625 107.117) (xy 73.957 107.117) (xy 73.957 107.137) (xy 73.703 107.137) (xy 73.703 107.117) + (xy 72.60375 107.117) (xy 72.445 107.27575) (xy 72.441928 107.49) (xy 72.454188 107.614482) (xy 72.490498 107.73418) + (xy 72.549463 107.844494) (xy 72.628815 107.941185) (xy 72.698044 107.998) (xy 71.687935 107.998) (xy 71.632 107.942065) + (xy 71.632 107.868824) (xy 71.88 107.868824) (xy 71.953905 107.861545) (xy 72.02497 107.839988) (xy 72.090463 107.804981) + (xy 72.147869 107.757869) (xy 72.194981 107.700463) (xy 72.229988 107.63497) (xy 72.251545 107.563905) (xy 72.258824 107.49) + (xy 72.258824 106.656999) (xy 72.444322 106.656999) (xy 72.445 106.70425) (xy 72.60375 106.863) (xy 73.703 106.863) + (xy 73.703 106.843) (xy 73.957 106.843) (xy 73.957 106.863) (xy 75.05625 106.863) (xy 75.215 106.70425) + (xy 75.215678 106.656999) (xy 76.979207 106.656999) (xy 77.009998 106.660032) (xy 77.04079 106.656999) (xy 77.601176 106.656999) + (xy 77.601176 107.49) (xy 77.608455 107.563905) (xy 77.630012 107.63497) (xy 77.665019 107.700463) (xy 77.712131 107.757869) + (xy 77.769537 107.804981) (xy 77.83503 107.839988) (xy 77.906095 107.861545) (xy 77.98 107.868824) (xy 78.228001 107.868824) + (xy 78.228001 108.225347) (xy 78.225573 108.25) (xy 78.235265 108.348409) (xy 78.26397 108.443036) (xy 78.310584 108.530245) + (xy 78.357601 108.587535) (xy 78.357604 108.587538) (xy 78.373317 108.606684) (xy 78.392462 108.622396) (xy 78.707607 108.937543) + (xy 78.723316 108.956684) (xy 78.742456 108.972392) (xy 78.742464 108.9724) (xy 78.799754 109.019417) (xy 78.843943 109.043036) + (xy 78.886964 109.066031) (xy 78.981591 109.094736) (xy 79.055347 109.102) (xy 79.055357 109.102) (xy 79.08 109.104427) + (xy 79.104643 109.102) (xy 80.672066 109.102) (xy 80.871241 109.301176) (xy 80.68 109.301176) (xy 80.606095 109.308455) + (xy 80.53503 109.330012) (xy 80.469537 109.365019) (xy 80.412131 109.412131) (xy 80.365019 109.469537) (xy 80.330012 109.53503) + (xy 80.308455 109.606095) (xy 80.301176 109.68) (xy 80.301176 110.68) (xy 80.308455 110.753905) (xy 80.330012 110.82497) + (xy 80.365019 110.890463) (xy 80.412131 110.947869) (xy 80.469537 110.994981) (xy 80.53503 111.029988) (xy 80.606095 111.051545) + (xy 80.68 111.058824) (xy 82.18 111.058824) (xy 82.253905 111.051545) (xy 82.32497 111.029988) (xy 82.390463 110.994981) + (xy 82.447869 110.947869) (xy 82.494981 110.890463) (xy 82.529988 110.82497) (xy 82.551545 110.753905) (xy 82.558824 110.68) + (xy 82.558824 109.68) (xy 82.551545 109.606095) (xy 82.529988 109.53503) (xy 82.494981 109.469537) (xy 82.447869 109.412131) + (xy 82.390463 109.365019) (xy 82.32497 109.330012) (xy 82.253905 109.308455) (xy 82.18 109.301176) (xy 81.932 109.301176) + (xy 81.932 109.174642) (xy 81.934427 109.149999) (xy 81.932 109.125356) (xy 81.932 109.125347) (xy 81.924736 109.051591) + (xy 81.896031 108.956964) (xy 81.849417 108.869755) (xy 81.822974 108.837535) (xy 81.802399 108.812464) (xy 81.802397 108.812462) + (xy 81.786684 108.793316) (xy 81.767538 108.777603) (xy 81.252401 108.262467) (xy 81.236684 108.243316) (xy 81.160245 108.180583) + (xy 81.073036 108.133969) (xy 81.013359 108.115866) (xy 81.14425 108.115) (xy 81.303 107.95625) (xy 81.303 107.107) + (xy 81.557 107.107) (xy 81.557 107.95625) (xy 81.71575 108.115) (xy 82.18 108.118072) (xy 82.304482 108.105812) + (xy 82.42418 108.069502) (xy 82.534494 108.010537) (xy 82.631185 107.931185) (xy 82.710537 107.834494) (xy 82.769502 107.72418) + (xy 82.805812 107.604482) (xy 82.818072 107.48) (xy 82.815 107.26575) (xy 82.65625 107.107) (xy 81.557 107.107) + (xy 81.303 107.107) (xy 80.20375 107.107) (xy 80.045 107.26575) (xy 80.041928 107.48) (xy 80.054188 107.604482) + (xy 80.090498 107.72418) (xy 80.149463 107.834494) (xy 80.228815 107.931185) (xy 80.325506 108.010537) (xy 80.43582 108.069502) + (xy 80.529765 108.098) (xy 79.287935 108.098) (xy 79.232 108.042065) (xy 79.232 107.868824) (xy 79.48 107.868824) + (xy 79.553905 107.861545) (xy 79.62497 107.839988) (xy 79.690463 107.804981) (xy 79.747869 107.757869) (xy 79.794981 107.700463) + (xy 79.829988 107.63497) (xy 79.851545 107.563905) (xy 79.858824 107.49) (xy 79.858824 106.656999) (xy 80.044466 106.656999) + (xy 80.045 106.69425) (xy 80.20375 106.853) (xy 81.303 106.853) (xy 81.303 106.833) (xy 81.557 106.833) + (xy 81.557 106.853) (xy 82.65625 106.853) (xy 82.815 106.69425) (xy 82.815534 106.656999) (xy 84.479205 106.656999) + (xy 84.509999 106.660032) (xy 84.540793 106.656999) (xy 85.201176 106.656999) (xy 85.201176 107.48) (xy 85.208455 107.553905) + (xy 85.230012 107.62497) (xy 85.265019 107.690463) (xy 85.312131 107.747869) (xy 85.369537 107.794981) (xy 85.43503 107.829988) + (xy 85.506095 107.851545) (xy 85.58 107.858824) (xy 85.828001 107.858824) (xy 85.828001 108.125347) (xy 85.825573 108.15) + (xy 85.835265 108.248409) (xy 85.86397 108.343036) (xy 85.910584 108.430245) (xy 85.957601 108.487535) (xy 85.957604 108.487538) + (xy 85.973317 108.506684) (xy 85.992462 108.522396) (xy 86.307607 108.837543) (xy 86.323316 108.856684) (xy 86.342456 108.872392) + (xy 86.342464 108.8724) (xy 86.399754 108.919417) (xy 86.443943 108.943036) (xy 86.486964 108.966031) (xy 86.581591 108.994736) + (xy 86.655347 109.002) (xy 86.655357 109.002) (xy 86.68 109.004427) (xy 86.704643 109.002) (xy 88.472065 109.002) + (xy 88.528 109.057935) (xy 88.528 109.311176) (xy 88.28 109.311176) (xy 88.206095 109.318455) (xy 88.13503 109.340012) + (xy 88.069537 109.375019) (xy 88.012131 109.422131) (xy 87.965019 109.479537) (xy 87.930012 109.54503) (xy 87.908455 109.616095) + (xy 87.901176 109.69) (xy 87.901176 110.69) (xy 87.908455 110.763905) (xy 87.930012 110.83497) (xy 87.965019 110.900463) + (xy 88.012131 110.957869) (xy 88.069537 111.004981) (xy 88.13503 111.039988) (xy 88.206095 111.061545) (xy 88.28 111.068824) + (xy 89.78 111.068824) (xy 89.853905 111.061545) (xy 89.92497 111.039988) (xy 89.990463 111.004981) (xy 90.047869 110.957869) + (xy 90.094981 110.900463) (xy 90.129988 110.83497) (xy 90.151545 110.763905) (xy 90.158824 110.69) (xy 90.158824 109.69) + (xy 90.151545 109.616095) (xy 90.129988 109.54503) (xy 90.094981 109.479537) (xy 90.047869 109.422131) (xy 89.990463 109.375019) + (xy 89.92497 109.340012) (xy 89.853905 109.318455) (xy 89.78 109.311176) (xy 89.532 109.311176) (xy 89.532 108.874643) + (xy 89.534427 108.85) (xy 89.532 108.825357) (xy 89.532 108.825347) (xy 89.524736 108.751591) (xy 89.496031 108.656964) + (xy 89.453715 108.577796) (xy 89.449417 108.569754) (xy 89.4024 108.512464) (xy 89.402392 108.512456) (xy 89.386684 108.493316) + (xy 89.367543 108.477607) (xy 89.052401 108.162467) (xy 89.036684 108.143316) (xy 88.960245 108.080583) (xy 88.873036 108.033969) + (xy 88.844068 108.025182) (xy 88.903 107.96625) (xy 88.903 107.117) (xy 89.157 107.117) (xy 89.157 107.96625) + (xy 89.31575 108.125) (xy 89.78 108.128072) (xy 89.904482 108.115812) (xy 90.02418 108.079502) (xy 90.134494 108.020537) + (xy 90.231185 107.941185) (xy 90.310537 107.844494) (xy 90.369502 107.73418) (xy 90.405812 107.614482) (xy 90.418072 107.49) + (xy 90.415 107.27575) (xy 90.25625 107.117) (xy 89.157 107.117) (xy 88.903 107.117) (xy 87.80375 107.117) + (xy 87.645 107.27575) (xy 87.641928 107.49) (xy 87.654188 107.614482) (xy 87.690498 107.73418) (xy 87.749463 107.844494) + (xy 87.828815 107.941185) (xy 87.898044 107.998) (xy 86.887935 107.998) (xy 86.832 107.942065) (xy 86.832 107.858824) + (xy 87.08 107.858824) (xy 87.153905 107.851545) (xy 87.22497 107.829988) (xy 87.290463 107.794981) (xy 87.347869 107.747869) + (xy 87.394981 107.690463) (xy 87.429988 107.62497) (xy 87.451545 107.553905) (xy 87.458824 107.48) (xy 87.458824 106.656999) + (xy 87.644322 106.656999) (xy 87.645 106.70425) (xy 87.80375 106.863) (xy 88.903 106.863) (xy 88.903 106.843) + (xy 89.157 106.843) (xy 89.157 106.863) (xy 90.25625 106.863) (xy 90.415 106.70425) (xy 90.415678 106.656999) + (xy 92.279207 106.656999) (xy 92.309998 106.660032) (xy 92.34079 106.656999) (xy 92.801176 106.656999) (xy 92.801176 107.49) + (xy 92.808455 107.563905) (xy 92.830012 107.63497) (xy 92.865019 107.700463) (xy 92.912131 107.757869) (xy 92.969537 107.804981) + (xy 93.03503 107.839988) (xy 93.106095 107.861545) (xy 93.18 107.868824) (xy 93.428001 107.868824) (xy 93.428001 108.125347) + (xy 93.425573 108.15) (xy 93.435265 108.248409) (xy 93.46397 108.343036) (xy 93.510584 108.430245) (xy 93.557601 108.487535) + (xy 93.557604 108.487538) (xy 93.573317 108.506684) (xy 93.592462 108.522396) (xy 93.907607 108.837543) (xy 93.923316 108.856684) + (xy 93.942456 108.872392) (xy 93.942464 108.8724) (xy 93.999754 108.919417) (xy 94.043943 108.943036) (xy 94.086964 108.966031) + (xy 94.181591 108.994736) (xy 94.255347 109.002) (xy 94.255357 109.002) (xy 94.28 109.004427) (xy 94.304643 109.002) + (xy 95.972066 109.002) (xy 96.128 109.157935) (xy 96.128 109.321176) (xy 95.88 109.321176) (xy 95.806095 109.328455) + (xy 95.73503 109.350012) (xy 95.669537 109.385019) (xy 95.612131 109.432131) (xy 95.565019 109.489537) (xy 95.530012 109.55503) + (xy 95.508455 109.626095) (xy 95.501176 109.7) (xy 95.501176 110.7) (xy 95.508455 110.773905) (xy 95.530012 110.84497) + (xy 95.565019 110.910463) (xy 95.612131 110.967869) (xy 95.669537 111.014981) (xy 95.73503 111.049988) (xy 95.806095 111.071545) + (xy 95.88 111.078824) (xy 97.38 111.078824) (xy 97.453905 111.071545) (xy 97.52497 111.049988) (xy 97.590463 111.014981) + (xy 97.647869 110.967869) (xy 97.694981 110.910463) (xy 97.729988 110.84497) (xy 97.751545 110.773905) (xy 97.758824 110.7) + (xy 97.758824 109.7) (xy 97.751545 109.626095) (xy 97.729988 109.55503) (xy 97.694981 109.489537) (xy 97.647869 109.432131) + (xy 97.590463 109.385019) (xy 97.52497 109.350012) (xy 97.453905 109.328455) (xy 97.38 109.321176) (xy 97.132 109.321176) + (xy 97.132 108.974642) (xy 97.134427 108.949999) (xy 97.132 108.925356) (xy 97.132 108.925347) (xy 97.124736 108.851591) + (xy 97.096031 108.756964) (xy 97.049417 108.669755) (xy 96.986684 108.593316) (xy 96.967538 108.577603) (xy 96.552401 108.162467) + (xy 96.536684 108.143316) (xy 96.460245 108.080583) (xy 96.420116 108.059134) (xy 96.503 107.97625) (xy 96.503 107.127) + (xy 96.757 107.127) (xy 96.757 107.97625) (xy 96.91575 108.135) (xy 97.38 108.138072) (xy 97.504482 108.125812) + (xy 97.62418 108.089502) (xy 97.734494 108.030537) (xy 97.831185 107.951185) (xy 97.910537 107.854494) (xy 97.969502 107.74418) + (xy 98.005812 107.624482) (xy 98.018072 107.5) (xy 98.015 107.28575) (xy 97.85625 107.127) (xy 96.757 107.127) + (xy 96.503 107.127) (xy 95.40375 107.127) (xy 95.245 107.28575) (xy 95.241928 107.5) (xy 95.254188 107.624482) + (xy 95.290498 107.74418) (xy 95.349463 107.854494) (xy 95.428815 107.951185) (xy 95.485859 107.998) (xy 94.487935 107.998) + (xy 94.432 107.942065) (xy 94.432 107.868824) (xy 94.68 107.868824) (xy 94.753905 107.861545) (xy 94.82497 107.839988) + (xy 94.890463 107.804981) (xy 94.947869 107.757869) (xy 94.994981 107.700463) (xy 95.029988 107.63497) (xy 95.051545 107.563905) + (xy 95.058824 107.49) (xy 95.058824 106.656999) (xy 95.244179 106.656999) (xy 95.245 106.71425) (xy 95.40375 106.873) + (xy 96.503 106.873) (xy 96.503 106.853) (xy 96.757 106.853) (xy 96.757 106.873) (xy 97.85625 106.873) + (xy 98.015 106.71425) (xy 98.015821 106.656999) (xy 99.779207 106.656999) (xy 99.809998 106.660032) (xy 99.84079 106.656999) + (xy 100.401176 106.656999) (xy 100.401176 107.5) (xy 100.408455 107.573905) (xy 100.430012 107.64497) (xy 100.465019 107.710463) + (xy 100.512131 107.767869) (xy 100.569537 107.814981) (xy 100.63503 107.849988) (xy 100.706095 107.871545) (xy 100.78 107.878824) + (xy 101.028001 107.878824) (xy 101.028001 107.925347) (xy 101.025573 107.95) (xy 101.035265 108.048409) (xy 101.06397 108.143036) + (xy 101.110584 108.230245) (xy 101.157601 108.287535) (xy 101.157604 108.287538) (xy 101.173317 108.306684) (xy 101.192463 108.322397) + (xy 101.607603 108.737538) (xy 101.623316 108.756684) (xy 101.642462 108.772397) (xy 101.642464 108.772399) (xy 101.66761 108.793036) + (xy 101.699755 108.819417) (xy 101.786964 108.866031) (xy 101.881591 108.894736) (xy 101.955347 108.902) (xy 101.955356 108.902) + (xy 101.979999 108.904427) (xy 102.004642 108.902) (xy 103.572066 108.902) (xy 103.728 109.057935) (xy 103.728 109.321176) + (xy 103.48 109.321176) (xy 103.406095 109.328455) (xy 103.33503 109.350012) (xy 103.269537 109.385019) (xy 103.212131 109.432131) + (xy 103.165019 109.489537) (xy 103.130012 109.55503) (xy 103.108455 109.626095) (xy 103.101176 109.7) (xy 103.101176 110.7) + (xy 103.108455 110.773905) (xy 103.130012 110.84497) (xy 103.165019 110.910463) (xy 103.212131 110.967869) (xy 103.269537 111.014981) + (xy 103.33503 111.049988) (xy 103.406095 111.071545) (xy 103.48 111.078824) (xy 104.98 111.078824) (xy 105.053905 111.071545) + (xy 105.12497 111.049988) (xy 105.190463 111.014981) (xy 105.247869 110.967869) (xy 105.294981 110.910463) (xy 105.329988 110.84497) + (xy 105.351545 110.773905) (xy 105.358824 110.7) (xy 105.358824 109.7) (xy 105.351545 109.626095) (xy 105.329988 109.55503) + (xy 105.294981 109.489537) (xy 105.247869 109.432131) (xy 105.190463 109.385019) (xy 105.12497 109.350012) (xy 105.053905 109.328455) + (xy 104.98 109.321176) (xy 104.732 109.321176) (xy 104.732 108.874642) (xy 104.734427 108.849999) (xy 104.732 108.825356) + (xy 104.732 108.825347) (xy 104.724736 108.751591) (xy 104.696031 108.656964) (xy 104.649417 108.569755) (xy 104.617269 108.530583) + (xy 104.602399 108.512464) (xy 104.602397 108.512462) (xy 104.586684 108.493316) (xy 104.567538 108.477603) (xy 104.152401 108.062467) + (xy 104.136684 108.043316) (xy 104.081348 107.997902) (xy 104.103 107.97625) (xy 104.103 107.127) (xy 104.357 107.127) + (xy 104.357 107.97625) (xy 104.51575 108.135) (xy 104.98 108.138072) (xy 105.104482 108.125812) (xy 105.22418 108.089502) + (xy 105.334494 108.030537) (xy 105.431185 107.951185) (xy 105.510537 107.854494) (xy 105.569502 107.74418) (xy 105.605812 107.624482) + (xy 105.618072 107.5) (xy 105.615 107.28575) (xy 105.45625 107.127) (xy 104.357 107.127) (xy 104.103 107.127) + (xy 103.00375 107.127) (xy 102.845 107.28575) (xy 102.841928 107.5) (xy 102.854188 107.624482) (xy 102.890498 107.74418) + (xy 102.949463 107.854494) (xy 102.985167 107.898) (xy 102.187935 107.898) (xy 102.168759 107.878824) (xy 102.28 107.878824) + (xy 102.353905 107.871545) (xy 102.42497 107.849988) (xy 102.490463 107.814981) (xy 102.547869 107.767869) (xy 102.594981 107.710463) + (xy 102.629988 107.64497) (xy 102.651545 107.573905) (xy 102.658824 107.5) (xy 102.658824 106.656999) (xy 102.844179 106.656999) + (xy 102.845 106.71425) (xy 103.00375 106.873) (xy 104.103 106.873) (xy 104.103 106.853) (xy 104.357 106.853) + (xy 104.357 106.873) (xy 105.45625 106.873) (xy 105.615 106.71425) (xy 105.615821 106.656999) (xy 107.219207 106.656999) + (xy 107.250001 106.660032) (xy 107.280795 106.656999) (xy 108.001176 106.656999) (xy 108.001176 107.5) (xy 108.008455 107.573905) + (xy 108.030012 107.64497) (xy 108.065019 107.710463) (xy 108.112131 107.767869) (xy 108.169537 107.814981) (xy 108.23503 107.849988) + (xy 108.306095 107.871545) (xy 108.38 107.878824) (xy 108.628001 107.878824) (xy 108.628001 108.025347) (xy 108.625573 108.05) + (xy 108.635265 108.148409) (xy 108.66397 108.243036) (xy 108.710584 108.330245) (xy 108.757601 108.387535) (xy 108.757604 108.387538) + (xy 108.773317 108.406684) (xy 108.792463 108.422397) (xy 109.207603 108.837538) (xy 109.223316 108.856684) (xy 109.242462 108.872397) + (xy 109.242464 108.872399) (xy 109.26761 108.893036) (xy 109.299755 108.919417) (xy 109.386964 108.966031) (xy 109.481591 108.994736) + (xy 109.555347 109.002) (xy 109.555356 109.002) (xy 109.579999 109.004427) (xy 109.604642 109.002) (xy 111.272065 109.002) + (xy 111.328 109.057935) (xy 111.328 109.341176) (xy 111.08 109.341176) (xy 111.006095 109.348455) (xy 110.93503 109.370012) + (xy 110.869537 109.405019) (xy 110.812131 109.452131) (xy 110.765019 109.509537) (xy 110.730012 109.57503) (xy 110.708455 109.646095) + (xy 110.701176 109.72) (xy 110.701176 110.72) (xy 110.708455 110.793905) (xy 110.730012 110.86497) (xy 110.765019 110.930463) + (xy 110.812131 110.987869) (xy 110.869537 111.034981) (xy 110.93503 111.069988) (xy 111.006095 111.091545) (xy 111.08 111.098824) + (xy 112.58 111.098824) (xy 112.653905 111.091545) (xy 112.72497 111.069988) (xy 112.790463 111.034981) (xy 112.847869 110.987869) + (xy 112.894981 110.930463) (xy 112.929988 110.86497) (xy 112.951545 110.793905) (xy 112.958824 110.72) (xy 112.958824 109.72) + (xy 112.951545 109.646095) (xy 112.929988 109.57503) (xy 112.894981 109.509537) (xy 112.847869 109.452131) (xy 112.790463 109.405019) + (xy 112.72497 109.370012) (xy 112.653905 109.348455) (xy 112.58 109.341176) (xy 112.332 109.341176) (xy 112.332 108.874643) + (xy 112.334427 108.85) (xy 112.332 108.825357) (xy 112.332 108.825347) (xy 112.324736 108.751591) (xy 112.296031 108.656964) + (xy 112.253715 108.577796) (xy 112.249417 108.569754) (xy 112.2024 108.512464) (xy 112.202392 108.512456) (xy 112.186684 108.493316) + (xy 112.167543 108.477607) (xy 111.852401 108.162467) (xy 111.846273 108.155) (xy 111.957002 108.155) (xy 111.957002 107.996252) + (xy 112.11575 108.155) (xy 112.58 108.158072) (xy 112.704482 108.145812) (xy 112.82418 108.109502) (xy 112.934494 108.050537) + (xy 113.031185 107.971185) (xy 113.110537 107.874494) (xy 113.169502 107.76418) (xy 113.205812 107.644482) (xy 113.218072 107.52) + (xy 113.215 107.30575) (xy 113.05625 107.147) (xy 111.957 107.147) (xy 111.957 107.167) (xy 111.703 107.167) + (xy 111.703 107.147) (xy 110.60375 107.147) (xy 110.445 107.30575) (xy 110.441928 107.52) (xy 110.454188 107.644482) + (xy 110.490498 107.76418) (xy 110.549463 107.874494) (xy 110.628815 107.971185) (xy 110.661489 107.998) (xy 109.787935 107.998) + (xy 109.668758 107.878824) (xy 109.88 107.878824) (xy 109.953905 107.871545) (xy 110.02497 107.849988) (xy 110.090463 107.814981) + (xy 110.147869 107.767869) (xy 110.194981 107.710463) (xy 110.229988 107.64497) (xy 110.251545 107.573905) (xy 110.258824 107.5) + (xy 110.258824 106.656999) (xy 110.443892 106.656999) (xy 110.445 106.73425) (xy 110.60375 106.893) (xy 111.703 106.893) + (xy 111.703 106.873) (xy 111.957 106.873) (xy 111.957 106.893) (xy 113.05625 106.893) (xy 113.215 106.73425) + (xy 113.216108 106.656999) (xy 114.519207 106.656999) (xy 114.550001 106.660032) (xy 114.580795 106.656999) (xy 114.672914 106.647926) + (xy 114.791104 106.612074) (xy 114.900029 106.553852) (xy 114.941278 106.52) (xy 115.601176 106.52) (xy 115.601176 107.52) + (xy 115.608455 107.593905) (xy 115.630012 107.66497) (xy 115.665019 107.730463) (xy 115.712131 107.787869) (xy 115.769537 107.834981) + (xy 115.83503 107.869988) (xy 115.906095 107.891545) (xy 115.98 107.898824) (xy 117.48 107.898824) (xy 117.553905 107.891545) + (xy 117.62497 107.869988) (xy 117.690463 107.834981) (xy 117.747869 107.787869) (xy 117.794981 107.730463) (xy 117.829988 107.66497) + (xy 117.851545 107.593905) (xy 117.852659 107.582594) (xy 117.971068 107.701003) (xy 117.929016 107.802526) (xy 117.903 107.933321) + (xy 117.903 108.066679) (xy 117.929016 108.197474) (xy 117.98005 108.32068) (xy 118.05414 108.431563) (xy 118.148437 108.52586) + (xy 118.25932 108.59995) (xy 118.382526 108.650984) (xy 118.513321 108.677) (xy 118.646679 108.677) (xy 118.777474 108.650984) + (xy 118.90068 108.59995) (xy 119.011563 108.52586) (xy 119.10586 108.431563) (xy 119.17995 108.32068) (xy 119.230984 108.197474) + (xy 119.257 108.066679) (xy 119.257 107.933321) (xy 119.230984 107.802526) (xy 119.17995 107.67932) (xy 119.10586 107.568437) + (xy 119.078638 107.541215) (xy 119.074736 107.501591) (xy 119.046031 107.406964) (xy 118.999417 107.319755) (xy 118.983405 107.300245) + (xy 118.9524 107.262465) (xy 118.952397 107.262462) (xy 118.936684 107.243316) (xy 118.917537 107.227602) (xy 118.752403 107.062469) + (xy 118.752399 107.062464) (xy 118.372401 106.682467) (xy 118.356684 106.663316) (xy 118.280245 106.600583) (xy 118.193036 106.553969) + (xy 118.098409 106.525264) (xy 118.024653 106.518) (xy 118.024643 106.518) (xy 118 106.515573) (xy 117.975357 106.518) + (xy 117.858627 106.518) (xy 117.851545 106.446095) (xy 117.829988 106.37503) (xy 117.794981 106.309537) (xy 117.747869 106.252131) + (xy 117.690463 106.205019) (xy 117.62497 106.170012) (xy 117.553905 106.148455) (xy 117.48 106.141176) (xy 115.98 106.141176) + (xy 115.906095 106.148455) (xy 115.83503 106.170012) (xy 115.769537 106.205019) (xy 115.712131 106.252131) (xy 115.665019 106.309537) + (xy 115.630012 106.37503) (xy 115.608455 106.446095) (xy 115.601176 106.52) (xy 114.941278 106.52) (xy 114.995502 106.4755) + (xy 115.015139 106.451572) (xy 115.381574 106.085137) (xy 115.405501 106.065501) (xy 115.483853 105.970028) (xy 115.542075 105.861103) + (xy 115.577927 105.742913) (xy 115.579494 105.727) (xy 116.049206 105.727) (xy 116.08 105.730033) (xy 116.110794 105.727) + (xy 116.202913 105.717927) (xy 116.321103 105.682075) (xy 116.430028 105.623853) (xy 116.525501 105.545501) (xy 116.545138 105.521573) + (xy 117.151579 104.915133) (xy 117.175501 104.895501) (xy 117.253853 104.800028) (xy 117.312075 104.691103) (xy 117.347927 104.572913) + (xy 117.357 104.480794) (xy 117.357 104.480793) (xy 117.360033 104.45) (xy 117.357 104.419206) (xy 117.357 104.178824) + (xy 117.48 104.178824) (xy 117.553905 104.171545) (xy 117.62497 104.149988) (xy 117.690463 104.114981) (xy 117.747869 104.067869) + (xy 117.794981 104.010463) (xy 117.829988 103.94497) (xy 117.851545 103.873905) (xy 117.858824 103.8) (xy 117.858824 102.8) + (xy 117.851545 102.726095) (xy 117.829988 102.65503) (xy 117.794981 102.589537) (xy 117.747869 102.532131) (xy 117.690463 102.485019) + (xy 117.62497 102.450012) (xy 117.553905 102.428455) (xy 117.48 102.421176) (xy 115.98 102.421176) (xy 115.906095 102.428455) + (xy 115.83503 102.450012) (xy 115.769537 102.485019) (xy 115.712131 102.532131) (xy 115.665019 102.589537) (xy 115.630012 102.65503) + (xy 115.608455 102.726095) (xy 115.601176 102.8) (xy 115.601176 103.8) (xy 115.608455 103.873905) (xy 115.630012 103.94497) + (xy 115.665019 104.010463) (xy 115.712131 104.067869) (xy 115.769537 104.114981) (xy 115.83503 104.149988) (xy 115.906095 104.171545) + (xy 115.98 104.178824) (xy 116.103 104.178824) (xy 116.103 104.190288) (xy 115.820289 104.473) (xy 115.340323 104.473) + (xy 115.298545 104.450669) (xy 115.201218 104.421145) (xy 115.1 104.411176) (xy 114.82 104.411176) (xy 114.79259 104.413876) + (xy 114.733247 104.340887) (xy 114.636921 104.261092) (xy 114.526878 104.201623) (xy 114.407348 104.164765) (xy 114.28575 104.155) + (xy 114.127 104.31375) (xy 114.127 104.973) (xy 114.147 104.973) (xy 114.147 105.227) (xy 114.127 105.227) + (xy 114.127 105.247) (xy 113.873 105.247) (xy 113.873 105.227) (xy 113.24375 105.227) (xy 113.085 105.38575) + (xy 113.082521 105.402999) (xy 109.163712 105.402999) (xy 109.551579 105.015133) (xy 109.575501 104.995501) (xy 109.653853 104.900028) + (xy 109.711102 104.792923) (xy 113.081935 104.792923) (xy 113.085 104.81425) (xy 113.24375 104.973) (xy 113.873 104.973) + (xy 113.873 104.31375) (xy 113.71425 104.155) (xy 113.592652 104.164765) (xy 113.473122 104.201623) (xy 113.363079 104.261092) + (xy 113.266753 104.340887) (xy 113.187844 104.437941) (xy 113.129386 104.548524) (xy 113.093625 104.668387) (xy 113.081935 104.792923) + (xy 109.711102 104.792923) (xy 109.712075 104.791103) (xy 109.747927 104.672913) (xy 109.757 104.580794) (xy 109.757 104.580793) + (xy 109.760033 104.550001) (xy 109.757 104.519209) (xy 109.757 104.178824) (xy 109.88 104.178824) (xy 109.953905 104.171545) + (xy 110.02497 104.149988) (xy 110.090463 104.114981) (xy 110.147869 104.067869) (xy 110.194981 104.010463) (xy 110.229988 103.94497) + (xy 110.251545 103.873905) (xy 110.258824 103.8) (xy 110.258824 102.8) (xy 110.251545 102.726095) (xy 110.229988 102.65503) + (xy 110.194981 102.589537) (xy 110.147869 102.532131) (xy 110.090463 102.485019) (xy 110.02497 102.450012) (xy 109.953905 102.428455) + (xy 109.88 102.421176) (xy 108.38 102.421176) (xy 108.306095 102.428455) (xy 108.23503 102.450012) (xy 108.169537 102.485019) + (xy 108.112131 102.532131) (xy 108.065019 102.589537) (xy 108.030012 102.65503) (xy 108.008455 102.726095) (xy 108.001176 102.8) + (xy 108.001176 103.8) (xy 108.008455 103.873905) (xy 108.030012 103.94497) (xy 108.065019 104.010463) (xy 108.112131 104.067869) + (xy 108.169537 104.114981) (xy 108.23503 104.149988) (xy 108.306095 104.171545) (xy 108.38 104.178824) (xy 108.503 104.178824) + (xy 108.503 104.290288) (xy 108.320289 104.473) (xy 107.740323 104.473) (xy 107.698545 104.450669) (xy 107.601218 104.421145) + (xy 107.5 104.411176) (xy 107.22 104.411176) (xy 107.19259 104.413876) (xy 107.133247 104.340887) (xy 107.036921 104.261092) + (xy 106.926878 104.201623) (xy 106.807348 104.164765) (xy 106.68575 104.155) (xy 106.527 104.31375) (xy 106.527 104.973) + (xy 106.547 104.973) (xy 106.547 105.227) (xy 106.527 105.227) (xy 106.527 105.247) (xy 106.273 105.247) + (xy 106.273 105.227) (xy 105.64375 105.227) (xy 105.485 105.38575) (xy 105.482521 105.402999) (xy 101.663712 105.402999) + (xy 101.951579 105.115133) (xy 101.975501 105.095501) (xy 102.053853 105.000028) (xy 102.112075 104.891103) (xy 102.141857 104.792923) + (xy 105.481935 104.792923) (xy 105.485 104.81425) (xy 105.64375 104.973) (xy 106.273 104.973) (xy 106.273 104.31375) + (xy 106.11425 104.155) (xy 105.992652 104.164765) (xy 105.873122 104.201623) (xy 105.763079 104.261092) (xy 105.666753 104.340887) + (xy 105.587844 104.437941) (xy 105.529386 104.548524) (xy 105.493625 104.668387) (xy 105.481935 104.792923) (xy 102.141857 104.792923) + (xy 102.147927 104.772913) (xy 102.157 104.680794) (xy 102.157 104.680793) (xy 102.160033 104.650001) (xy 102.157 104.619207) + (xy 102.157 104.178824) (xy 102.28 104.178824) (xy 102.353905 104.171545) (xy 102.42497 104.149988) (xy 102.490463 104.114981) + (xy 102.547869 104.067869) (xy 102.594981 104.010463) (xy 102.629988 103.94497) (xy 102.651545 103.873905) (xy 102.658824 103.8) + (xy 102.658824 102.8) (xy 102.651545 102.726095) (xy 102.629988 102.65503) (xy 102.594981 102.589537) (xy 102.547869 102.532131) + (xy 102.490463 102.485019) (xy 102.42497 102.450012) (xy 102.353905 102.428455) (xy 102.28 102.421176) (xy 100.78 102.421176) + (xy 100.706095 102.428455) (xy 100.63503 102.450012) (xy 100.569537 102.485019) (xy 100.512131 102.532131) (xy 100.465019 102.589537) + (xy 100.430012 102.65503) (xy 100.408455 102.726095) (xy 100.401176 102.8) (xy 100.401176 103.8) (xy 100.408455 103.873905) + (xy 100.430012 103.94497) (xy 100.465019 104.010463) (xy 100.512131 104.067869) (xy 100.569537 104.114981) (xy 100.63503 104.149988) + (xy 100.706095 104.171545) (xy 100.78 104.178824) (xy 100.903 104.178824) (xy 100.903 104.390288) (xy 100.820289 104.473) + (xy 100.140323 104.473) (xy 100.098545 104.450669) (xy 100.001218 104.421145) (xy 99.9 104.411176) (xy 99.62 104.411176) + (xy 99.59259 104.413876) (xy 99.533247 104.340887) (xy 99.436921 104.261092) (xy 99.326878 104.201623) (xy 99.207348 104.164765) + (xy 99.08575 104.155) (xy 98.927 104.31375) (xy 98.927 104.973) (xy 98.947 104.973) (xy 98.947 105.227) + (xy 98.927 105.227) (xy 98.927 105.247) (xy 98.673 105.247) (xy 98.673 105.227) (xy 98.04375 105.227) + (xy 97.885 105.38575) (xy 97.882521 105.402999) (xy 94.263712 105.402999) (xy 94.351574 105.315137) (xy 94.375501 105.295501) + (xy 94.453853 105.200028) (xy 94.512075 105.091103) (xy 94.547927 104.972913) (xy 94.557 104.880794) (xy 94.557 104.880793) + (xy 94.560033 104.85) (xy 94.557 104.819206) (xy 94.557 104.792923) (xy 97.881935 104.792923) (xy 97.885 104.81425) + (xy 98.04375 104.973) (xy 98.673 104.973) (xy 98.673 104.31375) (xy 98.51425 104.155) (xy 98.392652 104.164765) + (xy 98.273122 104.201623) (xy 98.163079 104.261092) (xy 98.066753 104.340887) (xy 97.987844 104.437941) (xy 97.929386 104.548524) + (xy 97.893625 104.668387) (xy 97.881935 104.792923) (xy 94.557 104.792923) (xy 94.557 104.178824) (xy 94.68 104.178824) + (xy 94.753905 104.171545) (xy 94.82497 104.149988) (xy 94.890463 104.114981) (xy 94.947869 104.067869) (xy 94.994981 104.010463) + (xy 95.029988 103.94497) (xy 95.051545 103.873905) (xy 95.058824 103.8) (xy 95.058824 102.8) (xy 95.051545 102.726095) + (xy 95.029988 102.65503) (xy 94.994981 102.589537) (xy 94.947869 102.532131) (xy 94.890463 102.485019) (xy 94.82497 102.450012) + (xy 94.753905 102.428455) (xy 94.68 102.421176) (xy 93.18 102.421176) (xy 93.106095 102.428455) (xy 93.03503 102.450012) + (xy 92.969537 102.485019) (xy 92.912131 102.532131) (xy 92.865019 102.589537) (xy 92.830012 102.65503) (xy 92.808455 102.726095) + (xy 92.801176 102.8) (xy 92.801176 103.8) (xy 92.808455 103.873905) (xy 92.830012 103.94497) (xy 92.865019 104.010463) + (xy 92.912131 104.067869) (xy 92.969537 104.114981) (xy 93.03503 104.149988) (xy 93.106095 104.171545) (xy 93.18 104.178824) + (xy 93.303 104.178824) (xy 93.303 104.573) (xy 92.640323 104.573) (xy 92.598545 104.550669) (xy 92.501218 104.521145) + (xy 92.4 104.511176) (xy 92.12 104.511176) (xy 92.09259 104.513876) (xy 92.033247 104.440887) (xy 91.936921 104.361092) + (xy 91.826878 104.301623) (xy 91.707348 104.264765) (xy 91.58575 104.255) (xy 91.427 104.41375) (xy 91.427 105.073) + (xy 91.447 105.073) (xy 91.447 105.327) (xy 91.427 105.327) (xy 91.427 105.347) (xy 91.173 105.347) + (xy 91.173 105.327) (xy 90.54375 105.327) (xy 90.467751 105.402999) (xy 86.563712 105.402999) (xy 86.751574 105.215137) + (xy 86.775501 105.195501) (xy 86.853853 105.100028) (xy 86.912075 104.991103) (xy 86.941857 104.892923) (xy 90.381935 104.892923) + (xy 90.385 104.91425) (xy 90.54375 105.073) (xy 91.173 105.073) (xy 91.173 104.41375) (xy 91.01425 104.255) + (xy 90.892652 104.264765) (xy 90.773122 104.301623) (xy 90.663079 104.361092) (xy 90.566753 104.440887) (xy 90.487844 104.537941) + (xy 90.429386 104.648524) (xy 90.393625 104.768387) (xy 90.381935 104.892923) (xy 86.941857 104.892923) (xy 86.947927 104.872913) + (xy 86.957 104.780794) (xy 86.957 104.780793) (xy 86.960033 104.75) (xy 86.957 104.719206) (xy 86.957 104.178824) + (xy 87.08 104.178824) (xy 87.153905 104.171545) (xy 87.22497 104.149988) (xy 87.290463 104.114981) (xy 87.347869 104.067869) + (xy 87.394981 104.010463) (xy 87.429988 103.94497) (xy 87.451545 103.873905) (xy 87.458824 103.8) (xy 87.458824 102.8) + (xy 87.451545 102.726095) (xy 87.429988 102.65503) (xy 87.394981 102.589537) (xy 87.347869 102.532131) (xy 87.290463 102.485019) + (xy 87.22497 102.450012) (xy 87.153905 102.428455) (xy 87.08 102.421176) (xy 85.58 102.421176) (xy 85.506095 102.428455) + (xy 85.43503 102.450012) (xy 85.369537 102.485019) (xy 85.312131 102.532131) (xy 85.265019 102.589537) (xy 85.230012 102.65503) + (xy 85.208455 102.726095) (xy 85.201176 102.8) (xy 85.201176 103.8) (xy 85.208455 103.873905) (xy 85.230012 103.94497) + (xy 85.265019 104.010463) (xy 85.312131 104.067869) (xy 85.369537 104.114981) (xy 85.43503 104.149988) (xy 85.506095 104.171545) + (xy 85.58 104.178824) (xy 85.703 104.178824) (xy 85.703 104.473) (xy 84.940323 104.473) (xy 84.898545 104.450669) + (xy 84.801218 104.421145) (xy 84.7 104.411176) (xy 84.42 104.411176) (xy 84.39259 104.413876) (xy 84.333247 104.340887) + (xy 84.236921 104.261092) (xy 84.126878 104.201623) (xy 84.007348 104.164765) (xy 83.88575 104.155) (xy 83.727 104.31375) + (xy 83.727 104.973) (xy 83.747 104.973) (xy 83.747 105.227) (xy 83.727 105.227) (xy 83.727 105.247) + (xy 83.473 105.247) (xy 83.473 105.227) (xy 82.84375 105.227) (xy 82.685 105.38575) (xy 82.682521 105.402999) + (xy 78.863712 105.402999) (xy 79.151579 105.115133) (xy 79.175501 105.095501) (xy 79.253853 105.000028) (xy 79.312075 104.891103) + (xy 79.341857 104.792923) (xy 82.681935 104.792923) (xy 82.685 104.81425) (xy 82.84375 104.973) (xy 83.473 104.973) + (xy 83.473 104.31375) (xy 83.31425 104.155) (xy 83.192652 104.164765) (xy 83.073122 104.201623) (xy 82.963079 104.261092) + (xy 82.866753 104.340887) (xy 82.787844 104.437941) (xy 82.729386 104.548524) (xy 82.693625 104.668387) (xy 82.681935 104.792923) + (xy 79.341857 104.792923) (xy 79.347927 104.772913) (xy 79.357 104.680794) (xy 79.357 104.680793) (xy 79.360033 104.650001) + (xy 79.357 104.619207) (xy 79.357 104.178824) (xy 79.48 104.178824) (xy 79.553905 104.171545) (xy 79.62497 104.149988) + (xy 79.690463 104.114981) (xy 79.747869 104.067869) (xy 79.794981 104.010463) (xy 79.829988 103.94497) (xy 79.851545 103.873905) + (xy 79.858824 103.8) (xy 79.858824 102.8) (xy 79.851545 102.726095) (xy 79.829988 102.65503) (xy 79.794981 102.589537) + (xy 79.747869 102.532131) (xy 79.690463 102.485019) (xy 79.62497 102.450012) (xy 79.553905 102.428455) (xy 79.48 102.421176) + (xy 77.98 102.421176) (xy 77.906095 102.428455) (xy 77.83503 102.450012) (xy 77.769537 102.485019) (xy 77.712131 102.532131) + (xy 77.665019 102.589537) (xy 77.630012 102.65503) (xy 77.608455 102.726095) (xy 77.601176 102.8) (xy 77.601176 103.8) + (xy 77.608455 103.873905) (xy 77.630012 103.94497) (xy 77.665019 104.010463) (xy 77.712131 104.067869) (xy 77.769537 104.114981) + (xy 77.83503 104.149988) (xy 77.906095 104.171545) (xy 77.98 104.178824) (xy 78.103 104.178824) (xy 78.103 104.390288) + (xy 78.020289 104.473) (xy 77.340323 104.473) (xy 77.298545 104.450669) (xy 77.201218 104.421145) (xy 77.1 104.411176) + (xy 76.82 104.411176) (xy 76.79259 104.413876) (xy 76.733247 104.340887) (xy 76.636921 104.261092) (xy 76.526878 104.201623) + (xy 76.407348 104.164765) (xy 76.28575 104.155) (xy 76.127 104.31375) (xy 76.127 104.973) (xy 76.147 104.973) + (xy 76.147 105.227) (xy 76.127 105.227) (xy 76.127 105.247) (xy 75.873 105.247) (xy 75.873 105.227) + (xy 75.24375 105.227) (xy 75.085 105.38575) (xy 75.082521 105.402999) (xy 71.363712 105.402999) (xy 71.551574 105.215137) + (xy 71.575501 105.195501) (xy 71.653853 105.100028) (xy 71.712075 104.991103) (xy 71.747927 104.872913) (xy 71.755805 104.792923) + (xy 75.081935 104.792923) (xy 75.085 104.81425) (xy 75.24375 104.973) (xy 75.873 104.973) (xy 75.873 104.31375) + (xy 75.71425 104.155) (xy 75.592652 104.164765) (xy 75.473122 104.201623) (xy 75.363079 104.261092) (xy 75.266753 104.340887) + (xy 75.187844 104.437941) (xy 75.129386 104.548524) (xy 75.093625 104.668387) (xy 75.081935 104.792923) (xy 71.755805 104.792923) + (xy 71.757 104.780794) (xy 71.757 104.780793) (xy 71.760033 104.75) (xy 71.757 104.719206) (xy 71.757 104.178824) + (xy 71.88 104.178824) (xy 71.953905 104.171545) (xy 72.02497 104.149988) (xy 72.090463 104.114981) (xy 72.147869 104.067869) + (xy 72.194981 104.010463) (xy 72.229988 103.94497) (xy 72.251545 103.873905) (xy 72.258824 103.8) (xy 72.258824 102.8) + (xy 72.251545 102.726095) (xy 72.229988 102.65503) (xy 72.194981 102.589537) (xy 72.147869 102.532131) (xy 72.090463 102.485019) + (xy 72.02497 102.450012) (xy 71.953905 102.428455) (xy 71.88 102.421176) (xy 70.38 102.421176) (xy 70.306095 102.428455) + (xy 70.23503 102.450012) (xy 70.169537 102.485019) (xy 70.112131 102.532131) (xy 70.065019 102.589537) (xy 70.030012 102.65503) + (xy 70.008455 102.726095) (xy 70.001176 102.8) (xy 70.001176 103.8) (xy 70.008455 103.873905) (xy 70.030012 103.94497) + (xy 70.065019 104.010463) (xy 70.112131 104.067869) (xy 70.169537 104.114981) (xy 70.23503 104.149988) (xy 70.306095 104.171545) + (xy 70.38 104.178824) (xy 70.503 104.178824) (xy 70.503 104.473) (xy 69.740323 104.473) (xy 69.698545 104.450669) + (xy 69.601218 104.421145) (xy 69.5 104.411176) (xy 69.22 104.411176) (xy 69.19259 104.413876) (xy 69.133247 104.340887) + (xy 69.036921 104.261092) (xy 68.926878 104.201623) (xy 68.807348 104.164765) (xy 68.68575 104.155) (xy 68.527 104.31375) + (xy 68.527 104.973) (xy 68.547 104.973) (xy 68.547 105.227) (xy 68.527 105.227) (xy 68.527 105.247) + (xy 68.273 105.247) (xy 68.273 105.227) (xy 67.64375 105.227) (xy 67.485 105.38575) (xy 67.482521 105.402999) + (xy 63.663712 105.402999) (xy 63.951579 105.115133) (xy 63.975501 105.095501) (xy 64.053853 105.000028) (xy 64.112075 104.891103) + (xy 64.141857 104.792923) (xy 67.481935 104.792923) (xy 67.485 104.81425) (xy 67.64375 104.973) (xy 68.273 104.973) + (xy 68.273 104.31375) (xy 68.11425 104.155) (xy 67.992652 104.164765) (xy 67.873122 104.201623) (xy 67.763079 104.261092) + (xy 67.666753 104.340887) (xy 67.587844 104.437941) (xy 67.529386 104.548524) (xy 67.493625 104.668387) (xy 67.481935 104.792923) + (xy 64.141857 104.792923) (xy 64.147927 104.772913) (xy 64.157 104.680794) (xy 64.157 104.680793) (xy 64.160033 104.650001) + (xy 64.157 104.619207) (xy 64.157 104.178824) (xy 64.3 104.178824) (xy 64.373905 104.171545) (xy 64.44497 104.149988) + (xy 64.510463 104.114981) (xy 64.567869 104.067869) (xy 64.614981 104.010463) (xy 64.649988 103.94497) (xy 64.671545 103.873905) + (xy 64.678824 103.8) (xy 64.678824 102.8) (xy 64.671545 102.726095) (xy 64.649988 102.65503) (xy 64.614981 102.589537) + (xy 64.567869 102.532131) (xy 64.510463 102.485019) (xy 64.44497 102.450012) (xy 64.373905 102.428455) (xy 64.3 102.421176) + (xy 62.8 102.421176) (xy 62.726095 102.428455) (xy 62.65503 102.450012) (xy 62.589537 102.485019) (xy 62.532131 102.532131) + (xy 62.485019 102.589537) (xy 62.450012 102.65503) (xy 62.428455 102.726095) (xy 62.421176 102.8) (xy 62.421176 103.8) + (xy 62.428455 103.873905) (xy 62.450012 103.94497) (xy 62.485019 104.010463) (xy 62.532131 104.067869) (xy 62.589537 104.114981) + (xy 62.65503 104.149988) (xy 62.726095 104.171545) (xy 62.8 104.178824) (xy 62.903 104.178824) (xy 62.903 104.390288) + (xy 62.750289 104.543) (xy 62.240323 104.543) (xy 62.198545 104.520669) (xy 62.101218 104.491145) (xy 62 104.481176) + (xy 61.72 104.481176) (xy 61.69259 104.483876) (xy 61.633247 104.410887) (xy 61.536921 104.331092) (xy 61.426878 104.271623) + (xy 61.307348 104.234765) (xy 61.18575 104.225) (xy 61.027 104.38375) (xy 61.027 105.043) (xy 61.047 105.043) + (xy 61.047 105.297) (xy 61.027 105.297) (xy 61.027 105.317) (xy 60.773 105.317) (xy 60.773 105.297) + (xy 60.14375 105.297) (xy 60.037751 105.402999) (xy 55.963712 105.402999) (xy 56.351579 105.015133) (xy 56.375501 104.995501) + (xy 56.453853 104.900028) (xy 56.473686 104.862923) (xy 59.981935 104.862923) (xy 59.985 104.88425) (xy 60.14375 105.043) + (xy 60.773 105.043) (xy 60.773 104.38375) (xy 60.61425 104.225) (xy 60.492652 104.234765) (xy 60.373122 104.271623) + (xy 60.263079 104.331092) (xy 60.166753 104.410887) (xy 60.087844 104.507941) (xy 60.029386 104.618524) (xy 59.993625 104.738387) + (xy 59.981935 104.862923) (xy 56.473686 104.862923) (xy 56.512075 104.791103) (xy 56.547927 104.672913) (xy 56.557 104.580794) + (xy 56.557 104.580793) (xy 56.560033 104.550001) (xy 56.557 104.519207) (xy 56.557 104.158824) (xy 56.68 104.158824) + (xy 56.753905 104.151545) (xy 56.82497 104.129988) (xy 56.890463 104.094981) (xy 56.947869 104.047869) (xy 56.994981 103.990463) + (xy 57.029988 103.92497) (xy 57.051545 103.853905) (xy 57.058824 103.78) (xy 57.058824 102.78) (xy 57.051545 102.706095) + (xy 57.029988 102.63503) (xy 56.994981 102.569537) (xy 56.947869 102.512131) (xy 56.890463 102.465019) (xy 56.82497 102.430012) + (xy 56.753905 102.408455) (xy 56.68 102.401176) (xy 55.18 102.401176) (xy 55.106095 102.408455) (xy 55.03503 102.430012) + (xy 54.969537 102.465019) (xy 54.912131 102.512131) (xy 54.865019 102.569537) (xy 54.830012 102.63503) (xy 54.808455 102.706095) + (xy 54.801176 102.78) (xy 54.801176 103.78) (xy 54.808455 103.853905) (xy 54.830012 103.92497) (xy 54.865019 103.990463) + (xy 54.912131 104.047869) (xy 54.969537 104.094981) (xy 55.03503 104.129988) (xy 55.106095 104.151545) (xy 55.18 104.158824) + (xy 55.303 104.158824) (xy 55.303 104.290288) (xy 55.070289 104.523) (xy 54.660323 104.523) (xy 54.618545 104.500669) + (xy 54.521218 104.471145) (xy 54.42 104.461176) (xy 54.14 104.461176) (xy 54.11259 104.463876) (xy 54.053247 104.390887) + (xy 53.956921 104.311092) (xy 53.846878 104.251623) (xy 53.727348 104.214765) (xy 53.60575 104.205) (xy 53.447 104.36375) + (xy 53.447 105.023) (xy 53.467 105.023) (xy 53.467 105.277) (xy 53.447 105.277) (xy 53.447 105.297) + (xy 53.193 105.297) (xy 53.193 105.277) (xy 52.56375 105.277) (xy 52.437751 105.402999) (xy 48.563713 105.402999) + (xy 48.751579 105.215133) (xy 48.775501 105.195501) (xy 48.853853 105.100028) (xy 48.912075 104.991103) (xy 48.947927 104.872913) + (xy 48.95088 104.842923) (xy 52.401935 104.842923) (xy 52.405 104.86425) (xy 52.56375 105.023) (xy 53.193 105.023) + (xy 53.193 104.36375) (xy 53.03425 104.205) (xy 52.912652 104.214765) (xy 52.793122 104.251623) (xy 52.683079 104.311092) + (xy 52.586753 104.390887) (xy 52.507844 104.487941) (xy 52.449386 104.598524) (xy 52.413625 104.718387) (xy 52.401935 104.842923) + (xy 48.95088 104.842923) (xy 48.957 104.780794) (xy 48.957 104.780793) (xy 48.960033 104.750001) (xy 48.957 104.719207) + (xy 48.957 104.178824) (xy 49.08 104.178824) (xy 49.153905 104.171545) (xy 49.22497 104.149988) (xy 49.290463 104.114981) + (xy 49.347869 104.067869) (xy 49.394981 104.010463) (xy 49.429988 103.94497) (xy 49.451545 103.873905) (xy 49.458824 103.8) + (xy 49.458824 102.8) (xy 49.451545 102.726095) (xy 49.429988 102.65503) (xy 49.394981 102.589537) (xy 49.347869 102.532131) + (xy 49.290463 102.485019) (xy 49.22497 102.450012) (xy 49.153905 102.428455) (xy 49.08 102.421176) (xy 47.58 102.421176) + (xy 47.506095 102.428455) (xy 47.43503 102.450012) (xy 47.369537 102.485019) (xy 47.312131 102.532131) (xy 47.265019 102.589537) + (xy 47.230012 102.65503) (xy 47.208455 102.726095) (xy 47.201176 102.8) (xy 47.201176 103.8) (xy 47.208455 103.873905) + (xy 47.230012 103.94497) (xy 47.265019 104.010463) (xy 47.312131 104.067869) (xy 47.369537 104.114981) (xy 47.43503 104.149988) + (xy 47.506095 104.171545) (xy 47.58 104.178824) (xy 47.703 104.178824) (xy 47.703 104.490288) (xy 47.620289 104.573) + (xy 47.040323 104.573) (xy 46.998545 104.550669) (xy 46.901218 104.521145) (xy 46.8 104.511176) (xy 46.52 104.511176) + (xy 46.49259 104.513876) (xy 46.433247 104.440887) (xy 46.336921 104.361092) (xy 46.226878 104.301623) (xy 46.107348 104.264765) + (xy 45.98575 104.255) (xy 45.827 104.41375) (xy 45.827 105.073) (xy 45.847 105.073) (xy 45.847 105.327) + (xy 45.827 105.327) (xy 45.827 105.347) (xy 45.573 105.347) (xy 45.573 105.327) (xy 44.94375 105.327) + (xy 44.867751 105.402999) (xy 40.507 105.402999) (xy 40.507 104.892923) (xy 44.781935 104.892923) (xy 44.785 104.91425) + (xy 44.94375 105.073) (xy 45.573 105.073) (xy 45.573 104.41375) (xy 45.41425 104.255) (xy 45.292652 104.264765) + (xy 45.173122 104.301623) (xy 45.063079 104.361092) (xy 44.966753 104.440887) (xy 44.887844 104.537941) (xy 44.829386 104.648524) + (xy 44.793625 104.768387) (xy 44.781935 104.892923) (xy 40.507 104.892923) (xy 40.507 101.723472) (xy 40.903 101.723472) + (xy 40.903 101.876528) (xy 40.932859 102.026643) (xy 40.991431 102.168048) (xy 41.076464 102.295309) (xy 41.178001 102.396846) + (xy 41.178001 102.675348) (xy 41.175573 102.7) (xy 41.185265 102.798409) (xy 41.21397 102.893036) (xy 41.260584 102.980245) + (xy 41.307601 103.037535) (xy 41.307604 103.037538) (xy 41.323317 103.056684) (xy 41.342463 103.072397) (xy 41.907603 103.637538) + (xy 41.923316 103.656684) (xy 41.999755 103.719417) (xy 42.086964 103.766031) (xy 42.181591 103.794736) (xy 42.255347 103.802) + (xy 42.255356 103.802) (xy 42.279999 103.804427) (xy 42.301404 103.802319) (xy 42.308455 103.873905) (xy 42.330012 103.94497) + (xy 42.365019 104.010463) (xy 42.412131 104.067869) (xy 42.469537 104.114981) (xy 42.53503 104.149988) (xy 42.606095 104.171545) + (xy 42.68 104.178824) (xy 44.18 104.178824) (xy 44.253905 104.171545) (xy 44.32497 104.149988) (xy 44.390463 104.114981) + (xy 44.447869 104.067869) (xy 44.494981 104.010463) (xy 44.529988 103.94497) (xy 44.551545 103.873905) (xy 44.558824 103.8) + (xy 44.558824 102.8) (xy 44.551545 102.726095) (xy 44.529988 102.65503) (xy 44.494981 102.589537) (xy 44.447869 102.532131) + (xy 44.390463 102.485019) (xy 44.32497 102.450012) (xy 44.253905 102.428455) (xy 44.18 102.421176) (xy 42.68 102.421176) + (xy 42.606095 102.428455) (xy 42.53503 102.450012) (xy 42.469537 102.485019) (xy 42.412131 102.532131) (xy 42.365019 102.589537) + (xy 42.33522 102.645286) (xy 42.182 102.492066) (xy 42.182 102.396845) (xy 42.283536 102.295309) (xy 42.368569 102.168048) + (xy 42.427141 102.026643) (xy 42.457 101.876528) (xy 42.457 101.723472) (xy 42.427141 101.573357) (xy 42.368569 101.431952) + (xy 42.283536 101.304691) (xy 42.175309 101.196464) (xy 42.048048 101.111431) (xy 41.906643 101.052859) (xy 41.756528 101.023) + (xy 41.603472 101.023) (xy 41.453357 101.052859) (xy 41.311952 101.111431) (xy 41.184691 101.196464) (xy 41.076464 101.304691) + (xy 40.991431 101.431952) (xy 40.932859 101.573357) (xy 40.903 101.723472) (xy 40.507 101.723472) (xy 40.507 100.6) + (xy 42.041928 100.6) (xy 42.054188 100.724482) (xy 42.090498 100.84418) (xy 42.149463 100.954494) (xy 42.228815 101.051185) + (xy 42.325506 101.130537) (xy 42.43582 101.189502) (xy 42.555518 101.225812) (xy 42.68 101.238072) (xy 43.14425 101.235) + (xy 43.303 101.07625) (xy 43.303 100.227) (xy 43.557 100.227) (xy 43.557 101.07625) (xy 43.71575 101.235) + (xy 44.18 101.238072) (xy 44.304482 101.225812) (xy 44.42418 101.189502) (xy 44.534494 101.130537) (xy 44.631185 101.051185) + (xy 44.710537 100.954494) (xy 44.769502 100.84418) (xy 44.805812 100.724482) (xy 44.818072 100.6) (xy 44.815 100.38575) + (xy 44.65625 100.227) (xy 43.557 100.227) (xy 43.303 100.227) (xy 42.20375 100.227) (xy 42.045 100.38575) + (xy 42.041928 100.6) (xy 40.507 100.6) (xy 40.507 99.776999) (xy 42.044466 99.776999) (xy 42.045 99.81425) + (xy 42.20375 99.973) (xy 43.303 99.973) (xy 43.303 99.953) (xy 43.557 99.953) (xy 43.557 99.973) + (xy 44.65625 99.973) (xy 44.815 99.81425) (xy 44.815534 99.776999) (xy 46.499205 99.776999) (xy 46.529999 99.780032) + (xy 46.560793 99.776999) (xy 47.201176 99.776999) (xy 47.201176 100.6) (xy 47.208455 100.673905) (xy 47.230012 100.74497) + (xy 47.265019 100.810463) (xy 47.312131 100.867869) (xy 47.369537 100.914981) (xy 47.43503 100.949988) (xy 47.506095 100.971545) + (xy 47.58 100.978824) (xy 47.828001 100.978824) (xy 47.828001 101.125347) (xy 47.825573 101.15) (xy 47.835265 101.248409) + (xy 47.86397 101.343036) (xy 47.910584 101.430245) (xy 47.957601 101.487535) (xy 47.957604 101.487538) (xy 47.973317 101.506684) + (xy 47.992463 101.522397) (xy 48.407603 101.937538) (xy 48.423316 101.956684) (xy 48.442462 101.972397) (xy 48.442464 101.972399) + (xy 48.476096 102) (xy 48.499755 102.019417) (xy 48.586964 102.066031) (xy 48.681591 102.094736) (xy 48.755347 102.102) + (xy 48.755356 102.102) (xy 48.779999 102.104427) (xy 48.804642 102.102) (xy 50.472065 102.102) (xy 50.528 102.157935) + (xy 50.528 102.401176) (xy 50.28 102.401176) (xy 50.206095 102.408455) (xy 50.13503 102.430012) (xy 50.069537 102.465019) + (xy 50.012131 102.512131) (xy 49.965019 102.569537) (xy 49.930012 102.63503) (xy 49.908455 102.706095) (xy 49.901176 102.78) + (xy 49.901176 103.78) (xy 49.908455 103.853905) (xy 49.930012 103.92497) (xy 49.965019 103.990463) (xy 50.012131 104.047869) + (xy 50.069537 104.094981) (xy 50.13503 104.129988) (xy 50.206095 104.151545) (xy 50.28 104.158824) (xy 51.78 104.158824) + (xy 51.853905 104.151545) (xy 51.92497 104.129988) (xy 51.990463 104.094981) (xy 52.047869 104.047869) (xy 52.094981 103.990463) + (xy 52.129988 103.92497) (xy 52.151545 103.853905) (xy 52.158824 103.78) (xy 52.158824 102.78) (xy 52.151545 102.706095) + (xy 52.129988 102.63503) (xy 52.094981 102.569537) (xy 52.047869 102.512131) (xy 51.990463 102.465019) (xy 51.92497 102.430012) + (xy 51.853905 102.408455) (xy 51.78 102.401176) (xy 51.532 102.401176) (xy 51.532 101.974643) (xy 51.534427 101.95) + (xy 51.532 101.925357) (xy 51.532 101.925347) (xy 51.524736 101.851591) (xy 51.496031 101.756964) (xy 51.454274 101.678841) + (xy 51.449417 101.669754) (xy 51.4024 101.612464) (xy 51.402392 101.612456) (xy 51.386684 101.593316) (xy 51.367543 101.577607) + (xy 51.052401 101.262467) (xy 51.036684 101.243316) (xy 50.960245 101.180583) (xy 50.873036 101.133969) (xy 50.836396 101.122854) + (xy 50.903 101.05625) (xy 50.903 100.207) (xy 51.157 100.207) (xy 51.157 101.05625) (xy 51.31575 101.215) + (xy 51.78 101.218072) (xy 51.904482 101.205812) (xy 52.02418 101.169502) (xy 52.134494 101.110537) (xy 52.231185 101.031185) + (xy 52.310537 100.934494) (xy 52.369502 100.82418) (xy 52.405812 100.704482) (xy 52.418072 100.58) (xy 52.415 100.36575) + (xy 52.25625 100.207) (xy 51.157 100.207) (xy 50.903 100.207) (xy 49.80375 100.207) (xy 49.645 100.36575) + (xy 49.641928 100.58) (xy 49.654188 100.704482) (xy 49.690498 100.82418) (xy 49.749463 100.934494) (xy 49.828815 101.031185) + (xy 49.91023 101.098) (xy 48.987935 101.098) (xy 48.868758 100.978824) (xy 49.08 100.978824) (xy 49.153905 100.971545) + (xy 49.22497 100.949988) (xy 49.290463 100.914981) (xy 49.347869 100.867869) (xy 49.394981 100.810463) (xy 49.429988 100.74497) + (xy 49.451545 100.673905) (xy 49.458824 100.6) (xy 49.458824 99.776999) (xy 49.644753 99.776999) (xy 49.645 99.79425) + (xy 49.80375 99.953) (xy 50.903 99.953) (xy 50.903 99.933) (xy 51.157 99.933) (xy 51.157 99.953) + (xy 52.25625 99.953) (xy 52.415 99.79425) (xy 52.415964 99.727) (xy 54.049206 99.727) (xy 54.08 99.730033) + (xy 54.110794 99.727) (xy 54.801176 99.727) (xy 54.801176 100.58) (xy 54.808455 100.653905) (xy 54.830012 100.72497) + (xy 54.865019 100.790463) (xy 54.912131 100.847869) (xy 54.969537 100.894981) (xy 55.03503 100.929988) (xy 55.106095 100.951545) + (xy 55.18 100.958824) (xy 55.428001 100.958824) (xy 55.428001 101.125347) (xy 55.425573 101.15) (xy 55.435265 101.248409) + (xy 55.46397 101.343036) (xy 55.510584 101.430245) (xy 55.557601 101.487535) (xy 55.557604 101.487538) (xy 55.573317 101.506684) + (xy 55.592463 101.522397) (xy 56.107603 102.037538) (xy 56.123316 102.056684) (xy 56.142462 102.072397) (xy 56.142464 102.072399) + (xy 56.16968 102.094735) (xy 56.199755 102.119417) (xy 56.286964 102.166031) (xy 56.381591 102.194736) (xy 56.455347 102.202) + (xy 56.455356 102.202) (xy 56.479999 102.204427) (xy 56.504642 102.202) (xy 57.872066 102.202) (xy 58.091241 102.421176) + (xy 57.9 102.421176) (xy 57.826095 102.428455) (xy 57.75503 102.450012) (xy 57.689537 102.485019) (xy 57.632131 102.532131) + (xy 57.585019 102.589537) (xy 57.550012 102.65503) (xy 57.528455 102.726095) (xy 57.521176 102.8) (xy 57.521176 103.8) + (xy 57.528455 103.873905) (xy 57.550012 103.94497) (xy 57.585019 104.010463) (xy 57.632131 104.067869) (xy 57.689537 104.114981) + (xy 57.75503 104.149988) (xy 57.826095 104.171545) (xy 57.9 104.178824) (xy 59.4 104.178824) (xy 59.473905 104.171545) + (xy 59.54497 104.149988) (xy 59.610463 104.114981) (xy 59.667869 104.067869) (xy 59.714981 104.010463) (xy 59.749988 103.94497) + (xy 59.771545 103.873905) (xy 59.778824 103.8) (xy 59.778824 102.8) (xy 59.771545 102.726095) (xy 59.749988 102.65503) + (xy 59.714981 102.589537) (xy 59.667869 102.532131) (xy 59.610463 102.485019) (xy 59.54497 102.450012) (xy 59.473905 102.428455) + (xy 59.4 102.421176) (xy 59.132 102.421176) (xy 59.132 102.274642) (xy 59.134427 102.249999) (xy 59.132 102.225356) + (xy 59.132 102.225347) (xy 59.124736 102.151591) (xy 59.096031 102.056964) (xy 59.049417 101.969755) (xy 59.022974 101.937535) + (xy 59.002399 101.912464) (xy 59.002397 101.912462) (xy 58.986684 101.893316) (xy 58.967538 101.877603) (xy 58.452401 101.362467) + (xy 58.436684 101.343316) (xy 58.360245 101.280583) (xy 58.276057 101.235584) (xy 58.36425 101.235) (xy 58.523 101.07625) + (xy 58.523 100.227) (xy 58.777 100.227) (xy 58.777 101.07625) (xy 58.93575 101.235) (xy 59.4 101.238072) + (xy 59.524482 101.225812) (xy 59.64418 101.189502) (xy 59.754494 101.130537) (xy 59.851185 101.051185) (xy 59.930537 100.954494) + (xy 59.989502 100.84418) (xy 60.025812 100.724482) (xy 60.038072 100.6) (xy 60.035 100.38575) (xy 59.87625 100.227) + (xy 58.777 100.227) (xy 58.523 100.227) (xy 57.42375 100.227) (xy 57.265 100.38575) (xy 57.261928 100.6) + (xy 57.274188 100.724482) (xy 57.310498 100.84418) (xy 57.369463 100.954494) (xy 57.448815 101.051185) (xy 57.545506 101.130537) + (xy 57.65582 101.189502) (xy 57.683834 101.198) (xy 56.687935 101.198) (xy 56.448758 100.958824) (xy 56.68 100.958824) + (xy 56.753905 100.951545) (xy 56.82497 100.929988) (xy 56.890463 100.894981) (xy 56.947869 100.847869) (xy 56.994981 100.790463) + (xy 57.029988 100.72497) (xy 57.051545 100.653905) (xy 57.058824 100.58) (xy 57.058824 99.727) (xy 57.263749 99.727) + (xy 57.265 99.81425) (xy 57.42375 99.973) (xy 58.523 99.973) (xy 58.523 99.953) (xy 58.777 99.953) + (xy 58.777 99.973) (xy 59.87625 99.973) (xy 60.035 99.81425) (xy 60.036251 99.727) (xy 61.649206 99.727) + (xy 61.68 99.730033) (xy 61.710794 99.727) (xy 62.421176 99.727) (xy 62.421176 100.6) (xy 62.428455 100.673905) + (xy 62.450012 100.74497) (xy 62.485019 100.810463) (xy 62.532131 100.867869) (xy 62.589537 100.914981) (xy 62.65503 100.949988) + (xy 62.726095 100.971545) (xy 62.8 100.978824) (xy 63.028001 100.978824) (xy 63.028001 101.025347) (xy 63.025573 101.05) + (xy 63.035265 101.148409) (xy 63.06397 101.243036) (xy 63.110584 101.330245) (xy 63.157601 101.387535) (xy 63.157604 101.387538) + (xy 63.173317 101.406684) (xy 63.192463 101.422397) (xy 63.707603 101.937538) (xy 63.723316 101.956684) (xy 63.742462 101.972397) + (xy 63.742464 101.972399) (xy 63.776096 102) (xy 63.799755 102.019417) (xy 63.886964 102.066031) (xy 63.981591 102.094736) + (xy 64.055347 102.102) (xy 64.055356 102.102) (xy 64.079999 102.104427) (xy 64.104642 102.102) (xy 65.572066 102.102) + (xy 65.728 102.257935) (xy 65.728 102.421176) (xy 65.48 102.421176) (xy 65.406095 102.428455) (xy 65.33503 102.450012) + (xy 65.269537 102.485019) (xy 65.212131 102.532131) (xy 65.165019 102.589537) (xy 65.130012 102.65503) (xy 65.108455 102.726095) + (xy 65.101176 102.8) (xy 65.101176 103.8) (xy 65.108455 103.873905) (xy 65.130012 103.94497) (xy 65.165019 104.010463) + (xy 65.212131 104.067869) (xy 65.269537 104.114981) (xy 65.33503 104.149988) (xy 65.406095 104.171545) (xy 65.48 104.178824) + (xy 66.98 104.178824) (xy 67.053905 104.171545) (xy 67.12497 104.149988) (xy 67.190463 104.114981) (xy 67.247869 104.067869) + (xy 67.294981 104.010463) (xy 67.329988 103.94497) (xy 67.351545 103.873905) (xy 67.358824 103.8) (xy 67.358824 102.8) + (xy 67.351545 102.726095) (xy 67.329988 102.65503) (xy 67.294981 102.589537) (xy 67.247869 102.532131) (xy 67.190463 102.485019) + (xy 67.12497 102.450012) (xy 67.053905 102.428455) (xy 66.98 102.421176) (xy 66.732 102.421176) (xy 66.732 102.074642) + (xy 66.734427 102.049999) (xy 66.732 102.025356) (xy 66.732 102.025347) (xy 66.724736 101.951591) (xy 66.696031 101.856964) + (xy 66.649417 101.769755) (xy 66.611433 101.723472) (xy 66.602399 101.712464) (xy 66.602397 101.712462) (xy 66.586684 101.693316) + (xy 66.567538 101.677603) (xy 66.152401 101.262467) (xy 66.136684 101.243316) (xy 66.060245 101.180583) (xy 66.020116 101.159134) + (xy 66.103 101.07625) (xy 66.103 100.227) (xy 66.357 100.227) (xy 66.357 101.07625) (xy 66.51575 101.235) + (xy 66.98 101.238072) (xy 67.104482 101.225812) (xy 67.22418 101.189502) (xy 67.334494 101.130537) (xy 67.431185 101.051185) + (xy 67.510537 100.954494) (xy 67.569502 100.84418) (xy 67.605812 100.724482) (xy 67.618072 100.6) (xy 67.615 100.38575) + (xy 67.45625 100.227) (xy 66.357 100.227) (xy 66.103 100.227) (xy 65.00375 100.227) (xy 64.845 100.38575) + (xy 64.841928 100.6) (xy 64.854188 100.724482) (xy 64.890498 100.84418) (xy 64.949463 100.954494) (xy 65.028815 101.051185) + (xy 65.085859 101.098) (xy 64.287935 101.098) (xy 64.168759 100.978824) (xy 64.3 100.978824) (xy 64.373905 100.971545) + (xy 64.44497 100.949988) (xy 64.510463 100.914981) (xy 64.567869 100.867869) (xy 64.614981 100.810463) (xy 64.649988 100.74497) + (xy 64.671545 100.673905) (xy 64.678824 100.6) (xy 64.678824 99.727) (xy 64.843749 99.727) (xy 64.845 99.81425) + (xy 65.00375 99.973) (xy 66.103 99.973) (xy 66.103 99.953) (xy 66.357 99.953) (xy 66.357 99.973) + (xy 67.45625 99.973) (xy 67.615 99.81425) (xy 67.616251 99.727) (xy 69.449206 99.727) (xy 69.48 99.730033) + (xy 69.510794 99.727) (xy 70.001176 99.727) (xy 70.001176 100.6) (xy 70.008455 100.673905) (xy 70.030012 100.74497) + (xy 70.065019 100.810463) (xy 70.112131 100.867869) (xy 70.169537 100.914981) (xy 70.23503 100.949988) (xy 70.306095 100.971545) + (xy 70.38 100.978824) (xy 70.628001 100.978824) (xy 70.628001 101.225347) (xy 70.625573 101.25) (xy 70.635265 101.348409) + (xy 70.66397 101.443036) (xy 70.710584 101.530245) (xy 70.757601 101.587535) (xy 70.757604 101.587538) (xy 70.773317 101.606684) + (xy 70.792462 101.622396) (xy 71.107607 101.937543) (xy 71.123316 101.956684) (xy 71.142456 101.972392) (xy 71.142464 101.9724) + (xy 71.199754 102.019417) (xy 71.246368 102.044332) (xy 71.286964 102.066031) (xy 71.381591 102.094736) (xy 71.455347 102.102) + (xy 71.455357 102.102) (xy 71.48 102.104427) (xy 71.504643 102.102) (xy 73.172066 102.102) (xy 73.328 102.257935) + (xy 73.328 102.421176) (xy 73.08 102.421176) (xy 73.006095 102.428455) (xy 72.93503 102.450012) (xy 72.869537 102.485019) + (xy 72.812131 102.532131) (xy 72.765019 102.589537) (xy 72.730012 102.65503) (xy 72.708455 102.726095) (xy 72.701176 102.8) + (xy 72.701176 103.8) (xy 72.708455 103.873905) (xy 72.730012 103.94497) (xy 72.765019 104.010463) (xy 72.812131 104.067869) + (xy 72.869537 104.114981) (xy 72.93503 104.149988) (xy 73.006095 104.171545) (xy 73.08 104.178824) (xy 74.58 104.178824) + (xy 74.653905 104.171545) (xy 74.72497 104.149988) (xy 74.790463 104.114981) (xy 74.847869 104.067869) (xy 74.894981 104.010463) + (xy 74.929988 103.94497) (xy 74.951545 103.873905) (xy 74.958824 103.8) (xy 74.958824 102.8) (xy 74.951545 102.726095) + (xy 74.929988 102.65503) (xy 74.894981 102.589537) (xy 74.847869 102.532131) (xy 74.790463 102.485019) (xy 74.72497 102.450012) + (xy 74.653905 102.428455) (xy 74.58 102.421176) (xy 74.332 102.421176) (xy 74.332 102.074642) (xy 74.334427 102.049999) + (xy 74.332 102.025356) (xy 74.332 102.025347) (xy 74.324736 101.951591) (xy 74.296031 101.856964) (xy 74.249417 101.769755) + (xy 74.211433 101.723472) (xy 74.202399 101.712464) (xy 74.202397 101.712462) (xy 74.186684 101.693316) (xy 74.167538 101.677603) + (xy 73.752401 101.262467) (xy 73.736684 101.243316) (xy 73.660245 101.180583) (xy 73.620116 101.159134) (xy 73.703 101.07625) + (xy 73.703 100.227) (xy 73.957 100.227) (xy 73.957 101.07625) (xy 74.11575 101.235) (xy 74.58 101.238072) + (xy 74.704482 101.225812) (xy 74.82418 101.189502) (xy 74.934494 101.130537) (xy 75.031185 101.051185) (xy 75.110537 100.954494) + (xy 75.169502 100.84418) (xy 75.205812 100.724482) (xy 75.218072 100.6) (xy 75.215 100.38575) (xy 75.05625 100.227) + (xy 73.957 100.227) (xy 73.703 100.227) (xy 72.60375 100.227) (xy 72.445 100.38575) (xy 72.441928 100.6) + (xy 72.454188 100.724482) (xy 72.490498 100.84418) (xy 72.549463 100.954494) (xy 72.628815 101.051185) (xy 72.685859 101.098) + (xy 71.687935 101.098) (xy 71.632 101.042065) (xy 71.632 100.978824) (xy 71.88 100.978824) (xy 71.953905 100.971545) + (xy 72.02497 100.949988) (xy 72.090463 100.914981) (xy 72.147869 100.867869) (xy 72.194981 100.810463) (xy 72.229988 100.74497) + (xy 72.251545 100.673905) (xy 72.258824 100.6) (xy 72.258824 99.727) (xy 72.443749 99.727) (xy 72.445 99.81425) + (xy 72.60375 99.973) (xy 73.703 99.973) (xy 73.703 99.953) (xy 73.957 99.953) (xy 73.957 99.973) + (xy 75.05625 99.973) (xy 75.215 99.81425) (xy 75.216251 99.727) (xy 77.149206 99.727) (xy 77.18 99.730033) + (xy 77.210794 99.727) (xy 77.601176 99.727) (xy 77.601176 100.6) (xy 77.608455 100.673905) (xy 77.630012 100.74497) + (xy 77.665019 100.810463) (xy 77.712131 100.867869) (xy 77.769537 100.914981) (xy 77.83503 100.949988) (xy 77.906095 100.971545) + (xy 77.98 100.978824) (xy 78.228001 100.978824) (xy 78.228001 101.325347) (xy 78.225573 101.35) (xy 78.235265 101.448409) + (xy 78.26397 101.543036) (xy 78.310584 101.630245) (xy 78.357601 101.687535) (xy 78.357604 101.687538) (xy 78.373317 101.706684) + (xy 78.392462 101.722396) (xy 78.707607 102.037543) (xy 78.723316 102.056684) (xy 78.742456 102.072392) (xy 78.742464 102.0724) + (xy 78.799754 102.119417) (xy 78.842317 102.142167) (xy 78.886964 102.166031) (xy 78.981591 102.194736) (xy 79.055347 102.202) + (xy 79.055357 102.202) (xy 79.08 102.204427) (xy 79.104643 102.202) (xy 80.872065 102.202) (xy 80.928 102.257935) + (xy 80.928 102.421176) (xy 80.68 102.421176) (xy 80.606095 102.428455) (xy 80.53503 102.450012) (xy 80.469537 102.485019) + (xy 80.412131 102.532131) (xy 80.365019 102.589537) (xy 80.330012 102.65503) (xy 80.308455 102.726095) (xy 80.301176 102.8) + (xy 80.301176 103.8) (xy 80.308455 103.873905) (xy 80.330012 103.94497) (xy 80.365019 104.010463) (xy 80.412131 104.067869) + (xy 80.469537 104.114981) (xy 80.53503 104.149988) (xy 80.606095 104.171545) (xy 80.68 104.178824) (xy 82.18 104.178824) + (xy 82.253905 104.171545) (xy 82.32497 104.149988) (xy 82.390463 104.114981) (xy 82.447869 104.067869) (xy 82.494981 104.010463) + (xy 82.529988 103.94497) (xy 82.551545 103.873905) (xy 82.558824 103.8) (xy 82.558824 102.8) (xy 82.551545 102.726095) + (xy 82.529988 102.65503) (xy 82.494981 102.589537) (xy 82.447869 102.532131) (xy 82.390463 102.485019) (xy 82.32497 102.450012) + (xy 82.253905 102.428455) (xy 82.18 102.421176) (xy 81.932 102.421176) (xy 81.932 102.074643) (xy 81.934427 102.05) + (xy 81.932 102.025357) (xy 81.932 102.025347) (xy 81.924736 101.951591) (xy 81.896031 101.856964) (xy 81.861307 101.792) + (xy 81.849417 101.769754) (xy 81.8024 101.712464) (xy 81.802392 101.712456) (xy 81.786684 101.693316) (xy 81.767543 101.677607) + (xy 81.452401 101.362467) (xy 81.436684 101.343316) (xy 81.360245 101.280583) (xy 81.273036 101.233969) (xy 81.178409 101.205264) + (xy 81.174383 101.204867) (xy 81.303 101.07625) (xy 81.303 100.227) (xy 81.557 100.227) (xy 81.557 101.07625) + (xy 81.71575 101.235) (xy 82.18 101.238072) (xy 82.304482 101.225812) (xy 82.42418 101.189502) (xy 82.534494 101.130537) + (xy 82.631185 101.051185) (xy 82.710537 100.954494) (xy 82.769502 100.84418) (xy 82.805812 100.724482) (xy 82.818072 100.6) + (xy 82.815 100.38575) (xy 82.65625 100.227) (xy 81.557 100.227) (xy 81.303 100.227) (xy 80.20375 100.227) + (xy 80.045 100.38575) (xy 80.041928 100.6) (xy 80.054188 100.724482) (xy 80.090498 100.84418) (xy 80.149463 100.954494) + (xy 80.228815 101.051185) (xy 80.325506 101.130537) (xy 80.43582 101.189502) (xy 80.463834 101.198) (xy 79.287935 101.198) + (xy 79.232 101.142065) (xy 79.232 100.978824) (xy 79.48 100.978824) (xy 79.553905 100.971545) (xy 79.62497 100.949988) + (xy 79.690463 100.914981) (xy 79.747869 100.867869) (xy 79.794981 100.810463) (xy 79.829988 100.74497) (xy 79.851545 100.673905) + (xy 79.858824 100.6) (xy 79.858824 99.727) (xy 80.043749 99.727) (xy 80.045 99.81425) (xy 80.20375 99.973) + (xy 81.303 99.973) (xy 81.303 99.953) (xy 81.557 99.953) (xy 81.557 99.973) (xy 82.65625 99.973) + (xy 82.815 99.81425) (xy 82.816251 99.727) (xy 84.749206 99.727) (xy 84.78 99.730033) (xy 84.810794 99.727) + (xy 85.201176 99.727) (xy 85.201176 100.6) (xy 85.208455 100.673905) (xy 85.230012 100.74497) (xy 85.265019 100.810463) + (xy 85.312131 100.867869) (xy 85.369537 100.914981) (xy 85.43503 100.949988) (xy 85.506095 100.971545) (xy 85.58 100.978824) + (xy 85.828001 100.978824) (xy 85.828001 101.125347) (xy 85.825573 101.15) (xy 85.835265 101.248409) (xy 85.86397 101.343036) + (xy 85.910584 101.430245) (xy 85.957601 101.487535) (xy 85.957604 101.487538) (xy 85.973317 101.506684) (xy 85.992463 101.522397) + (xy 86.507603 102.037538) (xy 86.523316 102.056684) (xy 86.542462 102.072397) (xy 86.542464 102.072399) (xy 86.56968 102.094735) + (xy 86.599755 102.119417) (xy 86.686964 102.166031) (xy 86.781591 102.194736) (xy 86.855347 102.202) (xy 86.855356 102.202) + (xy 86.879999 102.204427) (xy 86.904642 102.202) (xy 88.372066 102.202) (xy 88.528 102.357935) (xy 88.528 102.421176) + (xy 88.28 102.421176) (xy 88.206095 102.428455) (xy 88.13503 102.450012) (xy 88.069537 102.485019) (xy 88.012131 102.532131) + (xy 87.965019 102.589537) (xy 87.930012 102.65503) (xy 87.908455 102.726095) (xy 87.901176 102.8) (xy 87.901176 103.8) + (xy 87.908455 103.873905) (xy 87.930012 103.94497) (xy 87.965019 104.010463) (xy 88.012131 104.067869) (xy 88.069537 104.114981) + (xy 88.13503 104.149988) (xy 88.206095 104.171545) (xy 88.28 104.178824) (xy 89.78 104.178824) (xy 89.853905 104.171545) + (xy 89.92497 104.149988) (xy 89.990463 104.114981) (xy 90.047869 104.067869) (xy 90.094981 104.010463) (xy 90.129988 103.94497) + (xy 90.151545 103.873905) (xy 90.158824 103.8) (xy 90.158824 102.8) (xy 90.151545 102.726095) (xy 90.129988 102.65503) + (xy 90.094981 102.589537) (xy 90.047869 102.532131) (xy 89.990463 102.485019) (xy 89.92497 102.450012) (xy 89.853905 102.428455) + (xy 89.78 102.421176) (xy 89.532 102.421176) (xy 89.532 102.174642) (xy 89.534427 102.149999) (xy 89.532 102.125356) + (xy 89.532 102.125347) (xy 89.524736 102.051591) (xy 89.496031 101.956964) (xy 89.449417 101.869755) (xy 89.417269 101.830583) + (xy 89.402399 101.812464) (xy 89.402397 101.812462) (xy 89.386684 101.793316) (xy 89.367538 101.777603) (xy 88.952401 101.362467) + (xy 88.936684 101.343316) (xy 88.860245 101.280583) (xy 88.773036 101.233969) (xy 88.751741 101.227509) (xy 88.903 101.07625) + (xy 88.903 100.227) (xy 89.157 100.227) (xy 89.157 101.07625) (xy 89.31575 101.235) (xy 89.78 101.238072) + (xy 89.904482 101.225812) (xy 90.02418 101.189502) (xy 90.134494 101.130537) (xy 90.231185 101.051185) (xy 90.310537 100.954494) + (xy 90.369502 100.84418) (xy 90.405812 100.724482) (xy 90.418072 100.6) (xy 90.415 100.38575) (xy 90.25625 100.227) + (xy 89.157 100.227) (xy 88.903 100.227) (xy 87.80375 100.227) (xy 87.645 100.38575) (xy 87.641928 100.6) + (xy 87.654188 100.724482) (xy 87.690498 100.84418) (xy 87.749463 100.954494) (xy 87.828815 101.051185) (xy 87.925506 101.130537) + (xy 88.03582 101.189502) (xy 88.063834 101.198) (xy 87.087935 101.198) (xy 86.868758 100.978824) (xy 87.08 100.978824) + (xy 87.153905 100.971545) (xy 87.22497 100.949988) (xy 87.290463 100.914981) (xy 87.347869 100.867869) (xy 87.394981 100.810463) + (xy 87.429988 100.74497) (xy 87.451545 100.673905) (xy 87.458824 100.6) (xy 87.458824 99.727) (xy 87.643749 99.727) + (xy 87.645 99.81425) (xy 87.80375 99.973) (xy 88.903 99.973) (xy 88.903 99.953) (xy 89.157 99.953) + (xy 89.157 99.973) (xy 90.25625 99.973) (xy 90.415 99.81425) (xy 90.416251 99.727) (xy 92.149208 99.727) + (xy 92.179999 99.730033) (xy 92.210791 99.727) (xy 92.801176 99.727) (xy 92.801176 100.6) (xy 92.808455 100.673905) + (xy 92.830012 100.74497) (xy 92.865019 100.810463) (xy 92.912131 100.867869) (xy 92.969537 100.914981) (xy 93.03503 100.949988) + (xy 93.106095 100.971545) (xy 93.18 100.978824) (xy 93.428001 100.978824) (xy 93.428001 101.125347) (xy 93.425573 101.15) + (xy 93.435265 101.248409) (xy 93.46397 101.343036) (xy 93.510584 101.430245) (xy 93.557601 101.487535) (xy 93.557604 101.487538) + (xy 93.573317 101.506684) (xy 93.592463 101.522397) (xy 94.107603 102.037538) (xy 94.123316 102.056684) (xy 94.142462 102.072397) + (xy 94.142464 102.072399) (xy 94.16968 102.094735) (xy 94.199755 102.119417) (xy 94.286964 102.166031) (xy 94.381591 102.194736) + (xy 94.455347 102.202) (xy 94.455356 102.202) (xy 94.479999 102.204427) (xy 94.504642 102.202) (xy 95.972066 102.202) + (xy 96.128 102.357935) (xy 96.128 102.421176) (xy 95.88 102.421176) (xy 95.806095 102.428455) (xy 95.73503 102.450012) + (xy 95.669537 102.485019) (xy 95.612131 102.532131) (xy 95.565019 102.589537) (xy 95.530012 102.65503) (xy 95.508455 102.726095) + (xy 95.501176 102.8) (xy 95.501176 103.8) (xy 95.508455 103.873905) (xy 95.530012 103.94497) (xy 95.565019 104.010463) + (xy 95.612131 104.067869) (xy 95.669537 104.114981) (xy 95.73503 104.149988) (xy 95.806095 104.171545) (xy 95.88 104.178824) + (xy 97.38 104.178824) (xy 97.453905 104.171545) (xy 97.52497 104.149988) (xy 97.590463 104.114981) (xy 97.647869 104.067869) + (xy 97.694981 104.010463) (xy 97.729988 103.94497) (xy 97.751545 103.873905) (xy 97.758824 103.8) (xy 97.758824 102.8) + (xy 97.751545 102.726095) (xy 97.729988 102.65503) (xy 97.694981 102.589537) (xy 97.647869 102.532131) (xy 97.590463 102.485019) + (xy 97.52497 102.450012) (xy 97.453905 102.428455) (xy 97.38 102.421176) (xy 97.132 102.421176) (xy 97.132 102.174642) + (xy 97.134427 102.149999) (xy 97.132 102.125356) (xy 97.132 102.125347) (xy 97.124736 102.051591) (xy 97.096031 101.956964) + (xy 97.049417 101.869755) (xy 97.017269 101.830583) (xy 97.002399 101.812464) (xy 97.002397 101.812462) (xy 96.986684 101.793316) + (xy 96.967538 101.777603) (xy 96.552401 101.362467) (xy 96.536684 101.343316) (xy 96.460245 101.280583) (xy 96.373036 101.233969) + (xy 96.351741 101.227509) (xy 96.503 101.07625) (xy 96.503 100.227) (xy 96.757 100.227) (xy 96.757 101.07625) + (xy 96.91575 101.235) (xy 97.38 101.238072) (xy 97.504482 101.225812) (xy 97.62418 101.189502) (xy 97.734494 101.130537) + (xy 97.831185 101.051185) (xy 97.910537 100.954494) (xy 97.969502 100.84418) (xy 98.005812 100.724482) (xy 98.018072 100.6) + (xy 98.015 100.38575) (xy 97.85625 100.227) (xy 96.757 100.227) (xy 96.503 100.227) (xy 95.40375 100.227) + (xy 95.245 100.38575) (xy 95.241928 100.6) (xy 95.254188 100.724482) (xy 95.290498 100.84418) (xy 95.349463 100.954494) + (xy 95.428815 101.051185) (xy 95.525506 101.130537) (xy 95.63582 101.189502) (xy 95.663834 101.198) (xy 94.687935 101.198) + (xy 94.468758 100.978824) (xy 94.68 100.978824) (xy 94.753905 100.971545) (xy 94.82497 100.949988) (xy 94.890463 100.914981) + (xy 94.947869 100.867869) (xy 94.994981 100.810463) (xy 95.029988 100.74497) (xy 95.051545 100.673905) (xy 95.058824 100.6) + (xy 95.058824 99.727) (xy 95.243749 99.727) (xy 95.245 99.81425) (xy 95.40375 99.973) (xy 96.503 99.973) + (xy 96.503 99.953) (xy 96.757 99.953) (xy 96.757 99.973) (xy 97.85625 99.973) (xy 98.015 99.81425) + (xy 98.016251 99.727) (xy 99.849206 99.727) (xy 99.88 99.730033) (xy 99.910794 99.727) (xy 100.401176 99.727) + (xy 100.401176 100.6) (xy 100.408455 100.673905) (xy 100.430012 100.74497) (xy 100.465019 100.810463) (xy 100.512131 100.867869) + (xy 100.569537 100.914981) (xy 100.63503 100.949988) (xy 100.706095 100.971545) (xy 100.78 100.978824) (xy 101.028001 100.978824) + (xy 101.028001 101.125347) (xy 101.025573 101.15) (xy 101.035265 101.248409) (xy 101.06397 101.343036) (xy 101.110584 101.430245) + (xy 101.157601 101.487535) (xy 101.157604 101.487538) (xy 101.173317 101.506684) (xy 101.192463 101.522397) (xy 101.707603 102.037538) + (xy 101.723316 102.056684) (xy 101.742462 102.072397) (xy 101.742464 102.072399) (xy 101.76968 102.094735) (xy 101.799755 102.119417) + (xy 101.886964 102.166031) (xy 101.981591 102.194736) (xy 102.055347 102.202) (xy 102.055356 102.202) (xy 102.079999 102.204427) + (xy 102.104642 102.202) (xy 103.472066 102.202) (xy 103.691241 102.421176) (xy 103.48 102.421176) (xy 103.406095 102.428455) + (xy 103.33503 102.450012) (xy 103.269537 102.485019) (xy 103.212131 102.532131) (xy 103.165019 102.589537) (xy 103.130012 102.65503) + (xy 103.108455 102.726095) (xy 103.101176 102.8) (xy 103.101176 103.8) (xy 103.108455 103.873905) (xy 103.130012 103.94497) + (xy 103.165019 104.010463) (xy 103.212131 104.067869) (xy 103.269537 104.114981) (xy 103.33503 104.149988) (xy 103.406095 104.171545) + (xy 103.48 104.178824) (xy 104.98 104.178824) (xy 105.053905 104.171545) (xy 105.12497 104.149988) (xy 105.190463 104.114981) + (xy 105.247869 104.067869) (xy 105.294981 104.010463) (xy 105.329988 103.94497) (xy 105.351545 103.873905) (xy 105.358824 103.8) + (xy 105.358824 102.8) (xy 105.351545 102.726095) (xy 105.329988 102.65503) (xy 105.294981 102.589537) (xy 105.247869 102.532131) + (xy 105.190463 102.485019) (xy 105.12497 102.450012) (xy 105.053905 102.428455) (xy 104.98 102.421176) (xy 104.732 102.421176) + (xy 104.732 102.274642) (xy 104.734427 102.249999) (xy 104.732 102.225356) (xy 104.732 102.225347) (xy 104.724736 102.151591) + (xy 104.696031 102.056964) (xy 104.649417 101.969755) (xy 104.622974 101.937535) (xy 104.602399 101.912464) (xy 104.602397 101.912462) + (xy 104.586684 101.893316) (xy 104.567538 101.877603) (xy 104.052401 101.362467) (xy 104.036684 101.343316) (xy 103.960245 101.280583) + (xy 103.875812 101.235453) (xy 103.94425 101.235) (xy 104.103 101.07625) (xy 104.103 100.227) (xy 104.357 100.227) + (xy 104.357 101.07625) (xy 104.51575 101.235) (xy 104.98 101.238072) (xy 105.104482 101.225812) (xy 105.22418 101.189502) + (xy 105.334494 101.130537) (xy 105.431185 101.051185) (xy 105.510537 100.954494) (xy 105.569502 100.84418) (xy 105.605812 100.724482) + (xy 105.618072 100.6) (xy 105.615 100.38575) (xy 105.45625 100.227) (xy 104.357 100.227) (xy 104.103 100.227) + (xy 103.00375 100.227) (xy 102.845 100.38575) (xy 102.841928 100.6) (xy 102.854188 100.724482) (xy 102.890498 100.84418) + (xy 102.949463 100.954494) (xy 103.028815 101.051185) (xy 103.125506 101.130537) (xy 103.23582 101.189502) (xy 103.263834 101.198) + (xy 102.287935 101.198) (xy 102.068758 100.978824) (xy 102.28 100.978824) (xy 102.353905 100.971545) (xy 102.42497 100.949988) + (xy 102.490463 100.914981) (xy 102.547869 100.867869) (xy 102.594981 100.810463) (xy 102.629988 100.74497) (xy 102.651545 100.673905) + (xy 102.658824 100.6) (xy 102.658824 99.727) (xy 102.843749 99.727) (xy 102.845 99.81425) (xy 103.00375 99.973) + (xy 104.103 99.973) (xy 104.103 99.953) (xy 104.357 99.953) (xy 104.357 99.973) (xy 105.45625 99.973) + (xy 105.615 99.81425) (xy 105.616251 99.727) (xy 107.349208 99.727) (xy 107.379999 99.730033) (xy 107.410791 99.727) + (xy 108.001176 99.727) (xy 108.001176 100.6) (xy 108.008455 100.673905) (xy 108.030012 100.74497) (xy 108.065019 100.810463) + (xy 108.112131 100.867869) (xy 108.169537 100.914981) (xy 108.23503 100.949988) (xy 108.306095 100.971545) (xy 108.38 100.978824) + (xy 108.628001 100.978824) (xy 108.628001 101.225347) (xy 108.625573 101.25) (xy 108.635265 101.348409) (xy 108.66397 101.443036) + (xy 108.710584 101.530245) (xy 108.757601 101.587535) (xy 108.757604 101.587538) (xy 108.773317 101.606684) (xy 108.792463 101.622397) + (xy 109.207603 102.037538) (xy 109.223316 102.056684) (xy 109.242462 102.072397) (xy 109.242464 102.072399) (xy 109.26968 102.094735) + (xy 109.299755 102.119417) (xy 109.386964 102.166031) (xy 109.481591 102.194736) (xy 109.555347 102.202) (xy 109.555356 102.202) + (xy 109.579999 102.204427) (xy 109.604642 102.202) (xy 111.072066 102.202) (xy 111.291241 102.421176) (xy 111.08 102.421176) + (xy 111.006095 102.428455) (xy 110.93503 102.450012) (xy 110.869537 102.485019) (xy 110.812131 102.532131) (xy 110.765019 102.589537) + (xy 110.730012 102.65503) (xy 110.708455 102.726095) (xy 110.701176 102.8) (xy 110.701176 103.8) (xy 110.708455 103.873905) + (xy 110.730012 103.94497) (xy 110.765019 104.010463) (xy 110.812131 104.067869) (xy 110.869537 104.114981) (xy 110.93503 104.149988) + (xy 111.006095 104.171545) (xy 111.08 104.178824) (xy 112.58 104.178824) (xy 112.653905 104.171545) (xy 112.72497 104.149988) + (xy 112.790463 104.114981) (xy 112.847869 104.067869) (xy 112.894981 104.010463) (xy 112.929988 103.94497) (xy 112.951545 103.873905) + (xy 112.958824 103.8) (xy 112.958824 102.8) (xy 112.951545 102.726095) (xy 112.929988 102.65503) (xy 112.894981 102.589537) + (xy 112.847869 102.532131) (xy 112.790463 102.485019) (xy 112.72497 102.450012) (xy 112.653905 102.428455) (xy 112.58 102.421176) + (xy 112.332 102.421176) (xy 112.332 102.274642) (xy 112.334427 102.249999) (xy 112.332 102.225356) (xy 112.332 102.225347) + (xy 112.324736 102.151591) (xy 112.296031 102.056964) (xy 112.249417 101.969755) (xy 112.222974 101.937535) (xy 112.202399 101.912464) + (xy 112.202397 101.912462) (xy 112.186684 101.893316) (xy 112.167538 101.877603) (xy 111.652401 101.362467) (xy 111.636684 101.343316) + (xy 111.560245 101.280583) (xy 111.475812 101.235453) (xy 111.54425 101.235) (xy 111.703 101.07625) (xy 111.703 100.227) + (xy 111.957 100.227) (xy 111.957 101.07625) (xy 112.11575 101.235) (xy 112.58 101.238072) (xy 112.704482 101.225812) + (xy 112.82418 101.189502) (xy 112.934494 101.130537) (xy 113.031185 101.051185) (xy 113.110537 100.954494) (xy 113.169502 100.84418) + (xy 113.205812 100.724482) (xy 113.218072 100.6) (xy 113.215 100.38575) (xy 113.05625 100.227) (xy 111.957 100.227) + (xy 111.703 100.227) (xy 110.60375 100.227) (xy 110.445 100.38575) (xy 110.441928 100.6) (xy 110.454188 100.724482) + (xy 110.490498 100.84418) (xy 110.549463 100.954494) (xy 110.628815 101.051185) (xy 110.725506 101.130537) (xy 110.83582 101.189502) + (xy 110.863834 101.198) (xy 109.787935 101.198) (xy 109.632 101.042066) (xy 109.632 100.978824) (xy 109.88 100.978824) + (xy 109.953905 100.971545) (xy 110.02497 100.949988) (xy 110.090463 100.914981) (xy 110.147869 100.867869) (xy 110.194981 100.810463) + (xy 110.229988 100.74497) (xy 110.251545 100.673905) (xy 110.258824 100.6) (xy 110.258824 99.727) (xy 110.443749 99.727) + (xy 110.445 99.81425) (xy 110.60375 99.973) (xy 111.703 99.973) (xy 111.703 99.953) (xy 111.957 99.953) + (xy 111.957 99.973) (xy 113.05625 99.973) (xy 113.215 99.81425) (xy 113.216251 99.727) (xy 114.549206 99.727) + (xy 114.58 99.730033) (xy 114.610794 99.727) (xy 114.702913 99.717927) (xy 114.821103 99.682075) (xy 114.930028 99.623853) + (xy 114.959093 99.6) (xy 115.601176 99.6) (xy 115.601176 100.6) (xy 115.608455 100.673905) (xy 115.630012 100.74497) + (xy 115.665019 100.810463) (xy 115.712131 100.867869) (xy 115.769537 100.914981) (xy 115.83503 100.949988) (xy 115.906095 100.971545) + (xy 115.98 100.978824) (xy 117.48 100.978824) (xy 117.553905 100.971545) (xy 117.62497 100.949988) (xy 117.690463 100.914981) + (xy 117.747869 100.867869) (xy 117.794981 100.810463) (xy 117.829988 100.74497) (xy 117.851545 100.673905) (xy 117.858627 100.602) + (xy 117.972066 100.602) (xy 117.978 100.607934) (xy 117.978 100.644577) (xy 117.95414 100.668437) (xy 117.88005 100.77932) + (xy 117.829016 100.902526) (xy 117.803 101.033321) (xy 117.803 101.166679) (xy 117.829016 101.297474) (xy 117.88005 101.42068) + (xy 117.95414 101.531563) (xy 118.048437 101.62586) (xy 118.15932 101.69995) (xy 118.282526 101.750984) (xy 118.413321 101.777) + (xy 118.546679 101.777) (xy 118.677474 101.750984) (xy 118.80068 101.69995) (xy 118.911563 101.62586) (xy 119.00586 101.531563) + (xy 119.07995 101.42068) (xy 119.130984 101.297474) (xy 119.157 101.166679) (xy 119.157 101.033321) (xy 119.130984 100.902526) + (xy 119.07995 100.77932) (xy 119.00586 100.668437) (xy 118.982 100.644577) (xy 118.982 100.424642) (xy 118.984427 100.399999) + (xy 118.982 100.375356) (xy 118.982 100.375347) (xy 118.974736 100.301591) (xy 118.946031 100.206964) (xy 118.899417 100.119755) + (xy 118.836684 100.043316) (xy 118.817532 100.027598) (xy 118.552402 99.762468) (xy 118.536684 99.743316) (xy 118.460245 99.680583) + (xy 118.373036 99.633969) (xy 118.278409 99.605264) (xy 118.204653 99.598) (xy 118.204643 99.598) (xy 118.18 99.595573) + (xy 118.155357 99.598) (xy 117.858627 99.598) (xy 117.851545 99.526095) (xy 117.829988 99.45503) (xy 117.794981 99.389537) + (xy 117.747869 99.332131) (xy 117.690463 99.285019) (xy 117.62497 99.250012) (xy 117.553905 99.228455) (xy 117.48 99.221176) + (xy 115.98 99.221176) (xy 115.906095 99.228455) (xy 115.83503 99.250012) (xy 115.769537 99.285019) (xy 115.712131 99.332131) + (xy 115.665019 99.389537) (xy 115.630012 99.45503) (xy 115.608455 99.526095) (xy 115.601176 99.6) (xy 114.959093 99.6) + (xy 115.025501 99.545501) (xy 115.045138 99.521573) (xy 115.381574 99.185137) (xy 115.405501 99.165501) (xy 115.483853 99.070028) + (xy 115.542075 98.961103) (xy 115.577927 98.842913) (xy 115.581281 98.808855) (xy 115.589344 98.727) (xy 116.349206 98.727) + (xy 116.38 98.730033) (xy 116.410794 98.727) (xy 116.502913 98.717927) (xy 116.621103 98.682075) (xy 116.730028 98.623853) + (xy 116.825501 98.545501) (xy 116.845138 98.521573) (xy 117.151574 98.215137) (xy 117.175501 98.195501) (xy 117.253853 98.100028) + (xy 117.312075 97.991103) (xy 117.347927 97.872913) (xy 117.357 97.780794) (xy 117.357 97.780793) (xy 117.360033 97.75) + (xy 117.357 97.719206) (xy 117.357 97.178824) (xy 117.48 97.178824) (xy 117.553905 97.171545) (xy 117.62497 97.149988) + (xy 117.690463 97.114981) (xy 117.747869 97.067869) (xy 117.794981 97.010463) (xy 117.829988 96.94497) (xy 117.851545 96.873905) + (xy 117.858824 96.8) (xy 117.858824 95.8) (xy 117.851545 95.726095) (xy 117.829988 95.65503) (xy 117.794981 95.589537) + (xy 117.747869 95.532131) (xy 117.690463 95.485019) (xy 117.62497 95.450012) (xy 117.553905 95.428455) (xy 117.48 95.421176) + (xy 115.98 95.421176) (xy 115.906095 95.428455) (xy 115.83503 95.450012) (xy 115.769537 95.485019) (xy 115.712131 95.532131) + (xy 115.665019 95.589537) (xy 115.630012 95.65503) (xy 115.608455 95.726095) (xy 115.601176 95.8) (xy 115.601176 96.8) + (xy 115.608455 96.873905) (xy 115.630012 96.94497) (xy 115.665019 97.010463) (xy 115.712131 97.067869) (xy 115.769537 97.114981) + (xy 115.83503 97.149988) (xy 115.906095 97.171545) (xy 115.98 97.178824) (xy 116.103 97.178824) (xy 116.103 97.473) + (xy 115.340323 97.473) (xy 115.298545 97.450669) (xy 115.201218 97.421145) (xy 115.1 97.411176) (xy 114.82 97.411176) + (xy 114.79259 97.413876) (xy 114.733247 97.340887) (xy 114.636921 97.261092) (xy 114.526878 97.201623) (xy 114.407348 97.164765) + (xy 114.28575 97.155) (xy 114.127 97.31375) (xy 114.127 97.973) (xy 114.147 97.973) (xy 114.147 98.227) + (xy 114.127 98.227) (xy 114.127 98.247) (xy 113.873 98.247) (xy 113.873 98.227) (xy 113.24375 98.227) + (xy 113.085 98.38575) (xy 113.081935 98.407077) (xy 113.088123 98.473) (xy 109.193711 98.473) (xy 109.551579 98.115133) + (xy 109.575501 98.095501) (xy 109.653853 98.000028) (xy 109.712075 97.891103) (xy 109.741857 97.792923) (xy 113.081935 97.792923) + (xy 113.085 97.81425) (xy 113.24375 97.973) (xy 113.873 97.973) (xy 113.873 97.31375) (xy 113.71425 97.155) + (xy 113.592652 97.164765) (xy 113.473122 97.201623) (xy 113.363079 97.261092) (xy 113.266753 97.340887) (xy 113.187844 97.437941) + (xy 113.129386 97.548524) (xy 113.093625 97.668387) (xy 113.081935 97.792923) (xy 109.741857 97.792923) (xy 109.747927 97.772913) + (xy 109.752441 97.727087) (xy 109.760033 97.650001) (xy 109.757 97.619207) (xy 109.757 97.178824) (xy 109.88 97.178824) + (xy 109.953905 97.171545) (xy 110.02497 97.149988) (xy 110.090463 97.114981) (xy 110.147869 97.067869) (xy 110.194981 97.010463) + (xy 110.229988 96.94497) (xy 110.251545 96.873905) (xy 110.258824 96.8) (xy 110.258824 95.8) (xy 110.251545 95.726095) + (xy 110.229988 95.65503) (xy 110.194981 95.589537) (xy 110.147869 95.532131) (xy 110.090463 95.485019) (xy 110.02497 95.450012) + (xy 109.953905 95.428455) (xy 109.88 95.421176) (xy 108.38 95.421176) (xy 108.306095 95.428455) (xy 108.23503 95.450012) + (xy 108.169537 95.485019) (xy 108.112131 95.532131) (xy 108.065019 95.589537) (xy 108.030012 95.65503) (xy 108.008455 95.726095) + (xy 108.001176 95.8) (xy 108.001176 96.8) (xy 108.008455 96.873905) (xy 108.030012 96.94497) (xy 108.065019 97.010463) + (xy 108.112131 97.067869) (xy 108.169537 97.114981) (xy 108.23503 97.149988) (xy 108.306095 97.171545) (xy 108.38 97.178824) + (xy 108.503 97.178824) (xy 108.503 97.390288) (xy 108.420289 97.473) (xy 107.740323 97.473) (xy 107.698545 97.450669) + (xy 107.601218 97.421145) (xy 107.5 97.411176) (xy 107.22 97.411176) (xy 107.19259 97.413876) (xy 107.133247 97.340887) + (xy 107.036921 97.261092) (xy 106.926878 97.201623) (xy 106.807348 97.164765) (xy 106.68575 97.155) (xy 106.527 97.31375) + (xy 106.527 97.973) (xy 106.547 97.973) (xy 106.547 98.227) (xy 106.527 98.227) (xy 106.527 98.247) + (xy 106.273 98.247) (xy 106.273 98.227) (xy 105.64375 98.227) (xy 105.485 98.38575) (xy 105.481935 98.407077) + (xy 105.488123 98.473) (xy 101.493711 98.473) (xy 101.951579 98.015133) (xy 101.975501 97.995501) (xy 102.053853 97.900028) + (xy 102.111102 97.792923) (xy 105.481935 97.792923) (xy 105.485 97.81425) (xy 105.64375 97.973) (xy 106.273 97.973) + (xy 106.273 97.31375) (xy 106.11425 97.155) (xy 105.992652 97.164765) (xy 105.873122 97.201623) (xy 105.763079 97.261092) + (xy 105.666753 97.340887) (xy 105.587844 97.437941) (xy 105.529386 97.548524) (xy 105.493625 97.668387) (xy 105.481935 97.792923) + (xy 102.111102 97.792923) (xy 102.112075 97.791103) (xy 102.147927 97.672913) (xy 102.157 97.580794) (xy 102.157 97.580793) + (xy 102.160033 97.550001) (xy 102.157 97.519209) (xy 102.157 97.178824) (xy 102.28 97.178824) (xy 102.353905 97.171545) + (xy 102.42497 97.149988) (xy 102.490463 97.114981) (xy 102.547869 97.067869) (xy 102.594981 97.010463) (xy 102.629988 96.94497) + (xy 102.651545 96.873905) (xy 102.658824 96.8) (xy 102.658824 95.8) (xy 102.651545 95.726095) (xy 102.629988 95.65503) + (xy 102.594981 95.589537) (xy 102.547869 95.532131) (xy 102.490463 95.485019) (xy 102.42497 95.450012) (xy 102.353905 95.428455) + (xy 102.28 95.421176) (xy 100.78 95.421176) (xy 100.706095 95.428455) (xy 100.63503 95.450012) (xy 100.569537 95.485019) + (xy 100.512131 95.532131) (xy 100.465019 95.589537) (xy 100.430012 95.65503) (xy 100.408455 95.726095) (xy 100.401176 95.8) + (xy 100.401176 96.8) (xy 100.408455 96.873905) (xy 100.430012 96.94497) (xy 100.465019 97.010463) (xy 100.512131 97.067869) + (xy 100.569537 97.114981) (xy 100.63503 97.149988) (xy 100.706095 97.171545) (xy 100.78 97.178824) (xy 100.903 97.178824) + (xy 100.903 97.290288) (xy 100.720289 97.473) (xy 100.140323 97.473) (xy 100.098545 97.450669) (xy 100.001218 97.421145) + (xy 99.9 97.411176) (xy 99.62 97.411176) (xy 99.59259 97.413876) (xy 99.533247 97.340887) (xy 99.436921 97.261092) + (xy 99.326878 97.201623) (xy 99.207348 97.164765) (xy 99.08575 97.155) (xy 98.927 97.31375) (xy 98.927 97.973) + (xy 98.947 97.973) (xy 98.947 98.227) (xy 98.927 98.227) (xy 98.927 98.247) (xy 98.673 98.247) + (xy 98.673 98.227) (xy 98.04375 98.227) (xy 97.885 98.38575) (xy 97.881935 98.407077) (xy 97.888123 98.473) + (xy 93.893711 98.473) (xy 94.351579 98.015133) (xy 94.375501 97.995501) (xy 94.453853 97.900028) (xy 94.511102 97.792923) + (xy 97.881935 97.792923) (xy 97.885 97.81425) (xy 98.04375 97.973) (xy 98.673 97.973) (xy 98.673 97.31375) + (xy 98.51425 97.155) (xy 98.392652 97.164765) (xy 98.273122 97.201623) (xy 98.163079 97.261092) (xy 98.066753 97.340887) + (xy 97.987844 97.437941) (xy 97.929386 97.548524) (xy 97.893625 97.668387) (xy 97.881935 97.792923) (xy 94.511102 97.792923) + (xy 94.512075 97.791103) (xy 94.547927 97.672913) (xy 94.557 97.580794) (xy 94.557 97.580793) (xy 94.560033 97.550001) + (xy 94.557 97.519209) (xy 94.557 97.178824) (xy 94.68 97.178824) (xy 94.753905 97.171545) (xy 94.82497 97.149988) + (xy 94.890463 97.114981) (xy 94.947869 97.067869) (xy 94.994981 97.010463) (xy 95.029988 96.94497) (xy 95.051545 96.873905) + (xy 95.058824 96.8) (xy 95.058824 95.8) (xy 95.051545 95.726095) (xy 95.029988 95.65503) (xy 94.994981 95.589537) + (xy 94.947869 95.532131) (xy 94.890463 95.485019) (xy 94.82497 95.450012) (xy 94.753905 95.428455) (xy 94.68 95.421176) + (xy 93.18 95.421176) (xy 93.106095 95.428455) (xy 93.03503 95.450012) (xy 92.969537 95.485019) (xy 92.912131 95.532131) + (xy 92.865019 95.589537) (xy 92.830012 95.65503) (xy 92.808455 95.726095) (xy 92.801176 95.8) (xy 92.801176 96.8) + (xy 92.808455 96.873905) (xy 92.830012 96.94497) (xy 92.865019 97.010463) (xy 92.912131 97.067869) (xy 92.969537 97.114981) + (xy 93.03503 97.149988) (xy 93.106095 97.171545) (xy 93.18 97.178824) (xy 93.303 97.178824) (xy 93.303 97.290288) + (xy 93.120289 97.473) (xy 92.540323 97.473) (xy 92.498545 97.450669) (xy 92.401218 97.421145) (xy 92.3 97.411176) + (xy 92.02 97.411176) (xy 91.99259 97.413876) (xy 91.933247 97.340887) (xy 91.836921 97.261092) (xy 91.726878 97.201623) + (xy 91.607348 97.164765) (xy 91.48575 97.155) (xy 91.327 97.31375) (xy 91.327 97.973) (xy 91.347 97.973) + (xy 91.347 98.227) (xy 91.327 98.227) (xy 91.327 98.247) (xy 91.073 98.247) (xy 91.073 98.227) + (xy 90.44375 98.227) (xy 90.285 98.38575) (xy 90.281935 98.407077) (xy 90.288123 98.473) (xy 86.293711 98.473) + (xy 86.751579 98.015133) (xy 86.775501 97.995501) (xy 86.853853 97.900028) (xy 86.911102 97.792923) (xy 90.281935 97.792923) + (xy 90.285 97.81425) (xy 90.44375 97.973) (xy 91.073 97.973) (xy 91.073 97.31375) (xy 90.91425 97.155) + (xy 90.792652 97.164765) (xy 90.673122 97.201623) (xy 90.563079 97.261092) (xy 90.466753 97.340887) (xy 90.387844 97.437941) + (xy 90.329386 97.548524) (xy 90.293625 97.668387) (xy 90.281935 97.792923) (xy 86.911102 97.792923) (xy 86.912075 97.791103) + (xy 86.947927 97.672913) (xy 86.954503 97.606147) (xy 86.960033 97.55) (xy 86.957 97.519206) (xy 86.957 97.178824) + (xy 87.08 97.178824) (xy 87.153905 97.171545) (xy 87.22497 97.149988) (xy 87.290463 97.114981) (xy 87.347869 97.067869) + (xy 87.394981 97.010463) (xy 87.429988 96.94497) (xy 87.451545 96.873905) (xy 87.458824 96.8) (xy 87.458824 95.8) + (xy 87.451545 95.726095) (xy 87.429988 95.65503) (xy 87.394981 95.589537) (xy 87.347869 95.532131) (xy 87.290463 95.485019) + (xy 87.22497 95.450012) (xy 87.153905 95.428455) (xy 87.08 95.421176) (xy 85.58 95.421176) (xy 85.506095 95.428455) + (xy 85.43503 95.450012) (xy 85.369537 95.485019) (xy 85.312131 95.532131) (xy 85.265019 95.589537) (xy 85.230012 95.65503) + (xy 85.208455 95.726095) (xy 85.201176 95.8) (xy 85.201176 96.8) (xy 85.208455 96.873905) (xy 85.230012 96.94497) + (xy 85.265019 97.010463) (xy 85.312131 97.067869) (xy 85.369537 97.114981) (xy 85.43503 97.149988) (xy 85.506095 97.171545) + (xy 85.58 97.178824) (xy 85.703 97.178824) (xy 85.703 97.290288) (xy 85.490289 97.503) (xy 85.040323 97.503) + (xy 84.998545 97.480669) (xy 84.901218 97.451145) (xy 84.8 97.441176) (xy 84.52 97.441176) (xy 84.49259 97.443876) + (xy 84.433247 97.370887) (xy 84.336921 97.291092) (xy 84.226878 97.231623) (xy 84.107348 97.194765) (xy 83.98575 97.185) + (xy 83.827 97.34375) (xy 83.827 98.003) (xy 83.847 98.003) (xy 83.847 98.257) (xy 83.827 98.257) + (xy 83.827 98.277) (xy 83.573 98.277) (xy 83.573 98.257) (xy 82.94375 98.257) (xy 82.785 98.41575) + (xy 82.781935 98.437077) (xy 82.785307 98.473) (xy 78.893711 98.473) (xy 79.151574 98.215137) (xy 79.175501 98.195501) + (xy 79.253853 98.100028) (xy 79.312075 97.991103) (xy 79.347927 97.872913) (xy 79.35285 97.822923) (xy 82.781935 97.822923) + (xy 82.785 97.84425) (xy 82.94375 98.003) (xy 83.573 98.003) (xy 83.573 97.34375) (xy 83.41425 97.185) + (xy 83.292652 97.194765) (xy 83.173122 97.231623) (xy 83.063079 97.291092) (xy 82.966753 97.370887) (xy 82.887844 97.467941) + (xy 82.829386 97.578524) (xy 82.793625 97.698387) (xy 82.781935 97.822923) (xy 79.35285 97.822923) (xy 79.357 97.780794) + (xy 79.357 97.780793) (xy 79.360033 97.750001) (xy 79.357 97.719209) (xy 79.357 97.148824) (xy 79.48 97.148824) + (xy 79.553905 97.141545) (xy 79.62497 97.119988) (xy 79.690463 97.084981) (xy 79.747869 97.037869) (xy 79.794981 96.980463) + (xy 79.829988 96.91497) (xy 79.851545 96.843905) (xy 79.858824 96.77) (xy 79.858824 95.77) (xy 79.851545 95.696095) + (xy 79.829988 95.62503) (xy 79.794981 95.559537) (xy 79.747869 95.502131) (xy 79.690463 95.455019) (xy 79.62497 95.420012) + (xy 79.553905 95.398455) (xy 79.48 95.391176) (xy 77.98 95.391176) (xy 77.906095 95.398455) (xy 77.83503 95.420012) + (xy 77.769537 95.455019) (xy 77.712131 95.502131) (xy 77.665019 95.559537) (xy 77.630012 95.62503) (xy 77.608455 95.696095) + (xy 77.601176 95.77) (xy 77.601176 96.77) (xy 77.608455 96.843905) (xy 77.630012 96.91497) (xy 77.665019 96.980463) + (xy 77.712131 97.037869) (xy 77.769537 97.084981) (xy 77.83503 97.119988) (xy 77.906095 97.141545) (xy 77.98 97.148824) + (xy 78.103 97.148824) (xy 78.103 97.490289) (xy 78.080289 97.513) (xy 77.440323 97.513) (xy 77.398545 97.490669) + (xy 77.301218 97.461145) (xy 77.2 97.451176) (xy 76.92 97.451176) (xy 76.89259 97.453876) (xy 76.833247 97.380887) + (xy 76.736921 97.301092) (xy 76.626878 97.241623) (xy 76.507348 97.204765) (xy 76.38575 97.195) (xy 76.227 97.35375) + (xy 76.227 98.013) (xy 76.247 98.013) (xy 76.247 98.267) (xy 76.227 98.267) (xy 76.227 98.287) + (xy 75.973 98.287) (xy 75.973 98.267) (xy 75.34375 98.267) (xy 75.185 98.42575) (xy 75.181935 98.447077) + (xy 75.184368 98.473) (xy 71.193711 98.473) (xy 71.551579 98.115133) (xy 71.575501 98.095501) (xy 71.653853 98.000028) + (xy 71.712075 97.891103) (xy 71.729723 97.832923) (xy 75.181935 97.832923) (xy 75.185 97.85425) (xy 75.34375 98.013) + (xy 75.973 98.013) (xy 75.973 97.35375) (xy 75.81425 97.195) (xy 75.692652 97.204765) (xy 75.573122 97.241623) + (xy 75.463079 97.301092) (xy 75.366753 97.380887) (xy 75.287844 97.477941) (xy 75.229386 97.588524) (xy 75.193625 97.708387) + (xy 75.181935 97.832923) (xy 71.729723 97.832923) (xy 71.747927 97.772913) (xy 71.757 97.680794) (xy 71.757 97.680793) + (xy 71.760033 97.650001) (xy 71.757 97.619209) (xy 71.757 97.178824) (xy 71.88 97.178824) (xy 71.953905 97.171545) + (xy 72.02497 97.149988) (xy 72.090463 97.114981) (xy 72.147869 97.067869) (xy 72.194981 97.010463) (xy 72.229988 96.94497) + (xy 72.251545 96.873905) (xy 72.258824 96.8) (xy 72.258824 95.8) (xy 72.251545 95.726095) (xy 72.229988 95.65503) + (xy 72.194981 95.589537) (xy 72.147869 95.532131) (xy 72.090463 95.485019) (xy 72.02497 95.450012) (xy 71.953905 95.428455) + (xy 71.88 95.421176) (xy 70.38 95.421176) (xy 70.306095 95.428455) (xy 70.23503 95.450012) (xy 70.169537 95.485019) + (xy 70.112131 95.532131) (xy 70.065019 95.589537) (xy 70.030012 95.65503) (xy 70.008455 95.726095) (xy 70.001176 95.8) + (xy 70.001176 96.8) (xy 70.008455 96.873905) (xy 70.030012 96.94497) (xy 70.065019 97.010463) (xy 70.112131 97.067869) + (xy 70.169537 97.114981) (xy 70.23503 97.149988) (xy 70.306095 97.171545) (xy 70.38 97.178824) (xy 70.503 97.178824) + (xy 70.503 97.390288) (xy 70.400289 97.493) (xy 69.970323 97.493) (xy 69.928545 97.470669) (xy 69.831218 97.441145) + (xy 69.73 97.431176) (xy 69.45 97.431176) (xy 69.42259 97.433876) (xy 69.363247 97.360887) (xy 69.266921 97.281092) + (xy 69.156878 97.221623) (xy 69.037348 97.184765) (xy 68.91575 97.175) (xy 68.757 97.33375) (xy 68.757 97.993) + (xy 68.777 97.993) (xy 68.777 98.247) (xy 68.757 98.247) (xy 68.757 98.267) (xy 68.503 98.267) + (xy 68.503 98.247) (xy 67.87375 98.247) (xy 67.715 98.40575) (xy 67.711935 98.427077) (xy 67.716246 98.473) + (xy 63.693711 98.473) (xy 63.951579 98.215133) (xy 63.975501 98.195501) (xy 64.053853 98.100028) (xy 64.112075 97.991103) + (xy 64.147927 97.872913) (xy 64.153835 97.812923) (xy 67.711935 97.812923) (xy 67.715 97.83425) (xy 67.87375 97.993) + (xy 68.503 97.993) (xy 68.503 97.33375) (xy 68.34425 97.175) (xy 68.222652 97.184765) (xy 68.103122 97.221623) + (xy 67.993079 97.281092) (xy 67.896753 97.360887) (xy 67.817844 97.457941) (xy 67.759386 97.568524) (xy 67.723625 97.688387) + (xy 67.711935 97.812923) (xy 64.153835 97.812923) (xy 64.157 97.780794) (xy 64.157 97.780793) (xy 64.160033 97.750001) + (xy 64.157 97.719207) (xy 64.157 97.178824) (xy 64.28 97.178824) (xy 64.353905 97.171545) (xy 64.42497 97.149988) + (xy 64.490463 97.114981) (xy 64.547869 97.067869) (xy 64.594981 97.010463) (xy 64.629988 96.94497) (xy 64.651545 96.873905) + (xy 64.658824 96.8) (xy 64.658824 95.8) (xy 64.651545 95.726095) (xy 64.629988 95.65503) (xy 64.594981 95.589537) + (xy 64.547869 95.532131) (xy 64.490463 95.485019) (xy 64.42497 95.450012) (xy 64.353905 95.428455) (xy 64.28 95.421176) + (xy 62.78 95.421176) (xy 62.706095 95.428455) (xy 62.63503 95.450012) (xy 62.569537 95.485019) (xy 62.512131 95.532131) + (xy 62.465019 95.589537) (xy 62.430012 95.65503) (xy 62.408455 95.726095) (xy 62.401176 95.8) (xy 62.401176 96.8) + (xy 62.408455 96.873905) (xy 62.430012 96.94497) (xy 62.465019 97.010463) (xy 62.512131 97.067869) (xy 62.569537 97.114981) + (xy 62.63503 97.149988) (xy 62.706095 97.171545) (xy 62.78 97.178824) (xy 62.903 97.178824) (xy 62.903 97.490288) + (xy 62.820289 97.573) (xy 62.140323 97.573) (xy 62.098545 97.550669) (xy 62.001218 97.521145) (xy 61.9 97.511176) + (xy 61.62 97.511176) (xy 61.59259 97.513876) (xy 61.533247 97.440887) (xy 61.436921 97.361092) (xy 61.326878 97.301623) + (xy 61.207348 97.264765) (xy 61.08575 97.255) (xy 60.927 97.41375) (xy 60.927 98.073) (xy 60.947 98.073) + (xy 60.947 98.327) (xy 60.927 98.327) (xy 60.927 98.347) (xy 60.673 98.347) (xy 60.673 98.327) + (xy 60.04375 98.327) (xy 59.89775 98.473) (xy 56.093711 98.473) (xy 56.351579 98.215133) (xy 56.375501 98.195501) + (xy 56.453853 98.100028) (xy 56.512075 97.991103) (xy 56.541857 97.892923) (xy 59.881935 97.892923) (xy 59.885 97.91425) + (xy 60.04375 98.073) (xy 60.673 98.073) (xy 60.673 97.41375) (xy 60.51425 97.255) (xy 60.392652 97.264765) + (xy 60.273122 97.301623) (xy 60.163079 97.361092) (xy 60.066753 97.440887) (xy 59.987844 97.537941) (xy 59.929386 97.648524) + (xy 59.893625 97.768387) (xy 59.881935 97.892923) (xy 56.541857 97.892923) (xy 56.547927 97.872913) (xy 56.557 97.780794) + (xy 56.557 97.780793) (xy 56.560033 97.750001) (xy 56.557 97.719207) (xy 56.557 97.178824) (xy 56.68 97.178824) + (xy 56.753905 97.171545) (xy 56.82497 97.149988) (xy 56.890463 97.114981) (xy 56.947869 97.067869) (xy 56.994981 97.010463) + (xy 57.029988 96.94497) (xy 57.051545 96.873905) (xy 57.058824 96.8) (xy 57.058824 95.8) (xy 57.051545 95.726095) + (xy 57.029988 95.65503) (xy 56.994981 95.589537) (xy 56.947869 95.532131) (xy 56.890463 95.485019) (xy 56.82497 95.450012) + (xy 56.753905 95.428455) (xy 56.68 95.421176) (xy 55.18 95.421176) (xy 55.106095 95.428455) (xy 55.03503 95.450012) + (xy 54.969537 95.485019) (xy 54.912131 95.532131) (xy 54.865019 95.589537) (xy 54.830012 95.65503) (xy 54.808455 95.726095) + (xy 54.801176 95.8) (xy 54.801176 96.8) (xy 54.808455 96.873905) (xy 54.830012 96.94497) (xy 54.865019 97.010463) + (xy 54.912131 97.067869) (xy 54.969537 97.114981) (xy 55.03503 97.149988) (xy 55.106095 97.171545) (xy 55.18 97.178824) + (xy 55.303 97.178824) (xy 55.303 97.490288) (xy 55.220289 97.573) (xy 54.540323 97.573) (xy 54.498545 97.550669) + (xy 54.401218 97.521145) (xy 54.3 97.511176) (xy 54.02 97.511176) (xy 53.99259 97.513876) (xy 53.933247 97.440887) + (xy 53.836921 97.361092) (xy 53.726878 97.301623) (xy 53.607348 97.264765) (xy 53.48575 97.255) (xy 53.327 97.41375) + (xy 53.327 98.073) (xy 53.347 98.073) (xy 53.347 98.327) (xy 53.327 98.327) (xy 53.327 98.347) + (xy 53.073 98.347) (xy 53.073 98.327) (xy 52.44375 98.327) (xy 52.29775 98.473) (xy 49.980789 98.473) + (xy 49.949997 98.469967) (xy 49.919206 98.473) (xy 49.919204 98.473) (xy 49.827085 98.482073) (xy 49.708895 98.517925) + (xy 49.699402 98.522999) (xy 48.543712 98.522999) (xy 48.751574 98.315137) (xy 48.775501 98.295501) (xy 48.853853 98.200028) + (xy 48.912075 98.091103) (xy 48.947927 97.972913) (xy 48.955805 97.892923) (xy 52.281935 97.892923) (xy 52.285 97.91425) + (xy 52.44375 98.073) (xy 53.073 98.073) (xy 53.073 97.41375) (xy 52.91425 97.255) (xy 52.792652 97.264765) + (xy 52.673122 97.301623) (xy 52.563079 97.361092) (xy 52.466753 97.440887) (xy 52.387844 97.537941) (xy 52.329386 97.648524) + (xy 52.293625 97.768387) (xy 52.281935 97.892923) (xy 48.955805 97.892923) (xy 48.957 97.880794) (xy 48.957 97.880793) + (xy 48.960033 97.85) (xy 48.957 97.819206) (xy 48.957 97.178824) (xy 49.08 97.178824) (xy 49.153905 97.171545) + (xy 49.22497 97.149988) (xy 49.290463 97.114981) (xy 49.347869 97.067869) (xy 49.394981 97.010463) (xy 49.429988 96.94497) + (xy 49.451545 96.873905) (xy 49.458824 96.8) (xy 49.458824 95.8) (xy 49.451545 95.726095) (xy 49.429988 95.65503) + (xy 49.394981 95.589537) (xy 49.347869 95.532131) (xy 49.290463 95.485019) (xy 49.22497 95.450012) (xy 49.153905 95.428455) + (xy 49.08 95.421176) (xy 47.58 95.421176) (xy 47.506095 95.428455) (xy 47.43503 95.450012) (xy 47.369537 95.485019) + (xy 47.312131 95.532131) (xy 47.265019 95.589537) (xy 47.230012 95.65503) (xy 47.208455 95.726095) (xy 47.201176 95.8) + (xy 47.201176 96.8) (xy 47.208455 96.873905) (xy 47.230012 96.94497) (xy 47.265019 97.010463) (xy 47.312131 97.067869) + (xy 47.369537 97.114981) (xy 47.43503 97.149988) (xy 47.506095 97.171545) (xy 47.58 97.178824) (xy 47.703 97.178824) + (xy 47.703 97.573) (xy 46.960323 97.573) (xy 46.918545 97.550669) (xy 46.821218 97.521145) (xy 46.72 97.511176) + (xy 46.44 97.511176) (xy 46.41259 97.513876) (xy 46.353247 97.440887) (xy 46.256921 97.361092) (xy 46.146878 97.301623) + (xy 46.027348 97.264765) (xy 45.90575 97.255) (xy 45.747 97.41375) (xy 45.747 98.073) (xy 45.767 98.073) + (xy 45.767 98.327) (xy 45.747 98.327) (xy 45.747 98.347) (xy 45.493 98.347) (xy 45.493 98.327) + (xy 44.86375 98.327) (xy 44.705 98.48575) (xy 44.701935 98.507077) (xy 44.70343 98.522999) (xy 40.507 98.522999) + (xy 40.507 97.892923) (xy 44.701935 97.892923) (xy 44.705 97.91425) (xy 44.86375 98.073) (xy 45.493 98.073) + (xy 45.493 97.41375) (xy 45.33425 97.255) (xy 45.212652 97.264765) (xy 45.093122 97.301623) (xy 44.983079 97.361092) + (xy 44.886753 97.440887) (xy 44.807844 97.537941) (xy 44.749386 97.648524) (xy 44.713625 97.768387) (xy 44.701935 97.892923) + (xy 40.507 97.892923) (xy 40.507 94.423472) (xy 40.903 94.423472) (xy 40.903 94.576528) (xy 40.932859 94.726643) + (xy 40.991431 94.868048) (xy 41.076464 94.995309) (xy 41.178 95.096845) (xy 41.178001 95.875347) (xy 41.175573 95.9) + (xy 41.185265 95.998409) (xy 41.21397 96.093036) (xy 41.260584 96.180245) (xy 41.307601 96.237535) (xy 41.307604 96.237538) + (xy 41.323317 96.256684) (xy 41.342463 96.272397) (xy 41.707603 96.637538) (xy 41.723316 96.656684) (xy 41.742462 96.672397) + (xy 41.742464 96.672399) (xy 41.780652 96.703739) (xy 41.799755 96.719417) (xy 41.886964 96.766031) (xy 41.981591 96.794736) + (xy 42.055347 96.802) (xy 42.055356 96.802) (xy 42.079999 96.804427) (xy 42.104642 96.802) (xy 42.301373 96.802) + (xy 42.308455 96.873905) (xy 42.330012 96.94497) (xy 42.365019 97.010463) (xy 42.412131 97.067869) (xy 42.469537 97.114981) + (xy 42.53503 97.149988) (xy 42.606095 97.171545) (xy 42.68 97.178824) (xy 44.18 97.178824) (xy 44.253905 97.171545) + (xy 44.32497 97.149988) (xy 44.390463 97.114981) (xy 44.447869 97.067869) (xy 44.494981 97.010463) (xy 44.529988 96.94497) + (xy 44.551545 96.873905) (xy 44.558824 96.8) (xy 44.558824 95.8) (xy 44.551545 95.726095) (xy 44.529988 95.65503) + (xy 44.494981 95.589537) (xy 44.447869 95.532131) (xy 44.390463 95.485019) (xy 44.32497 95.450012) (xy 44.253905 95.428455) + (xy 44.18 95.421176) (xy 42.68 95.421176) (xy 42.606095 95.428455) (xy 42.53503 95.450012) (xy 42.469537 95.485019) + (xy 42.412131 95.532131) (xy 42.365019 95.589537) (xy 42.330012 95.65503) (xy 42.308455 95.726095) (xy 42.301373 95.798) + (xy 42.287935 95.798) (xy 42.182 95.692066) (xy 42.182 95.096845) (xy 42.283536 94.995309) (xy 42.368569 94.868048) + (xy 42.427141 94.726643) (xy 42.457 94.576528) (xy 42.457 94.423472) (xy 42.427141 94.273357) (xy 42.380062 94.159698) + (xy 42.43582 94.189502) (xy 42.555518 94.225812) (xy 42.68 94.238072) (xy 43.14425 94.235) (xy 43.303 94.07625) + (xy 43.303 93.227) (xy 43.557 93.227) (xy 43.557 94.07625) (xy 43.71575 94.235) (xy 44.18 94.238072) + (xy 44.304482 94.225812) (xy 44.42418 94.189502) (xy 44.534494 94.130537) (xy 44.631185 94.051185) (xy 44.710537 93.954494) + (xy 44.769502 93.84418) (xy 44.805812 93.724482) (xy 44.818072 93.6) (xy 44.815 93.38575) (xy 44.65625 93.227) + (xy 43.557 93.227) (xy 43.303 93.227) (xy 42.20375 93.227) (xy 42.045 93.38575) (xy 42.041928 93.6) + (xy 42.054188 93.724482) (xy 42.08883 93.83868) (xy 42.048048 93.811431) (xy 41.906643 93.752859) (xy 41.756528 93.723) + (xy 41.603472 93.723) (xy 41.453357 93.752859) (xy 41.311952 93.811431) (xy 41.184691 93.896464) (xy 41.076464 94.004691) + (xy 40.991431 94.131952) (xy 40.932859 94.273357) (xy 40.903 94.423472) (xy 40.507 94.423472) (xy 40.507 92.776999) + (xy 42.044466 92.776999) (xy 42.045 92.81425) (xy 42.20375 92.973) (xy 43.303 92.973) (xy 43.303 92.953) + (xy 43.557 92.953) (xy 43.557 92.973) (xy 44.65625 92.973) (xy 44.815 92.81425) (xy 44.815534 92.776999) + (xy 46.499207 92.776999) (xy 46.530001 92.780032) (xy 46.560795 92.776999) (xy 47.201176 92.776999) (xy 47.201176 93.6) + (xy 47.208455 93.673905) (xy 47.230012 93.74497) (xy 47.265019 93.810463) (xy 47.312131 93.867869) (xy 47.369537 93.914981) + (xy 47.43503 93.949988) (xy 47.506095 93.971545) (xy 47.58 93.978824) (xy 47.828001 93.978824) (xy 47.828001 94.125347) + (xy 47.825573 94.15) (xy 47.835265 94.248409) (xy 47.86397 94.343036) (xy 47.910584 94.430245) (xy 47.957601 94.487535) + (xy 47.957604 94.487538) (xy 47.973317 94.506684) (xy 47.992463 94.522397) (xy 48.407603 94.937538) (xy 48.423316 94.956684) + (xy 48.442462 94.972397) (xy 48.442464 94.972399) (xy 48.46761 94.993036) (xy 48.499755 95.019417) (xy 48.586964 95.066031) + (xy 48.681591 95.094736) (xy 48.755347 95.102) (xy 48.755356 95.102) (xy 48.779999 95.104427) (xy 48.804642 95.102) + (xy 50.272066 95.102) (xy 50.528 95.357935) (xy 50.528 95.421176) (xy 50.28 95.421176) (xy 50.206095 95.428455) + (xy 50.13503 95.450012) (xy 50.069537 95.485019) (xy 50.012131 95.532131) (xy 49.965019 95.589537) (xy 49.930012 95.65503) + (xy 49.908455 95.726095) (xy 49.901176 95.8) (xy 49.901176 96.8) (xy 49.908455 96.873905) (xy 49.930012 96.94497) + (xy 49.965019 97.010463) (xy 50.012131 97.067869) (xy 50.069537 97.114981) (xy 50.13503 97.149988) (xy 50.206095 97.171545) + (xy 50.28 97.178824) (xy 51.78 97.178824) (xy 51.853905 97.171545) (xy 51.92497 97.149988) (xy 51.990463 97.114981) + (xy 52.047869 97.067869) (xy 52.094981 97.010463) (xy 52.129988 96.94497) (xy 52.151545 96.873905) (xy 52.158824 96.8) + (xy 52.158824 95.8) (xy 52.151545 95.726095) (xy 52.129988 95.65503) (xy 52.094981 95.589537) (xy 52.047869 95.532131) + (xy 51.990463 95.485019) (xy 51.92497 95.450012) (xy 51.853905 95.428455) (xy 51.78 95.421176) (xy 51.532 95.421176) + (xy 51.532 95.174642) (xy 51.534427 95.149999) (xy 51.532 95.125356) (xy 51.532 95.125347) (xy 51.524736 95.051591) + (xy 51.496031 94.956964) (xy 51.449417 94.869755) (xy 51.386684 94.793316) (xy 51.367538 94.777603) (xy 50.852401 94.262467) + (xy 50.836684 94.243316) (xy 50.781348 94.197902) (xy 50.903 94.07625) (xy 50.903 93.227) (xy 51.157 93.227) + (xy 51.157 94.07625) (xy 51.31575 94.235) (xy 51.78 94.238072) (xy 51.904482 94.225812) (xy 52.02418 94.189502) + (xy 52.134494 94.130537) (xy 52.231185 94.051185) (xy 52.310537 93.954494) (xy 52.369502 93.84418) (xy 52.405812 93.724482) + (xy 52.418072 93.6) (xy 52.415 93.38575) (xy 52.25625 93.227) (xy 51.157 93.227) (xy 50.903 93.227) + (xy 49.80375 93.227) (xy 49.645 93.38575) (xy 49.641928 93.6) (xy 49.654188 93.724482) (xy 49.690498 93.84418) + (xy 49.749463 93.954494) (xy 49.828815 94.051185) (xy 49.885859 94.098) (xy 48.987935 94.098) (xy 48.868758 93.978824) + (xy 49.08 93.978824) (xy 49.153905 93.971545) (xy 49.22497 93.949988) (xy 49.290463 93.914981) (xy 49.347869 93.867869) + (xy 49.394981 93.810463) (xy 49.429988 93.74497) (xy 49.451545 93.673905) (xy 49.458824 93.6) (xy 49.458824 92.776999) + (xy 49.644466 92.776999) (xy 49.645 92.81425) (xy 49.80375 92.973) (xy 50.903 92.973) (xy 50.903 92.953) + (xy 51.157 92.953) (xy 51.157 92.973) (xy 52.25625 92.973) (xy 52.415 92.81425) (xy 52.415534 92.776999) + (xy 54.199205 92.776999) (xy 54.229999 92.780032) (xy 54.260793 92.776999) (xy 54.801176 92.776999) (xy 54.801176 93.6) + (xy 54.808455 93.673905) (xy 54.830012 93.74497) (xy 54.865019 93.810463) (xy 54.912131 93.867869) (xy 54.969537 93.914981) + (xy 55.03503 93.949988) (xy 55.106095 93.971545) (xy 55.18 93.978824) (xy 55.428001 93.978824) (xy 55.428001 94.225347) + (xy 55.425573 94.25) (xy 55.435265 94.348409) (xy 55.46397 94.443036) (xy 55.510584 94.530245) (xy 55.557601 94.587535) + (xy 55.557604 94.587538) (xy 55.573317 94.606684) (xy 55.592462 94.622396) (xy 55.907607 94.937543) (xy 55.923316 94.956684) + (xy 55.942456 94.972392) (xy 55.942464 94.9724) (xy 55.999754 95.019417) (xy 56.046368 95.044332) (xy 56.086964 95.066031) + (xy 56.181591 95.094736) (xy 56.255347 95.102) (xy 56.255357 95.102) (xy 56.28 95.104427) (xy 56.304643 95.102) + (xy 57.872066 95.102) (xy 58.128 95.357935) (xy 58.128 95.421176) (xy 57.88 95.421176) (xy 57.806095 95.428455) + (xy 57.73503 95.450012) (xy 57.669537 95.485019) (xy 57.612131 95.532131) (xy 57.565019 95.589537) (xy 57.530012 95.65503) + (xy 57.508455 95.726095) (xy 57.501176 95.8) (xy 57.501176 96.8) (xy 57.508455 96.873905) (xy 57.530012 96.94497) + (xy 57.565019 97.010463) (xy 57.612131 97.067869) (xy 57.669537 97.114981) (xy 57.73503 97.149988) (xy 57.806095 97.171545) + (xy 57.88 97.178824) (xy 59.38 97.178824) (xy 59.453905 97.171545) (xy 59.52497 97.149988) (xy 59.590463 97.114981) + (xy 59.647869 97.067869) (xy 59.694981 97.010463) (xy 59.729988 96.94497) (xy 59.751545 96.873905) (xy 59.758824 96.8) + (xy 59.758824 95.8) (xy 59.751545 95.726095) (xy 59.729988 95.65503) (xy 59.694981 95.589537) (xy 59.647869 95.532131) + (xy 59.590463 95.485019) (xy 59.52497 95.450012) (xy 59.453905 95.428455) (xy 59.38 95.421176) (xy 59.132 95.421176) + (xy 59.132 95.174642) (xy 59.134427 95.149999) (xy 59.132 95.125356) (xy 59.132 95.125347) (xy 59.124736 95.051591) + (xy 59.096031 94.956964) (xy 59.049417 94.869755) (xy 58.986684 94.793316) (xy 58.967538 94.777603) (xy 58.452401 94.262467) + (xy 58.436684 94.243316) (xy 58.381348 94.197902) (xy 58.503 94.07625) (xy 58.503 93.227) (xy 58.757 93.227) + (xy 58.757 94.07625) (xy 58.91575 94.235) (xy 59.38 94.238072) (xy 59.504482 94.225812) (xy 59.62418 94.189502) + (xy 59.734494 94.130537) (xy 59.831185 94.051185) (xy 59.910537 93.954494) (xy 59.969502 93.84418) (xy 60.005812 93.724482) + (xy 60.018072 93.6) (xy 60.015 93.38575) (xy 59.85625 93.227) (xy 58.757 93.227) (xy 58.503 93.227) + (xy 57.40375 93.227) (xy 57.245 93.38575) (xy 57.241928 93.6) (xy 57.254188 93.724482) (xy 57.290498 93.84418) + (xy 57.349463 93.954494) (xy 57.428815 94.051185) (xy 57.485859 94.098) (xy 56.487935 94.098) (xy 56.432 94.042065) + (xy 56.432 93.978824) (xy 56.68 93.978824) (xy 56.753905 93.971545) (xy 56.82497 93.949988) (xy 56.890463 93.914981) + (xy 56.947869 93.867869) (xy 56.994981 93.810463) (xy 57.029988 93.74497) (xy 57.051545 93.673905) (xy 57.058824 93.6) + (xy 57.058824 92.776999) (xy 57.244466 92.776999) (xy 57.245 92.81425) (xy 57.40375 92.973) (xy 58.503 92.973) + (xy 58.503 92.953) (xy 58.757 92.953) (xy 58.757 92.973) (xy 59.85625 92.973) (xy 60.015 92.81425) + (xy 60.015534 92.776999) (xy 61.799205 92.776999) (xy 61.829999 92.780032) (xy 61.860793 92.776999) (xy 62.401176 92.776999) + (xy 62.401176 93.6) (xy 62.408455 93.673905) (xy 62.430012 93.74497) (xy 62.465019 93.810463) (xy 62.512131 93.867869) + (xy 62.569537 93.914981) (xy 62.63503 93.949988) (xy 62.706095 93.971545) (xy 62.78 93.978824) (xy 63.028001 93.978824) + (xy 63.028001 94.125347) (xy 63.025573 94.15) (xy 63.035265 94.248409) (xy 63.06397 94.343036) (xy 63.110584 94.430245) + (xy 63.157601 94.487535) (xy 63.157604 94.487538) (xy 63.173317 94.506684) (xy 63.192463 94.522397) (xy 63.707603 95.037538) + (xy 63.723316 95.056684) (xy 63.742462 95.072397) (xy 63.742464 95.072399) (xy 63.76761 95.093036) (xy 63.799755 95.119417) + (xy 63.886964 95.166031) (xy 63.981591 95.194736) (xy 64.055347 95.202) (xy 64.055356 95.202) (xy 64.079999 95.204427) + (xy 64.104642 95.202) (xy 65.372066 95.202) (xy 65.591241 95.421176) (xy 65.48 95.421176) (xy 65.406095 95.428455) + (xy 65.33503 95.450012) (xy 65.269537 95.485019) (xy 65.212131 95.532131) (xy 65.165019 95.589537) (xy 65.130012 95.65503) + (xy 65.108455 95.726095) (xy 65.101176 95.8) (xy 65.101176 96.8) (xy 65.108455 96.873905) (xy 65.130012 96.94497) + (xy 65.165019 97.010463) (xy 65.212131 97.067869) (xy 65.269537 97.114981) (xy 65.33503 97.149988) (xy 65.406095 97.171545) + (xy 65.48 97.178824) (xy 66.98 97.178824) (xy 67.053905 97.171545) (xy 67.12497 97.149988) (xy 67.190463 97.114981) + (xy 67.247869 97.067869) (xy 67.294981 97.010463) (xy 67.329988 96.94497) (xy 67.351545 96.873905) (xy 67.358824 96.8) + (xy 67.358824 95.8) (xy 67.351545 95.726095) (xy 67.329988 95.65503) (xy 67.294981 95.589537) (xy 67.247869 95.532131) + (xy 67.190463 95.485019) (xy 67.12497 95.450012) (xy 67.053905 95.428455) (xy 66.98 95.421176) (xy 66.732 95.421176) + (xy 66.732 95.374643) (xy 66.734427 95.35) (xy 66.732 95.325357) (xy 66.732 95.325347) (xy 66.724736 95.251591) + (xy 66.696031 95.156964) (xy 66.649417 95.069755) (xy 66.63869 95.056684) (xy 66.6024 95.012464) (xy 66.602392 95.012456) + (xy 66.586684 94.993316) (xy 66.567543 94.977607) (xy 65.952401 94.362467) (xy 65.936684 94.343316) (xy 65.860245 94.280583) + (xy 65.777035 94.236106) (xy 65.94425 94.235) (xy 66.103 94.07625) (xy 66.103 93.227) (xy 66.357 93.227) + (xy 66.357 94.07625) (xy 66.51575 94.235) (xy 66.98 94.238072) (xy 67.104482 94.225812) (xy 67.22418 94.189502) + (xy 67.334494 94.130537) (xy 67.431185 94.051185) (xy 67.510537 93.954494) (xy 67.569502 93.84418) (xy 67.605812 93.724482) + (xy 67.618072 93.6) (xy 67.615 93.38575) (xy 67.45625 93.227) (xy 66.357 93.227) (xy 66.103 93.227) + (xy 65.00375 93.227) (xy 64.845 93.38575) (xy 64.841928 93.6) (xy 64.854188 93.724482) (xy 64.890498 93.84418) + (xy 64.949463 93.954494) (xy 65.028815 94.051185) (xy 65.125506 94.130537) (xy 65.23582 94.189502) (xy 65.263834 94.198) + (xy 64.287935 94.198) (xy 64.068758 93.978824) (xy 64.28 93.978824) (xy 64.353905 93.971545) (xy 64.42497 93.949988) + (xy 64.490463 93.914981) (xy 64.547869 93.867869) (xy 64.594981 93.810463) (xy 64.629988 93.74497) (xy 64.651545 93.673905) + (xy 64.658824 93.6) (xy 64.658824 92.776999) (xy 64.844466 92.776999) (xy 64.845 92.81425) (xy 65.00375 92.973) + (xy 66.103 92.973) (xy 66.103 92.953) (xy 66.357 92.953) (xy 66.357 92.973) (xy 67.45625 92.973) + (xy 67.615 92.81425) (xy 67.615534 92.776999) (xy 69.299205 92.776999) (xy 69.329999 92.780032) (xy 69.360793 92.776999) + (xy 70.001176 92.776999) (xy 70.001176 93.6) (xy 70.008455 93.673905) (xy 70.030012 93.74497) (xy 70.065019 93.810463) + (xy 70.112131 93.867869) (xy 70.169537 93.914981) (xy 70.23503 93.949988) (xy 70.306095 93.971545) (xy 70.38 93.978824) + (xy 70.628001 93.978824) (xy 70.628001 94.025347) (xy 70.625573 94.05) (xy 70.635265 94.148409) (xy 70.66397 94.243036) + (xy 70.710584 94.330245) (xy 70.757601 94.387535) (xy 70.757604 94.387538) (xy 70.773317 94.406684) (xy 70.792463 94.422397) + (xy 71.307603 94.937538) (xy 71.323316 94.956684) (xy 71.342462 94.972397) (xy 71.342464 94.972399) (xy 71.36761 94.993036) + (xy 71.399755 95.019417) (xy 71.486964 95.066031) (xy 71.581591 95.094736) (xy 71.655347 95.102) (xy 71.655356 95.102) + (xy 71.679999 95.104427) (xy 71.704642 95.102) (xy 73.072066 95.102) (xy 73.328 95.357935) (xy 73.328 95.391176) + (xy 73.08 95.391176) (xy 73.006095 95.398455) (xy 72.93503 95.420012) (xy 72.869537 95.455019) (xy 72.812131 95.502131) + (xy 72.765019 95.559537) (xy 72.730012 95.62503) (xy 72.708455 95.696095) (xy 72.701176 95.77) (xy 72.701176 96.77) + (xy 72.708455 96.843905) (xy 72.730012 96.91497) (xy 72.765019 96.980463) (xy 72.812131 97.037869) (xy 72.869537 97.084981) + (xy 72.93503 97.119988) (xy 73.006095 97.141545) (xy 73.08 97.148824) (xy 74.58 97.148824) (xy 74.653905 97.141545) + (xy 74.72497 97.119988) (xy 74.790463 97.084981) (xy 74.847869 97.037869) (xy 74.894981 96.980463) (xy 74.929988 96.91497) + (xy 74.951545 96.843905) (xy 74.958824 96.77) (xy 74.958824 95.77) (xy 74.951545 95.696095) (xy 74.929988 95.62503) + (xy 74.894981 95.559537) (xy 74.847869 95.502131) (xy 74.790463 95.455019) (xy 74.72497 95.420012) (xy 74.653905 95.398455) + (xy 74.58 95.391176) (xy 74.332 95.391176) (xy 74.332 95.174642) (xy 74.334427 95.149999) (xy 74.332 95.125356) + (xy 74.332 95.125347) (xy 74.324736 95.051591) (xy 74.296031 94.956964) (xy 74.249417 94.869755) (xy 74.186684 94.793316) + (xy 74.167538 94.777603) (xy 73.652401 94.262467) (xy 73.636684 94.243316) (xy 73.564871 94.184379) (xy 73.703 94.04625) + (xy 73.703 93.197) (xy 73.957 93.197) (xy 73.957 94.04625) (xy 74.11575 94.205) (xy 74.58 94.208072) + (xy 74.704482 94.195812) (xy 74.82418 94.159502) (xy 74.934494 94.100537) (xy 75.031185 94.021185) (xy 75.110537 93.924494) + (xy 75.169502 93.81418) (xy 75.205812 93.694482) (xy 75.218072 93.57) (xy 75.215 93.35575) (xy 75.05625 93.197) + (xy 73.957 93.197) (xy 73.703 93.197) (xy 72.60375 93.197) (xy 72.445 93.35575) (xy 72.441928 93.57) + (xy 72.454188 93.694482) (xy 72.490498 93.81418) (xy 72.549463 93.924494) (xy 72.628815 94.021185) (xy 72.722415 94.098) + (xy 71.887935 94.098) (xy 71.768759 93.978824) (xy 71.88 93.978824) (xy 71.953905 93.971545) (xy 72.02497 93.949988) + (xy 72.090463 93.914981) (xy 72.147869 93.867869) (xy 72.194981 93.810463) (xy 72.229988 93.74497) (xy 72.251545 93.673905) + (xy 72.258824 93.6) (xy 72.258824 92.776999) (xy 72.444896 92.776999) (xy 72.445 92.78425) (xy 72.60375 92.943) + (xy 73.703 92.943) (xy 73.703 92.923) (xy 73.957 92.923) (xy 73.957 92.943) (xy 75.05625 92.943) + (xy 75.215 92.78425) (xy 75.215534 92.746999) (xy 77.601176 92.746999) (xy 77.601176 93.57) (xy 77.608455 93.643905) + (xy 77.630012 93.71497) (xy 77.665019 93.780463) (xy 77.712131 93.837869) (xy 77.769537 93.884981) (xy 77.83503 93.919988) + (xy 77.906095 93.941545) (xy 77.98 93.948824) (xy 78.228001 93.948824) (xy 78.228001 94.025347) (xy 78.225573 94.05) + (xy 78.235265 94.148409) (xy 78.26397 94.243036) (xy 78.310584 94.330245) (xy 78.357601 94.387535) (xy 78.357604 94.387538) + (xy 78.373317 94.406684) (xy 78.392463 94.422397) (xy 78.907603 94.937538) (xy 78.923316 94.956684) (xy 78.942462 94.972397) + (xy 78.942464 94.972399) (xy 78.96761 94.993036) (xy 78.999755 95.019417) (xy 79.086964 95.066031) (xy 79.181591 95.094736) + (xy 79.255347 95.102) (xy 79.255356 95.102) (xy 79.279999 95.104427) (xy 79.304642 95.102) (xy 80.872065 95.102) + (xy 80.928 95.157935) (xy 80.928 95.421176) (xy 80.68 95.421176) (xy 80.606095 95.428455) (xy 80.53503 95.450012) + (xy 80.469537 95.485019) (xy 80.412131 95.532131) (xy 80.365019 95.589537) (xy 80.330012 95.65503) (xy 80.308455 95.726095) + (xy 80.301176 95.8) (xy 80.301176 96.8) (xy 80.308455 96.873905) (xy 80.330012 96.94497) (xy 80.365019 97.010463) + (xy 80.412131 97.067869) (xy 80.469537 97.114981) (xy 80.53503 97.149988) (xy 80.606095 97.171545) (xy 80.68 97.178824) + (xy 82.18 97.178824) (xy 82.253905 97.171545) (xy 82.32497 97.149988) (xy 82.390463 97.114981) (xy 82.447869 97.067869) + (xy 82.494981 97.010463) (xy 82.529988 96.94497) (xy 82.551545 96.873905) (xy 82.558824 96.8) (xy 82.558824 95.8) + (xy 82.551545 95.726095) (xy 82.529988 95.65503) (xy 82.494981 95.589537) (xy 82.447869 95.532131) (xy 82.390463 95.485019) + (xy 82.32497 95.450012) (xy 82.253905 95.428455) (xy 82.18 95.421176) (xy 81.932 95.421176) (xy 81.932 94.974643) + (xy 81.934427 94.95) (xy 81.932 94.925357) (xy 81.932 94.925347) (xy 81.924736 94.851591) (xy 81.896031 94.756964) + (xy 81.85329 94.677) (xy 81.849417 94.669754) (xy 81.8024 94.612464) (xy 81.802392 94.612456) (xy 81.786684 94.593316) + (xy 81.767543 94.577607) (xy 81.452401 94.262467) (xy 81.436684 94.243316) (xy 81.360245 94.180583) (xy 81.273036 94.133969) + (xy 81.251741 94.127509) (xy 81.303 94.07625) (xy 81.303 93.227) (xy 81.557 93.227) (xy 81.557 94.07625) + (xy 81.71575 94.235) (xy 82.18 94.238072) (xy 82.304482 94.225812) (xy 82.42418 94.189502) (xy 82.534494 94.130537) + (xy 82.631185 94.051185) (xy 82.710537 93.954494) (xy 82.769502 93.84418) (xy 82.805812 93.724482) (xy 82.818072 93.6) + (xy 82.815 93.38575) (xy 82.65625 93.227) (xy 81.557 93.227) (xy 81.303 93.227) (xy 80.20375 93.227) + (xy 80.045 93.38575) (xy 80.041928 93.6) (xy 80.054188 93.724482) (xy 80.090498 93.84418) (xy 80.149463 93.954494) + (xy 80.228815 94.051185) (xy 80.285859 94.098) (xy 79.487935 94.098) (xy 79.338758 93.948824) (xy 79.48 93.948824) + (xy 79.553905 93.941545) (xy 79.62497 93.919988) (xy 79.690463 93.884981) (xy 79.747869 93.837869) (xy 79.794981 93.780463) + (xy 79.829988 93.71497) (xy 79.851545 93.643905) (xy 79.858824 93.57) (xy 79.858824 92.746999) (xy 80.044036 92.746999) + (xy 80.045 92.81425) (xy 80.20375 92.973) (xy 81.303 92.973) (xy 81.303 92.953) (xy 81.557 92.953) + (xy 81.557 92.973) (xy 82.65625 92.973) (xy 82.815 92.81425) (xy 82.815964 92.746999) (xy 85.201176 92.746999) + (xy 85.201176 93.6) (xy 85.208455 93.673905) (xy 85.230012 93.74497) (xy 85.265019 93.810463) (xy 85.312131 93.867869) + (xy 85.369537 93.914981) (xy 85.43503 93.949988) (xy 85.506095 93.971545) (xy 85.58 93.978824) (xy 85.828001 93.978824) + (xy 85.828001 94.225347) (xy 85.825573 94.25) (xy 85.835265 94.348409) (xy 85.86397 94.443036) (xy 85.910584 94.530245) + (xy 85.957601 94.587535) (xy 85.957604 94.587538) (xy 85.973317 94.606684) (xy 85.992463 94.622397) (xy 86.507603 95.137538) + (xy 86.523316 95.156684) (xy 86.542462 95.172397) (xy 86.542464 95.172399) (xy 86.562167 95.188569) (xy 86.599755 95.219417) + (xy 86.686964 95.266031) (xy 86.781591 95.294736) (xy 86.855347 95.302) (xy 86.855356 95.302) (xy 86.879999 95.304427) + (xy 86.904642 95.302) (xy 88.372066 95.302) (xy 88.491241 95.421176) (xy 88.28 95.421176) (xy 88.206095 95.428455) + (xy 88.13503 95.450012) (xy 88.069537 95.485019) (xy 88.012131 95.532131) (xy 87.965019 95.589537) (xy 87.930012 95.65503) + (xy 87.908455 95.726095) (xy 87.901176 95.8) (xy 87.901176 96.8) (xy 87.908455 96.873905) (xy 87.930012 96.94497) + (xy 87.965019 97.010463) (xy 88.012131 97.067869) (xy 88.069537 97.114981) (xy 88.13503 97.149988) (xy 88.206095 97.171545) + (xy 88.28 97.178824) (xy 89.78 97.178824) (xy 89.853905 97.171545) (xy 89.92497 97.149988) (xy 89.990463 97.114981) + (xy 90.047869 97.067869) (xy 90.094981 97.010463) (xy 90.129988 96.94497) (xy 90.151545 96.873905) (xy 90.158824 96.8) + (xy 90.158824 95.8) (xy 90.151545 95.726095) (xy 90.129988 95.65503) (xy 90.094981 95.589537) (xy 90.047869 95.532131) + (xy 89.990463 95.485019) (xy 89.92497 95.450012) (xy 89.853905 95.428455) (xy 89.78 95.421176) (xy 89.532 95.421176) + (xy 89.532 95.274642) (xy 89.534427 95.249999) (xy 89.532 95.225356) (xy 89.532 95.225347) (xy 89.524736 95.151591) + (xy 89.496031 95.056964) (xy 89.449417 94.969755) (xy 89.417269 94.930583) (xy 89.402399 94.912464) (xy 89.402397 94.912462) + (xy 89.386684 94.893316) (xy 89.367538 94.877603) (xy 88.952401 94.462467) (xy 88.936684 94.443316) (xy 88.860245 94.380583) + (xy 88.773036 94.333969) (xy 88.678409 94.305264) (xy 88.604653 94.298) (xy 88.604643 94.298) (xy 88.58 94.295573) + (xy 88.555357 94.298) (xy 87.087935 94.298) (xy 86.832 94.042066) (xy 86.832 93.978824) (xy 87.08 93.978824) + (xy 87.153905 93.971545) (xy 87.22497 93.949988) (xy 87.290463 93.914981) (xy 87.347869 93.867869) (xy 87.394981 93.810463) + (xy 87.429988 93.74497) (xy 87.451545 93.673905) (xy 87.458824 93.6) (xy 87.641928 93.6) (xy 87.654188 93.724482) + (xy 87.690498 93.84418) (xy 87.749463 93.954494) (xy 87.828815 94.051185) (xy 87.925506 94.130537) (xy 88.03582 94.189502) + (xy 88.155518 94.225812) (xy 88.28 94.238072) (xy 88.74425 94.235) (xy 88.903 94.07625) (xy 88.903 93.227) + (xy 89.157 93.227) (xy 89.157 94.07625) (xy 89.31575 94.235) (xy 89.78 94.238072) (xy 89.904482 94.225812) + (xy 90.02418 94.189502) (xy 90.134494 94.130537) (xy 90.231185 94.051185) (xy 90.310537 93.954494) (xy 90.369502 93.84418) + (xy 90.405812 93.724482) (xy 90.418072 93.6) (xy 90.415 93.38575) (xy 90.25625 93.227) (xy 89.157 93.227) + (xy 88.903 93.227) (xy 87.80375 93.227) (xy 87.645 93.38575) (xy 87.641928 93.6) (xy 87.458824 93.6) + (xy 87.458824 92.746999) (xy 87.644036 92.746999) (xy 87.645 92.81425) (xy 87.80375 92.973) (xy 88.903 92.973) + (xy 88.903 92.953) (xy 89.157 92.953) (xy 89.157 92.973) (xy 90.25625 92.973) (xy 90.415 92.81425) + (xy 90.415964 92.746999) (xy 92.801176 92.746999) (xy 92.801176 93.6) (xy 92.808455 93.673905) (xy 92.830012 93.74497) + (xy 92.865019 93.810463) (xy 92.912131 93.867869) (xy 92.969537 93.914981) (xy 93.03503 93.949988) (xy 93.106095 93.971545) + (xy 93.18 93.978824) (xy 93.428001 93.978824) (xy 93.428001 94.225347) (xy 93.425573 94.25) (xy 93.435265 94.348409) + (xy 93.46397 94.443036) (xy 93.510584 94.530245) (xy 93.557601 94.587535) (xy 93.557604 94.587538) (xy 93.573317 94.606684) + (xy 93.592463 94.622397) (xy 94.107603 95.137538) (xy 94.123316 95.156684) (xy 94.142462 95.172397) (xy 94.142464 95.172399) + (xy 94.162167 95.188569) (xy 94.199755 95.219417) (xy 94.286964 95.266031) (xy 94.381591 95.294736) (xy 94.455347 95.302) + (xy 94.455356 95.302) (xy 94.479999 95.304427) (xy 94.504642 95.302) (xy 95.872066 95.302) (xy 95.991242 95.421176) + (xy 95.88 95.421176) (xy 95.806095 95.428455) (xy 95.73503 95.450012) (xy 95.669537 95.485019) (xy 95.612131 95.532131) + (xy 95.565019 95.589537) (xy 95.530012 95.65503) (xy 95.508455 95.726095) (xy 95.501176 95.8) (xy 95.501176 96.8) + (xy 95.508455 96.873905) (xy 95.530012 96.94497) (xy 95.565019 97.010463) (xy 95.612131 97.067869) (xy 95.669537 97.114981) + (xy 95.73503 97.149988) (xy 95.806095 97.171545) (xy 95.88 97.178824) (xy 97.38 97.178824) (xy 97.453905 97.171545) + (xy 97.52497 97.149988) (xy 97.590463 97.114981) (xy 97.647869 97.067869) (xy 97.694981 97.010463) (xy 97.729988 96.94497) + (xy 97.751545 96.873905) (xy 97.758824 96.8) (xy 97.758824 95.8) (xy 97.751545 95.726095) (xy 97.729988 95.65503) + (xy 97.694981 95.589537) (xy 97.647869 95.532131) (xy 97.590463 95.485019) (xy 97.52497 95.450012) (xy 97.453905 95.428455) + (xy 97.38 95.421176) (xy 97.132 95.421176) (xy 97.132 95.374642) (xy 97.134427 95.349999) (xy 97.132 95.325356) + (xy 97.132 95.325347) (xy 97.124736 95.251591) (xy 97.096031 95.156964) (xy 97.049417 95.069755) (xy 96.986684 94.993316) + (xy 96.967538 94.977603) (xy 96.452401 94.462467) (xy 96.436684 94.443316) (xy 96.360245 94.380583) (xy 96.273036 94.333969) + (xy 96.178409 94.305264) (xy 96.104653 94.298) (xy 96.104643 94.298) (xy 96.08 94.295573) (xy 96.055357 94.298) + (xy 94.687935 94.298) (xy 94.432 94.042066) (xy 94.432 93.978824) (xy 94.68 93.978824) (xy 94.753905 93.971545) + (xy 94.82497 93.949988) (xy 94.890463 93.914981) (xy 94.947869 93.867869) (xy 94.994981 93.810463) (xy 95.029988 93.74497) + (xy 95.051545 93.673905) (xy 95.058824 93.6) (xy 95.241928 93.6) (xy 95.254188 93.724482) (xy 95.290498 93.84418) + (xy 95.349463 93.954494) (xy 95.428815 94.051185) (xy 95.525506 94.130537) (xy 95.63582 94.189502) (xy 95.755518 94.225812) + (xy 95.88 94.238072) (xy 96.34425 94.235) (xy 96.503 94.07625) (xy 96.503 93.227) (xy 96.757 93.227) + (xy 96.757 94.07625) (xy 96.91575 94.235) (xy 97.38 94.238072) (xy 97.504482 94.225812) (xy 97.62418 94.189502) + (xy 97.734494 94.130537) (xy 97.831185 94.051185) (xy 97.910537 93.954494) (xy 97.969502 93.84418) (xy 98.005812 93.724482) + (xy 98.018072 93.6) (xy 98.015 93.38575) (xy 97.85625 93.227) (xy 96.757 93.227) (xy 96.503 93.227) + (xy 95.40375 93.227) (xy 95.245 93.38575) (xy 95.241928 93.6) (xy 95.058824 93.6) (xy 95.058824 92.746999) + (xy 95.244036 92.746999) (xy 95.245 92.81425) (xy 95.40375 92.973) (xy 96.503 92.973) (xy 96.503 92.953) + (xy 96.757 92.953) (xy 96.757 92.973) (xy 97.85625 92.973) (xy 98.015 92.81425) (xy 98.015964 92.746999) + (xy 100.401176 92.746999) (xy 100.401176 93.6) (xy 100.408455 93.673905) (xy 100.430012 93.74497) (xy 100.465019 93.810463) + (xy 100.512131 93.867869) (xy 100.569537 93.914981) (xy 100.63503 93.949988) (xy 100.706095 93.971545) (xy 100.78 93.978824) + (xy 101.028001 93.978824) (xy 101.028001 94.225347) (xy 101.025573 94.25) (xy 101.035265 94.348409) (xy 101.06397 94.443036) + (xy 101.110584 94.530245) (xy 101.157601 94.587535) (xy 101.157604 94.587538) (xy 101.173317 94.606684) (xy 101.192463 94.622397) + (xy 101.607603 95.037538) (xy 101.623316 95.056684) (xy 101.642462 95.072397) (xy 101.642464 95.072399) (xy 101.66761 95.093036) + (xy 101.699755 95.119417) (xy 101.786964 95.166031) (xy 101.881591 95.194736) (xy 101.955347 95.202) (xy 101.955356 95.202) + (xy 101.979999 95.204427) (xy 102.004642 95.202) (xy 103.572066 95.202) (xy 103.728 95.357935) (xy 103.728 95.421176) + (xy 103.48 95.421176) (xy 103.406095 95.428455) (xy 103.33503 95.450012) (xy 103.269537 95.485019) (xy 103.212131 95.532131) + (xy 103.165019 95.589537) (xy 103.130012 95.65503) (xy 103.108455 95.726095) (xy 103.101176 95.8) (xy 103.101176 96.8) + (xy 103.108455 96.873905) (xy 103.130012 96.94497) (xy 103.165019 97.010463) (xy 103.212131 97.067869) (xy 103.269537 97.114981) + (xy 103.33503 97.149988) (xy 103.406095 97.171545) (xy 103.48 97.178824) (xy 104.98 97.178824) (xy 105.053905 97.171545) + (xy 105.12497 97.149988) (xy 105.190463 97.114981) (xy 105.247869 97.067869) (xy 105.294981 97.010463) (xy 105.329988 96.94497) + (xy 105.351545 96.873905) (xy 105.358824 96.8) (xy 105.358824 95.8) (xy 105.351545 95.726095) (xy 105.329988 95.65503) + (xy 105.294981 95.589537) (xy 105.247869 95.532131) (xy 105.190463 95.485019) (xy 105.12497 95.450012) (xy 105.053905 95.428455) + (xy 104.98 95.421176) (xy 104.732 95.421176) (xy 104.732 95.174642) (xy 104.734427 95.149999) (xy 104.732 95.125356) + (xy 104.732 95.125347) (xy 104.724736 95.051591) (xy 104.696031 94.956964) (xy 104.649417 94.869755) (xy 104.586684 94.793316) + (xy 104.567538 94.777603) (xy 104.152401 94.362467) (xy 104.136684 94.343316) (xy 104.060245 94.280583) (xy 103.973036 94.233969) + (xy 103.951741 94.227509) (xy 104.103 94.07625) (xy 104.103 93.227) (xy 104.357 93.227) (xy 104.357 94.07625) + (xy 104.51575 94.235) (xy 104.98 94.238072) (xy 105.104482 94.225812) (xy 105.22418 94.189502) (xy 105.334494 94.130537) + (xy 105.431185 94.051185) (xy 105.510537 93.954494) (xy 105.569502 93.84418) (xy 105.605812 93.724482) (xy 105.618072 93.6) + (xy 105.615 93.38575) (xy 105.45625 93.227) (xy 104.357 93.227) (xy 104.103 93.227) (xy 103.00375 93.227) + (xy 102.845 93.38575) (xy 102.841928 93.6) (xy 102.854188 93.724482) (xy 102.890498 93.84418) (xy 102.949463 93.954494) + (xy 103.028815 94.051185) (xy 103.125506 94.130537) (xy 103.23582 94.189502) (xy 103.263834 94.198) (xy 102.187935 94.198) + (xy 102.032 94.042066) (xy 102.032 93.978824) (xy 102.28 93.978824) (xy 102.353905 93.971545) (xy 102.42497 93.949988) + (xy 102.490463 93.914981) (xy 102.547869 93.867869) (xy 102.594981 93.810463) (xy 102.629988 93.74497) (xy 102.651545 93.673905) + (xy 102.658824 93.6) (xy 102.658824 92.746999) (xy 102.844036 92.746999) (xy 102.845 92.81425) (xy 103.00375 92.973) + (xy 104.103 92.973) (xy 104.103 92.953) (xy 104.357 92.953) (xy 104.357 92.973) (xy 105.45625 92.973) + (xy 105.615 92.81425) (xy 105.615964 92.746999) (xy 108.001176 92.746999) (xy 108.001176 93.6) (xy 108.008455 93.673905) + (xy 108.030012 93.74497) (xy 108.065019 93.810463) (xy 108.112131 93.867869) (xy 108.169537 93.914981) (xy 108.23503 93.949988) + (xy 108.306095 93.971545) (xy 108.38 93.978824) (xy 108.628001 93.978824) (xy 108.628001 94.325347) (xy 108.625573 94.35) + (xy 108.635265 94.448409) (xy 108.66397 94.543036) (xy 108.710584 94.630245) (xy 108.757601 94.687535) (xy 108.757604 94.687538) + (xy 108.773317 94.706684) (xy 108.792463 94.722397) (xy 109.307603 95.237538) (xy 109.323316 95.256684) (xy 109.342462 95.272397) + (xy 109.342464 95.272399) (xy 109.352196 95.280386) (xy 109.399755 95.319417) (xy 109.486964 95.366031) (xy 109.581591 95.394736) + (xy 109.655347 95.402) (xy 109.655356 95.402) (xy 109.679999 95.404427) (xy 109.704642 95.402) (xy 111.272065 95.402) + (xy 111.291241 95.421176) (xy 111.08 95.421176) (xy 111.006095 95.428455) (xy 110.93503 95.450012) (xy 110.869537 95.485019) + (xy 110.812131 95.532131) (xy 110.765019 95.589537) (xy 110.730012 95.65503) (xy 110.708455 95.726095) (xy 110.701176 95.8) + (xy 110.701176 96.8) (xy 110.708455 96.873905) (xy 110.730012 96.94497) (xy 110.765019 97.010463) (xy 110.812131 97.067869) + (xy 110.869537 97.114981) (xy 110.93503 97.149988) (xy 111.006095 97.171545) (xy 111.08 97.178824) (xy 112.58 97.178824) + (xy 112.653905 97.171545) (xy 112.72497 97.149988) (xy 112.790463 97.114981) (xy 112.847869 97.067869) (xy 112.894981 97.010463) + (xy 112.929988 96.94497) (xy 112.951545 96.873905) (xy 112.958824 96.8) (xy 112.958824 95.8) (xy 112.951545 95.726095) + (xy 112.929988 95.65503) (xy 112.894981 95.589537) (xy 112.847869 95.532131) (xy 112.790463 95.485019) (xy 112.72497 95.450012) + (xy 112.653905 95.428455) (xy 112.58 95.421176) (xy 112.332 95.421176) (xy 112.332 95.274643) (xy 112.334427 95.25) + (xy 112.332 95.225357) (xy 112.332 95.225347) (xy 112.324736 95.151591) (xy 112.296031 95.056964) (xy 112.250831 94.9724) + (xy 112.249417 94.969754) (xy 112.2024 94.912464) (xy 112.202392 94.912456) (xy 112.186684 94.893316) (xy 112.167543 94.877607) + (xy 111.852401 94.562467) (xy 111.836684 94.543316) (xy 111.760245 94.480583) (xy 111.673036 94.433969) (xy 111.578409 94.405264) + (xy 111.504653 94.398) (xy 111.504643 94.398) (xy 111.48 94.395573) (xy 111.455357 94.398) (xy 109.887935 94.398) + (xy 109.632 94.142066) (xy 109.632 93.978824) (xy 109.88 93.978824) (xy 109.953905 93.971545) (xy 110.02497 93.949988) + (xy 110.090463 93.914981) (xy 110.147869 93.867869) (xy 110.194981 93.810463) (xy 110.229988 93.74497) (xy 110.251545 93.673905) + (xy 110.258824 93.6) (xy 110.441928 93.6) (xy 110.454188 93.724482) (xy 110.490498 93.84418) (xy 110.549463 93.954494) + (xy 110.628815 94.051185) (xy 110.725506 94.130537) (xy 110.83582 94.189502) (xy 110.955518 94.225812) (xy 111.08 94.238072) + (xy 111.54425 94.235) (xy 111.703 94.07625) (xy 111.703 93.227) (xy 111.957 93.227) (xy 111.957 94.07625) + (xy 112.11575 94.235) (xy 112.58 94.238072) (xy 112.704482 94.225812) (xy 112.82418 94.189502) (xy 112.934494 94.130537) + (xy 113.031185 94.051185) (xy 113.110537 93.954494) (xy 113.169502 93.84418) (xy 113.205812 93.724482) (xy 113.218072 93.6) + (xy 113.215 93.38575) (xy 113.05625 93.227) (xy 111.957 93.227) (xy 111.703 93.227) (xy 110.60375 93.227) + (xy 110.445 93.38575) (xy 110.441928 93.6) (xy 110.258824 93.6) (xy 110.258824 92.746999) (xy 110.444036 92.746999) + (xy 110.445 92.81425) (xy 110.60375 92.973) (xy 111.703 92.973) (xy 111.703 92.953) (xy 111.957 92.953) + (xy 111.957 92.973) (xy 113.05625 92.973) (xy 113.215 92.81425) (xy 113.215964 92.746999) (xy 114.369205 92.746999) + (xy 114.399999 92.750032) (xy 114.430793 92.746999) (xy 114.522912 92.737926) (xy 114.641102 92.702074) (xy 114.750027 92.643852) + (xy 114.803461 92.6) (xy 115.601176 92.6) (xy 115.601176 93.6) (xy 115.608455 93.673905) (xy 115.630012 93.74497) + (xy 115.665019 93.810463) (xy 115.712131 93.867869) (xy 115.769537 93.914981) (xy 115.83503 93.949988) (xy 115.906095 93.971545) + (xy 115.98 93.978824) (xy 117.48 93.978824) (xy 117.553905 93.971545) (xy 117.62497 93.949988) (xy 117.690463 93.914981) + (xy 117.709805 93.899107) (xy 117.703 93.933321) (xy 117.703 94.066679) (xy 117.729016 94.197474) (xy 117.78005 94.32068) + (xy 117.85414 94.431563) (xy 117.948437 94.52586) (xy 118.05932 94.59995) (xy 118.182526 94.650984) (xy 118.313321 94.677) + (xy 118.446679 94.677) (xy 118.577474 94.650984) (xy 118.70068 94.59995) (xy 118.811563 94.52586) (xy 118.90586 94.431563) + (xy 118.97995 94.32068) (xy 119.030984 94.197474) (xy 119.057 94.066679) (xy 119.057 93.933321) (xy 119.030984 93.802526) + (xy 118.97995 93.67932) (xy 118.90586 93.568437) (xy 118.878638 93.541215) (xy 118.874736 93.501591) (xy 118.846031 93.406964) + (xy 118.813547 93.34619) (xy 118.799417 93.319754) (xy 118.7524 93.262464) (xy 118.752392 93.262456) (xy 118.736684 93.243316) + (xy 118.717543 93.227607) (xy 118.252401 92.762467) (xy 118.236684 92.743316) (xy 118.160245 92.680583) (xy 118.073036 92.633969) + (xy 117.978409 92.605264) (xy 117.904653 92.598) (xy 117.904643 92.598) (xy 117.88 92.595573) (xy 117.858596 92.597681) + (xy 117.851545 92.526095) (xy 117.829988 92.45503) (xy 117.794981 92.389537) (xy 117.747869 92.332131) (xy 117.690463 92.285019) + (xy 117.62497 92.250012) (xy 117.553905 92.228455) (xy 117.48 92.221176) (xy 115.98 92.221176) (xy 115.906095 92.228455) + (xy 115.83503 92.250012) (xy 115.769537 92.285019) (xy 115.712131 92.332131) (xy 115.665019 92.389537) (xy 115.630012 92.45503) + (xy 115.608455 92.526095) (xy 115.601176 92.6) (xy 114.803461 92.6) (xy 114.8455 92.5655) (xy 114.865137 92.541572) + (xy 115.261578 92.145132) (xy 115.285501 92.125499) (xy 115.363853 92.030026) (xy 115.422075 91.921101) (xy 115.457927 91.802911) + (xy 115.465404 91.727) (xy 116.249206 91.727) (xy 116.28 91.730033) (xy 116.310794 91.727) (xy 116.402913 91.717927) + (xy 116.521103 91.682075) (xy 116.630028 91.623853) (xy 116.725501 91.545501) (xy 116.745138 91.521573) (xy 117.151579 91.115133) + (xy 117.175501 91.095501) (xy 117.253853 91.000028) (xy 117.312075 90.891103) (xy 117.347927 90.772913) (xy 117.35171 90.7345) + (xy 117.360033 90.650001) (xy 117.357 90.619207) (xy 117.357 90.178824) (xy 117.48 90.178824) (xy 117.553905 90.171545) + (xy 117.62497 90.149988) (xy 117.690463 90.114981) (xy 117.747869 90.067869) (xy 117.794981 90.010463) (xy 117.829988 89.94497) + (xy 117.851545 89.873905) (xy 117.858824 89.8) (xy 117.858824 88.8) (xy 117.851545 88.726095) (xy 117.829988 88.65503) + (xy 117.794981 88.589537) (xy 117.747869 88.532131) (xy 117.690463 88.485019) (xy 117.62497 88.450012) (xy 117.553905 88.428455) + (xy 117.48 88.421176) (xy 115.98 88.421176) (xy 115.906095 88.428455) (xy 115.83503 88.450012) (xy 115.769537 88.485019) + (xy 115.712131 88.532131) (xy 115.665019 88.589537) (xy 115.630012 88.65503) (xy 115.608455 88.726095) (xy 115.601176 88.8) + (xy 115.601176 89.8) (xy 115.608455 89.873905) (xy 115.630012 89.94497) (xy 115.665019 90.010463) (xy 115.712131 90.067869) + (xy 115.769537 90.114981) (xy 115.83503 90.149988) (xy 115.906095 90.171545) (xy 115.98 90.178824) (xy 116.103 90.178824) + (xy 116.103 90.390288) (xy 116.020289 90.473) (xy 115.220323 90.473) (xy 115.178545 90.450669) (xy 115.081218 90.421145) + (xy 114.98 90.411176) (xy 114.7 90.411176) (xy 114.67259 90.413876) (xy 114.613247 90.340887) (xy 114.516921 90.261092) + (xy 114.406878 90.201623) (xy 114.287348 90.164765) (xy 114.16575 90.155) (xy 114.007 90.31375) (xy 114.007 90.973) + (xy 114.027 90.973) (xy 114.027 91.227) (xy 114.007 91.227) (xy 114.007 91.247) (xy 113.753 91.247) + (xy 113.753 91.227) (xy 113.12375 91.227) (xy 112.965 91.38575) (xy 112.961935 91.407077) (xy 112.97 91.492999) + (xy 109.273712 91.492999) (xy 109.551574 91.215137) (xy 109.575501 91.195501) (xy 109.653853 91.100028) (xy 109.712075 90.991103) + (xy 109.747927 90.872913) (xy 109.755805 90.792923) (xy 112.961935 90.792923) (xy 112.965 90.81425) (xy 113.12375 90.973) + (xy 113.753 90.973) (xy 113.753 90.31375) (xy 113.59425 90.155) (xy 113.472652 90.164765) (xy 113.353122 90.201623) + (xy 113.243079 90.261092) (xy 113.146753 90.340887) (xy 113.067844 90.437941) (xy 113.009386 90.548524) (xy 112.973625 90.668387) + (xy 112.961935 90.792923) (xy 109.755805 90.792923) (xy 109.757 90.780794) (xy 109.757 90.780793) (xy 109.760033 90.75) + (xy 109.757 90.719206) (xy 109.757 90.178824) (xy 109.88 90.178824) (xy 109.953905 90.171545) (xy 110.02497 90.149988) + (xy 110.090463 90.114981) (xy 110.147869 90.067869) (xy 110.194981 90.010463) (xy 110.229988 89.94497) (xy 110.251545 89.873905) + (xy 110.258824 89.8) (xy 110.258824 88.8) (xy 110.251545 88.726095) (xy 110.229988 88.65503) (xy 110.194981 88.589537) + (xy 110.147869 88.532131) (xy 110.090463 88.485019) (xy 110.02497 88.450012) (xy 109.953905 88.428455) (xy 109.88 88.421176) + (xy 108.38 88.421176) (xy 108.306095 88.428455) (xy 108.23503 88.450012) (xy 108.169537 88.485019) (xy 108.112131 88.532131) + (xy 108.065019 88.589537) (xy 108.030012 88.65503) (xy 108.008455 88.726095) (xy 108.001176 88.8) (xy 108.001176 89.8) + (xy 108.008455 89.873905) (xy 108.030012 89.94497) (xy 108.065019 90.010463) (xy 108.112131 90.067869) (xy 108.169537 90.114981) + (xy 108.23503 90.149988) (xy 108.306095 90.171545) (xy 108.38 90.178824) (xy 108.503 90.178824) (xy 108.503 90.473) + (xy 107.740323 90.473) (xy 107.698545 90.450669) (xy 107.601218 90.421145) (xy 107.5 90.411176) (xy 107.22 90.411176) + (xy 107.19259 90.413876) (xy 107.133247 90.340887) (xy 107.036921 90.261092) (xy 106.926878 90.201623) (xy 106.807348 90.164765) + (xy 106.68575 90.155) (xy 106.527 90.31375) (xy 106.527 90.973) (xy 106.547 90.973) (xy 106.547 91.227) + (xy 106.527 91.227) (xy 106.527 91.247) (xy 106.273 91.247) (xy 106.273 91.227) (xy 105.64375 91.227) + (xy 105.485 91.38575) (xy 105.481935 91.407077) (xy 105.49 91.492999) (xy 101.773712 91.492999) (xy 101.951574 91.315137) + (xy 101.975501 91.295501) (xy 102.053853 91.200028) (xy 102.112075 91.091103) (xy 102.147927 90.972913) (xy 102.157 90.880794) + (xy 102.157 90.880793) (xy 102.160033 90.850001) (xy 102.157 90.819209) (xy 102.157 90.792923) (xy 105.481935 90.792923) + (xy 105.485 90.81425) (xy 105.64375 90.973) (xy 106.273 90.973) (xy 106.273 90.31375) (xy 106.11425 90.155) + (xy 105.992652 90.164765) (xy 105.873122 90.201623) (xy 105.763079 90.261092) (xy 105.666753 90.340887) (xy 105.587844 90.437941) + (xy 105.529386 90.548524) (xy 105.493625 90.668387) (xy 105.481935 90.792923) (xy 102.157 90.792923) (xy 102.157 90.178824) + (xy 102.28 90.178824) (xy 102.353905 90.171545) (xy 102.42497 90.149988) (xy 102.490463 90.114981) (xy 102.547869 90.067869) + (xy 102.594981 90.010463) (xy 102.629988 89.94497) (xy 102.651545 89.873905) (xy 102.658824 89.8) (xy 102.658824 88.8) + (xy 102.651545 88.726095) (xy 102.629988 88.65503) (xy 102.594981 88.589537) (xy 102.547869 88.532131) (xy 102.490463 88.485019) + (xy 102.42497 88.450012) (xy 102.353905 88.428455) (xy 102.28 88.421176) (xy 100.78 88.421176) (xy 100.706095 88.428455) + (xy 100.63503 88.450012) (xy 100.569537 88.485019) (xy 100.512131 88.532131) (xy 100.465019 88.589537) (xy 100.430012 88.65503) + (xy 100.408455 88.726095) (xy 100.401176 88.8) (xy 100.401176 89.8) (xy 100.408455 89.873905) (xy 100.430012 89.94497) + (xy 100.465019 90.010463) (xy 100.512131 90.067869) (xy 100.569537 90.114981) (xy 100.63503 90.149988) (xy 100.706095 90.171545) + (xy 100.78 90.178824) (xy 100.903 90.178824) (xy 100.903 90.473) (xy 100.140323 90.473) (xy 100.098545 90.450669) + (xy 100.001218 90.421145) (xy 99.9 90.411176) (xy 99.62 90.411176) (xy 99.59259 90.413876) (xy 99.533247 90.340887) + (xy 99.436921 90.261092) (xy 99.326878 90.201623) (xy 99.207348 90.164765) (xy 99.08575 90.155) (xy 98.927 90.31375) + (xy 98.927 90.973) (xy 98.947 90.973) (xy 98.947 91.227) (xy 98.927 91.227) (xy 98.927 91.247) + (xy 98.673 91.247) (xy 98.673 91.227) (xy 98.04375 91.227) (xy 97.885 91.38575) (xy 97.881935 91.407077) + (xy 97.89 91.492999) (xy 93.973712 91.492999) (xy 94.351579 91.115133) (xy 94.375501 91.095501) (xy 94.453853 91.000028) + (xy 94.512075 90.891103) (xy 94.541857 90.792923) (xy 97.881935 90.792923) (xy 97.885 90.81425) (xy 98.04375 90.973) + (xy 98.673 90.973) (xy 98.673 90.31375) (xy 98.51425 90.155) (xy 98.392652 90.164765) (xy 98.273122 90.201623) + (xy 98.163079 90.261092) (xy 98.066753 90.340887) (xy 97.987844 90.437941) (xy 97.929386 90.548524) (xy 97.893625 90.668387) + (xy 97.881935 90.792923) (xy 94.541857 90.792923) (xy 94.547927 90.772913) (xy 94.55171 90.7345) (xy 94.560033 90.650001) + (xy 94.557 90.619207) (xy 94.557 90.178824) (xy 94.68 90.178824) (xy 94.753905 90.171545) (xy 94.82497 90.149988) + (xy 94.890463 90.114981) (xy 94.947869 90.067869) (xy 94.994981 90.010463) (xy 95.029988 89.94497) (xy 95.051545 89.873905) + (xy 95.058824 89.8) (xy 95.058824 88.8) (xy 95.051545 88.726095) (xy 95.029988 88.65503) (xy 94.994981 88.589537) + (xy 94.947869 88.532131) (xy 94.890463 88.485019) (xy 94.82497 88.450012) (xy 94.753905 88.428455) (xy 94.68 88.421176) + (xy 93.18 88.421176) (xy 93.106095 88.428455) (xy 93.03503 88.450012) (xy 92.969537 88.485019) (xy 92.912131 88.532131) + (xy 92.865019 88.589537) (xy 92.830012 88.65503) (xy 92.808455 88.726095) (xy 92.801176 88.8) (xy 92.801176 89.8) + (xy 92.808455 89.873905) (xy 92.830012 89.94497) (xy 92.865019 90.010463) (xy 92.912131 90.067869) (xy 92.969537 90.114981) + (xy 93.03503 90.149988) (xy 93.106095 90.171545) (xy 93.18 90.178824) (xy 93.303 90.178824) (xy 93.303 90.390288) + (xy 93.220289 90.473) (xy 92.540323 90.473) (xy 92.498545 90.450669) (xy 92.401218 90.421145) (xy 92.3 90.411176) + (xy 92.02 90.411176) (xy 91.99259 90.413876) (xy 91.933247 90.340887) (xy 91.836921 90.261092) (xy 91.726878 90.201623) + (xy 91.607348 90.164765) (xy 91.48575 90.155) (xy 91.327 90.31375) (xy 91.327 90.973) (xy 91.347 90.973) + (xy 91.347 91.227) (xy 91.327 91.227) (xy 91.327 91.247) (xy 91.073 91.247) (xy 91.073 91.227) + (xy 90.44375 91.227) (xy 90.285 91.38575) (xy 90.281935 91.407077) (xy 90.29 91.492999) (xy 86.373712 91.492999) + (xy 86.751574 91.115137) (xy 86.775501 91.095501) (xy 86.853853 91.000028) (xy 86.869275 90.971176) (xy 86.912075 90.891104) + (xy 86.941857 90.792923) (xy 90.281935 90.792923) (xy 90.285 90.81425) (xy 90.44375 90.973) (xy 91.073 90.973) + (xy 91.073 90.31375) (xy 90.91425 90.155) (xy 90.792652 90.164765) (xy 90.673122 90.201623) (xy 90.563079 90.261092) + (xy 90.466753 90.340887) (xy 90.387844 90.437941) (xy 90.329386 90.548524) (xy 90.293625 90.668387) (xy 90.281935 90.792923) + (xy 86.941857 90.792923) (xy 86.947927 90.772913) (xy 86.960033 90.65) (xy 86.957 90.619206) (xy 86.957 90.178824) + (xy 87.08 90.178824) (xy 87.153905 90.171545) (xy 87.22497 90.149988) (xy 87.290463 90.114981) (xy 87.347869 90.067869) + (xy 87.394981 90.010463) (xy 87.429988 89.94497) (xy 87.451545 89.873905) (xy 87.458824 89.8) (xy 87.458824 88.8) + (xy 87.451545 88.726095) (xy 87.429988 88.65503) (xy 87.394981 88.589537) (xy 87.347869 88.532131) (xy 87.290463 88.485019) + (xy 87.22497 88.450012) (xy 87.153905 88.428455) (xy 87.08 88.421176) (xy 85.58 88.421176) (xy 85.506095 88.428455) + (xy 85.43503 88.450012) (xy 85.369537 88.485019) (xy 85.312131 88.532131) (xy 85.265019 88.589537) (xy 85.230012 88.65503) + (xy 85.208455 88.726095) (xy 85.201176 88.8) (xy 85.201176 89.8) (xy 85.208455 89.873905) (xy 85.230012 89.94497) + (xy 85.265019 90.010463) (xy 85.312131 90.067869) (xy 85.369537 90.114981) (xy 85.43503 90.149988) (xy 85.506095 90.171545) + (xy 85.58 90.178824) (xy 85.703 90.178824) (xy 85.703 90.390289) (xy 85.590289 90.503) (xy 85.040323 90.503) + (xy 84.998545 90.480669) (xy 84.901218 90.451145) (xy 84.8 90.441176) (xy 84.52 90.441176) (xy 84.49259 90.443876) + (xy 84.433247 90.370887) (xy 84.336921 90.291092) (xy 84.226878 90.231623) (xy 84.107348 90.194765) (xy 83.98575 90.185) + (xy 83.827 90.34375) (xy 83.827 91.003) (xy 83.847 91.003) (xy 83.847 91.257) (xy 83.827 91.257) + (xy 83.827 91.277) (xy 83.573 91.277) (xy 83.573 91.257) (xy 82.94375 91.257) (xy 82.785 91.41575) + (xy 82.781935 91.437077) (xy 82.787184 91.492999) (xy 78.773712 91.492999) (xy 79.151579 91.115133) (xy 79.175501 91.095501) + (xy 79.253853 91.000028) (xy 79.312075 90.891103) (xy 79.332756 90.822923) (xy 82.781935 90.822923) (xy 82.785 90.84425) + (xy 82.94375 91.003) (xy 83.573 91.003) (xy 83.573 90.34375) (xy 83.41425 90.185) (xy 83.292652 90.194765) + (xy 83.173122 90.231623) (xy 83.063079 90.291092) (xy 82.966753 90.370887) (xy 82.887844 90.467941) (xy 82.829386 90.578524) + (xy 82.793625 90.698387) (xy 82.781935 90.822923) (xy 79.332756 90.822923) (xy 79.347927 90.772913) (xy 79.35171 90.7345) + (xy 79.360033 90.650001) (xy 79.357 90.619207) (xy 79.357 90.178824) (xy 79.48 90.178824) (xy 79.553905 90.171545) + (xy 79.62497 90.149988) (xy 79.690463 90.114981) (xy 79.747869 90.067869) (xy 79.794981 90.010463) (xy 79.829988 89.94497) + (xy 79.851545 89.873905) (xy 79.858824 89.8) (xy 79.858824 88.8) (xy 79.851545 88.726095) (xy 79.829988 88.65503) + (xy 79.794981 88.589537) (xy 79.747869 88.532131) (xy 79.690463 88.485019) (xy 79.62497 88.450012) (xy 79.553905 88.428455) + (xy 79.48 88.421176) (xy 77.98 88.421176) (xy 77.906095 88.428455) (xy 77.83503 88.450012) (xy 77.769537 88.485019) + (xy 77.712131 88.532131) (xy 77.665019 88.589537) (xy 77.630012 88.65503) (xy 77.608455 88.726095) (xy 77.601176 88.8) + (xy 77.601176 89.8) (xy 77.608455 89.873905) (xy 77.630012 89.94497) (xy 77.665019 90.010463) (xy 77.712131 90.067869) + (xy 77.769537 90.114981) (xy 77.83503 90.149988) (xy 77.906095 90.171545) (xy 77.98 90.178824) (xy 78.103 90.178824) + (xy 78.103 90.390288) (xy 78.020289 90.473) (xy 77.340323 90.473) (xy 77.298545 90.450669) (xy 77.201218 90.421145) + (xy 77.1 90.411176) (xy 76.82 90.411176) (xy 76.79259 90.413876) (xy 76.733247 90.340887) (xy 76.636921 90.261092) + (xy 76.526878 90.201623) (xy 76.407348 90.164765) (xy 76.28575 90.155) (xy 76.127 90.31375) (xy 76.127 90.973) + (xy 76.147 90.973) (xy 76.147 91.227) (xy 76.127 91.227) (xy 76.127 91.247) (xy 75.873 91.247) + (xy 75.873 91.227) (xy 75.24375 91.227) (xy 75.085 91.38575) (xy 75.081935 91.407077) (xy 75.09 91.492999) + (xy 72.75079 91.492999) (xy 72.719998 91.489966) (xy 72.689207 91.492999) (xy 72.689205 91.492999) (xy 72.597086 91.502072) + (xy 72.528098 91.522999) (xy 71.143968 91.522999) (xy 71.145138 91.521573) (xy 71.551579 91.115133) (xy 71.575501 91.095501) + (xy 71.653853 91.000028) (xy 71.712075 90.891103) (xy 71.741857 90.792923) (xy 75.081935 90.792923) (xy 75.085 90.81425) + (xy 75.24375 90.973) (xy 75.873 90.973) (xy 75.873 90.31375) (xy 75.71425 90.155) (xy 75.592652 90.164765) + (xy 75.473122 90.201623) (xy 75.363079 90.261092) (xy 75.266753 90.340887) (xy 75.187844 90.437941) (xy 75.129386 90.548524) + (xy 75.093625 90.668387) (xy 75.081935 90.792923) (xy 71.741857 90.792923) (xy 71.747927 90.772913) (xy 71.75171 90.7345) + (xy 71.760033 90.650001) (xy 71.757 90.619207) (xy 71.757 90.118824) (xy 71.88 90.118824) (xy 71.953905 90.111545) + (xy 72.02497 90.089988) (xy 72.090463 90.054981) (xy 72.147869 90.007869) (xy 72.194981 89.950463) (xy 72.229988 89.88497) + (xy 72.251545 89.813905) (xy 72.258824 89.74) (xy 72.258824 88.74) (xy 72.251545 88.666095) (xy 72.229988 88.59503) + (xy 72.194981 88.529537) (xy 72.147869 88.472131) (xy 72.090463 88.425019) (xy 72.02497 88.390012) (xy 71.953905 88.368455) + (xy 71.88 88.361176) (xy 70.38 88.361176) (xy 70.306095 88.368455) (xy 70.23503 88.390012) (xy 70.169537 88.425019) + (xy 70.112131 88.472131) (xy 70.065019 88.529537) (xy 70.030012 88.59503) (xy 70.008455 88.666095) (xy 70.001176 88.74) + (xy 70.001176 89.74) (xy 70.008455 89.813905) (xy 70.030012 89.88497) (xy 70.065019 89.950463) (xy 70.112131 90.007869) + (xy 70.169537 90.054981) (xy 70.23503 90.089988) (xy 70.306095 90.111545) (xy 70.38 90.118824) (xy 70.503 90.118824) + (xy 70.503 90.390288) (xy 70.420289 90.473) (xy 69.740323 90.473) (xy 69.698545 90.450669) (xy 69.601218 90.421145) + (xy 69.5 90.411176) (xy 69.22 90.411176) (xy 69.19259 90.413876) (xy 69.133247 90.340887) (xy 69.036921 90.261092) + (xy 68.926878 90.201623) (xy 68.807348 90.164765) (xy 68.68575 90.155) (xy 68.527 90.31375) (xy 68.527 90.973) + (xy 68.547 90.973) (xy 68.547 91.227) (xy 68.527 91.227) (xy 68.527 91.247) (xy 68.273 91.247) + (xy 68.273 91.227) (xy 67.64375 91.227) (xy 67.485 91.38575) (xy 67.481935 91.407077) (xy 67.492816 91.522999) + (xy 63.443712 91.522999) (xy 63.951579 91.015133) (xy 63.975501 90.995501) (xy 64.053853 90.900028) (xy 64.111102 90.792923) + (xy 67.481935 90.792923) (xy 67.485 90.81425) (xy 67.64375 90.973) (xy 68.273 90.973) (xy 68.273 90.31375) + (xy 68.11425 90.155) (xy 67.992652 90.164765) (xy 67.873122 90.201623) (xy 67.763079 90.261092) (xy 67.666753 90.340887) + (xy 67.587844 90.437941) (xy 67.529386 90.548524) (xy 67.493625 90.668387) (xy 67.481935 90.792923) (xy 64.111102 90.792923) + (xy 64.112075 90.791103) (xy 64.147927 90.672913) (xy 64.154503 90.606147) (xy 64.160033 90.550001) (xy 64.157 90.519207) + (xy 64.157 90.148824) (xy 64.28 90.148824) (xy 64.353905 90.141545) (xy 64.42497 90.119988) (xy 64.490463 90.084981) + (xy 64.547869 90.037869) (xy 64.594981 89.980463) (xy 64.629988 89.91497) (xy 64.651545 89.843905) (xy 64.658824 89.77) + (xy 64.658824 88.77) (xy 64.651545 88.696095) (xy 64.629988 88.62503) (xy 64.594981 88.559537) (xy 64.547869 88.502131) + (xy 64.490463 88.455019) (xy 64.42497 88.420012) (xy 64.353905 88.398455) (xy 64.28 88.391176) (xy 62.78 88.391176) + (xy 62.706095 88.398455) (xy 62.63503 88.420012) (xy 62.569537 88.455019) (xy 62.512131 88.502131) (xy 62.465019 88.559537) + (xy 62.430012 88.62503) (xy 62.408455 88.696095) (xy 62.401176 88.77) (xy 62.401176 89.77) (xy 62.408455 89.843905) + (xy 62.430012 89.91497) (xy 62.465019 89.980463) (xy 62.512131 90.037869) (xy 62.569537 90.084981) (xy 62.63503 90.119988) + (xy 62.706095 90.141545) (xy 62.78 90.148824) (xy 62.903 90.148824) (xy 62.903 90.290288) (xy 62.680289 90.513) + (xy 62.220323 90.513) (xy 62.178545 90.490669) (xy 62.081218 90.461145) (xy 61.98 90.451176) (xy 61.7 90.451176) + (xy 61.67259 90.453876) (xy 61.613247 90.380887) (xy 61.516921 90.301092) (xy 61.406878 90.241623) (xy 61.287348 90.204765) + (xy 61.16575 90.195) (xy 61.007 90.35375) (xy 61.007 91.013) (xy 61.027 91.013) (xy 61.027 91.267) + (xy 61.007 91.267) (xy 61.007 91.287) (xy 60.753 91.287) (xy 60.753 91.267) (xy 60.12375 91.267) + (xy 59.965 91.42575) (xy 59.961935 91.447077) (xy 59.969062 91.522999) (xy 55.943712 91.522999) (xy 56.351579 91.115133) + (xy 56.375501 91.095501) (xy 56.453853 91.000028) (xy 56.512075 90.891103) (xy 56.529723 90.832923) (xy 59.961935 90.832923) + (xy 59.965 90.85425) (xy 60.12375 91.013) (xy 60.753 91.013) (xy 60.753 90.35375) (xy 60.59425 90.195) + (xy 60.472652 90.204765) (xy 60.353122 90.241623) (xy 60.243079 90.301092) (xy 60.146753 90.380887) (xy 60.067844 90.477941) + (xy 60.009386 90.588524) (xy 59.973625 90.708387) (xy 59.961935 90.832923) (xy 56.529723 90.832923) (xy 56.547927 90.772913) + (xy 56.557 90.680794) (xy 56.557 90.680793) (xy 56.560033 90.650001) (xy 56.557 90.619209) (xy 56.557 90.148824) + (xy 56.68 90.148824) (xy 56.753905 90.141545) (xy 56.82497 90.119988) (xy 56.890463 90.084981) (xy 56.947869 90.037869) + (xy 56.994981 89.980463) (xy 57.029988 89.91497) (xy 57.051545 89.843905) (xy 57.058824 89.77) (xy 57.058824 88.77) + (xy 57.051545 88.696095) (xy 57.029988 88.62503) (xy 56.994981 88.559537) (xy 56.947869 88.502131) (xy 56.890463 88.455019) + (xy 56.82497 88.420012) (xy 56.753905 88.398455) (xy 56.68 88.391176) (xy 55.18 88.391176) (xy 55.106095 88.398455) + (xy 55.03503 88.420012) (xy 54.969537 88.455019) (xy 54.912131 88.502131) (xy 54.865019 88.559537) (xy 54.830012 88.62503) + (xy 54.808455 88.696095) (xy 54.801176 88.77) (xy 54.801176 89.77) (xy 54.808455 89.843905) (xy 54.830012 89.91497) + (xy 54.865019 89.980463) (xy 54.912131 90.037869) (xy 54.969537 90.084981) (xy 55.03503 90.119988) (xy 55.106095 90.141545) + (xy 55.18 90.148824) (xy 55.303 90.148824) (xy 55.303 90.390288) (xy 55.120289 90.573) (xy 54.540323 90.573) + (xy 54.498545 90.550669) (xy 54.401218 90.521145) (xy 54.3 90.511176) (xy 54.02 90.511176) (xy 53.99259 90.513876) + (xy 53.933247 90.440887) (xy 53.836921 90.361092) (xy 53.726878 90.301623) (xy 53.607348 90.264765) (xy 53.48575 90.255) + (xy 53.327 90.41375) (xy 53.327 91.073) (xy 53.347 91.073) (xy 53.347 91.327) (xy 53.327 91.327) + (xy 53.327 91.347) (xy 53.073 91.347) (xy 53.073 91.327) (xy 52.44375 91.327) (xy 52.285 91.48575) + (xy 52.281935 91.507077) (xy 52.28343 91.522999) (xy 48.243712 91.522999) (xy 48.751579 91.015133) (xy 48.775501 90.995501) + (xy 48.853853 90.900028) (xy 48.85765 90.892923) (xy 52.281935 90.892923) (xy 52.285 90.91425) (xy 52.44375 91.073) + (xy 53.073 91.073) (xy 53.073 90.41375) (xy 52.91425 90.255) (xy 52.792652 90.264765) (xy 52.673122 90.301623) + (xy 52.563079 90.361092) (xy 52.466753 90.440887) (xy 52.387844 90.537941) (xy 52.329386 90.648524) (xy 52.293625 90.768387) + (xy 52.281935 90.892923) (xy 48.85765 90.892923) (xy 48.912075 90.791103) (xy 48.947927 90.672913) (xy 48.954503 90.606147) + (xy 48.960033 90.55) (xy 48.957 90.519206) (xy 48.957 90.148824) (xy 49.08 90.148824) (xy 49.153905 90.141545) + (xy 49.22497 90.119988) (xy 49.290463 90.084981) (xy 49.347869 90.037869) (xy 49.394981 89.980463) (xy 49.429988 89.91497) + (xy 49.451545 89.843905) (xy 49.458824 89.77) (xy 49.458824 88.77) (xy 49.451545 88.696095) (xy 49.429988 88.62503) + (xy 49.394981 88.559537) (xy 49.347869 88.502131) (xy 49.290463 88.455019) (xy 49.22497 88.420012) (xy 49.153905 88.398455) + (xy 49.08 88.391176) (xy 47.58 88.391176) (xy 47.506095 88.398455) (xy 47.43503 88.420012) (xy 47.369537 88.455019) + (xy 47.312131 88.502131) (xy 47.265019 88.559537) (xy 47.230012 88.62503) (xy 47.208455 88.696095) (xy 47.201176 88.77) + (xy 47.201176 89.77) (xy 47.208455 89.843905) (xy 47.230012 89.91497) (xy 47.265019 89.980463) (xy 47.312131 90.037869) + (xy 47.369537 90.084981) (xy 47.43503 90.119988) (xy 47.506095 90.141545) (xy 47.58 90.148824) (xy 47.703 90.148824) + (xy 47.703 90.290288) (xy 47.420289 90.573) (xy 46.940323 90.573) (xy 46.898545 90.550669) (xy 46.801218 90.521145) + (xy 46.7 90.511176) (xy 46.42 90.511176) (xy 46.39259 90.513876) (xy 46.333247 90.440887) (xy 46.236921 90.361092) + (xy 46.126878 90.301623) (xy 46.007348 90.264765) (xy 45.88575 90.255) (xy 45.727 90.41375) (xy 45.727 91.073) + (xy 45.747 91.073) (xy 45.747 91.327) (xy 45.727 91.327) (xy 45.727 91.347) (xy 45.473 91.347) + (xy 45.473 91.327) (xy 44.84375 91.327) (xy 44.685 91.48575) (xy 44.681935 91.507077) (xy 44.68343 91.522999) + (xy 40.507 91.522999) (xy 40.507 91.230791) (xy 40.510033 91.199999) (xy 40.507 91.169206) (xy 40.507 90.892923) + (xy 44.681935 90.892923) (xy 44.685 90.91425) (xy 44.84375 91.073) (xy 45.473 91.073) (xy 45.473 90.41375) + (xy 45.31425 90.255) (xy 45.192652 90.264765) (xy 45.073122 90.301623) (xy 44.963079 90.361092) (xy 44.866753 90.440887) + (xy 44.787844 90.537941) (xy 44.729386 90.648524) (xy 44.693625 90.768387) (xy 44.681935 90.892923) (xy 40.507 90.892923) + (xy 40.507 86.923472) (xy 40.903 86.923472) (xy 40.903 87.076528) (xy 40.932859 87.226643) (xy 40.991431 87.368048) + (xy 41.076464 87.495309) (xy 41.178 87.596845) (xy 41.178001 88.675347) (xy 41.175573 88.7) (xy 41.185265 88.798409) + (xy 41.21397 88.893036) (xy 41.260584 88.980245) (xy 41.307601 89.037535) (xy 41.307604 89.037538) (xy 41.323317 89.056684) + (xy 41.342462 89.072396) (xy 41.877607 89.607543) (xy 41.893316 89.626684) (xy 41.912456 89.642392) (xy 41.912464 89.6424) + (xy 41.969754 89.689417) (xy 42.016368 89.714332) (xy 42.056964 89.736031) (xy 42.151591 89.764736) (xy 42.225347 89.772) + (xy 42.225357 89.772) (xy 42.25 89.774427) (xy 42.274643 89.772) (xy 42.301373 89.772) (xy 42.308455 89.843905) + (xy 42.330012 89.91497) (xy 42.365019 89.980463) (xy 42.412131 90.037869) (xy 42.469537 90.084981) (xy 42.53503 90.119988) + (xy 42.606095 90.141545) (xy 42.68 90.148824) (xy 44.18 90.148824) (xy 44.253905 90.141545) (xy 44.32497 90.119988) + (xy 44.390463 90.084981) (xy 44.447869 90.037869) (xy 44.494981 89.980463) (xy 44.529988 89.91497) (xy 44.551545 89.843905) + (xy 44.558824 89.77) (xy 44.558824 88.77) (xy 44.551545 88.696095) (xy 44.529988 88.62503) (xy 44.494981 88.559537) + (xy 44.447869 88.502131) (xy 44.390463 88.455019) (xy 44.32497 88.420012) (xy 44.253905 88.398455) (xy 44.18 88.391176) + (xy 42.68 88.391176) (xy 42.606095 88.398455) (xy 42.53503 88.420012) (xy 42.469537 88.455019) (xy 42.412131 88.502131) + (xy 42.365019 88.559537) (xy 42.330012 88.62503) (xy 42.32651 88.636575) (xy 42.182 88.492065) (xy 42.182 87.596845) + (xy 42.283536 87.495309) (xy 42.368569 87.368048) (xy 42.427141 87.226643) (xy 42.44023 87.16084) (xy 42.555518 87.195812) + (xy 42.68 87.208072) (xy 43.14425 87.205) (xy 43.303 87.04625) (xy 43.303 86.197) (xy 43.557 86.197) + (xy 43.557 87.04625) (xy 43.71575 87.205) (xy 44.18 87.208072) (xy 44.304482 87.195812) (xy 44.42418 87.159502) + (xy 44.534494 87.100537) (xy 44.631185 87.021185) (xy 44.710537 86.924494) (xy 44.769502 86.81418) (xy 44.805812 86.694482) + (xy 44.818072 86.57) (xy 44.815 86.35575) (xy 44.65625 86.197) (xy 43.557 86.197) (xy 43.303 86.197) + (xy 42.20375 86.197) (xy 42.072788 86.327962) (xy 42.048048 86.311431) (xy 41.906643 86.252859) (xy 41.756528 86.223) + (xy 41.603472 86.223) (xy 41.453357 86.252859) (xy 41.311952 86.311431) (xy 41.184691 86.396464) (xy 41.076464 86.504691) + (xy 40.991431 86.631952) (xy 40.932859 86.773357) (xy 40.903 86.923472) (xy 40.507 86.923472) (xy 40.507 85.746999) + (xy 42.044466 85.746999) (xy 42.045 85.78425) (xy 42.20375 85.943) (xy 43.303 85.943) (xy 43.303 85.923) + (xy 43.557 85.923) (xy 43.557 85.943) (xy 44.65625 85.943) (xy 44.815 85.78425) (xy 44.815534 85.746999) + (xy 46.629207 85.746999) (xy 46.660001 85.750032) (xy 46.690795 85.746999) (xy 47.201176 85.746999) (xy 47.201176 86.57) + (xy 47.208455 86.643905) (xy 47.230012 86.71497) (xy 47.265019 86.780463) (xy 47.312131 86.837869) (xy 47.369537 86.884981) + (xy 47.43503 86.919988) (xy 47.506095 86.941545) (xy 47.58 86.948824) (xy 47.828001 86.948824) (xy 47.828001 87.125347) + (xy 47.825573 87.15) (xy 47.835265 87.248409) (xy 47.86397 87.343036) (xy 47.910584 87.430245) (xy 47.957601 87.487535) + (xy 47.957604 87.487538) (xy 47.973317 87.506684) (xy 47.992462 87.522396) (xy 48.307607 87.837543) (xy 48.323316 87.856684) + (xy 48.342456 87.872392) (xy 48.342464 87.8724) (xy 48.399754 87.919417) (xy 48.446368 87.944332) (xy 48.486964 87.966031) + (xy 48.581591 87.994736) (xy 48.655347 88.002) (xy 48.655357 88.002) (xy 48.68 88.004427) (xy 48.704643 88.002) + (xy 50.272066 88.002) (xy 50.528 88.257935) (xy 50.528 88.391176) (xy 50.28 88.391176) (xy 50.206095 88.398455) + (xy 50.13503 88.420012) (xy 50.069537 88.455019) (xy 50.012131 88.502131) (xy 49.965019 88.559537) (xy 49.930012 88.62503) + (xy 49.908455 88.696095) (xy 49.901176 88.77) (xy 49.901176 89.77) (xy 49.908455 89.843905) (xy 49.930012 89.91497) + (xy 49.965019 89.980463) (xy 50.012131 90.037869) (xy 50.069537 90.084981) (xy 50.13503 90.119988) (xy 50.206095 90.141545) + (xy 50.28 90.148824) (xy 51.78 90.148824) (xy 51.853905 90.141545) (xy 51.92497 90.119988) (xy 51.990463 90.084981) + (xy 52.047869 90.037869) (xy 52.094981 89.980463) (xy 52.129988 89.91497) (xy 52.151545 89.843905) (xy 52.158824 89.77) + (xy 52.158824 88.77) (xy 52.151545 88.696095) (xy 52.129988 88.62503) (xy 52.094981 88.559537) (xy 52.047869 88.502131) + (xy 51.990463 88.455019) (xy 51.92497 88.420012) (xy 51.853905 88.398455) (xy 51.78 88.391176) (xy 51.532 88.391176) + (xy 51.532 88.074642) (xy 51.534427 88.049999) (xy 51.532 88.025356) (xy 51.532 88.025347) (xy 51.524736 87.951591) + (xy 51.496031 87.856964) (xy 51.449417 87.769755) (xy 51.386684 87.693316) (xy 51.367538 87.677603) (xy 50.852401 87.162467) + (xy 50.836684 87.143316) (xy 50.819795 87.129455) (xy 50.903 87.04625) (xy 50.903 86.197) (xy 51.157 86.197) + (xy 51.157 87.04625) (xy 51.31575 87.205) (xy 51.78 87.208072) (xy 51.904482 87.195812) (xy 52.02418 87.159502) + (xy 52.134494 87.100537) (xy 52.231185 87.021185) (xy 52.310537 86.924494) (xy 52.369502 86.81418) (xy 52.405812 86.694482) + (xy 52.418072 86.57) (xy 52.415 86.35575) (xy 52.25625 86.197) (xy 51.157 86.197) (xy 50.903 86.197) + (xy 49.80375 86.197) (xy 49.645 86.35575) (xy 49.641928 86.57) (xy 49.654188 86.694482) (xy 49.690498 86.81418) + (xy 49.749463 86.924494) (xy 49.809788 86.998) (xy 48.887935 86.998) (xy 48.838759 86.948824) (xy 49.08 86.948824) + (xy 49.153905 86.941545) (xy 49.22497 86.919988) (xy 49.290463 86.884981) (xy 49.347869 86.837869) (xy 49.394981 86.780463) + (xy 49.429988 86.71497) (xy 49.451545 86.643905) (xy 49.458824 86.57) (xy 49.458824 85.746999) (xy 49.644466 85.746999) + (xy 49.645 85.78425) (xy 49.80375 85.943) (xy 50.903 85.943) (xy 50.903 85.923) (xy 51.157 85.923) + (xy 51.157 85.943) (xy 52.25625 85.943) (xy 52.415 85.78425) (xy 52.415534 85.746999) (xy 54.229207 85.746999) + (xy 54.260001 85.750032) (xy 54.290795 85.746999) (xy 54.801176 85.746999) (xy 54.801176 86.57) (xy 54.808455 86.643905) + (xy 54.830012 86.71497) (xy 54.865019 86.780463) (xy 54.912131 86.837869) (xy 54.969537 86.884981) (xy 55.03503 86.919988) + (xy 55.106095 86.941545) (xy 55.18 86.948824) (xy 55.428001 86.948824) (xy 55.428001 87.025347) (xy 55.425573 87.05) + (xy 55.435265 87.148409) (xy 55.46397 87.243036) (xy 55.510584 87.330245) (xy 55.557601 87.387535) (xy 55.557604 87.387538) + (xy 55.573317 87.406684) (xy 55.592463 87.422397) (xy 56.107603 87.937538) (xy 56.123316 87.956684) (xy 56.142462 87.972397) + (xy 56.142464 87.972399) (xy 56.16761 87.993036) (xy 56.199755 88.019417) (xy 56.286964 88.066031) (xy 56.381591 88.094736) + (xy 56.455347 88.102) (xy 56.455356 88.102) (xy 56.479999 88.104427) (xy 56.504642 88.102) (xy 57.972066 88.102) + (xy 58.128 88.257935) (xy 58.128 88.391176) (xy 57.88 88.391176) (xy 57.806095 88.398455) (xy 57.73503 88.420012) + (xy 57.669537 88.455019) (xy 57.612131 88.502131) (xy 57.565019 88.559537) (xy 57.530012 88.62503) (xy 57.508455 88.696095) + (xy 57.501176 88.77) (xy 57.501176 89.77) (xy 57.508455 89.843905) (xy 57.530012 89.91497) (xy 57.565019 89.980463) + (xy 57.612131 90.037869) (xy 57.669537 90.084981) (xy 57.73503 90.119988) (xy 57.806095 90.141545) (xy 57.88 90.148824) + (xy 59.38 90.148824) (xy 59.453905 90.141545) (xy 59.52497 90.119988) (xy 59.590463 90.084981) (xy 59.647869 90.037869) + (xy 59.694981 89.980463) (xy 59.729988 89.91497) (xy 59.751545 89.843905) (xy 59.758824 89.77) (xy 59.758824 88.77) + (xy 59.751545 88.696095) (xy 59.729988 88.62503) (xy 59.694981 88.559537) (xy 59.647869 88.502131) (xy 59.590463 88.455019) + (xy 59.52497 88.420012) (xy 59.453905 88.398455) (xy 59.38 88.391176) (xy 59.132 88.391176) (xy 59.132 88.074642) + (xy 59.134427 88.049999) (xy 59.132 88.025356) (xy 59.132 88.025347) (xy 59.124736 87.951591) (xy 59.096031 87.856964) + (xy 59.049417 87.769755) (xy 58.986684 87.693316) (xy 58.967538 87.677603) (xy 58.552401 87.262467) (xy 58.536684 87.243316) + (xy 58.460245 87.180583) (xy 58.400566 87.148684) (xy 58.503 87.04625) (xy 58.503 86.197) (xy 58.757 86.197) + (xy 58.757 87.04625) (xy 58.91575 87.205) (xy 59.38 87.208072) (xy 59.504482 87.195812) (xy 59.62418 87.159502) + (xy 59.734494 87.100537) (xy 59.831185 87.021185) (xy 59.910537 86.924494) (xy 59.969502 86.81418) (xy 60.005812 86.694482) + (xy 60.018072 86.57) (xy 60.015 86.35575) (xy 59.85625 86.197) (xy 58.757 86.197) (xy 58.503 86.197) + (xy 57.40375 86.197) (xy 57.245 86.35575) (xy 57.241928 86.57) (xy 57.254188 86.694482) (xy 57.290498 86.81418) + (xy 57.349463 86.924494) (xy 57.428815 87.021185) (xy 57.522415 87.098) (xy 56.687935 87.098) (xy 56.538758 86.948824) + (xy 56.68 86.948824) (xy 56.753905 86.941545) (xy 56.82497 86.919988) (xy 56.890463 86.884981) (xy 56.947869 86.837869) + (xy 56.994981 86.780463) (xy 57.029988 86.71497) (xy 57.051545 86.643905) (xy 57.058824 86.57) (xy 57.058824 85.746999) + (xy 57.244466 85.746999) (xy 57.245 85.78425) (xy 57.40375 85.943) (xy 58.503 85.943) (xy 58.503 85.923) + (xy 58.757 85.923) (xy 58.757 85.943) (xy 59.85625 85.943) (xy 60.015 85.78425) (xy 60.015534 85.746999) + (xy 61.929206 85.746999) (xy 61.96 85.750032) (xy 61.990794 85.746999) (xy 62.401176 85.746999) (xy 62.401176 86.57) + (xy 62.408455 86.643905) (xy 62.430012 86.71497) (xy 62.465019 86.780463) (xy 62.512131 86.837869) (xy 62.569537 86.884981) + (xy 62.63503 86.919988) (xy 62.706095 86.941545) (xy 62.78 86.948824) (xy 63.028001 86.948824) (xy 63.028001 87.125347) + (xy 63.025573 87.15) (xy 63.035265 87.248409) (xy 63.06397 87.343036) (xy 63.110584 87.430245) (xy 63.157601 87.487535) + (xy 63.157604 87.487538) (xy 63.173317 87.506684) (xy 63.192463 87.522397) (xy 63.607603 87.937538) (xy 63.623316 87.956684) + (xy 63.642462 87.972397) (xy 63.642464 87.972399) (xy 63.66761 87.993036) (xy 63.699755 88.019417) (xy 63.786964 88.066031) + (xy 63.881591 88.094736) (xy 63.955347 88.102) (xy 63.955356 88.102) (xy 63.979999 88.104427) (xy 64.004642 88.102) + (xy 65.472066 88.102) (xy 65.728 88.357935) (xy 65.728 88.361176) (xy 65.48 88.361176) (xy 65.406095 88.368455) + (xy 65.33503 88.390012) (xy 65.269537 88.425019) (xy 65.212131 88.472131) (xy 65.165019 88.529537) (xy 65.130012 88.59503) + (xy 65.108455 88.666095) (xy 65.101176 88.74) (xy 65.101176 89.74) (xy 65.108455 89.813905) (xy 65.130012 89.88497) + (xy 65.165019 89.950463) (xy 65.212131 90.007869) (xy 65.269537 90.054981) (xy 65.33503 90.089988) (xy 65.406095 90.111545) + (xy 65.48 90.118824) (xy 66.98 90.118824) (xy 67.053905 90.111545) (xy 67.12497 90.089988) (xy 67.190463 90.054981) + (xy 67.247869 90.007869) (xy 67.294981 89.950463) (xy 67.329988 89.88497) (xy 67.351545 89.813905) (xy 67.358824 89.74) + (xy 67.358824 88.74) (xy 67.351545 88.666095) (xy 67.329988 88.59503) (xy 67.294981 88.529537) (xy 67.247869 88.472131) + (xy 67.190463 88.425019) (xy 67.12497 88.390012) (xy 67.053905 88.368455) (xy 66.98 88.361176) (xy 66.732 88.361176) + (xy 66.732 88.174642) (xy 66.734427 88.149999) (xy 66.732 88.125356) (xy 66.732 88.125347) (xy 66.724736 88.051591) + (xy 66.696031 87.956964) (xy 66.649417 87.869755) (xy 66.586684 87.793316) (xy 66.567538 87.777603) (xy 66.052401 87.262467) + (xy 66.036684 87.243316) (xy 65.960245 87.180583) (xy 65.946183 87.173067) (xy 66.103 87.01625) (xy 66.103 86.167) + (xy 66.357 86.167) (xy 66.357 87.01625) (xy 66.51575 87.175) (xy 66.98 87.178072) (xy 67.104482 87.165812) + (xy 67.22418 87.129502) (xy 67.334494 87.070537) (xy 67.431185 86.991185) (xy 67.510537 86.894494) (xy 67.569502 86.78418) + (xy 67.605812 86.664482) (xy 67.618072 86.54) (xy 67.615 86.32575) (xy 67.45625 86.167) (xy 66.357 86.167) + (xy 66.103 86.167) (xy 65.00375 86.167) (xy 64.845 86.32575) (xy 64.841928 86.54) (xy 64.854188 86.664482) + (xy 64.890498 86.78418) (xy 64.949463 86.894494) (xy 65.028815 86.991185) (xy 65.125506 87.070537) (xy 65.176885 87.098) + (xy 64.187935 87.098) (xy 64.038758 86.948824) (xy 64.28 86.948824) (xy 64.353905 86.941545) (xy 64.42497 86.919988) + (xy 64.490463 86.884981) (xy 64.547869 86.837869) (xy 64.594981 86.780463) (xy 64.629988 86.71497) (xy 64.651545 86.643905) + (xy 64.658824 86.57) (xy 64.658824 85.746999) (xy 64.844896 85.746999) (xy 64.845 85.75425) (xy 65.00375 85.913) + (xy 66.103 85.913) (xy 66.103 85.893) (xy 66.357 85.893) (xy 66.357 85.913) (xy 67.45625 85.913) + (xy 67.615 85.75425) (xy 67.615534 85.716999) (xy 69.359207 85.716999) (xy 69.390001 85.720032) (xy 69.420795 85.716999) + (xy 70.001176 85.716999) (xy 70.001176 86.54) (xy 70.008455 86.613905) (xy 70.030012 86.68497) (xy 70.065019 86.750463) + (xy 70.112131 86.807869) (xy 70.169537 86.854981) (xy 70.23503 86.889988) (xy 70.306095 86.911545) (xy 70.38 86.918824) + (xy 70.628001 86.918824) (xy 70.628001 87.125347) (xy 70.625573 87.15) (xy 70.635265 87.248409) (xy 70.66397 87.343036) + (xy 70.710584 87.430245) (xy 70.757601 87.487535) (xy 70.757604 87.487538) (xy 70.773317 87.506684) (xy 70.792462 87.522396) + (xy 71.107607 87.837543) (xy 71.123316 87.856684) (xy 71.142456 87.872392) (xy 71.142464 87.8724) (xy 71.199754 87.919417) + (xy 71.246368 87.944332) (xy 71.286964 87.966031) (xy 71.381591 87.994736) (xy 71.455347 88.002) (xy 71.455357 88.002) + (xy 71.48 88.004427) (xy 71.504643 88.002) (xy 72.872066 88.002) (xy 73.291241 88.421176) (xy 73.08 88.421176) + (xy 73.006095 88.428455) (xy 72.93503 88.450012) (xy 72.869537 88.485019) (xy 72.812131 88.532131) (xy 72.765019 88.589537) + (xy 72.730012 88.65503) (xy 72.708455 88.726095) (xy 72.701176 88.8) (xy 72.701176 89.8) (xy 72.708455 89.873905) + (xy 72.730012 89.94497) (xy 72.765019 90.010463) (xy 72.812131 90.067869) (xy 72.869537 90.114981) (xy 72.93503 90.149988) + (xy 73.006095 90.171545) (xy 73.08 90.178824) (xy 74.58 90.178824) (xy 74.653905 90.171545) (xy 74.72497 90.149988) + (xy 74.790463 90.114981) (xy 74.847869 90.067869) (xy 74.894981 90.010463) (xy 74.929988 89.94497) (xy 74.951545 89.873905) + (xy 74.958824 89.8) (xy 74.958824 88.8) (xy 74.951545 88.726095) (xy 74.929988 88.65503) (xy 74.894981 88.589537) + (xy 74.847869 88.532131) (xy 74.790463 88.485019) (xy 74.72497 88.450012) (xy 74.653905 88.428455) (xy 74.58 88.421176) + (xy 74.332 88.421176) (xy 74.332 88.274642) (xy 74.334427 88.249999) (xy 74.332 88.225356) (xy 74.332 88.225347) + (xy 74.324736 88.151591) (xy 74.296031 88.056964) (xy 74.249417 87.969755) (xy 74.186684 87.893316) (xy 74.167538 87.877603) + (xy 73.525061 87.235127) (xy 73.54425 87.235) (xy 73.703 87.07625) (xy 73.703 86.227) (xy 73.957 86.227) + (xy 73.957 87.07625) (xy 74.11575 87.235) (xy 74.58 87.238072) (xy 74.704482 87.225812) (xy 74.82418 87.189502) + (xy 74.934494 87.130537) (xy 75.031185 87.051185) (xy 75.110537 86.954494) (xy 75.169502 86.84418) (xy 75.205812 86.724482) + (xy 75.218072 86.6) (xy 75.215 86.38575) (xy 75.05625 86.227) (xy 73.957 86.227) (xy 73.703 86.227) + (xy 72.60375 86.227) (xy 72.445 86.38575) (xy 72.441928 86.6) (xy 72.454188 86.724482) (xy 72.490498 86.84418) + (xy 72.549463 86.954494) (xy 72.585167 86.998) (xy 71.687935 86.998) (xy 71.632 86.942065) (xy 71.632 86.918824) + (xy 71.88 86.918824) (xy 71.953905 86.911545) (xy 72.02497 86.889988) (xy 72.090463 86.854981) (xy 72.147869 86.807869) + (xy 72.194981 86.750463) (xy 72.229988 86.68497) (xy 72.251545 86.613905) (xy 72.258824 86.54) (xy 72.258824 85.716999) + (xy 72.443606 85.716999) (xy 72.445 85.81425) (xy 72.60375 85.973) (xy 73.703 85.973) (xy 73.703 85.953) + (xy 73.957 85.953) (xy 73.957 85.973) (xy 75.05625 85.973) (xy 75.215 85.81425) (xy 75.216394 85.716999) + (xy 76.759207 85.716999) (xy 76.790001 85.720032) (xy 76.820795 85.716999) (xy 77.601176 85.716999) (xy 77.601176 86.6) + (xy 77.608455 86.673905) (xy 77.630012 86.74497) (xy 77.665019 86.810463) (xy 77.712131 86.867869) (xy 77.769537 86.914981) + (xy 77.83503 86.949988) (xy 77.906095 86.971545) (xy 77.98 86.978824) (xy 78.228001 86.978824) (xy 78.228001 87.125347) + (xy 78.225573 87.15) (xy 78.235265 87.248409) (xy 78.26397 87.343036) (xy 78.310584 87.430245) (xy 78.357601 87.487535) + (xy 78.357604 87.487538) (xy 78.373317 87.506684) (xy 78.392463 87.522397) (xy 78.907603 88.037538) (xy 78.923316 88.056684) + (xy 78.942462 88.072397) (xy 78.942464 88.072399) (xy 78.96968 88.094735) (xy 78.999755 88.119417) (xy 79.086964 88.166031) + (xy 79.181591 88.194736) (xy 79.255347 88.202) (xy 79.255356 88.202) (xy 79.279999 88.204427) (xy 79.304642 88.202) + (xy 80.672066 88.202) (xy 80.891241 88.421176) (xy 80.68 88.421176) (xy 80.606095 88.428455) (xy 80.53503 88.450012) + (xy 80.469537 88.485019) (xy 80.412131 88.532131) (xy 80.365019 88.589537) (xy 80.330012 88.65503) (xy 80.308455 88.726095) + (xy 80.301176 88.8) (xy 80.301176 89.8) (xy 80.308455 89.873905) (xy 80.330012 89.94497) (xy 80.365019 90.010463) + (xy 80.412131 90.067869) (xy 80.469537 90.114981) (xy 80.53503 90.149988) (xy 80.606095 90.171545) (xy 80.68 90.178824) + (xy 82.18 90.178824) (xy 82.253905 90.171545) (xy 82.32497 90.149988) (xy 82.390463 90.114981) (xy 82.447869 90.067869) + (xy 82.494981 90.010463) (xy 82.529988 89.94497) (xy 82.551545 89.873905) (xy 82.558824 89.8) (xy 82.558824 88.8) + (xy 82.551545 88.726095) (xy 82.529988 88.65503) (xy 82.494981 88.589537) (xy 82.447869 88.532131) (xy 82.390463 88.485019) + (xy 82.32497 88.450012) (xy 82.253905 88.428455) (xy 82.18 88.421176) (xy 81.932 88.421176) (xy 81.932 88.274642) + (xy 81.934427 88.249999) (xy 81.932 88.225356) (xy 81.932 88.225347) (xy 81.924736 88.151591) (xy 81.896031 88.056964) + (xy 81.849417 87.969755) (xy 81.786684 87.893316) (xy 81.767538 87.877603) (xy 81.252401 87.362467) (xy 81.236684 87.343316) + (xy 81.160245 87.280583) (xy 81.075812 87.235453) (xy 81.14425 87.235) (xy 81.303 87.07625) (xy 81.303 86.227) + (xy 81.557 86.227) (xy 81.557 87.07625) (xy 81.71575 87.235) (xy 82.18 87.238072) (xy 82.304482 87.225812) + (xy 82.42418 87.189502) (xy 82.534494 87.130537) (xy 82.631185 87.051185) (xy 82.710537 86.954494) (xy 82.769502 86.84418) + (xy 82.805812 86.724482) (xy 82.818072 86.6) (xy 82.815 86.38575) (xy 82.65625 86.227) (xy 81.557 86.227) + (xy 81.303 86.227) (xy 80.20375 86.227) (xy 80.045 86.38575) (xy 80.041928 86.6) (xy 80.054188 86.724482) + (xy 80.090498 86.84418) (xy 80.149463 86.954494) (xy 80.228815 87.051185) (xy 80.325506 87.130537) (xy 80.43582 87.189502) + (xy 80.463834 87.198) (xy 79.487935 87.198) (xy 79.268758 86.978824) (xy 79.48 86.978824) (xy 79.553905 86.971545) + (xy 79.62497 86.949988) (xy 79.690463 86.914981) (xy 79.747869 86.867869) (xy 79.794981 86.810463) (xy 79.829988 86.74497) + (xy 79.851545 86.673905) (xy 79.858824 86.6) (xy 79.858824 85.716999) (xy 80.043606 85.716999) (xy 80.045 85.81425) + (xy 80.20375 85.973) (xy 81.303 85.973) (xy 81.303 85.953) (xy 81.557 85.953) (xy 81.557 85.973) + (xy 82.65625 85.973) (xy 82.815 85.81425) (xy 82.816394 85.716999) (xy 84.439205 85.716999) (xy 84.469999 85.720032) + (xy 84.500793 85.716999) (xy 85.201176 85.716999) (xy 85.201176 86.6) (xy 85.208455 86.673905) (xy 85.230012 86.74497) + (xy 85.265019 86.810463) (xy 85.312131 86.867869) (xy 85.369537 86.914981) (xy 85.43503 86.949988) (xy 85.506095 86.971545) + (xy 85.58 86.978824) (xy 85.828001 86.978824) (xy 85.828001 87.025347) (xy 85.825573 87.05) (xy 85.835265 87.148409) + (xy 85.86397 87.243036) (xy 85.910584 87.330245) (xy 85.957601 87.387535) (xy 85.957604 87.387538) (xy 85.973317 87.406684) + (xy 85.992463 87.422397) (xy 86.507603 87.937538) (xy 86.523316 87.956684) (xy 86.542462 87.972397) (xy 86.542464 87.972399) + (xy 86.56761 87.993036) (xy 86.599755 88.019417) (xy 86.686964 88.066031) (xy 86.781591 88.094736) (xy 86.855347 88.102) + (xy 86.855356 88.102) (xy 86.879999 88.104427) (xy 86.904642 88.102) (xy 88.172066 88.102) (xy 88.491241 88.421176) + (xy 88.28 88.421176) (xy 88.206095 88.428455) (xy 88.13503 88.450012) (xy 88.069537 88.485019) (xy 88.012131 88.532131) + (xy 87.965019 88.589537) (xy 87.930012 88.65503) (xy 87.908455 88.726095) (xy 87.901176 88.8) (xy 87.901176 89.8) + (xy 87.908455 89.873905) (xy 87.930012 89.94497) (xy 87.965019 90.010463) (xy 88.012131 90.067869) (xy 88.069537 90.114981) + (xy 88.13503 90.149988) (xy 88.206095 90.171545) (xy 88.28 90.178824) (xy 89.78 90.178824) (xy 89.853905 90.171545) + (xy 89.92497 90.149988) (xy 89.990463 90.114981) (xy 90.047869 90.067869) (xy 90.094981 90.010463) (xy 90.129988 89.94497) + (xy 90.151545 89.873905) (xy 90.158824 89.8) (xy 90.158824 88.8) (xy 90.151545 88.726095) (xy 90.129988 88.65503) + (xy 90.094981 88.589537) (xy 90.047869 88.532131) (xy 89.990463 88.485019) (xy 89.92497 88.450012) (xy 89.853905 88.428455) + (xy 89.78 88.421176) (xy 89.532 88.421176) (xy 89.532 88.274643) (xy 89.534427 88.25) (xy 89.532 88.225357) + (xy 89.532 88.225347) (xy 89.524736 88.151591) (xy 89.496031 88.056964) (xy 89.449417 87.969755) (xy 89.434509 87.95159) + (xy 89.4024 87.912464) (xy 89.402392 87.912456) (xy 89.386684 87.893316) (xy 89.367543 87.877607) (xy 88.752401 87.262467) + (xy 88.736684 87.243316) (xy 88.726693 87.235116) (xy 88.74425 87.235) (xy 88.903 87.07625) (xy 88.903 86.227) + (xy 89.157 86.227) (xy 89.157 87.07625) (xy 89.31575 87.235) (xy 89.78 87.238072) (xy 89.904482 87.225812) + (xy 90.02418 87.189502) (xy 90.134494 87.130537) (xy 90.231185 87.051185) (xy 90.310537 86.954494) (xy 90.369502 86.84418) + (xy 90.405812 86.724482) (xy 90.418072 86.6) (xy 90.415 86.38575) (xy 90.25625 86.227) (xy 89.157 86.227) + (xy 88.903 86.227) (xy 87.80375 86.227) (xy 87.645 86.38575) (xy 87.641928 86.6) (xy 87.654188 86.724482) + (xy 87.690498 86.84418) (xy 87.749463 86.954494) (xy 87.828815 87.051185) (xy 87.885859 87.098) (xy 87.087935 87.098) + (xy 86.968759 86.978824) (xy 87.08 86.978824) (xy 87.153905 86.971545) (xy 87.22497 86.949988) (xy 87.290463 86.914981) + (xy 87.347869 86.867869) (xy 87.394981 86.810463) (xy 87.429988 86.74497) (xy 87.451545 86.673905) (xy 87.458824 86.6) + (xy 87.458824 85.716999) (xy 87.643606 85.716999) (xy 87.645 85.81425) (xy 87.80375 85.973) (xy 88.903 85.973) + (xy 88.903 85.953) (xy 89.157 85.953) (xy 89.157 85.973) (xy 90.25625 85.973) (xy 90.415 85.81425) + (xy 90.416394 85.716999) (xy 92.259206 85.716999) (xy 92.29 85.720032) (xy 92.320794 85.716999) (xy 92.801176 85.716999) + (xy 92.801176 86.6) (xy 92.808455 86.673905) (xy 92.830012 86.74497) (xy 92.865019 86.810463) (xy 92.912131 86.867869) + (xy 92.969537 86.914981) (xy 93.03503 86.949988) (xy 93.106095 86.971545) (xy 93.18 86.978824) (xy 93.428001 86.978824) + (xy 93.428001 87.125347) (xy 93.425573 87.15) (xy 93.435265 87.248409) (xy 93.46397 87.343036) (xy 93.510584 87.430245) + (xy 93.557601 87.487535) (xy 93.557604 87.487538) (xy 93.573317 87.506684) (xy 93.592462 87.522397) (xy 94.207607 88.137543) + (xy 94.223316 88.156684) (xy 94.242456 88.172392) (xy 94.242464 88.1724) (xy 94.28149 88.204427) (xy 94.299755 88.219417) + (xy 94.386964 88.266031) (xy 94.481591 88.294736) (xy 94.555347 88.302) (xy 94.555357 88.302) (xy 94.58 88.304427) + (xy 94.604643 88.302) (xy 95.972066 88.302) (xy 96.091241 88.421176) (xy 95.88 88.421176) (xy 95.806095 88.428455) + (xy 95.73503 88.450012) (xy 95.669537 88.485019) (xy 95.612131 88.532131) (xy 95.565019 88.589537) (xy 95.530012 88.65503) + (xy 95.508455 88.726095) (xy 95.501176 88.8) (xy 95.501176 89.8) (xy 95.508455 89.873905) (xy 95.530012 89.94497) + (xy 95.565019 90.010463) (xy 95.612131 90.067869) (xy 95.669537 90.114981) (xy 95.73503 90.149988) (xy 95.806095 90.171545) + (xy 95.88 90.178824) (xy 97.38 90.178824) (xy 97.453905 90.171545) (xy 97.52497 90.149988) (xy 97.590463 90.114981) + (xy 97.647869 90.067869) (xy 97.694981 90.010463) (xy 97.729988 89.94497) (xy 97.751545 89.873905) (xy 97.758824 89.8) + (xy 97.758824 88.8) (xy 97.751545 88.726095) (xy 97.729988 88.65503) (xy 97.694981 88.589537) (xy 97.647869 88.532131) + (xy 97.590463 88.485019) (xy 97.52497 88.450012) (xy 97.453905 88.428455) (xy 97.38 88.421176) (xy 97.132 88.421176) + (xy 97.132 88.274642) (xy 97.134427 88.249999) (xy 97.132 88.225356) (xy 97.132 88.225347) (xy 97.124736 88.151591) + (xy 97.096031 88.056964) (xy 97.049417 87.969755) (xy 96.986684 87.893316) (xy 96.967538 87.877603) (xy 96.552401 87.462467) + (xy 96.536684 87.443316) (xy 96.460245 87.380583) (xy 96.373036 87.333969) (xy 96.278409 87.305264) (xy 96.204653 87.298) + (xy 96.204643 87.298) (xy 96.18 87.295573) (xy 96.155357 87.298) (xy 94.787936 87.298) (xy 94.468759 86.978824) + (xy 94.68 86.978824) (xy 94.753905 86.971545) (xy 94.82497 86.949988) (xy 94.890463 86.914981) (xy 94.947869 86.867869) + (xy 94.994981 86.810463) (xy 95.029988 86.74497) (xy 95.051545 86.673905) (xy 95.058824 86.6) (xy 95.241928 86.6) + (xy 95.254188 86.724482) (xy 95.290498 86.84418) (xy 95.349463 86.954494) (xy 95.428815 87.051185) (xy 95.525506 87.130537) + (xy 95.63582 87.189502) (xy 95.755518 87.225812) (xy 95.88 87.238072) (xy 96.34425 87.235) (xy 96.503 87.07625) + (xy 96.503 86.227) (xy 96.757 86.227) (xy 96.757 87.07625) (xy 96.91575 87.235) (xy 97.38 87.238072) + (xy 97.504482 87.225812) (xy 97.62418 87.189502) (xy 97.734494 87.130537) (xy 97.831185 87.051185) (xy 97.910537 86.954494) + (xy 97.969502 86.84418) (xy 98.005812 86.724482) (xy 98.018072 86.6) (xy 98.015 86.38575) (xy 97.85625 86.227) + (xy 96.757 86.227) (xy 96.503 86.227) (xy 95.40375 86.227) (xy 95.245 86.38575) (xy 95.241928 86.6) + (xy 95.058824 86.6) (xy 95.058824 85.716999) (xy 95.243606 85.716999) (xy 95.245 85.81425) (xy 95.40375 85.973) + (xy 96.503 85.973) (xy 96.503 85.953) (xy 96.757 85.953) (xy 96.757 85.973) (xy 97.85625 85.973) + (xy 98.015 85.81425) (xy 98.016394 85.716999) (xy 99.759207 85.716999) (xy 99.790001 85.720032) (xy 99.820795 85.716999) + (xy 100.401176 85.716999) (xy 100.401176 86.6) (xy 100.408455 86.673905) (xy 100.430012 86.74497) (xy 100.465019 86.810463) + (xy 100.512131 86.867869) (xy 100.569537 86.914981) (xy 100.63503 86.949988) (xy 100.706095 86.971545) (xy 100.78 86.978824) + (xy 101.028001 86.978824) (xy 101.028001 87.025347) (xy 101.025573 87.05) (xy 101.035265 87.148409) (xy 101.06397 87.243036) + (xy 101.110584 87.330245) (xy 101.157601 87.387535) (xy 101.157604 87.387538) (xy 101.173317 87.406684) (xy 101.192463 87.422397) + (xy 101.707603 87.937538) (xy 101.723316 87.956684) (xy 101.742462 87.972397) (xy 101.742464 87.972399) (xy 101.76761 87.993036) + (xy 101.799755 88.019417) (xy 101.886964 88.066031) (xy 101.981591 88.094736) (xy 102.055347 88.102) (xy 102.055356 88.102) + (xy 102.079999 88.104427) (xy 102.104642 88.102) (xy 103.472066 88.102) (xy 103.728 88.357935) (xy 103.728 88.421176) + (xy 103.48 88.421176) (xy 103.406095 88.428455) (xy 103.33503 88.450012) (xy 103.269537 88.485019) (xy 103.212131 88.532131) + (xy 103.165019 88.589537) (xy 103.130012 88.65503) (xy 103.108455 88.726095) (xy 103.101176 88.8) (xy 103.101176 89.8) + (xy 103.108455 89.873905) (xy 103.130012 89.94497) (xy 103.165019 90.010463) (xy 103.212131 90.067869) (xy 103.269537 90.114981) + (xy 103.33503 90.149988) (xy 103.406095 90.171545) (xy 103.48 90.178824) (xy 104.98 90.178824) (xy 105.053905 90.171545) + (xy 105.12497 90.149988) (xy 105.190463 90.114981) (xy 105.247869 90.067869) (xy 105.294981 90.010463) (xy 105.329988 89.94497) + (xy 105.351545 89.873905) (xy 105.358824 89.8) (xy 105.358824 88.8) (xy 105.351545 88.726095) (xy 105.329988 88.65503) + (xy 105.294981 88.589537) (xy 105.247869 88.532131) (xy 105.190463 88.485019) (xy 105.12497 88.450012) (xy 105.053905 88.428455) + (xy 104.98 88.421176) (xy 104.732 88.421176) (xy 104.732 88.174642) (xy 104.734427 88.149999) (xy 104.732 88.125356) + (xy 104.732 88.125347) (xy 104.724736 88.051591) (xy 104.696031 87.956964) (xy 104.649417 87.869755) (xy 104.586684 87.793316) + (xy 104.567538 87.777603) (xy 104.052401 87.262467) (xy 104.036684 87.243316) (xy 103.981348 87.197902) (xy 104.103 87.07625) + (xy 104.103 86.227) (xy 104.357 86.227) (xy 104.357 87.07625) (xy 104.51575 87.235) (xy 104.98 87.238072) + (xy 105.104482 87.225812) (xy 105.22418 87.189502) (xy 105.334494 87.130537) (xy 105.431185 87.051185) (xy 105.510537 86.954494) + (xy 105.569502 86.84418) (xy 105.605812 86.724482) (xy 105.618072 86.6) (xy 105.615 86.38575) (xy 105.45625 86.227) + (xy 104.357 86.227) (xy 104.103 86.227) (xy 103.00375 86.227) (xy 102.845 86.38575) (xy 102.841928 86.6) + (xy 102.854188 86.724482) (xy 102.890498 86.84418) (xy 102.949463 86.954494) (xy 103.028815 87.051185) (xy 103.085859 87.098) + (xy 102.287935 87.098) (xy 102.168759 86.978824) (xy 102.28 86.978824) (xy 102.353905 86.971545) (xy 102.42497 86.949988) + (xy 102.490463 86.914981) (xy 102.547869 86.867869) (xy 102.594981 86.810463) (xy 102.629988 86.74497) (xy 102.651545 86.673905) + (xy 102.658824 86.6) (xy 102.658824 85.716999) (xy 102.843606 85.716999) (xy 102.845 85.81425) (xy 103.00375 85.973) + (xy 104.103 85.973) (xy 104.103 85.953) (xy 104.357 85.953) (xy 104.357 85.973) (xy 105.45625 85.973) + (xy 105.615 85.81425) (xy 105.616394 85.716999) (xy 107.359206 85.716999) (xy 107.39 85.720032) (xy 107.420794 85.716999) + (xy 108.001176 85.716999) (xy 108.001176 86.6) (xy 108.008455 86.673905) (xy 108.030012 86.74497) (xy 108.065019 86.810463) + (xy 108.112131 86.867869) (xy 108.169537 86.914981) (xy 108.23503 86.949988) (xy 108.306095 86.971545) (xy 108.38 86.978824) + (xy 108.628001 86.978824) (xy 108.628001 87.125347) (xy 108.625573 87.15) (xy 108.635265 87.248409) (xy 108.66397 87.343036) + (xy 108.710584 87.430245) (xy 108.757601 87.487535) (xy 108.757604 87.487538) (xy 108.773317 87.506684) (xy 108.792463 87.522397) + (xy 109.307603 88.037538) (xy 109.323316 88.056684) (xy 109.342462 88.072397) (xy 109.342464 88.072399) (xy 109.36968 88.094735) + (xy 109.399755 88.119417) (xy 109.486964 88.166031) (xy 109.581591 88.194736) (xy 109.655347 88.202) (xy 109.655356 88.202) + (xy 109.679999 88.204427) (xy 109.704642 88.202) (xy 111.072066 88.202) (xy 111.291241 88.421176) (xy 111.08 88.421176) + (xy 111.006095 88.428455) (xy 110.93503 88.450012) (xy 110.869537 88.485019) (xy 110.812131 88.532131) (xy 110.765019 88.589537) + (xy 110.730012 88.65503) (xy 110.708455 88.726095) (xy 110.701176 88.8) (xy 110.701176 89.8) (xy 110.708455 89.873905) + (xy 110.730012 89.94497) (xy 110.765019 90.010463) (xy 110.812131 90.067869) (xy 110.869537 90.114981) (xy 110.93503 90.149988) + (xy 111.006095 90.171545) (xy 111.08 90.178824) (xy 112.58 90.178824) (xy 112.653905 90.171545) (xy 112.72497 90.149988) + (xy 112.790463 90.114981) (xy 112.847869 90.067869) (xy 112.894981 90.010463) (xy 112.929988 89.94497) (xy 112.951545 89.873905) + (xy 112.958824 89.8) (xy 112.958824 88.8) (xy 112.951545 88.726095) (xy 112.929988 88.65503) (xy 112.894981 88.589537) + (xy 112.847869 88.532131) (xy 112.790463 88.485019) (xy 112.72497 88.450012) (xy 112.653905 88.428455) (xy 112.58 88.421176) + (xy 112.332 88.421176) (xy 112.332 88.274642) (xy 112.334427 88.249999) (xy 112.332 88.225356) (xy 112.332 88.225347) + (xy 112.324736 88.151591) (xy 112.296031 88.056964) (xy 112.249417 87.969755) (xy 112.186684 87.893316) (xy 112.167538 87.877603) + (xy 111.652401 87.362467) (xy 111.636684 87.343316) (xy 111.560245 87.280583) (xy 111.475812 87.235453) (xy 111.54425 87.235) + (xy 111.703 87.07625) (xy 111.703 86.227) (xy 111.957 86.227) (xy 111.957 87.07625) (xy 112.11575 87.235) + (xy 112.58 87.238072) (xy 112.704482 87.225812) (xy 112.82418 87.189502) (xy 112.934494 87.130537) (xy 113.031185 87.051185) + (xy 113.110537 86.954494) (xy 113.169502 86.84418) (xy 113.205812 86.724482) (xy 113.218072 86.6) (xy 113.215 86.38575) + (xy 113.05625 86.227) (xy 111.957 86.227) (xy 111.703 86.227) (xy 110.60375 86.227) (xy 110.445 86.38575) + (xy 110.441928 86.6) (xy 110.454188 86.724482) (xy 110.490498 86.84418) (xy 110.549463 86.954494) (xy 110.628815 87.051185) + (xy 110.725506 87.130537) (xy 110.83582 87.189502) (xy 110.863834 87.198) (xy 109.887935 87.198) (xy 109.668758 86.978824) + (xy 109.88 86.978824) (xy 109.953905 86.971545) (xy 110.02497 86.949988) (xy 110.090463 86.914981) (xy 110.147869 86.867869) + (xy 110.194981 86.810463) (xy 110.229988 86.74497) (xy 110.251545 86.673905) (xy 110.258824 86.6) (xy 110.258824 85.716999) + (xy 110.443606 85.716999) (xy 110.445 85.81425) (xy 110.60375 85.973) (xy 111.703 85.973) (xy 111.703 85.953) + (xy 111.957 85.953) (xy 111.957 85.973) (xy 113.05625 85.973) (xy 113.215 85.81425) (xy 113.216394 85.716999) + (xy 114.239205 85.716999) (xy 114.269999 85.720032) (xy 114.300793 85.716999) (xy 114.392912 85.707926) (xy 114.511102 85.672074) + (xy 114.620027 85.613852) (xy 114.636905 85.6) (xy 115.601176 85.6) (xy 115.601176 86.6) (xy 115.608455 86.673905) + (xy 115.630012 86.74497) (xy 115.665019 86.810463) (xy 115.712131 86.867869) (xy 115.769537 86.914981) (xy 115.83503 86.949988) + (xy 115.906095 86.971545) (xy 115.98 86.978824) (xy 117.48 86.978824) (xy 117.553905 86.971545) (xy 117.62497 86.949988) + (xy 117.690463 86.914981) (xy 117.7095 86.899358) (xy 117.729016 86.997474) (xy 117.78005 87.12068) (xy 117.85414 87.231563) + (xy 117.948437 87.32586) (xy 118.05932 87.39995) (xy 118.182526 87.450984) (xy 118.313321 87.477) (xy 118.446679 87.477) + (xy 118.577474 87.450984) (xy 118.70068 87.39995) (xy 118.811563 87.32586) (xy 118.90586 87.231563) (xy 118.97995 87.12068) + (xy 119.030289 86.999151) (xy 123.773 86.999151) (xy 123.773 87.240849) (xy 123.820153 87.477903) (xy 123.912647 87.701202) + (xy 124.046927 87.902167) (xy 124.217833 88.073073) (xy 124.418798 88.207353) (xy 124.642097 88.299847) (xy 124.879151 88.347) + (xy 125.120849 88.347) (xy 125.357903 88.299847) (xy 125.581202 88.207353) (xy 125.782167 88.073073) (xy 125.953073 87.902167) + (xy 126.087353 87.701202) (xy 126.179847 87.477903) (xy 126.227 87.240849) (xy 126.227 86.999151) (xy 126.179847 86.762097) + (xy 126.087353 86.538798) (xy 125.953073 86.337833) (xy 125.782167 86.166927) (xy 125.581202 86.032647) (xy 125.357903 85.940153) + (xy 125.120849 85.893) (xy 124.879151 85.893) (xy 124.642097 85.940153) (xy 124.418798 86.032647) (xy 124.217833 86.166927) + (xy 124.046927 86.337833) (xy 123.912647 86.538798) (xy 123.820153 86.762097) (xy 123.773 86.999151) (xy 119.030289 86.999151) + (xy 119.030984 86.997474) (xy 119.057 86.866679) (xy 119.057 86.733321) (xy 119.030984 86.602526) (xy 118.97995 86.47932) + (xy 118.90586 86.368437) (xy 118.846747 86.309324) (xy 118.846031 86.306964) (xy 118.799417 86.219755) (xy 118.764855 86.177642) + (xy 118.752399 86.162464) (xy 118.752397 86.162462) (xy 118.736684 86.143316) (xy 118.717538 86.127603) (xy 118.352401 85.762467) + (xy 118.336684 85.743316) (xy 118.260245 85.680583) (xy 118.173036 85.633969) (xy 118.078409 85.605264) (xy 118.004653 85.598) + (xy 118.004643 85.598) (xy 117.98 85.595573) (xy 117.955357 85.598) (xy 117.858627 85.598) (xy 117.851545 85.526095) + (xy 117.829988 85.45503) (xy 117.794981 85.389537) (xy 117.747869 85.332131) (xy 117.690463 85.285019) (xy 117.62497 85.250012) + (xy 117.553905 85.228455) (xy 117.48 85.221176) (xy 115.98 85.221176) (xy 115.906095 85.228455) (xy 115.83503 85.250012) + (xy 115.769537 85.285019) (xy 115.712131 85.332131) (xy 115.665019 85.389537) (xy 115.630012 85.45503) (xy 115.608455 85.526095) + (xy 115.601176 85.6) (xy 114.636905 85.6) (xy 114.7155 85.5355) (xy 114.735137 85.511572) (xy 115.201579 85.045131) + (xy 115.225501 85.025499) (xy 115.303853 84.930026) (xy 115.362075 84.821101) (xy 115.393653 84.717) (xy 116.059206 84.717) + (xy 116.09 84.720033) (xy 116.120794 84.717) (xy 116.212913 84.707927) (xy 116.331103 84.672075) (xy 116.440028 84.613853) + (xy 116.535501 84.535501) (xy 116.555138 84.511573) (xy 117.151579 83.915133) (xy 117.175501 83.895501) (xy 117.253853 83.800028) + (xy 117.312075 83.691103) (xy 117.347927 83.572913) (xy 117.35623 83.488608) (xy 117.360033 83.45) (xy 117.357 83.419206) + (xy 117.357 83.178824) (xy 117.48 83.178824) (xy 117.553905 83.171545) (xy 117.62497 83.149988) (xy 117.690463 83.114981) + (xy 117.747869 83.067869) (xy 117.794981 83.010463) (xy 117.829988 82.94497) (xy 117.851545 82.873905) (xy 117.858824 82.8) + (xy 117.858824 81.8) (xy 117.851545 81.726095) (xy 117.829988 81.65503) (xy 117.794981 81.589537) (xy 117.747869 81.532131) + (xy 117.690463 81.485019) (xy 117.62497 81.450012) (xy 117.553905 81.428455) (xy 117.48 81.421176) (xy 115.98 81.421176) + (xy 115.906095 81.428455) (xy 115.83503 81.450012) (xy 115.769537 81.485019) (xy 115.712131 81.532131) (xy 115.665019 81.589537) + (xy 115.630012 81.65503) (xy 115.608455 81.726095) (xy 115.601176 81.8) (xy 115.601176 82.8) (xy 115.608455 82.873905) + (xy 115.630012 82.94497) (xy 115.665019 83.010463) (xy 115.712131 83.067869) (xy 115.769537 83.114981) (xy 115.83503 83.149988) + (xy 115.906095 83.171545) (xy 115.98 83.178824) (xy 116.103 83.178824) (xy 116.103 83.190288) (xy 115.830289 83.463) + (xy 115.160323 83.463) (xy 115.118545 83.440669) (xy 115.021218 83.411145) (xy 114.92 83.401176) (xy 114.64 83.401176) + (xy 114.61259 83.403876) (xy 114.553247 83.330887) (xy 114.456921 83.251092) (xy 114.346878 83.191623) (xy 114.227348 83.154765) + (xy 114.10575 83.145) (xy 113.947 83.30375) (xy 113.947 83.963) (xy 113.967 83.963) (xy 113.967 84.217) + (xy 113.947 84.217) (xy 113.947 84.237) (xy 113.693 84.237) (xy 113.693 84.217) (xy 113.06375 84.217) + (xy 112.905 84.37575) (xy 112.901935 84.397077) (xy 112.908123 84.462999) (xy 109.103712 84.462999) (xy 109.551579 84.015133) + (xy 109.575501 83.995501) (xy 109.653853 83.900028) (xy 109.712075 83.791103) (xy 109.714556 83.782923) (xy 112.901935 83.782923) + (xy 112.905 83.80425) (xy 113.06375 83.963) (xy 113.693 83.963) (xy 113.693 83.30375) (xy 113.53425 83.145) + (xy 113.412652 83.154765) (xy 113.293122 83.191623) (xy 113.183079 83.251092) (xy 113.086753 83.330887) (xy 113.007844 83.427941) + (xy 112.949386 83.538524) (xy 112.913625 83.658387) (xy 112.901935 83.782923) (xy 109.714556 83.782923) (xy 109.747927 83.672913) + (xy 109.757 83.580794) (xy 109.757 83.580793) (xy 109.760033 83.550001) (xy 109.757 83.519209) (xy 109.757 83.178824) + (xy 109.88 83.178824) (xy 109.953905 83.171545) (xy 110.02497 83.149988) (xy 110.090463 83.114981) (xy 110.147869 83.067869) + (xy 110.194981 83.010463) (xy 110.229988 82.94497) (xy 110.251545 82.873905) (xy 110.258824 82.8) (xy 110.258824 81.8) + (xy 110.251545 81.726095) (xy 110.229988 81.65503) (xy 110.194981 81.589537) (xy 110.147869 81.532131) (xy 110.090463 81.485019) + (xy 110.02497 81.450012) (xy 109.953905 81.428455) (xy 109.88 81.421176) (xy 108.38 81.421176) (xy 108.306095 81.428455) + (xy 108.23503 81.450012) (xy 108.169537 81.485019) (xy 108.112131 81.532131) (xy 108.065019 81.589537) (xy 108.030012 81.65503) + (xy 108.008455 81.726095) (xy 108.001176 81.8) (xy 108.001176 82.8) (xy 108.008455 82.873905) (xy 108.030012 82.94497) + (xy 108.065019 83.010463) (xy 108.112131 83.067869) (xy 108.169537 83.114981) (xy 108.23503 83.149988) (xy 108.306095 83.171545) + (xy 108.38 83.178824) (xy 108.503 83.178824) (xy 108.503 83.290288) (xy 108.320289 83.473) (xy 107.720323 83.473) + (xy 107.678545 83.450669) (xy 107.581218 83.421145) (xy 107.48 83.411176) (xy 107.2 83.411176) (xy 107.17259 83.413876) + (xy 107.113247 83.340887) (xy 107.016921 83.261092) (xy 106.906878 83.201623) (xy 106.787348 83.164765) (xy 106.66575 83.155) + (xy 106.507 83.31375) (xy 106.507 83.973) (xy 106.527 83.973) (xy 106.527 84.227) (xy 106.507 84.227) + (xy 106.507 84.247) (xy 106.253 84.247) (xy 106.253 84.227) (xy 105.62375 84.227) (xy 105.465 84.38575) + (xy 105.461935 84.407077) (xy 105.467184 84.462999) (xy 101.503712 84.462999) (xy 101.951579 84.015133) (xy 101.975501 83.995501) + (xy 102.053853 83.900028) (xy 102.111102 83.792923) (xy 105.461935 83.792923) (xy 105.465 83.81425) (xy 105.62375 83.973) + (xy 106.253 83.973) (xy 106.253 83.31375) (xy 106.09425 83.155) (xy 105.972652 83.164765) (xy 105.853122 83.201623) + (xy 105.743079 83.261092) (xy 105.646753 83.340887) (xy 105.567844 83.437941) (xy 105.509386 83.548524) (xy 105.473625 83.668387) + (xy 105.461935 83.792923) (xy 102.111102 83.792923) (xy 102.112075 83.791103) (xy 102.147927 83.672913) (xy 102.157 83.580794) + (xy 102.157 83.580793) (xy 102.160033 83.550001) (xy 102.157 83.519209) (xy 102.157 83.178824) (xy 102.28 83.178824) + (xy 102.353905 83.171545) (xy 102.42497 83.149988) (xy 102.490463 83.114981) (xy 102.547869 83.067869) (xy 102.594981 83.010463) + (xy 102.629988 82.94497) (xy 102.651545 82.873905) (xy 102.658824 82.8) (xy 102.658824 81.8) (xy 102.651545 81.726095) + (xy 102.629988 81.65503) (xy 102.594981 81.589537) (xy 102.547869 81.532131) (xy 102.490463 81.485019) (xy 102.42497 81.450012) + (xy 102.353905 81.428455) (xy 102.28 81.421176) (xy 100.78 81.421176) (xy 100.706095 81.428455) (xy 100.63503 81.450012) + (xy 100.569537 81.485019) (xy 100.512131 81.532131) (xy 100.465019 81.589537) (xy 100.430012 81.65503) (xy 100.408455 81.726095) + (xy 100.401176 81.8) (xy 100.401176 82.8) (xy 100.408455 82.873905) (xy 100.430012 82.94497) (xy 100.465019 83.010463) + (xy 100.512131 83.067869) (xy 100.569537 83.114981) (xy 100.63503 83.149988) (xy 100.706095 83.171545) (xy 100.78 83.178824) + (xy 100.903 83.178824) (xy 100.903 83.290288) (xy 100.720289 83.473) (xy 100.140323 83.473) (xy 100.098545 83.450669) + (xy 100.001218 83.421145) (xy 99.9 83.411176) (xy 99.62 83.411176) (xy 99.59259 83.413876) (xy 99.533247 83.340887) + (xy 99.436921 83.261092) (xy 99.326878 83.201623) (xy 99.207348 83.164765) (xy 99.08575 83.155) (xy 98.927 83.31375) + (xy 98.927 83.973) (xy 98.947 83.973) (xy 98.947 84.227) (xy 98.927 84.227) (xy 98.927 84.247) + (xy 98.673 84.247) (xy 98.673 84.227) (xy 98.04375 84.227) (xy 97.885 84.38575) (xy 97.881935 84.407077) + (xy 97.887184 84.462999) (xy 93.903712 84.462999) (xy 94.351579 84.015133) (xy 94.375501 83.995501) (xy 94.453853 83.900028) + (xy 94.511102 83.792923) (xy 97.881935 83.792923) (xy 97.885 83.81425) (xy 98.04375 83.973) (xy 98.673 83.973) + (xy 98.673 83.31375) (xy 98.51425 83.155) (xy 98.392652 83.164765) (xy 98.273122 83.201623) (xy 98.163079 83.261092) + (xy 98.066753 83.340887) (xy 97.987844 83.437941) (xy 97.929386 83.548524) (xy 97.893625 83.668387) (xy 97.881935 83.792923) + (xy 94.511102 83.792923) (xy 94.512075 83.791103) (xy 94.547927 83.672913) (xy 94.557 83.580794) (xy 94.557 83.580793) + (xy 94.560033 83.550001) (xy 94.557 83.519209) (xy 94.557 83.178824) (xy 94.68 83.178824) (xy 94.753905 83.171545) + (xy 94.82497 83.149988) (xy 94.890463 83.114981) (xy 94.947869 83.067869) (xy 94.994981 83.010463) (xy 95.029988 82.94497) + (xy 95.051545 82.873905) (xy 95.058824 82.8) (xy 95.058824 81.8) (xy 95.051545 81.726095) (xy 95.029988 81.65503) + (xy 94.994981 81.589537) (xy 94.947869 81.532131) (xy 94.890463 81.485019) (xy 94.82497 81.450012) (xy 94.753905 81.428455) + (xy 94.68 81.421176) (xy 93.18 81.421176) (xy 93.106095 81.428455) (xy 93.03503 81.450012) (xy 92.969537 81.485019) + (xy 92.912131 81.532131) (xy 92.865019 81.589537) (xy 92.830012 81.65503) (xy 92.808455 81.726095) (xy 92.801176 81.8) + (xy 92.801176 82.8) (xy 92.808455 82.873905) (xy 92.830012 82.94497) (xy 92.865019 83.010463) (xy 92.912131 83.067869) + (xy 92.969537 83.114981) (xy 93.03503 83.149988) (xy 93.106095 83.171545) (xy 93.18 83.178824) (xy 93.303 83.178824) + (xy 93.303 83.290288) (xy 93.120289 83.473) (xy 92.620323 83.473) (xy 92.578545 83.450669) (xy 92.481218 83.421145) + (xy 92.38 83.411176) (xy 92.1 83.411176) (xy 92.07259 83.413876) (xy 92.013247 83.340887) (xy 91.916921 83.261092) + (xy 91.806878 83.201623) (xy 91.687348 83.164765) (xy 91.56575 83.155) (xy 91.407 83.31375) (xy 91.407 83.973) + (xy 91.427 83.973) (xy 91.427 84.227) (xy 91.407 84.227) (xy 91.407 84.247) (xy 91.153 84.247) + (xy 91.153 84.227) (xy 90.52375 84.227) (xy 90.365 84.38575) (xy 90.361935 84.407077) (xy 90.367184 84.462999) + (xy 86.403712 84.462999) (xy 86.751579 84.115133) (xy 86.775501 84.095501) (xy 86.853853 84.000028) (xy 86.912075 83.891103) + (xy 86.941857 83.792923) (xy 90.361935 83.792923) (xy 90.365 83.81425) (xy 90.52375 83.973) (xy 91.153 83.973) + (xy 91.153 83.31375) (xy 90.99425 83.155) (xy 90.872652 83.164765) (xy 90.753122 83.201623) (xy 90.643079 83.261092) + (xy 90.546753 83.340887) (xy 90.467844 83.437941) (xy 90.409386 83.548524) (xy 90.373625 83.668387) (xy 90.361935 83.792923) + (xy 86.941857 83.792923) (xy 86.947927 83.772913) (xy 86.957 83.680794) (xy 86.957 83.680793) (xy 86.960033 83.650001) + (xy 86.957 83.619209) (xy 86.957 83.178824) (xy 87.08 83.178824) (xy 87.153905 83.171545) (xy 87.22497 83.149988) + (xy 87.290463 83.114981) (xy 87.347869 83.067869) (xy 87.394981 83.010463) (xy 87.429988 82.94497) (xy 87.451545 82.873905) + (xy 87.458824 82.8) (xy 87.458824 81.8) (xy 87.451545 81.726095) (xy 87.429988 81.65503) (xy 87.394981 81.589537) + (xy 87.347869 81.532131) (xy 87.290463 81.485019) (xy 87.22497 81.450012) (xy 87.153905 81.428455) (xy 87.08 81.421176) + (xy 85.58 81.421176) (xy 85.506095 81.428455) (xy 85.43503 81.450012) (xy 85.369537 81.485019) (xy 85.312131 81.532131) + (xy 85.265019 81.589537) (xy 85.230012 81.65503) (xy 85.208455 81.726095) (xy 85.201176 81.8) (xy 85.201176 82.8) + (xy 85.208455 82.873905) (xy 85.230012 82.94497) (xy 85.265019 83.010463) (xy 85.312131 83.067869) (xy 85.369537 83.114981) + (xy 85.43503 83.149988) (xy 85.506095 83.171545) (xy 85.58 83.178824) (xy 85.703 83.178824) (xy 85.703 83.390288) + (xy 85.520289 83.573) (xy 84.940323 83.573) (xy 84.898545 83.550669) (xy 84.801218 83.521145) (xy 84.7 83.511176) + (xy 84.42 83.511176) (xy 84.39259 83.513876) (xy 84.333247 83.440887) (xy 84.236921 83.361092) (xy 84.126878 83.301623) + (xy 84.007348 83.264765) (xy 83.88575 83.255) (xy 83.727 83.41375) (xy 83.727 84.073) (xy 83.747 84.073) + (xy 83.747 84.327) (xy 83.727 84.327) (xy 83.727 84.347) (xy 83.473 84.347) (xy 83.473 84.327) + (xy 82.84375 84.327) (xy 82.707751 84.462999) (xy 78.803712 84.462999) (xy 79.151579 84.115133) (xy 79.175501 84.095501) + (xy 79.253853 84.000028) (xy 79.311102 83.892923) (xy 82.681935 83.892923) (xy 82.685 83.91425) (xy 82.84375 84.073) + (xy 83.473 84.073) (xy 83.473 83.41375) (xy 83.31425 83.255) (xy 83.192652 83.264765) (xy 83.073122 83.301623) + (xy 82.963079 83.361092) (xy 82.866753 83.440887) (xy 82.787844 83.537941) (xy 82.729386 83.648524) (xy 82.693625 83.768387) + (xy 82.681935 83.892923) (xy 79.311102 83.892923) (xy 79.312075 83.891103) (xy 79.347927 83.772913) (xy 79.357 83.680794) + (xy 79.357 83.680793) (xy 79.360033 83.650001) (xy 79.357 83.619207) (xy 79.357 83.178824) (xy 79.48 83.178824) + (xy 79.553905 83.171545) (xy 79.62497 83.149988) (xy 79.690463 83.114981) (xy 79.747869 83.067869) (xy 79.794981 83.010463) + (xy 79.829988 82.94497) (xy 79.851545 82.873905) (xy 79.858824 82.8) (xy 79.858824 81.8) (xy 79.851545 81.726095) + (xy 79.829988 81.65503) (xy 79.794981 81.589537) (xy 79.747869 81.532131) (xy 79.690463 81.485019) (xy 79.62497 81.450012) + (xy 79.553905 81.428455) (xy 79.48 81.421176) (xy 77.98 81.421176) (xy 77.906095 81.428455) (xy 77.83503 81.450012) + (xy 77.769537 81.485019) (xy 77.712131 81.532131) (xy 77.665019 81.589537) (xy 77.630012 81.65503) (xy 77.608455 81.726095) + (xy 77.601176 81.8) (xy 77.601176 82.8) (xy 77.608455 82.873905) (xy 77.630012 82.94497) (xy 77.665019 83.010463) + (xy 77.712131 83.067869) (xy 77.769537 83.114981) (xy 77.83503 83.149988) (xy 77.906095 83.171545) (xy 77.98 83.178824) + (xy 78.103 83.178824) (xy 78.103 83.390288) (xy 78.020289 83.473) (xy 77.260323 83.473) (xy 77.218545 83.450669) + (xy 77.121218 83.421145) (xy 77.02 83.411176) (xy 76.74 83.411176) (xy 76.71259 83.413876) (xy 76.653247 83.340887) + (xy 76.556921 83.261092) (xy 76.446878 83.201623) (xy 76.327348 83.164765) (xy 76.20575 83.155) (xy 76.047 83.31375) + (xy 76.047 83.973) (xy 76.067 83.973) (xy 76.067 84.227) (xy 76.047 84.227) (xy 76.047 84.247) + (xy 75.793 84.247) (xy 75.793 84.227) (xy 75.16375 84.227) (xy 75.005 84.38575) (xy 75.001935 84.407077) + (xy 75.007184 84.462999) (xy 71.203712 84.462999) (xy 71.551579 84.115133) (xy 71.575501 84.095501) (xy 71.653853 84.000028) + (xy 71.712075 83.891103) (xy 71.741857 83.792923) (xy 75.001935 83.792923) (xy 75.005 83.81425) (xy 75.16375 83.973) + (xy 75.793 83.973) (xy 75.793 83.31375) (xy 75.63425 83.155) (xy 75.512652 83.164765) (xy 75.393122 83.201623) + (xy 75.283079 83.261092) (xy 75.186753 83.340887) (xy 75.107844 83.437941) (xy 75.049386 83.548524) (xy 75.013625 83.668387) + (xy 75.001935 83.792923) (xy 71.741857 83.792923) (xy 71.747927 83.772913) (xy 71.757 83.680794) (xy 71.757 83.680793) + (xy 71.760033 83.650001) (xy 71.757 83.619207) (xy 71.757 83.178824) (xy 71.88 83.178824) (xy 71.953905 83.171545) + (xy 72.02497 83.149988) (xy 72.090463 83.114981) (xy 72.147869 83.067869) (xy 72.194981 83.010463) (xy 72.229988 82.94497) + (xy 72.251545 82.873905) (xy 72.258824 82.8) (xy 72.258824 81.8) (xy 72.251545 81.726095) (xy 72.229988 81.65503) + (xy 72.194981 81.589537) (xy 72.147869 81.532131) (xy 72.090463 81.485019) (xy 72.02497 81.450012) (xy 71.953905 81.428455) + (xy 71.88 81.421176) (xy 70.38 81.421176) (xy 70.306095 81.428455) (xy 70.23503 81.450012) (xy 70.169537 81.485019) + (xy 70.112131 81.532131) (xy 70.065019 81.589537) (xy 70.030012 81.65503) (xy 70.008455 81.726095) (xy 70.001176 81.8) + (xy 70.001176 82.8) (xy 70.008455 82.873905) (xy 70.030012 82.94497) (xy 70.065019 83.010463) (xy 70.112131 83.067869) + (xy 70.169537 83.114981) (xy 70.23503 83.149988) (xy 70.306095 83.171545) (xy 70.38 83.178824) (xy 70.503 83.178824) + (xy 70.503 83.390288) (xy 70.420289 83.473) (xy 69.740323 83.473) (xy 69.698545 83.450669) (xy 69.601218 83.421145) + (xy 69.5 83.411176) (xy 69.22 83.411176) (xy 69.19259 83.413876) (xy 69.133247 83.340887) (xy 69.036921 83.261092) + (xy 68.926878 83.201623) (xy 68.807348 83.164765) (xy 68.68575 83.155) (xy 68.527 83.31375) (xy 68.527 83.973) + (xy 68.547 83.973) (xy 68.547 84.227) (xy 68.527 84.227) (xy 68.527 84.247) (xy 68.273 84.247) + (xy 68.273 84.227) (xy 67.64375 84.227) (xy 67.485 84.38575) (xy 67.481935 84.407077) (xy 67.487184 84.462999) + (xy 65.15079 84.462999) (xy 65.119998 84.459966) (xy 65.089207 84.462999) (xy 65.089205 84.462999) (xy 64.997086 84.472072) + (xy 64.928098 84.492999) (xy 63.573712 84.492999) (xy 63.951579 84.115133) (xy 63.975501 84.095501) (xy 64.053853 84.000028) + (xy 64.112075 83.891103) (xy 64.141857 83.792923) (xy 67.481935 83.792923) (xy 67.485 83.81425) (xy 67.64375 83.973) + (xy 68.273 83.973) (xy 68.273 83.31375) (xy 68.11425 83.155) (xy 67.992652 83.164765) (xy 67.873122 83.201623) + (xy 67.763079 83.261092) (xy 67.666753 83.340887) (xy 67.587844 83.437941) (xy 67.529386 83.548524) (xy 67.493625 83.668387) + (xy 67.481935 83.792923) (xy 64.141857 83.792923) (xy 64.147927 83.772913) (xy 64.157 83.680794) (xy 64.157 83.680793) + (xy 64.160033 83.65) (xy 64.157 83.619206) (xy 64.157 83.178824) (xy 64.28 83.178824) (xy 64.353905 83.171545) + (xy 64.42497 83.149988) (xy 64.490463 83.114981) (xy 64.547869 83.067869) (xy 64.594981 83.010463) (xy 64.629988 82.94497) + (xy 64.651545 82.873905) (xy 64.658824 82.8) (xy 64.658824 81.8) (xy 64.651545 81.726095) (xy 64.629988 81.65503) + (xy 64.594981 81.589537) (xy 64.547869 81.532131) (xy 64.490463 81.485019) (xy 64.42497 81.450012) (xy 64.353905 81.428455) + (xy 64.28 81.421176) (xy 62.78 81.421176) (xy 62.706095 81.428455) (xy 62.63503 81.450012) (xy 62.569537 81.485019) + (xy 62.512131 81.532131) (xy 62.465019 81.589537) (xy 62.430012 81.65503) (xy 62.408455 81.726095) (xy 62.401176 81.8) + (xy 62.401176 82.8) (xy 62.408455 82.873905) (xy 62.430012 82.94497) (xy 62.465019 83.010463) (xy 62.512131 83.067869) + (xy 62.569537 83.114981) (xy 62.63503 83.149988) (xy 62.706095 83.171545) (xy 62.78 83.178824) (xy 62.903 83.178824) + (xy 62.903 83.390288) (xy 62.770289 83.523) (xy 62.220323 83.523) (xy 62.178545 83.500669) (xy 62.081218 83.471145) + (xy 61.98 83.461176) (xy 61.7 83.461176) (xy 61.67259 83.463876) (xy 61.613247 83.390887) (xy 61.516921 83.311092) + (xy 61.406878 83.251623) (xy 61.287348 83.214765) (xy 61.16575 83.205) (xy 61.007 83.36375) (xy 61.007 84.023) + (xy 61.027 84.023) (xy 61.027 84.277) (xy 61.007 84.277) (xy 61.007 84.297) (xy 60.753 84.297) + (xy 60.753 84.277) (xy 60.12375 84.277) (xy 59.965 84.43575) (xy 59.961935 84.457077) (xy 59.965307 84.492999) + (xy 56.073712 84.492999) (xy 56.351579 84.215133) (xy 56.375501 84.195501) (xy 56.453853 84.100028) (xy 56.512075 83.991103) + (xy 56.547927 83.872913) (xy 56.55088 83.842923) (xy 59.961935 83.842923) (xy 59.965 83.86425) (xy 60.12375 84.023) + (xy 60.753 84.023) (xy 60.753 83.36375) (xy 60.59425 83.205) (xy 60.472652 83.214765) (xy 60.353122 83.251623) + (xy 60.243079 83.311092) (xy 60.146753 83.390887) (xy 60.067844 83.487941) (xy 60.009386 83.598524) (xy 59.973625 83.718387) + (xy 59.961935 83.842923) (xy 56.55088 83.842923) (xy 56.557 83.780794) (xy 56.557 83.780793) (xy 56.560033 83.75) + (xy 56.557 83.719206) (xy 56.557 83.168824) (xy 56.68 83.168824) (xy 56.753905 83.161545) (xy 56.82497 83.139988) + (xy 56.890463 83.104981) (xy 56.947869 83.057869) (xy 56.994981 83.000463) (xy 57.029988 82.93497) (xy 57.051545 82.863905) + (xy 57.058824 82.79) (xy 57.058824 81.79) (xy 57.051545 81.716095) (xy 57.029988 81.64503) (xy 56.994981 81.579537) + (xy 56.947869 81.522131) (xy 56.890463 81.475019) (xy 56.82497 81.440012) (xy 56.753905 81.418455) (xy 56.68 81.411176) + (xy 55.18 81.411176) (xy 55.106095 81.418455) (xy 55.03503 81.440012) (xy 54.969537 81.475019) (xy 54.912131 81.522131) + (xy 54.865019 81.579537) (xy 54.830012 81.64503) (xy 54.808455 81.716095) (xy 54.801176 81.79) (xy 54.801176 82.79) + (xy 54.808455 82.863905) (xy 54.830012 82.93497) (xy 54.865019 83.000463) (xy 54.912131 83.057869) (xy 54.969537 83.104981) + (xy 55.03503 83.139988) (xy 55.106095 83.161545) (xy 55.18 83.168824) (xy 55.303 83.168824) (xy 55.303 83.490288) + (xy 55.230289 83.563) (xy 54.640323 83.563) (xy 54.598545 83.540669) (xy 54.501218 83.511145) (xy 54.4 83.501176) + (xy 54.12 83.501176) (xy 54.09259 83.503876) (xy 54.033247 83.430887) (xy 53.936921 83.351092) (xy 53.826878 83.291623) + (xy 53.707348 83.254765) (xy 53.58575 83.245) (xy 53.427 83.40375) (xy 53.427 84.063) (xy 53.447 84.063) + (xy 53.447 84.317) (xy 53.427 84.317) (xy 53.427 84.337) (xy 53.173 84.337) (xy 53.173 84.317) + (xy 52.54375 84.317) (xy 52.385 84.47575) (xy 52.382521 84.492999) (xy 48.273712 84.492999) (xy 48.751579 84.015133) + (xy 48.775501 83.995501) (xy 48.853853 83.900028) (xy 48.862995 83.882923) (xy 52.381935 83.882923) (xy 52.385 83.90425) + (xy 52.54375 84.063) (xy 53.173 84.063) (xy 53.173 83.40375) (xy 53.01425 83.245) (xy 52.892652 83.254765) + (xy 52.773122 83.291623) (xy 52.663079 83.351092) (xy 52.566753 83.430887) (xy 52.487844 83.527941) (xy 52.429386 83.638524) + (xy 52.393625 83.758387) (xy 52.381935 83.882923) (xy 48.862995 83.882923) (xy 48.912075 83.791103) (xy 48.947927 83.672913) + (xy 48.957 83.580794) (xy 48.957 83.580793) (xy 48.960033 83.55) (xy 48.957 83.519206) (xy 48.957 83.168824) + (xy 49.08 83.168824) (xy 49.153905 83.161545) (xy 49.22497 83.139988) (xy 49.290463 83.104981) (xy 49.347869 83.057869) + (xy 49.394981 83.000463) (xy 49.429988 82.93497) (xy 49.451545 82.863905) (xy 49.458824 82.79) (xy 49.458824 81.79) + (xy 49.451545 81.716095) (xy 49.429988 81.64503) (xy 49.394981 81.579537) (xy 49.347869 81.522131) (xy 49.290463 81.475019) + (xy 49.22497 81.440012) (xy 49.153905 81.418455) (xy 49.08 81.411176) (xy 47.58 81.411176) (xy 47.506095 81.418455) + (xy 47.43503 81.440012) (xy 47.369537 81.475019) (xy 47.312131 81.522131) (xy 47.265019 81.579537) (xy 47.230012 81.64503) + (xy 47.208455 81.716095) (xy 47.201176 81.79) (xy 47.201176 82.79) (xy 47.208455 82.863905) (xy 47.230012 82.93497) + (xy 47.265019 83.000463) (xy 47.312131 83.057869) (xy 47.369537 83.104981) (xy 47.43503 83.139988) (xy 47.506095 83.161545) + (xy 47.58 83.168824) (xy 47.703 83.168824) (xy 47.703 83.290288) (xy 47.420289 83.573) (xy 46.940323 83.573) + (xy 46.898545 83.550669) (xy 46.801218 83.521145) (xy 46.7 83.511176) (xy 46.42 83.511176) (xy 46.39259 83.513876) + (xy 46.333247 83.440887) (xy 46.236921 83.361092) (xy 46.126878 83.301623) (xy 46.007348 83.264765) (xy 45.88575 83.255) + (xy 45.727 83.41375) (xy 45.727 84.073) (xy 45.747 84.073) (xy 45.747 84.327) (xy 45.727 84.327) + (xy 45.727 84.347) (xy 45.473 84.347) (xy 45.473 84.327) (xy 44.84375 84.327) (xy 44.685 84.48575) + (xy 44.683958 84.492999) (xy 40.507 84.492999) (xy 40.507 83.892923) (xy 44.681935 83.892923) (xy 44.685 83.91425) + (xy 44.84375 84.073) (xy 45.473 84.073) (xy 45.473 83.41375) (xy 45.31425 83.255) (xy 45.192652 83.264765) + (xy 45.073122 83.301623) (xy 44.963079 83.361092) (xy 44.866753 83.440887) (xy 44.787844 83.537941) (xy 44.729386 83.648524) + (xy 44.693625 83.768387) (xy 44.681935 83.892923) (xy 40.507 83.892923) (xy 40.507 80.523472) (xy 41.003 80.523472) + (xy 41.003 80.676528) (xy 41.032859 80.826643) (xy 41.091431 80.968048) (xy 41.176464 81.095309) (xy 41.278 81.196845) + (xy 41.278001 81.775347) (xy 41.275573 81.8) (xy 41.285265 81.898409) (xy 41.31397 81.993036) (xy 41.360584 82.080245) + (xy 41.407601 82.137535) (xy 41.407604 82.137538) (xy 41.423317 82.156684) (xy 41.442462 82.172396) (xy 41.897607 82.627543) + (xy 41.913316 82.646684) (xy 41.932456 82.662392) (xy 41.932464 82.6624) (xy 41.989754 82.709417) (xy 42.036368 82.734332) + (xy 42.076964 82.756031) (xy 42.171591 82.784736) (xy 42.245347 82.792) (xy 42.245357 82.792) (xy 42.27 82.794427) + (xy 42.294643 82.792) (xy 42.301373 82.792) (xy 42.308455 82.863905) (xy 42.330012 82.93497) (xy 42.365019 83.000463) + (xy 42.412131 83.057869) (xy 42.469537 83.104981) (xy 42.53503 83.139988) (xy 42.606095 83.161545) (xy 42.68 83.168824) + (xy 44.18 83.168824) (xy 44.253905 83.161545) (xy 44.32497 83.139988) (xy 44.390463 83.104981) (xy 44.447869 83.057869) + (xy 44.494981 83.000463) (xy 44.529988 82.93497) (xy 44.551545 82.863905) (xy 44.558824 82.79) (xy 44.558824 81.79) + (xy 44.551545 81.716095) (xy 44.529988 81.64503) (xy 44.494981 81.579537) (xy 44.447869 81.522131) (xy 44.390463 81.475019) + (xy 44.32497 81.440012) (xy 44.253905 81.418455) (xy 44.18 81.411176) (xy 42.68 81.411176) (xy 42.606095 81.418455) + (xy 42.53503 81.440012) (xy 42.469537 81.475019) (xy 42.412131 81.522131) (xy 42.365019 81.579537) (xy 42.331737 81.641802) + (xy 42.282 81.592065) (xy 42.282 81.196845) (xy 42.383536 81.095309) (xy 42.468569 80.968048) (xy 42.527141 80.826643) + (xy 42.557 80.676528) (xy 42.557 80.523472) (xy 42.527141 80.373357) (xy 42.468569 80.231952) (xy 42.432247 80.177592) + (xy 42.43582 80.179502) (xy 42.555518 80.215812) (xy 42.68 80.228072) (xy 43.14425 80.225) (xy 43.303 80.06625) + (xy 43.303 79.217) (xy 43.557 79.217) (xy 43.557 80.06625) (xy 43.71575 80.225) (xy 44.18 80.228072) + (xy 44.304482 80.215812) (xy 44.42418 80.179502) (xy 44.534494 80.120537) (xy 44.631185 80.041185) (xy 44.710537 79.944494) + (xy 44.769502 79.83418) (xy 44.805812 79.714482) (xy 44.818072 79.59) (xy 44.815 79.37575) (xy 44.65625 79.217) + (xy 43.557 79.217) (xy 43.303 79.217) (xy 42.20375 79.217) (xy 42.045 79.37575) (xy 42.041928 79.59) + (xy 42.054188 79.714482) (xy 42.090498 79.83418) (xy 42.127167 79.902782) (xy 42.006643 79.852859) (xy 41.856528 79.823) + (xy 41.703472 79.823) (xy 41.553357 79.852859) (xy 41.411952 79.911431) (xy 41.284691 79.996464) (xy 41.176464 80.104691) + (xy 41.091431 80.231952) (xy 41.032859 80.373357) (xy 41.003 80.523472) (xy 40.507 80.523472) (xy 40.507 78.766999) + (xy 42.044466 78.766999) (xy 42.045 78.80425) (xy 42.20375 78.963) (xy 43.303 78.963) (xy 43.303 78.943) + (xy 43.557 78.943) (xy 43.557 78.963) (xy 44.65625 78.963) (xy 44.815 78.80425) (xy 44.815534 78.766999) + (xy 46.609207 78.766999) (xy 46.640001 78.770032) (xy 46.670795 78.766999) (xy 47.201176 78.766999) (xy 47.201176 79.59) + (xy 47.208455 79.663905) (xy 47.230012 79.73497) (xy 47.265019 79.800463) (xy 47.312131 79.857869) (xy 47.369537 79.904981) + (xy 47.43503 79.939988) (xy 47.506095 79.961545) (xy 47.58 79.968824) (xy 47.828001 79.968824) (xy 47.828001 80.125347) + (xy 47.825573 80.15) (xy 47.835265 80.248409) (xy 47.86397 80.343036) (xy 47.910584 80.430245) (xy 47.957601 80.487535) + (xy 47.957604 80.487538) (xy 47.973317 80.506684) (xy 47.992462 80.522396) (xy 48.307607 80.837543) (xy 48.323316 80.856684) + (xy 48.342456 80.872392) (xy 48.342464 80.8724) (xy 48.399754 80.919417) (xy 48.446368 80.944332) (xy 48.486964 80.966031) + (xy 48.581591 80.994736) (xy 48.655347 81.002) (xy 48.655357 81.002) (xy 48.68 81.004427) (xy 48.704643 81.002) + (xy 50.372066 81.002) (xy 50.528 81.157935) (xy 50.528 81.411176) (xy 50.28 81.411176) (xy 50.206095 81.418455) + (xy 50.13503 81.440012) (xy 50.069537 81.475019) (xy 50.012131 81.522131) (xy 49.965019 81.579537) (xy 49.930012 81.64503) + (xy 49.908455 81.716095) (xy 49.901176 81.79) (xy 49.901176 82.79) (xy 49.908455 82.863905) (xy 49.930012 82.93497) + (xy 49.965019 83.000463) (xy 50.012131 83.057869) (xy 50.069537 83.104981) (xy 50.13503 83.139988) (xy 50.206095 83.161545) + (xy 50.28 83.168824) (xy 51.78 83.168824) (xy 51.853905 83.161545) (xy 51.92497 83.139988) (xy 51.990463 83.104981) + (xy 52.047869 83.057869) (xy 52.094981 83.000463) (xy 52.129988 82.93497) (xy 52.151545 82.863905) (xy 52.158824 82.79) + (xy 52.158824 81.79) (xy 52.151545 81.716095) (xy 52.129988 81.64503) (xy 52.094981 81.579537) (xy 52.047869 81.522131) + (xy 51.990463 81.475019) (xy 51.92497 81.440012) (xy 51.853905 81.418455) (xy 51.78 81.411176) (xy 51.532 81.411176) + (xy 51.532 80.974642) (xy 51.534427 80.949999) (xy 51.532 80.925356) (xy 51.532 80.925347) (xy 51.524736 80.851591) + (xy 51.496031 80.756964) (xy 51.449417 80.669755) (xy 51.405326 80.616031) (xy 51.402399 80.612464) (xy 51.402397 80.612462) + (xy 51.386684 80.593316) (xy 51.367538 80.577603) (xy 50.952401 80.162467) (xy 50.936684 80.143316) (xy 50.875856 80.093394) + (xy 50.903 80.06625) (xy 50.903 79.217) (xy 51.157 79.217) (xy 51.157 80.06625) (xy 51.31575 80.225) + (xy 51.78 80.228072) (xy 51.904482 80.215812) (xy 52.02418 80.179502) (xy 52.134494 80.120537) (xy 52.231185 80.041185) + (xy 52.310537 79.944494) (xy 52.369502 79.83418) (xy 52.405812 79.714482) (xy 52.418072 79.59) (xy 52.415 79.37575) + (xy 52.25625 79.217) (xy 51.157 79.217) (xy 50.903 79.217) (xy 49.80375 79.217) (xy 49.645 79.37575) + (xy 49.641928 79.59) (xy 49.654188 79.714482) (xy 49.690498 79.83418) (xy 49.749463 79.944494) (xy 49.793374 79.998) + (xy 48.887935 79.998) (xy 48.858759 79.968824) (xy 49.08 79.968824) (xy 49.153905 79.961545) (xy 49.22497 79.939988) + (xy 49.290463 79.904981) (xy 49.347869 79.857869) (xy 49.394981 79.800463) (xy 49.429988 79.73497) (xy 49.451545 79.663905) + (xy 49.458824 79.59) (xy 49.458824 78.766999) (xy 49.644466 78.766999) (xy 49.645 78.80425) (xy 49.80375 78.963) + (xy 50.903 78.963) (xy 50.903 78.943) (xy 51.157 78.943) (xy 51.157 78.963) (xy 52.25625 78.963) + (xy 52.415 78.80425) (xy 52.415534 78.766999) (xy 54.289207 78.766999) (xy 54.319998 78.770032) (xy 54.35079 78.766999) + (xy 54.801176 78.766999) (xy 54.801176 79.59) (xy 54.808455 79.663905) (xy 54.830012 79.73497) (xy 54.865019 79.800463) + (xy 54.912131 79.857869) (xy 54.969537 79.904981) (xy 55.03503 79.939988) (xy 55.106095 79.961545) (xy 55.18 79.968824) + (xy 55.428001 79.968824) (xy 55.428001 80.225347) (xy 55.425573 80.25) (xy 55.435265 80.348409) (xy 55.46397 80.443036) + (xy 55.510584 80.530245) (xy 55.557601 80.587535) (xy 55.557604 80.587538) (xy 55.573317 80.606684) (xy 55.592463 80.622397) + (xy 56.007603 81.037538) (xy 56.023316 81.056684) (xy 56.099755 81.119417) (xy 56.186964 81.166031) (xy 56.281591 81.194736) + (xy 56.355347 81.202) (xy 56.355356 81.202) (xy 56.379999 81.204427) (xy 56.404642 81.202) (xy 57.872066 81.202) + (xy 58.091241 81.421176) (xy 57.88 81.421176) (xy 57.806095 81.428455) (xy 57.73503 81.450012) (xy 57.669537 81.485019) + (xy 57.612131 81.532131) (xy 57.565019 81.589537) (xy 57.530012 81.65503) (xy 57.508455 81.726095) (xy 57.501176 81.8) + (xy 57.501176 82.8) (xy 57.508455 82.873905) (xy 57.530012 82.94497) (xy 57.565019 83.010463) (xy 57.612131 83.067869) + (xy 57.669537 83.114981) (xy 57.73503 83.149988) (xy 57.806095 83.171545) (xy 57.88 83.178824) (xy 59.38 83.178824) + (xy 59.453905 83.171545) (xy 59.52497 83.149988) (xy 59.590463 83.114981) (xy 59.647869 83.067869) (xy 59.694981 83.010463) + (xy 59.729988 82.94497) (xy 59.751545 82.873905) (xy 59.758824 82.8) (xy 59.758824 81.8) (xy 59.751545 81.726095) + (xy 59.729988 81.65503) (xy 59.694981 81.589537) (xy 59.647869 81.532131) (xy 59.590463 81.485019) (xy 59.52497 81.450012) + (xy 59.453905 81.428455) (xy 59.38 81.421176) (xy 59.132 81.421176) (xy 59.132 81.274642) (xy 59.134427 81.249999) + (xy 59.132 81.225356) (xy 59.132 81.225347) (xy 59.124736 81.151591) (xy 59.096031 81.056964) (xy 59.049417 80.969755) + (xy 59.015213 80.928078) (xy 59.002399 80.912464) (xy 59.002397 80.912462) (xy 58.986684 80.893316) (xy 58.967538 80.877603) + (xy 58.452401 80.362467) (xy 58.436684 80.343316) (xy 58.360245 80.280583) (xy 58.275812 80.235453) (xy 58.34425 80.235) + (xy 58.503 80.07625) (xy 58.503 79.227) (xy 58.757 79.227) (xy 58.757 80.07625) (xy 58.91575 80.235) + (xy 59.38 80.238072) (xy 59.504482 80.225812) (xy 59.62418 80.189502) (xy 59.734494 80.130537) (xy 59.831185 80.051185) + (xy 59.910537 79.954494) (xy 59.969502 79.84418) (xy 60.005812 79.724482) (xy 60.018072 79.6) (xy 60.015 79.38575) + (xy 59.85625 79.227) (xy 58.757 79.227) (xy 58.503 79.227) (xy 57.40375 79.227) (xy 57.245 79.38575) + (xy 57.241928 79.6) (xy 57.254188 79.724482) (xy 57.290498 79.84418) (xy 57.349463 79.954494) (xy 57.428815 80.051185) + (xy 57.525506 80.130537) (xy 57.63582 80.189502) (xy 57.663834 80.198) (xy 56.587935 80.198) (xy 56.432 80.042066) + (xy 56.432 79.968824) (xy 56.68 79.968824) (xy 56.753905 79.961545) (xy 56.82497 79.939988) (xy 56.890463 79.904981) + (xy 56.947869 79.857869) (xy 56.994981 79.800463) (xy 57.029988 79.73497) (xy 57.051545 79.663905) (xy 57.058824 79.59) + (xy 57.058824 78.766999) (xy 57.244322 78.766999) (xy 57.245 78.81425) (xy 57.40375 78.973) (xy 58.503 78.973) + (xy 58.503 78.953) (xy 58.757 78.953) (xy 58.757 78.973) (xy 59.85625 78.973) (xy 60.015 78.81425) + (xy 60.015678 78.766999) (xy 61.789207 78.766999) (xy 61.819998 78.770032) (xy 61.85079 78.766999) (xy 62.401176 78.766999) + (xy 62.401176 79.6) (xy 62.408455 79.673905) (xy 62.430012 79.74497) (xy 62.465019 79.810463) (xy 62.512131 79.867869) + (xy 62.569537 79.914981) (xy 62.63503 79.949988) (xy 62.706095 79.971545) (xy 62.78 79.978824) (xy 63.028001 79.978824) + (xy 63.028001 80.125347) (xy 63.025573 80.15) (xy 63.035265 80.248409) (xy 63.06397 80.343036) (xy 63.110584 80.430245) + (xy 63.157601 80.487535) (xy 63.157604 80.487538) (xy 63.173317 80.506684) (xy 63.192463 80.522397) (xy 63.607603 80.937538) + (xy 63.623316 80.956684) (xy 63.642462 80.972397) (xy 63.642464 80.972399) (xy 63.667951 80.993316) (xy 63.699755 81.019417) + (xy 63.786964 81.066031) (xy 63.881591 81.094736) (xy 63.955347 81.102) (xy 63.955356 81.102) (xy 63.979999 81.104427) + (xy 64.004642 81.102) (xy 65.472066 81.102) (xy 65.728 81.357935) (xy 65.728 81.421176) (xy 65.48 81.421176) + (xy 65.406095 81.428455) (xy 65.33503 81.450012) (xy 65.269537 81.485019) (xy 65.212131 81.532131) (xy 65.165019 81.589537) + (xy 65.130012 81.65503) (xy 65.108455 81.726095) (xy 65.101176 81.8) (xy 65.101176 82.8) (xy 65.108455 82.873905) + (xy 65.130012 82.94497) (xy 65.165019 83.010463) (xy 65.212131 83.067869) (xy 65.269537 83.114981) (xy 65.33503 83.149988) + (xy 65.406095 83.171545) (xy 65.48 83.178824) (xy 66.98 83.178824) (xy 67.053905 83.171545) (xy 67.12497 83.149988) + (xy 67.190463 83.114981) (xy 67.247869 83.067869) (xy 67.294981 83.010463) (xy 67.329988 82.94497) (xy 67.351545 82.873905) + (xy 67.358824 82.8) (xy 67.358824 81.8) (xy 67.351545 81.726095) (xy 67.329988 81.65503) (xy 67.294981 81.589537) + (xy 67.247869 81.532131) (xy 67.190463 81.485019) (xy 67.12497 81.450012) (xy 67.053905 81.428455) (xy 66.98 81.421176) + (xy 66.732 81.421176) (xy 66.732 81.174642) (xy 66.734427 81.149999) (xy 66.732 81.125356) (xy 66.732 81.125347) + (xy 66.724736 81.051591) (xy 66.696031 80.956964) (xy 66.649417 80.869755) (xy 66.586684 80.793316) (xy 66.567538 80.777603) + (xy 66.052401 80.262467) (xy 66.036684 80.243316) (xy 65.981348 80.197902) (xy 66.103 80.07625) (xy 66.103 79.227) + (xy 66.357 79.227) (xy 66.357 80.07625) (xy 66.51575 80.235) (xy 66.98 80.238072) (xy 67.104482 80.225812) + (xy 67.22418 80.189502) (xy 67.334494 80.130537) (xy 67.431185 80.051185) (xy 67.510537 79.954494) (xy 67.569502 79.84418) + (xy 67.605812 79.724482) (xy 67.618072 79.6) (xy 67.615 79.38575) (xy 67.45625 79.227) (xy 66.357 79.227) + (xy 66.103 79.227) (xy 65.00375 79.227) (xy 64.845 79.38575) (xy 64.841928 79.6) (xy 64.854188 79.724482) + (xy 64.890498 79.84418) (xy 64.949463 79.954494) (xy 65.028815 80.051185) (xy 65.085859 80.098) (xy 64.187935 80.098) + (xy 64.068758 79.978824) (xy 64.28 79.978824) (xy 64.353905 79.971545) (xy 64.42497 79.949988) (xy 64.490463 79.914981) + (xy 64.547869 79.867869) (xy 64.594981 79.810463) (xy 64.629988 79.74497) (xy 64.651545 79.673905) (xy 64.658824 79.6) + (xy 64.658824 78.766999) (xy 64.844322 78.766999) (xy 64.845 78.81425) (xy 65.00375 78.973) (xy 66.103 78.973) + (xy 66.103 78.953) (xy 66.357 78.953) (xy 66.357 78.973) (xy 67.45625 78.973) (xy 67.615 78.81425) + (xy 67.615678 78.766999) (xy 69.309207 78.766999) (xy 69.340001 78.770032) (xy 69.370795 78.766999) (xy 70.001176 78.766999) + (xy 70.001176 79.6) (xy 70.008455 79.673905) (xy 70.030012 79.74497) (xy 70.065019 79.810463) (xy 70.112131 79.867869) + (xy 70.169537 79.914981) (xy 70.23503 79.949988) (xy 70.306095 79.971545) (xy 70.38 79.978824) (xy 70.628001 79.978824) + (xy 70.628001 80.225347) (xy 70.625573 80.25) (xy 70.635265 80.348409) (xy 70.66397 80.443036) (xy 70.710584 80.530245) + (xy 70.757601 80.587535) (xy 70.757604 80.587538) (xy 70.773317 80.606684) (xy 70.792462 80.622396) (xy 71.107607 80.937543) + (xy 71.123316 80.956684) (xy 71.142456 80.972392) (xy 71.142464 80.9724) (xy 71.199754 81.019417) (xy 71.246368 81.044332) + (xy 71.286964 81.066031) (xy 71.381591 81.094736) (xy 71.455347 81.102) (xy 71.455357 81.102) (xy 71.48 81.104427) + (xy 71.504643 81.102) (xy 72.872066 81.102) (xy 73.191241 81.421176) (xy 73.08 81.421176) (xy 73.006095 81.428455) + (xy 72.93503 81.450012) (xy 72.869537 81.485019) (xy 72.812131 81.532131) (xy 72.765019 81.589537) (xy 72.730012 81.65503) + (xy 72.708455 81.726095) (xy 72.701176 81.8) (xy 72.701176 82.8) (xy 72.708455 82.873905) (xy 72.730012 82.94497) + (xy 72.765019 83.010463) (xy 72.812131 83.067869) (xy 72.869537 83.114981) (xy 72.93503 83.149988) (xy 73.006095 83.171545) + (xy 73.08 83.178824) (xy 74.58 83.178824) (xy 74.653905 83.171545) (xy 74.72497 83.149988) (xy 74.790463 83.114981) + (xy 74.847869 83.067869) (xy 74.894981 83.010463) (xy 74.929988 82.94497) (xy 74.951545 82.873905) (xy 74.958824 82.8) + (xy 74.958824 81.8) (xy 74.951545 81.726095) (xy 74.929988 81.65503) (xy 74.894981 81.589537) (xy 74.847869 81.532131) + (xy 74.790463 81.485019) (xy 74.72497 81.450012) (xy 74.653905 81.428455) (xy 74.58 81.421176) (xy 74.332 81.421176) + (xy 74.332 81.374642) (xy 74.334427 81.349999) (xy 74.332 81.325356) (xy 74.332 81.325347) (xy 74.324736 81.251591) + (xy 74.296031 81.156964) (xy 74.249417 81.069755) (xy 74.222974 81.037535) (xy 74.202399 81.012464) (xy 74.202397 81.012462) + (xy 74.186684 80.993316) (xy 74.167538 80.977603) (xy 73.452401 80.262467) (xy 73.436684 80.243316) (xy 73.427493 80.235773) + (xy 73.54425 80.235) (xy 73.703 80.07625) (xy 73.703 79.227) (xy 73.957 79.227) (xy 73.957 80.07625) + (xy 74.11575 80.235) (xy 74.58 80.238072) (xy 74.704482 80.225812) (xy 74.82418 80.189502) (xy 74.934494 80.130537) + (xy 75.031185 80.051185) (xy 75.110537 79.954494) (xy 75.169502 79.84418) (xy 75.205812 79.724482) (xy 75.218072 79.6) + (xy 75.215 79.38575) (xy 75.05625 79.227) (xy 73.957 79.227) (xy 73.703 79.227) (xy 72.60375 79.227) + (xy 72.445 79.38575) (xy 72.441928 79.6) (xy 72.454188 79.724482) (xy 72.490498 79.84418) (xy 72.549463 79.954494) + (xy 72.628815 80.051185) (xy 72.685859 80.098) (xy 71.687935 80.098) (xy 71.632 80.042065) (xy 71.632 79.978824) + (xy 71.88 79.978824) (xy 71.953905 79.971545) (xy 72.02497 79.949988) (xy 72.090463 79.914981) (xy 72.147869 79.867869) + (xy 72.194981 79.810463) (xy 72.229988 79.74497) (xy 72.251545 79.673905) (xy 72.258824 79.6) (xy 72.258824 78.766999) + (xy 72.444322 78.766999) (xy 72.445 78.81425) (xy 72.60375 78.973) (xy 73.703 78.973) (xy 73.703 78.953) + (xy 73.957 78.953) (xy 73.957 78.973) (xy 75.05625 78.973) (xy 75.215 78.81425) (xy 75.215678 78.766999) + (xy 76.909207 78.766999) (xy 76.940001 78.770032) (xy 76.970795 78.766999) (xy 77.601176 78.766999) (xy 77.601176 79.6) + (xy 77.608455 79.673905) (xy 77.630012 79.74497) (xy 77.665019 79.810463) (xy 77.712131 79.867869) (xy 77.769537 79.914981) + (xy 77.83503 79.949988) (xy 77.906095 79.971545) (xy 77.98 79.978824) (xy 78.228001 79.978824) (xy 78.228001 80.125347) + (xy 78.225573 80.15) (xy 78.235265 80.248409) (xy 78.26397 80.343036) (xy 78.310584 80.430245) (xy 78.357601 80.487535) + (xy 78.357604 80.487538) (xy 78.373317 80.506684) (xy 78.392463 80.522397) (xy 78.907603 81.037538) (xy 78.923316 81.056684) + (xy 78.999755 81.119417) (xy 79.086964 81.166031) (xy 79.181591 81.194736) (xy 79.255347 81.202) (xy 79.255356 81.202) + (xy 79.279999 81.204427) (xy 79.304642 81.202) (xy 80.872065 81.202) (xy 80.928 81.257935) (xy 80.928 81.421176) + (xy 80.68 81.421176) (xy 80.606095 81.428455) (xy 80.53503 81.450012) (xy 80.469537 81.485019) (xy 80.412131 81.532131) + (xy 80.365019 81.589537) (xy 80.330012 81.65503) (xy 80.308455 81.726095) (xy 80.301176 81.8) (xy 80.301176 82.8) + (xy 80.308455 82.873905) (xy 80.330012 82.94497) (xy 80.365019 83.010463) (xy 80.412131 83.067869) (xy 80.469537 83.114981) + (xy 80.53503 83.149988) (xy 80.606095 83.171545) (xy 80.68 83.178824) (xy 82.18 83.178824) (xy 82.253905 83.171545) + (xy 82.32497 83.149988) (xy 82.390463 83.114981) (xy 82.447869 83.067869) (xy 82.494981 83.010463) (xy 82.529988 82.94497) + (xy 82.551545 82.873905) (xy 82.558824 82.8) (xy 82.558824 81.8) (xy 82.551545 81.726095) (xy 82.529988 81.65503) + (xy 82.494981 81.589537) (xy 82.447869 81.532131) (xy 82.390463 81.485019) (xy 82.32497 81.450012) (xy 82.253905 81.428455) + (xy 82.18 81.421176) (xy 81.932 81.421176) (xy 81.932 81.074643) (xy 81.934427 81.05) (xy 81.932 81.025357) + (xy 81.932 81.025347) (xy 81.924736 80.951591) (xy 81.896031 80.856964) (xy 81.851852 80.77431) (xy 81.849417 80.769754) + (xy 81.8024 80.712464) (xy 81.802392 80.712456) (xy 81.786684 80.693316) (xy 81.767543 80.677607) (xy 81.452401 80.362467) + (xy 81.436684 80.343316) (xy 81.360245 80.280583) (xy 81.273036 80.233969) (xy 81.178409 80.205264) (xy 81.174383 80.204867) + (xy 81.303 80.07625) (xy 81.303 79.227) (xy 81.557 79.227) (xy 81.557 80.07625) (xy 81.71575 80.235) + (xy 82.18 80.238072) (xy 82.304482 80.225812) (xy 82.42418 80.189502) (xy 82.534494 80.130537) (xy 82.631185 80.051185) + (xy 82.710537 79.954494) (xy 82.769502 79.84418) (xy 82.805812 79.724482) (xy 82.818072 79.6) (xy 82.815 79.38575) + (xy 82.65625 79.227) (xy 81.557 79.227) (xy 81.303 79.227) (xy 80.20375 79.227) (xy 80.045 79.38575) + (xy 80.041928 79.6) (xy 80.054188 79.724482) (xy 80.090498 79.84418) (xy 80.149463 79.954494) (xy 80.228815 80.051185) + (xy 80.325506 80.130537) (xy 80.43582 80.189502) (xy 80.463834 80.198) (xy 79.487935 80.198) (xy 79.268758 79.978824) + (xy 79.48 79.978824) (xy 79.553905 79.971545) (xy 79.62497 79.949988) (xy 79.690463 79.914981) (xy 79.747869 79.867869) + (xy 79.794981 79.810463) (xy 79.829988 79.74497) (xy 79.851545 79.673905) (xy 79.858824 79.6) (xy 79.858824 78.766999) + (xy 80.044322 78.766999) (xy 80.045 78.81425) (xy 80.20375 78.973) (xy 81.303 78.973) (xy 81.303 78.953) + (xy 81.557 78.953) (xy 81.557 78.973) (xy 82.65625 78.973) (xy 82.815 78.81425) (xy 82.815678 78.766999) + (xy 84.509207 78.766999) (xy 84.540001 78.770032) (xy 84.570795 78.766999) (xy 85.201176 78.766999) (xy 85.201176 79.6) + (xy 85.208455 79.673905) (xy 85.230012 79.74497) (xy 85.265019 79.810463) (xy 85.312131 79.867869) (xy 85.369537 79.914981) + (xy 85.43503 79.949988) (xy 85.506095 79.971545) (xy 85.58 79.978824) (xy 85.828001 79.978824) (xy 85.828001 80.125347) + (xy 85.825573 80.15) (xy 85.835265 80.248409) (xy 85.86397 80.343036) (xy 85.910584 80.430245) (xy 85.957601 80.487535) + (xy 85.957604 80.487538) (xy 85.973317 80.506684) (xy 85.992463 80.522397) (xy 86.507603 81.037538) (xy 86.523316 81.056684) + (xy 86.599755 81.119417) (xy 86.686964 81.166031) (xy 86.781591 81.194736) (xy 86.855347 81.202) (xy 86.855356 81.202) + (xy 86.879999 81.204427) (xy 86.904642 81.202) (xy 88.528 81.202) (xy 88.528 81.421176) (xy 88.28 81.421176) + (xy 88.206095 81.428455) (xy 88.13503 81.450012) (xy 88.069537 81.485019) (xy 88.012131 81.532131) (xy 87.965019 81.589537) + (xy 87.930012 81.65503) (xy 87.908455 81.726095) (xy 87.901176 81.8) (xy 87.901176 82.8) (xy 87.908455 82.873905) + (xy 87.930012 82.94497) (xy 87.965019 83.010463) (xy 88.012131 83.067869) (xy 88.069537 83.114981) (xy 88.13503 83.149988) + (xy 88.206095 83.171545) (xy 88.28 83.178824) (xy 89.78 83.178824) (xy 89.853905 83.171545) (xy 89.92497 83.149988) + (xy 89.990463 83.114981) (xy 90.047869 83.067869) (xy 90.094981 83.010463) (xy 90.129988 82.94497) (xy 90.151545 82.873905) + (xy 90.158824 82.8) (xy 90.158824 81.8) (xy 90.151545 81.726095) (xy 90.129988 81.65503) (xy 90.094981 81.589537) + (xy 90.047869 81.532131) (xy 89.990463 81.485019) (xy 89.92497 81.450012) (xy 89.853905 81.428455) (xy 89.78 81.421176) + (xy 89.532 81.421176) (xy 89.532 80.974642) (xy 89.534427 80.949999) (xy 89.532 80.925356) (xy 89.532 80.925347) + (xy 89.524736 80.851591) (xy 89.496031 80.756964) (xy 89.449417 80.669755) (xy 89.386684 80.593316) (xy 89.367532 80.577598) + (xy 89.152402 80.362468) (xy 89.136684 80.343316) (xy 89.060245 80.280583) (xy 88.973036 80.233969) (xy 88.878409 80.205264) + (xy 88.804653 80.198) (xy 88.804643 80.198) (xy 88.783347 80.195903) (xy 88.903 80.07625) (xy 88.903 79.227) + (xy 89.157 79.227) (xy 89.157 80.07625) (xy 89.31575 80.235) (xy 89.78 80.238072) (xy 89.904482 80.225812) + (xy 90.02418 80.189502) (xy 90.134494 80.130537) (xy 90.231185 80.051185) (xy 90.310537 79.954494) (xy 90.369502 79.84418) + (xy 90.405812 79.724482) (xy 90.418072 79.6) (xy 90.415 79.38575) (xy 90.25625 79.227) (xy 89.157 79.227) + (xy 88.903 79.227) (xy 87.80375 79.227) (xy 87.645 79.38575) (xy 87.641928 79.6) (xy 87.654188 79.724482) + (xy 87.690498 79.84418) (xy 87.749463 79.954494) (xy 87.828815 80.051185) (xy 87.925506 80.130537) (xy 88.03582 80.189502) + (xy 88.063834 80.198) (xy 87.087935 80.198) (xy 86.868758 79.978824) (xy 87.08 79.978824) (xy 87.153905 79.971545) + (xy 87.22497 79.949988) (xy 87.290463 79.914981) (xy 87.347869 79.867869) (xy 87.394981 79.810463) (xy 87.429988 79.74497) + (xy 87.451545 79.673905) (xy 87.458824 79.6) (xy 87.458824 78.766999) (xy 87.644322 78.766999) (xy 87.645 78.81425) + (xy 87.80375 78.973) (xy 88.903 78.973) (xy 88.903 78.953) (xy 89.157 78.953) (xy 89.157 78.973) + (xy 90.25625 78.973) (xy 90.415 78.81425) (xy 90.415678 78.766999) (xy 92.109207 78.766999) (xy 92.140001 78.770032) + (xy 92.170795 78.766999) (xy 92.801176 78.766999) (xy 92.801176 79.6) (xy 92.808455 79.673905) (xy 92.830012 79.74497) + (xy 92.865019 79.810463) (xy 92.912131 79.867869) (xy 92.969537 79.914981) (xy 93.03503 79.949988) (xy 93.106095 79.971545) + (xy 93.18 79.978824) (xy 93.428001 79.978824) (xy 93.428001 80.225347) (xy 93.425573 80.25) (xy 93.435265 80.348409) + (xy 93.46397 80.443036) (xy 93.510584 80.530245) (xy 93.557601 80.587535) (xy 93.557604 80.587538) (xy 93.573317 80.606684) + (xy 93.592463 80.622397) (xy 94.007603 81.037538) (xy 94.023316 81.056684) (xy 94.099755 81.119417) (xy 94.186964 81.166031) + (xy 94.281591 81.194736) (xy 94.355347 81.202) (xy 94.355356 81.202) (xy 94.379999 81.204427) (xy 94.404642 81.202) + (xy 95.972066 81.202) (xy 96.128 81.357935) (xy 96.128 81.421176) (xy 95.88 81.421176) (xy 95.806095 81.428455) + (xy 95.73503 81.450012) (xy 95.669537 81.485019) (xy 95.612131 81.532131) (xy 95.565019 81.589537) (xy 95.530012 81.65503) + (xy 95.508455 81.726095) (xy 95.501176 81.8) (xy 95.501176 82.8) (xy 95.508455 82.873905) (xy 95.530012 82.94497) + (xy 95.565019 83.010463) (xy 95.612131 83.067869) (xy 95.669537 83.114981) (xy 95.73503 83.149988) (xy 95.806095 83.171545) + (xy 95.88 83.178824) (xy 97.38 83.178824) (xy 97.453905 83.171545) (xy 97.52497 83.149988) (xy 97.590463 83.114981) + (xy 97.647869 83.067869) (xy 97.694981 83.010463) (xy 97.729988 82.94497) (xy 97.751545 82.873905) (xy 97.758824 82.8) + (xy 97.758824 81.8) (xy 97.751545 81.726095) (xy 97.729988 81.65503) (xy 97.694981 81.589537) (xy 97.647869 81.532131) + (xy 97.590463 81.485019) (xy 97.52497 81.450012) (xy 97.453905 81.428455) (xy 97.38 81.421176) (xy 97.132 81.421176) + (xy 97.132 81.174642) (xy 97.134427 81.149999) (xy 97.132 81.125356) (xy 97.132 81.125347) (xy 97.124736 81.051591) + (xy 97.096031 80.956964) (xy 97.049417 80.869755) (xy 96.986684 80.793316) (xy 96.967538 80.777603) (xy 96.552401 80.362467) + (xy 96.536684 80.343316) (xy 96.460245 80.280583) (xy 96.373036 80.233969) (xy 96.351741 80.227509) (xy 96.503 80.07625) + (xy 96.503 79.227) (xy 96.757 79.227) (xy 96.757 80.07625) (xy 96.91575 80.235) (xy 97.38 80.238072) + (xy 97.504482 80.225812) (xy 97.62418 80.189502) (xy 97.734494 80.130537) (xy 97.831185 80.051185) (xy 97.910537 79.954494) + (xy 97.969502 79.84418) (xy 98.005812 79.724482) (xy 98.018072 79.6) (xy 98.015 79.38575) (xy 97.85625 79.227) + (xy 96.757 79.227) (xy 96.503 79.227) (xy 95.40375 79.227) (xy 95.245 79.38575) (xy 95.241928 79.6) + (xy 95.254188 79.724482) (xy 95.290498 79.84418) (xy 95.349463 79.954494) (xy 95.428815 80.051185) (xy 95.525506 80.130537) + (xy 95.63582 80.189502) (xy 95.663834 80.198) (xy 94.587935 80.198) (xy 94.432 80.042066) (xy 94.432 79.978824) + (xy 94.68 79.978824) (xy 94.753905 79.971545) (xy 94.82497 79.949988) (xy 94.890463 79.914981) (xy 94.947869 79.867869) + (xy 94.994981 79.810463) (xy 95.029988 79.74497) (xy 95.051545 79.673905) (xy 95.058824 79.6) (xy 95.058824 78.766999) + (xy 95.244322 78.766999) (xy 95.245 78.81425) (xy 95.40375 78.973) (xy 96.503 78.973) (xy 96.503 78.953) + (xy 96.757 78.953) (xy 96.757 78.973) (xy 97.85625 78.973) (xy 98.015 78.81425) (xy 98.015678 78.766999) + (xy 99.689205 78.766999) (xy 99.719999 78.770032) (xy 99.750793 78.766999) (xy 100.401176 78.766999) (xy 100.401176 79.6) + (xy 100.408455 79.673905) (xy 100.430012 79.74497) (xy 100.465019 79.810463) (xy 100.512131 79.867869) (xy 100.569537 79.914981) + (xy 100.63503 79.949988) (xy 100.706095 79.971545) (xy 100.78 79.978824) (xy 101.028001 79.978824) (xy 101.028001 80.125347) + (xy 101.025573 80.15) (xy 101.035265 80.248409) (xy 101.06397 80.343036) (xy 101.110584 80.430245) (xy 101.157601 80.487535) + (xy 101.157604 80.487538) (xy 101.173317 80.506684) (xy 101.192463 80.522397) (xy 101.707603 81.037538) (xy 101.723316 81.056684) + (xy 101.799755 81.119417) (xy 101.886964 81.166031) (xy 101.981591 81.194736) (xy 102.055347 81.202) (xy 102.055356 81.202) + (xy 102.079999 81.204427) (xy 102.104642 81.202) (xy 103.572066 81.202) (xy 103.728 81.357935) (xy 103.728 81.421176) + (xy 103.48 81.421176) (xy 103.406095 81.428455) (xy 103.33503 81.450012) (xy 103.269537 81.485019) (xy 103.212131 81.532131) + (xy 103.165019 81.589537) (xy 103.130012 81.65503) (xy 103.108455 81.726095) (xy 103.101176 81.8) (xy 103.101176 82.8) + (xy 103.108455 82.873905) (xy 103.130012 82.94497) (xy 103.165019 83.010463) (xy 103.212131 83.067869) (xy 103.269537 83.114981) + (xy 103.33503 83.149988) (xy 103.406095 83.171545) (xy 103.48 83.178824) (xy 104.98 83.178824) (xy 105.053905 83.171545) + (xy 105.12497 83.149988) (xy 105.190463 83.114981) (xy 105.247869 83.067869) (xy 105.294981 83.010463) (xy 105.329988 82.94497) + (xy 105.351545 82.873905) (xy 105.358824 82.8) (xy 105.358824 81.8) (xy 105.351545 81.726095) (xy 105.329988 81.65503) + (xy 105.294981 81.589537) (xy 105.247869 81.532131) (xy 105.190463 81.485019) (xy 105.12497 81.450012) (xy 105.053905 81.428455) + (xy 104.98 81.421176) (xy 104.732 81.421176) (xy 104.732 81.174642) (xy 104.734427 81.149999) (xy 104.732 81.125356) + (xy 104.732 81.125347) (xy 104.724736 81.051591) (xy 104.696031 80.956964) (xy 104.649417 80.869755) (xy 104.586684 80.793316) + (xy 104.567538 80.777603) (xy 104.152401 80.362467) (xy 104.136684 80.343316) (xy 104.060245 80.280583) (xy 103.973036 80.233969) + (xy 103.951741 80.227509) (xy 104.103 80.07625) (xy 104.103 79.227) (xy 104.357 79.227) (xy 104.357 80.07625) + (xy 104.51575 80.235) (xy 104.98 80.238072) (xy 105.104482 80.225812) (xy 105.22418 80.189502) (xy 105.334494 80.130537) + (xy 105.431185 80.051185) (xy 105.510537 79.954494) (xy 105.569502 79.84418) (xy 105.605812 79.724482) (xy 105.618072 79.6) + (xy 105.615 79.38575) (xy 105.45625 79.227) (xy 104.357 79.227) (xy 104.103 79.227) (xy 103.00375 79.227) + (xy 102.845 79.38575) (xy 102.841928 79.6) (xy 102.854188 79.724482) (xy 102.890498 79.84418) (xy 102.949463 79.954494) + (xy 103.028815 80.051185) (xy 103.125506 80.130537) (xy 103.23582 80.189502) (xy 103.263834 80.198) (xy 102.287935 80.198) + (xy 102.068758 79.978824) (xy 102.28 79.978824) (xy 102.353905 79.971545) (xy 102.42497 79.949988) (xy 102.490463 79.914981) + (xy 102.547869 79.867869) (xy 102.594981 79.810463) (xy 102.629988 79.74497) (xy 102.651545 79.673905) (xy 102.658824 79.6) + (xy 102.658824 78.766999) (xy 102.844322 78.766999) (xy 102.845 78.81425) (xy 103.00375 78.973) (xy 104.103 78.973) + (xy 104.103 78.953) (xy 104.357 78.953) (xy 104.357 78.973) (xy 105.45625 78.973) (xy 105.615 78.81425) + (xy 105.615678 78.766999) (xy 107.389205 78.766999) (xy 107.419999 78.770032) (xy 107.450793 78.766999) (xy 108.001176 78.766999) + (xy 108.001176 79.6) (xy 108.008455 79.673905) (xy 108.030012 79.74497) (xy 108.065019 79.810463) (xy 108.112131 79.867869) + (xy 108.169537 79.914981) (xy 108.23503 79.949988) (xy 108.306095 79.971545) (xy 108.38 79.978824) (xy 108.628001 79.978824) + (xy 108.628001 80.125347) (xy 108.625573 80.15) (xy 108.635265 80.248409) (xy 108.66397 80.343036) (xy 108.710584 80.430245) + (xy 108.757601 80.487535) (xy 108.757604 80.487538) (xy 108.773317 80.506684) (xy 108.792463 80.522397) (xy 109.207603 80.937538) + (xy 109.223316 80.956684) (xy 109.242462 80.972397) (xy 109.242464 80.972399) (xy 109.267951 80.993316) (xy 109.299755 81.019417) + (xy 109.386964 81.066031) (xy 109.481591 81.094736) (xy 109.555347 81.102) (xy 109.555356 81.102) (xy 109.579999 81.104427) + (xy 109.604642 81.102) (xy 110.972066 81.102) (xy 111.291241 81.421176) (xy 111.08 81.421176) (xy 111.006095 81.428455) + (xy 110.93503 81.450012) (xy 110.869537 81.485019) (xy 110.812131 81.532131) (xy 110.765019 81.589537) (xy 110.730012 81.65503) + (xy 110.708455 81.726095) (xy 110.701176 81.8) (xy 110.701176 82.8) (xy 110.708455 82.873905) (xy 110.730012 82.94497) + (xy 110.765019 83.010463) (xy 110.812131 83.067869) (xy 110.869537 83.114981) (xy 110.93503 83.149988) (xy 111.006095 83.171545) + (xy 111.08 83.178824) (xy 112.58 83.178824) (xy 112.653905 83.171545) (xy 112.72497 83.149988) (xy 112.790463 83.114981) + (xy 112.847869 83.067869) (xy 112.894981 83.010463) (xy 112.929988 82.94497) (xy 112.951545 82.873905) (xy 112.958824 82.8) + (xy 112.958824 81.8) (xy 112.951545 81.726095) (xy 112.929988 81.65503) (xy 112.894981 81.589537) (xy 112.847869 81.532131) + (xy 112.790463 81.485019) (xy 112.72497 81.450012) (xy 112.653905 81.428455) (xy 112.58 81.421176) (xy 112.332 81.421176) + (xy 112.332 81.274643) (xy 112.334427 81.25) (xy 112.332 81.225357) (xy 112.332 81.225347) (xy 112.324736 81.151591) + (xy 112.296031 81.056964) (xy 112.249417 80.969755) (xy 112.234509 80.95159) (xy 112.2024 80.912464) (xy 112.202392 80.912456) + (xy 112.186684 80.893316) (xy 112.167543 80.877607) (xy 111.552401 80.262467) (xy 111.536684 80.243316) (xy 111.526693 80.235116) + (xy 111.54425 80.235) (xy 111.703 80.07625) (xy 111.703 79.227) (xy 111.957 79.227) (xy 111.957 80.07625) + (xy 112.11575 80.235) (xy 112.58 80.238072) (xy 112.704482 80.225812) (xy 112.82418 80.189502) (xy 112.934494 80.130537) + (xy 113.031185 80.051185) (xy 113.110537 79.954494) (xy 113.169502 79.84418) (xy 113.205812 79.724482) (xy 113.218072 79.6) + (xy 113.215 79.38575) (xy 113.05625 79.227) (xy 111.957 79.227) (xy 111.703 79.227) (xy 110.60375 79.227) + (xy 110.445 79.38575) (xy 110.441928 79.6) (xy 110.454188 79.724482) (xy 110.490498 79.84418) (xy 110.549463 79.954494) + (xy 110.628815 80.051185) (xy 110.685859 80.098) (xy 109.787935 80.098) (xy 109.668758 79.978824) (xy 109.88 79.978824) + (xy 109.953905 79.971545) (xy 110.02497 79.949988) (xy 110.090463 79.914981) (xy 110.147869 79.867869) (xy 110.194981 79.810463) + (xy 110.229988 79.74497) (xy 110.251545 79.673905) (xy 110.258824 79.6) (xy 110.258824 78.766999) (xy 110.444322 78.766999) + (xy 110.445 78.81425) (xy 110.60375 78.973) (xy 111.703 78.973) (xy 111.703 78.953) (xy 111.957 78.953) + (xy 111.957 78.973) (xy 113.05625 78.973) (xy 113.215 78.81425) (xy 113.215678 78.766999) (xy 114.409207 78.766999) + (xy 114.440001 78.770032) (xy 114.470795 78.766999) (xy 114.562914 78.757926) (xy 114.681104 78.722074) (xy 114.790029 78.663852) + (xy 114.867833 78.6) (xy 115.601176 78.6) (xy 115.601176 79.6) (xy 115.608455 79.673905) (xy 115.630012 79.74497) + (xy 115.665019 79.810463) (xy 115.712131 79.867869) (xy 115.769537 79.914981) (xy 115.83503 79.949988) (xy 115.906095 79.971545) + (xy 115.98 79.978824) (xy 117.48 79.978824) (xy 117.553905 79.971545) (xy 117.62497 79.949988) (xy 117.690463 79.914981) + (xy 117.709805 79.899107) (xy 117.703 79.933321) (xy 117.703 80.066679) (xy 117.729016 80.197474) (xy 117.78005 80.32068) + (xy 117.85414 80.431563) (xy 117.948437 80.52586) (xy 118.05932 80.59995) (xy 118.182526 80.650984) (xy 118.313321 80.677) + (xy 118.446679 80.677) (xy 118.577474 80.650984) (xy 118.70068 80.59995) (xy 118.811563 80.52586) (xy 118.90586 80.431563) + (xy 118.97995 80.32068) (xy 119.030984 80.197474) (xy 119.057 80.066679) (xy 119.057 79.933321) (xy 119.030984 79.802526) + (xy 118.97995 79.67932) (xy 118.90586 79.568437) (xy 118.878638 79.541215) (xy 118.874736 79.501591) (xy 118.846031 79.406964) + (xy 118.814392 79.347771) (xy 118.799417 79.319754) (xy 118.7524 79.262464) (xy 118.752392 79.262456) (xy 118.736684 79.243316) + (xy 118.717543 79.227607) (xy 118.252401 78.762467) (xy 118.236684 78.743316) (xy 118.160245 78.680583) (xy 118.073036 78.633969) + (xy 117.978409 78.605264) (xy 117.904653 78.598) (xy 117.904643 78.598) (xy 117.88 78.595573) (xy 117.858596 78.597681) + (xy 117.851545 78.526095) (xy 117.829988 78.45503) (xy 117.794981 78.389537) (xy 117.747869 78.332131) (xy 117.690463 78.285019) + (xy 117.62497 78.250012) (xy 117.553905 78.228455) (xy 117.48 78.221176) (xy 115.98 78.221176) (xy 115.906095 78.228455) + (xy 115.83503 78.250012) (xy 115.769537 78.285019) (xy 115.712131 78.332131) (xy 115.665019 78.389537) (xy 115.630012 78.45503) + (xy 115.608455 78.526095) (xy 115.601176 78.6) (xy 114.867833 78.6) (xy 114.885502 78.5855) (xy 114.905139 78.561572) + (xy 115.381579 78.085133) (xy 115.405501 78.065501) (xy 115.483853 77.970028) (xy 115.512598 77.91625) (xy 115.542075 77.861104) + (xy 115.577927 77.742913) (xy 115.579494 77.727) (xy 116.149206 77.727) (xy 116.18 77.730033) (xy 116.210794 77.727) + (xy 116.302913 77.717927) (xy 116.421103 77.682075) (xy 116.530028 77.623853) (xy 116.625501 77.545501) (xy 116.645138 77.521573) + (xy 117.151579 77.015133) (xy 117.175501 76.995501) (xy 117.253853 76.900028) (xy 117.312075 76.791103) (xy 117.347927 76.672913) + (xy 117.357 76.580794) (xy 117.357 76.580793) (xy 117.360033 76.550001) (xy 117.357 76.519209) (xy 117.357 76.178824) + (xy 117.48 76.178824) (xy 117.553905 76.171545) (xy 117.62497 76.149988) (xy 117.690463 76.114981) (xy 117.747869 76.067869) + (xy 117.794981 76.010463) (xy 117.829988 75.94497) (xy 117.851545 75.873905) (xy 117.858824 75.8) (xy 117.858824 74.8) + (xy 117.851545 74.726095) (xy 117.829988 74.65503) (xy 117.794981 74.589537) (xy 117.747869 74.532131) (xy 117.690463 74.485019) + (xy 117.62497 74.450012) (xy 117.553905 74.428455) (xy 117.48 74.421176) (xy 115.98 74.421176) (xy 115.906095 74.428455) + (xy 115.83503 74.450012) (xy 115.769537 74.485019) (xy 115.712131 74.532131) (xy 115.665019 74.589537) (xy 115.630012 74.65503) + (xy 115.608455 74.726095) (xy 115.601176 74.8) (xy 115.601176 75.8) (xy 115.608455 75.873905) (xy 115.630012 75.94497) + (xy 115.665019 76.010463) (xy 115.712131 76.067869) (xy 115.769537 76.114981) (xy 115.83503 76.149988) (xy 115.906095 76.171545) + (xy 115.98 76.178824) (xy 116.103 76.178824) (xy 116.103 76.290288) (xy 115.920289 76.473) (xy 115.340323 76.473) + (xy 115.298545 76.450669) (xy 115.201218 76.421145) (xy 115.1 76.411176) (xy 114.82 76.411176) (xy 114.79259 76.413876) + (xy 114.733247 76.340887) (xy 114.636921 76.261092) (xy 114.526878 76.201623) (xy 114.407348 76.164765) (xy 114.28575 76.155) + (xy 114.127 76.31375) (xy 114.127 76.973) (xy 114.147 76.973) (xy 114.147 77.227) (xy 114.127 77.227) + (xy 114.127 77.247) (xy 113.873 77.247) (xy 113.873 77.227) (xy 113.24375 77.227) (xy 113.085 77.38575) + (xy 113.081935 77.407077) (xy 113.091878 77.512999) (xy 109.153712 77.512999) (xy 109.551579 77.115133) (xy 109.575501 77.095501) + (xy 109.653853 77.000028) (xy 109.712075 76.891103) (xy 109.741857 76.792923) (xy 113.081935 76.792923) (xy 113.085 76.81425) + (xy 113.24375 76.973) (xy 113.873 76.973) (xy 113.873 76.31375) (xy 113.71425 76.155) (xy 113.592652 76.164765) + (xy 113.473122 76.201623) (xy 113.363079 76.261092) (xy 113.266753 76.340887) (xy 113.187844 76.437941) (xy 113.129386 76.548524) + (xy 113.093625 76.668387) (xy 113.081935 76.792923) (xy 109.741857 76.792923) (xy 109.747927 76.772913) (xy 109.751324 76.738419) + (xy 109.760033 76.650001) (xy 109.757 76.619207) (xy 109.757 76.178824) (xy 109.88 76.178824) (xy 109.953905 76.171545) + (xy 110.02497 76.149988) (xy 110.090463 76.114981) (xy 110.147869 76.067869) (xy 110.194981 76.010463) (xy 110.229988 75.94497) + (xy 110.251545 75.873905) (xy 110.258824 75.8) (xy 110.258824 74.8) (xy 110.251545 74.726095) (xy 110.229988 74.65503) + (xy 110.194981 74.589537) (xy 110.147869 74.532131) (xy 110.090463 74.485019) (xy 110.02497 74.450012) (xy 109.953905 74.428455) + (xy 109.88 74.421176) (xy 108.38 74.421176) (xy 108.306095 74.428455) (xy 108.23503 74.450012) (xy 108.169537 74.485019) + (xy 108.112131 74.532131) (xy 108.065019 74.589537) (xy 108.030012 74.65503) (xy 108.008455 74.726095) (xy 108.001176 74.8) + (xy 108.001176 75.8) (xy 108.008455 75.873905) (xy 108.030012 75.94497) (xy 108.065019 76.010463) (xy 108.112131 76.067869) + (xy 108.169537 76.114981) (xy 108.23503 76.149988) (xy 108.306095 76.171545) (xy 108.38 76.178824) (xy 108.503 76.178824) + (xy 108.503 76.390288) (xy 108.420289 76.473) (xy 107.790323 76.473) (xy 107.748545 76.450669) (xy 107.651218 76.421145) + (xy 107.55 76.411176) (xy 107.27 76.411176) (xy 107.24259 76.413876) (xy 107.183247 76.340887) (xy 107.086921 76.261092) + (xy 106.976878 76.201623) (xy 106.857348 76.164765) (xy 106.73575 76.155) (xy 106.577 76.31375) (xy 106.577 76.973) + (xy 106.597 76.973) (xy 106.597 77.227) (xy 106.577 77.227) (xy 106.577 77.247) (xy 106.323 77.247) + (xy 106.323 77.227) (xy 105.69375 77.227) (xy 105.535 77.38575) (xy 105.531935 77.407077) (xy 105.541878 77.512999) + (xy 101.653712 77.512999) (xy 101.951574 77.215137) (xy 101.975501 77.195501) (xy 102.053853 77.100028) (xy 102.112075 76.991103) + (xy 102.147927 76.872913) (xy 102.155805 76.792923) (xy 105.531935 76.792923) (xy 105.535 76.81425) (xy 105.69375 76.973) + (xy 106.323 76.973) (xy 106.323 76.31375) (xy 106.16425 76.155) (xy 106.042652 76.164765) (xy 105.923122 76.201623) + (xy 105.813079 76.261092) (xy 105.716753 76.340887) (xy 105.637844 76.437941) (xy 105.579386 76.548524) (xy 105.543625 76.668387) + (xy 105.531935 76.792923) (xy 102.155805 76.792923) (xy 102.157 76.780794) (xy 102.157 76.780793) (xy 102.160033 76.750001) + (xy 102.157 76.719207) (xy 102.157 76.178824) (xy 102.28 76.178824) (xy 102.353905 76.171545) (xy 102.42497 76.149988) + (xy 102.490463 76.114981) (xy 102.547869 76.067869) (xy 102.594981 76.010463) (xy 102.629988 75.94497) (xy 102.651545 75.873905) + (xy 102.658824 75.8) (xy 102.658824 74.8) (xy 102.651545 74.726095) (xy 102.629988 74.65503) (xy 102.594981 74.589537) + (xy 102.547869 74.532131) (xy 102.490463 74.485019) (xy 102.42497 74.450012) (xy 102.353905 74.428455) (xy 102.28 74.421176) + (xy 100.78 74.421176) (xy 100.706095 74.428455) (xy 100.63503 74.450012) (xy 100.569537 74.485019) (xy 100.512131 74.532131) + (xy 100.465019 74.589537) (xy 100.430012 74.65503) (xy 100.408455 74.726095) (xy 100.401176 74.8) (xy 100.401176 75.8) + (xy 100.408455 75.873905) (xy 100.430012 75.94497) (xy 100.465019 76.010463) (xy 100.512131 76.067869) (xy 100.569537 76.114981) + (xy 100.63503 76.149988) (xy 100.706095 76.171545) (xy 100.78 76.178824) (xy 100.903 76.178824) (xy 100.903 76.490289) + (xy 100.900289 76.493) (xy 100.170323 76.493) (xy 100.128545 76.470669) (xy 100.031218 76.441145) (xy 99.93 76.431176) + (xy 99.65 76.431176) (xy 99.62259 76.433876) (xy 99.563247 76.360887) (xy 99.466921 76.281092) (xy 99.356878 76.221623) + (xy 99.237348 76.184765) (xy 99.11575 76.175) (xy 98.957 76.33375) (xy 98.957 76.993) (xy 98.977 76.993) + (xy 98.977 77.247) (xy 98.957 77.247) (xy 98.957 77.267) (xy 98.703 77.267) (xy 98.703 77.247) + (xy 98.07375 77.247) (xy 97.915 77.40575) (xy 97.911935 77.427077) (xy 97.92 77.512999) (xy 93.753712 77.512999) + (xy 94.351579 76.915133) (xy 94.375501 76.895501) (xy 94.44327 76.812923) (xy 97.911935 76.812923) (xy 97.915 76.83425) + (xy 98.07375 76.993) (xy 98.703 76.993) (xy 98.703 76.33375) (xy 98.54425 76.175) (xy 98.422652 76.184765) + (xy 98.303122 76.221623) (xy 98.193079 76.281092) (xy 98.096753 76.360887) (xy 98.017844 76.457941) (xy 97.959386 76.568524) + (xy 97.923625 76.688387) (xy 97.911935 76.812923) (xy 94.44327 76.812923) (xy 94.453853 76.800028) (xy 94.512075 76.691103) + (xy 94.547927 76.572913) (xy 94.550388 76.547925) (xy 94.560033 76.450001) (xy 94.557 76.419207) (xy 94.557 76.178824) + (xy 94.68 76.178824) (xy 94.753905 76.171545) (xy 94.82497 76.149988) (xy 94.890463 76.114981) (xy 94.947869 76.067869) + (xy 94.994981 76.010463) (xy 95.029988 75.94497) (xy 95.051545 75.873905) (xy 95.058824 75.8) (xy 95.058824 74.8) + (xy 95.051545 74.726095) (xy 95.029988 74.65503) (xy 94.994981 74.589537) (xy 94.947869 74.532131) (xy 94.890463 74.485019) + (xy 94.82497 74.450012) (xy 94.753905 74.428455) (xy 94.68 74.421176) (xy 93.18 74.421176) (xy 93.106095 74.428455) + (xy 93.03503 74.450012) (xy 92.969537 74.485019) (xy 92.912131 74.532131) (xy 92.865019 74.589537) (xy 92.830012 74.65503) + (xy 92.808455 74.726095) (xy 92.801176 74.8) (xy 92.801176 75.8) (xy 92.808455 75.873905) (xy 92.830012 75.94497) + (xy 92.865019 76.010463) (xy 92.912131 76.067869) (xy 92.969537 76.114981) (xy 93.03503 76.149988) (xy 93.106095 76.171545) + (xy 93.18 76.178824) (xy 93.303 76.178824) (xy 93.303 76.190288) (xy 92.990289 76.503) (xy 92.480323 76.503) + (xy 92.438545 76.480669) (xy 92.341218 76.451145) (xy 92.24 76.441176) (xy 91.96 76.441176) (xy 91.93259 76.443876) + (xy 91.873247 76.370887) (xy 91.776921 76.291092) (xy 91.666878 76.231623) (xy 91.547348 76.194765) (xy 91.42575 76.185) + (xy 91.267 76.34375) (xy 91.267 77.003) (xy 91.287 77.003) (xy 91.287 77.257) (xy 91.267 77.257) + (xy 91.267 77.277) (xy 91.013 77.277) (xy 91.013 77.257) (xy 90.38375 77.257) (xy 90.225 77.41575) + (xy 90.221935 77.437077) (xy 90.229062 77.512999) (xy 86.453712 77.512999) (xy 86.811569 77.155141) (xy 86.835501 77.135501) + (xy 86.913853 77.040028) (xy 86.929592 77.010583) (xy 86.972075 76.931104) (xy 87.00489 76.822923) (xy 90.221935 76.822923) + (xy 90.225 76.84425) (xy 90.38375 77.003) (xy 91.013 77.003) (xy 91.013 76.34375) (xy 90.85425 76.185) + (xy 90.732652 76.194765) (xy 90.613122 76.231623) (xy 90.503079 76.291092) (xy 90.406753 76.370887) (xy 90.327844 76.467941) + (xy 90.269386 76.578524) (xy 90.233625 76.698387) (xy 90.221935 76.822923) (xy 87.00489 76.822923) (xy 87.007927 76.812913) + (xy 87.020033 76.69) (xy 87.017 76.659206) (xy 87.017 76.128824) (xy 87.14 76.128824) (xy 87.213905 76.121545) + (xy 87.28497 76.099988) (xy 87.350463 76.064981) (xy 87.407869 76.017869) (xy 87.454981 75.960463) (xy 87.489988 75.89497) + (xy 87.511545 75.823905) (xy 87.518824 75.75) (xy 87.518824 74.75) (xy 87.511545 74.676095) (xy 87.489988 74.60503) + (xy 87.454981 74.539537) (xy 87.407869 74.482131) (xy 87.350463 74.435019) (xy 87.28497 74.400012) (xy 87.213905 74.378455) + (xy 87.14 74.371176) (xy 85.64 74.371176) (xy 85.566095 74.378455) (xy 85.49503 74.400012) (xy 85.429537 74.435019) + (xy 85.372131 74.482131) (xy 85.325019 74.539537) (xy 85.290012 74.60503) (xy 85.268455 74.676095) (xy 85.261176 74.75) + (xy 85.261176 75.75) (xy 85.268455 75.823905) (xy 85.290012 75.89497) (xy 85.325019 75.960463) (xy 85.372131 76.017869) + (xy 85.429537 76.064981) (xy 85.49503 76.099988) (xy 85.566095 76.121545) (xy 85.64 76.128824) (xy 85.763 76.128824) + (xy 85.763 76.430289) (xy 85.720289 76.473) (xy 84.920323 76.473) (xy 84.878545 76.450669) (xy 84.781218 76.421145) + (xy 84.68 76.411176) (xy 84.4 76.411176) (xy 84.37259 76.413876) (xy 84.313247 76.340887) (xy 84.216921 76.261092) + (xy 84.106878 76.201623) (xy 83.987348 76.164765) (xy 83.86575 76.155) (xy 83.707 76.31375) (xy 83.707 76.973) + (xy 83.727 76.973) (xy 83.727 77.227) (xy 83.707 77.227) (xy 83.707 77.247) (xy 83.453 77.247) + (xy 83.453 77.227) (xy 82.82375 77.227) (xy 82.665 77.38575) (xy 82.661935 77.407077) (xy 82.671878 77.512999) + (xy 78.653712 77.512999) (xy 79.151579 77.015133) (xy 79.175501 76.995501) (xy 79.253853 76.900028) (xy 79.311102 76.792923) + (xy 82.661935 76.792923) (xy 82.665 76.81425) (xy 82.82375 76.973) (xy 83.453 76.973) (xy 83.453 76.31375) + (xy 83.29425 76.155) (xy 83.172652 76.164765) (xy 83.053122 76.201623) (xy 82.943079 76.261092) (xy 82.846753 76.340887) + (xy 82.767844 76.437941) (xy 82.709386 76.548524) (xy 82.673625 76.668387) (xy 82.661935 76.792923) (xy 79.311102 76.792923) + (xy 79.312075 76.791103) (xy 79.347927 76.672913) (xy 79.357 76.580794) (xy 79.357 76.580793) (xy 79.360033 76.550001) + (xy 79.357 76.519209) (xy 79.357 76.148824) (xy 79.48 76.148824) (xy 79.553905 76.141545) (xy 79.62497 76.119988) + (xy 79.690463 76.084981) (xy 79.747869 76.037869) (xy 79.794981 75.980463) (xy 79.829988 75.91497) (xy 79.851545 75.843905) + (xy 79.858824 75.77) (xy 79.858824 74.77) (xy 79.851545 74.696095) (xy 79.829988 74.62503) (xy 79.794981 74.559537) + (xy 79.747869 74.502131) (xy 79.690463 74.455019) (xy 79.62497 74.420012) (xy 79.553905 74.398455) (xy 79.48 74.391176) + (xy 77.98 74.391176) (xy 77.906095 74.398455) (xy 77.83503 74.420012) (xy 77.769537 74.455019) (xy 77.712131 74.502131) + (xy 77.665019 74.559537) (xy 77.630012 74.62503) (xy 77.608455 74.696095) (xy 77.601176 74.77) (xy 77.601176 75.77) + (xy 77.608455 75.843905) (xy 77.630012 75.91497) (xy 77.665019 75.980463) (xy 77.712131 76.037869) (xy 77.769537 76.084981) + (xy 77.83503 76.119988) (xy 77.906095 76.141545) (xy 77.98 76.148824) (xy 78.103 76.148824) (xy 78.103 76.290288) + (xy 77.920289 76.473) (xy 77.290323 76.473) (xy 77.248545 76.450669) (xy 77.151218 76.421145) (xy 77.05 76.411176) + (xy 76.77 76.411176) (xy 76.74259 76.413876) (xy 76.683247 76.340887) (xy 76.586921 76.261092) (xy 76.476878 76.201623) + (xy 76.357348 76.164765) (xy 76.23575 76.155) (xy 76.077 76.31375) (xy 76.077 76.973) (xy 76.097 76.973) + (xy 76.097 77.227) (xy 76.077 77.227) (xy 76.077 77.247) (xy 75.823 77.247) (xy 75.823 77.227) + (xy 75.19375 77.227) (xy 75.035 77.38575) (xy 75.031935 77.407077) (xy 75.041878 77.512999) (xy 71.153712 77.512999) + (xy 71.551579 77.115133) (xy 71.575501 77.095501) (xy 71.653853 77.000028) (xy 71.712075 76.891103) (xy 71.741857 76.792923) + (xy 75.031935 76.792923) (xy 75.035 76.81425) (xy 75.19375 76.973) (xy 75.823 76.973) (xy 75.823 76.31375) + (xy 75.66425 76.155) (xy 75.542652 76.164765) (xy 75.423122 76.201623) (xy 75.313079 76.261092) (xy 75.216753 76.340887) + (xy 75.137844 76.437941) (xy 75.079386 76.548524) (xy 75.043625 76.668387) (xy 75.031935 76.792923) (xy 71.741857 76.792923) + (xy 71.747927 76.772913) (xy 71.751324 76.738419) (xy 71.760033 76.650001) (xy 71.757 76.619207) (xy 71.757 76.148824) + (xy 71.88 76.148824) (xy 71.953905 76.141545) (xy 72.02497 76.119988) (xy 72.090463 76.084981) (xy 72.147869 76.037869) + (xy 72.194981 75.980463) (xy 72.229988 75.91497) (xy 72.251545 75.843905) (xy 72.258824 75.77) (xy 72.258824 74.77) + (xy 72.251545 74.696095) (xy 72.229988 74.62503) (xy 72.194981 74.559537) (xy 72.147869 74.502131) (xy 72.090463 74.455019) + (xy 72.02497 74.420012) (xy 71.953905 74.398455) (xy 71.88 74.391176) (xy 70.38 74.391176) (xy 70.306095 74.398455) + (xy 70.23503 74.420012) (xy 70.169537 74.455019) (xy 70.112131 74.502131) (xy 70.065019 74.559537) (xy 70.030012 74.62503) + (xy 70.008455 74.696095) (xy 70.001176 74.77) (xy 70.001176 75.77) (xy 70.008455 75.843905) (xy 70.030012 75.91497) + (xy 70.065019 75.980463) (xy 70.112131 76.037869) (xy 70.169537 76.084981) (xy 70.23503 76.119988) (xy 70.306095 76.141545) + (xy 70.38 76.148824) (xy 70.503 76.148824) (xy 70.503 76.390288) (xy 70.340289 76.553) (xy 69.690323 76.553) + (xy 69.648545 76.530669) (xy 69.551218 76.501145) (xy 69.45 76.491176) (xy 69.17 76.491176) (xy 69.14259 76.493876) + (xy 69.083247 76.420887) (xy 68.986921 76.341092) (xy 68.876878 76.281623) (xy 68.757348 76.244765) (xy 68.63575 76.235) + (xy 68.477 76.39375) (xy 68.477 77.053) (xy 68.497 77.053) (xy 68.497 77.307) (xy 68.477 77.307) + (xy 68.477 77.327) (xy 68.223 77.327) (xy 68.223 77.307) (xy 67.59375 77.307) (xy 67.435 77.46575) + (xy 67.431935 77.487077) (xy 67.434368 77.512999) (xy 63.553712 77.512999) (xy 63.951579 77.115133) (xy 63.975501 77.095501) + (xy 64.053853 77.000028) (xy 64.112075 76.891103) (xy 64.117589 76.872923) (xy 67.431935 76.872923) (xy 67.435 76.89425) + (xy 67.59375 77.053) (xy 68.223 77.053) (xy 68.223 76.39375) (xy 68.06425 76.235) (xy 67.942652 76.244765) + (xy 67.823122 76.281623) (xy 67.713079 76.341092) (xy 67.616753 76.420887) (xy 67.537844 76.517941) (xy 67.479386 76.628524) + (xy 67.443625 76.748387) (xy 67.431935 76.872923) (xy 64.117589 76.872923) (xy 64.147927 76.772913) (xy 64.157 76.680794) + (xy 64.157 76.680793) (xy 64.160033 76.65) (xy 64.157 76.619206) (xy 64.157 76.158824) (xy 64.28 76.158824) + (xy 64.353905 76.151545) (xy 64.42497 76.129988) (xy 64.490463 76.094981) (xy 64.547869 76.047869) (xy 64.594981 75.990463) + (xy 64.629988 75.92497) (xy 64.651545 75.853905) (xy 64.658824 75.78) (xy 64.658824 74.78) (xy 64.651545 74.706095) + (xy 64.629988 74.63503) (xy 64.594981 74.569537) (xy 64.547869 74.512131) (xy 64.490463 74.465019) (xy 64.42497 74.430012) + (xy 64.353905 74.408455) (xy 64.28 74.401176) (xy 62.78 74.401176) (xy 62.706095 74.408455) (xy 62.63503 74.430012) + (xy 62.569537 74.465019) (xy 62.512131 74.512131) (xy 62.465019 74.569537) (xy 62.430012 74.63503) (xy 62.408455 74.706095) + (xy 62.401176 74.78) (xy 62.401176 75.78) (xy 62.408455 75.853905) (xy 62.430012 75.92497) (xy 62.465019 75.990463) + (xy 62.512131 76.047869) (xy 62.569537 76.094981) (xy 62.63503 76.129988) (xy 62.706095 76.151545) (xy 62.78 76.158824) + (xy 62.903 76.158824) (xy 62.903 76.390288) (xy 62.780289 76.513) (xy 62.150323 76.513) (xy 62.108545 76.490669) + (xy 62.011218 76.461145) (xy 61.91 76.451176) (xy 61.63 76.451176) (xy 61.60259 76.453876) (xy 61.543247 76.380887) + (xy 61.446921 76.301092) (xy 61.336878 76.241623) (xy 61.217348 76.204765) (xy 61.09575 76.195) (xy 60.937 76.35375) + (xy 60.937 77.013) (xy 60.957 77.013) (xy 60.957 77.267) (xy 60.937 77.267) (xy 60.937 77.287) + (xy 60.683 77.287) (xy 60.683 77.267) (xy 60.05375 77.267) (xy 59.895 77.42575) (xy 59.891935 77.447077) + (xy 59.898123 77.512999) (xy 55.753712 77.512999) (xy 56.351579 76.915133) (xy 56.375501 76.895501) (xy 56.426857 76.832923) + (xy 59.891935 76.832923) (xy 59.895 76.85425) (xy 60.05375 77.013) (xy 60.683 77.013) (xy 60.683 76.35375) + (xy 60.52425 76.195) (xy 60.402652 76.204765) (xy 60.283122 76.241623) (xy 60.173079 76.301092) (xy 60.076753 76.380887) + (xy 59.997844 76.477941) (xy 59.939386 76.588524) (xy 59.903625 76.708387) (xy 59.891935 76.832923) (xy 56.426857 76.832923) + (xy 56.453853 76.800028) (xy 56.512075 76.691103) (xy 56.547927 76.572913) (xy 56.550388 76.547925) (xy 56.560033 76.45) + (xy 56.557 76.419206) (xy 56.557 76.148824) (xy 56.68 76.148824) (xy 56.753905 76.141545) (xy 56.82497 76.119988) + (xy 56.890463 76.084981) (xy 56.947869 76.037869) (xy 56.994981 75.980463) (xy 57.029988 75.91497) (xy 57.051545 75.843905) + (xy 57.058824 75.77) (xy 57.058824 74.77) (xy 57.051545 74.696095) (xy 57.029988 74.62503) (xy 56.994981 74.559537) + (xy 56.947869 74.502131) (xy 56.890463 74.455019) (xy 56.82497 74.420012) (xy 56.753905 74.398455) (xy 56.68 74.391176) + (xy 55.18 74.391176) (xy 55.106095 74.398455) (xy 55.03503 74.420012) (xy 54.969537 74.455019) (xy 54.912131 74.502131) + (xy 54.865019 74.559537) (xy 54.830012 74.62503) (xy 54.808455 74.696095) (xy 54.801176 74.77) (xy 54.801176 75.77) + (xy 54.808455 75.843905) (xy 54.830012 75.91497) (xy 54.865019 75.980463) (xy 54.912131 76.037869) (xy 54.969537 76.084981) + (xy 55.03503 76.119988) (xy 55.106095 76.141545) (xy 55.18 76.148824) (xy 55.303 76.148824) (xy 55.303 76.190288) + (xy 55.020289 76.473) (xy 54.640323 76.473) (xy 54.598545 76.450669) (xy 54.501218 76.421145) (xy 54.4 76.411176) + (xy 54.12 76.411176) (xy 54.09259 76.413876) (xy 54.033247 76.340887) (xy 53.936921 76.261092) (xy 53.826878 76.201623) + (xy 53.707348 76.164765) (xy 53.58575 76.155) (xy 53.427 76.31375) (xy 53.427 76.973) (xy 53.447 76.973) + (xy 53.447 77.227) (xy 53.427 77.227) (xy 53.427 77.247) (xy 53.173 77.247) (xy 53.173 77.227) + (xy 52.54375 77.227) (xy 52.385 77.38575) (xy 52.381935 77.407077) (xy 52.391878 77.512999) (xy 48.253712 77.512999) + (xy 48.751579 77.015133) (xy 48.775501 76.995501) (xy 48.853853 76.900028) (xy 48.911102 76.792923) (xy 52.381935 76.792923) + (xy 52.385 76.81425) (xy 52.54375 76.973) (xy 53.173 76.973) (xy 53.173 76.31375) (xy 53.01425 76.155) + (xy 52.892652 76.164765) (xy 52.773122 76.201623) (xy 52.663079 76.261092) (xy 52.566753 76.340887) (xy 52.487844 76.437941) + (xy 52.429386 76.548524) (xy 52.393625 76.668387) (xy 52.381935 76.792923) (xy 48.911102 76.792923) (xy 48.912075 76.791103) + (xy 48.947927 76.672913) (xy 48.957 76.580794) (xy 48.957 76.580793) (xy 48.960033 76.550001) (xy 48.957 76.519209) + (xy 48.957 76.138824) (xy 49.08 76.138824) (xy 49.153905 76.131545) (xy 49.22497 76.109988) (xy 49.290463 76.074981) + (xy 49.347869 76.027869) (xy 49.394981 75.970463) (xy 49.429988 75.90497) (xy 49.451545 75.833905) (xy 49.458824 75.76) + (xy 49.458824 74.76) (xy 49.451545 74.686095) (xy 49.429988 74.61503) (xy 49.394981 74.549537) (xy 49.347869 74.492131) + (xy 49.290463 74.445019) (xy 49.22497 74.410012) (xy 49.153905 74.388455) (xy 49.08 74.381176) (xy 47.58 74.381176) + (xy 47.506095 74.388455) (xy 47.43503 74.410012) (xy 47.369537 74.445019) (xy 47.312131 74.492131) (xy 47.265019 74.549537) + (xy 47.230012 74.61503) (xy 47.208455 74.686095) (xy 47.201176 74.76) (xy 47.201176 75.76) (xy 47.208455 75.833905) + (xy 47.230012 75.90497) (xy 47.265019 75.970463) (xy 47.312131 76.027869) (xy 47.369537 76.074981) (xy 47.43503 76.109988) + (xy 47.506095 76.131545) (xy 47.58 76.138824) (xy 47.703 76.138824) (xy 47.703 76.290288) (xy 47.460289 76.533) + (xy 47.060323 76.533) (xy 47.018545 76.510669) (xy 46.921218 76.481145) (xy 46.82 76.471176) (xy 46.54 76.471176) + (xy 46.51259 76.473876) (xy 46.453247 76.400887) (xy 46.356921 76.321092) (xy 46.246878 76.261623) (xy 46.127348 76.224765) + (xy 46.00575 76.215) (xy 45.847 76.37375) (xy 45.847 77.033) (xy 45.867 77.033) (xy 45.867 77.287) + (xy 45.847 77.287) (xy 45.847 77.307) (xy 45.593 77.307) (xy 45.593 77.287) (xy 44.96375 77.287) + (xy 44.805 77.44575) (xy 44.801935 77.467077) (xy 44.806246 77.512999) (xy 40.507 77.512999) (xy 40.507 76.852923) + (xy 44.801935 76.852923) (xy 44.805 76.87425) (xy 44.96375 77.033) (xy 45.593 77.033) (xy 45.593 76.37375) + (xy 45.43425 76.215) (xy 45.312652 76.224765) (xy 45.193122 76.261623) (xy 45.083079 76.321092) (xy 44.986753 76.400887) + (xy 44.907844 76.497941) (xy 44.849386 76.608524) (xy 44.813625 76.728387) (xy 44.801935 76.852923) (xy 40.507 76.852923) + (xy 40.507 73.423472) (xy 40.903 73.423472) (xy 40.903 73.576528) (xy 40.932859 73.726643) (xy 40.991431 73.868048) + (xy 41.076464 73.995309) (xy 41.178 74.096845) (xy 41.178001 74.975347) (xy 41.175573 75) (xy 41.185265 75.098409) + (xy 41.21397 75.193036) (xy 41.260584 75.280245) (xy 41.307601 75.337535) (xy 41.307604 75.337538) (xy 41.323317 75.356684) + (xy 41.342463 75.372397) (xy 41.567598 75.597532) (xy 41.583316 75.616684) (xy 41.602466 75.6324) (xy 41.659755 75.679417) + (xy 41.746963 75.726031) (xy 41.84159 75.754736) (xy 41.850432 75.755607) (xy 41.915347 75.762) (xy 41.915354 75.762) + (xy 41.94 75.764427) (xy 41.964645 75.762) (xy 42.301373 75.762) (xy 42.308455 75.833905) (xy 42.330012 75.90497) + (xy 42.365019 75.970463) (xy 42.412131 76.027869) (xy 42.469537 76.074981) (xy 42.53503 76.109988) (xy 42.606095 76.131545) + (xy 42.68 76.138824) (xy 44.18 76.138824) (xy 44.253905 76.131545) (xy 44.32497 76.109988) (xy 44.390463 76.074981) + (xy 44.447869 76.027869) (xy 44.494981 75.970463) (xy 44.529988 75.90497) (xy 44.551545 75.833905) (xy 44.558824 75.76) + (xy 44.558824 74.76) (xy 44.551545 74.686095) (xy 44.529988 74.61503) (xy 44.494981 74.549537) (xy 44.447869 74.492131) + (xy 44.390463 74.445019) (xy 44.32497 74.410012) (xy 44.253905 74.388455) (xy 44.18 74.381176) (xy 42.68 74.381176) + (xy 42.606095 74.388455) (xy 42.53503 74.410012) (xy 42.469537 74.445019) (xy 42.412131 74.492131) (xy 42.365019 74.549537) + (xy 42.330012 74.61503) (xy 42.308455 74.686095) (xy 42.301373 74.758) (xy 42.182 74.758) (xy 42.182 74.096845) + (xy 42.283536 73.995309) (xy 42.368569 73.868048) (xy 42.427141 73.726643) (xy 42.457 73.576528) (xy 42.457 73.423472) + (xy 42.427141 73.273357) (xy 42.368569 73.131952) (xy 42.349447 73.103334) (xy 42.43582 73.149502) (xy 42.555518 73.185812) + (xy 42.68 73.198072) (xy 43.14425 73.195) (xy 43.303 73.03625) (xy 43.303 72.187) (xy 43.557 72.187) + (xy 43.557 73.03625) (xy 43.71575 73.195) (xy 44.18 73.198072) (xy 44.304482 73.185812) (xy 44.42418 73.149502) + (xy 44.534494 73.090537) (xy 44.631185 73.011185) (xy 44.710537 72.914494) (xy 44.769502 72.80418) (xy 44.805812 72.684482) + (xy 44.818072 72.56) (xy 44.815 72.34575) (xy 44.65625 72.187) (xy 43.557 72.187) (xy 43.303 72.187) + (xy 42.20375 72.187) (xy 42.045 72.34575) (xy 42.041928 72.56) (xy 42.054188 72.684482) (xy 42.090498 72.80418) + (xy 42.120112 72.859582) (xy 42.048048 72.811431) (xy 41.906643 72.752859) (xy 41.756528 72.723) (xy 41.603472 72.723) + (xy 41.453357 72.752859) (xy 41.311952 72.811431) (xy 41.184691 72.896464) (xy 41.076464 73.004691) (xy 40.991431 73.131952) + (xy 40.932859 73.273357) (xy 40.903 73.423472) (xy 40.507 73.423472) (xy 40.507 71.727) (xy 42.044323 71.727) + (xy 42.045 71.77425) (xy 42.20375 71.933) (xy 43.303 71.933) (xy 43.303 71.913) (xy 43.557 71.913) + (xy 43.557 71.933) (xy 44.65625 71.933) (xy 44.815 71.77425) (xy 44.815677 71.727) (xy 46.649206 71.727) + (xy 46.68 71.730033) (xy 46.710794 71.727) (xy 47.201176 71.727) (xy 47.201176 72.56) (xy 47.208455 72.633905) + (xy 47.230012 72.70497) (xy 47.265019 72.770463) (xy 47.312131 72.827869) (xy 47.369537 72.874981) (xy 47.43503 72.909988) + (xy 47.506095 72.931545) (xy 47.58 72.938824) (xy 47.828001 72.938824) (xy 47.828001 73.025347) (xy 47.825573 73.05) + (xy 47.835265 73.148409) (xy 47.86397 73.243036) (xy 47.910584 73.330245) (xy 47.957601 73.387535) (xy 47.957604 73.387538) + (xy 47.973317 73.406684) (xy 47.992463 73.422397) (xy 48.507603 73.937538) (xy 48.523316 73.956684) (xy 48.542462 73.972397) + (xy 48.542464 73.972399) (xy 48.56968 73.994735) (xy 48.599755 74.019417) (xy 48.686964 74.066031) (xy 48.781591 74.094736) + (xy 48.855347 74.102) (xy 48.855356 74.102) (xy 48.879999 74.104427) (xy 48.904642 74.102) (xy 50.272066 74.102) + (xy 50.528 74.357935) (xy 50.528 74.391176) (xy 50.28 74.391176) (xy 50.206095 74.398455) (xy 50.13503 74.420012) + (xy 50.069537 74.455019) (xy 50.012131 74.502131) (xy 49.965019 74.559537) (xy 49.930012 74.62503) (xy 49.908455 74.696095) + (xy 49.901176 74.77) (xy 49.901176 75.77) (xy 49.908455 75.843905) (xy 49.930012 75.91497) (xy 49.965019 75.980463) + (xy 50.012131 76.037869) (xy 50.069537 76.084981) (xy 50.13503 76.119988) (xy 50.206095 76.141545) (xy 50.28 76.148824) + (xy 51.78 76.148824) (xy 51.853905 76.141545) (xy 51.92497 76.119988) (xy 51.990463 76.084981) (xy 52.047869 76.037869) + (xy 52.094981 75.980463) (xy 52.129988 75.91497) (xy 52.151545 75.843905) (xy 52.158824 75.77) (xy 52.158824 74.77) + (xy 52.151545 74.696095) (xy 52.129988 74.62503) (xy 52.094981 74.559537) (xy 52.047869 74.502131) (xy 51.990463 74.455019) + (xy 51.92497 74.420012) (xy 51.853905 74.398455) (xy 51.78 74.391176) (xy 51.532 74.391176) (xy 51.532 74.174642) + (xy 51.534427 74.149999) (xy 51.532 74.125356) (xy 51.532 74.125347) (xy 51.524736 74.051591) (xy 51.496031 73.956964) + (xy 51.449417 73.869755) (xy 51.416589 73.829755) (xy 51.402399 73.812464) (xy 51.402397 73.812462) (xy 51.386684 73.793316) + (xy 51.367538 73.777603) (xy 50.852401 73.262467) (xy 50.836684 73.243316) (xy 50.764871 73.184379) (xy 50.903 73.04625) + (xy 50.903 72.197) (xy 51.157 72.197) (xy 51.157 73.04625) (xy 51.31575 73.205) (xy 51.78 73.208072) + (xy 51.904482 73.195812) (xy 52.02418 73.159502) (xy 52.134494 73.100537) (xy 52.231185 73.021185) (xy 52.310537 72.924494) + (xy 52.369502 72.81418) (xy 52.405812 72.694482) (xy 52.418072 72.57) (xy 52.415 72.35575) (xy 52.25625 72.197) + (xy 51.157 72.197) (xy 50.903 72.197) (xy 49.80375 72.197) (xy 49.645 72.35575) (xy 49.641928 72.57) + (xy 49.654188 72.694482) (xy 49.690498 72.81418) (xy 49.749463 72.924494) (xy 49.828815 73.021185) (xy 49.922415 73.098) + (xy 49.087935 73.098) (xy 48.928758 72.938824) (xy 49.08 72.938824) (xy 49.153905 72.931545) (xy 49.22497 72.909988) + (xy 49.290463 72.874981) (xy 49.347869 72.827869) (xy 49.394981 72.770463) (xy 49.429988 72.70497) (xy 49.451545 72.633905) + (xy 49.458824 72.56) (xy 49.458824 71.727) (xy 49.644179 71.727) (xy 49.645 71.78425) (xy 49.80375 71.943) + (xy 50.903 71.943) (xy 50.903 71.923) (xy 51.157 71.923) (xy 51.157 71.943) (xy 52.25625 71.943) + (xy 52.415 71.78425) (xy 52.415821 71.727) (xy 54.149206 71.727) (xy 54.18 71.730033) (xy 54.210794 71.727) + (xy 54.801176 71.727) (xy 54.801176 72.57) (xy 54.808455 72.643905) (xy 54.830012 72.71497) (xy 54.865019 72.780463) + (xy 54.912131 72.837869) (xy 54.969537 72.884981) (xy 55.03503 72.919988) (xy 55.106095 72.941545) (xy 55.18 72.948824) + (xy 55.428001 72.948824) (xy 55.428001 73.125347) (xy 55.425573 73.15) (xy 55.435265 73.248409) (xy 55.46397 73.343036) + (xy 55.510584 73.430245) (xy 55.557601 73.487535) (xy 55.557604 73.487538) (xy 55.573317 73.506684) (xy 55.592463 73.522397) + (xy 56.007603 73.937538) (xy 56.023316 73.956684) (xy 56.042462 73.972397) (xy 56.042464 73.972399) (xy 56.06968 73.994735) + (xy 56.099755 74.019417) (xy 56.186964 74.066031) (xy 56.281591 74.094736) (xy 56.355347 74.102) (xy 56.355356 74.102) + (xy 56.379999 74.104427) (xy 56.404642 74.102) (xy 57.972066 74.102) (xy 58.128 74.257935) (xy 58.128 74.401176) + (xy 57.88 74.401176) (xy 57.806095 74.408455) (xy 57.73503 74.430012) (xy 57.669537 74.465019) (xy 57.612131 74.512131) + (xy 57.565019 74.569537) (xy 57.530012 74.63503) (xy 57.508455 74.706095) (xy 57.501176 74.78) (xy 57.501176 75.78) + (xy 57.508455 75.853905) (xy 57.530012 75.92497) (xy 57.565019 75.990463) (xy 57.612131 76.047869) (xy 57.669537 76.094981) + (xy 57.73503 76.129988) (xy 57.806095 76.151545) (xy 57.88 76.158824) (xy 59.38 76.158824) (xy 59.453905 76.151545) + (xy 59.52497 76.129988) (xy 59.590463 76.094981) (xy 59.647869 76.047869) (xy 59.694981 75.990463) (xy 59.729988 75.92497) + (xy 59.751545 75.853905) (xy 59.758824 75.78) (xy 59.758824 74.78) (xy 59.751545 74.706095) (xy 59.729988 74.63503) + (xy 59.694981 74.569537) (xy 59.647869 74.512131) (xy 59.590463 74.465019) (xy 59.52497 74.430012) (xy 59.453905 74.408455) + (xy 59.38 74.401176) (xy 59.132 74.401176) (xy 59.132 74.074642) (xy 59.134427 74.049999) (xy 59.132 74.025356) + (xy 59.132 74.025347) (xy 59.124736 73.951591) (xy 59.096031 73.856964) (xy 59.049417 73.769755) (xy 58.986684 73.693316) + (xy 58.967538 73.677603) (xy 58.552401 73.262467) (xy 58.536684 73.243316) (xy 58.460245 73.180583) (xy 58.407083 73.152167) + (xy 58.503 73.05625) (xy 58.503 72.207) (xy 58.757 72.207) (xy 58.757 73.05625) (xy 58.91575 73.215) + (xy 59.38 73.218072) (xy 59.504482 73.205812) (xy 59.62418 73.169502) (xy 59.734494 73.110537) (xy 59.831185 73.031185) + (xy 59.910537 72.934494) (xy 59.969502 72.82418) (xy 60.005812 72.704482) (xy 60.018072 72.58) (xy 60.015 72.36575) + (xy 59.85625 72.207) (xy 58.757 72.207) (xy 58.503 72.207) (xy 57.40375 72.207) (xy 57.245 72.36575) + (xy 57.241928 72.58) (xy 57.254188 72.704482) (xy 57.290498 72.82418) (xy 57.349463 72.934494) (xy 57.428815 73.031185) + (xy 57.51023 73.098) (xy 56.587935 73.098) (xy 56.438758 72.948824) (xy 56.68 72.948824) (xy 56.753905 72.941545) + (xy 56.82497 72.919988) (xy 56.890463 72.884981) (xy 56.947869 72.837869) (xy 56.994981 72.780463) (xy 57.029988 72.71497) + (xy 57.051545 72.643905) (xy 57.058824 72.57) (xy 57.058824 71.727) (xy 57.244036 71.727) (xy 57.245 71.79425) + (xy 57.40375 71.953) (xy 58.503 71.953) (xy 58.503 71.933) (xy 58.757 71.933) (xy 58.757 71.953) + (xy 59.85625 71.953) (xy 60.015 71.79425) (xy 60.015964 71.727) (xy 61.849206 71.727) (xy 61.88 71.730033) + (xy 61.910794 71.727) (xy 62.401176 71.727) (xy 62.401176 72.58) (xy 62.408455 72.653905) (xy 62.430012 72.72497) + (xy 62.465019 72.790463) (xy 62.512131 72.847869) (xy 62.569537 72.894981) (xy 62.63503 72.929988) (xy 62.706095 72.951545) + (xy 62.78 72.958824) (xy 63.028001 72.958824) (xy 63.028001 73.125347) (xy 63.025573 73.15) (xy 63.035265 73.248409) + (xy 63.06397 73.343036) (xy 63.110584 73.430245) (xy 63.157601 73.487535) (xy 63.157604 73.487538) (xy 63.173317 73.506684) + (xy 63.192463 73.522397) (xy 63.607603 73.937538) (xy 63.623316 73.956684) (xy 63.642462 73.972397) (xy 63.642464 73.972399) + (xy 63.66968 73.994735) (xy 63.699755 74.019417) (xy 63.786964 74.066031) (xy 63.881591 74.094736) (xy 63.955347 74.102) + (xy 63.955356 74.102) (xy 63.979999 74.104427) (xy 64.004642 74.102) (xy 65.572066 74.102) (xy 65.728 74.257935) + (xy 65.728 74.391176) (xy 65.48 74.391176) (xy 65.406095 74.398455) (xy 65.33503 74.420012) (xy 65.269537 74.455019) + (xy 65.212131 74.502131) (xy 65.165019 74.559537) (xy 65.130012 74.62503) (xy 65.108455 74.696095) (xy 65.101176 74.77) + (xy 65.101176 75.77) (xy 65.108455 75.843905) (xy 65.130012 75.91497) (xy 65.165019 75.980463) (xy 65.212131 76.037869) + (xy 65.269537 76.084981) (xy 65.33503 76.119988) (xy 65.406095 76.141545) (xy 65.48 76.148824) (xy 66.98 76.148824) + (xy 67.053905 76.141545) (xy 67.12497 76.119988) (xy 67.190463 76.084981) (xy 67.247869 76.037869) (xy 67.294981 75.980463) + (xy 67.329988 75.91497) (xy 67.351545 75.843905) (xy 67.358824 75.77) (xy 67.358824 74.77) (xy 67.351545 74.696095) + (xy 67.329988 74.62503) (xy 67.294981 74.559537) (xy 67.247869 74.502131) (xy 67.190463 74.455019) (xy 67.12497 74.420012) + (xy 67.053905 74.398455) (xy 66.98 74.391176) (xy 66.732 74.391176) (xy 66.732 74.074642) (xy 66.734427 74.049999) + (xy 66.732 74.025356) (xy 66.732 74.025347) (xy 66.724736 73.951591) (xy 66.696031 73.856964) (xy 66.649417 73.769755) + (xy 66.586684 73.693316) (xy 66.567538 73.677603) (xy 66.152401 73.262467) (xy 66.136684 73.243316) (xy 66.060245 73.180583) + (xy 66.000566 73.148684) (xy 66.103 73.04625) (xy 66.103 72.197) (xy 66.357 72.197) (xy 66.357 73.04625) + (xy 66.51575 73.205) (xy 66.98 73.208072) (xy 67.104482 73.195812) (xy 67.22418 73.159502) (xy 67.334494 73.100537) + (xy 67.431185 73.021185) (xy 67.510537 72.924494) (xy 67.569502 72.81418) (xy 67.605812 72.694482) (xy 67.618072 72.57) + (xy 67.615 72.35575) (xy 67.45625 72.197) (xy 66.357 72.197) (xy 66.103 72.197) (xy 65.00375 72.197) + (xy 64.845 72.35575) (xy 64.841928 72.57) (xy 64.854188 72.694482) (xy 64.890498 72.81418) (xy 64.949463 72.924494) + (xy 65.028815 73.021185) (xy 65.122415 73.098) (xy 64.187935 73.098) (xy 64.048758 72.958824) (xy 64.28 72.958824) + (xy 64.353905 72.951545) (xy 64.42497 72.929988) (xy 64.490463 72.894981) (xy 64.547869 72.847869) (xy 64.594981 72.790463) + (xy 64.629988 72.72497) (xy 64.651545 72.653905) (xy 64.658824 72.58) (xy 64.658824 71.727) (xy 64.844179 71.727) + (xy 64.845 71.78425) (xy 65.00375 71.943) (xy 66.103 71.943) (xy 66.103 71.923) (xy 66.357 71.923) + (xy 66.357 71.943) (xy 67.45625 71.943) (xy 67.615 71.78425) (xy 67.615821 71.727) (xy 69.249206 71.727) + (xy 69.28 71.730033) (xy 69.310794 71.727) (xy 70.001176 71.727) (xy 70.001176 72.57) (xy 70.008455 72.643905) + (xy 70.030012 72.71497) (xy 70.065019 72.780463) (xy 70.112131 72.837869) (xy 70.169537 72.884981) (xy 70.23503 72.919988) + (xy 70.306095 72.941545) (xy 70.38 72.948824) (xy 70.628001 72.948824) (xy 70.628001 73.125347) (xy 70.625573 73.15) + (xy 70.635265 73.248409) (xy 70.66397 73.343036) (xy 70.710584 73.430245) (xy 70.757601 73.487535) (xy 70.757604 73.487538) + (xy 70.773317 73.506684) (xy 70.792462 73.522396) (xy 71.107607 73.837543) (xy 71.123316 73.856684) (xy 71.142456 73.872392) + (xy 71.142464 73.8724) (xy 71.199754 73.919417) (xy 71.246368 73.944332) (xy 71.286964 73.966031) (xy 71.381591 73.994736) + (xy 71.455347 74.002) (xy 71.455357 74.002) (xy 71.48 74.004427) (xy 71.504643 74.002) (xy 73.172066 74.002) + (xy 73.328 74.157935) (xy 73.328 74.391176) (xy 73.08 74.391176) (xy 73.006095 74.398455) (xy 72.93503 74.420012) + (xy 72.869537 74.455019) (xy 72.812131 74.502131) (xy 72.765019 74.559537) (xy 72.730012 74.62503) (xy 72.708455 74.696095) + (xy 72.701176 74.77) (xy 72.701176 75.77) (xy 72.708455 75.843905) (xy 72.730012 75.91497) (xy 72.765019 75.980463) + (xy 72.812131 76.037869) (xy 72.869537 76.084981) (xy 72.93503 76.119988) (xy 73.006095 76.141545) (xy 73.08 76.148824) + (xy 74.58 76.148824) (xy 74.653905 76.141545) (xy 74.72497 76.119988) (xy 74.790463 76.084981) (xy 74.847869 76.037869) + (xy 74.894981 75.980463) (xy 74.929988 75.91497) (xy 74.951545 75.843905) (xy 74.958824 75.77) (xy 74.958824 74.77) + (xy 74.951545 74.696095) (xy 74.929988 74.62503) (xy 74.894981 74.559537) (xy 74.847869 74.502131) (xy 74.790463 74.455019) + (xy 74.72497 74.420012) (xy 74.653905 74.398455) (xy 74.58 74.391176) (xy 74.332 74.391176) (xy 74.332 73.974642) + (xy 74.334427 73.949999) (xy 74.332 73.925356) (xy 74.332 73.925347) (xy 74.324736 73.851591) (xy 74.296031 73.756964) + (xy 74.249417 73.669755) (xy 74.204697 73.615264) (xy 74.202399 73.612464) (xy 74.202397 73.612462) (xy 74.186684 73.593316) + (xy 74.167538 73.577603) (xy 73.752401 73.162467) (xy 73.736684 73.143316) (xy 73.664871 73.084379) (xy 73.703 73.04625) + (xy 73.703 72.197) (xy 73.957 72.197) (xy 73.957 73.04625) (xy 74.11575 73.205) (xy 74.58 73.208072) + (xy 74.704482 73.195812) (xy 74.82418 73.159502) (xy 74.934494 73.100537) (xy 75.031185 73.021185) (xy 75.110537 72.924494) + (xy 75.169502 72.81418) (xy 75.205812 72.694482) (xy 75.218072 72.57) (xy 75.215 72.35575) (xy 75.05625 72.197) + (xy 73.957 72.197) (xy 73.703 72.197) (xy 72.60375 72.197) (xy 72.445 72.35575) (xy 72.441928 72.57) + (xy 72.454188 72.694482) (xy 72.490498 72.81418) (xy 72.549463 72.924494) (xy 72.609788 72.998) (xy 71.687935 72.998) + (xy 71.638759 72.948824) (xy 71.88 72.948824) (xy 71.953905 72.941545) (xy 72.02497 72.919988) (xy 72.090463 72.884981) + (xy 72.147869 72.837869) (xy 72.194981 72.780463) (xy 72.229988 72.71497) (xy 72.251545 72.643905) (xy 72.258824 72.57) + (xy 72.258824 71.727) (xy 72.444179 71.727) (xy 72.445 71.78425) (xy 72.60375 71.943) (xy 73.703 71.943) + (xy 73.703 71.923) (xy 73.957 71.923) (xy 73.957 71.943) (xy 75.05625 71.943) (xy 75.215 71.78425) + (xy 75.215821 71.727) (xy 76.849206 71.727) (xy 76.88 71.730033) (xy 76.910794 71.727) (xy 77.601176 71.727) + (xy 77.601176 72.57) (xy 77.608455 72.643905) (xy 77.630012 72.71497) (xy 77.665019 72.780463) (xy 77.712131 72.837869) + (xy 77.769537 72.884981) (xy 77.83503 72.919988) (xy 77.906095 72.941545) (xy 77.98 72.948824) (xy 78.228001 72.948824) + (xy 78.228001 73.225347) (xy 78.225573 73.25) (xy 78.235265 73.348409) (xy 78.26397 73.443036) (xy 78.310584 73.530245) + (xy 78.357601 73.587535) (xy 78.357604 73.587538) (xy 78.373317 73.606684) (xy 78.392462 73.622396) (xy 78.707607 73.937543) + (xy 78.723316 73.956684) (xy 78.742456 73.972392) (xy 78.742464 73.9724) (xy 78.799754 74.019417) (xy 78.846368 74.044332) + (xy 78.886964 74.066031) (xy 78.981591 74.094736) (xy 79.055347 74.102) (xy 79.055357 74.102) (xy 79.08 74.104427) + (xy 79.104643 74.102) (xy 80.772066 74.102) (xy 80.988 74.317935) (xy 80.988 74.371176) (xy 80.74 74.371176) + (xy 80.666095 74.378455) (xy 80.59503 74.400012) (xy 80.529537 74.435019) (xy 80.472131 74.482131) (xy 80.425019 74.539537) + (xy 80.390012 74.60503) (xy 80.368455 74.676095) (xy 80.361176 74.75) (xy 80.361176 75.75) (xy 80.368455 75.823905) + (xy 80.390012 75.89497) (xy 80.425019 75.960463) (xy 80.472131 76.017869) (xy 80.529537 76.064981) (xy 80.59503 76.099988) + (xy 80.666095 76.121545) (xy 80.74 76.128824) (xy 82.24 76.128824) (xy 82.313905 76.121545) (xy 82.38497 76.099988) + (xy 82.450463 76.064981) (xy 82.507869 76.017869) (xy 82.554981 75.960463) (xy 82.589988 75.89497) (xy 82.611545 75.823905) + (xy 82.618824 75.75) (xy 82.618824 74.75) (xy 82.611545 74.676095) (xy 82.589988 74.60503) (xy 82.554981 74.539537) + (xy 82.507869 74.482131) (xy 82.450463 74.435019) (xy 82.38497 74.400012) (xy 82.313905 74.378455) (xy 82.24 74.371176) + (xy 81.992 74.371176) (xy 81.992 74.134643) (xy 81.994427 74.11) (xy 81.992 74.085357) (xy 81.992 74.085347) + (xy 81.984736 74.011591) (xy 81.956031 73.916964) (xy 81.909417 73.829755) (xy 81.871841 73.783969) (xy 81.862399 73.772464) + (xy 81.862397 73.772462) (xy 81.846684 73.753316) (xy 81.827538 73.737603) (xy 81.352401 73.262467) (xy 81.336684 73.243316) + (xy 81.260245 73.180583) (xy 81.226633 73.162617) (xy 81.363 73.02625) (xy 81.363 72.177) (xy 81.617 72.177) + (xy 81.617 73.02625) (xy 81.77575 73.185) (xy 82.24 73.188072) (xy 82.364482 73.175812) (xy 82.48418 73.139502) + (xy 82.594494 73.080537) (xy 82.691185 73.001185) (xy 82.770537 72.904494) (xy 82.829502 72.79418) (xy 82.865812 72.674482) + (xy 82.878072 72.55) (xy 82.875 72.33575) (xy 82.71625 72.177) (xy 81.617 72.177) (xy 81.363 72.177) + (xy 80.26375 72.177) (xy 80.105 72.33575) (xy 80.101928 72.55) (xy 80.114188 72.674482) (xy 80.150498 72.79418) + (xy 80.209463 72.904494) (xy 80.288815 73.001185) (xy 80.385506 73.080537) (xy 80.418176 73.098) (xy 79.287935 73.098) + (xy 79.232 73.042065) (xy 79.232 72.948824) (xy 79.48 72.948824) (xy 79.553905 72.941545) (xy 79.62497 72.919988) + (xy 79.690463 72.884981) (xy 79.747869 72.837869) (xy 79.794981 72.780463) (xy 79.829988 72.71497) (xy 79.851545 72.643905) + (xy 79.858824 72.57) (xy 79.858824 71.727) (xy 80.104466 71.727) (xy 80.105 71.76425) (xy 80.26375 71.923) + (xy 81.363 71.923) (xy 81.363 71.903) (xy 81.617 71.903) (xy 81.617 71.923) (xy 82.71625 71.923) + (xy 82.875 71.76425) (xy 82.875534 71.727) (xy 84.649208 71.727) (xy 84.679999 71.730033) (xy 84.710791 71.727) + (xy 85.261176 71.727) (xy 85.261176 72.55) (xy 85.268455 72.623905) (xy 85.290012 72.69497) (xy 85.325019 72.760463) + (xy 85.372131 72.817869) (xy 85.429537 72.864981) (xy 85.49503 72.899988) (xy 85.566095 72.921545) (xy 85.64 72.928824) + (xy 85.888001 72.928824) (xy 85.888001 73.085347) (xy 85.885573 73.11) (xy 85.895265 73.208409) (xy 85.92397 73.303036) + (xy 85.970584 73.390245) (xy 86.017601 73.447535) (xy 86.017604 73.447538) (xy 86.033317 73.466684) (xy 86.052463 73.482397) + (xy 86.607603 74.037538) (xy 86.623316 74.056684) (xy 86.642462 74.072397) (xy 86.642464 74.072399) (xy 86.66968 74.094735) + (xy 86.699755 74.119417) (xy 86.786964 74.166031) (xy 86.881591 74.194736) (xy 86.955347 74.202) (xy 86.955356 74.202) + (xy 86.979999 74.204427) (xy 87.004642 74.202) (xy 88.272066 74.202) (xy 88.491241 74.421176) (xy 88.28 74.421176) + (xy 88.206095 74.428455) (xy 88.13503 74.450012) (xy 88.069537 74.485019) (xy 88.012131 74.532131) (xy 87.965019 74.589537) + (xy 87.930012 74.65503) (xy 87.908455 74.726095) (xy 87.901176 74.8) (xy 87.901176 75.8) (xy 87.908455 75.873905) + (xy 87.930012 75.94497) (xy 87.965019 76.010463) (xy 88.012131 76.067869) (xy 88.069537 76.114981) (xy 88.13503 76.149988) + (xy 88.206095 76.171545) (xy 88.28 76.178824) (xy 89.78 76.178824) (xy 89.853905 76.171545) (xy 89.92497 76.149988) + (xy 89.990463 76.114981) (xy 90.047869 76.067869) (xy 90.094981 76.010463) (xy 90.129988 75.94497) (xy 90.151545 75.873905) + (xy 90.158824 75.8) (xy 90.158824 74.8) (xy 90.151545 74.726095) (xy 90.129988 74.65503) (xy 90.094981 74.589537) + (xy 90.047869 74.532131) (xy 89.990463 74.485019) (xy 89.92497 74.450012) (xy 89.853905 74.428455) (xy 89.78 74.421176) + (xy 89.532 74.421176) (xy 89.532 74.274642) (xy 89.534427 74.249999) (xy 89.532 74.225356) (xy 89.532 74.225347) + (xy 89.524736 74.151591) (xy 89.496031 74.056964) (xy 89.449417 73.969755) (xy 89.422974 73.937535) (xy 89.402399 73.912464) + (xy 89.402397 73.912462) (xy 89.386684 73.893316) (xy 89.367538 73.877603) (xy 88.852401 73.362467) (xy 88.836684 73.343316) + (xy 88.760245 73.280583) (xy 88.675812 73.235453) (xy 88.74425 73.235) (xy 88.903 73.07625) (xy 88.903 72.227) + (xy 89.157 72.227) (xy 89.157 73.07625) (xy 89.31575 73.235) (xy 89.78 73.238072) (xy 89.904482 73.225812) + (xy 90.02418 73.189502) (xy 90.134494 73.130537) (xy 90.231185 73.051185) (xy 90.310537 72.954494) (xy 90.369502 72.84418) + (xy 90.405812 72.724482) (xy 90.418072 72.6) (xy 90.415 72.38575) (xy 90.25625 72.227) (xy 89.157 72.227) + (xy 88.903 72.227) (xy 87.80375 72.227) (xy 87.645 72.38575) (xy 87.641928 72.6) (xy 87.654188 72.724482) + (xy 87.690498 72.84418) (xy 87.749463 72.954494) (xy 87.828815 73.051185) (xy 87.925506 73.130537) (xy 88.03582 73.189502) + (xy 88.063834 73.198) (xy 87.187935 73.198) (xy 86.918758 72.928824) (xy 87.14 72.928824) (xy 87.213905 72.921545) + (xy 87.28497 72.899988) (xy 87.350463 72.864981) (xy 87.407869 72.817869) (xy 87.454981 72.760463) (xy 87.489988 72.69497) + (xy 87.511545 72.623905) (xy 87.518824 72.55) (xy 87.518824 71.727) (xy 87.643749 71.727) (xy 87.645 71.81425) + (xy 87.80375 71.973) (xy 88.903 71.973) (xy 88.903 71.953) (xy 89.157 71.953) (xy 89.157 71.973) + (xy 90.25625 71.973) (xy 90.415 71.81425) (xy 90.416251 71.727) (xy 92.249208 71.727) (xy 92.279999 71.730033) + (xy 92.310791 71.727) (xy 92.801176 71.727) (xy 92.801176 72.6) (xy 92.808455 72.673905) (xy 92.830012 72.74497) + (xy 92.865019 72.810463) (xy 92.912131 72.867869) (xy 92.969537 72.914981) (xy 93.03503 72.949988) (xy 93.106095 72.971545) + (xy 93.18 72.978824) (xy 93.428001 72.978824) (xy 93.428001 73.025347) (xy 93.425573 73.05) (xy 93.435265 73.148409) + (xy 93.46397 73.243036) (xy 93.510584 73.330245) (xy 93.557601 73.387535) (xy 93.557604 73.387538) (xy 93.573317 73.406684) + (xy 93.592463 73.422397) (xy 94.007603 73.837538) (xy 94.023316 73.856684) (xy 94.042462 73.872397) (xy 94.042464 73.872399) + (xy 94.06761 73.893036) (xy 94.099755 73.919417) (xy 94.186964 73.966031) (xy 94.281591 73.994736) (xy 94.355347 74.002) + (xy 94.355356 74.002) (xy 94.379999 74.004427) (xy 94.404642 74.002) (xy 95.772066 74.002) (xy 96.128 74.357936) + (xy 96.128 74.421176) (xy 95.88 74.421176) (xy 95.806095 74.428455) (xy 95.73503 74.450012) (xy 95.669537 74.485019) + (xy 95.612131 74.532131) (xy 95.565019 74.589537) (xy 95.530012 74.65503) (xy 95.508455 74.726095) (xy 95.501176 74.8) + (xy 95.501176 75.8) (xy 95.508455 75.873905) (xy 95.530012 75.94497) (xy 95.565019 76.010463) (xy 95.612131 76.067869) + (xy 95.669537 76.114981) (xy 95.73503 76.149988) (xy 95.806095 76.171545) (xy 95.88 76.178824) (xy 97.38 76.178824) + (xy 97.453905 76.171545) (xy 97.52497 76.149988) (xy 97.590463 76.114981) (xy 97.647869 76.067869) (xy 97.694981 76.010463) + (xy 97.729988 75.94497) (xy 97.751545 75.873905) (xy 97.758824 75.8) (xy 97.758824 74.8) (xy 97.751545 74.726095) + (xy 97.729988 74.65503) (xy 97.694981 74.589537) (xy 97.647869 74.532131) (xy 97.590463 74.485019) (xy 97.52497 74.450012) + (xy 97.453905 74.428455) (xy 97.38 74.421176) (xy 97.132 74.421176) (xy 97.132 74.174643) (xy 97.134427 74.15) + (xy 97.132 74.125357) (xy 97.132 74.125347) (xy 97.124736 74.051591) (xy 97.096031 73.956964) (xy 97.049417 73.869755) + (xy 97.034012 73.850984) (xy 97.0024 73.812464) (xy 97.002392 73.812456) (xy 96.986684 73.793316) (xy 96.967543 73.777607) + (xy 96.384592 73.194658) (xy 96.503 73.07625) (xy 96.503 72.227) (xy 96.757 72.227) (xy 96.757 73.07625) + (xy 96.91575 73.235) (xy 97.38 73.238072) (xy 97.504482 73.225812) (xy 97.62418 73.189502) (xy 97.734494 73.130537) + (xy 97.831185 73.051185) (xy 97.910537 72.954494) (xy 97.969502 72.84418) (xy 98.005812 72.724482) (xy 98.018072 72.6) + (xy 98.015 72.38575) (xy 97.85625 72.227) (xy 96.757 72.227) (xy 96.503 72.227) (xy 95.40375 72.227) + (xy 95.245 72.38575) (xy 95.241928 72.6) (xy 95.254188 72.724482) (xy 95.290498 72.84418) (xy 95.349463 72.954494) + (xy 95.385167 72.998) (xy 94.587935 72.998) (xy 94.568759 72.978824) (xy 94.68 72.978824) (xy 94.753905 72.971545) + (xy 94.82497 72.949988) (xy 94.890463 72.914981) (xy 94.947869 72.867869) (xy 94.994981 72.810463) (xy 95.029988 72.74497) + (xy 95.051545 72.673905) (xy 95.058824 72.6) (xy 95.058824 71.727) (xy 95.243749 71.727) (xy 95.245 71.81425) + (xy 95.40375 71.973) (xy 96.503 71.973) (xy 96.503 71.953) (xy 96.757 71.953) (xy 96.757 71.973) + (xy 97.85625 71.973) (xy 98.015 71.81425) (xy 98.016251 71.727) (xy 99.749208 71.727) (xy 99.779999 71.730033) + (xy 99.810791 71.727) (xy 100.401176 71.727) (xy 100.401176 72.6) (xy 100.408455 72.673905) (xy 100.430012 72.74497) + (xy 100.465019 72.810463) (xy 100.512131 72.867869) (xy 100.569537 72.914981) (xy 100.63503 72.949988) (xy 100.706095 72.971545) + (xy 100.78 72.978824) (xy 101.028001 72.978824) (xy 101.028001 73.125347) (xy 101.025573 73.15) (xy 101.035265 73.248409) + (xy 101.06397 73.343036) (xy 101.110584 73.430245) (xy 101.157601 73.487535) (xy 101.157604 73.487538) (xy 101.173317 73.506684) + (xy 101.192463 73.522397) (xy 101.707603 74.037538) (xy 101.723316 74.056684) (xy 101.742462 74.072397) (xy 101.742464 74.072399) + (xy 101.76968 74.094735) (xy 101.799755 74.119417) (xy 101.886964 74.166031) (xy 101.981591 74.194736) (xy 102.055347 74.202) + (xy 102.055356 74.202) (xy 102.079999 74.204427) (xy 102.104642 74.202) (xy 103.672065 74.202) (xy 103.728 74.257935) + (xy 103.728 74.421176) (xy 103.48 74.421176) (xy 103.406095 74.428455) (xy 103.33503 74.450012) (xy 103.269537 74.485019) + (xy 103.212131 74.532131) (xy 103.165019 74.589537) (xy 103.130012 74.65503) (xy 103.108455 74.726095) (xy 103.101176 74.8) + (xy 103.101176 75.8) (xy 103.108455 75.873905) (xy 103.130012 75.94497) (xy 103.165019 76.010463) (xy 103.212131 76.067869) + (xy 103.269537 76.114981) (xy 103.33503 76.149988) (xy 103.406095 76.171545) (xy 103.48 76.178824) (xy 104.98 76.178824) + (xy 105.053905 76.171545) (xy 105.12497 76.149988) (xy 105.190463 76.114981) (xy 105.247869 76.067869) (xy 105.294981 76.010463) + (xy 105.329988 75.94497) (xy 105.351545 75.873905) (xy 105.358824 75.8) (xy 105.358824 74.8) (xy 105.351545 74.726095) + (xy 105.329988 74.65503) (xy 105.294981 74.589537) (xy 105.247869 74.532131) (xy 105.190463 74.485019) (xy 105.12497 74.450012) + (xy 105.053905 74.428455) (xy 104.98 74.421176) (xy 104.732 74.421176) (xy 104.732 74.074643) (xy 104.734427 74.05) + (xy 104.732 74.025357) (xy 104.732 74.025347) (xy 104.724736 73.951591) (xy 104.696031 73.856964) (xy 104.650865 73.772464) + (xy 104.649417 73.769754) (xy 104.6024 73.712464) (xy 104.602392 73.712456) (xy 104.586684 73.693316) (xy 104.567543 73.677607) + (xy 104.252401 73.362467) (xy 104.236684 73.343316) (xy 104.160245 73.280583) (xy 104.073036 73.233969) (xy 103.978409 73.205264) + (xy 103.974383 73.204867) (xy 104.103 73.07625) (xy 104.103 72.227) (xy 104.357 72.227) (xy 104.357 73.07625) + (xy 104.51575 73.235) (xy 104.98 73.238072) (xy 105.104482 73.225812) (xy 105.22418 73.189502) (xy 105.334494 73.130537) + (xy 105.431185 73.051185) (xy 105.510537 72.954494) (xy 105.569502 72.84418) (xy 105.605812 72.724482) (xy 105.618072 72.6) + (xy 105.615 72.38575) (xy 105.45625 72.227) (xy 104.357 72.227) (xy 104.103 72.227) (xy 103.00375 72.227) + (xy 102.845 72.38575) (xy 102.841928 72.6) (xy 102.854188 72.724482) (xy 102.890498 72.84418) (xy 102.949463 72.954494) + (xy 103.028815 73.051185) (xy 103.125506 73.130537) (xy 103.23582 73.189502) (xy 103.263834 73.198) (xy 102.287935 73.198) + (xy 102.068758 72.978824) (xy 102.28 72.978824) (xy 102.353905 72.971545) (xy 102.42497 72.949988) (xy 102.490463 72.914981) + (xy 102.547869 72.867869) (xy 102.594981 72.810463) (xy 102.629988 72.74497) (xy 102.651545 72.673905) (xy 102.658824 72.6) + (xy 102.658824 71.727) (xy 102.843749 71.727) (xy 102.845 71.81425) (xy 103.00375 71.973) (xy 104.103 71.973) + (xy 104.103 71.953) (xy 104.357 71.953) (xy 104.357 71.973) (xy 105.45625 71.973) (xy 105.615 71.81425) + (xy 105.616251 71.727) (xy 107.549206 71.727) (xy 107.58 71.730033) (xy 107.610794 71.727) (xy 108.001176 71.727) + (xy 108.001176 72.6) (xy 108.008455 72.673905) (xy 108.030012 72.74497) (xy 108.065019 72.810463) (xy 108.112131 72.867869) + (xy 108.169537 72.914981) (xy 108.23503 72.949988) (xy 108.306095 72.971545) (xy 108.38 72.978824) (xy 108.628001 72.978824) + (xy 108.628001 73.025347) (xy 108.625573 73.05) (xy 108.635265 73.148409) (xy 108.66397 73.243036) (xy 108.710584 73.330245) + (xy 108.757601 73.387535) (xy 108.757604 73.387538) (xy 108.773317 73.406684) (xy 108.792463 73.422397) (xy 109.307603 73.937538) + (xy 109.323316 73.956684) (xy 109.342462 73.972397) (xy 109.342464 73.972399) (xy 109.36968 73.994735) (xy 109.399755 74.019417) + (xy 109.486964 74.066031) (xy 109.581591 74.094736) (xy 109.655347 74.102) (xy 109.655356 74.102) (xy 109.679999 74.104427) + (xy 109.704642 74.102) (xy 111.172066 74.102) (xy 111.328 74.257935) (xy 111.328 74.421176) (xy 111.08 74.421176) + (xy 111.006095 74.428455) (xy 110.93503 74.450012) (xy 110.869537 74.485019) (xy 110.812131 74.532131) (xy 110.765019 74.589537) + (xy 110.730012 74.65503) (xy 110.708455 74.726095) (xy 110.701176 74.8) (xy 110.701176 75.8) (xy 110.708455 75.873905) + (xy 110.730012 75.94497) (xy 110.765019 76.010463) (xy 110.812131 76.067869) (xy 110.869537 76.114981) (xy 110.93503 76.149988) + (xy 111.006095 76.171545) (xy 111.08 76.178824) (xy 112.58 76.178824) (xy 112.653905 76.171545) (xy 112.72497 76.149988) + (xy 112.790463 76.114981) (xy 112.847869 76.067869) (xy 112.894981 76.010463) (xy 112.929988 75.94497) (xy 112.951545 75.873905) + (xy 112.958824 75.8) (xy 112.958824 74.8) (xy 112.951545 74.726095) (xy 112.929988 74.65503) (xy 112.894981 74.589537) + (xy 112.847869 74.532131) (xy 112.790463 74.485019) (xy 112.72497 74.450012) (xy 112.653905 74.428455) (xy 112.58 74.421176) + (xy 112.332 74.421176) (xy 112.332 74.074642) (xy 112.334427 74.049999) (xy 112.332 74.025356) (xy 112.332 74.025347) + (xy 112.324736 73.951591) (xy 112.296031 73.856964) (xy 112.249417 73.769755) (xy 112.186684 73.693316) (xy 112.167538 73.677603) + (xy 111.752401 73.262467) (xy 111.736684 73.243316) (xy 111.660245 73.180583) (xy 111.620116 73.159134) (xy 111.703 73.07625) + (xy 111.703 72.227) (xy 111.957 72.227) (xy 111.957 73.07625) (xy 112.11575 73.235) (xy 112.58 73.238072) + (xy 112.704482 73.225812) (xy 112.82418 73.189502) (xy 112.934494 73.130537) (xy 113.031185 73.051185) (xy 113.110537 72.954494) + (xy 113.169502 72.84418) (xy 113.205812 72.724482) (xy 113.218072 72.6) (xy 113.215 72.38575) (xy 113.05625 72.227) + (xy 111.957 72.227) (xy 111.703 72.227) (xy 110.60375 72.227) (xy 110.445 72.38575) (xy 110.441928 72.6) + (xy 110.454188 72.724482) (xy 110.490498 72.84418) (xy 110.549463 72.954494) (xy 110.628815 73.051185) (xy 110.685859 73.098) + (xy 109.887935 73.098) (xy 109.768759 72.978824) (xy 109.88 72.978824) (xy 109.953905 72.971545) (xy 110.02497 72.949988) + (xy 110.090463 72.914981) (xy 110.147869 72.867869) (xy 110.194981 72.810463) (xy 110.229988 72.74497) (xy 110.251545 72.673905) + (xy 110.258824 72.6) (xy 110.258824 71.727) (xy 110.443749 71.727) (xy 110.445 71.81425) (xy 110.60375 71.973) + (xy 111.703 71.973) (xy 111.703 71.953) (xy 111.957 71.953) (xy 111.957 71.973) (xy 113.05625 71.973) + (xy 113.215 71.81425) (xy 113.216251 71.727) (xy 114.449206 71.727) (xy 114.48 71.730033) (xy 114.510794 71.727) + (xy 114.602913 71.717927) (xy 114.721103 71.682075) (xy 114.830028 71.623853) (xy 114.859093 71.6) (xy 115.601176 71.6) + (xy 115.601176 72.6) (xy 115.608455 72.673905) (xy 115.630012 72.74497) (xy 115.665019 72.810463) (xy 115.712131 72.867869) + (xy 115.769537 72.914981) (xy 115.83503 72.949988) (xy 115.906095 72.971545) (xy 115.98 72.978824) (xy 117.48 72.978824) + (xy 117.553905 72.971545) (xy 117.62497 72.949988) (xy 117.690463 72.914981) (xy 117.747869 72.867869) (xy 117.794981 72.810463) + (xy 117.82478 72.754714) (xy 117.907822 72.837757) (xy 117.88005 72.87932) (xy 117.829016 73.002526) (xy 117.803 73.133321) + (xy 117.803 73.266679) (xy 117.829016 73.397474) (xy 117.88005 73.52068) (xy 117.95414 73.631563) (xy 118.048437 73.72586) + (xy 118.15932 73.79995) (xy 118.282526 73.850984) (xy 118.413321 73.877) (xy 118.546679 73.877) (xy 118.677474 73.850984) + (xy 118.80068 73.79995) (xy 118.911563 73.72586) (xy 119.00586 73.631563) (xy 119.07995 73.52068) (xy 119.130984 73.397474) + (xy 119.157 73.266679) (xy 119.157 73.133321) (xy 119.130984 73.002526) (xy 119.07995 72.87932) (xy 119.00586 72.768437) + (xy 118.982 72.744577) (xy 118.982 72.724642) (xy 118.984427 72.699999) (xy 118.982 72.675356) (xy 118.982 72.675347) + (xy 118.974736 72.601591) (xy 118.946031 72.506964) (xy 118.899417 72.419755) (xy 118.871509 72.38575) (xy 118.852399 72.362464) + (xy 118.852397 72.362462) (xy 118.836684 72.343316) (xy 118.817538 72.327603) (xy 118.252401 71.762467) (xy 118.236684 71.743316) + (xy 118.160245 71.680583) (xy 118.073036 71.633969) (xy 117.978409 71.605264) (xy 117.904653 71.598) (xy 117.904643 71.598) + (xy 117.88 71.595573) (xy 117.858596 71.597681) (xy 117.851545 71.526095) (xy 117.829988 71.45503) (xy 117.794981 71.389537) + (xy 117.747869 71.332131) (xy 117.690463 71.285019) (xy 117.62497 71.250012) (xy 117.553905 71.228455) (xy 117.48 71.221176) + (xy 115.98 71.221176) (xy 115.906095 71.228455) (xy 115.83503 71.250012) (xy 115.769537 71.285019) (xy 115.712131 71.332131) + (xy 115.665019 71.389537) (xy 115.630012 71.45503) (xy 115.608455 71.526095) (xy 115.601176 71.6) (xy 114.859093 71.6) + (xy 114.925501 71.545501) (xy 114.945138 71.521573) (xy 115.281574 71.185137) (xy 115.305501 71.165501) (xy 115.383853 71.070028) + (xy 115.442075 70.961103) (xy 115.477927 70.842913) (xy 115.485889 70.762074) (xy 115.489344 70.727) (xy 116.149206 70.727) + (xy 116.18 70.730033) (xy 116.210794 70.727) (xy 116.302913 70.717927) (xy 116.421103 70.682075) (xy 116.530028 70.623853) + (xy 116.625501 70.545501) (xy 116.645138 70.521573) (xy 117.151579 70.015133) (xy 117.175501 69.995501) (xy 117.253853 69.900028) + (xy 117.312075 69.791103) (xy 117.347927 69.672913) (xy 117.357 69.580794) (xy 117.357 69.580793) (xy 117.360033 69.550001) + (xy 117.357 69.519209) (xy 117.357 69.078824) (xy 117.48 69.078824) (xy 117.553905 69.071545) (xy 117.62497 69.049988) + (xy 117.690463 69.014981) (xy 117.747869 68.967869) (xy 117.794981 68.910463) (xy 117.829988 68.84497) (xy 117.851545 68.773905) + (xy 117.858824 68.7) (xy 117.858824 67.7) (xy 117.851545 67.626095) (xy 117.829988 67.55503) (xy 117.794981 67.489537) + (xy 117.747869 67.432131) (xy 117.690463 67.385019) (xy 117.62497 67.350012) (xy 117.553905 67.328455) (xy 117.48 67.321176) + (xy 115.98 67.321176) (xy 115.906095 67.328455) (xy 115.83503 67.350012) (xy 115.769537 67.385019) (xy 115.712131 67.432131) + (xy 115.665019 67.489537) (xy 115.630012 67.55503) (xy 115.608455 67.626095) (xy 115.601176 67.7) (xy 115.601176 68.7) + (xy 115.608455 68.773905) (xy 115.630012 68.84497) (xy 115.665019 68.910463) (xy 115.712131 68.967869) (xy 115.769537 69.014981) + (xy 115.83503 69.049988) (xy 115.906095 69.071545) (xy 115.98 69.078824) (xy 116.103 69.078824) (xy 116.103 69.290288) + (xy 115.920289 69.473) (xy 115.240323 69.473) (xy 115.198545 69.450669) (xy 115.101218 69.421145) (xy 115 69.411176) + (xy 114.72 69.411176) (xy 114.69259 69.413876) (xy 114.633247 69.340887) (xy 114.536921 69.261092) (xy 114.426878 69.201623) + (xy 114.307348 69.164765) (xy 114.18575 69.155) (xy 114.027 69.31375) (xy 114.027 69.973) (xy 114.047 69.973) + (xy 114.047 70.227) (xy 114.027 70.227) (xy 114.027 70.247) (xy 113.773 70.247) (xy 113.773 70.227) + (xy 113.14375 70.227) (xy 112.985 70.38575) (xy 112.981935 70.407077) (xy 112.988123 70.473) (xy 109.093711 70.473) + (xy 109.551579 70.015133) (xy 109.575501 69.995501) (xy 109.653853 69.900028) (xy 109.711102 69.792923) (xy 112.981935 69.792923) + (xy 112.985 69.81425) (xy 113.14375 69.973) (xy 113.773 69.973) (xy 113.773 69.31375) (xy 113.61425 69.155) + (xy 113.492652 69.164765) (xy 113.373122 69.201623) (xy 113.263079 69.261092) (xy 113.166753 69.340887) (xy 113.087844 69.437941) + (xy 113.029386 69.548524) (xy 112.993625 69.668387) (xy 112.981935 69.792923) (xy 109.711102 69.792923) (xy 109.712075 69.791103) + (xy 109.747927 69.672913) (xy 109.757 69.580794) (xy 109.757 69.580793) (xy 109.760033 69.550001) (xy 109.757 69.519209) + (xy 109.757 69.078824) (xy 109.88 69.078824) (xy 109.953905 69.071545) (xy 110.02497 69.049988) (xy 110.090463 69.014981) + (xy 110.147869 68.967869) (xy 110.194981 68.910463) (xy 110.229988 68.84497) (xy 110.251545 68.773905) (xy 110.258824 68.7) + (xy 110.258824 67.7) (xy 110.251545 67.626095) (xy 110.229988 67.55503) (xy 110.194981 67.489537) (xy 110.147869 67.432131) + (xy 110.090463 67.385019) (xy 110.02497 67.350012) (xy 109.953905 67.328455) (xy 109.88 67.321176) (xy 108.38 67.321176) + (xy 108.306095 67.328455) (xy 108.23503 67.350012) (xy 108.169537 67.385019) (xy 108.112131 67.432131) (xy 108.065019 67.489537) + (xy 108.030012 67.55503) (xy 108.008455 67.626095) (xy 108.001176 67.7) (xy 108.001176 68.7) (xy 108.008455 68.773905) + (xy 108.030012 68.84497) (xy 108.065019 68.910463) (xy 108.112131 68.967869) (xy 108.169537 69.014981) (xy 108.23503 69.049988) + (xy 108.306095 69.071545) (xy 108.38 69.078824) (xy 108.503 69.078824) (xy 108.503 69.290288) (xy 108.320289 69.473) + (xy 107.840323 69.473) (xy 107.798545 69.450669) (xy 107.701218 69.421145) (xy 107.6 69.411176) (xy 107.32 69.411176) + (xy 107.29259 69.413876) (xy 107.233247 69.340887) (xy 107.136921 69.261092) (xy 107.026878 69.201623) (xy 106.907348 69.164765) + (xy 106.78575 69.155) (xy 106.627 69.31375) (xy 106.627 69.973) (xy 106.647 69.973) (xy 106.647 70.227) + (xy 106.627 70.227) (xy 106.627 70.247) (xy 106.373 70.247) (xy 106.373 70.227) (xy 105.74375 70.227) + (xy 105.585 70.38575) (xy 105.581935 70.407077) (xy 105.588123 70.473) (xy 101.393711 70.473) (xy 101.951579 69.915133) + (xy 101.975501 69.895501) (xy 102.053853 69.800028) (xy 102.05765 69.792923) (xy 105.581935 69.792923) (xy 105.585 69.81425) + (xy 105.74375 69.973) (xy 106.373 69.973) (xy 106.373 69.31375) (xy 106.21425 69.155) (xy 106.092652 69.164765) + (xy 105.973122 69.201623) (xy 105.863079 69.261092) (xy 105.766753 69.340887) (xy 105.687844 69.437941) (xy 105.629386 69.548524) + (xy 105.593625 69.668387) (xy 105.581935 69.792923) (xy 102.05765 69.792923) (xy 102.112075 69.691103) (xy 102.147927 69.572913) + (xy 102.157 69.480794) (xy 102.157 69.480793) (xy 102.160033 69.45) (xy 102.157 69.419206) (xy 102.157 69.138824) + (xy 102.28 69.138824) (xy 102.353905 69.131545) (xy 102.42497 69.109988) (xy 102.490463 69.074981) (xy 102.547869 69.027869) + (xy 102.594981 68.970463) (xy 102.629988 68.90497) (xy 102.651545 68.833905) (xy 102.658824 68.76) (xy 102.658824 67.76) + (xy 102.651545 67.686095) (xy 102.629988 67.61503) (xy 102.594981 67.549537) (xy 102.547869 67.492131) (xy 102.490463 67.445019) + (xy 102.42497 67.410012) (xy 102.353905 67.388455) (xy 102.28 67.381176) (xy 100.78 67.381176) (xy 100.706095 67.388455) + (xy 100.63503 67.410012) (xy 100.569537 67.445019) (xy 100.512131 67.492131) (xy 100.465019 67.549537) (xy 100.430012 67.61503) + (xy 100.408455 67.686095) (xy 100.401176 67.76) (xy 100.401176 68.76) (xy 100.408455 68.833905) (xy 100.430012 68.90497) + (xy 100.465019 68.970463) (xy 100.512131 69.027869) (xy 100.569537 69.074981) (xy 100.63503 69.109988) (xy 100.706095 69.131545) + (xy 100.78 69.138824) (xy 100.903 69.138824) (xy 100.903 69.190288) (xy 100.620289 69.473) (xy 100.140323 69.473) + (xy 100.098545 69.450669) (xy 100.001218 69.421145) (xy 99.9 69.411176) (xy 99.62 69.411176) (xy 99.59259 69.413876) + (xy 99.533247 69.340887) (xy 99.436921 69.261092) (xy 99.326878 69.201623) (xy 99.207348 69.164765) (xy 99.08575 69.155) + (xy 98.927 69.31375) (xy 98.927 69.973) (xy 98.947 69.973) (xy 98.947 70.227) (xy 98.927 70.227) + (xy 98.927 70.247) (xy 98.673 70.247) (xy 98.673 70.227) (xy 98.04375 70.227) (xy 97.885 70.38575) + (xy 97.881935 70.407077) (xy 97.888123 70.473) (xy 93.893711 70.473) (xy 94.351579 70.015133) (xy 94.375501 69.995501) + (xy 94.453853 69.900028) (xy 94.511102 69.792923) (xy 97.881935 69.792923) (xy 97.885 69.81425) (xy 98.04375 69.973) + (xy 98.673 69.973) (xy 98.673 69.31375) (xy 98.51425 69.155) (xy 98.392652 69.164765) (xy 98.273122 69.201623) + (xy 98.163079 69.261092) (xy 98.066753 69.340887) (xy 97.987844 69.437941) (xy 97.929386 69.548524) (xy 97.893625 69.668387) + (xy 97.881935 69.792923) (xy 94.511102 69.792923) (xy 94.512075 69.791103) (xy 94.547927 69.672913) (xy 94.557 69.580794) + (xy 94.557 69.580793) (xy 94.560033 69.550001) (xy 94.557 69.519209) (xy 94.557 69.128824) (xy 94.68 69.128824) + (xy 94.753905 69.121545) (xy 94.82497 69.099988) (xy 94.890463 69.064981) (xy 94.947869 69.017869) (xy 94.994981 68.960463) + (xy 95.029988 68.89497) (xy 95.051545 68.823905) (xy 95.058824 68.75) (xy 95.058824 67.75) (xy 95.051545 67.676095) + (xy 95.029988 67.60503) (xy 94.994981 67.539537) (xy 94.947869 67.482131) (xy 94.890463 67.435019) (xy 94.82497 67.400012) + (xy 94.753905 67.378455) (xy 94.68 67.371176) (xy 93.18 67.371176) (xy 93.106095 67.378455) (xy 93.03503 67.400012) + (xy 92.969537 67.435019) (xy 92.912131 67.482131) (xy 92.865019 67.539537) (xy 92.830012 67.60503) (xy 92.808455 67.676095) + (xy 92.801176 67.75) (xy 92.801176 68.75) (xy 92.808455 68.823905) (xy 92.830012 68.89497) (xy 92.865019 68.960463) + (xy 92.912131 69.017869) (xy 92.969537 69.064981) (xy 93.03503 69.099988) (xy 93.106095 69.121545) (xy 93.18 69.128824) + (xy 93.303 69.128824) (xy 93.303 69.290288) (xy 93.120289 69.473) (xy 92.640323 69.473) (xy 92.598545 69.450669) + (xy 92.501218 69.421145) (xy 92.4 69.411176) (xy 92.12 69.411176) (xy 92.09259 69.413876) (xy 92.033247 69.340887) + (xy 91.936921 69.261092) (xy 91.826878 69.201623) (xy 91.707348 69.164765) (xy 91.58575 69.155) (xy 91.427 69.31375) + (xy 91.427 69.973) (xy 91.447 69.973) (xy 91.447 70.227) (xy 91.427 70.227) (xy 91.427 70.247) + (xy 91.173 70.247) (xy 91.173 70.227) (xy 90.54375 70.227) (xy 90.385 70.38575) (xy 90.381935 70.407077) + (xy 90.388123 70.473) (xy 86.293711 70.473) (xy 86.751579 70.015133) (xy 86.775501 69.995501) (xy 86.853853 69.900028) + (xy 86.911102 69.792923) (xy 90.381935 69.792923) (xy 90.385 69.81425) (xy 90.54375 69.973) (xy 91.173 69.973) + (xy 91.173 69.31375) (xy 91.01425 69.155) (xy 90.892652 69.164765) (xy 90.773122 69.201623) (xy 90.663079 69.261092) + (xy 90.566753 69.340887) (xy 90.487844 69.437941) (xy 90.429386 69.548524) (xy 90.393625 69.668387) (xy 90.381935 69.792923) + (xy 86.911102 69.792923) (xy 86.912075 69.791103) (xy 86.947927 69.672913) (xy 86.957 69.580794) (xy 86.957 69.580793) + (xy 86.960033 69.55) (xy 86.957 69.519206) (xy 86.957 69.118824) (xy 87.08 69.118824) (xy 87.153905 69.111545) + (xy 87.22497 69.089988) (xy 87.290463 69.054981) (xy 87.347869 69.007869) (xy 87.394981 68.950463) (xy 87.429988 68.88497) + (xy 87.451545 68.813905) (xy 87.458824 68.74) (xy 87.458824 67.74) (xy 87.451545 67.666095) (xy 87.429988 67.59503) + (xy 87.394981 67.529537) (xy 87.347869 67.472131) (xy 87.290463 67.425019) (xy 87.22497 67.390012) (xy 87.153905 67.368455) + (xy 87.08 67.361176) (xy 85.58 67.361176) (xy 85.506095 67.368455) (xy 85.43503 67.390012) (xy 85.369537 67.425019) + (xy 85.312131 67.472131) (xy 85.265019 67.529537) (xy 85.230012 67.59503) (xy 85.208455 67.666095) (xy 85.201176 67.74) + (xy 85.201176 68.74) (xy 85.208455 68.813905) (xy 85.230012 68.88497) (xy 85.265019 68.950463) (xy 85.312131 69.007869) + (xy 85.369537 69.054981) (xy 85.43503 69.089988) (xy 85.506095 69.111545) (xy 85.58 69.118824) (xy 85.703 69.118824) + (xy 85.703 69.290288) (xy 85.490289 69.503) (xy 85.040323 69.503) (xy 84.998545 69.480669) (xy 84.901218 69.451145) + (xy 84.8 69.441176) (xy 84.52 69.441176) (xy 84.49259 69.443876) (xy 84.433247 69.370887) (xy 84.336921 69.291092) + (xy 84.226878 69.231623) (xy 84.107348 69.194765) (xy 83.98575 69.185) (xy 83.827 69.34375) (xy 83.827 70.003) + (xy 83.847 70.003) (xy 83.847 70.257) (xy 83.827 70.257) (xy 83.827 70.277) (xy 83.573 70.277) + (xy 83.573 70.257) (xy 82.94375 70.257) (xy 82.785 70.41575) (xy 82.781935 70.437077) (xy 82.785307 70.473) + (xy 78.693711 70.473) (xy 79.151579 70.015133) (xy 79.175501 69.995501) (xy 79.253853 69.900028) (xy 79.295066 69.822923) + (xy 82.781935 69.822923) (xy 82.785 69.84425) (xy 82.94375 70.003) (xy 83.573 70.003) (xy 83.573 69.34375) + (xy 83.41425 69.185) (xy 83.292652 69.194765) (xy 83.173122 69.231623) (xy 83.063079 69.291092) (xy 82.966753 69.370887) + (xy 82.887844 69.467941) (xy 82.829386 69.578524) (xy 82.793625 69.698387) (xy 82.781935 69.822923) (xy 79.295066 69.822923) + (xy 79.312075 69.791103) (xy 79.347927 69.672913) (xy 79.357 69.580794) (xy 79.357 69.580793) (xy 79.360033 69.550001) + (xy 79.357 69.519209) (xy 79.357 69.078824) (xy 79.48 69.078824) (xy 79.553905 69.071545) (xy 79.62497 69.049988) + (xy 79.690463 69.014981) (xy 79.747869 68.967869) (xy 79.794981 68.910463) (xy 79.829988 68.84497) (xy 79.851545 68.773905) + (xy 79.858824 68.7) (xy 79.858824 67.7) (xy 79.851545 67.626095) (xy 79.829988 67.55503) (xy 79.794981 67.489537) + (xy 79.747869 67.432131) (xy 79.690463 67.385019) (xy 79.62497 67.350012) (xy 79.553905 67.328455) (xy 79.48 67.321176) + (xy 77.98 67.321176) (xy 77.906095 67.328455) (xy 77.83503 67.350012) (xy 77.769537 67.385019) (xy 77.712131 67.432131) + (xy 77.665019 67.489537) (xy 77.630012 67.55503) (xy 77.608455 67.626095) (xy 77.601176 67.7) (xy 77.601176 68.7) + (xy 77.608455 68.773905) (xy 77.630012 68.84497) (xy 77.665019 68.910463) (xy 77.712131 68.967869) (xy 77.769537 69.014981) + (xy 77.83503 69.049988) (xy 77.906095 69.071545) (xy 77.98 69.078824) (xy 78.103 69.078824) (xy 78.103 69.290288) + (xy 77.920289 69.473) (xy 77.320323 69.473) (xy 77.278545 69.450669) (xy 77.181218 69.421145) (xy 77.08 69.411176) + (xy 76.8 69.411176) (xy 76.77259 69.413876) (xy 76.713247 69.340887) (xy 76.616921 69.261092) (xy 76.506878 69.201623) + (xy 76.387348 69.164765) (xy 76.26575 69.155) (xy 76.107 69.31375) (xy 76.107 69.973) (xy 76.127 69.973) + (xy 76.127 70.227) (xy 76.107 70.227) (xy 76.107 70.247) (xy 75.853 70.247) (xy 75.853 70.227) + (xy 75.22375 70.227) (xy 75.065 70.38575) (xy 75.061935 70.407077) (xy 75.068123 70.473) (xy 70.993711 70.473) + (xy 71.551579 69.915133) (xy 71.575501 69.895501) (xy 71.653853 69.800028) (xy 71.65765 69.792923) (xy 75.061935 69.792923) + (xy 75.065 69.81425) (xy 75.22375 69.973) (xy 75.853 69.973) (xy 75.853 69.31375) (xy 75.69425 69.155) + (xy 75.572652 69.164765) (xy 75.453122 69.201623) (xy 75.343079 69.261092) (xy 75.246753 69.340887) (xy 75.167844 69.437941) + (xy 75.109386 69.548524) (xy 75.073625 69.668387) (xy 75.061935 69.792923) (xy 71.65765 69.792923) (xy 71.712075 69.691103) + (xy 71.747927 69.572913) (xy 71.757 69.480794) (xy 71.757 69.480793) (xy 71.760033 69.45) (xy 71.757 69.419206) + (xy 71.757 69.098824) (xy 71.88 69.098824) (xy 71.953905 69.091545) (xy 72.02497 69.069988) (xy 72.090463 69.034981) + (xy 72.147869 68.987869) (xy 72.194981 68.930463) (xy 72.229988 68.86497) (xy 72.251545 68.793905) (xy 72.258824 68.72) + (xy 72.258824 67.72) (xy 72.251545 67.646095) (xy 72.229988 67.57503) (xy 72.194981 67.509537) (xy 72.147869 67.452131) + (xy 72.090463 67.405019) (xy 72.02497 67.370012) (xy 71.953905 67.348455) (xy 71.88 67.341176) (xy 70.38 67.341176) + (xy 70.306095 67.348455) (xy 70.23503 67.370012) (xy 70.169537 67.405019) (xy 70.112131 67.452131) (xy 70.065019 67.509537) + (xy 70.030012 67.57503) (xy 70.008455 67.646095) (xy 70.001176 67.72) (xy 70.001176 68.72) (xy 70.008455 68.793905) + (xy 70.030012 68.86497) (xy 70.065019 68.930463) (xy 70.112131 68.987869) (xy 70.169537 69.034981) (xy 70.23503 69.069988) + (xy 70.306095 69.091545) (xy 70.38 69.098824) (xy 70.503 69.098824) (xy 70.503 69.190288) (xy 70.220289 69.473) + (xy 69.740323 69.473) (xy 69.698545 69.450669) (xy 69.601218 69.421145) (xy 69.5 69.411176) (xy 69.22 69.411176) + (xy 69.19259 69.413876) (xy 69.133247 69.340887) (xy 69.036921 69.261092) (xy 68.926878 69.201623) (xy 68.807348 69.164765) + (xy 68.68575 69.155) (xy 68.527 69.31375) (xy 68.527 69.973) (xy 68.547 69.973) (xy 68.547 70.227) + (xy 68.527 70.227) (xy 68.527 70.247) (xy 68.273 70.247) (xy 68.273 70.227) (xy 67.64375 70.227) + (xy 67.485 70.38575) (xy 67.481935 70.407077) (xy 67.488123 70.473) (xy 63.593711 70.473) (xy 63.951579 70.115133) + (xy 63.975501 70.095501) (xy 64.053853 70.000028) (xy 64.112075 69.891103) (xy 64.141857 69.792923) (xy 67.481935 69.792923) + (xy 67.485 69.81425) (xy 67.64375 69.973) (xy 68.273 69.973) (xy 68.273 69.31375) (xy 68.11425 69.155) + (xy 67.992652 69.164765) (xy 67.873122 69.201623) (xy 67.763079 69.261092) (xy 67.666753 69.340887) (xy 67.587844 69.437941) + (xy 67.529386 69.548524) (xy 67.493625 69.668387) (xy 67.481935 69.792923) (xy 64.141857 69.792923) (xy 64.147927 69.772913) + (xy 64.150343 69.748387) (xy 64.160033 69.650001) (xy 64.157 69.619207) (xy 64.157 69.098824) (xy 64.28 69.098824) + (xy 64.353905 69.091545) (xy 64.42497 69.069988) (xy 64.490463 69.034981) (xy 64.547869 68.987869) (xy 64.594981 68.930463) + (xy 64.629988 68.86497) (xy 64.651545 68.793905) (xy 64.658824 68.72) (xy 64.658824 67.72) (xy 64.651545 67.646095) + (xy 64.629988 67.57503) (xy 64.594981 67.509537) (xy 64.547869 67.452131) (xy 64.490463 67.405019) (xy 64.42497 67.370012) + (xy 64.353905 67.348455) (xy 64.28 67.341176) (xy 62.78 67.341176) (xy 62.706095 67.348455) (xy 62.63503 67.370012) + (xy 62.569537 67.405019) (xy 62.512131 67.452131) (xy 62.465019 67.509537) (xy 62.430012 67.57503) (xy 62.408455 67.646095) + (xy 62.401176 67.72) (xy 62.401176 68.72) (xy 62.408455 68.793905) (xy 62.430012 68.86497) (xy 62.465019 68.930463) + (xy 62.512131 68.987869) (xy 62.569537 69.034981) (xy 62.63503 69.069988) (xy 62.706095 69.091545) (xy 62.78 69.098824) + (xy 62.903 69.098824) (xy 62.903 69.390288) (xy 62.820289 69.473) (xy 62.340323 69.473) (xy 62.298545 69.450669) + (xy 62.201218 69.421145) (xy 62.1 69.411176) (xy 61.82 69.411176) (xy 61.79259 69.413876) (xy 61.733247 69.340887) + (xy 61.636921 69.261092) (xy 61.526878 69.201623) (xy 61.407348 69.164765) (xy 61.28575 69.155) (xy 61.127 69.31375) + (xy 61.127 69.973) (xy 61.147 69.973) (xy 61.147 70.227) (xy 61.127 70.227) (xy 61.127 70.247) + (xy 60.873 70.247) (xy 60.873 70.227) (xy 60.24375 70.227) (xy 60.085 70.38575) (xy 60.081935 70.407077) + (xy 60.088123 70.473) (xy 55.793711 70.473) (xy 56.351574 69.915137) (xy 56.375501 69.895501) (xy 56.453853 69.800028) + (xy 56.45765 69.792923) (xy 60.081935 69.792923) (xy 60.085 69.81425) (xy 60.24375 69.973) (xy 60.873 69.973) + (xy 60.873 69.31375) (xy 60.71425 69.155) (xy 60.592652 69.164765) (xy 60.473122 69.201623) (xy 60.363079 69.261092) + (xy 60.266753 69.340887) (xy 60.187844 69.437941) (xy 60.129386 69.548524) (xy 60.093625 69.668387) (xy 60.081935 69.792923) + (xy 56.45765 69.792923) (xy 56.481456 69.748387) (xy 56.512075 69.691104) (xy 56.547927 69.572913) (xy 56.560033 69.45) + (xy 56.557 69.419206) (xy 56.557 69.098824) (xy 56.68 69.098824) (xy 56.753905 69.091545) (xy 56.82497 69.069988) + (xy 56.890463 69.034981) (xy 56.947869 68.987869) (xy 56.994981 68.930463) (xy 57.029988 68.86497) (xy 57.051545 68.793905) + (xy 57.058824 68.72) (xy 57.058824 67.72) (xy 57.051545 67.646095) (xy 57.029988 67.57503) (xy 56.994981 67.509537) + (xy 56.947869 67.452131) (xy 56.890463 67.405019) (xy 56.82497 67.370012) (xy 56.753905 67.348455) (xy 56.68 67.341176) + (xy 55.18 67.341176) (xy 55.106095 67.348455) (xy 55.03503 67.370012) (xy 54.969537 67.405019) (xy 54.912131 67.452131) + (xy 54.865019 67.509537) (xy 54.830012 67.57503) (xy 54.808455 67.646095) (xy 54.801176 67.72) (xy 54.801176 68.72) + (xy 54.808455 68.793905) (xy 54.830012 68.86497) (xy 54.865019 68.930463) (xy 54.912131 68.987869) (xy 54.969537 69.034981) + (xy 55.03503 69.069988) (xy 55.106095 69.091545) (xy 55.18 69.098824) (xy 55.303 69.098824) (xy 55.303 69.190289) + (xy 55.040289 69.453) (xy 54.640323 69.453) (xy 54.598545 69.430669) (xy 54.501218 69.401145) (xy 54.4 69.391176) + (xy 54.12 69.391176) (xy 54.09259 69.393876) (xy 54.033247 69.320887) (xy 53.936921 69.241092) (xy 53.826878 69.181623) + (xy 53.707348 69.144765) (xy 53.58575 69.135) (xy 53.427 69.29375) (xy 53.427 69.953) (xy 53.447 69.953) + (xy 53.447 70.207) (xy 53.427 70.207) (xy 53.427 70.227) (xy 53.173 70.227) (xy 53.173 70.207) + (xy 52.54375 70.207) (xy 52.385 70.36575) (xy 52.381935 70.387077) (xy 52.39 70.473) (xy 48.393711 70.473) + (xy 48.751579 70.115133) (xy 48.775501 70.095501) (xy 48.853853 70.000028) (xy 48.912075 69.891103) (xy 48.947923 69.772923) + (xy 52.381935 69.772923) (xy 52.385 69.79425) (xy 52.54375 69.953) (xy 53.173 69.953) (xy 53.173 69.29375) + (xy 53.01425 69.135) (xy 52.892652 69.144765) (xy 52.773122 69.181623) (xy 52.663079 69.241092) (xy 52.566753 69.320887) + (xy 52.487844 69.417941) (xy 52.429386 69.528524) (xy 52.393625 69.648387) (xy 52.381935 69.772923) (xy 48.947923 69.772923) + (xy 48.947927 69.772913) (xy 48.950343 69.748387) (xy 48.960033 69.650001) (xy 48.957 69.619207) (xy 48.957 69.098824) + (xy 49.08 69.098824) (xy 49.153905 69.091545) (xy 49.22497 69.069988) (xy 49.290463 69.034981) (xy 49.347869 68.987869) + (xy 49.394981 68.930463) (xy 49.429988 68.86497) (xy 49.451545 68.793905) (xy 49.458824 68.72) (xy 49.458824 67.72) + (xy 49.451545 67.646095) (xy 49.429988 67.57503) (xy 49.394981 67.509537) (xy 49.347869 67.452131) (xy 49.290463 67.405019) + (xy 49.22497 67.370012) (xy 49.153905 67.348455) (xy 49.08 67.341176) (xy 47.58 67.341176) (xy 47.506095 67.348455) + (xy 47.43503 67.370012) (xy 47.369537 67.405019) (xy 47.312131 67.452131) (xy 47.265019 67.509537) (xy 47.230012 67.57503) + (xy 47.208455 67.646095) (xy 47.201176 67.72) (xy 47.201176 68.72) (xy 47.208455 68.793905) (xy 47.230012 68.86497) + (xy 47.265019 68.930463) (xy 47.312131 68.987869) (xy 47.369537 69.034981) (xy 47.43503 69.069988) (xy 47.506095 69.091545) + (xy 47.58 69.098824) (xy 47.703 69.098824) (xy 47.703 69.390288) (xy 47.540289 69.553) (xy 47.060323 69.553) + (xy 47.018545 69.530669) (xy 46.921218 69.501145) (xy 46.82 69.491176) (xy 46.54 69.491176) (xy 46.51259 69.493876) + (xy 46.453247 69.420887) (xy 46.356921 69.341092) (xy 46.246878 69.281623) (xy 46.127348 69.244765) (xy 46.00575 69.235) + (xy 45.847 69.39375) (xy 45.847 70.053) (xy 45.867 70.053) (xy 45.867 70.307) (xy 45.847 70.307) + (xy 45.847 70.327) (xy 45.593 70.327) (xy 45.593 70.307) (xy 44.96375 70.307) (xy 44.805 70.46575) + (xy 44.803958 70.473) (xy 40.507 70.473) (xy 40.507 69.872923) (xy 44.801935 69.872923) (xy 44.805 69.89425) + (xy 44.96375 70.053) (xy 45.593 70.053) (xy 45.593 69.39375) (xy 45.43425 69.235) (xy 45.312652 69.244765) + (xy 45.193122 69.281623) (xy 45.083079 69.341092) (xy 44.986753 69.420887) (xy 44.907844 69.517941) (xy 44.849386 69.628524) + (xy 44.813625 69.748387) (xy 44.801935 69.872923) (xy 40.507 69.872923) (xy 40.507 66.023472) (xy 40.803 66.023472) + (xy 40.803 66.176528) (xy 40.832859 66.326643) (xy 40.891431 66.468048) (xy 40.976464 66.595309) (xy 41.078 66.696845) + (xy 41.078001 67.575347) (xy 41.075573 67.6) (xy 41.085265 67.698409) (xy 41.11397 67.793036) (xy 41.160584 67.880245) + (xy 41.207601 67.937535) (xy 41.207604 67.937538) (xy 41.223317 67.956684) (xy 41.242463 67.972397) (xy 41.827603 68.557538) + (xy 41.843316 68.576684) (xy 41.862462 68.592397) (xy 41.862464 68.592399) (xy 41.87987 68.606684) (xy 41.919755 68.639417) + (xy 42.006964 68.686031) (xy 42.101591 68.714736) (xy 42.175347 68.722) (xy 42.175356 68.722) (xy 42.199999 68.724427) + (xy 42.224642 68.722) (xy 42.301373 68.722) (xy 42.308455 68.793905) (xy 42.330012 68.86497) (xy 42.365019 68.930463) + (xy 42.412131 68.987869) (xy 42.469537 69.034981) (xy 42.53503 69.069988) (xy 42.606095 69.091545) (xy 42.68 69.098824) + (xy 44.18 69.098824) (xy 44.253905 69.091545) (xy 44.32497 69.069988) (xy 44.390463 69.034981) (xy 44.447869 68.987869) + (xy 44.494981 68.930463) (xy 44.529988 68.86497) (xy 44.551545 68.793905) (xy 44.558824 68.72) (xy 44.558824 67.72) + (xy 44.551545 67.646095) (xy 44.529988 67.57503) (xy 44.494981 67.509537) (xy 44.447869 67.452131) (xy 44.390463 67.405019) + (xy 44.32497 67.370012) (xy 44.253905 67.348455) (xy 44.18 67.341176) (xy 42.68 67.341176) (xy 42.606095 67.348455) + (xy 42.53503 67.370012) (xy 42.469537 67.405019) (xy 42.412131 67.452131) (xy 42.365019 67.509537) (xy 42.330012 67.57503) + (xy 42.314873 67.624938) (xy 42.082 67.392066) (xy 42.082 66.696845) (xy 42.183536 66.595309) (xy 42.268569 66.468048) + (xy 42.327141 66.326643) (xy 42.357 66.176528) (xy 42.357 66.067371) (xy 42.43582 66.109502) (xy 42.555518 66.145812) + (xy 42.68 66.158072) (xy 43.14425 66.155) (xy 43.303 65.99625) (xy 43.303 65.147) (xy 43.557 65.147) + (xy 43.557 65.99625) (xy 43.71575 66.155) (xy 44.18 66.158072) (xy 44.304482 66.145812) (xy 44.42418 66.109502) + (xy 44.534494 66.050537) (xy 44.631185 65.971185) (xy 44.710537 65.874494) (xy 44.769502 65.76418) (xy 44.805812 65.644482) + (xy 44.818072 65.52) (xy 44.815 65.30575) (xy 44.65625 65.147) (xy 43.557 65.147) (xy 43.303 65.147) + (xy 42.20375 65.147) (xy 42.045 65.30575) (xy 42.042579 65.474595) (xy 41.948048 65.411431) (xy 41.806643 65.352859) + (xy 41.656528 65.323) (xy 41.503472 65.323) (xy 41.353357 65.352859) (xy 41.211952 65.411431) (xy 41.084691 65.496464) + (xy 40.976464 65.604691) (xy 40.891431 65.731952) (xy 40.832859 65.873357) (xy 40.803 66.023472) (xy 40.507 66.023472) + (xy 40.507 65.659711) (xy 41.539712 64.627) (xy 42.043462 64.627) (xy 42.045 64.73425) (xy 42.20375 64.893) + (xy 43.303 64.893) (xy 43.303 64.873) (xy 43.557 64.873) (xy 43.557 64.893) (xy 44.65625 64.893) + (xy 44.815 64.73425) (xy 44.816538 64.627) (xy 46.649206 64.627) (xy 46.68 64.630033) (xy 46.710794 64.627) + (xy 47.201176 64.627) (xy 47.201176 65.52) (xy 47.208455 65.593905) (xy 47.230012 65.66497) (xy 47.265019 65.730463) + (xy 47.312131 65.787869) (xy 47.369537 65.834981) (xy 47.43503 65.869988) (xy 47.506095 65.891545) (xy 47.58 65.898824) + (xy 47.828001 65.898824) (xy 47.828001 66.025347) (xy 47.825573 66.05) (xy 47.835265 66.148409) (xy 47.86397 66.243036) + (xy 47.910584 66.330245) (xy 47.957601 66.387535) (xy 47.957604 66.387538) (xy 47.973317 66.406684) (xy 47.992463 66.422397) + (xy 48.407603 66.837538) (xy 48.423316 66.856684) (xy 48.442462 66.872397) (xy 48.442464 66.872399) (xy 48.46761 66.893036) + (xy 48.499755 66.919417) (xy 48.586964 66.966031) (xy 48.681591 66.994736) (xy 48.755347 67.002) (xy 48.755356 67.002) + (xy 48.779999 67.004427) (xy 48.804642 67.002) (xy 50.472065 67.002) (xy 50.528 67.057935) (xy 50.528 67.341176) + (xy 50.28 67.341176) (xy 50.206095 67.348455) (xy 50.13503 67.370012) (xy 50.069537 67.405019) (xy 50.012131 67.452131) + (xy 49.965019 67.509537) (xy 49.930012 67.57503) (xy 49.908455 67.646095) (xy 49.901176 67.72) (xy 49.901176 68.72) + (xy 49.908455 68.793905) (xy 49.930012 68.86497) (xy 49.965019 68.930463) (xy 50.012131 68.987869) (xy 50.069537 69.034981) + (xy 50.13503 69.069988) (xy 50.206095 69.091545) (xy 50.28 69.098824) (xy 51.78 69.098824) (xy 51.853905 69.091545) + (xy 51.92497 69.069988) (xy 51.990463 69.034981) (xy 52.047869 68.987869) (xy 52.094981 68.930463) (xy 52.129988 68.86497) + (xy 52.151545 68.793905) (xy 52.158824 68.72) (xy 52.158824 67.72) (xy 52.151545 67.646095) (xy 52.129988 67.57503) + (xy 52.094981 67.509537) (xy 52.047869 67.452131) (xy 51.990463 67.405019) (xy 51.92497 67.370012) (xy 51.853905 67.348455) + (xy 51.78 67.341176) (xy 51.532 67.341176) (xy 51.532 66.874643) (xy 51.534427 66.85) (xy 51.532 66.825357) + (xy 51.532 66.825347) (xy 51.524736 66.751591) (xy 51.496031 66.656964) (xy 51.457015 66.583969) (xy 51.449417 66.569754) + (xy 51.4024 66.512464) (xy 51.402392 66.512456) (xy 51.386684 66.493316) (xy 51.367543 66.477607) (xy 51.052401 66.162467) + (xy 51.046273 66.155) (xy 51.157002 66.155) (xy 51.157002 65.996252) (xy 51.31575 66.155) (xy 51.78 66.158072) + (xy 51.904482 66.145812) (xy 52.02418 66.109502) (xy 52.134494 66.050537) (xy 52.231185 65.971185) (xy 52.310537 65.874494) + (xy 52.369502 65.76418) (xy 52.405812 65.644482) (xy 52.418072 65.52) (xy 52.415 65.30575) (xy 52.25625 65.147) + (xy 51.157 65.147) (xy 51.157 65.167) (xy 50.903 65.167) (xy 50.903 65.147) (xy 49.80375 65.147) + (xy 49.645 65.30575) (xy 49.641928 65.52) (xy 49.654188 65.644482) (xy 49.690498 65.76418) (xy 49.749463 65.874494) + (xy 49.828815 65.971185) (xy 49.861489 65.998) (xy 48.987935 65.998) (xy 48.888758 65.898824) (xy 49.08 65.898824) + (xy 49.153905 65.891545) (xy 49.22497 65.869988) (xy 49.290463 65.834981) (xy 49.347869 65.787869) (xy 49.394981 65.730463) + (xy 49.429988 65.66497) (xy 49.451545 65.593905) (xy 49.458824 65.52) (xy 49.458824 64.627) (xy 49.643462 64.627) + (xy 49.645 64.73425) (xy 49.80375 64.893) (xy 50.903 64.893) (xy 50.903 64.873) (xy 51.157 64.873) + (xy 51.157 64.893) (xy 52.25625 64.893) (xy 52.415 64.73425) (xy 52.416538 64.627) (xy 54.249208 64.627) + (xy 54.279999 64.630033) (xy 54.310791 64.627) (xy 54.801176 64.627) (xy 54.801176 65.52) (xy 54.808455 65.593905) + (xy 54.830012 65.66497) (xy 54.865019 65.730463) (xy 54.912131 65.787869) (xy 54.969537 65.834981) (xy 55.03503 65.869988) + (xy 55.106095 65.891545) (xy 55.18 65.898824) (xy 55.428001 65.898824) (xy 55.428001 65.925347) (xy 55.425573 65.95) + (xy 55.435265 66.048409) (xy 55.46397 66.143036) (xy 55.510584 66.230245) (xy 55.557601 66.287535) (xy 55.557604 66.287538) + (xy 55.573317 66.306684) (xy 55.592463 66.322397) (xy 56.107603 66.837538) (xy 56.123316 66.856684) (xy 56.142462 66.872397) + (xy 56.142464 66.872399) (xy 56.16761 66.893036) (xy 56.199755 66.919417) (xy 56.286964 66.966031) (xy 56.381591 66.994736) + (xy 56.455347 67.002) (xy 56.455356 67.002) (xy 56.479999 67.004427) (xy 56.504642 67.002) (xy 57.972066 67.002) + (xy 58.128 67.157935) (xy 58.128 67.341176) (xy 57.88 67.341176) (xy 57.806095 67.348455) (xy 57.73503 67.370012) + (xy 57.669537 67.405019) (xy 57.612131 67.452131) (xy 57.565019 67.509537) (xy 57.530012 67.57503) (xy 57.508455 67.646095) + (xy 57.501176 67.72) (xy 57.501176 68.72) (xy 57.508455 68.793905) (xy 57.530012 68.86497) (xy 57.565019 68.930463) + (xy 57.612131 68.987869) (xy 57.669537 69.034981) (xy 57.73503 69.069988) (xy 57.806095 69.091545) (xy 57.88 69.098824) + (xy 59.38 69.098824) (xy 59.453905 69.091545) (xy 59.52497 69.069988) (xy 59.590463 69.034981) (xy 59.647869 68.987869) + (xy 59.694981 68.930463) (xy 59.729988 68.86497) (xy 59.751545 68.793905) (xy 59.758824 68.72) (xy 59.758824 67.72) + (xy 59.751545 67.646095) (xy 59.729988 67.57503) (xy 59.694981 67.509537) (xy 59.647869 67.452131) (xy 59.590463 67.405019) + (xy 59.52497 67.370012) (xy 59.453905 67.348455) (xy 59.38 67.341176) (xy 59.132 67.341176) (xy 59.132 66.974642) + (xy 59.134427 66.949999) (xy 59.132 66.925356) (xy 59.132 66.925347) (xy 59.124736 66.851591) (xy 59.096031 66.756964) + (xy 59.049417 66.669755) (xy 58.986684 66.593316) (xy 58.967538 66.577603) (xy 58.552401 66.162467) (xy 58.536684 66.143316) + (xy 58.460245 66.080583) (xy 58.43315 66.0661) (xy 58.503 65.99625) (xy 58.503 65.147) (xy 58.757 65.147) + (xy 58.757 65.99625) (xy 58.91575 66.155) (xy 59.38 66.158072) (xy 59.504482 66.145812) (xy 59.62418 66.109502) + (xy 59.734494 66.050537) (xy 59.831185 65.971185) (xy 59.910537 65.874494) (xy 59.969502 65.76418) (xy 60.005812 65.644482) + (xy 60.018072 65.52) (xy 60.015 65.30575) (xy 59.85625 65.147) (xy 58.757 65.147) (xy 58.503 65.147) + (xy 57.40375 65.147) (xy 57.245 65.30575) (xy 57.241928 65.52) (xy 57.254188 65.644482) (xy 57.290498 65.76418) + (xy 57.349463 65.874494) (xy 57.428815 65.971185) (xy 57.461489 65.998) (xy 56.687935 65.998) (xy 56.588759 65.898824) + (xy 56.68 65.898824) (xy 56.753905 65.891545) (xy 56.82497 65.869988) (xy 56.890463 65.834981) (xy 56.947869 65.787869) + (xy 56.994981 65.730463) (xy 57.029988 65.66497) (xy 57.051545 65.593905) (xy 57.058824 65.52) (xy 57.058824 64.627) + (xy 57.243462 64.627) (xy 57.245 64.73425) (xy 57.40375 64.893) (xy 58.503 64.893) (xy 58.503 64.873) + (xy 58.757 64.873) (xy 58.757 64.893) (xy 59.85625 64.893) (xy 60.015 64.73425) (xy 60.016538 64.627) + (xy 62.049207 64.627) (xy 62.079999 64.630033) (xy 62.110791 64.627) (xy 62.401176 64.627) (xy 62.401176 65.52) + (xy 62.408455 65.593905) (xy 62.430012 65.66497) (xy 62.465019 65.730463) (xy 62.512131 65.787869) (xy 62.569537 65.834981) + (xy 62.63503 65.869988) (xy 62.706095 65.891545) (xy 62.78 65.898824) (xy 63.028001 65.898824) (xy 63.028001 65.925347) + (xy 63.025573 65.95) (xy 63.035265 66.048409) (xy 63.06397 66.143036) (xy 63.110584 66.230245) (xy 63.157601 66.287535) + (xy 63.157604 66.287538) (xy 63.173317 66.306684) (xy 63.192463 66.322397) (xy 63.607603 66.737538) (xy 63.623316 66.756684) + (xy 63.642462 66.772397) (xy 63.642464 66.772399) (xy 63.656562 66.783969) (xy 63.699755 66.819417) (xy 63.786964 66.866031) + (xy 63.881591 66.894736) (xy 63.955347 66.902) (xy 63.955356 66.902) (xy 63.979999 66.904427) (xy 64.004642 66.902) + (xy 65.472066 66.902) (xy 65.728 67.157935) (xy 65.728 67.341176) (xy 65.48 67.341176) (xy 65.406095 67.348455) + (xy 65.33503 67.370012) (xy 65.269537 67.405019) (xy 65.212131 67.452131) (xy 65.165019 67.509537) (xy 65.130012 67.57503) + (xy 65.108455 67.646095) (xy 65.101176 67.72) (xy 65.101176 68.72) (xy 65.108455 68.793905) (xy 65.130012 68.86497) + (xy 65.165019 68.930463) (xy 65.212131 68.987869) (xy 65.269537 69.034981) (xy 65.33503 69.069988) (xy 65.406095 69.091545) + (xy 65.48 69.098824) (xy 66.98 69.098824) (xy 67.053905 69.091545) (xy 67.12497 69.069988) (xy 67.190463 69.034981) + (xy 67.247869 68.987869) (xy 67.294981 68.930463) (xy 67.329988 68.86497) (xy 67.351545 68.793905) (xy 67.358824 68.72) + (xy 67.358824 67.72) (xy 67.351545 67.646095) (xy 67.329988 67.57503) (xy 67.294981 67.509537) (xy 67.247869 67.452131) + (xy 67.190463 67.405019) (xy 67.12497 67.370012) (xy 67.053905 67.348455) (xy 66.98 67.341176) (xy 66.732 67.341176) + (xy 66.732 66.974642) (xy 66.734427 66.949999) (xy 66.732 66.925356) (xy 66.732 66.925347) (xy 66.724736 66.851591) + (xy 66.696031 66.756964) (xy 66.649417 66.669755) (xy 66.586684 66.593316) (xy 66.567538 66.577603) (xy 66.052401 66.062467) + (xy 66.045361 66.053889) (xy 66.103 65.99625) (xy 66.103 65.147) (xy 66.357 65.147) (xy 66.357 65.99625) + (xy 66.51575 66.155) (xy 66.98 66.158072) (xy 67.104482 66.145812) (xy 67.22418 66.109502) (xy 67.334494 66.050537) + (xy 67.431185 65.971185) (xy 67.510537 65.874494) (xy 67.569502 65.76418) (xy 67.605812 65.644482) (xy 67.618072 65.52) + (xy 67.615 65.30575) (xy 67.45625 65.147) (xy 66.357 65.147) (xy 66.103 65.147) (xy 65.00375 65.147) + (xy 64.845 65.30575) (xy 64.841928 65.52) (xy 64.854188 65.644482) (xy 64.890498 65.76418) (xy 64.949463 65.874494) + (xy 64.968754 65.898) (xy 64.288366 65.898) (xy 64.353905 65.891545) (xy 64.42497 65.869988) (xy 64.490463 65.834981) + (xy 64.547869 65.787869) (xy 64.594981 65.730463) (xy 64.629988 65.66497) (xy 64.651545 65.593905) (xy 64.658824 65.52) + (xy 64.658824 64.627) (xy 64.843462 64.627) (xy 64.845 64.73425) (xy 65.00375 64.893) (xy 66.103 64.893) + (xy 66.103 64.873) (xy 66.357 64.873) (xy 66.357 64.893) (xy 67.45625 64.893) (xy 67.615 64.73425) + (xy 67.616538 64.627) (xy 69.349206 64.627) (xy 69.38 64.630033) (xy 69.410794 64.627) (xy 70.001176 64.627) + (xy 70.001176 65.52) (xy 70.008455 65.593905) (xy 70.030012 65.66497) (xy 70.065019 65.730463) (xy 70.112131 65.787869) + (xy 70.169537 65.834981) (xy 70.23503 65.869988) (xy 70.306095 65.891545) (xy 70.38 65.898824) (xy 70.628001 65.898824) + (xy 70.628001 66.025347) (xy 70.625573 66.05) (xy 70.635265 66.148409) (xy 70.66397 66.243036) (xy 70.710584 66.330245) + (xy 70.757601 66.387535) (xy 70.757604 66.387538) (xy 70.773317 66.406684) (xy 70.792463 66.422397) (xy 71.207603 66.837538) + (xy 71.223316 66.856684) (xy 71.242462 66.872397) (xy 71.242464 66.872399) (xy 71.26761 66.893036) (xy 71.299755 66.919417) + (xy 71.386964 66.966031) (xy 71.481591 66.994736) (xy 71.555347 67.002) (xy 71.555356 67.002) (xy 71.579999 67.004427) + (xy 71.604642 67.002) (xy 73.072066 67.002) (xy 73.328 67.257935) (xy 73.328 67.321176) (xy 73.08 67.321176) + (xy 73.006095 67.328455) (xy 72.93503 67.350012) (xy 72.869537 67.385019) (xy 72.812131 67.432131) (xy 72.765019 67.489537) + (xy 72.730012 67.55503) (xy 72.708455 67.626095) (xy 72.701176 67.7) (xy 72.701176 68.7) (xy 72.708455 68.773905) + (xy 72.730012 68.84497) (xy 72.765019 68.910463) (xy 72.812131 68.967869) (xy 72.869537 69.014981) (xy 72.93503 69.049988) + (xy 73.006095 69.071545) (xy 73.08 69.078824) (xy 74.58 69.078824) (xy 74.653905 69.071545) (xy 74.72497 69.049988) + (xy 74.790463 69.014981) (xy 74.847869 68.967869) (xy 74.894981 68.910463) (xy 74.929988 68.84497) (xy 74.951545 68.773905) + (xy 74.958824 68.7) (xy 74.958824 67.7) (xy 74.951545 67.626095) (xy 74.929988 67.55503) (xy 74.894981 67.489537) + (xy 74.847869 67.432131) (xy 74.790463 67.385019) (xy 74.72497 67.350012) (xy 74.653905 67.328455) (xy 74.58 67.321176) + (xy 74.332 67.321176) (xy 74.332 67.074642) (xy 74.334427 67.049999) (xy 74.332 67.025356) (xy 74.332 67.025347) + (xy 74.324736 66.951591) (xy 74.296031 66.856964) (xy 74.249417 66.769755) (xy 74.186684 66.693316) (xy 74.167538 66.677603) + (xy 73.652401 66.162467) (xy 73.636684 66.143316) (xy 73.581348 66.097902) (xy 73.703 65.97625) (xy 73.703 65.127) + (xy 73.957 65.127) (xy 73.957 65.97625) (xy 74.11575 66.135) (xy 74.58 66.138072) (xy 74.704482 66.125812) + (xy 74.82418 66.089502) (xy 74.934494 66.030537) (xy 75.031185 65.951185) (xy 75.110537 65.854494) (xy 75.169502 65.74418) + (xy 75.205812 65.624482) (xy 75.218072 65.5) (xy 75.215 65.28575) (xy 75.05625 65.127) (xy 73.957 65.127) + (xy 73.703 65.127) (xy 72.60375 65.127) (xy 72.445 65.28575) (xy 72.441928 65.5) (xy 72.454188 65.624482) + (xy 72.490498 65.74418) (xy 72.549463 65.854494) (xy 72.628815 65.951185) (xy 72.685859 65.998) (xy 71.787935 65.998) + (xy 71.688758 65.898824) (xy 71.88 65.898824) (xy 71.953905 65.891545) (xy 72.02497 65.869988) (xy 72.090463 65.834981) + (xy 72.147869 65.787869) (xy 72.194981 65.730463) (xy 72.229988 65.66497) (xy 72.251545 65.593905) (xy 72.258824 65.52) + (xy 72.258824 64.627) (xy 72.443749 64.627) (xy 72.445 64.71425) (xy 72.60375 64.873) (xy 73.703 64.873) + (xy 73.703 64.853) (xy 73.957 64.853) (xy 73.957 64.873) (xy 75.05625 64.873) (xy 75.215 64.71425) + (xy 75.216251 64.627) (xy 77.149208 64.627) (xy 77.179999 64.630033) (xy 77.210791 64.627) (xy 77.601176 64.627) + (xy 77.601176 65.5) (xy 77.608455 65.573905) (xy 77.630012 65.64497) (xy 77.665019 65.710463) (xy 77.712131 65.767869) + (xy 77.769537 65.814981) (xy 77.83503 65.849988) (xy 77.906095 65.871545) (xy 77.98 65.878824) (xy 78.228001 65.878824) + (xy 78.228001 66.025347) (xy 78.225573 66.05) (xy 78.235265 66.148409) (xy 78.26397 66.243036) (xy 78.310584 66.330245) + (xy 78.357601 66.387535) (xy 78.357604 66.387538) (xy 78.373317 66.406684) (xy 78.392462 66.422396) (xy 78.707607 66.737543) + (xy 78.723316 66.756684) (xy 78.742456 66.772392) (xy 78.742464 66.7724) (xy 78.799754 66.819417) (xy 78.846368 66.844332) + (xy 78.886964 66.866031) (xy 78.981591 66.894736) (xy 79.055347 66.902) (xy 79.055357 66.902) (xy 79.08 66.904427) + (xy 79.104643 66.902) (xy 80.672066 66.902) (xy 80.928 67.157935) (xy 80.928 67.361176) (xy 80.68 67.361176) + (xy 80.606095 67.368455) (xy 80.53503 67.390012) (xy 80.469537 67.425019) (xy 80.412131 67.472131) (xy 80.365019 67.529537) + (xy 80.330012 67.59503) (xy 80.308455 67.666095) (xy 80.301176 67.74) (xy 80.301176 68.74) (xy 80.308455 68.813905) + (xy 80.330012 68.88497) (xy 80.365019 68.950463) (xy 80.412131 69.007869) (xy 80.469537 69.054981) (xy 80.53503 69.089988) + (xy 80.606095 69.111545) (xy 80.68 69.118824) (xy 82.18 69.118824) (xy 82.253905 69.111545) (xy 82.32497 69.089988) + (xy 82.390463 69.054981) (xy 82.447869 69.007869) (xy 82.494981 68.950463) (xy 82.529988 68.88497) (xy 82.551545 68.813905) + (xy 82.558824 68.74) (xy 82.558824 67.74) (xy 82.551545 67.666095) (xy 82.529988 67.59503) (xy 82.494981 67.529537) + (xy 82.447869 67.472131) (xy 82.390463 67.425019) (xy 82.32497 67.390012) (xy 82.253905 67.368455) (xy 82.18 67.361176) + (xy 81.932 67.361176) (xy 81.932 66.974642) (xy 81.934427 66.949999) (xy 81.932 66.925356) (xy 81.932 66.925347) + (xy 81.924736 66.851591) (xy 81.896031 66.756964) (xy 81.849417 66.669755) (xy 81.786684 66.593316) (xy 81.767538 66.577603) + (xy 81.254592 66.064658) (xy 81.303 66.01625) (xy 81.303 65.167) (xy 81.557 65.167) (xy 81.557 66.01625) + (xy 81.71575 66.175) (xy 82.18 66.178072) (xy 82.304482 66.165812) (xy 82.42418 66.129502) (xy 82.534494 66.070537) + (xy 82.631185 65.991185) (xy 82.710537 65.894494) (xy 82.769502 65.78418) (xy 82.805812 65.664482) (xy 82.818072 65.54) + (xy 82.815 65.32575) (xy 82.65625 65.167) (xy 81.557 65.167) (xy 81.303 65.167) (xy 80.20375 65.167) + (xy 80.045 65.32575) (xy 80.041928 65.54) (xy 80.054188 65.664482) (xy 80.090498 65.78418) (xy 80.149463 65.894494) + (xy 80.15234 65.898) (xy 79.287935 65.898) (xy 79.268759 65.878824) (xy 79.48 65.878824) (xy 79.553905 65.871545) + (xy 79.62497 65.849988) (xy 79.690463 65.814981) (xy 79.747869 65.767869) (xy 79.794981 65.710463) (xy 79.829988 65.64497) + (xy 79.851545 65.573905) (xy 79.858824 65.5) (xy 79.858824 64.627) (xy 80.043175 64.627) (xy 80.045 64.75425) + (xy 80.20375 64.913) (xy 81.303 64.913) (xy 81.303 64.893) (xy 81.557 64.893) (xy 81.557 64.913) + (xy 82.65625 64.913) (xy 82.815 64.75425) (xy 82.816825 64.627) (xy 84.549208 64.627) (xy 84.579999 64.630033) + (xy 84.610791 64.627) (xy 85.201176 64.627) (xy 85.201176 65.54) (xy 85.208455 65.613905) (xy 85.230012 65.68497) + (xy 85.265019 65.750463) (xy 85.312131 65.807869) (xy 85.369537 65.854981) (xy 85.43503 65.889988) (xy 85.506095 65.911545) + (xy 85.58 65.918824) (xy 85.828001 65.918824) (xy 85.828001 66.225347) (xy 85.825573 66.25) (xy 85.835265 66.348409) + (xy 85.86397 66.443036) (xy 85.910584 66.530245) (xy 85.957601 66.587535) (xy 85.957604 66.587538) (xy 85.973317 66.606684) + (xy 85.992463 66.622397) (xy 86.407603 67.037538) (xy 86.423316 67.056684) (xy 86.442462 67.072397) (xy 86.442464 67.072399) + (xy 86.478533 67.102) (xy 86.499755 67.119417) (xy 86.586964 67.166031) (xy 86.681591 67.194736) (xy 86.755347 67.202) + (xy 86.755356 67.202) (xy 86.779999 67.204427) (xy 86.804642 67.202) (xy 88.272066 67.202) (xy 88.441241 67.371176) + (xy 88.28 67.371176) (xy 88.206095 67.378455) (xy 88.13503 67.400012) (xy 88.069537 67.435019) (xy 88.012131 67.482131) + (xy 87.965019 67.539537) (xy 87.930012 67.60503) (xy 87.908455 67.676095) (xy 87.901176 67.75) (xy 87.901176 68.75) + (xy 87.908455 68.823905) (xy 87.930012 68.89497) (xy 87.965019 68.960463) (xy 88.012131 69.017869) (xy 88.069537 69.064981) + (xy 88.13503 69.099988) (xy 88.206095 69.121545) (xy 88.28 69.128824) (xy 89.78 69.128824) (xy 89.853905 69.121545) + (xy 89.92497 69.099988) (xy 89.990463 69.064981) (xy 90.047869 69.017869) (xy 90.094981 68.960463) (xy 90.129988 68.89497) + (xy 90.151545 68.823905) (xy 90.158824 68.75) (xy 90.158824 67.75) (xy 90.151545 67.676095) (xy 90.129988 67.60503) + (xy 90.094981 67.539537) (xy 90.047869 67.482131) (xy 89.990463 67.435019) (xy 89.92497 67.400012) (xy 89.853905 67.378455) + (xy 89.78 67.371176) (xy 89.532 67.371176) (xy 89.532 67.274642) (xy 89.534427 67.249999) (xy 89.532 67.225356) + (xy 89.532 67.225347) (xy 89.524736 67.151591) (xy 89.496031 67.056964) (xy 89.449417 66.969755) (xy 89.422974 66.937535) + (xy 89.402399 66.912464) (xy 89.402397 66.912462) (xy 89.386684 66.893316) (xy 89.367538 66.877603) (xy 88.852401 66.362467) + (xy 88.836684 66.343316) (xy 88.760245 66.280583) (xy 88.673036 66.233969) (xy 88.578409 66.205264) (xy 88.504653 66.198) + (xy 88.504643 66.198) (xy 88.48 66.195573) (xy 88.455357 66.198) (xy 86.987935 66.198) (xy 86.832 66.042066) + (xy 86.832 65.918824) (xy 87.08 65.918824) (xy 87.153905 65.911545) (xy 87.22497 65.889988) (xy 87.290463 65.854981) + (xy 87.347869 65.807869) (xy 87.394981 65.750463) (xy 87.429988 65.68497) (xy 87.451545 65.613905) (xy 87.457839 65.55) + (xy 87.641928 65.55) (xy 87.654188 65.674482) (xy 87.690498 65.79418) (xy 87.749463 65.904494) (xy 87.828815 66.001185) + (xy 87.925506 66.080537) (xy 88.03582 66.139502) (xy 88.155518 66.175812) (xy 88.28 66.188072) (xy 88.74425 66.185) + (xy 88.903 66.02625) (xy 88.903 65.177) (xy 89.157 65.177) (xy 89.157 66.02625) (xy 89.31575 66.185) + (xy 89.78 66.188072) (xy 89.904482 66.175812) (xy 90.02418 66.139502) (xy 90.134494 66.080537) (xy 90.231185 66.001185) + (xy 90.310537 65.904494) (xy 90.369502 65.79418) (xy 90.405812 65.674482) (xy 90.418072 65.55) (xy 90.415 65.33575) + (xy 90.25625 65.177) (xy 89.157 65.177) (xy 88.903 65.177) (xy 87.80375 65.177) (xy 87.645 65.33575) + (xy 87.641928 65.55) (xy 87.457839 65.55) (xy 87.458824 65.54) (xy 87.458824 64.627) (xy 87.643032 64.627) + (xy 87.645 64.76425) (xy 87.80375 64.923) (xy 88.903 64.923) (xy 88.903 64.903) (xy 89.157 64.903) + (xy 89.157 64.923) (xy 90.25625 64.923) (xy 90.415 64.76425) (xy 90.416968 64.627) (xy 92.249208 64.627) + (xy 92.279999 64.630033) (xy 92.310791 64.627) (xy 92.801176 64.627) (xy 92.801176 65.55) (xy 92.808455 65.623905) + (xy 92.830012 65.69497) (xy 92.865019 65.760463) (xy 92.912131 65.817869) (xy 92.969537 65.864981) (xy 93.03503 65.899988) + (xy 93.106095 65.921545) (xy 93.18 65.928824) (xy 93.428001 65.928824) (xy 93.428001 66.125347) (xy 93.425573 66.15) + (xy 93.435265 66.248409) (xy 93.46397 66.343036) (xy 93.510584 66.430245) (xy 93.557601 66.487535) (xy 93.557604 66.487538) + (xy 93.573317 66.506684) (xy 93.592463 66.522397) (xy 94.007603 66.937538) (xy 94.023316 66.956684) (xy 94.042462 66.972397) + (xy 94.042464 66.972399) (xy 94.06968 66.994735) (xy 94.099755 67.019417) (xy 94.186964 67.066031) (xy 94.281591 67.094736) + (xy 94.355347 67.102) (xy 94.355356 67.102) (xy 94.379999 67.104427) (xy 94.404642 67.102) (xy 95.872066 67.102) + (xy 96.128 67.357935) (xy 96.128 67.381176) (xy 95.88 67.381176) (xy 95.806095 67.388455) (xy 95.73503 67.410012) + (xy 95.669537 67.445019) (xy 95.612131 67.492131) (xy 95.565019 67.549537) (xy 95.530012 67.61503) (xy 95.508455 67.686095) + (xy 95.501176 67.76) (xy 95.501176 68.76) (xy 95.508455 68.833905) (xy 95.530012 68.90497) (xy 95.565019 68.970463) + (xy 95.612131 69.027869) (xy 95.669537 69.074981) (xy 95.73503 69.109988) (xy 95.806095 69.131545) (xy 95.88 69.138824) + (xy 97.38 69.138824) (xy 97.453905 69.131545) (xy 97.52497 69.109988) (xy 97.590463 69.074981) (xy 97.647869 69.027869) + (xy 97.694981 68.970463) (xy 97.729988 68.90497) (xy 97.751545 68.833905) (xy 97.758824 68.76) (xy 97.758824 67.76) + (xy 97.751545 67.686095) (xy 97.729988 67.61503) (xy 97.694981 67.549537) (xy 97.647869 67.492131) (xy 97.590463 67.445019) + (xy 97.52497 67.410012) (xy 97.453905 67.388455) (xy 97.38 67.381176) (xy 97.132 67.381176) (xy 97.132 67.174642) + (xy 97.134427 67.149999) (xy 97.132 67.125356) (xy 97.132 67.125347) (xy 97.124736 67.051591) (xy 97.096031 66.956964) + (xy 97.049417 66.869755) (xy 97.017269 66.830583) (xy 97.002399 66.812464) (xy 97.002397 66.812462) (xy 96.986684 66.793316) + (xy 96.967538 66.777603) (xy 96.452401 66.262467) (xy 96.436684 66.243316) (xy 96.360245 66.180583) (xy 96.359217 66.180033) + (xy 96.503 66.03625) (xy 96.503 65.187) (xy 96.757 65.187) (xy 96.757 66.03625) (xy 96.91575 66.195) + (xy 97.38 66.198072) (xy 97.504482 66.185812) (xy 97.62418 66.149502) (xy 97.734494 66.090537) (xy 97.831185 66.011185) + (xy 97.910537 65.914494) (xy 97.969502 65.80418) (xy 98.005812 65.684482) (xy 98.018072 65.56) (xy 98.015 65.34575) + (xy 97.85625 65.187) (xy 96.757 65.187) (xy 96.503 65.187) (xy 95.40375 65.187) (xy 95.245 65.34575) + (xy 95.241928 65.56) (xy 95.254188 65.684482) (xy 95.290498 65.80418) (xy 95.349463 65.914494) (xy 95.428815 66.011185) + (xy 95.525506 66.090537) (xy 95.539468 66.098) (xy 94.587935 66.098) (xy 94.432 65.942066) (xy 94.432 65.928824) + (xy 94.68 65.928824) (xy 94.753905 65.921545) (xy 94.82497 65.899988) (xy 94.890463 65.864981) (xy 94.947869 65.817869) + (xy 94.994981 65.760463) (xy 95.029988 65.69497) (xy 95.051545 65.623905) (xy 95.058824 65.55) (xy 95.058824 64.627) + (xy 95.242889 64.627) (xy 95.245 64.77425) (xy 95.40375 64.933) (xy 96.503 64.933) (xy 96.503 64.913) + (xy 96.757 64.913) (xy 96.757 64.933) (xy 97.85625 64.933) (xy 98.015 64.77425) (xy 98.017111 64.627) + (xy 99.749208 64.627) (xy 99.779999 64.630033) (xy 99.810791 64.627) (xy 100.401176 64.627) (xy 100.401176 65.56) + (xy 100.408455 65.633905) (xy 100.430012 65.70497) (xy 100.465019 65.770463) (xy 100.512131 65.827869) (xy 100.569537 65.874981) + (xy 100.63503 65.909988) (xy 100.706095 65.931545) (xy 100.78 65.938824) (xy 101.028001 65.938824) (xy 101.028001 66.025347) + (xy 101.025573 66.05) (xy 101.035265 66.148409) (xy 101.06397 66.243036) (xy 101.110584 66.330245) (xy 101.157601 66.387535) + (xy 101.157604 66.387538) (xy 101.173317 66.406684) (xy 101.192463 66.422397) (xy 101.607603 66.837538) (xy 101.623316 66.856684) + (xy 101.642462 66.872397) (xy 101.642464 66.872399) (xy 101.66761 66.893036) (xy 101.699755 66.919417) (xy 101.786964 66.966031) + (xy 101.881591 66.994736) (xy 101.955347 67.002) (xy 101.955356 67.002) (xy 101.979999 67.004427) (xy 102.004642 67.002) + (xy 103.572066 67.002) (xy 103.728 67.157935) (xy 103.728 67.321176) (xy 103.48 67.321176) (xy 103.406095 67.328455) + (xy 103.33503 67.350012) (xy 103.269537 67.385019) (xy 103.212131 67.432131) (xy 103.165019 67.489537) (xy 103.130012 67.55503) + (xy 103.108455 67.626095) (xy 103.101176 67.7) (xy 103.101176 68.7) (xy 103.108455 68.773905) (xy 103.130012 68.84497) + (xy 103.165019 68.910463) (xy 103.212131 68.967869) (xy 103.269537 69.014981) (xy 103.33503 69.049988) (xy 103.406095 69.071545) + (xy 103.48 69.078824) (xy 104.98 69.078824) (xy 105.053905 69.071545) (xy 105.12497 69.049988) (xy 105.190463 69.014981) + (xy 105.247869 68.967869) (xy 105.294981 68.910463) (xy 105.329988 68.84497) (xy 105.351545 68.773905) (xy 105.358824 68.7) + (xy 105.358824 67.7) (xy 105.351545 67.626095) (xy 105.329988 67.55503) (xy 105.294981 67.489537) (xy 105.247869 67.432131) + (xy 105.190463 67.385019) (xy 105.12497 67.350012) (xy 105.053905 67.328455) (xy 104.98 67.321176) (xy 104.732 67.321176) + (xy 104.732 66.974642) (xy 104.734427 66.949999) (xy 104.732 66.925356) (xy 104.732 66.925347) (xy 104.724736 66.851591) + (xy 104.696031 66.756964) (xy 104.649417 66.669755) (xy 104.586684 66.593316) (xy 104.567538 66.577603) (xy 104.152401 66.162467) + (xy 104.136684 66.143316) (xy 104.060245 66.080583) (xy 104.020116 66.059134) (xy 104.103 65.97625) (xy 104.103 65.127) + (xy 104.357 65.127) (xy 104.357 65.97625) (xy 104.51575 66.135) (xy 104.98 66.138072) (xy 105.104482 66.125812) + (xy 105.22418 66.089502) (xy 105.334494 66.030537) (xy 105.431185 65.951185) (xy 105.510537 65.854494) (xy 105.569502 65.74418) + (xy 105.605812 65.624482) (xy 105.618072 65.5) (xy 105.615 65.28575) (xy 105.45625 65.127) (xy 104.357 65.127) + (xy 104.103 65.127) (xy 103.00375 65.127) (xy 102.845 65.28575) (xy 102.841928 65.5) (xy 102.854188 65.624482) + (xy 102.890498 65.74418) (xy 102.949463 65.854494) (xy 103.028815 65.951185) (xy 103.085859 65.998) (xy 102.187935 65.998) + (xy 102.128759 65.938824) (xy 102.28 65.938824) (xy 102.353905 65.931545) (xy 102.42497 65.909988) (xy 102.490463 65.874981) + (xy 102.547869 65.827869) (xy 102.594981 65.770463) (xy 102.629988 65.70497) (xy 102.651545 65.633905) (xy 102.658824 65.56) + (xy 102.658824 64.627) (xy 102.843749 64.627) (xy 102.845 64.71425) (xy 103.00375 64.873) (xy 104.103 64.873) + (xy 104.103 64.853) (xy 104.357 64.853) (xy 104.357 64.873) (xy 105.45625 64.873) (xy 105.615 64.71425) + (xy 105.616251 64.627) (xy 107.449206 64.627) (xy 107.48 64.630033) (xy 107.510794 64.627) (xy 108.001176 64.627) + (xy 108.001176 65.5) (xy 108.008455 65.573905) (xy 108.030012 65.64497) (xy 108.065019 65.710463) (xy 108.112131 65.767869) + (xy 108.169537 65.814981) (xy 108.23503 65.849988) (xy 108.306095 65.871545) (xy 108.38 65.878824) (xy 108.628001 65.878824) + (xy 108.628001 66.025347) (xy 108.625573 66.05) (xy 108.635265 66.148409) (xy 108.66397 66.243036) (xy 108.710584 66.330245) + (xy 108.757601 66.387535) (xy 108.757604 66.387538) (xy 108.773317 66.406684) (xy 108.792463 66.422397) (xy 109.307603 66.937538) + (xy 109.323316 66.956684) (xy 109.342462 66.972397) (xy 109.342464 66.972399) (xy 109.36968 66.994735) (xy 109.399755 67.019417) + (xy 109.486964 67.066031) (xy 109.581591 67.094736) (xy 109.655347 67.102) (xy 109.655356 67.102) (xy 109.679999 67.104427) + (xy 109.704642 67.102) (xy 111.272065 67.102) (xy 111.328 67.157935) (xy 111.328 67.321176) (xy 111.08 67.321176) + (xy 111.006095 67.328455) (xy 110.93503 67.350012) (xy 110.869537 67.385019) (xy 110.812131 67.432131) (xy 110.765019 67.489537) + (xy 110.730012 67.55503) (xy 110.708455 67.626095) (xy 110.701176 67.7) (xy 110.701176 68.7) (xy 110.708455 68.773905) + (xy 110.730012 68.84497) (xy 110.765019 68.910463) (xy 110.812131 68.967869) (xy 110.869537 69.014981) (xy 110.93503 69.049988) + (xy 111.006095 69.071545) (xy 111.08 69.078824) (xy 112.58 69.078824) (xy 112.653905 69.071545) (xy 112.72497 69.049988) + (xy 112.790463 69.014981) (xy 112.847869 68.967869) (xy 112.894981 68.910463) (xy 112.929988 68.84497) (xy 112.951545 68.773905) + (xy 112.958824 68.7) (xy 112.958824 67.7) (xy 112.951545 67.626095) (xy 112.929988 67.55503) (xy 112.894981 67.489537) + (xy 112.847869 67.432131) (xy 112.790463 67.385019) (xy 112.72497 67.350012) (xy 112.653905 67.328455) (xy 112.58 67.321176) + (xy 112.332 67.321176) (xy 112.332 66.974643) (xy 112.334427 66.95) (xy 112.332 66.925357) (xy 112.332 66.925347) + (xy 112.324736 66.851591) (xy 112.296031 66.756964) (xy 112.255024 66.680245) (xy 112.249417 66.669754) (xy 112.2024 66.612464) + (xy 112.202392 66.612456) (xy 112.186684 66.593316) (xy 112.167543 66.577607) (xy 111.852401 66.262467) (xy 111.836684 66.243316) + (xy 111.760245 66.180583) (xy 111.673036 66.133969) (xy 111.578409 66.105264) (xy 111.574383 66.104867) (xy 111.703 65.97625) + (xy 111.703 65.127) (xy 111.957 65.127) (xy 111.957 65.97625) (xy 112.11575 66.135) (xy 112.58 66.138072) + (xy 112.704482 66.125812) (xy 112.82418 66.089502) (xy 112.934494 66.030537) (xy 113.031185 65.951185) (xy 113.110537 65.854494) + (xy 113.169502 65.74418) (xy 113.205812 65.624482) (xy 113.218072 65.5) (xy 113.215 65.28575) (xy 113.05625 65.127) + (xy 111.957 65.127) (xy 111.703 65.127) (xy 110.60375 65.127) (xy 110.445 65.28575) (xy 110.441928 65.5) + (xy 110.454188 65.624482) (xy 110.490498 65.74418) (xy 110.549463 65.854494) (xy 110.628815 65.951185) (xy 110.725506 66.030537) + (xy 110.83582 66.089502) (xy 110.863834 66.098) (xy 109.887935 66.098) (xy 109.668758 65.878824) (xy 109.88 65.878824) + (xy 109.953905 65.871545) (xy 110.02497 65.849988) (xy 110.090463 65.814981) (xy 110.147869 65.767869) (xy 110.194981 65.710463) + (xy 110.229988 65.64497) (xy 110.251545 65.573905) (xy 110.258824 65.5) (xy 110.258824 64.627) (xy 110.443749 64.627) + (xy 110.445 64.71425) (xy 110.60375 64.873) (xy 111.703 64.873) (xy 111.703 64.853) (xy 111.957 64.853) + (xy 111.957 64.873) (xy 113.05625 64.873) (xy 113.215 64.71425) (xy 113.216251 64.627) (xy 114.649206 64.627) + (xy 114.68 64.630033) (xy 114.710794 64.627) (xy 114.802913 64.617927) (xy 114.921103 64.582075) (xy 115.030028 64.523853) + (xy 115.059093 64.5) (xy 115.601176 64.5) (xy 115.601176 65.5) (xy 115.608455 65.573905) (xy 115.630012 65.64497) + (xy 115.665019 65.710463) (xy 115.712131 65.767869) (xy 115.769537 65.814981) (xy 115.83503 65.849988) (xy 115.906095 65.871545) + (xy 115.98 65.878824) (xy 117.48 65.878824) (xy 117.553905 65.871545) (xy 117.62497 65.849988) (xy 117.690463 65.814981) + (xy 117.747869 65.767869) (xy 117.794981 65.710463) (xy 117.824779 65.654715) (xy 117.887794 65.71773) (xy 117.88005 65.72932) + (xy 117.829016 65.852526) (xy 117.803 65.983321) (xy 117.803 66.116679) (xy 117.829016 66.247474) (xy 117.88005 66.37068) + (xy 117.95414 66.481563) (xy 118.048437 66.57586) (xy 118.15932 66.64995) (xy 118.282526 66.700984) (xy 118.413321 66.727) + (xy 118.546679 66.727) (xy 118.677474 66.700984) (xy 118.80068 66.64995) (xy 118.911563 66.57586) (xy 119.00586 66.481563) + (xy 119.07995 66.37068) (xy 119.130984 66.247474) (xy 119.157 66.116679) (xy 119.157 65.983321) (xy 119.130984 65.852526) + (xy 119.07995 65.72932) (xy 119.00586 65.618437) (xy 118.9841 65.596677) (xy 118.982 65.575356) (xy 118.982 65.575347) + (xy 118.974736 65.501591) (xy 118.946031 65.406964) (xy 118.899417 65.319755) (xy 118.836684 65.243316) (xy 118.817532 65.227598) + (xy 118.752409 65.162475) (xy 118.7524 65.162464) (xy 118.252401 64.662467) (xy 118.236684 64.643316) (xy 118.160245 64.580583) + (xy 118.073036 64.533969) (xy 117.978409 64.505264) (xy 117.904653 64.498) (xy 117.904643 64.498) (xy 117.88 64.495573) + (xy 117.858596 64.497681) (xy 117.851545 64.426095) (xy 117.829988 64.35503) (xy 117.794981 64.289537) (xy 117.747869 64.232131) + (xy 117.690463 64.185019) (xy 117.62497 64.150012) (xy 117.553905 64.128455) (xy 117.48 64.121176) (xy 115.98 64.121176) + (xy 115.906095 64.128455) (xy 115.83503 64.150012) (xy 115.769537 64.185019) (xy 115.712131 64.232131) (xy 115.665019 64.289537) + (xy 115.630012 64.35503) (xy 115.608455 64.426095) (xy 115.601176 64.5) (xy 115.059093 64.5) (xy 115.125501 64.445501) + (xy 115.145138 64.421573) (xy 115.381574 64.185137) (xy 115.405501 64.165501) (xy 115.483853 64.070028) (xy 115.542075 63.961103) + (xy 115.577927 63.842913) (xy 115.585224 63.768824) (xy 115.590033 63.72) (xy 115.587 63.689206) (xy 115.587 63.687) + (xy 116.289206 63.687) (xy 116.32 63.690033) (xy 116.350794 63.687) (xy 116.442913 63.677927) (xy 116.561103 63.642075) + (xy 116.670028 63.583853) (xy 116.765501 63.505501) (xy 116.785139 63.481572) (xy 117.151569 63.115141) (xy 117.175501 63.095501) + (xy 117.253853 63.000028) (xy 117.269058 62.971582) (xy 117.312075 62.891104) (xy 117.347927 62.772913) (xy 117.360033 62.65) + (xy 117.357 62.619206) (xy 117.357 62.068824) (xy 117.48 62.068824) (xy 117.553905 62.061545) (xy 117.62497 62.039988) + (xy 117.690463 62.004981) (xy 117.747869 61.957869) (xy 117.762533 61.94) (xy 118.881176 61.94) (xy 118.881176 63.24) + (xy 118.888455 63.313905) (xy 118.910012 63.38497) (xy 118.945019 63.450463) (xy 118.992131 63.507869) (xy 119.049537 63.554981) + (xy 119.11503 63.589988) (xy 119.186095 63.611545) (xy 119.26 63.618824) (xy 119.96 63.618824) (xy 120.033905 63.611545) + (xy 120.10497 63.589988) (xy 120.170463 63.554981) (xy 120.227869 63.507869) (xy 120.274981 63.450463) (xy 120.309988 63.38497) + (xy 120.331545 63.313905) (xy 120.338824 63.24) (xy 120.338824 61.94) (xy 122.531176 61.94) (xy 122.531176 63.24) + (xy 122.538455 63.313905) (xy 122.560012 63.38497) (xy 122.595019 63.450463) (xy 122.642131 63.507869) (xy 122.699537 63.554981) + (xy 122.76503 63.589988) (xy 122.836095 63.611545) (xy 122.91 63.618824) (xy 123.61 63.618824) (xy 123.683905 63.611545) + (xy 123.75497 63.589988) (xy 123.820463 63.554981) (xy 123.877869 63.507869) (xy 123.924981 63.450463) (xy 123.959988 63.38497) + (xy 123.981545 63.313905) (xy 123.988824 63.24) (xy 123.988824 61.94) (xy 123.981545 61.866095) (xy 123.959988 61.79503) + (xy 123.924981 61.729537) (xy 123.877869 61.672131) (xy 123.820463 61.625019) (xy 123.75497 61.590012) (xy 123.683905 61.568455) + (xy 123.61 61.561176) (xy 122.91 61.561176) (xy 122.836095 61.568455) (xy 122.76503 61.590012) (xy 122.699537 61.625019) + (xy 122.642131 61.672131) (xy 122.595019 61.729537) (xy 122.560012 61.79503) (xy 122.538455 61.866095) (xy 122.531176 61.94) + (xy 120.338824 61.94) (xy 120.331545 61.866095) (xy 120.309988 61.79503) (xy 120.274981 61.729537) (xy 120.227869 61.672131) + (xy 120.170463 61.625019) (xy 120.10497 61.590012) (xy 120.033905 61.568455) (xy 119.96 61.561176) (xy 119.26 61.561176) + (xy 119.186095 61.568455) (xy 119.11503 61.590012) (xy 119.049537 61.625019) (xy 118.992131 61.672131) (xy 118.945019 61.729537) + (xy 118.910012 61.79503) (xy 118.888455 61.866095) (xy 118.881176 61.94) (xy 117.762533 61.94) (xy 117.794981 61.900463) + (xy 117.829988 61.83497) (xy 117.851545 61.763905) (xy 117.858824 61.69) (xy 117.858824 60.69) (xy 117.851545 60.616095) + (xy 117.829988 60.54503) (xy 117.794981 60.479537) (xy 117.747869 60.422131) (xy 117.690463 60.375019) (xy 117.62497 60.340012) + (xy 117.553905 60.318455) (xy 117.48 60.311176) (xy 115.98 60.311176) (xy 115.906095 60.318455) (xy 115.83503 60.340012) + (xy 115.769537 60.375019) (xy 115.712131 60.422131) (xy 115.665019 60.479537) (xy 115.630012 60.54503) (xy 115.608455 60.616095) + (xy 115.601176 60.69) (xy 115.601176 61.69) (xy 115.608455 61.763905) (xy 115.630012 61.83497) (xy 115.665019 61.900463) + (xy 115.712131 61.957869) (xy 115.769537 62.004981) (xy 115.83503 62.039988) (xy 115.906095 62.061545) (xy 115.98 62.068824) + (xy 116.103 62.068824) (xy 116.103 62.390289) (xy 116.060289 62.433) (xy 115.340323 62.433) (xy 115.298545 62.410669) + (xy 115.201218 62.381145) (xy 115.1 62.371176) (xy 114.82 62.371176) (xy 114.79259 62.373876) (xy 114.733247 62.300887) + (xy 114.636921 62.221092) (xy 114.526878 62.161623) (xy 114.407348 62.124765) (xy 114.28575 62.115) (xy 114.127 62.27375) + (xy 114.127 62.933) (xy 114.147 62.933) (xy 114.147 63.187) (xy 114.127 63.187) (xy 114.127 63.207) + (xy 113.873 63.207) (xy 113.873 63.187) (xy 113.24375 63.187) (xy 113.085 63.34575) (xy 113.081935 63.367077) + (xy 113.082491 63.373) (xy 109.293711 63.373) (xy 109.551579 63.115133) (xy 109.575501 63.095501) (xy 109.653853 63.000028) + (xy 109.712075 62.891103) (xy 109.747927 62.772913) (xy 109.749895 62.752923) (xy 113.081935 62.752923) (xy 113.085 62.77425) + (xy 113.24375 62.933) (xy 113.873 62.933) (xy 113.873 62.27375) (xy 113.71425 62.115) (xy 113.592652 62.124765) + (xy 113.473122 62.161623) (xy 113.363079 62.221092) (xy 113.266753 62.300887) (xy 113.187844 62.397941) (xy 113.129386 62.508524) + (xy 113.093625 62.628387) (xy 113.081935 62.752923) (xy 109.749895 62.752923) (xy 109.757 62.680794) (xy 109.757 62.680793) + (xy 109.760033 62.65) (xy 109.757 62.619206) (xy 109.757 62.068824) (xy 109.88 62.068824) (xy 109.953905 62.061545) + (xy 110.02497 62.039988) (xy 110.090463 62.004981) (xy 110.147869 61.957869) (xy 110.194981 61.900463) (xy 110.229988 61.83497) + (xy 110.251545 61.763905) (xy 110.258824 61.69) (xy 110.258824 60.69) (xy 110.251545 60.616095) (xy 110.229988 60.54503) + (xy 110.194981 60.479537) (xy 110.147869 60.422131) (xy 110.090463 60.375019) (xy 110.02497 60.340012) (xy 109.953905 60.318455) + (xy 109.88 60.311176) (xy 108.38 60.311176) (xy 108.306095 60.318455) (xy 108.23503 60.340012) (xy 108.169537 60.375019) + (xy 108.112131 60.422131) (xy 108.065019 60.479537) (xy 108.030012 60.54503) (xy 108.008455 60.616095) (xy 108.001176 60.69) + (xy 108.001176 61.69) (xy 108.008455 61.763905) (xy 108.030012 61.83497) (xy 108.065019 61.900463) (xy 108.112131 61.957869) + (xy 108.169537 62.004981) (xy 108.23503 62.039988) (xy 108.306095 62.061545) (xy 108.38 62.068824) (xy 108.503 62.068824) + (xy 108.503 62.390288) (xy 108.430289 62.463) (xy 107.740323 62.463) (xy 107.698545 62.440669) (xy 107.601218 62.411145) + (xy 107.5 62.401176) (xy 107.22 62.401176) (xy 107.19259 62.403876) (xy 107.133247 62.330887) (xy 107.036921 62.251092) + (xy 106.926878 62.191623) (xy 106.807348 62.154765) (xy 106.68575 62.145) (xy 106.527 62.30375) (xy 106.527 62.963) + (xy 106.547 62.963) (xy 106.547 63.217) (xy 106.527 63.217) (xy 106.527 63.237) (xy 106.273 63.237) + (xy 106.273 63.217) (xy 105.64375 63.217) (xy 105.48775 63.373) (xy 101.793711 63.373) (xy 101.951574 63.215137) + (xy 101.975501 63.195501) (xy 102.053853 63.100028) (xy 102.112075 62.991103) (xy 102.147927 62.872913) (xy 102.15679 62.782923) + (xy 105.481935 62.782923) (xy 105.485 62.80425) (xy 105.64375 62.963) (xy 106.273 62.963) (xy 106.273 62.30375) + (xy 106.11425 62.145) (xy 105.992652 62.154765) (xy 105.873122 62.191623) (xy 105.763079 62.251092) (xy 105.666753 62.330887) + (xy 105.587844 62.427941) (xy 105.529386 62.538524) (xy 105.493625 62.658387) (xy 105.481935 62.782923) (xy 102.15679 62.782923) + (xy 102.157 62.780794) (xy 102.157 62.780793) (xy 102.160033 62.75) (xy 102.157 62.719206) (xy 102.157 62.078824) + (xy 102.28 62.078824) (xy 102.353905 62.071545) (xy 102.42497 62.049988) (xy 102.490463 62.014981) (xy 102.547869 61.967869) + (xy 102.594981 61.910463) (xy 102.629988 61.84497) (xy 102.651545 61.773905) (xy 102.658824 61.7) (xy 102.658824 60.7) + (xy 102.651545 60.626095) (xy 102.629988 60.55503) (xy 102.594981 60.489537) (xy 102.547869 60.432131) (xy 102.490463 60.385019) + (xy 102.42497 60.350012) (xy 102.353905 60.328455) (xy 102.28 60.321176) (xy 100.78 60.321176) (xy 100.706095 60.328455) + (xy 100.63503 60.350012) (xy 100.569537 60.385019) (xy 100.512131 60.432131) (xy 100.465019 60.489537) (xy 100.430012 60.55503) + (xy 100.408455 60.626095) (xy 100.401176 60.7) (xy 100.401176 61.7) (xy 100.408455 61.773905) (xy 100.430012 61.84497) + (xy 100.465019 61.910463) (xy 100.512131 61.967869) (xy 100.569537 62.014981) (xy 100.63503 62.049988) (xy 100.706095 62.071545) + (xy 100.78 62.078824) (xy 100.903 62.078824) (xy 100.903 62.473) (xy 100.140323 62.473) (xy 100.098545 62.450669) + (xy 100.001218 62.421145) (xy 99.9 62.411176) (xy 99.62 62.411176) (xy 99.59259 62.413876) (xy 99.533247 62.340887) + (xy 99.436921 62.261092) (xy 99.326878 62.201623) (xy 99.207348 62.164765) (xy 99.08575 62.155) (xy 98.927 62.31375) + (xy 98.927 62.973) (xy 98.947 62.973) (xy 98.947 63.227) (xy 98.927 63.227) (xy 98.927 63.247) + (xy 98.673 63.247) (xy 98.673 63.227) (xy 98.04375 63.227) (xy 97.89775 63.373) (xy 93.993711 63.373) + (xy 94.351579 63.015133) (xy 94.375501 62.995501) (xy 94.453853 62.900028) (xy 94.511102 62.792923) (xy 97.881935 62.792923) + (xy 97.885 62.81425) (xy 98.04375 62.973) (xy 98.673 62.973) (xy 98.673 62.31375) (xy 98.51425 62.155) + (xy 98.392652 62.164765) (xy 98.273122 62.201623) (xy 98.163079 62.261092) (xy 98.066753 62.340887) (xy 97.987844 62.437941) + (xy 97.929386 62.548524) (xy 97.893625 62.668387) (xy 97.881935 62.792923) (xy 94.511102 62.792923) (xy 94.512075 62.791103) + (xy 94.547927 62.672913) (xy 94.557 62.580794) (xy 94.557 62.580793) (xy 94.560033 62.550001) (xy 94.557 62.519209) + (xy 94.557 62.078824) (xy 94.68 62.078824) (xy 94.753905 62.071545) (xy 94.82497 62.049988) (xy 94.890463 62.014981) + (xy 94.947869 61.967869) (xy 94.994981 61.910463) (xy 95.029988 61.84497) (xy 95.051545 61.773905) (xy 95.058824 61.7) + (xy 95.058824 60.7) (xy 95.051545 60.626095) (xy 95.029988 60.55503) (xy 94.994981 60.489537) (xy 94.947869 60.432131) + (xy 94.890463 60.385019) (xy 94.82497 60.350012) (xy 94.753905 60.328455) (xy 94.68 60.321176) (xy 93.18 60.321176) + (xy 93.106095 60.328455) (xy 93.03503 60.350012) (xy 92.969537 60.385019) (xy 92.912131 60.432131) (xy 92.865019 60.489537) + (xy 92.830012 60.55503) (xy 92.808455 60.626095) (xy 92.801176 60.7) (xy 92.801176 61.7) (xy 92.808455 61.773905) + (xy 92.830012 61.84497) (xy 92.865019 61.910463) (xy 92.912131 61.967869) (xy 92.969537 62.014981) (xy 93.03503 62.049988) + (xy 93.106095 62.071545) (xy 93.18 62.078824) (xy 93.303 62.078824) (xy 93.303 62.290288) (xy 93.120289 62.473) + (xy 92.640323 62.473) (xy 92.598545 62.450669) (xy 92.501218 62.421145) (xy 92.4 62.411176) (xy 92.12 62.411176) + (xy 92.09259 62.413876) (xy 92.033247 62.340887) (xy 91.936921 62.261092) (xy 91.826878 62.201623) (xy 91.707348 62.164765) + (xy 91.58575 62.155) (xy 91.427 62.31375) (xy 91.427 62.973) (xy 91.447 62.973) (xy 91.447 63.227) + (xy 91.427 63.227) (xy 91.427 63.247) (xy 91.173 63.247) (xy 91.173 63.227) (xy 90.54375 63.227) + (xy 90.39775 63.373) (xy 86.593711 63.373) (xy 86.751574 63.215137) (xy 86.775501 63.195501) (xy 86.853853 63.100028) + (xy 86.912075 62.991103) (xy 86.947927 62.872913) (xy 86.955805 62.792923) (xy 90.381935 62.792923) (xy 90.385 62.81425) + (xy 90.54375 62.973) (xy 91.173 62.973) (xy 91.173 62.31375) (xy 91.01425 62.155) (xy 90.892652 62.164765) + (xy 90.773122 62.201623) (xy 90.663079 62.261092) (xy 90.566753 62.340887) (xy 90.487844 62.437941) (xy 90.429386 62.548524) + (xy 90.393625 62.668387) (xy 90.381935 62.792923) (xy 86.955805 62.792923) (xy 86.957 62.780794) (xy 86.957 62.780793) + (xy 86.960033 62.75) (xy 86.957 62.719206) (xy 86.957 62.078824) (xy 87.08 62.078824) (xy 87.153905 62.071545) + (xy 87.22497 62.049988) (xy 87.290463 62.014981) (xy 87.347869 61.967869) (xy 87.394981 61.910463) (xy 87.429988 61.84497) + (xy 87.451545 61.773905) (xy 87.458824 61.7) (xy 87.458824 60.7) (xy 87.451545 60.626095) (xy 87.429988 60.55503) + (xy 87.394981 60.489537) (xy 87.347869 60.432131) (xy 87.290463 60.385019) (xy 87.22497 60.350012) (xy 87.153905 60.328455) + (xy 87.08 60.321176) (xy 85.58 60.321176) (xy 85.506095 60.328455) (xy 85.43503 60.350012) (xy 85.369537 60.385019) + (xy 85.312131 60.432131) (xy 85.265019 60.489537) (xy 85.230012 60.55503) (xy 85.208455 60.626095) (xy 85.201176 60.7) + (xy 85.201176 61.7) (xy 85.208455 61.773905) (xy 85.230012 61.84497) (xy 85.265019 61.910463) (xy 85.312131 61.967869) + (xy 85.369537 62.014981) (xy 85.43503 62.049988) (xy 85.506095 62.071545) (xy 85.58 62.078824) (xy 85.703 62.078824) + (xy 85.703 62.473) (xy 84.940323 62.473) (xy 84.898545 62.450669) (xy 84.801218 62.421145) (xy 84.7 62.411176) + (xy 84.42 62.411176) (xy 84.39259 62.413876) (xy 84.333247 62.340887) (xy 84.236921 62.261092) (xy 84.126878 62.201623) + (xy 84.007348 62.164765) (xy 83.88575 62.155) (xy 83.727 62.31375) (xy 83.727 62.973) (xy 83.747 62.973) + (xy 83.747 63.227) (xy 83.727 63.227) (xy 83.727 63.247) (xy 83.473 63.247) (xy 83.473 63.227) + (xy 82.84375 63.227) (xy 82.69775 63.373) (xy 78.593711 63.373) (xy 79.151579 62.815133) (xy 79.175501 62.795501) + (xy 79.177616 62.792923) (xy 82.681935 62.792923) (xy 82.685 62.81425) (xy 82.84375 62.973) (xy 83.473 62.973) + (xy 83.473 62.31375) (xy 83.31425 62.155) (xy 83.192652 62.164765) (xy 83.073122 62.201623) (xy 82.963079 62.261092) + (xy 82.866753 62.340887) (xy 82.787844 62.437941) (xy 82.729386 62.548524) (xy 82.693625 62.668387) (xy 82.681935 62.792923) + (xy 79.177616 62.792923) (xy 79.253853 62.700028) (xy 79.312075 62.591103) (xy 79.347927 62.472913) (xy 79.350873 62.443001) + (xy 79.360033 62.350001) (xy 79.357 62.319207) (xy 79.357 62.078824) (xy 79.48 62.078824) (xy 79.553905 62.071545) + (xy 79.62497 62.049988) (xy 79.690463 62.014981) (xy 79.747869 61.967869) (xy 79.794981 61.910463) (xy 79.829988 61.84497) + (xy 79.851545 61.773905) (xy 79.858824 61.7) (xy 79.858824 60.7) (xy 79.851545 60.626095) (xy 79.829988 60.55503) + (xy 79.794981 60.489537) (xy 79.747869 60.432131) (xy 79.690463 60.385019) (xy 79.62497 60.350012) (xy 79.553905 60.328455) + (xy 79.48 60.321176) (xy 77.98 60.321176) (xy 77.906095 60.328455) (xy 77.83503 60.350012) (xy 77.769537 60.385019) + (xy 77.712131 60.432131) (xy 77.665019 60.489537) (xy 77.630012 60.55503) (xy 77.608455 60.626095) (xy 77.601176 60.7) + (xy 77.601176 61.7) (xy 77.608455 61.773905) (xy 77.630012 61.84497) (xy 77.665019 61.910463) (xy 77.712131 61.967869) + (xy 77.769537 62.014981) (xy 77.83503 62.049988) (xy 77.906095 62.071545) (xy 77.98 62.078824) (xy 78.103 62.078824) + (xy 78.103 62.090288) (xy 77.800289 62.393) (xy 77.540323 62.393) (xy 77.498545 62.370669) (xy 77.401218 62.341145) + (xy 77.3 62.331176) (xy 77.02 62.331176) (xy 76.99259 62.333876) (xy 76.933247 62.260887) (xy 76.836921 62.181092) + (xy 76.726878 62.121623) (xy 76.607348 62.084765) (xy 76.48575 62.075) (xy 76.327 62.23375) (xy 76.327 62.893) + (xy 76.347 62.893) (xy 76.347 63.147) (xy 76.327 63.147) (xy 76.327 63.167) (xy 76.073 63.167) + (xy 76.073 63.147) (xy 75.44375 63.147) (xy 75.285 63.30575) (xy 75.281935 63.327077) (xy 75.286246 63.373) + (xy 71.293711 63.373) (xy 71.551579 63.115133) (xy 71.575501 63.095501) (xy 71.653853 63.000028) (xy 71.712075 62.891103) + (xy 71.747927 62.772913) (xy 71.753835 62.712923) (xy 75.281935 62.712923) (xy 75.285 62.73425) (xy 75.44375 62.893) + (xy 76.073 62.893) (xy 76.073 62.23375) (xy 75.91425 62.075) (xy 75.792652 62.084765) (xy 75.673122 62.121623) + (xy 75.563079 62.181092) (xy 75.466753 62.260887) (xy 75.387844 62.357941) (xy 75.329386 62.468524) (xy 75.293625 62.588387) + (xy 75.281935 62.712923) (xy 71.753835 62.712923) (xy 71.757 62.680794) (xy 71.757 62.680793) (xy 71.760033 62.65) + (xy 71.757 62.619206) (xy 71.757 62.061824) (xy 71.88 62.061824) (xy 71.953905 62.054545) (xy 72.02497 62.032988) + (xy 72.090463 61.997981) (xy 72.147869 61.950869) (xy 72.194981 61.893463) (xy 72.229988 61.82797) (xy 72.251545 61.756905) + (xy 72.258824 61.683) (xy 72.258824 60.683) (xy 72.251545 60.609095) (xy 72.229988 60.53803) (xy 72.194981 60.472537) + (xy 72.147869 60.415131) (xy 72.090463 60.368019) (xy 72.02497 60.333012) (xy 71.953905 60.311455) (xy 71.88 60.304176) + (xy 70.38 60.304176) (xy 70.306095 60.311455) (xy 70.23503 60.333012) (xy 70.169537 60.368019) (xy 70.112131 60.415131) + (xy 70.065019 60.472537) (xy 70.030012 60.53803) (xy 70.008455 60.609095) (xy 70.001176 60.683) (xy 70.001176 61.683) + (xy 70.008455 61.756905) (xy 70.030012 61.82797) (xy 70.065019 61.893463) (xy 70.112131 61.950869) (xy 70.169537 61.997981) + (xy 70.23503 62.032988) (xy 70.306095 62.054545) (xy 70.38 62.061824) (xy 70.503 62.061824) (xy 70.503 62.390288) + (xy 70.440289 62.453) (xy 69.840323 62.453) (xy 69.798545 62.430669) (xy 69.701218 62.401145) (xy 69.6 62.391176) + (xy 69.32 62.391176) (xy 69.29259 62.393876) (xy 69.233247 62.320887) (xy 69.136921 62.241092) (xy 69.026878 62.181623) + (xy 68.907348 62.144765) (xy 68.78575 62.135) (xy 68.627 62.29375) (xy 68.627 62.953) (xy 68.647 62.953) + (xy 68.647 63.207) (xy 68.627 63.207) (xy 68.627 63.227) (xy 68.373 63.227) (xy 68.373 63.207) + (xy 67.74375 63.207) (xy 67.585 63.36575) (xy 67.583958 63.373) (xy 63.493711 63.373) (xy 63.951579 62.915133) + (xy 63.975501 62.895501) (xy 64.053853 62.800028) (xy 64.068341 62.772923) (xy 67.581935 62.772923) (xy 67.585 62.79425) + (xy 67.74375 62.953) (xy 68.373 62.953) (xy 68.373 62.29375) (xy 68.21425 62.135) (xy 68.092652 62.144765) + (xy 67.973122 62.181623) (xy 67.863079 62.241092) (xy 67.766753 62.320887) (xy 67.687844 62.417941) (xy 67.629386 62.528524) + (xy 67.593625 62.648387) (xy 67.581935 62.772923) (xy 64.068341 62.772923) (xy 64.112075 62.691103) (xy 64.147927 62.572913) + (xy 64.157 62.480794) (xy 64.157 62.480793) (xy 64.160033 62.45) (xy 64.157 62.419206) (xy 64.157 62.061824) + (xy 64.28 62.061824) (xy 64.353905 62.054545) (xy 64.42497 62.032988) (xy 64.490463 61.997981) (xy 64.547869 61.950869) + (xy 64.594981 61.893463) (xy 64.629988 61.82797) (xy 64.651545 61.756905) (xy 64.658824 61.683) (xy 64.658824 60.683) + (xy 64.651545 60.609095) (xy 64.629988 60.53803) (xy 64.594981 60.472537) (xy 64.547869 60.415131) (xy 64.490463 60.368019) + (xy 64.42497 60.333012) (xy 64.353905 60.311455) (xy 64.28 60.304176) (xy 62.78 60.304176) (xy 62.706095 60.311455) + (xy 62.63503 60.333012) (xy 62.569537 60.368019) (xy 62.512131 60.415131) (xy 62.465019 60.472537) (xy 62.430012 60.53803) + (xy 62.408455 60.609095) (xy 62.401176 60.683) (xy 62.401176 61.683) (xy 62.408455 61.756905) (xy 62.430012 61.82797) + (xy 62.465019 61.893463) (xy 62.512131 61.950869) (xy 62.569537 61.997981) (xy 62.63503 62.032988) (xy 62.706095 62.054545) + (xy 62.78 62.061824) (xy 62.903 62.061824) (xy 62.903 62.190288) (xy 62.610289 62.483) (xy 62.280323 62.483) + (xy 62.238545 62.460669) (xy 62.141218 62.431145) (xy 62.04 62.421176) (xy 61.76 62.421176) (xy 61.73259 62.423876) + (xy 61.673247 62.350887) (xy 61.576921 62.271092) (xy 61.466878 62.211623) (xy 61.347348 62.174765) (xy 61.22575 62.165) + (xy 61.067 62.32375) (xy 61.067 62.983) (xy 61.087 62.983) (xy 61.087 63.237) (xy 61.067 63.237) + (xy 61.067 63.257) (xy 60.813 63.257) (xy 60.813 63.237) (xy 60.18375 63.237) (xy 60.04775 63.373) + (xy 55.893711 63.373) (xy 56.351574 62.915137) (xy 56.375501 62.895501) (xy 56.451477 62.802923) (xy 60.021935 62.802923) + (xy 60.025 62.82425) (xy 60.18375 62.983) (xy 60.813 62.983) (xy 60.813 62.32375) (xy 60.65425 62.165) + (xy 60.532652 62.174765) (xy 60.413122 62.211623) (xy 60.303079 62.271092) (xy 60.206753 62.350887) (xy 60.127844 62.447941) + (xy 60.069386 62.558524) (xy 60.033625 62.678387) (xy 60.021935 62.802923) (xy 56.451477 62.802923) (xy 56.453853 62.800028) + (xy 56.475264 62.759972) (xy 56.512075 62.691104) (xy 56.547927 62.572913) (xy 56.560033 62.45) (xy 56.557 62.419206) + (xy 56.557 62.078824) (xy 56.68 62.078824) (xy 56.753905 62.071545) (xy 56.82497 62.049988) (xy 56.890463 62.014981) + (xy 56.947869 61.967869) (xy 56.994981 61.910463) (xy 57.029988 61.84497) (xy 57.051545 61.773905) (xy 57.058824 61.7) + (xy 57.058824 60.7) (xy 57.051545 60.626095) (xy 57.029988 60.55503) (xy 56.994981 60.489537) (xy 56.947869 60.432131) + (xy 56.890463 60.385019) (xy 56.82497 60.350012) (xy 56.753905 60.328455) (xy 56.68 60.321176) (xy 55.18 60.321176) + (xy 55.106095 60.328455) (xy 55.03503 60.350012) (xy 54.969537 60.385019) (xy 54.912131 60.432131) (xy 54.865019 60.489537) + (xy 54.830012 60.55503) (xy 54.808455 60.626095) (xy 54.801176 60.7) (xy 54.801176 61.7) (xy 54.808455 61.773905) + (xy 54.830012 61.84497) (xy 54.865019 61.910463) (xy 54.912131 61.967869) (xy 54.969537 62.014981) (xy 55.03503 62.049988) + (xy 55.106095 62.071545) (xy 55.18 62.078824) (xy 55.303 62.078824) (xy 55.303 62.190289) (xy 55.040289 62.453) + (xy 54.640323 62.453) (xy 54.598545 62.430669) (xy 54.501218 62.401145) (xy 54.4 62.391176) (xy 54.12 62.391176) + (xy 54.09259 62.393876) (xy 54.033247 62.320887) (xy 53.936921 62.241092) (xy 53.826878 62.181623) (xy 53.707348 62.144765) + (xy 53.58575 62.135) (xy 53.427 62.29375) (xy 53.427 62.953) (xy 53.447 62.953) (xy 53.447 63.207) + (xy 53.427 63.207) (xy 53.427 63.227) (xy 53.173 63.227) (xy 53.173 63.207) (xy 52.54375 63.207) + (xy 52.385 63.36575) (xy 52.383958 63.373) (xy 48.293711 63.373) (xy 48.758579 62.908133) (xy 48.782501 62.888501) + (xy 48.860853 62.793028) (xy 48.871599 62.772923) (xy 52.381935 62.772923) (xy 52.385 62.79425) (xy 52.54375 62.953) + (xy 53.173 62.953) (xy 53.173 62.29375) (xy 53.01425 62.135) (xy 52.892652 62.144765) (xy 52.773122 62.181623) + (xy 52.663079 62.241092) (xy 52.566753 62.320887) (xy 52.487844 62.417941) (xy 52.429386 62.528524) (xy 52.393625 62.648387) + (xy 52.381935 62.772923) (xy 48.871599 62.772923) (xy 48.919075 62.684103) (xy 48.954927 62.565913) (xy 48.964 62.473794) + (xy 48.964 62.473793) (xy 48.967033 62.443001) (xy 48.964 62.412209) (xy 48.964 62.061824) (xy 49.087 62.061824) + (xy 49.160905 62.054545) (xy 49.23197 62.032988) (xy 49.297463 61.997981) (xy 49.354869 61.950869) (xy 49.401981 61.893463) + (xy 49.436988 61.82797) (xy 49.458545 61.756905) (xy 49.465824 61.683) (xy 49.465824 60.683) (xy 49.458545 60.609095) + (xy 49.436988 60.53803) (xy 49.401981 60.472537) (xy 49.354869 60.415131) (xy 49.297463 60.368019) (xy 49.23197 60.333012) + (xy 49.160905 60.311455) (xy 49.087 60.304176) (xy 47.587 60.304176) (xy 47.513095 60.311455) (xy 47.44203 60.333012) + (xy 47.376537 60.368019) (xy 47.319131 60.415131) (xy 47.272019 60.472537) (xy 47.237012 60.53803) (xy 47.215455 60.609095) + (xy 47.208176 60.683) (xy 47.208176 61.683) (xy 47.215455 61.756905) (xy 47.237012 61.82797) (xy 47.272019 61.893463) + (xy 47.319131 61.950869) (xy 47.376537 61.997981) (xy 47.44203 62.032988) (xy 47.513095 62.054545) (xy 47.587 62.061824) + (xy 47.71 62.061824) (xy 47.71 62.183288) (xy 47.420289 62.473) (xy 47.187 62.473) (xy 47.187 57.483) + (xy 47.208176 57.483) (xy 47.208176 58.483) (xy 47.215455 58.556905) (xy 47.237012 58.62797) (xy 47.272019 58.693463) + (xy 47.319131 58.750869) (xy 47.376537 58.797981) (xy 47.44203 58.832988) (xy 47.513095 58.854545) (xy 47.587 58.861824) + (xy 47.835 58.861824) (xy 47.835 59.032357) (xy 47.832573 59.057) (xy 47.835 59.081643) (xy 47.835 59.081652) + (xy 47.842264 59.155408) (xy 47.870969 59.250035) (xy 47.917583 59.337245) (xy 47.980316 59.413684) (xy 47.999467 59.429401) + (xy 48.507603 59.937538) (xy 48.523316 59.956684) (xy 48.542462 59.972397) (xy 48.542464 59.972399) (xy 48.578533 60.002) + (xy 48.599755 60.019417) (xy 48.686964 60.066031) (xy 48.781591 60.094736) (xy 48.855347 60.102) (xy 48.855357 60.102) + (xy 48.88 60.104427) (xy 48.904643 60.102) (xy 50.272066 60.102) (xy 50.491241 60.321176) (xy 50.28 60.321176) + (xy 50.206095 60.328455) (xy 50.13503 60.350012) (xy 50.069537 60.385019) (xy 50.012131 60.432131) (xy 49.965019 60.489537) + (xy 49.930012 60.55503) (xy 49.908455 60.626095) (xy 49.901176 60.7) (xy 49.901176 61.7) (xy 49.908455 61.773905) + (xy 49.930012 61.84497) (xy 49.965019 61.910463) (xy 50.012131 61.967869) (xy 50.069537 62.014981) (xy 50.13503 62.049988) + (xy 50.206095 62.071545) (xy 50.28 62.078824) (xy 51.78 62.078824) (xy 51.853905 62.071545) (xy 51.92497 62.049988) + (xy 51.990463 62.014981) (xy 52.047869 61.967869) (xy 52.094981 61.910463) (xy 52.129988 61.84497) (xy 52.151545 61.773905) + (xy 52.158824 61.7) (xy 52.158824 60.7) (xy 52.151545 60.626095) (xy 52.129988 60.55503) (xy 52.094981 60.489537) + (xy 52.047869 60.432131) (xy 51.990463 60.385019) (xy 51.92497 60.350012) (xy 51.853905 60.328455) (xy 51.78 60.321176) + (xy 51.532 60.321176) (xy 51.532 60.174642) (xy 51.534427 60.149999) (xy 51.532 60.125356) (xy 51.532 60.125347) + (xy 51.524736 60.051591) (xy 51.496031 59.956964) (xy 51.449417 59.869755) (xy 51.422974 59.837535) (xy 51.402399 59.812464) + (xy 51.402397 59.812462) (xy 51.386684 59.793316) (xy 51.367538 59.777603) (xy 50.852401 59.262467) (xy 50.836684 59.243316) + (xy 50.760245 59.180583) (xy 50.675812 59.135453) (xy 50.74425 59.135) (xy 50.903 58.97625) (xy 50.903 58.127) + (xy 51.157 58.127) (xy 51.157 58.97625) (xy 51.31575 59.135) (xy 51.78 59.138072) (xy 51.904482 59.125812) + (xy 52.02418 59.089502) (xy 52.134494 59.030537) (xy 52.231185 58.951185) (xy 52.310537 58.854494) (xy 52.369502 58.74418) + (xy 52.405812 58.624482) (xy 52.418072 58.5) (xy 52.415 58.28575) (xy 52.25625 58.127) (xy 51.157 58.127) + (xy 50.903 58.127) (xy 49.80375 58.127) (xy 49.645 58.28575) (xy 49.641928 58.5) (xy 49.654188 58.624482) + (xy 49.690498 58.74418) (xy 49.749463 58.854494) (xy 49.828815 58.951185) (xy 49.925506 59.030537) (xy 50.03582 59.089502) + (xy 50.063834 59.098) (xy 49.087935 59.098) (xy 48.851758 58.861824) (xy 49.087 58.861824) (xy 49.160905 58.854545) + (xy 49.23197 58.832988) (xy 49.297463 58.797981) (xy 49.354869 58.750869) (xy 49.401981 58.693463) (xy 49.436988 58.62797) + (xy 49.458545 58.556905) (xy 49.465824 58.483) (xy 49.465824 57.5) (xy 49.641928 57.5) (xy 49.645 57.71425) + (xy 49.80375 57.873) (xy 50.903 57.873) (xy 50.903 57.02375) (xy 51.157 57.02375) (xy 51.157 57.873) + (xy 52.25625 57.873) (xy 52.415 57.71425) (xy 52.418072 57.5) (xy 54.801176 57.5) (xy 54.801176 58.5) + (xy 54.808455 58.573905) (xy 54.830012 58.64497) (xy 54.865019 58.710463) (xy 54.912131 58.767869) (xy 54.969537 58.814981) + (xy 55.03503 58.849988) (xy 55.106095 58.871545) (xy 55.18 58.878824) (xy 55.428 58.878824) (xy 55.428 59.025357) + (xy 55.425573 59.05) (xy 55.428 59.074643) (xy 55.428 59.074652) (xy 55.435264 59.148408) (xy 55.463969 59.243035) + (xy 55.510583 59.330245) (xy 55.573316 59.406684) (xy 55.592467 59.422401) (xy 56.307603 60.137538) (xy 56.323316 60.156684) + (xy 56.399755 60.219417) (xy 56.486964 60.266031) (xy 56.581591 60.294736) (xy 56.655347 60.302) (xy 56.655356 60.302) + (xy 56.679999 60.304427) (xy 56.704642 60.302) (xy 57.772066 60.302) (xy 57.78724 60.317175) (xy 57.73503 60.333012) + (xy 57.669537 60.368019) (xy 57.612131 60.415131) (xy 57.565019 60.472537) (xy 57.530012 60.53803) (xy 57.508455 60.609095) + (xy 57.501176 60.683) (xy 57.501176 61.683) (xy 57.508455 61.756905) (xy 57.530012 61.82797) (xy 57.565019 61.893463) + (xy 57.612131 61.950869) (xy 57.669537 61.997981) (xy 57.73503 62.032988) (xy 57.806095 62.054545) (xy 57.88 62.061824) + (xy 59.38 62.061824) (xy 59.453905 62.054545) (xy 59.52497 62.032988) (xy 59.590463 61.997981) (xy 59.647869 61.950869) + (xy 59.694981 61.893463) (xy 59.729988 61.82797) (xy 59.751545 61.756905) (xy 59.758824 61.683) (xy 59.758824 60.683) + (xy 59.751545 60.609095) (xy 59.729988 60.53803) (xy 59.694981 60.472537) (xy 59.647869 60.415131) (xy 59.590463 60.368019) + (xy 59.52497 60.333012) (xy 59.453905 60.311455) (xy 59.38 60.304176) (xy 59.110353 60.304176) (xy 59.096031 60.256964) + (xy 59.049417 60.169755) (xy 59.03869 60.156684) (xy 59.0024 60.112464) (xy 59.002392 60.112456) (xy 58.986684 60.093316) + (xy 58.967543 60.077607) (xy 58.352401 59.462467) (xy 58.336684 59.443316) (xy 58.260245 59.380583) (xy 58.173036 59.333969) + (xy 58.078409 59.305264) (xy 58.004653 59.298) (xy 58.004643 59.298) (xy 57.98 59.295573) (xy 57.955357 59.298) + (xy 56.887935 59.298) (xy 56.468758 58.878824) (xy 56.68 58.878824) (xy 56.753905 58.871545) (xy 56.82497 58.849988) + (xy 56.890463 58.814981) (xy 56.947869 58.767869) (xy 56.994981 58.710463) (xy 57.029988 58.64497) (xy 57.051545 58.573905) + (xy 57.058824 58.5) (xy 57.058824 58.483) (xy 57.241928 58.483) (xy 57.254188 58.607482) (xy 57.290498 58.72718) + (xy 57.349463 58.837494) (xy 57.428815 58.934185) (xy 57.525506 59.013537) (xy 57.63582 59.072502) (xy 57.755518 59.108812) + (xy 57.88 59.121072) (xy 58.34425 59.118) (xy 58.503 58.95925) (xy 58.503 58.11) (xy 58.757 58.11) + (xy 58.757 58.95925) (xy 58.91575 59.118) (xy 59.38 59.121072) (xy 59.504482 59.108812) (xy 59.62418 59.072502) + (xy 59.734494 59.013537) (xy 59.831185 58.934185) (xy 59.910537 58.837494) (xy 59.969502 58.72718) (xy 60.005812 58.607482) + (xy 60.018072 58.483) (xy 60.015 58.26875) (xy 59.85625 58.11) (xy 58.757 58.11) (xy 58.503 58.11) + (xy 57.40375 58.11) (xy 57.245 58.26875) (xy 57.241928 58.483) (xy 57.058824 58.483) (xy 57.058824 57.5) + (xy 57.05715 57.483) (xy 57.241928 57.483) (xy 57.245 57.69725) (xy 57.40375 57.856) (xy 58.503 57.856) + (xy 58.503 57.00675) (xy 58.757 57.00675) (xy 58.757 57.856) (xy 59.85625 57.856) (xy 60.015 57.69725) + (xy 60.018072 57.483) (xy 62.401176 57.483) (xy 62.401176 58.483) (xy 62.408455 58.556905) (xy 62.430012 58.62797) + (xy 62.465019 58.693463) (xy 62.512131 58.750869) (xy 62.569537 58.797981) (xy 62.63503 58.832988) (xy 62.706095 58.854545) + (xy 62.78 58.861824) (xy 63.028001 58.861824) (xy 63.028001 59.025347) (xy 63.025573 59.05) (xy 63.035265 59.148409) + (xy 63.06397 59.243036) (xy 63.110584 59.330245) (xy 63.157601 59.387535) (xy 63.157604 59.387538) (xy 63.173317 59.406684) + (xy 63.192463 59.422397) (xy 63.607603 59.837538) (xy 63.623316 59.856684) (xy 63.642462 59.872397) (xy 63.642464 59.872399) + (xy 63.66968 59.894735) (xy 63.699755 59.919417) (xy 63.786964 59.966031) (xy 63.881591 59.994736) (xy 63.955347 60.002) + (xy 63.955356 60.002) (xy 63.979999 60.004427) (xy 64.004642 60.002) (xy 65.472066 60.002) (xy 65.728 60.257935) + (xy 65.728 60.304176) (xy 65.48 60.304176) (xy 65.406095 60.311455) (xy 65.33503 60.333012) (xy 65.269537 60.368019) + (xy 65.212131 60.415131) (xy 65.165019 60.472537) (xy 65.130012 60.53803) (xy 65.108455 60.609095) (xy 65.101176 60.683) + (xy 65.101176 61.683) (xy 65.108455 61.756905) (xy 65.130012 61.82797) (xy 65.165019 61.893463) (xy 65.212131 61.950869) + (xy 65.269537 61.997981) (xy 65.33503 62.032988) (xy 65.406095 62.054545) (xy 65.48 62.061824) (xy 66.98 62.061824) + (xy 67.053905 62.054545) (xy 67.12497 62.032988) (xy 67.190463 61.997981) (xy 67.247869 61.950869) (xy 67.294981 61.893463) + (xy 67.329988 61.82797) (xy 67.351545 61.756905) (xy 67.358824 61.683) (xy 67.358824 60.683) (xy 67.351545 60.609095) + (xy 67.329988 60.53803) (xy 67.294981 60.472537) (xy 67.247869 60.415131) (xy 67.190463 60.368019) (xy 67.12497 60.333012) + (xy 67.053905 60.311455) (xy 66.98 60.304176) (xy 66.732 60.304176) (xy 66.732 60.074642) (xy 66.734427 60.049999) + (xy 66.732 60.025356) (xy 66.732 60.025347) (xy 66.724736 59.951591) (xy 66.696031 59.856964) (xy 66.649417 59.769755) + (xy 66.613393 59.72586) (xy 66.602399 59.712464) (xy 66.602397 59.712462) (xy 66.586684 59.693316) (xy 66.567538 59.677603) + (xy 66.052401 59.162467) (xy 66.036684 59.143316) (xy 65.972011 59.090239) (xy 66.103 58.95925) (xy 66.103 58.11) + (xy 66.357 58.11) (xy 66.357 58.95925) (xy 66.51575 59.118) (xy 66.98 59.121072) (xy 67.104482 59.108812) + (xy 67.22418 59.072502) (xy 67.334494 59.013537) (xy 67.431185 58.934185) (xy 67.510537 58.837494) (xy 67.569502 58.72718) + (xy 67.605812 58.607482) (xy 67.618072 58.483) (xy 67.615 58.26875) (xy 67.45625 58.11) (xy 66.357 58.11) + (xy 66.103 58.11) (xy 65.00375 58.11) (xy 64.845 58.26875) (xy 64.841928 58.483) (xy 64.854188 58.607482) + (xy 64.890498 58.72718) (xy 64.949463 58.837494) (xy 65.028815 58.934185) (xy 65.106574 58.998) (xy 64.187935 58.998) + (xy 64.051758 58.861824) (xy 64.28 58.861824) (xy 64.353905 58.854545) (xy 64.42497 58.832988) (xy 64.490463 58.797981) + (xy 64.547869 58.750869) (xy 64.594981 58.693463) (xy 64.629988 58.62797) (xy 64.651545 58.556905) (xy 64.658824 58.483) + (xy 64.658824 57.483) (xy 64.841928 57.483) (xy 64.845 57.69725) (xy 65.00375 57.856) (xy 66.103 57.856) + (xy 66.103 57.00675) (xy 66.357 57.00675) (xy 66.357 57.856) (xy 67.45625 57.856) (xy 67.615 57.69725) + (xy 67.618072 57.483) (xy 70.001176 57.483) (xy 70.001176 58.483) (xy 70.008455 58.556905) (xy 70.030012 58.62797) + (xy 70.065019 58.693463) (xy 70.112131 58.750869) (xy 70.169537 58.797981) (xy 70.23503 58.832988) (xy 70.306095 58.854545) + (xy 70.38 58.861824) (xy 70.628001 58.861824) (xy 70.628001 59.025347) (xy 70.625573 59.05) (xy 70.635265 59.148409) + (xy 70.66397 59.243036) (xy 70.710584 59.330245) (xy 70.757601 59.387535) (xy 70.757604 59.387538) (xy 70.773317 59.406684) + (xy 70.792462 59.422396) (xy 71.107607 59.737543) (xy 71.123316 59.756684) (xy 71.142456 59.772392) (xy 71.142464 59.7724) + (xy 71.199754 59.819417) (xy 71.246368 59.844332) (xy 71.286964 59.866031) (xy 71.381591 59.894736) (xy 71.455347 59.902) + (xy 71.455357 59.902) (xy 71.48 59.904427) (xy 71.504643 59.902) (xy 73.172066 59.902) (xy 73.328 60.057935) + (xy 73.328 60.321176) (xy 73.08 60.321176) (xy 73.006095 60.328455) (xy 72.93503 60.350012) (xy 72.869537 60.385019) + (xy 72.812131 60.432131) (xy 72.765019 60.489537) (xy 72.730012 60.55503) (xy 72.708455 60.626095) (xy 72.701176 60.7) + (xy 72.701176 61.7) (xy 72.708455 61.773905) (xy 72.730012 61.84497) (xy 72.765019 61.910463) (xy 72.812131 61.967869) + (xy 72.869537 62.014981) (xy 72.93503 62.049988) (xy 73.006095 62.071545) (xy 73.08 62.078824) (xy 74.58 62.078824) + (xy 74.653905 62.071545) (xy 74.72497 62.049988) (xy 74.790463 62.014981) (xy 74.847869 61.967869) (xy 74.894981 61.910463) + (xy 74.929988 61.84497) (xy 74.951545 61.773905) (xy 74.958824 61.7) (xy 74.958824 60.7) (xy 74.951545 60.626095) + (xy 74.929988 60.55503) (xy 74.894981 60.489537) (xy 74.847869 60.432131) (xy 74.790463 60.385019) (xy 74.72497 60.350012) + (xy 74.653905 60.328455) (xy 74.58 60.321176) (xy 74.332 60.321176) (xy 74.332 59.874642) (xy 74.334427 59.849999) + (xy 74.332 59.825356) (xy 74.332 59.825347) (xy 74.324736 59.751591) (xy 74.296031 59.656964) (xy 74.249417 59.569755) + (xy 74.209534 59.521158) (xy 74.202399 59.512464) (xy 74.202397 59.512462) (xy 74.186684 59.493316) (xy 74.167538 59.477603) + (xy 73.752401 59.062467) (xy 73.736684 59.043316) (xy 73.681348 58.997902) (xy 73.703 58.97625) (xy 73.703 58.127) + (xy 73.957 58.127) (xy 73.957 58.97625) (xy 74.11575 59.135) (xy 74.58 59.138072) (xy 74.704482 59.125812) + (xy 74.82418 59.089502) (xy 74.934494 59.030537) (xy 75.031185 58.951185) (xy 75.110537 58.854494) (xy 75.169502 58.74418) + (xy 75.205812 58.624482) (xy 75.218072 58.5) (xy 75.215 58.28575) (xy 75.05625 58.127) (xy 73.957 58.127) + (xy 73.703 58.127) (xy 72.60375 58.127) (xy 72.445 58.28575) (xy 72.441928 58.5) (xy 72.454188 58.624482) + (xy 72.490498 58.74418) (xy 72.549463 58.854494) (xy 72.585167 58.898) (xy 71.687935 58.898) (xy 71.651759 58.861824) + (xy 71.88 58.861824) (xy 71.953905 58.854545) (xy 72.02497 58.832988) (xy 72.090463 58.797981) (xy 72.147869 58.750869) + (xy 72.194981 58.693463) (xy 72.229988 58.62797) (xy 72.251545 58.556905) (xy 72.258824 58.483) (xy 72.258824 57.5) + (xy 72.441928 57.5) (xy 72.445 57.71425) (xy 72.60375 57.873) (xy 73.703 57.873) (xy 73.703 57.02375) + (xy 73.957 57.02375) (xy 73.957 57.873) (xy 75.05625 57.873) (xy 75.215 57.71425) (xy 75.218072 57.5) + (xy 77.601176 57.5) (xy 77.601176 58.5) (xy 77.608455 58.573905) (xy 77.630012 58.64497) (xy 77.665019 58.710463) + (xy 77.712131 58.767869) (xy 77.769537 58.814981) (xy 77.83503 58.849988) (xy 77.906095 58.871545) (xy 77.98 58.878824) + (xy 78.228001 58.878824) (xy 78.228001 58.925347) (xy 78.225573 58.95) (xy 78.235265 59.048409) (xy 78.26397 59.143036) + (xy 78.310584 59.230245) (xy 78.357601 59.287535) (xy 78.357604 59.287538) (xy 78.373317 59.306684) (xy 78.392462 59.322397) + (xy 79.007607 59.937543) (xy 79.023316 59.956684) (xy 79.042456 59.972392) (xy 79.042464 59.9724) (xy 79.08149 60.004427) + (xy 79.099755 60.019417) (xy 79.186964 60.066031) (xy 79.281591 60.094736) (xy 79.355347 60.102) (xy 79.355357 60.102) + (xy 79.38 60.104427) (xy 79.404643 60.102) (xy 80.772066 60.102) (xy 80.928 60.257935) (xy 80.928 60.321176) + (xy 80.68 60.321176) (xy 80.606095 60.328455) (xy 80.53503 60.350012) (xy 80.469537 60.385019) (xy 80.412131 60.432131) + (xy 80.365019 60.489537) (xy 80.330012 60.55503) (xy 80.308455 60.626095) (xy 80.301176 60.7) (xy 80.301176 61.7) + (xy 80.308455 61.773905) (xy 80.330012 61.84497) (xy 80.365019 61.910463) (xy 80.412131 61.967869) (xy 80.469537 62.014981) + (xy 80.53503 62.049988) (xy 80.606095 62.071545) (xy 80.68 62.078824) (xy 82.18 62.078824) (xy 82.253905 62.071545) + (xy 82.32497 62.049988) (xy 82.390463 62.014981) (xy 82.447869 61.967869) (xy 82.494981 61.910463) (xy 82.529988 61.84497) + (xy 82.551545 61.773905) (xy 82.558824 61.7) (xy 82.558824 60.7) (xy 82.551545 60.626095) (xy 82.529988 60.55503) + (xy 82.494981 60.489537) (xy 82.447869 60.432131) (xy 82.390463 60.385019) (xy 82.32497 60.350012) (xy 82.253905 60.328455) + (xy 82.18 60.321176) (xy 81.932 60.321176) (xy 81.932 60.074642) (xy 81.934427 60.049999) (xy 81.932 60.025356) + (xy 81.932 60.025347) (xy 81.924736 59.951591) (xy 81.896031 59.856964) (xy 81.849417 59.769755) (xy 81.813393 59.72586) + (xy 81.802399 59.712464) (xy 81.802397 59.712462) (xy 81.786684 59.693316) (xy 81.767538 59.677603) (xy 81.352401 59.262467) + (xy 81.336684 59.243316) (xy 81.260245 59.180583) (xy 81.173036 59.133969) (xy 81.151741 59.127509) (xy 81.303 58.97625) + (xy 81.303 58.127) (xy 81.557 58.127) (xy 81.557 58.97625) (xy 81.71575 59.135) (xy 82.18 59.138072) + (xy 82.304482 59.125812) (xy 82.42418 59.089502) (xy 82.534494 59.030537) (xy 82.631185 58.951185) (xy 82.710537 58.854494) + (xy 82.769502 58.74418) (xy 82.805812 58.624482) (xy 82.818072 58.5) (xy 82.815 58.28575) (xy 82.65625 58.127) + (xy 81.557 58.127) (xy 81.303 58.127) (xy 80.20375 58.127) (xy 80.045 58.28575) (xy 80.041928 58.5) + (xy 80.054188 58.624482) (xy 80.090498 58.74418) (xy 80.149463 58.854494) (xy 80.228815 58.951185) (xy 80.325506 59.030537) + (xy 80.43582 59.089502) (xy 80.463834 59.098) (xy 79.587936 59.098) (xy 79.368759 58.878824) (xy 79.48 58.878824) + (xy 79.553905 58.871545) (xy 79.62497 58.849988) (xy 79.690463 58.814981) (xy 79.747869 58.767869) (xy 79.794981 58.710463) + (xy 79.829988 58.64497) (xy 79.851545 58.573905) (xy 79.858824 58.5) (xy 79.858824 57.5) (xy 80.041928 57.5) + (xy 80.045 57.71425) (xy 80.20375 57.873) (xy 81.303 57.873) (xy 81.303 57.02375) (xy 81.14425 56.865) + (xy 80.68 56.861928) (xy 80.555518 56.874188) (xy 80.43582 56.910498) (xy 80.325506 56.969463) (xy 80.228815 57.048815) + (xy 80.149463 57.145506) (xy 80.090498 57.25582) (xy 80.054188 57.375518) (xy 80.041928 57.5) (xy 79.858824 57.5) + (xy 79.851545 57.426095) (xy 79.829988 57.35503) (xy 79.794981 57.289537) (xy 79.747869 57.232131) (xy 79.690463 57.185019) + (xy 79.62497 57.150012) (xy 79.553905 57.128455) (xy 79.48 57.121176) (xy 77.98 57.121176) (xy 77.906095 57.128455) + (xy 77.83503 57.150012) (xy 77.769537 57.185019) (xy 77.712131 57.232131) (xy 77.665019 57.289537) (xy 77.630012 57.35503) + (xy 77.608455 57.426095) (xy 77.601176 57.5) (xy 75.218072 57.5) (xy 75.205812 57.375518) (xy 75.169502 57.25582) + (xy 75.110537 57.145506) (xy 75.031185 57.048815) (xy 74.934494 56.969463) (xy 74.82418 56.910498) (xy 74.704482 56.874188) + (xy 74.58 56.861928) (xy 74.11575 56.865) (xy 73.957 57.02375) (xy 73.703 57.02375) (xy 73.54425 56.865) + (xy 73.08 56.861928) (xy 72.955518 56.874188) (xy 72.83582 56.910498) (xy 72.725506 56.969463) (xy 72.628815 57.048815) + (xy 72.549463 57.145506) (xy 72.490498 57.25582) (xy 72.454188 57.375518) (xy 72.441928 57.5) (xy 72.258824 57.5) + (xy 72.258824 57.483) (xy 72.251545 57.409095) (xy 72.229988 57.33803) (xy 72.194981 57.272537) (xy 72.147869 57.215131) + (xy 72.090463 57.168019) (xy 72.02497 57.133012) (xy 71.953905 57.111455) (xy 71.88 57.104176) (xy 70.38 57.104176) + (xy 70.306095 57.111455) (xy 70.23503 57.133012) (xy 70.169537 57.168019) (xy 70.112131 57.215131) (xy 70.065019 57.272537) + (xy 70.030012 57.33803) (xy 70.008455 57.409095) (xy 70.001176 57.483) (xy 67.618072 57.483) (xy 67.605812 57.358518) + (xy 67.569502 57.23882) (xy 67.510537 57.128506) (xy 67.431185 57.031815) (xy 67.334494 56.952463) (xy 67.22418 56.893498) + (xy 67.104482 56.857188) (xy 66.98 56.844928) (xy 66.51575 56.848) (xy 66.357 57.00675) (xy 66.103 57.00675) + (xy 65.94425 56.848) (xy 65.48 56.844928) (xy 65.355518 56.857188) (xy 65.23582 56.893498) (xy 65.125506 56.952463) + (xy 65.028815 57.031815) (xy 64.949463 57.128506) (xy 64.890498 57.23882) (xy 64.854188 57.358518) (xy 64.841928 57.483) + (xy 64.658824 57.483) (xy 64.651545 57.409095) (xy 64.629988 57.33803) (xy 64.594981 57.272537) (xy 64.547869 57.215131) + (xy 64.490463 57.168019) (xy 64.42497 57.133012) (xy 64.353905 57.111455) (xy 64.28 57.104176) (xy 62.78 57.104176) + (xy 62.706095 57.111455) (xy 62.63503 57.133012) (xy 62.569537 57.168019) (xy 62.512131 57.215131) (xy 62.465019 57.272537) + (xy 62.430012 57.33803) (xy 62.408455 57.409095) (xy 62.401176 57.483) (xy 60.018072 57.483) (xy 60.005812 57.358518) + (xy 59.969502 57.23882) (xy 59.910537 57.128506) (xy 59.831185 57.031815) (xy 59.734494 56.952463) (xy 59.62418 56.893498) + (xy 59.504482 56.857188) (xy 59.38 56.844928) (xy 58.91575 56.848) (xy 58.757 57.00675) (xy 58.503 57.00675) + (xy 58.34425 56.848) (xy 57.88 56.844928) (xy 57.755518 56.857188) (xy 57.63582 56.893498) (xy 57.525506 56.952463) + (xy 57.428815 57.031815) (xy 57.349463 57.128506) (xy 57.290498 57.23882) (xy 57.254188 57.358518) (xy 57.241928 57.483) + (xy 57.05715 57.483) (xy 57.051545 57.426095) (xy 57.029988 57.35503) (xy 56.994981 57.289537) (xy 56.947869 57.232131) + (xy 56.890463 57.185019) (xy 56.82497 57.150012) (xy 56.753905 57.128455) (xy 56.68 57.121176) (xy 55.18 57.121176) + (xy 55.106095 57.128455) (xy 55.03503 57.150012) (xy 54.969537 57.185019) (xy 54.912131 57.232131) (xy 54.865019 57.289537) + (xy 54.830012 57.35503) (xy 54.808455 57.426095) (xy 54.801176 57.5) (xy 52.418072 57.5) (xy 52.405812 57.375518) + (xy 52.369502 57.25582) (xy 52.310537 57.145506) (xy 52.231185 57.048815) (xy 52.134494 56.969463) (xy 52.02418 56.910498) + (xy 51.904482 56.874188) (xy 51.78 56.861928) (xy 51.31575 56.865) (xy 51.157 57.02375) (xy 50.903 57.02375) + (xy 50.74425 56.865) (xy 50.28 56.861928) (xy 50.155518 56.874188) (xy 50.03582 56.910498) (xy 49.925506 56.969463) + (xy 49.828815 57.048815) (xy 49.749463 57.145506) (xy 49.690498 57.25582) (xy 49.654188 57.375518) (xy 49.641928 57.5) + (xy 49.465824 57.5) (xy 49.465824 57.483) (xy 49.458545 57.409095) (xy 49.436988 57.33803) (xy 49.401981 57.272537) + (xy 49.354869 57.215131) (xy 49.297463 57.168019) (xy 49.23197 57.133012) (xy 49.160905 57.111455) (xy 49.087 57.104176) + (xy 47.587 57.104176) (xy 47.513095 57.111455) (xy 47.44203 57.133012) (xy 47.376537 57.168019) (xy 47.319131 57.215131) + (xy 47.272019 57.272537) (xy 47.237012 57.33803) (xy 47.215455 57.409095) (xy 47.208176 57.483) (xy 47.187 57.483) + (xy 47.187 55.310794) (xy 47.190033 55.28) (xy 47.177927 55.157087) (xy 47.153828 55.077643) (xy 47.142075 55.038897) + (xy 47.083853 54.929972) (xy 47.047 54.885066) (xy 47.047 54.227) (xy 53.949208 54.227) (xy 53.979999 54.230033) + (xy 54.010791 54.227) (xy 61.049206 54.227) (xy 61.08 54.230033) (xy 61.110794 54.227) (xy 68.849208 54.227) + (xy 68.879999 54.230033) (xy 68.910791 54.227) (xy 77.749206 54.227) (xy 77.78 54.230033) (xy 77.810794 54.227) + (xy 77.902913 54.217927) (xy 78.021103 54.182075) (xy 78.130028 54.123853) (xy 78.225501 54.045501) (xy 78.245138 54.021573) + (xy 79.151578 53.115134) (xy 79.175501 53.095501) (xy 79.253853 53.000028) (xy 79.312075 52.891103) (xy 79.347927 52.772913) + (xy 79.357 52.680794) (xy 79.360033 52.65) (xy 79.357 52.619206) (xy 79.357 51.980794) (xy 79.360033 51.95) + (xy 79.357 51.919206) (xy 79.357 51.078824) (xy 79.48 51.078824) (xy 79.553905 51.071545) (xy 79.62497 51.049988) + (xy 79.690463 51.014981) (xy 79.747869 50.967869) (xy 79.794981 50.910463) (xy 79.829988 50.84497) (xy 79.851545 50.773905) + (xy 79.858824 50.7) (xy 79.858824 49.7) (xy 79.851545 49.626095) (xy 79.829988 49.55503) (xy 79.794981 49.489537) + (xy 79.747869 49.432131) (xy 79.690463 49.385019) (xy 79.62497 49.350012) (xy 79.553905 49.328455) (xy 79.48 49.321176) + (xy 77.98 49.321176) (xy 77.906095 49.328455) (xy 77.83503 49.350012) (xy 77.769537 49.385019) (xy 77.712131 49.432131) + (xy 77.665019 49.489537) (xy 77.630012 49.55503) (xy 77.608455 49.626095) (xy 77.601176 49.7) (xy 77.601176 50.7) + (xy 77.608455 50.773905) (xy 77.630012 50.84497) (xy 77.665019 50.910463) (xy 77.712131 50.967869) (xy 77.769537 51.014981) + (xy 77.83503 51.049988) (xy 77.906095 51.071545) (xy 77.98 51.078824) (xy 78.103001 51.078824) (xy 78.103001 51.363741) + (xy 78.078545 51.350669) (xy 77.981218 51.321145) (xy 77.88 51.311176) (xy 77.6 51.311176) (xy 77.57259 51.313876) + (xy 77.513247 51.240887) (xy 77.416921 51.161092) (xy 77.306878 51.101623) (xy 77.187348 51.064765) (xy 77.06575 51.055) + (xy 76.907 51.21375) (xy 76.907 51.873) (xy 76.927 51.873) (xy 76.927 52.127) (xy 76.907 52.127) + (xy 76.907 52.78625) (xy 77.06575 52.945) (xy 77.187348 52.935235) (xy 77.306878 52.898377) (xy 77.416921 52.838908) + (xy 77.513247 52.759113) (xy 77.57259 52.686124) (xy 77.6 52.688824) (xy 77.804465 52.688824) (xy 77.520289 52.973) + (xy 69.487 52.973) (xy 69.487 52.737) (xy 70.039206 52.737) (xy 70.07 52.740033) (xy 70.100794 52.737) + (xy 70.192913 52.727927) (xy 70.311103 52.692075) (xy 70.420028 52.633853) (xy 70.515501 52.555501) (xy 70.535138 52.531573) + (xy 70.759634 52.307077) (xy 75.861935 52.307077) (xy 75.873625 52.431613) (xy 75.909386 52.551476) (xy 75.967844 52.662059) + (xy 76.046753 52.759113) (xy 76.143079 52.838908) (xy 76.253122 52.898377) (xy 76.372652 52.935235) (xy 76.49425 52.945) + (xy 76.653 52.78625) (xy 76.653 52.127) (xy 76.02375 52.127) (xy 75.865 52.28575) (xy 75.861935 52.307077) + (xy 70.759634 52.307077) (xy 71.373788 51.692923) (xy 75.861935 51.692923) (xy 75.865 51.71425) (xy 76.02375 51.873) + (xy 76.653 51.873) (xy 76.653 51.21375) (xy 76.49425 51.055) (xy 76.372652 51.064765) (xy 76.253122 51.101623) + (xy 76.143079 51.161092) (xy 76.046753 51.240887) (xy 75.967844 51.337941) (xy 75.909386 51.448524) (xy 75.873625 51.568387) + (xy 75.861935 51.692923) (xy 71.373788 51.692923) (xy 71.551578 51.515134) (xy 71.575501 51.495501) (xy 71.653853 51.400028) + (xy 71.712075 51.291103) (xy 71.747927 51.172913) (xy 71.757 51.080794) (xy 71.757 51.080793) (xy 71.759558 51.054824) + (xy 71.88 51.054824) (xy 71.953905 51.047545) (xy 72.02497 51.025988) (xy 72.090463 50.990981) (xy 72.147869 50.943869) + (xy 72.194981 50.886463) (xy 72.229988 50.82097) (xy 72.251545 50.749905) (xy 72.258824 50.676) (xy 72.258824 49.676) + (xy 72.251545 49.602095) (xy 72.229988 49.53103) (xy 72.194981 49.465537) (xy 72.147869 49.408131) (xy 72.090463 49.361019) + (xy 72.02497 49.326012) (xy 71.953905 49.304455) (xy 71.928979 49.302) (xy 73.328001 49.302) (xy 73.328001 49.321176) + (xy 73.08 49.321176) (xy 73.006095 49.328455) (xy 72.93503 49.350012) (xy 72.869537 49.385019) (xy 72.812131 49.432131) + (xy 72.765019 49.489537) (xy 72.730012 49.55503) (xy 72.708455 49.626095) (xy 72.701176 49.7) (xy 72.701176 50.7) + (xy 72.708455 50.773905) (xy 72.730012 50.84497) (xy 72.765019 50.910463) (xy 72.812131 50.967869) (xy 72.869537 51.014981) + (xy 72.93503 51.049988) (xy 73.006095 51.071545) (xy 73.08 51.078824) (xy 74.58 51.078824) (xy 74.653905 51.071545) + (xy 74.72497 51.049988) (xy 74.790463 51.014981) (xy 74.847869 50.967869) (xy 74.894981 50.910463) (xy 74.929988 50.84497) + (xy 74.951545 50.773905) (xy 74.958824 50.7) (xy 74.958824 49.7) (xy 74.951545 49.626095) (xy 74.929988 49.55503) + (xy 74.894981 49.489537) (xy 74.847869 49.432131) (xy 74.790463 49.385019) (xy 74.72497 49.350012) (xy 74.653905 49.328455) + (xy 74.58 49.321176) (xy 74.332 49.321176) (xy 74.332 49.074642) (xy 74.334427 49.049999) (xy 74.332 49.025356) + (xy 74.332 49.025347) (xy 74.324736 48.951591) (xy 74.296031 48.856964) (xy 74.249417 48.769755) (xy 74.186684 48.693316) + (xy 74.167532 48.677598) (xy 73.952402 48.462468) (xy 73.936684 48.443316) (xy 73.860245 48.380583) (xy 73.773036 48.333969) + (xy 73.678409 48.305264) (xy 73.604653 48.298) (xy 73.604643 48.298) (xy 73.58 48.295573) (xy 73.555357 48.298) + (xy 71.887935 48.298) (xy 71.632 48.042066) (xy 71.632 47.854824) (xy 71.88 47.854824) (xy 71.953905 47.847545) + (xy 72.02497 47.825988) (xy 72.090463 47.790981) (xy 72.147869 47.743869) (xy 72.194981 47.686463) (xy 72.229988 47.62097) + (xy 72.251545 47.549905) (xy 72.25646 47.5) (xy 72.441928 47.5) (xy 72.454188 47.624482) (xy 72.490498 47.74418) + (xy 72.549463 47.854494) (xy 72.628815 47.951185) (xy 72.725506 48.030537) (xy 72.83582 48.089502) (xy 72.955518 48.125812) + (xy 73.08 48.138072) (xy 73.54425 48.135) (xy 73.703 47.97625) (xy 73.703 47.127) (xy 73.957 47.127) + (xy 73.957 47.97625) (xy 74.11575 48.135) (xy 74.58 48.138072) (xy 74.704482 48.125812) (xy 74.82418 48.089502) + (xy 74.934494 48.030537) (xy 75.031185 47.951185) (xy 75.110537 47.854494) (xy 75.169502 47.74418) (xy 75.205812 47.624482) + (xy 75.218072 47.5) (xy 75.215 47.28575) (xy 75.05625 47.127) (xy 73.957 47.127) (xy 73.703 47.127) + (xy 72.60375 47.127) (xy 72.445 47.28575) (xy 72.441928 47.5) (xy 72.25646 47.5) (xy 72.258824 47.476) + (xy 72.258824 46.5) (xy 72.441928 46.5) (xy 72.445 46.71425) (xy 72.60375 46.873) (xy 73.703 46.873) + (xy 73.703 46.02375) (xy 73.957 46.02375) (xy 73.957 46.873) (xy 75.05625 46.873) (xy 75.215 46.71425) + (xy 75.218072 46.5) (xy 77.601176 46.5) (xy 77.601176 47.5) (xy 77.608455 47.573905) (xy 77.630012 47.64497) + (xy 77.665019 47.710463) (xy 77.712131 47.767869) (xy 77.769537 47.814981) (xy 77.83503 47.849988) (xy 77.906095 47.871545) + (xy 77.98 47.878824) (xy 79.48 47.878824) (xy 79.553905 47.871545) (xy 79.62497 47.849988) (xy 79.690463 47.814981) + (xy 79.747869 47.767869) (xy 79.794981 47.710463) (xy 79.829988 47.64497) (xy 79.851545 47.573905) (xy 79.858824 47.5) + (xy 79.858824 46.5) (xy 79.851545 46.426095) (xy 79.829988 46.35503) (xy 79.794981 46.289537) (xy 79.747869 46.232131) + (xy 79.690463 46.185019) (xy 79.62497 46.150012) (xy 79.553905 46.128455) (xy 79.48 46.121176) (xy 77.98 46.121176) + (xy 77.906095 46.128455) (xy 77.83503 46.150012) (xy 77.769537 46.185019) (xy 77.712131 46.232131) (xy 77.665019 46.289537) + (xy 77.630012 46.35503) (xy 77.608455 46.426095) (xy 77.601176 46.5) (xy 75.218072 46.5) (xy 75.205812 46.375518) + (xy 75.169502 46.25582) (xy 75.110537 46.145506) (xy 75.031185 46.048815) (xy 74.934494 45.969463) (xy 74.82418 45.910498) + (xy 74.704482 45.874188) (xy 74.58 45.861928) (xy 74.11575 45.865) (xy 73.957 46.02375) (xy 73.703 46.02375) + (xy 73.54425 45.865) (xy 73.08 45.861928) (xy 72.955518 45.874188) (xy 72.83582 45.910498) (xy 72.725506 45.969463) + (xy 72.628815 46.048815) (xy 72.549463 46.145506) (xy 72.490498 46.25582) (xy 72.454188 46.375518) (xy 72.441928 46.5) + (xy 72.258824 46.5) (xy 72.258824 46.476) (xy 72.251545 46.402095) (xy 72.229988 46.33103) (xy 72.194981 46.265537) + (xy 72.147869 46.208131) (xy 72.090463 46.161019) (xy 72.02497 46.126012) (xy 71.953905 46.104455) (xy 71.88 46.097176) + (xy 70.38 46.097176) (xy 70.306095 46.104455) (xy 70.23503 46.126012) (xy 70.169537 46.161019) (xy 70.112131 46.208131) + (xy 70.065019 46.265537) (xy 70.030012 46.33103) (xy 70.008455 46.402095) (xy 70.001176 46.476) (xy 70.001176 47.476) + (xy 70.008455 47.549905) (xy 70.030012 47.62097) (xy 70.065019 47.686463) (xy 70.112131 47.743869) (xy 70.169537 47.790981) + (xy 70.23503 47.825988) (xy 70.306095 47.847545) (xy 70.38 47.854824) (xy 70.628 47.854824) (xy 70.628 48.225357) + (xy 70.625573 48.25) (xy 70.628 48.274643) (xy 70.628 48.274652) (xy 70.635264 48.348408) (xy 70.663969 48.443035) + (xy 70.710583 48.530245) (xy 70.773316 48.606684) (xy 70.792467 48.622401) (xy 71.307603 49.137538) (xy 71.323316 49.156684) + (xy 71.399755 49.219417) (xy 71.486964 49.266031) (xy 71.581591 49.294736) (xy 71.606366 49.297176) (xy 70.38 49.297176) + (xy 70.306095 49.304455) (xy 70.23503 49.326012) (xy 70.169537 49.361019) (xy 70.112131 49.408131) (xy 70.065019 49.465537) + (xy 70.030012 49.53103) (xy 70.008455 49.602095) (xy 70.001176 49.676) (xy 70.001176 50.676) (xy 70.008455 50.749905) + (xy 70.030012 50.82097) (xy 70.065019 50.886463) (xy 70.112131 50.943869) (xy 70.169537 50.990981) (xy 70.23503 51.025988) + (xy 70.25979 51.033499) (xy 69.810289 51.483) (xy 69.240323 51.483) (xy 69.198545 51.460669) (xy 69.101218 51.431145) + (xy 69 51.421176) (xy 68.72 51.421176) (xy 68.69259 51.423876) (xy 68.633247 51.350887) (xy 68.536921 51.271092) + (xy 68.426878 51.211623) (xy 68.307348 51.174765) (xy 68.18575 51.165) (xy 68.027 51.32375) (xy 68.027 51.983) + (xy 68.047 51.983) (xy 68.047 52.237) (xy 68.027 52.237) (xy 68.027 52.257) (xy 67.773 52.257) + (xy 67.773 52.237) (xy 67.14375 52.237) (xy 66.985 52.39575) (xy 66.981935 52.417077) (xy 66.993625 52.541613) + (xy 67.029386 52.661476) (xy 67.087844 52.772059) (xy 67.166753 52.869113) (xy 67.263079 52.948908) (xy 67.307659 52.973) + (xy 61.767 52.973) (xy 61.767 52.827) (xy 62.849206 52.827) (xy 62.88 52.830033) (xy 62.910794 52.827) + (xy 63.002913 52.817927) (xy 63.121103 52.782075) (xy 63.230028 52.723853) (xy 63.325501 52.645501) (xy 63.345138 52.621573) + (xy 63.951578 52.015134) (xy 63.975501 51.995501) (xy 64.053853 51.900028) (xy 64.105757 51.802923) (xy 66.981935 51.802923) + (xy 66.985 51.82425) (xy 67.14375 51.983) (xy 67.773 51.983) (xy 67.773 51.32375) (xy 67.61425 51.165) + (xy 67.492652 51.174765) (xy 67.373122 51.211623) (xy 67.263079 51.271092) (xy 67.166753 51.350887) (xy 67.087844 51.447941) + (xy 67.029386 51.558524) (xy 66.993625 51.678387) (xy 66.981935 51.802923) (xy 64.105757 51.802923) (xy 64.112075 51.791103) + (xy 64.147927 51.672913) (xy 64.157 51.580794) (xy 64.160033 51.55) (xy 64.157 51.519206) (xy 64.157 51.104824) + (xy 64.28 51.104824) (xy 64.353905 51.097545) (xy 64.42497 51.075988) (xy 64.490463 51.040981) (xy 64.547869 50.993869) + (xy 64.594981 50.936463) (xy 64.629988 50.87097) (xy 64.651545 50.799905) (xy 64.658824 50.726) (xy 64.658824 49.726) + (xy 64.651545 49.652095) (xy 64.629988 49.58103) (xy 64.594981 49.515537) (xy 64.547869 49.458131) (xy 64.490463 49.411019) + (xy 64.42497 49.376012) (xy 64.353905 49.354455) (xy 64.28 49.347176) (xy 62.78 49.347176) (xy 62.706095 49.354455) + (xy 62.63503 49.376012) (xy 62.569537 49.411019) (xy 62.512131 49.458131) (xy 62.465019 49.515537) (xy 62.430012 49.58103) + (xy 62.408455 49.652095) (xy 62.401176 49.726) (xy 62.401176 50.726) (xy 62.408455 50.799905) (xy 62.430012 50.87097) + (xy 62.465019 50.936463) (xy 62.512131 50.993869) (xy 62.569537 51.040981) (xy 62.63503 51.075988) (xy 62.706095 51.097545) + (xy 62.78 51.104824) (xy 62.903001 51.104824) (xy 62.903001 51.290288) (xy 62.620289 51.573) (xy 61.539032 51.573) + (xy 61.478545 51.540669) (xy 61.381218 51.511145) (xy 61.28 51.501176) (xy 61 51.501176) (xy 60.97259 51.503876) + (xy 60.913247 51.430887) (xy 60.816921 51.351092) (xy 60.706878 51.291623) (xy 60.587348 51.254765) (xy 60.46575 51.245) + (xy 60.307 51.40375) (xy 60.307 52.063) (xy 60.327 52.063) (xy 60.327 52.317) (xy 60.307 52.317) + (xy 60.307 52.337) (xy 60.053 52.337) (xy 60.053 52.317) (xy 59.42375 52.317) (xy 59.265 52.47575) + (xy 59.261935 52.497077) (xy 59.273625 52.621613) (xy 59.309386 52.741476) (xy 59.367844 52.852059) (xy 59.446753 52.949113) + (xy 59.475589 52.973) (xy 54.587 52.973) (xy 54.587 52.817) (xy 55.159206 52.817) (xy 55.19 52.820033) + (xy 55.220794 52.817) (xy 55.312913 52.807927) (xy 55.431103 52.772075) (xy 55.540028 52.713853) (xy 55.635501 52.635501) + (xy 55.655138 52.611573) (xy 56.351578 51.915134) (xy 56.375501 51.895501) (xy 56.385823 51.882923) (xy 59.261935 51.882923) + (xy 59.265 51.90425) (xy 59.42375 52.063) (xy 60.053 52.063) (xy 60.053 51.40375) (xy 59.89425 51.245) + (xy 59.772652 51.254765) (xy 59.653122 51.291623) (xy 59.543079 51.351092) (xy 59.446753 51.430887) (xy 59.367844 51.527941) + (xy 59.309386 51.638524) (xy 59.273625 51.758387) (xy 59.261935 51.882923) (xy 56.385823 51.882923) (xy 56.453853 51.800028) + (xy 56.512075 51.691103) (xy 56.547927 51.572913) (xy 56.554993 51.501176) (xy 56.560033 51.450001) (xy 56.557 51.419207) + (xy 56.557 51.124824) (xy 56.68 51.124824) (xy 56.753905 51.117545) (xy 56.82497 51.095988) (xy 56.890463 51.060981) + (xy 56.947869 51.013869) (xy 56.994981 50.956463) (xy 57.029988 50.89097) (xy 57.051545 50.819905) (xy 57.058824 50.746) + (xy 57.058824 49.746) (xy 57.051545 49.672095) (xy 57.029988 49.60103) (xy 56.994981 49.535537) (xy 56.947869 49.478131) + (xy 56.890463 49.431019) (xy 56.82497 49.396012) (xy 56.753905 49.374455) (xy 56.68 49.367176) (xy 55.18 49.367176) + (xy 55.106095 49.374455) (xy 55.03503 49.396012) (xy 54.969537 49.431019) (xy 54.912131 49.478131) (xy 54.865019 49.535537) + (xy 54.830012 49.60103) (xy 54.808455 49.672095) (xy 54.801176 49.746) (xy 54.801176 50.746) (xy 54.808455 50.819905) + (xy 54.830012 50.89097) (xy 54.865019 50.956463) (xy 54.912131 51.013869) (xy 54.969537 51.060981) (xy 55.03503 51.095988) + (xy 55.106095 51.117545) (xy 55.18 51.124824) (xy 55.303001 51.124824) (xy 55.303001 51.190287) (xy 54.930289 51.563) + (xy 54.340323 51.563) (xy 54.298545 51.540669) (xy 54.201218 51.511145) (xy 54.1 51.501176) (xy 53.82 51.501176) + (xy 53.79259 51.503876) (xy 53.733247 51.430887) (xy 53.636921 51.351092) (xy 53.526878 51.291623) (xy 53.407348 51.254765) + (xy 53.28575 51.245) (xy 53.127 51.40375) (xy 53.127 52.063) (xy 53.147 52.063) (xy 53.147 52.317) + (xy 53.127 52.317) (xy 53.127 52.337) (xy 52.873 52.337) (xy 52.873 52.317) (xy 52.24375 52.317) + (xy 52.085 52.47575) (xy 52.081935 52.497077) (xy 52.093625 52.621613) (xy 52.129386 52.741476) (xy 52.187844 52.852059) + (xy 52.266753 52.949113) (xy 52.295589 52.973) (xy 47.047 52.973) (xy 47.047 52.817) (xy 47.759206 52.817) + (xy 47.79 52.820033) (xy 47.820794 52.817) (xy 47.912913 52.807927) (xy 48.031103 52.772075) (xy 48.140028 52.713853) + (xy 48.235501 52.635501) (xy 48.255138 52.611573) (xy 48.725578 52.141134) (xy 48.749501 52.121501) (xy 48.827853 52.026028) + (xy 48.886075 51.917103) (xy 48.896443 51.882923) (xy 52.081935 51.882923) (xy 52.085 51.90425) (xy 52.24375 52.063) + (xy 52.873 52.063) (xy 52.873 51.40375) (xy 52.71425 51.245) (xy 52.592652 51.254765) (xy 52.473122 51.291623) + (xy 52.363079 51.351092) (xy 52.266753 51.430887) (xy 52.187844 51.527941) (xy 52.129386 51.638524) (xy 52.093625 51.758387) + (xy 52.081935 51.882923) (xy 48.896443 51.882923) (xy 48.921927 51.798913) (xy 48.922696 51.791103) (xy 48.934033 51.676) + (xy 48.931 51.645206) (xy 48.931 51.154824) (xy 49.054 51.154824) (xy 49.127905 51.147545) (xy 49.19897 51.125988) + (xy 49.264463 51.090981) (xy 49.321869 51.043869) (xy 49.368981 50.986463) (xy 49.403988 50.92097) (xy 49.425545 50.849905) + (xy 49.432824 50.776) (xy 49.432824 49.776) (xy 49.425545 49.702095) (xy 49.403988 49.63103) (xy 49.368981 49.565537) + (xy 49.321869 49.508131) (xy 49.264463 49.461019) (xy 49.19897 49.426012) (xy 49.127905 49.404455) (xy 49.054 49.397176) + (xy 47.554 49.397176) (xy 47.480095 49.404455) (xy 47.40903 49.426012) (xy 47.343537 49.461019) (xy 47.286131 49.508131) + (xy 47.239019 49.565537) (xy 47.204012 49.63103) (xy 47.182455 49.702095) (xy 47.175176 49.776) (xy 47.175176 50.776) + (xy 47.182455 50.849905) (xy 47.204012 50.92097) (xy 47.239019 50.986463) (xy 47.286131 51.043869) (xy 47.343537 51.090981) + (xy 47.40903 51.125988) (xy 47.480095 51.147545) (xy 47.554 51.154824) (xy 47.677001 51.154824) (xy 47.677001 51.416288) + (xy 47.530289 51.563) (xy 46.800323 51.563) (xy 46.758545 51.540669) (xy 46.661218 51.511145) (xy 46.56 51.501176) + (xy 46.28 51.501176) (xy 46.25259 51.503876) (xy 46.193247 51.430887) (xy 46.096921 51.351092) (xy 45.986878 51.291623) + (xy 45.867348 51.254765) (xy 45.74575 51.245) (xy 45.587 51.40375) (xy 45.587 52.063) (xy 45.607 52.063) + (xy 45.607 52.317) (xy 45.587 52.317) (xy 45.587 52.97625) (xy 45.74575 53.135) (xy 45.793 53.131206) + (xy 45.793 53.409206) (xy 45.789967 53.44) (xy 45.793 53.470793) (xy 45.793001 53.470803) (xy 45.793 55.109206) + (xy 45.789967 55.14) (xy 45.793 55.170793) (xy 45.802073 55.262912) (xy 45.837925 55.381102) (xy 45.896147 55.490027) + (xy 45.933001 55.534935) (xy 45.933 62.158794) (xy 45.88575 62.155) (xy 45.727 62.31375) (xy 45.727 62.973) + (xy 45.747 62.973) (xy 45.747 63.227) (xy 45.727 63.227) (xy 45.727 63.247) (xy 45.473 63.247) + (xy 45.473 63.227) (xy 44.84375 63.227) (xy 44.69775 63.373) (xy 41.471203 63.373) (xy 41.481545 63.338905) + (xy 41.488824 63.265) (xy 41.488824 62.792923) (xy 44.681935 62.792923) (xy 44.685 62.81425) (xy 44.84375 62.973) + (xy 45.473 62.973) (xy 45.473 62.31375) (xy 45.31425 62.155) (xy 45.192652 62.164765) (xy 45.073122 62.201623) + (xy 44.963079 62.261092) (xy 44.866753 62.340887) (xy 44.787844 62.437941) (xy 44.729386 62.548524) (xy 44.693625 62.668387) + (xy 44.681935 62.792923) (xy 41.488824 62.792923) (xy 41.488824 61.965) (xy 41.481545 61.891095) (xy 41.459988 61.82003) + (xy 41.424981 61.754537) (xy 41.377869 61.697131) (xy 41.320463 61.650019) (xy 41.292365 61.635) (xy 42.308176 61.635) + (xy 42.308176 61.683) (xy 42.315455 61.756905) (xy 42.337012 61.82797) (xy 42.372019 61.893463) (xy 42.419131 61.950869) + (xy 42.476537 61.997981) (xy 42.54203 62.032988) (xy 42.613095 62.054545) (xy 42.687 62.061824) (xy 44.187 62.061824) + (xy 44.260905 62.054545) (xy 44.33197 62.032988) (xy 44.397463 61.997981) (xy 44.454869 61.950869) (xy 44.501981 61.893463) + (xy 44.536988 61.82797) (xy 44.558545 61.756905) (xy 44.565824 61.683) (xy 44.565824 60.683) (xy 44.558545 60.609095) + (xy 44.536988 60.53803) (xy 44.501981 60.472537) (xy 44.454869 60.415131) (xy 44.397463 60.368019) (xy 44.33197 60.333012) + (xy 44.260905 60.311455) (xy 44.187 60.304176) (xy 42.687 60.304176) (xy 42.613095 60.311455) (xy 42.54203 60.333012) + (xy 42.476537 60.368019) (xy 42.419131 60.415131) (xy 42.372019 60.472537) (xy 42.337012 60.53803) (xy 42.315455 60.609095) + (xy 42.308176 60.683) (xy 42.308176 60.731) (xy 35.419205 60.731) (xy 35.397 60.728813) (xy 35.308392 60.73754) + (xy 35.22319 60.763386) (xy 35.144667 60.805357) (xy 35.075841 60.861841) (xy 35.061681 60.879095) (xy 33.386094 62.554683) + (xy 33.386089 62.554687) (xy 33.31369 62.627087) (xy 33.096096 62.844681) (xy 33.078842 62.858841) (xy 33.047454 62.897088) + (xy 33.022358 62.927667) (xy 32.980386 63.006191) (xy 32.95454 63.091393) (xy 32.945813 63.18) (xy 32.948001 63.202215) + (xy 32.948 66.094577) (xy 32.87414 66.168437) (xy 32.80005 66.27932) (xy 32.749016 66.402526) (xy 32.723 66.533321) + (xy 32.723 66.666679) (xy 32.749016 66.797474) (xy 32.80005 66.92068) (xy 32.87414 67.031563) (xy 32.968437 67.12586) + (xy 33.07932 67.19995) (xy 33.202526 67.250984) (xy 33.333321 67.277) (xy 33.466679 67.277) (xy 33.597474 67.250984) + (xy 33.72068 67.19995) (xy 33.831563 67.12586) (xy 33.92586 67.031563) (xy 33.99995 66.92068) (xy 34.050984 66.797474) + (xy 34.077 66.666679) (xy 34.077 66.533321) (xy 34.050984 66.402526) (xy 33.99995 66.27932) (xy 33.92586 66.168437) + (xy 33.852 66.094577) (xy 33.852 63.367223) (xy 33.954223 63.265) (xy 34.025313 63.193911) (xy 34.025317 63.193906) + (xy 35.584224 61.635) (xy 36.577635 61.635) (xy 36.549537 61.650019) (xy 36.492131 61.697131) (xy 36.445019 61.754537) + (xy 36.410012 61.82003) (xy 36.388455 61.891095) (xy 36.381176 61.965) (xy 36.381176 63.265) (xy 36.388455 63.338905) + (xy 36.410012 63.40997) (xy 36.445019 63.475463) (xy 36.492131 63.532869) (xy 36.549537 63.579981) (xy 36.61503 63.614988) + (xy 36.686095 63.636545) (xy 36.76 63.643824) (xy 37.46 63.643824) (xy 37.533905 63.636545) (xy 37.60497 63.614988) + (xy 37.670463 63.579981) (xy 37.727869 63.532869) (xy 37.774981 63.475463) (xy 37.809988 63.40997) (xy 37.831545 63.338905) + (xy 37.838824 63.265) (xy 37.838824 61.965) (xy 37.831545 61.891095) (xy 37.809988 61.82003) (xy 37.774981 61.754537) + (xy 37.727869 61.697131) (xy 37.670463 61.650019) (xy 37.642365 61.635) (xy 40.227635 61.635) (xy 40.199537 61.650019) + (xy 40.142131 61.697131) (xy 40.095019 61.754537) (xy 40.060012 61.82003) (xy 40.038455 61.891095) (xy 40.031176 61.965) + (xy 40.031176 63.265) (xy 40.038455 63.338905) (xy 40.060012 63.40997) (xy 40.095019 63.475463) (xy 40.142131 63.532869) + (xy 40.199537 63.579981) (xy 40.26503 63.614988) (xy 40.336095 63.636545) (xy 40.41 63.643824) (xy 40.749464 63.643824) + (xy 39.458422 64.934867) (xy 39.4345 64.954499) (xy 39.356148 65.049972) (xy 39.306254 65.143316) (xy 39.297926 65.158897) + (xy 39.262073 65.277088) (xy 39.249967 65.4) (xy 39.253001 65.430804) (xy 39.253 71.069206) (xy 39.249967 71.1) + (xy 39.253001 71.130804) (xy 39.253 78.169206) (xy 39.249967 78.2) (xy 39.253001 78.230804) (xy 39.253 85.069206) + (xy 39.249967 85.1) (xy 39.253001 85.130804) (xy 39.253 90.553) (xy 36.143388 90.553) (xy 36.053073 90.417833) + (xy 35.882167 90.246927) (xy 35.681202 90.112647) (xy 35.457903 90.020153) (xy 35.220849 89.973) (xy 34.979151 89.973) + (xy 34.742097 90.020153) (xy 34.518798 90.112647) (xy 34.317833 90.246927) (xy 34.146927 90.417833) (xy 34.012647 90.618798) + (xy 33.920153 90.842097) (xy 33.873 91.079151) (xy 33.873 91.320849) (xy 33.920153 91.557903) (xy 34.012647 91.781202) + (xy 34.146927 91.982167) (xy 34.317833 92.153073) (xy 34.518798 92.287353) (xy 34.742097 92.379847) (xy 34.979151 92.427) + (xy 35.220849 92.427) (xy 35.457903 92.379847) (xy 35.681202 92.287353) (xy 35.882167 92.153073) (xy 36.053073 91.982167) + (xy 36.170115 91.807) (xy 39.253 91.807) (xy 39.253 92.169205) (xy 39.249967 92.2) (xy 39.253001 92.230804) + (xy 39.253 99.169206) (xy 39.249967 99.2) (xy 39.253001 99.230804) (xy 39.253 105.969206) (xy 39.249967 106) + (xy 39.253001 106.030804) (xy 39.253 112.969206) (xy 39.249967 113) (xy 39.253001 113.030804) (xy 39.253 116.349206) + (xy 39.249967 116.38) (xy 39.256343 116.444735) (xy 39.262073 116.502912) (xy 39.297925 116.621102) (xy 39.356147 116.730027) + (xy 39.434499 116.825501) (xy 39.458427 116.845138) (xy 41.373001 118.759713) (xy 41.373001 118.784958) (xy 41.29918 118.745499) + (xy 41.179482 118.709189) (xy 41.055 118.696929) (xy 40.99075 118.700001) (xy 40.832 118.858751) (xy 40.832 119.858001) + (xy 40.852 119.858001) (xy 40.852 120.112001) (xy 40.832 120.112001) (xy 40.832 121.111251) (xy 40.99075 121.270001) + (xy 41.055 121.273073) (xy 41.179482 121.260813) (xy 41.29918 121.224503) (xy 41.373001 121.185044) (xy 41.373 124.730187) + (xy 41.369981 124.724538) (xy 41.322869 124.667132) (xy 41.265463 124.62002) (xy 41.19997 124.585013) (xy 41.128905 124.563456) + (xy 41.055 124.556177) (xy 40.355 124.556177) (xy 40.281095 124.563456) (xy 40.21003 124.585013) (xy 40.144537 124.62002) + (xy 40.087131 124.667132) (xy 40.040019 124.724538) (xy 40.005012 124.790031) (xy 39.983455 124.861096) (xy 39.976176 124.935001) + (xy 39.976176 126.235001) (xy 39.983455 126.308906) (xy 40.005012 126.379971) (xy 40.040019 126.445464) (xy 40.087131 126.50287) + (xy 40.144537 126.549982) (xy 40.21003 126.584989) (xy 40.281095 126.606546) (xy 40.355 126.613825) (xy 41.055 126.613825) + (xy 41.128905 126.606546) (xy 41.19997 126.584989) (xy 41.265463 126.549982) (xy 41.322869 126.50287) (xy 41.369981 126.445464) + (xy 41.382067 126.422853) (xy 41.382073 126.422912) (xy 41.417925 126.541102) (xy 41.476147 126.650027) (xy 41.554499 126.745501) + (xy 41.578427 126.765138) (xy 42.534862 127.721573) (xy 42.554499 127.745501) (xy 42.649971 127.823852) (xy 42.649972 127.823853) + (xy 42.758896 127.882075) (xy 42.877087 127.917927) (xy 43 127.930033) (xy 43.030794 127.927) (xy 47.449206 127.927) + (xy 47.48 127.930033) (xy 47.510794 127.927) (xy 55.349206 127.927) (xy 55.38 127.930033) (xy 55.410794 127.927) + (xy 62.549206 127.927) (xy 62.58 127.930033) (xy 62.610794 127.927) (xy 70.149206 127.927) (xy 70.18 127.930033) + (xy 70.210794 127.927) (xy 74.313775 127.927) (xy 71.312777 130.928) (xy 47.222204 130.928) (xy 47.199999 130.925813) + (xy 47.177794 130.928) (xy 46.784198 130.928) (xy 46.815235 130.827348) (xy 46.825 130.70575) (xy 46.66625 130.547) + (xy 46.007 130.547) (xy 46.007 130.567) (xy 45.753 130.567) (xy 45.753 130.547) (xy 45.09375 130.547) + (xy 44.935 130.70575) (xy 44.944765 130.827348) (xy 44.981623 130.946878) (xy 45.041092 131.056921) (xy 45.120887 131.153247) + (xy 45.193876 131.21259) (xy 45.191176 131.24) (xy 45.191176 131.52) (xy 45.201145 131.621218) (xy 45.230669 131.718545) + (xy 45.278614 131.808243) (xy 45.322012 131.861124) (xy 45.24575 131.855) (xy 45.087 132.01375) (xy 45.087 132.673) + (xy 45.71625 132.673) (xy 45.875 132.51425) (xy 45.878065 132.492923) (xy 45.866375 132.368387) (xy 45.830614 132.248524) + (xy 45.772156 132.137941) (xy 45.693247 132.040887) (xy 45.68816 132.036673) (xy 45.71 132.038824) (xy 46.05 132.038824) + (xy 46.151218 132.028855) (xy 46.248545 131.999331) (xy 46.338243 131.951386) (xy 46.416864 131.886864) (xy 46.461889 131.832) + (xy 46.728001 131.832) (xy 46.728001 132.021176) (xy 46.53 132.021176) (xy 46.456095 132.028455) (xy 46.38503 132.050012) + (xy 46.319537 132.085019) (xy 46.262131 132.132131) (xy 46.215019 132.189537) (xy 46.180012 132.25503) (xy 46.158455 132.326095) + (xy 46.151176 132.4) (xy 46.151176 133.1) (xy 46.158455 133.173905) (xy 46.180012 133.24497) (xy 46.215019 133.310463) + (xy 46.262131 133.367869) (xy 46.319537 133.414981) (xy 46.38503 133.449988) (xy 46.456095 133.471545) (xy 46.53 133.478824) + (xy 47.83 133.478824) (xy 47.903905 133.471545) (xy 47.97497 133.449988) (xy 48.040463 133.414981) (xy 48.097869 133.367869) + (xy 48.144981 133.310463) (xy 48.179988 133.24497) (xy 48.201545 133.173905) (xy 48.208824 133.1) (xy 48.208824 132.4) + (xy 51.751176 132.4) (xy 51.751176 133.1) (xy 51.758455 133.173905) (xy 51.780012 133.24497) (xy 51.815019 133.310463) + (xy 51.862131 133.367869) (xy 51.919537 133.414981) (xy 51.98503 133.449988) (xy 52.056095 133.471545) (xy 52.13 133.478824) + (xy 53.43 133.478824) (xy 53.503905 133.471545) (xy 53.57497 133.449988) (xy 53.640463 133.414981) (xy 53.697869 133.367869) + (xy 53.744981 133.310463) (xy 53.779988 133.24497) (xy 53.801545 133.173905) (xy 53.808824 133.1) (xy 53.808824 132.4) + (xy 53.801545 132.326095) (xy 53.779988 132.25503) (xy 53.744981 132.189537) (xy 53.697869 132.132131) (xy 53.640463 132.085019) + (xy 53.57497 132.050012) (xy 53.503905 132.028455) (xy 53.43 132.021176) (xy 52.13 132.021176) (xy 52.056095 132.028455) + (xy 51.98503 132.050012) (xy 51.919537 132.085019) (xy 51.862131 132.132131) (xy 51.815019 132.189537) (xy 51.780012 132.25503) + (xy 51.758455 132.326095) (xy 51.751176 132.4) (xy 48.208824 132.4) (xy 48.201545 132.326095) (xy 48.179988 132.25503) + (xy 48.144981 132.189537) (xy 48.097869 132.132131) (xy 48.040463 132.085019) (xy 47.97497 132.050012) (xy 47.903905 132.028455) + (xy 47.83 132.021176) (xy 47.632 132.021176) (xy 47.632 131.832) (xy 61.268074 131.832) (xy 61.182526 131.849016) + (xy 61.05932 131.90005) (xy 60.948437 131.97414) (xy 60.85414 132.068437) (xy 60.78005 132.17932) (xy 60.729016 132.302526) + (xy 60.703 132.433321) (xy 60.703 132.566679) (xy 60.729016 132.697474) (xy 60.78005 132.82068) (xy 60.798305 132.848) + (xy 59.802204 132.848) (xy 59.779999 132.845813) (xy 59.691392 132.85454) (xy 59.658516 132.864513) (xy 59.60619 132.880386) + (xy 59.527667 132.922357) (xy 59.458841 132.978841) (xy 59.444686 132.996089) (xy 55.892777 136.548) (xy 50.402205 136.548) + (xy 50.38 136.545813) (xy 50.291392 136.55454) (xy 50.20619 136.580386) (xy 50.127667 136.622357) (xy 50.058841 136.678841) + (xy 50.044681 136.696095) (xy 48.942777 137.798) (xy 48.193023 137.798) (xy 48.179988 137.75503) (xy 48.144981 137.689537) + (xy 48.097869 137.632131) (xy 48.040463 137.585019) (xy 47.97497 137.550012) (xy 47.903905 137.528455) (xy 47.83 137.521176) + (xy 47.779619 137.521176) (xy 47.77995 137.52068) (xy 47.830984 137.397474) (xy 47.857 137.266679) (xy 47.857 137.133321) + (xy 47.830984 137.002526) (xy 47.77995 136.87932) (xy 47.70586 136.768437) (xy 47.611563 136.67414) (xy 47.50068 136.60005) + (xy 47.377474 136.549016) (xy 47.246679 136.523) (xy 47.113321 136.523) (xy 46.982526 136.549016) (xy 46.85932 136.60005) + (xy 46.748437 136.67414) (xy 46.65414 136.768437) (xy 46.58005 136.87932) (xy 46.529016 137.002526) (xy 46.503 137.133321) + (xy 46.503 137.266679) (xy 46.529016 137.397474) (xy 46.58005 137.52068) (xy 46.580381 137.521176) (xy 46.53 137.521176) + (xy 46.456095 137.528455) (xy 46.38503 137.550012) (xy 46.319537 137.585019) (xy 46.262131 137.632131) (xy 46.23 137.671283) + (xy 46.197869 137.632131) (xy 46.140463 137.585019) (xy 46.07497 137.550012) (xy 46.003905 137.528455) (xy 45.93 137.521176) + (xy 44.63 137.521176) (xy 44.556095 137.528455) (xy 44.48503 137.550012) (xy 44.419537 137.585019) (xy 44.362131 137.632131) + (xy 44.315019 137.689537) (xy 44.280012 137.75503) (xy 44.258455 137.826095) (xy 44.251176 137.9) (xy 44.251176 138.6) + (xy 44.258455 138.673905) (xy 44.280012 138.74497) (xy 44.315019 138.810463) (xy 44.362131 138.867869) (xy 44.419537 138.914981) + (xy 44.48503 138.949988) (xy 44.556095 138.971545) (xy 44.63 138.978824) (xy 45.93 138.978824) (xy 46.003905 138.971545) + (xy 46.07497 138.949988) (xy 46.140463 138.914981) (xy 46.197869 138.867869) (xy 46.23 138.828717) (xy 46.262131 138.867869) + (xy 46.319537 138.914981) (xy 46.38503 138.949988) (xy 46.456095 138.971545) (xy 46.53 138.978824) (xy 47.83 138.978824) + (xy 47.903905 138.971545) (xy 47.97497 138.949988) (xy 48.040463 138.914981) (xy 48.097869 138.867869) (xy 48.144981 138.810463) + (xy 48.179988 138.74497) (xy 48.193023 138.702) (xy 49.107795 138.702) (xy 49.13 138.704187) (xy 49.152205 138.702) + (xy 49.218607 138.69546) (xy 49.30381 138.669614) (xy 49.382333 138.627643) (xy 49.451159 138.571159) (xy 49.465323 138.5539) + (xy 50.119223 137.9) (xy 51.751176 137.9) (xy 51.751176 138.6) (xy 51.758455 138.673905) (xy 51.780012 138.74497) + (xy 51.815019 138.810463) (xy 51.862131 138.867869) (xy 51.919537 138.914981) (xy 51.98503 138.949988) (xy 52.056095 138.971545) + (xy 52.13 138.978824) (xy 53.43 138.978824) (xy 53.503905 138.971545) (xy 53.57497 138.949988) (xy 53.640463 138.914981) + (xy 53.697869 138.867869) (xy 53.744981 138.810463) (xy 53.749348 138.802293) (xy 53.762131 138.817869) (xy 53.819537 138.864981) + (xy 53.88503 138.899988) (xy 53.956095 138.921545) (xy 54.03 138.928824) (xy 55.33 138.928824) (xy 55.403905 138.921545) + (xy 55.47497 138.899988) (xy 55.540463 138.864981) (xy 55.597869 138.817869) (xy 55.644981 138.760463) (xy 55.679988 138.69497) + (xy 55.701545 138.623905) (xy 55.708824 138.55) (xy 58.991928 138.55) (xy 59.004188 138.674482) (xy 59.040498 138.79418) + (xy 59.099463 138.904494) (xy 59.178815 139.001185) (xy 59.275506 139.080537) (xy 59.38582 139.139502) (xy 59.505518 139.175812) + (xy 59.63 139.188072) (xy 59.99425 139.185) (xy 60.153 139.02625) (xy 60.153 138.327) (xy 60.407 138.327) + (xy 60.407 139.02625) (xy 60.56575 139.185) (xy 60.93 139.188072) (xy 61.054482 139.175812) (xy 61.17418 139.139502) + (xy 61.284494 139.080537) (xy 61.381185 139.001185) (xy 61.460537 138.904494) (xy 61.519502 138.79418) (xy 61.555812 138.674482) + (xy 61.568072 138.55) (xy 61.565 138.48575) (xy 61.40625 138.327) (xy 60.407 138.327) (xy 60.153 138.327) + (xy 59.15375 138.327) (xy 58.995 138.48575) (xy 58.991928 138.55) (xy 55.708824 138.55) (xy 55.708824 137.85) + (xy 58.991928 137.85) (xy 58.995 137.91425) (xy 59.15375 138.073) (xy 60.153 138.073) (xy 60.153 137.37375) + (xy 60.407 137.37375) (xy 60.407 138.073) (xy 61.40625 138.073) (xy 61.565 137.91425) (xy 61.568072 137.85) + (xy 61.555812 137.725518) (xy 61.546554 137.695) (xy 61.607002 137.695) (xy 61.607002 137.536252) (xy 61.76575 137.695) + (xy 61.787077 137.698065) (xy 61.911613 137.686375) (xy 62.031476 137.650614) (xy 62.142059 137.592156) (xy 62.239113 137.513247) + (xy 62.318908 137.416921) (xy 62.378377 137.306878) (xy 62.415235 137.187348) (xy 62.425 137.06575) (xy 62.26625 136.907) + (xy 61.607 136.907) (xy 61.607 136.927) (xy 61.353 136.927) (xy 61.353 136.907) (xy 60.69375 136.907) + (xy 60.535 137.06575) (xy 60.544765 137.187348) (xy 60.556228 137.224522) (xy 60.407 137.37375) (xy 60.153 137.37375) + (xy 59.99425 137.215) (xy 59.63 137.211928) (xy 59.505518 137.224188) (xy 59.38582 137.260498) (xy 59.275506 137.319463) + (xy 59.178815 137.398815) (xy 59.099463 137.495506) (xy 59.040498 137.60582) (xy 59.004188 137.725518) (xy 58.991928 137.85) + (xy 55.708824 137.85) (xy 55.701545 137.776095) (xy 55.679988 137.70503) (xy 55.644981 137.639537) (xy 55.597869 137.582131) + (xy 55.540463 137.535019) (xy 55.47497 137.500012) (xy 55.403905 137.478455) (xy 55.33 137.471176) (xy 54.03 137.471176) + (xy 53.956095 137.478455) (xy 53.88503 137.500012) (xy 53.819537 137.535019) (xy 53.762131 137.582131) (xy 53.715019 137.639537) + (xy 53.710652 137.647707) (xy 53.697869 137.632131) (xy 53.640463 137.585019) (xy 53.57497 137.550012) (xy 53.503905 137.528455) + (xy 53.43 137.521176) (xy 52.13 137.521176) (xy 52.056095 137.528455) (xy 51.98503 137.550012) (xy 51.919537 137.585019) + (xy 51.862131 137.632131) (xy 51.815019 137.689537) (xy 51.780012 137.75503) (xy 51.758455 137.826095) (xy 51.751176 137.9) + (xy 50.119223 137.9) (xy 50.567224 137.452) (xy 56.057795 137.452) (xy 56.08 137.454187) (xy 56.102205 137.452) + (xy 56.168607 137.44546) (xy 56.25381 137.419614) (xy 56.332333 137.377643) (xy 56.401159 137.321159) (xy 56.415323 137.3039) + (xy 59.251176 134.468049) (xy 59.251176 134.9) (xy 59.258455 134.973905) (xy 59.280012 135.04497) (xy 59.315019 135.110463) + (xy 59.362131 135.167869) (xy 59.419537 135.214981) (xy 59.48503 135.249988) (xy 59.556095 135.271545) (xy 59.63 135.278824) + (xy 60.93 135.278824) (xy 60.992439 135.272674) (xy 60.943136 135.313136) (xy 60.878614 135.391757) (xy 60.830669 135.481455) + (xy 60.801145 135.578782) (xy 60.791176 135.68) (xy 60.791176 135.96) (xy 60.793876 135.98741) (xy 60.720887 136.046753) + (xy 60.641092 136.143079) (xy 60.581623 136.253122) (xy 60.544765 136.372652) (xy 60.535 136.49425) (xy 60.69375 136.653) + (xy 61.353 136.653) (xy 61.353 136.633) (xy 61.607 136.633) (xy 61.607 136.653) (xy 62.26625 136.653) + (xy 62.425 136.49425) (xy 62.415235 136.372652) (xy 62.378377 136.253122) (xy 62.318908 136.143079) (xy 62.239113 136.046753) + (xy 62.166124 135.98741) (xy 62.168824 135.96) (xy 62.168824 135.68) (xy 62.158855 135.578782) (xy 62.129331 135.481455) + (xy 62.081386 135.391757) (xy 62.016864 135.313136) (xy 61.938243 135.248614) (xy 61.932 135.245277) (xy 61.932 135.002) + (xy 71.407795 135.002) (xy 71.43 135.004187) (xy 71.452205 135.002) (xy 71.518607 134.99546) (xy 71.60381 134.969614) + (xy 71.682333 134.927643) (xy 71.751159 134.871159) (xy 71.765323 134.8539) (xy 74.492169 132.127055) (xy 74.025828 132.864513) + (xy 73.600225 133.863441) (xy 73.340372 134.917705) (xy 73.253 136) (xy 73.340372 137.082295) (xy 73.600225 138.136559) + (xy 74.025828 139.135487) (xy 74.60616 140.053208) (xy 75.326189 140.865953) (xy 76.167267 141.552672) (xy 77.107611 142.09558) + (xy 78.122867 142.480616) (xy 79.186739 142.697807) (xy 80.271674 142.741528) (xy 81.349573 142.610648) (xy 82.392519 142.308555) + (xy 83.3735 141.843073) (xy 84.267109 141.22626) (xy 85.050202 140.474089) (xy 85.702498 139.606041) (xy 86.207101 138.644599) + (xy 86.253801 138.504714) (xy 111.917232 138.504714) (xy 111.917232 138.895286) (xy 111.993428 139.278352) (xy 112.142894 139.639193) + (xy 112.359883 139.963941) (xy 112.636059 140.240117) (xy 112.960807 140.457106) (xy 113.321648 140.606572) (xy 113.704714 140.682768) + (xy 114.095286 140.682768) (xy 114.478352 140.606572) (xy 114.839193 140.457106) (xy 115.163941 140.240117) (xy 115.440117 139.963941) + (xy 115.657106 139.639193) (xy 115.806572 139.278352) (xy 115.882768 138.895286) (xy 115.882768 138.504714) (xy 115.806572 138.121648) + (xy 115.657106 137.760807) (xy 115.440117 137.436059) (xy 115.163941 137.159883) (xy 114.839193 136.942894) (xy 114.478352 136.793428) + (xy 114.095286 136.717232) (xy 113.704714 136.717232) (xy 113.321648 136.793428) (xy 112.960807 136.942894) (xy 112.636059 137.159883) + (xy 112.359883 137.436059) (xy 112.142894 137.760807) (xy 111.993428 138.121648) (xy 111.917232 138.504714) (xy 86.253801 138.504714) + (xy 86.550944 137.614663) (xy 86.725122 136.542908) (xy 86.725122 135.457092) (xy 86.550944 134.385337) (xy 86.207101 133.355401) + (xy 85.702498 132.393959) (xy 85.050202 131.525911) (xy 84.267109 130.77374) (xy 83.3735 130.156927) (xy 82.392519 129.691445) + (xy 81.911099 129.552) (xy 125.557795 129.552) (xy 125.58 129.554187) (xy 125.602205 129.552) (xy 125.628746 129.549386) + (xy 125.668607 129.54546) (xy 125.739664 129.523905) (xy 125.75381 129.519614) (xy 125.832333 129.477643) (xy 125.901159 129.421159) + (xy 125.915323 129.4039) (xy 128.628 126.691225) (xy 128.628 128.712775) (xy 113.692777 143.648) (xy 73.267224 143.648) + (xy 71.595323 141.9761) (xy 71.581159 141.958841) (xy 71.512333 141.902357) (xy 71.43381 141.860386) (xy 71.348607 141.83454) + (xy 71.282205 141.828) (xy 71.26 141.825813) (xy 71.237795 141.828) (xy 47.182205 141.828) (xy 47.16 141.825813) + (xy 47.137795 141.828) (xy 46.584198 141.828) (xy 46.615235 141.727348) (xy 46.625 141.60575) (xy 46.46625 141.447) + (xy 45.807 141.447) (xy 45.807 141.467) (xy 45.553 141.467) (xy 45.553 141.447) (xy 44.89375 141.447) + (xy 44.735 141.60575) (xy 44.744765 141.727348) (xy 44.781623 141.846878) (xy 44.841092 141.956921) (xy 44.920887 142.053247) + (xy 44.993876 142.11259) (xy 44.991176 142.14) (xy 44.991176 142.42) (xy 45.001145 142.521218) (xy 45.030669 142.618545) + (xy 45.078614 142.708243) (xy 45.143136 142.786864) (xy 45.221757 142.851386) (xy 45.311455 142.899331) (xy 45.408782 142.928855) + (xy 45.51 142.938824) (xy 45.85 142.938824) (xy 45.951218 142.928855) (xy 46.048545 142.899331) (xy 46.138243 142.851386) + (xy 46.216864 142.786864) (xy 46.261889 142.732) (xy 46.728001 142.732) (xy 46.728001 143.021176) (xy 46.53 143.021176) + (xy 46.456095 143.028455) (xy 46.38503 143.050012) (xy 46.319537 143.085019) (xy 46.262131 143.132131) (xy 46.215019 143.189537) + (xy 46.180012 143.25503) (xy 46.158455 143.326095) (xy 46.151176 143.4) (xy 46.151176 144.1) (xy 46.158455 144.173905) + (xy 46.180012 144.24497) (xy 46.215019 144.310463) (xy 46.262131 144.367869) (xy 46.268383 144.373) (xy 35.027926 144.373) + (xy 34.22605 144.301434) (xy 33.771192 144.177) (xy 34.312907 144.177) (xy 34.926697 144.05491) (xy 35.504874 143.815421) + (xy 36.025219 143.467737) (xy 36.467737 143.025219) (xy 36.554861 142.894828) (xy 37.432167 142.894828) (xy 37.432167 143.105172) + (xy 37.473203 143.311475) (xy 37.553698 143.505809) (xy 37.67056 143.680704) (xy 37.819296 143.82944) (xy 37.994191 143.946302) + (xy 38.188525 144.026797) (xy 38.394828 144.067833) (xy 38.605172 144.067833) (xy 38.811475 144.026797) (xy 39.005809 143.946302) + (xy 39.180704 143.82944) (xy 39.32944 143.680704) (xy 39.446302 143.505809) (xy 39.526797 143.311475) (xy 39.567833 143.105172) + (xy 39.567833 142.894828) (xy 39.526797 142.688525) (xy 39.446302 142.494191) (xy 39.32944 142.319296) (xy 39.180704 142.17056) + (xy 39.005809 142.053698) (xy 38.811475 141.973203) (xy 38.605172 141.932167) (xy 38.394828 141.932167) (xy 38.188525 141.973203) + (xy 37.994191 142.053698) (xy 37.819296 142.17056) (xy 37.67056 142.319296) (xy 37.553698 142.494191) (xy 37.473203 142.688525) + (xy 37.432167 142.894828) (xy 36.554861 142.894828) (xy 36.815421 142.504874) (xy 37.05491 141.926697) (xy 37.177 141.312907) + (xy 37.177 141.03425) (xy 44.735 141.03425) (xy 44.89375 141.193) (xy 45.553 141.193) (xy 45.553 140.56375) + (xy 45.807 140.56375) (xy 45.807 141.193) (xy 46.46625 141.193) (xy 46.571528 141.087722) (xy 46.89425 141.085) + (xy 47.053 140.92625) (xy 47.053 140.227) (xy 47.307 140.227) (xy 47.307 140.92625) (xy 47.46575 141.085) + (xy 47.83 141.088072) (xy 47.954482 141.075812) (xy 48.07418 141.039502) (xy 48.184494 140.980537) (xy 48.281185 140.901185) + (xy 48.360537 140.804494) (xy 48.419502 140.69418) (xy 48.455812 140.574482) (xy 48.468072 140.45) (xy 48.465 140.38575) + (xy 48.30625 140.227) (xy 47.307 140.227) (xy 47.053 140.227) (xy 46.05375 140.227) (xy 45.895 140.38575) + (xy 45.891928 140.45) (xy 45.894512 140.476238) (xy 45.807 140.56375) (xy 45.553 140.56375) (xy 45.39425 140.405) + (xy 45.372923 140.401935) (xy 45.248387 140.413625) (xy 45.128524 140.449386) (xy 45.017941 140.507844) (xy 44.920887 140.586753) + (xy 44.841092 140.683079) (xy 44.781623 140.793122) (xy 44.744765 140.912652) (xy 44.735 141.03425) (xy 37.177 141.03425) + (xy 37.177 140.687093) (xy 37.05491 140.073303) (xy 36.920994 139.75) (xy 45.891928 139.75) (xy 45.895 139.81425) + (xy 46.05375 139.973) (xy 47.053 139.973) (xy 47.053 139.27375) (xy 47.307 139.27375) (xy 47.307 139.973) + (xy 48.30625 139.973) (xy 48.465 139.81425) (xy 48.468072 139.75) (xy 51.751176 139.75) (xy 51.751176 140.45) + (xy 51.758455 140.523905) (xy 51.780012 140.59497) (xy 51.815019 140.660463) (xy 51.862131 140.717869) (xy 51.919537 140.764981) + (xy 51.98503 140.799988) (xy 52.056095 140.821545) (xy 52.13 140.828824) (xy 53.43 140.828824) (xy 53.503905 140.821545) + (xy 53.57497 140.799988) (xy 53.640463 140.764981) (xy 53.697869 140.717869) (xy 53.744981 140.660463) (xy 53.779988 140.59497) + (xy 53.801545 140.523905) (xy 53.808824 140.45) (xy 53.808824 139.75) (xy 53.801545 139.676095) (xy 53.779988 139.60503) + (xy 53.744981 139.539537) (xy 53.697869 139.482131) (xy 53.640463 139.435019) (xy 53.57497 139.400012) (xy 53.503905 139.378455) + (xy 53.43 139.371176) (xy 52.13 139.371176) (xy 52.056095 139.378455) (xy 51.98503 139.400012) (xy 51.919537 139.435019) + (xy 51.862131 139.482131) (xy 51.815019 139.539537) (xy 51.780012 139.60503) (xy 51.758455 139.676095) (xy 51.751176 139.75) + (xy 48.468072 139.75) (xy 48.455812 139.625518) (xy 48.419502 139.50582) (xy 48.360537 139.395506) (xy 48.281185 139.298815) + (xy 48.184494 139.219463) (xy 48.07418 139.160498) (xy 47.954482 139.124188) (xy 47.83 139.111928) (xy 47.46575 139.115) + (xy 47.307 139.27375) (xy 47.053 139.27375) (xy 46.89425 139.115) (xy 46.53 139.111928) (xy 46.405518 139.124188) + (xy 46.28582 139.160498) (xy 46.175506 139.219463) (xy 46.078815 139.298815) (xy 45.999463 139.395506) (xy 45.940498 139.50582) + (xy 45.904188 139.625518) (xy 45.891928 139.75) (xy 36.920994 139.75) (xy 36.815421 139.495126) (xy 36.467737 138.974781) + (xy 36.025219 138.532263) (xy 35.504874 138.184579) (xy 34.926697 137.94509) (xy 34.312907 137.823) (xy 33.687093 137.823) + (xy 33.073303 137.94509) (xy 32.495126 138.184579) (xy 31.974781 138.532263) (xy 31.532263 138.974781) (xy 31.184579 139.495126) + (xy 30.94509 140.073303) (xy 30.823 140.687093) (xy 30.823 141.249184) (xy 30.675219 140.633632) (xy 30.627 139.977012) + (xy 30.627 136.10575) (xy 37.535 136.10575) (xy 37.544765 136.227348) (xy 37.581623 136.346878) (xy 37.641092 136.456921) + (xy 37.720887 136.553247) (xy 37.793876 136.61259) (xy 37.791176 136.64) (xy 37.791176 136.92) (xy 37.801145 137.021218) + (xy 37.830669 137.118545) (xy 37.878614 137.208243) (xy 37.943136 137.286864) (xy 38.021757 137.351386) (xy 38.028 137.354723) + (xy 38.028 137.877795) (xy 38.025813 137.9) (xy 38.03454 137.988607) (xy 38.041809 138.01257) (xy 38.060386 138.073809) + (xy 38.102357 138.152332) (xy 38.158841 138.221159) (xy 38.1761 138.235323) (xy 38.494681 138.553905) (xy 38.508841 138.571159) + (xy 38.577667 138.627643) (xy 38.65619 138.669614) (xy 38.658089 138.67019) (xy 38.658455 138.673905) (xy 38.680012 138.74497) + (xy 38.715019 138.810463) (xy 38.762131 138.867869) (xy 38.819537 138.914981) (xy 38.88503 138.949988) (xy 38.956095 138.971545) + (xy 39.03 138.978824) (xy 40.33 138.978824) (xy 40.403905 138.971545) (xy 40.47497 138.949988) (xy 40.540463 138.914981) + (xy 40.597869 138.867869) (xy 40.644981 138.810463) (xy 40.679988 138.74497) (xy 40.693023 138.702) (xy 41.324577 138.702) + (xy 41.348437 138.72586) (xy 41.45932 138.79995) (xy 41.582526 138.850984) (xy 41.713321 138.877) (xy 41.846679 138.877) + (xy 41.977474 138.850984) (xy 42.10068 138.79995) (xy 42.211563 138.72586) (xy 42.30586 138.631563) (xy 42.37995 138.52068) + (xy 42.430984 138.397474) (xy 42.457 138.266679) (xy 42.457 138.133321) (xy 42.430984 138.002526) (xy 42.37995 137.87932) + (xy 42.30586 137.768437) (xy 42.211563 137.67414) (xy 42.10068 137.60005) (xy 41.977474 137.549016) (xy 41.846679 137.523) + (xy 41.713321 137.523) (xy 41.582526 137.549016) (xy 41.45932 137.60005) (xy 41.348437 137.67414) (xy 41.25414 137.768437) + (xy 41.234387 137.798) (xy 40.693023 137.798) (xy 40.679988 137.75503) (xy 40.644981 137.689537) (xy 40.597869 137.632131) + (xy 40.540463 137.585019) (xy 40.47497 137.550012) (xy 40.403905 137.528455) (xy 40.33 137.521176) (xy 39.03 137.521176) + (xy 38.956095 137.528455) (xy 38.932 137.535764) (xy 38.932 137.354723) (xy 38.938243 137.351386) (xy 39.016864 137.286864) + (xy 39.081386 137.208243) (xy 39.129331 137.118545) (xy 39.158855 137.021218) (xy 39.168824 136.92) (xy 39.168824 136.64) + (xy 39.166124 136.61259) (xy 39.239113 136.553247) (xy 39.318908 136.456921) (xy 39.378377 136.346878) (xy 39.415235 136.227348) + (xy 39.425 136.10575) (xy 39.26625 135.947) (xy 38.607 135.947) (xy 38.607 135.967) (xy 38.353 135.967) + (xy 38.353 135.947) (xy 37.69375 135.947) (xy 37.535 136.10575) (xy 30.627 136.10575) (xy 30.627 135.53425) + (xy 37.535 135.53425) (xy 37.69375 135.693) (xy 38.353 135.693) (xy 38.353 135.673) (xy 38.607 135.673) + (xy 38.607 135.693) (xy 39.26625 135.693) (xy 39.37408 135.58517) (xy 39.39425 135.585) (xy 39.553 135.42625) + (xy 39.553 134.727) (xy 39.807 134.727) (xy 39.807 135.42625) (xy 39.96575 135.585) (xy 40.33 135.588072) + (xy 40.454482 135.575812) (xy 40.57418 135.539502) (xy 40.684494 135.480537) (xy 40.781185 135.401185) (xy 40.860537 135.304494) + (xy 40.919502 135.19418) (xy 40.955812 135.074482) (xy 40.968072 134.95) (xy 40.965 134.88575) (xy 40.80625 134.727) + (xy 39.807 134.727) (xy 39.553 134.727) (xy 38.55375 134.727) (xy 38.395 134.88575) (xy 38.39408 134.905) + (xy 38.352998 134.905) (xy 38.352998 135.063748) (xy 38.19425 134.905) (xy 38.172923 134.901935) (xy 38.048387 134.913625) + (xy 37.928524 134.949386) (xy 37.817941 135.007844) (xy 37.720887 135.086753) (xy 37.641092 135.183079) (xy 37.581623 135.293122) + (xy 37.544765 135.412652) (xy 37.535 135.53425) (xy 30.627 135.53425) (xy 30.627 134.25) (xy 38.391928 134.25) + (xy 38.395 134.31425) (xy 38.55375 134.473) (xy 39.553 134.473) (xy 39.553 133.77375) (xy 39.807 133.77375) + (xy 39.807 134.473) (xy 40.80625 134.473) (xy 40.965 134.31425) (xy 40.968072 134.25) (xy 40.955812 134.125518) + (xy 40.919502 134.00582) (xy 40.860537 133.895506) (xy 40.809504 133.833321) (xy 43.303 133.833321) (xy 43.303 133.966679) + (xy 43.329016 134.097474) (xy 43.38005 134.22068) (xy 43.45414 134.331563) (xy 43.548437 134.42586) (xy 43.65932 134.49995) + (xy 43.782526 134.550984) (xy 43.913321 134.577) (xy 44.046679 134.577) (xy 44.177474 134.550984) (xy 44.251176 134.520455) + (xy 44.251176 134.95) (xy 44.258455 135.023905) (xy 44.280012 135.09497) (xy 44.315019 135.160463) (xy 44.362131 135.217869) + (xy 44.419537 135.264981) (xy 44.48503 135.299988) (xy 44.556095 135.321545) (xy 44.63 135.328824) (xy 45.93 135.328824) + (xy 46.003905 135.321545) (xy 46.011553 135.319225) (xy 46.078815 135.401185) (xy 46.175506 135.480537) (xy 46.28582 135.539502) + (xy 46.405518 135.575812) (xy 46.53 135.588072) (xy 46.89425 135.585) (xy 47.053 135.42625) (xy 47.053 134.727) + (xy 47.307 134.727) (xy 47.307 135.42625) (xy 47.46575 135.585) (xy 47.83 135.588072) (xy 47.954482 135.575812) + (xy 48.07418 135.539502) (xy 48.184494 135.480537) (xy 48.281185 135.401185) (xy 48.360537 135.304494) (xy 48.419502 135.19418) + (xy 48.455812 135.074482) (xy 48.468072 134.95) (xy 48.465 134.88575) (xy 48.30625 134.727) (xy 47.307 134.727) + (xy 47.053 134.727) (xy 47.033 134.727) (xy 47.033 134.473) (xy 47.053 134.473) (xy 47.053 133.77375) + (xy 47.307 133.77375) (xy 47.307 134.473) (xy 48.30625 134.473) (xy 48.465 134.31425) (xy 48.468072 134.25) + (xy 51.751176 134.25) (xy 51.751176 134.95) (xy 51.758455 135.023905) (xy 51.780012 135.09497) (xy 51.815019 135.160463) + (xy 51.862131 135.217869) (xy 51.919537 135.264981) (xy 51.98503 135.299988) (xy 52.056095 135.321545) (xy 52.13 135.328824) + (xy 53.43 135.328824) (xy 53.503905 135.321545) (xy 53.57497 135.299988) (xy 53.640463 135.264981) (xy 53.697869 135.217869) + (xy 53.744981 135.160463) (xy 53.749348 135.152293) (xy 53.762131 135.167869) (xy 53.819537 135.214981) (xy 53.88503 135.249988) + (xy 53.956095 135.271545) (xy 54.03 135.278824) (xy 55.33 135.278824) (xy 55.403905 135.271545) (xy 55.47497 135.249988) + (xy 55.540463 135.214981) (xy 55.597869 135.167869) (xy 55.644981 135.110463) (xy 55.679988 135.04497) (xy 55.701545 134.973905) + (xy 55.708824 134.9) (xy 55.708824 134.2) (xy 55.701545 134.126095) (xy 55.679988 134.05503) (xy 55.644981 133.989537) + (xy 55.597869 133.932131) (xy 55.540463 133.885019) (xy 55.47497 133.850012) (xy 55.403905 133.828455) (xy 55.33 133.821176) + (xy 54.03 133.821176) (xy 53.956095 133.828455) (xy 53.88503 133.850012) (xy 53.819537 133.885019) (xy 53.762131 133.932131) + (xy 53.715019 133.989537) (xy 53.710652 133.997707) (xy 53.697869 133.982131) (xy 53.640463 133.935019) (xy 53.57497 133.900012) + (xy 53.503905 133.878455) (xy 53.43 133.871176) (xy 52.13 133.871176) (xy 52.056095 133.878455) (xy 51.98503 133.900012) + (xy 51.919537 133.935019) (xy 51.862131 133.982131) (xy 51.815019 134.039537) (xy 51.780012 134.10503) (xy 51.758455 134.176095) + (xy 51.751176 134.25) (xy 48.468072 134.25) (xy 48.455812 134.125518) (xy 48.419502 134.00582) (xy 48.360537 133.895506) + (xy 48.281185 133.798815) (xy 48.184494 133.719463) (xy 48.07418 133.660498) (xy 47.954482 133.624188) (xy 47.83 133.611928) + (xy 47.46575 133.615) (xy 47.307 133.77375) (xy 47.053 133.77375) (xy 46.89425 133.615) (xy 46.53 133.611928) + (xy 46.405518 133.624188) (xy 46.28582 133.660498) (xy 46.175506 133.719463) (xy 46.078815 133.798815) (xy 46.011553 133.880775) + (xy 46.003905 133.878455) (xy 45.93 133.871176) (xy 44.657 133.871176) (xy 44.657 133.833321) (xy 44.638867 133.742159) + (xy 44.67425 133.745) (xy 44.833 133.58625) (xy 44.833 132.927) (xy 45.087 132.927) (xy 45.087 133.58625) + (xy 45.24575 133.745) (xy 45.367348 133.735235) (xy 45.486878 133.698377) (xy 45.596921 133.638908) (xy 45.693247 133.559113) + (xy 45.772156 133.462059) (xy 45.830614 133.351476) (xy 45.866375 133.231613) (xy 45.878065 133.107077) (xy 45.875 133.08575) + (xy 45.71625 132.927) (xy 45.087 132.927) (xy 44.833 132.927) (xy 44.813 132.927) (xy 44.813 132.673) + (xy 44.833 132.673) (xy 44.833 132.01375) (xy 44.67425 131.855) (xy 44.552652 131.864765) (xy 44.433122 131.901623) + (xy 44.323079 131.961092) (xy 44.226753 132.040887) (xy 44.16741 132.113876) (xy 44.14 132.111176) (xy 43.86 132.111176) + (xy 43.758782 132.121145) (xy 43.661455 132.150669) (xy 43.571757 132.198614) (xy 43.493136 132.263136) (xy 43.428614 132.341757) + (xy 43.380669 132.431455) (xy 43.351145 132.528782) (xy 43.341176 132.63) (xy 43.341176 132.97) (xy 43.351145 133.071218) + (xy 43.380669 133.168545) (xy 43.428614 133.258243) (xy 43.493136 133.336864) (xy 43.528 133.365476) (xy 43.528 133.394577) + (xy 43.45414 133.468437) (xy 43.38005 133.57932) (xy 43.329016 133.702526) (xy 43.303 133.833321) (xy 40.809504 133.833321) + (xy 40.781185 133.798815) (xy 40.684494 133.719463) (xy 40.57418 133.660498) (xy 40.454482 133.624188) (xy 40.33 133.611928) + (xy 39.96575 133.615) (xy 39.807 133.77375) (xy 39.553 133.77375) (xy 39.39425 133.615) (xy 39.03 133.611928) + (xy 38.905518 133.624188) (xy 38.78582 133.660498) (xy 38.675506 133.719463) (xy 38.578815 133.798815) (xy 38.499463 133.895506) + (xy 38.440498 134.00582) (xy 38.404188 134.125518) (xy 38.391928 134.25) (xy 30.627 134.25) (xy 30.627 130.13425) + (xy 44.935 130.13425) (xy 45.09375 130.293) (xy 45.753 130.293) (xy 45.753 129.66375) (xy 45.59425 129.505) + (xy 45.572923 129.501935) (xy 45.448387 129.513625) (xy 45.328524 129.549386) (xy 45.217941 129.607844) (xy 45.120887 129.686753) + (xy 45.041092 129.783079) (xy 44.981623 129.893122) (xy 44.944765 130.012652) (xy 44.935 130.13425) (xy 30.627 130.13425) + (xy 30.627 129.45) (xy 45.891928 129.45) (xy 45.904188 129.574482) (xy 45.940498 129.69418) (xy 45.999463 129.804494) + (xy 46.007 129.813678) (xy 46.007 130.293) (xy 46.66625 130.293) (xy 46.825 130.13425) (xy 46.821094 130.085617) + (xy 46.89425 130.085) (xy 47.053 129.92625) (xy 47.053 129.227) (xy 47.307 129.227) (xy 47.307 129.92625) + (xy 47.46575 130.085) (xy 47.83 130.088072) (xy 47.954482 130.075812) (xy 48.07418 130.039502) (xy 48.184494 129.980537) + (xy 48.281185 129.901185) (xy 48.360537 129.804494) (xy 48.419502 129.69418) (xy 48.455812 129.574482) (xy 48.468072 129.45) + (xy 48.465 129.38575) (xy 48.30625 129.227) (xy 47.307 129.227) (xy 47.053 129.227) (xy 46.05375 129.227) + (xy 45.895 129.38575) (xy 45.891928 129.45) (xy 30.627 129.45) (xy 30.627 128.75) (xy 45.891928 128.75) + (xy 45.895 128.81425) (xy 46.05375 128.973) (xy 47.053 128.973) (xy 47.053 128.27375) (xy 47.307 128.27375) + (xy 47.307 128.973) (xy 48.30625 128.973) (xy 48.465 128.81425) (xy 48.468072 128.75) (xy 51.751176 128.75) + (xy 51.751176 129.45) (xy 51.758455 129.523905) (xy 51.780012 129.59497) (xy 51.815019 129.660463) (xy 51.862131 129.717869) + (xy 51.919537 129.764981) (xy 51.98503 129.799988) (xy 52.056095 129.821545) (xy 52.13 129.828824) (xy 53.43 129.828824) + (xy 53.503905 129.821545) (xy 53.57497 129.799988) (xy 53.640463 129.764981) (xy 53.697869 129.717869) (xy 53.744981 129.660463) + (xy 53.779988 129.59497) (xy 53.801545 129.523905) (xy 53.808824 129.45) (xy 53.808824 128.75) (xy 53.801545 128.676095) + (xy 53.779988 128.60503) (xy 53.744981 128.539537) (xy 53.697869 128.482131) (xy 53.640463 128.435019) (xy 53.57497 128.400012) + (xy 53.503905 128.378455) (xy 53.43 128.371176) (xy 52.13 128.371176) (xy 52.056095 128.378455) (xy 51.98503 128.400012) + (xy 51.919537 128.435019) (xy 51.862131 128.482131) (xy 51.815019 128.539537) (xy 51.780012 128.60503) (xy 51.758455 128.676095) + (xy 51.751176 128.75) (xy 48.468072 128.75) (xy 48.455812 128.625518) (xy 48.419502 128.50582) (xy 48.360537 128.395506) + (xy 48.281185 128.298815) (xy 48.184494 128.219463) (xy 48.07418 128.160498) (xy 47.954482 128.124188) (xy 47.83 128.111928) + (xy 47.46575 128.115) (xy 47.307 128.27375) (xy 47.053 128.27375) (xy 46.89425 128.115) (xy 46.53 128.111928) + (xy 46.405518 128.124188) (xy 46.28582 128.160498) (xy 46.175506 128.219463) (xy 46.078815 128.298815) (xy 45.999463 128.395506) + (xy 45.940498 128.50582) (xy 45.904188 128.625518) (xy 45.891928 128.75) (xy 30.627 128.75) (xy 30.627 124.935001) + (xy 36.326176 124.935001) (xy 36.326176 126.235001) (xy 36.333455 126.308906) (xy 36.355012 126.379971) (xy 36.390019 126.445464) + (xy 36.437131 126.50287) (xy 36.494537 126.549982) (xy 36.56003 126.584989) (xy 36.631095 126.606546) (xy 36.705 126.613825) + (xy 37.405 126.613825) (xy 37.478905 126.606546) (xy 37.54997 126.584989) (xy 37.615463 126.549982) (xy 37.672869 126.50287) + (xy 37.719981 126.445464) (xy 37.754988 126.379971) (xy 37.776545 126.308906) (xy 37.783824 126.235001) (xy 37.783824 124.935001) + (xy 37.776545 124.861096) (xy 37.754988 124.790031) (xy 37.719981 124.724538) (xy 37.672869 124.667132) (xy 37.615463 124.62002) + (xy 37.54997 124.585013) (xy 37.478905 124.563456) (xy 37.405 124.556177) (xy 36.705 124.556177) (xy 36.631095 124.563456) + (xy 36.56003 124.585013) (xy 36.494537 124.62002) (xy 36.437131 124.667132) (xy 36.390019 124.724538) (xy 36.355012 124.790031) + (xy 36.333455 124.861096) (xy 36.326176 124.935001) (xy 30.627 124.935001) (xy 30.627 81.1) (xy 31.268757 81.1) + (xy 31.273001 81.14309) (xy 31.273 103.25692) (xy 31.268757 103.3) (xy 31.28569 103.471922) (xy 31.312057 103.558841) + (xy 31.335838 103.637236) (xy 31.417273 103.789591) (xy 31.526867 103.923133) (xy 31.560331 103.950596) (xy 32.099407 104.489673) + (xy 32.126867 104.523133) (xy 32.160326 104.550592) (xy 32.160328 104.550594) (xy 32.187523 104.572912) (xy 32.260408 104.632727) + (xy 32.412763 104.714162) (xy 32.578078 104.76431) (xy 32.706921 104.777) (xy 32.706922 104.777) (xy 32.749999 104.781243) + (xy 32.793076 104.777) (xy 33.873835 104.777) (xy 33.878455 104.823905) (xy 33.900012 104.89497) (xy 33.935019 104.960463) + (xy 33.982131 105.017869) (xy 34.039537 105.064981) (xy 34.10503 105.099988) (xy 34.176095 105.121545) (xy 34.25 105.128824) + (xy 35.95 105.128824) (xy 36.023905 105.121545) (xy 36.09497 105.099988) (xy 36.160463 105.064981) (xy 36.217869 105.017869) + (xy 36.264981 104.960463) (xy 36.299988 104.89497) (xy 36.321545 104.823905) (xy 36.328824 104.75) (xy 36.328824 103.05) + (xy 36.321545 102.976095) (xy 36.299988 102.90503) (xy 36.264981 102.839537) (xy 36.217869 102.782131) (xy 36.160463 102.735019) + (xy 36.09497 102.700012) (xy 36.023905 102.678455) (xy 35.95 102.671176) (xy 34.25 102.671176) (xy 34.176095 102.678455) + (xy 34.10503 102.700012) (xy 34.039537 102.735019) (xy 33.982131 102.782131) (xy 33.935019 102.839537) (xy 33.900012 102.90503) + (xy 33.878455 102.976095) (xy 33.873835 103.023) (xy 33.113266 103.023) (xy 33.027 102.936735) (xy 33.027 99.17689) + (xy 33.658524 99.17689) (xy 33.703175 99.324099) (xy 33.828359 99.58692) (xy 34.002412 99.820269) (xy 34.218645 100.015178) + (xy 34.468748 100.164157) (xy 34.636798 100.223769) (xy 34.518798 100.272647) (xy 34.317833 100.406927) (xy 34.146927 100.577833) + (xy 34.012647 100.778798) (xy 33.920153 101.002097) (xy 33.873 101.239151) (xy 33.873 101.480849) (xy 33.920153 101.717903) + (xy 34.012647 101.941202) (xy 34.146927 102.142167) (xy 34.317833 102.313073) (xy 34.518798 102.447353) (xy 34.742097 102.539847) + (xy 34.979151 102.587) (xy 35.220849 102.587) (xy 35.457903 102.539847) (xy 35.681202 102.447353) (xy 35.882167 102.313073) + (xy 36.053073 102.142167) (xy 36.187353 101.941202) (xy 36.249155 101.792) (xy 37.452777 101.792) (xy 37.848001 102.187225) + (xy 37.848 106.412776) (xy 36.751096 107.509681) (xy 36.733842 107.523841) (xy 36.677358 107.592667) (xy 36.635386 107.671191) + (xy 36.60954 107.756393) (xy 36.600813 107.845) (xy 36.603001 107.867215) (xy 36.603 118.552795) (xy 36.600813 118.575) + (xy 36.603001 118.597215) (xy 36.603001 118.971978) (xy 36.56003 118.985013) (xy 36.494537 119.02002) (xy 36.437131 119.067132) + (xy 36.390019 119.124538) (xy 36.355012 119.190031) (xy 36.333455 119.261096) (xy 36.326176 119.335001) (xy 36.326176 120.635001) + (xy 36.333455 120.708906) (xy 36.355012 120.779971) (xy 36.390019 120.845464) (xy 36.437131 120.90287) (xy 36.494537 120.949982) + (xy 36.56003 120.984989) (xy 36.631095 121.006546) (xy 36.705 121.013825) (xy 37.405 121.013825) (xy 37.478905 121.006546) + (xy 37.54997 120.984989) (xy 37.615463 120.949982) (xy 37.672869 120.90287) (xy 37.719981 120.845464) (xy 37.754988 120.779971) + (xy 37.776545 120.708906) (xy 37.783824 120.635001) (xy 39.716928 120.635001) (xy 39.729188 120.759483) (xy 39.765498 120.879181) + (xy 39.824463 120.989495) (xy 39.903815 121.086186) (xy 40.000506 121.165538) (xy 40.11082 121.224503) (xy 40.230518 121.260813) + (xy 40.355 121.273073) (xy 40.41925 121.270001) (xy 40.578 121.111251) (xy 40.578 120.112001) (xy 39.87875 120.112001) + (xy 39.72 120.270751) (xy 39.716928 120.635001) (xy 37.783824 120.635001) (xy 37.783824 119.335001) (xy 37.776545 119.261096) + (xy 37.754988 119.190031) (xy 37.719981 119.124538) (xy 37.672869 119.067132) (xy 37.654431 119.052) (xy 37.845277 119.052) + (xy 37.848614 119.058243) (xy 37.913136 119.136864) (xy 37.991757 119.201386) (xy 38.081455 119.249331) (xy 38.178782 119.278855) + (xy 38.28 119.288824) (xy 38.56 119.288824) (xy 38.58741 119.286124) (xy 38.646753 119.359113) (xy 38.743079 119.438908) + (xy 38.853122 119.498377) (xy 38.972652 119.535235) (xy 39.09425 119.545) (xy 39.253 119.38625) (xy 39.253 118.727) + (xy 39.507 118.727) (xy 39.507 119.38625) (xy 39.66575 119.545) (xy 39.718663 119.540751) (xy 39.72 119.699251) + (xy 39.87875 119.858001) (xy 40.578 119.858001) (xy 40.578 118.858751) (xy 40.41925 118.700001) (xy 40.355 118.696929) + (xy 40.230518 118.709189) (xy 40.144525 118.735275) (xy 40.13625 118.727) (xy 39.507 118.727) (xy 39.253 118.727) + (xy 39.233 118.727) (xy 39.233 118.473) (xy 39.253 118.473) (xy 39.253 117.81375) (xy 39.507 117.81375) + (xy 39.507 118.473) (xy 40.13625 118.473) (xy 40.295 118.31425) (xy 40.298065 118.292923) (xy 40.286375 118.168387) + (xy 40.250614 118.048524) (xy 40.192156 117.937941) (xy 40.113247 117.840887) (xy 40.016921 117.761092) (xy 39.906878 117.701623) + (xy 39.787348 117.664765) (xy 39.66575 117.655) (xy 39.507 117.81375) (xy 39.253 117.81375) (xy 39.09425 117.655) + (xy 38.972652 117.664765) (xy 38.853122 117.701623) (xy 38.743079 117.761092) (xy 38.646753 117.840887) (xy 38.58741 117.913876) + (xy 38.56 117.911176) (xy 38.28 117.911176) (xy 38.178782 117.921145) (xy 38.081455 117.950669) (xy 37.991757 117.998614) + (xy 37.913136 118.063136) (xy 37.848614 118.141757) (xy 37.845277 118.148) (xy 37.507 118.148) (xy 37.507 108.032223) + (xy 38.603906 106.935318) (xy 38.621159 106.921159) (xy 38.677643 106.852333) (xy 38.719614 106.77381) (xy 38.728581 106.74425) + (xy 38.74546 106.688608) (xy 38.754187 106.6) (xy 38.752 106.577795) (xy 38.752 102.022205) (xy 38.754187 102) + (xy 38.74546 101.911392) (xy 38.719614 101.82619) (xy 38.704765 101.798409) (xy 38.677643 101.747667) (xy 38.621159 101.678841) + (xy 38.603905 101.664681) (xy 37.975323 101.0361) (xy 37.961159 101.018841) (xy 37.892333 100.962357) (xy 37.81381 100.920386) + (xy 37.728607 100.89454) (xy 37.662205 100.888) (xy 37.64 100.885813) (xy 37.617795 100.888) (xy 36.232586 100.888) + (xy 36.187353 100.778798) (xy 36.053073 100.577833) (xy 35.882167 100.406927) (xy 35.681202 100.272647) (xy 35.563202 100.223769) + (xy 35.731252 100.164157) (xy 35.981355 100.015178) (xy 36.197588 99.820269) (xy 36.371641 99.58692) (xy 36.496825 99.324099) + (xy 36.541476 99.17689) (xy 36.420155 98.947) (xy 35.227 98.947) (xy 35.227 98.967) (xy 34.973 98.967) + (xy 34.973 98.947) (xy 33.779845 98.947) (xy 33.658524 99.17689) (xy 33.027 99.17689) (xy 33.027 98.46311) + (xy 33.658524 98.46311) (xy 33.779845 98.693) (xy 34.973 98.693) (xy 34.973 98.673) (xy 35.227 98.673) + (xy 35.227 98.693) (xy 36.420155 98.693) (xy 36.541476 98.46311) (xy 36.496825 98.315901) (xy 36.371641 98.05308) + (xy 36.197588 97.819731) (xy 35.981355 97.624822) (xy 35.731252 97.475843) (xy 35.563202 97.416231) (xy 35.681202 97.367353) + (xy 35.882167 97.233073) (xy 36.053073 97.062167) (xy 36.187353 96.861202) (xy 36.279847 96.637903) (xy 36.327 96.400849) + (xy 36.327 96.159151) (xy 36.279847 95.922097) (xy 36.187353 95.698798) (xy 36.053073 95.497833) (xy 35.882167 95.326927) + (xy 35.681202 95.192647) (xy 35.457903 95.100153) (xy 35.220849 95.053) (xy 34.979151 95.053) (xy 34.742097 95.100153) + (xy 34.518798 95.192647) (xy 34.317833 95.326927) (xy 34.146927 95.497833) (xy 34.012647 95.698798) (xy 33.920153 95.922097) + (xy 33.873 96.159151) (xy 33.873 96.400849) (xy 33.920153 96.637903) (xy 34.012647 96.861202) (xy 34.146927 97.062167) + (xy 34.317833 97.233073) (xy 34.518798 97.367353) (xy 34.636798 97.416231) (xy 34.468748 97.475843) (xy 34.218645 97.624822) + (xy 34.002412 97.819731) (xy 33.828359 98.05308) (xy 33.703175 98.315901) (xy 33.658524 98.46311) (xy 33.027 98.46311) + (xy 33.027 93.619151) (xy 33.873 93.619151) (xy 33.873 93.860849) (xy 33.920153 94.097903) (xy 34.012647 94.321202) + (xy 34.146927 94.522167) (xy 34.317833 94.693073) (xy 34.518798 94.827353) (xy 34.742097 94.919847) (xy 34.979151 94.967) + (xy 35.220849 94.967) (xy 35.457903 94.919847) (xy 35.681202 94.827353) (xy 35.882167 94.693073) (xy 36.053073 94.522167) + (xy 36.187353 94.321202) (xy 36.279847 94.097903) (xy 36.327 93.860849) (xy 36.327 93.619151) (xy 36.279847 93.382097) + (xy 36.187353 93.158798) (xy 36.053073 92.957833) (xy 35.882167 92.786927) (xy 35.681202 92.652647) (xy 35.457903 92.560153) + (xy 35.220849 92.513) (xy 34.979151 92.513) (xy 34.742097 92.560153) (xy 34.518798 92.652647) (xy 34.317833 92.786927) + (xy 34.146927 92.957833) (xy 34.012647 93.158798) (xy 33.920153 93.382097) (xy 33.873 93.619151) (xy 33.027 93.619151) + (xy 33.027 81.463265) (xy 33.703266 80.787) (xy 34.523079 80.787) (xy 34.651922 80.77431) (xy 34.817237 80.724162) + (xy 34.969592 80.642727) (xy 35.103133 80.533133) (xy 35.212727 80.399592) (xy 35.294162 80.247237) (xy 35.34431 80.081922) + (xy 35.361243 79.91) (xy 35.34431 79.738078) (xy 35.294162 79.572763) (xy 35.212727 79.420408) (xy 35.104168 79.288128) + (xy 35.139711 79.221632) (xy 35.168951 79.125242) (xy 35.178824 79.025) (xy 35.178824 78.755) (xy 35.168951 78.654758) + (xy 35.139711 78.558368) (xy 35.092229 78.469535) (xy 35.028328 78.391672) (xy 34.982 78.353651) (xy 34.982 78.328824) + (xy 35.55 78.328824) (xy 35.623905 78.321545) (xy 35.69497 78.299988) (xy 35.760463 78.264981) (xy 35.817869 78.217869) + (xy 35.864981 78.160463) (xy 35.899988 78.09497) (xy 35.921545 78.023905) (xy 35.928824 77.95) (xy 35.928824 76.95) + (xy 35.921545 76.876095) (xy 35.899988 76.80503) (xy 35.864981 76.739537) (xy 35.817869 76.682131) (xy 35.760463 76.635019) + (xy 35.69497 76.600012) (xy 35.623905 76.578455) (xy 35.55 76.571176) (xy 33.45 76.571176) (xy 33.376095 76.578455) + (xy 33.30503 76.600012) (xy 33.239537 76.635019) (xy 33.182131 76.682131) (xy 33.135019 76.739537) (xy 33.100012 76.80503) + (xy 33.078455 76.876095) (xy 33.071176 76.95) (xy 33.071176 77.95) (xy 33.078455 78.023905) (xy 33.100012 78.09497) + (xy 33.135019 78.160463) (xy 33.182131 78.217869) (xy 33.239537 78.264981) (xy 33.30503 78.299988) (xy 33.376095 78.321545) + (xy 33.45 78.328824) (xy 33.978 78.328824) (xy 33.978 78.353651) (xy 33.931672 78.391672) (xy 33.867771 78.469535) + (xy 33.820289 78.558368) (xy 33.791049 78.654758) (xy 33.781176 78.755) (xy 33.781176 79.025) (xy 33.781964 79.033) + (xy 33.383076 79.033) (xy 33.339999 79.028757) (xy 33.296922 79.033) (xy 33.296921 79.033) (xy 33.168078 79.04569) + (xy 33.002763 79.095838) (xy 32.850408 79.177273) (xy 32.716867 79.286867) (xy 32.689408 79.320326) (xy 31.560327 80.449408) + (xy 31.526868 80.476867) (xy 31.499409 80.510326) (xy 31.499406 80.510329) (xy 31.417274 80.610408) (xy 31.335838 80.762764) + (xy 31.28569 80.928078) (xy 31.268757 81.1) (xy 30.627 81.1) (xy 30.627 74.45) (xy 33.071176 74.45) + (xy 33.071176 75.45) (xy 33.078455 75.523905) (xy 33.100012 75.59497) (xy 33.135019 75.660463) (xy 33.182131 75.717869) + (xy 33.239537 75.764981) (xy 33.30503 75.799988) (xy 33.376095 75.821545) (xy 33.45 75.828824) (xy 35.55 75.828824) + (xy 35.623905 75.821545) (xy 35.69497 75.799988) (xy 35.760463 75.764981) (xy 35.817869 75.717869) (xy 35.864981 75.660463) + (xy 35.899988 75.59497) (xy 35.921545 75.523905) (xy 35.928824 75.45) (xy 35.928824 75.402) (xy 36.462777 75.402) + (xy 37.048001 75.987225) (xy 37.048 83.212776) (xy 34.796096 85.464681) (xy 34.778842 85.478841) (xy 34.741902 85.523853) + (xy 34.722358 85.547667) (xy 34.680386 85.626191) (xy 34.65454 85.711393) (xy 34.645813 85.8) (xy 34.648001 85.822215) + (xy 34.648 87.519129) (xy 34.518798 87.572647) (xy 34.317833 87.706927) (xy 34.146927 87.877833) (xy 34.012647 88.078798) + (xy 33.920153 88.302097) (xy 33.873 88.539151) (xy 33.873 88.780849) (xy 33.920153 89.017903) (xy 34.012647 89.241202) + (xy 34.146927 89.442167) (xy 34.317833 89.613073) (xy 34.518798 89.747353) (xy 34.742097 89.839847) (xy 34.979151 89.887) + (xy 35.220849 89.887) (xy 35.457903 89.839847) (xy 35.681202 89.747353) (xy 35.882167 89.613073) (xy 36.053073 89.442167) + (xy 36.187353 89.241202) (xy 36.279847 89.017903) (xy 36.327 88.780849) (xy 36.327 88.539151) (xy 36.279847 88.302097) + (xy 36.187353 88.078798) (xy 36.053073 87.877833) (xy 35.882167 87.706927) (xy 35.681202 87.572647) (xy 35.552 87.519129) + (xy 35.552 85.987223) (xy 37.803906 83.735318) (xy 37.821159 83.721159) (xy 37.877643 83.652333) (xy 37.919614 83.57381) + (xy 37.927257 83.548614) (xy 37.94546 83.488608) (xy 37.954187 83.4) (xy 37.952 83.377795) (xy 37.952 75.822205) + (xy 37.954187 75.8) (xy 37.94546 75.711392) (xy 37.919614 75.62619) (xy 37.909188 75.606684) (xy 37.877643 75.547667) + (xy 37.821159 75.478841) (xy 37.803905 75.464681) (xy 36.985323 74.6461) (xy 36.971159 74.628841) (xy 36.902333 74.572357) + (xy 36.82381 74.530386) (xy 36.738607 74.50454) (xy 36.672205 74.498) (xy 36.65 74.495813) (xy 36.627795 74.498) + (xy 35.928824 74.498) (xy 35.928824 74.45) (xy 35.921545 74.376095) (xy 35.899988 74.30503) (xy 35.864981 74.239537) + (xy 35.817869 74.182131) (xy 35.760463 74.135019) (xy 35.69497 74.100012) (xy 35.623905 74.078455) (xy 35.55 74.071176) + (xy 34.992 74.071176) (xy 34.992 73.638142) (xy 35.028328 73.608328) (xy 35.092229 73.530465) (xy 35.139711 73.441632) + (xy 35.168951 73.345242) (xy 35.178824 73.245) (xy 35.178824 72.975) (xy 35.169251 72.877802) (xy 35.245578 72.816724) + (xy 35.326118 72.72102) (xy 35.386441 72.611442) (xy 35.424226 72.492202) (xy 35.435 72.37575) (xy 35.27625 72.217) + (xy 34.607 72.217) (xy 34.607 72.237) (xy 34.353 72.237) (xy 34.353 72.217) (xy 33.68375 72.217) + (xy 33.525 72.37575) (xy 33.535774 72.492202) (xy 33.573559 72.611442) (xy 33.633882 72.72102) (xy 33.714422 72.816724) + (xy 33.790749 72.877802) (xy 33.781176 72.975) (xy 33.781176 73.245) (xy 33.791049 73.345242) (xy 33.820289 73.441632) + (xy 33.867771 73.530465) (xy 33.931672 73.608328) (xy 33.988001 73.654556) (xy 33.988 74.071176) (xy 33.45 74.071176) + (xy 33.376095 74.078455) (xy 33.30503 74.100012) (xy 33.239537 74.135019) (xy 33.182131 74.182131) (xy 33.135019 74.239537) + (xy 33.100012 74.30503) (xy 33.078455 74.376095) (xy 33.071176 74.45) (xy 30.627 74.45) (xy 30.627 71.80425) + (xy 33.525 71.80425) (xy 33.68375 71.963) (xy 34.353 71.963) (xy 34.353 71.34375) (xy 34.607 71.34375) + (xy 34.607 71.963) (xy 35.27625 71.963) (xy 35.435 71.80425) (xy 35.424226 71.687798) (xy 35.386441 71.568558) + (xy 35.326118 71.45898) (xy 35.245578 71.363276) (xy 35.147914 71.285124) (xy 35.036879 71.227527) (xy 34.916742 71.192699) + (xy 34.792119 71.181977) (xy 34.76575 71.185) (xy 34.607 71.34375) (xy 34.353 71.34375) (xy 34.19425 71.185) + (xy 34.167881 71.181977) (xy 34.043258 71.192699) (xy 33.923121 71.227527) (xy 33.812086 71.285124) (xy 33.714422 71.363276) + (xy 33.633882 71.45898) (xy 33.573559 71.568558) (xy 33.535774 71.687798) (xy 33.525 71.80425) (xy 30.627 71.80425) + (xy 30.627 56.365) (xy 36.381176 56.365) (xy 36.381176 57.665) (xy 36.388455 57.738905) (xy 36.410012 57.80997) + (xy 36.445019 57.875463) (xy 36.492131 57.932869) (xy 36.549537 57.979981) (xy 36.61503 58.014988) (xy 36.658001 58.028023) + (xy 36.658001 58.607785) (xy 36.655813 58.63) (xy 36.66454 58.718607) (xy 36.690386 58.803809) (xy 36.696358 58.814981) + (xy 36.732358 58.882333) (xy 36.788842 58.951159) (xy 36.806096 58.965319) (xy 37.003 59.162223) (xy 37.003 59.266679) + (xy 37.029016 59.397474) (xy 37.08005 59.52068) (xy 37.15414 59.631563) (xy 37.248437 59.72586) (xy 37.35932 59.79995) + (xy 37.482526 59.850984) (xy 37.613321 59.877) (xy 37.746679 59.877) (xy 37.877474 59.850984) (xy 38.00068 59.79995) + (xy 38.111563 59.72586) (xy 38.20586 59.631563) (xy 38.27995 59.52068) (xy 38.330984 59.397474) (xy 38.357 59.266679) + (xy 38.357 59.133321) (xy 38.330984 59.002526) (xy 38.27995 58.87932) (xy 38.20586 58.768437) (xy 38.111563 58.67414) + (xy 38.00068 58.60005) (xy 37.877474 58.549016) (xy 37.746679 58.523) (xy 37.642223 58.523) (xy 37.602223 58.483) + (xy 42.048928 58.483) (xy 42.061188 58.607482) (xy 42.097498 58.72718) (xy 42.156463 58.837494) (xy 42.235815 58.934185) + (xy 42.332506 59.013537) (xy 42.44282 59.072502) (xy 42.562518 59.108812) (xy 42.687 59.121072) (xy 43.15125 59.118) + (xy 43.31 58.95925) (xy 43.31 58.11) (xy 43.564 58.11) (xy 43.564 58.95925) (xy 43.72275 59.118) + (xy 44.187 59.121072) (xy 44.311482 59.108812) (xy 44.43118 59.072502) (xy 44.541494 59.013537) (xy 44.638185 58.934185) + (xy 44.717537 58.837494) (xy 44.776502 58.72718) (xy 44.812812 58.607482) (xy 44.825072 58.483) (xy 44.822 58.26875) + (xy 44.66325 58.11) (xy 43.564 58.11) (xy 43.31 58.11) (xy 42.21075 58.11) (xy 42.052 58.26875) + (xy 42.048928 58.483) (xy 37.602223 58.483) (xy 37.562 58.442777) (xy 37.562 58.028023) (xy 37.60497 58.014988) + (xy 37.670463 57.979981) (xy 37.727869 57.932869) (xy 37.774981 57.875463) (xy 37.809988 57.80997) (xy 37.831545 57.738905) + (xy 37.838824 57.665) (xy 39.771928 57.665) (xy 39.784188 57.789482) (xy 39.820498 57.90918) (xy 39.879463 58.019494) + (xy 39.958815 58.116185) (xy 40.055506 58.195537) (xy 40.16582 58.254502) (xy 40.285518 58.290812) (xy 40.41 58.303072) + (xy 40.47425 58.3) (xy 40.633 58.14125) (xy 40.633 57.142) (xy 40.887 57.142) (xy 40.887 58.14125) + (xy 41.04575 58.3) (xy 41.11 58.303072) (xy 41.234482 58.290812) (xy 41.35418 58.254502) (xy 41.464494 58.195537) + (xy 41.561185 58.116185) (xy 41.640537 58.019494) (xy 41.699502 57.90918) (xy 41.735812 57.789482) (xy 41.748072 57.665) + (xy 41.746538 57.483) (xy 42.048928 57.483) (xy 42.052 57.69725) (xy 42.21075 57.856) (xy 43.31 57.856) + (xy 43.31 57.00675) (xy 43.564 57.00675) (xy 43.564 57.856) (xy 44.66325 57.856) (xy 44.822 57.69725) + (xy 44.825072 57.483) (xy 44.812812 57.358518) (xy 44.776502 57.23882) (xy 44.717537 57.128506) (xy 44.638185 57.031815) + (xy 44.541494 56.952463) (xy 44.43118 56.893498) (xy 44.311482 56.857188) (xy 44.187 56.844928) (xy 43.72275 56.848) + (xy 43.564 57.00675) (xy 43.31 57.00675) (xy 43.15125 56.848) (xy 42.687 56.844928) (xy 42.562518 56.857188) + (xy 42.44282 56.893498) (xy 42.332506 56.952463) (xy 42.235815 57.031815) (xy 42.156463 57.128506) (xy 42.097498 57.23882) + (xy 42.061188 57.358518) (xy 42.048928 57.483) (xy 41.746538 57.483) (xy 41.745 57.30075) (xy 41.58625 57.142) + (xy 40.887 57.142) (xy 40.633 57.142) (xy 39.93375 57.142) (xy 39.775 57.30075) (xy 39.771928 57.665) + (xy 37.838824 57.665) (xy 37.838824 56.365) (xy 37.837544 56.352) (xy 37.925277 56.352) (xy 37.928614 56.358243) + (xy 37.993136 56.436864) (xy 38.071757 56.501386) (xy 38.161455 56.549331) (xy 38.258782 56.578855) (xy 38.36 56.588824) + (xy 38.64 56.588824) (xy 38.66741 56.586124) (xy 38.726753 56.659113) (xy 38.823079 56.738908) (xy 38.933122 56.798377) + (xy 39.052652 56.835235) (xy 39.17425 56.845) (xy 39.333 56.68625) (xy 39.333 56.027) (xy 39.313 56.027) + (xy 39.313 55.773) (xy 39.333 55.773) (xy 39.333 55.11375) (xy 39.587 55.11375) (xy 39.587 55.773) + (xy 39.607 55.773) (xy 39.607 56.027) (xy 39.587 56.027) (xy 39.587 56.68625) (xy 39.74575 56.845) + (xy 39.867348 56.835235) (xy 39.877771 56.832021) (xy 39.93375 56.888) (xy 40.633 56.888) (xy 40.633 55.88875) + (xy 40.887 55.88875) (xy 40.887 56.888) (xy 41.58625 56.888) (xy 41.745 56.72925) (xy 41.748072 56.365) + (xy 41.735812 56.240518) (xy 41.699502 56.12082) (xy 41.640537 56.010506) (xy 41.561185 55.913815) (xy 41.464494 55.834463) + (xy 41.35418 55.775498) (xy 41.234482 55.739188) (xy 41.11 55.726928) (xy 41.04575 55.73) (xy 40.887 55.88875) + (xy 40.633 55.88875) (xy 40.47425 55.73) (xy 40.41 55.726928) (xy 40.285518 55.739188) (xy 40.234623 55.754627) + (xy 40.375 55.61425) (xy 40.378065 55.592923) (xy 40.366375 55.468387) (xy 40.330614 55.348524) (xy 40.272156 55.237941) + (xy 40.193247 55.140887) (xy 40.096921 55.061092) (xy 39.986878 55.001623) (xy 39.867348 54.964765) (xy 39.74575 54.955) + (xy 39.587 55.11375) (xy 39.333 55.11375) (xy 39.17425 54.955) (xy 39.052652 54.964765) (xy 38.933122 55.001623) + (xy 38.823079 55.061092) (xy 38.726753 55.140887) (xy 38.66741 55.213876) (xy 38.64 55.211176) (xy 38.36 55.211176) + (xy 38.258782 55.221145) (xy 38.161455 55.250669) (xy 38.071757 55.298614) (xy 37.993136 55.363136) (xy 37.928614 55.441757) + (xy 37.925277 55.448) (xy 37.322205 55.448) (xy 37.3 55.445813) (xy 37.211392 55.45454) (xy 37.165745 55.468387) + (xy 37.12619 55.480386) (xy 37.047667 55.522357) (xy 36.978841 55.578841) (xy 36.964677 55.5961) (xy 36.806096 55.754681) + (xy 36.788842 55.768841) (xy 36.73429 55.835313) (xy 36.732358 55.837667) (xy 36.690386 55.916191) (xy 36.665008 55.999852) + (xy 36.61503 56.015012) (xy 36.549537 56.050019) (xy 36.492131 56.097131) (xy 36.445019 56.154537) (xy 36.410012 56.22003) + (xy 36.388455 56.291095) (xy 36.381176 56.365) (xy 30.627 56.365) (xy 30.627 52.497077) (xy 44.541935 52.497077) + (xy 44.553625 52.621613) (xy 44.589386 52.741476) (xy 44.647844 52.852059) (xy 44.726753 52.949113) (xy 44.823079 53.028908) + (xy 44.933122 53.088377) (xy 45.052652 53.125235) (xy 45.17425 53.135) (xy 45.333 52.97625) (xy 45.333 52.317) + (xy 44.70375 52.317) (xy 44.545 52.47575) (xy 44.541935 52.497077) (xy 30.627 52.497077) (xy 30.627 50.027927) + (xy 30.698566 49.226045) (xy 30.823 48.771192) (xy 30.823 49.312907) (xy 30.94509 49.926697) (xy 31.184579 50.504874) + (xy 31.532263 51.025219) (xy 31.974781 51.467737) (xy 32.495126 51.815421) (xy 33.073303 52.05491) (xy 33.687093 52.177) + (xy 34.312907 52.177) (xy 34.926697 52.05491) (xy 35.341909 51.882923) (xy 44.541935 51.882923) (xy 44.545 51.90425) + (xy 44.70375 52.063) (xy 45.333 52.063) (xy 45.333 51.40375) (xy 45.17425 51.245) (xy 45.052652 51.254765) + (xy 44.933122 51.291623) (xy 44.823079 51.351092) (xy 44.726753 51.430887) (xy 44.647844 51.527941) (xy 44.589386 51.638524) + (xy 44.553625 51.758387) (xy 44.541935 51.882923) (xy 35.341909 51.882923) (xy 35.504874 51.815421) (xy 36.025219 51.467737) + (xy 36.467737 51.025219) (xy 36.815421 50.504874) (xy 36.927902 50.233321) (xy 40.703 50.233321) (xy 40.703 50.366679) + (xy 40.729016 50.497474) (xy 40.78005 50.62068) (xy 40.85414 50.731563) (xy 40.948437 50.82586) (xy 41.05932 50.89995) + (xy 41.182526 50.950984) (xy 41.313321 50.977) (xy 41.446679 50.977) (xy 41.577474 50.950984) (xy 41.70068 50.89995) + (xy 41.811563 50.82586) (xy 41.885423 50.752) (xy 42.275176 50.752) (xy 42.275176 50.776) (xy 42.282455 50.849905) + (xy 42.304012 50.92097) (xy 42.339019 50.986463) (xy 42.386131 51.043869) (xy 42.443537 51.090981) (xy 42.50903 51.125988) + (xy 42.580095 51.147545) (xy 42.654 51.154824) (xy 44.154 51.154824) (xy 44.227905 51.147545) (xy 44.29897 51.125988) + (xy 44.364463 51.090981) (xy 44.421869 51.043869) (xy 44.468981 50.986463) (xy 44.503988 50.92097) (xy 44.525545 50.849905) + (xy 44.532824 50.776) (xy 44.532824 49.776) (xy 44.525545 49.702095) (xy 44.503988 49.63103) (xy 44.468981 49.565537) + (xy 44.421869 49.508131) (xy 44.364463 49.461019) (xy 44.29897 49.426012) (xy 44.227905 49.404455) (xy 44.154 49.397176) + (xy 42.654 49.397176) (xy 42.580095 49.404455) (xy 42.50903 49.426012) (xy 42.443537 49.461019) (xy 42.386131 49.508131) + (xy 42.339019 49.565537) (xy 42.304012 49.63103) (xy 42.282455 49.702095) (xy 42.275176 49.776) (xy 42.275176 49.848) + (xy 41.885423 49.848) (xy 41.811563 49.77414) (xy 41.70068 49.70005) (xy 41.577474 49.649016) (xy 41.446679 49.623) + (xy 41.313321 49.623) (xy 41.182526 49.649016) (xy 41.05932 49.70005) (xy 40.948437 49.77414) (xy 40.85414 49.868437) + (xy 40.78005 49.97932) (xy 40.729016 50.102526) (xy 40.703 50.233321) (xy 36.927902 50.233321) (xy 37.05491 49.926697) + (xy 37.177 49.312907) (xy 37.177 48.687093) (xy 37.05491 48.073303) (xy 36.815421 47.495126) (xy 36.467737 46.974781) + (xy 36.387784 46.894828) (xy 37.432167 46.894828) (xy 37.432167 47.105172) (xy 37.473203 47.311475) (xy 37.553698 47.505809) + (xy 37.67056 47.680704) (xy 37.819296 47.82944) (xy 37.994191 47.946302) (xy 38.188525 48.026797) (xy 38.394828 48.067833) + (xy 38.605172 48.067833) (xy 38.811475 48.026797) (xy 39.005809 47.946302) (xy 39.180704 47.82944) (xy 39.32944 47.680704) + (xy 39.399401 47.576) (xy 42.015928 47.576) (xy 42.028188 47.700482) (xy 42.064498 47.82018) (xy 42.123463 47.930494) + (xy 42.202815 48.027185) (xy 42.299506 48.106537) (xy 42.40982 48.165502) (xy 42.529518 48.201812) (xy 42.654 48.214072) + (xy 43.11825 48.211) (xy 43.277 48.05225) (xy 43.277 47.203) (xy 43.531 47.203) (xy 43.531 48.05225) + (xy 43.68975 48.211) (xy 44.154 48.214072) (xy 44.278482 48.201812) (xy 44.39818 48.165502) (xy 44.508494 48.106537) + (xy 44.605185 48.027185) (xy 44.684537 47.930494) (xy 44.743502 47.82018) (xy 44.779812 47.700482) (xy 44.792072 47.576) + (xy 44.789 47.36175) (xy 44.63025 47.203) (xy 43.531 47.203) (xy 43.277 47.203) (xy 42.17775 47.203) + (xy 42.019 47.36175) (xy 42.015928 47.576) (xy 39.399401 47.576) (xy 39.446302 47.505809) (xy 39.526797 47.311475) + (xy 39.567833 47.105172) (xy 39.567833 46.894828) (xy 39.526797 46.688525) (xy 39.480189 46.576) (xy 42.015928 46.576) + (xy 42.019 46.79025) (xy 42.17775 46.949) (xy 43.277 46.949) (xy 43.277 46.09975) (xy 43.531 46.09975) + (xy 43.531 46.949) (xy 44.63025 46.949) (xy 44.789 46.79025) (xy 44.792072 46.576) (xy 47.175176 46.576) + (xy 47.175176 47.576) (xy 47.182455 47.649905) (xy 47.204012 47.72097) (xy 47.239019 47.786463) (xy 47.286131 47.843869) + (xy 47.343537 47.890981) (xy 47.40903 47.925988) (xy 47.480095 47.947545) (xy 47.554 47.954824) (xy 47.802001 47.954824) + (xy 47.802001 48.299347) (xy 47.799573 48.324) (xy 47.809265 48.422409) (xy 47.83797 48.517036) (xy 47.884584 48.604245) + (xy 47.931601 48.661535) (xy 47.931604 48.661538) (xy 47.947317 48.680684) (xy 47.966463 48.696397) (xy 48.307603 49.037538) + (xy 48.323316 49.056684) (xy 48.342462 49.072397) (xy 48.342464 49.072399) (xy 48.380652 49.103739) (xy 48.399755 49.119417) + (xy 48.486964 49.166031) (xy 48.581591 49.194736) (xy 48.655347 49.202) (xy 48.655356 49.202) (xy 48.679999 49.204427) + (xy 48.704642 49.202) (xy 50.272066 49.202) (xy 50.437241 49.367176) (xy 50.28 49.367176) (xy 50.206095 49.374455) + (xy 50.13503 49.396012) (xy 50.069537 49.431019) (xy 50.012131 49.478131) (xy 49.965019 49.535537) (xy 49.930012 49.60103) + (xy 49.908455 49.672095) (xy 49.901176 49.746) (xy 49.901176 50.746) (xy 49.908455 50.819905) (xy 49.930012 50.89097) + (xy 49.965019 50.956463) (xy 50.012131 51.013869) (xy 50.069537 51.060981) (xy 50.13503 51.095988) (xy 50.206095 51.117545) + (xy 50.28 51.124824) (xy 51.78 51.124824) (xy 51.853905 51.117545) (xy 51.92497 51.095988) (xy 51.990463 51.060981) + (xy 52.047869 51.013869) (xy 52.094981 50.956463) (xy 52.129988 50.89097) (xy 52.151545 50.819905) (xy 52.158824 50.746) + (xy 52.158824 49.746) (xy 52.151545 49.672095) (xy 52.129988 49.60103) (xy 52.094981 49.535537) (xy 52.047869 49.478131) + (xy 51.990463 49.431019) (xy 51.92497 49.396012) (xy 51.853905 49.374455) (xy 51.78 49.367176) (xy 51.532 49.367176) + (xy 51.532 49.274642) (xy 51.534427 49.249999) (xy 51.532 49.225356) (xy 51.532 49.225347) (xy 51.524736 49.151591) + (xy 51.496031 49.056964) (xy 51.449417 48.969755) (xy 51.415228 48.928096) (xy 51.402399 48.912464) (xy 51.402397 48.912462) + (xy 51.386684 48.893316) (xy 51.367538 48.877603) (xy 50.852401 48.362467) (xy 50.836684 48.343316) (xy 50.760245 48.280583) + (xy 50.673036 48.233969) (xy 50.578409 48.205264) (xy 50.504653 48.198) (xy 50.504643 48.198) (xy 50.48 48.195573) + (xy 50.455357 48.198) (xy 48.887935 48.198) (xy 48.806 48.116066) (xy 48.806 47.954824) (xy 49.054 47.954824) + (xy 49.127905 47.947545) (xy 49.19897 47.925988) (xy 49.264463 47.890981) (xy 49.321869 47.843869) (xy 49.368981 47.786463) + (xy 49.403988 47.72097) (xy 49.425545 47.649905) (xy 49.432824 47.576) (xy 49.432824 47.546) (xy 49.641928 47.546) + (xy 49.654188 47.670482) (xy 49.690498 47.79018) (xy 49.749463 47.900494) (xy 49.828815 47.997185) (xy 49.925506 48.076537) + (xy 50.03582 48.135502) (xy 50.155518 48.171812) (xy 50.28 48.184072) (xy 50.74425 48.181) (xy 50.903 48.02225) + (xy 50.903 47.173) (xy 51.157 47.173) (xy 51.157 48.02225) (xy 51.31575 48.181) (xy 51.78 48.184072) + (xy 51.904482 48.171812) (xy 52.02418 48.135502) (xy 52.134494 48.076537) (xy 52.231185 47.997185) (xy 52.310537 47.900494) + (xy 52.369502 47.79018) (xy 52.405812 47.670482) (xy 52.418072 47.546) (xy 52.415 47.33175) (xy 52.25625 47.173) + (xy 51.157 47.173) (xy 50.903 47.173) (xy 49.80375 47.173) (xy 49.645 47.33175) (xy 49.641928 47.546) + (xy 49.432824 47.546) (xy 49.432824 46.576) (xy 49.42987 46.546) (xy 49.641928 46.546) (xy 49.645 46.76025) + (xy 49.80375 46.919) (xy 50.903 46.919) (xy 50.903 46.06975) (xy 51.157 46.06975) (xy 51.157 46.919) + (xy 52.25625 46.919) (xy 52.415 46.76025) (xy 52.418072 46.546) (xy 54.801176 46.546) (xy 54.801176 47.546) + (xy 54.808455 47.619905) (xy 54.830012 47.69097) (xy 54.865019 47.756463) (xy 54.912131 47.813869) (xy 54.969537 47.860981) + (xy 55.03503 47.895988) (xy 55.106095 47.917545) (xy 55.18 47.924824) (xy 55.428001 47.924824) (xy 55.428001 48.025347) + (xy 55.425573 48.05) (xy 55.435265 48.148409) (xy 55.46397 48.243036) (xy 55.510584 48.330245) (xy 55.557601 48.387535) + (xy 55.557604 48.387538) (xy 55.573317 48.406684) (xy 55.592462 48.422396) (xy 55.907607 48.737543) (xy 55.923316 48.756684) + (xy 55.942456 48.772392) (xy 55.942464 48.7724) (xy 55.999754 48.819417) (xy 56.038963 48.840374) (xy 56.086964 48.866031) + (xy 56.181591 48.894736) (xy 56.255347 48.902) (xy 56.255357 48.902) (xy 56.28 48.904427) (xy 56.304643 48.902) + (xy 57.972066 48.902) (xy 58.128 49.057935) (xy 58.128 49.347176) (xy 57.88 49.347176) (xy 57.806095 49.354455) + (xy 57.73503 49.376012) (xy 57.669537 49.411019) (xy 57.612131 49.458131) (xy 57.565019 49.515537) (xy 57.530012 49.58103) + (xy 57.508455 49.652095) (xy 57.501176 49.726) (xy 57.501176 50.726) (xy 57.508455 50.799905) (xy 57.530012 50.87097) + (xy 57.565019 50.936463) (xy 57.612131 50.993869) (xy 57.669537 51.040981) (xy 57.73503 51.075988) (xy 57.806095 51.097545) + (xy 57.88 51.104824) (xy 59.38 51.104824) (xy 59.453905 51.097545) (xy 59.52497 51.075988) (xy 59.590463 51.040981) + (xy 59.647869 50.993869) (xy 59.694981 50.936463) (xy 59.729988 50.87097) (xy 59.751545 50.799905) (xy 59.758824 50.726) + (xy 59.758824 49.726) (xy 59.751545 49.652095) (xy 59.729988 49.58103) (xy 59.694981 49.515537) (xy 59.647869 49.458131) + (xy 59.590463 49.411019) (xy 59.52497 49.376012) (xy 59.453905 49.354455) (xy 59.38 49.347176) (xy 59.132 49.347176) + (xy 59.132 48.874642) (xy 59.134427 48.849999) (xy 59.132 48.825356) (xy 59.132 48.825347) (xy 59.124736 48.751591) + (xy 59.096031 48.656964) (xy 59.049417 48.569755) (xy 59.028884 48.544736) (xy 59.002399 48.512464) (xy 59.002397 48.512462) + (xy 58.986684 48.493316) (xy 58.967538 48.477603) (xy 58.650934 48.161) (xy 58.757002 48.161) (xy 58.757002 48.002252) + (xy 58.91575 48.161) (xy 59.38 48.164072) (xy 59.504482 48.151812) (xy 59.62418 48.115502) (xy 59.734494 48.056537) + (xy 59.831185 47.977185) (xy 59.910537 47.880494) (xy 59.969502 47.77018) (xy 60.005812 47.650482) (xy 60.018072 47.526) + (xy 60.015 47.31175) (xy 59.85625 47.153) (xy 58.757 47.153) (xy 58.757 47.173) (xy 58.503 47.173) + (xy 58.503 47.153) (xy 57.40375 47.153) (xy 57.245 47.31175) (xy 57.241928 47.526) (xy 57.254188 47.650482) + (xy 57.290498 47.77018) (xy 57.349463 47.880494) (xy 57.36383 47.898) (xy 56.818337 47.898) (xy 56.82497 47.895988) + (xy 56.890463 47.860981) (xy 56.947869 47.813869) (xy 56.994981 47.756463) (xy 57.029988 47.69097) (xy 57.051545 47.619905) + (xy 57.058824 47.546) (xy 57.058824 46.546) (xy 57.056855 46.526) (xy 57.241928 46.526) (xy 57.245 46.74025) + (xy 57.40375 46.899) (xy 58.503 46.899) (xy 58.503 46.04975) (xy 58.757 46.04975) (xy 58.757 46.899) + (xy 59.85625 46.899) (xy 60.015 46.74025) (xy 60.018072 46.526) (xy 62.401176 46.526) (xy 62.401176 47.526) + (xy 62.408455 47.599905) (xy 62.430012 47.67097) (xy 62.465019 47.736463) (xy 62.512131 47.793869) (xy 62.569537 47.840981) + (xy 62.63503 47.875988) (xy 62.706095 47.897545) (xy 62.78 47.904824) (xy 63.028001 47.904824) (xy 63.028001 47.925347) + (xy 63.025573 47.95) (xy 63.035265 48.048409) (xy 63.06397 48.143036) (xy 63.110584 48.230245) (xy 63.157601 48.287535) + (xy 63.157604 48.287538) (xy 63.173317 48.306684) (xy 63.192462 48.322396) (xy 63.507607 48.637543) (xy 63.523316 48.656684) + (xy 63.542456 48.672392) (xy 63.542464 48.6724) (xy 63.599754 48.719417) (xy 63.644656 48.743417) (xy 63.686964 48.766031) + (xy 63.781591 48.794736) (xy 63.855347 48.802) (xy 63.855357 48.802) (xy 63.88 48.804427) (xy 63.904643 48.802) + (xy 65.372066 48.802) (xy 65.728 49.157936) (xy 65.728 49.297176) (xy 65.48 49.297176) (xy 65.406095 49.304455) + (xy 65.33503 49.326012) (xy 65.269537 49.361019) (xy 65.212131 49.408131) (xy 65.165019 49.465537) (xy 65.130012 49.53103) + (xy 65.108455 49.602095) (xy 65.101176 49.676) (xy 65.101176 50.676) (xy 65.108455 50.749905) (xy 65.130012 50.82097) + (xy 65.165019 50.886463) (xy 65.212131 50.943869) (xy 65.269537 50.990981) (xy 65.33503 51.025988) (xy 65.406095 51.047545) + (xy 65.48 51.054824) (xy 66.98 51.054824) (xy 67.053905 51.047545) (xy 67.12497 51.025988) (xy 67.190463 50.990981) + (xy 67.247869 50.943869) (xy 67.294981 50.886463) (xy 67.329988 50.82097) (xy 67.351545 50.749905) (xy 67.358824 50.676) + (xy 67.358824 49.676) (xy 67.351545 49.602095) (xy 67.329988 49.53103) (xy 67.294981 49.465537) (xy 67.247869 49.408131) + (xy 67.190463 49.361019) (xy 67.12497 49.326012) (xy 67.053905 49.304455) (xy 66.98 49.297176) (xy 66.732 49.297176) + (xy 66.732 48.974643) (xy 66.734427 48.95) (xy 66.732 48.925357) (xy 66.732 48.925347) (xy 66.724736 48.851591) + (xy 66.696031 48.756964) (xy 66.649417 48.669755) (xy 66.628501 48.644269) (xy 66.6024 48.612464) (xy 66.602392 48.612456) + (xy 66.586684 48.593316) (xy 66.567543 48.577607) (xy 66.022592 48.032658) (xy 66.103 47.95225) (xy 66.103 47.103) + (xy 66.357 47.103) (xy 66.357 47.95225) (xy 66.51575 48.111) (xy 66.98 48.114072) (xy 67.104482 48.101812) + (xy 67.22418 48.065502) (xy 67.334494 48.006537) (xy 67.431185 47.927185) (xy 67.510537 47.830494) (xy 67.569502 47.72018) + (xy 67.605812 47.600482) (xy 67.618072 47.476) (xy 67.615 47.26175) (xy 67.45625 47.103) (xy 66.357 47.103) + (xy 66.103 47.103) (xy 65.00375 47.103) (xy 64.845 47.26175) (xy 64.841928 47.476) (xy 64.854188 47.600482) + (xy 64.890498 47.72018) (xy 64.932094 47.798) (xy 64.542835 47.798) (xy 64.547869 47.793869) (xy 64.594981 47.736463) + (xy 64.629988 47.67097) (xy 64.651545 47.599905) (xy 64.658824 47.526) (xy 64.658824 46.526) (xy 64.6539 46.476) + (xy 64.841928 46.476) (xy 64.845 46.69025) (xy 65.00375 46.849) (xy 66.103 46.849) (xy 66.103 45.99975) + (xy 66.357 45.99975) (xy 66.357 46.849) (xy 67.45625 46.849) (xy 67.615 46.69025) (xy 67.618072 46.476) + (xy 67.605812 46.351518) (xy 67.569502 46.23182) (xy 67.510537 46.121506) (xy 67.431185 46.024815) (xy 67.334494 45.945463) + (xy 67.22418 45.886498) (xy 67.104482 45.850188) (xy 66.98 45.837928) (xy 66.51575 45.841) (xy 66.357 45.99975) + (xy 66.103 45.99975) (xy 65.94425 45.841) (xy 65.48 45.837928) (xy 65.355518 45.850188) (xy 65.23582 45.886498) + (xy 65.125506 45.945463) (xy 65.028815 46.024815) (xy 64.949463 46.121506) (xy 64.890498 46.23182) (xy 64.854188 46.351518) + (xy 64.841928 46.476) (xy 64.6539 46.476) (xy 64.651545 46.452095) (xy 64.629988 46.38103) (xy 64.594981 46.315537) + (xy 64.547869 46.258131) (xy 64.490463 46.211019) (xy 64.42497 46.176012) (xy 64.353905 46.154455) (xy 64.28 46.147176) + (xy 62.78 46.147176) (xy 62.706095 46.154455) (xy 62.63503 46.176012) (xy 62.569537 46.211019) (xy 62.512131 46.258131) + (xy 62.465019 46.315537) (xy 62.430012 46.38103) (xy 62.408455 46.452095) (xy 62.401176 46.526) (xy 60.018072 46.526) + (xy 60.005812 46.401518) (xy 59.969502 46.28182) (xy 59.910537 46.171506) (xy 59.831185 46.074815) (xy 59.734494 45.995463) + (xy 59.62418 45.936498) (xy 59.504482 45.900188) (xy 59.38 45.887928) (xy 58.91575 45.891) (xy 58.757 46.04975) + (xy 58.503 46.04975) (xy 58.34425 45.891) (xy 57.88 45.887928) (xy 57.755518 45.900188) (xy 57.63582 45.936498) + (xy 57.525506 45.995463) (xy 57.428815 46.074815) (xy 57.349463 46.171506) (xy 57.290498 46.28182) (xy 57.254188 46.401518) + (xy 57.241928 46.526) (xy 57.056855 46.526) (xy 57.051545 46.472095) (xy 57.029988 46.40103) (xy 56.994981 46.335537) + (xy 56.947869 46.278131) (xy 56.890463 46.231019) (xy 56.82497 46.196012) (xy 56.753905 46.174455) (xy 56.68 46.167176) + (xy 55.18 46.167176) (xy 55.106095 46.174455) (xy 55.03503 46.196012) (xy 54.969537 46.231019) (xy 54.912131 46.278131) + (xy 54.865019 46.335537) (xy 54.830012 46.40103) (xy 54.808455 46.472095) (xy 54.801176 46.546) (xy 52.418072 46.546) + (xy 52.405812 46.421518) (xy 52.369502 46.30182) (xy 52.310537 46.191506) (xy 52.231185 46.094815) (xy 52.134494 46.015463) + (xy 52.02418 45.956498) (xy 51.904482 45.920188) (xy 51.78 45.907928) (xy 51.31575 45.911) (xy 51.157 46.06975) + (xy 50.903 46.06975) (xy 50.74425 45.911) (xy 50.28 45.907928) (xy 50.155518 45.920188) (xy 50.03582 45.956498) + (xy 49.925506 46.015463) (xy 49.828815 46.094815) (xy 49.749463 46.191506) (xy 49.690498 46.30182) (xy 49.654188 46.421518) + (xy 49.641928 46.546) (xy 49.42987 46.546) (xy 49.425545 46.502095) (xy 49.403988 46.43103) (xy 49.368981 46.365537) + (xy 49.321869 46.308131) (xy 49.264463 46.261019) (xy 49.19897 46.226012) (xy 49.127905 46.204455) (xy 49.054 46.197176) + (xy 47.554 46.197176) (xy 47.480095 46.204455) (xy 47.40903 46.226012) (xy 47.343537 46.261019) (xy 47.286131 46.308131) + (xy 47.239019 46.365537) (xy 47.204012 46.43103) (xy 47.182455 46.502095) (xy 47.175176 46.576) (xy 44.792072 46.576) + (xy 44.779812 46.451518) (xy 44.743502 46.33182) (xy 44.684537 46.221506) (xy 44.605185 46.124815) (xy 44.508494 46.045463) + (xy 44.39818 45.986498) (xy 44.278482 45.950188) (xy 44.154 45.937928) (xy 43.68975 45.941) (xy 43.531 46.09975) + (xy 43.277 46.09975) (xy 43.11825 45.941) (xy 42.654 45.937928) (xy 42.529518 45.950188) (xy 42.40982 45.986498) + (xy 42.299506 46.045463) (xy 42.202815 46.124815) (xy 42.123463 46.221506) (xy 42.064498 46.33182) (xy 42.028188 46.451518) + (xy 42.015928 46.576) (xy 39.480189 46.576) (xy 39.446302 46.494191) (xy 39.32944 46.319296) (xy 39.180704 46.17056) + (xy 39.005809 46.053698) (xy 38.811475 45.973203) (xy 38.605172 45.932167) (xy 38.394828 45.932167) (xy 38.188525 45.973203) + (xy 37.994191 46.053698) (xy 37.819296 46.17056) (xy 37.67056 46.319296) (xy 37.553698 46.494191) (xy 37.473203 46.688525) + (xy 37.432167 46.894828) (xy 36.387784 46.894828) (xy 36.025219 46.532263) (xy 35.504874 46.184579) (xy 34.926697 45.94509) + (xy 34.312907 45.823) (xy 33.750816 45.823) (xy 34.366369 45.675219) (xy 35.022988 45.627) (xy 81.873 45.627) + ) + ) + ) + (zone (net 160) (net_name /elektronika.sch/GND) (layer F.Cu) (tstamp 60303901) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 193 53) (xy 232.5 53) (xy 240 53) (xy 240 145) (xy 140 145) + (xy 140 45) (xy 193 45) + ) + ) + (filled_polygon + (pts + (xy 192.873 53) (xy 192.87544 53.024776) (xy 192.882667 53.048601) (xy 192.894403 53.070557) (xy 192.910197 53.089803) + (xy 192.929443 53.105597) (xy 192.951399 53.117333) (xy 192.975224 53.12456) (xy 193 53.127) (xy 205.721939 53.127) + (xy 205.707329 53.175165) (xy 205.601613 53.143625) (xy 205.477077 53.131935) (xy 205.45575 53.135) (xy 205.297 53.29375) + (xy 205.297 53.923) (xy 205.317 53.923) (xy 205.317 54.153) (xy 205.213086 54.153) (xy 205.170009 54.148757) + (xy 205.126932 54.153) (xy 204.123086 54.153) (xy 204.080009 54.148757) (xy 204.036932 54.153) (xy 199.373079 54.153) + (xy 199.33 54.148757) (xy 199.286921 54.153) (xy 197.013079 54.153) (xy 196.97 54.148757) (xy 196.798077 54.16569) + (xy 196.692661 54.197668) (xy 196.632763 54.215838) (xy 196.480408 54.297273) (xy 196.449843 54.322357) (xy 196.381017 54.378841) + (xy 196.346867 54.406867) (xy 196.319408 54.440326) (xy 195.360321 55.399414) (xy 195.326857 55.426877) (xy 195.217263 55.560419) + (xy 195.161204 55.665298) (xy 195.135828 55.712774) (xy 195.08568 55.878088) (xy 195.068747 56.05001) (xy 195.07299 56.09309) + (xy 195.072991 75.713) (xy 183.377 75.713) (xy 183.377 73.916063) (xy 183.38432 73.891932) (xy 183.401253 73.72001) + (xy 183.38432 73.548088) (xy 183.334172 73.382773) (xy 183.334128 73.382691) (xy 183.338908 73.376921) (xy 183.398377 73.266878) + (xy 183.435235 73.147348) (xy 183.445 73.02575) (xy 183.28625 72.867) (xy 182.729183 72.867) (xy 182.691932 72.8557) + (xy 182.563089 72.84301) (xy 182.563079 72.84301) (xy 182.520009 72.838768) (xy 182.47694 72.84301) (xy 182.456921 72.84301) + (xy 182.328078 72.8557) (xy 182.290827 72.867) (xy 181.71375 72.867) (xy 181.555 73.02575) (xy 181.564765 73.147348) + (xy 181.601623 73.266878) (xy 181.661092 73.376921) (xy 181.680504 73.400355) (xy 181.63569 73.548088) (xy 181.618757 73.72001) + (xy 181.619742 73.730015) (xy 181.618757 73.74002) (xy 181.623001 73.783109) (xy 181.623 75.713) (xy 179.938824 75.713) + (xy 179.938824 75.59) (xy 179.931545 75.516095) (xy 179.909988 75.44503) (xy 179.874981 75.379537) (xy 179.827869 75.322131) + (xy 179.770463 75.275019) (xy 179.70497 75.240012) (xy 179.633905 75.218455) (xy 179.56 75.211176) (xy 178.537 75.211176) + (xy 178.537 72.45425) (xy 181.555 72.45425) (xy 181.71375 72.613) (xy 182.373 72.613) (xy 182.373 71.98375) + (xy 182.627 71.98375) (xy 182.627 72.613) (xy 183.28625 72.613) (xy 183.445 72.45425) (xy 183.435235 72.332652) + (xy 183.398377 72.213122) (xy 183.338908 72.103079) (xy 183.259113 72.006753) (xy 183.162059 71.927844) (xy 183.051476 71.869386) + (xy 182.931613 71.833625) (xy 182.807077 71.821935) (xy 182.78575 71.825) (xy 182.627 71.98375) (xy 182.373 71.98375) + (xy 182.21425 71.825) (xy 182.192923 71.821935) (xy 182.068387 71.833625) (xy 181.948524 71.869386) (xy 181.837941 71.927844) + (xy 181.740887 72.006753) (xy 181.661092 72.103079) (xy 181.601623 72.213122) (xy 181.564765 72.332652) (xy 181.555 72.45425) + (xy 178.537 72.45425) (xy 178.537 71.645439) (xy 178.55497 71.639988) (xy 178.620463 71.604981) (xy 178.646793 71.583373) + (xy 178.679463 71.644494) (xy 178.758815 71.741185) (xy 178.855506 71.820537) (xy 178.96582 71.879502) (xy 179.085518 71.915812) + (xy 179.21 71.928072) (xy 179.67425 71.925) (xy 179.833 71.76625) (xy 179.833 70.417) (xy 180.087 70.417) + (xy 180.087 71.76625) (xy 180.24575 71.925) (xy 180.71 71.928072) (xy 180.834482 71.915812) (xy 180.95418 71.879502) + (xy 181.064494 71.820537) (xy 181.161185 71.741185) (xy 181.240537 71.644494) (xy 181.299502 71.53418) (xy 181.335812 71.414482) + (xy 181.348072 71.29) (xy 181.345 70.57575) (xy 181.18625 70.417) (xy 180.087 70.417) (xy 179.833 70.417) + (xy 179.813 70.417) (xy 179.813 70.163) (xy 179.833 70.163) (xy 179.833 68.81375) (xy 180.087 68.81375) + (xy 180.087 70.163) (xy 181.18625 70.163) (xy 181.345 70.00425) (xy 181.348072 69.29) (xy 181.335812 69.165518) + (xy 181.299502 69.04582) (xy 181.240537 68.935506) (xy 181.161185 68.838815) (xy 181.064494 68.759463) (xy 180.95418 68.700498) + (xy 180.834482 68.664188) (xy 180.71 68.651928) (xy 180.24575 68.655) (xy 180.087 68.81375) (xy 179.833 68.81375) + (xy 179.67425 68.655) (xy 179.21 68.651928) (xy 179.085518 68.664188) (xy 178.96582 68.700498) (xy 178.855506 68.759463) + (xy 178.758815 68.838815) (xy 178.679463 68.935506) (xy 178.646793 68.996627) (xy 178.620463 68.975019) (xy 178.55497 68.940012) + (xy 178.483905 68.918455) (xy 178.41 68.911176) (xy 176.91 68.911176) (xy 176.836095 68.918455) (xy 176.76503 68.940012) + (xy 176.699537 68.975019) (xy 176.642131 69.022131) (xy 176.595019 69.079537) (xy 176.560012 69.14503) (xy 176.538455 69.216095) + (xy 176.531176 69.29) (xy 176.531176 71.29) (xy 176.538455 71.363905) (xy 176.560012 71.43497) (xy 176.595019 71.500463) + (xy 176.642131 71.557869) (xy 176.699537 71.604981) (xy 176.76503 71.639988) (xy 176.783 71.645439) (xy 176.783001 75.211176) + (xy 175.76 75.211176) (xy 175.686095 75.218455) (xy 175.61503 75.240012) (xy 175.549537 75.275019) (xy 175.492131 75.322131) + (xy 175.445019 75.379537) (xy 175.410012 75.44503) (xy 175.388455 75.516095) (xy 175.381176 75.59) (xy 175.381176 77.59) + (xy 175.388455 77.663905) (xy 175.410012 77.73497) (xy 175.445019 77.800463) (xy 175.492131 77.857869) (xy 175.549537 77.904981) + (xy 175.61503 77.939988) (xy 175.686095 77.961545) (xy 175.76 77.968824) (xy 176.802501 77.968824) (xy 176.8025 81.044292) + (xy 176.745799 80.975201) (xy 176.655244 80.900885) (xy 176.551932 80.845664) (xy 176.439831 80.811658) (xy 176.32325 80.800176) + (xy 175.88575 80.800176) (xy 175.769169 80.811658) (xy 175.657068 80.845664) (xy 175.553756 80.900885) (xy 175.463201 80.975201) + (xy 175.397712 81.055) (xy 175.10883 81.055) (xy 175.047632 81.022289) (xy 174.951242 80.993049) (xy 174.851 80.983176) + (xy 174.581 80.983176) (xy 174.483802 80.992749) (xy 174.422724 80.916422) (xy 174.32702 80.835882) (xy 174.217442 80.775559) + (xy 174.098202 80.737774) (xy 173.98175 80.727) (xy 173.823 80.88575) (xy 173.823 81.555) (xy 173.843 81.555) + (xy 173.843 81.809) (xy 173.823 81.809) (xy 173.823 82.47825) (xy 173.98175 82.637) (xy 174.098202 82.626226) + (xy 174.217442 82.588441) (xy 174.32702 82.528118) (xy 174.422724 82.447578) (xy 174.483802 82.371251) (xy 174.581 82.380824) + (xy 174.851 82.380824) (xy 174.951242 82.370951) (xy 175.047632 82.341711) (xy 175.10883 82.309) (xy 175.44367 82.309) + (xy 175.463201 82.332799) (xy 175.553756 82.407115) (xy 175.657068 82.462336) (xy 175.769169 82.496342) (xy 175.88575 82.507824) + (xy 176.32325 82.507824) (xy 176.439831 82.496342) (xy 176.551932 82.462336) (xy 176.655244 82.407115) (xy 176.745799 82.332799) + (xy 176.820115 82.242244) (xy 176.875336 82.138932) (xy 176.892 82.083999) (xy 176.908664 82.138932) (xy 176.963885 82.242244) + (xy 177.038201 82.332799) (xy 177.128756 82.407115) (xy 177.232068 82.462336) (xy 177.344169 82.496342) (xy 177.46075 82.507824) + (xy 177.47301 82.507824) (xy 177.507578 82.51831) (xy 177.6795 82.535243) (xy 177.851421 82.51831) (xy 177.885989 82.507824) + (xy 177.89825 82.507824) (xy 178.014831 82.496342) (xy 178.126932 82.462336) (xy 178.230244 82.407115) (xy 178.320799 82.332799) + (xy 178.395115 82.242244) (xy 178.450336 82.138932) (xy 178.484342 82.026831) (xy 178.486534 82.004572) (xy 178.493662 81.991237) + (xy 178.54381 81.825922) (xy 178.5565 81.697079) (xy 178.5565 77.968824) (xy 179.56 77.968824) (xy 179.633905 77.961545) + (xy 179.70497 77.939988) (xy 179.770463 77.904981) (xy 179.827869 77.857869) (xy 179.874981 77.800463) (xy 179.909988 77.73497) + (xy 179.931545 77.663905) (xy 179.938824 77.59) (xy 179.938824 77.467) (xy 182.596921 77.467) (xy 182.64 77.471243) + (xy 182.683079 77.467) (xy 195.07299 77.467) (xy 195.072991 85.77301) (xy 192.793069 85.77301) (xy 192.749989 85.768767) + (xy 192.578067 85.7857) (xy 192.462755 85.82068) (xy 192.412753 85.835848) (xy 192.260398 85.917283) (xy 192.260396 85.917284) + (xy 192.260397 85.917284) (xy 192.162685 85.997474) (xy 192.126857 86.026877) (xy 192.099398 86.060337) (xy 191.652 86.507735) + (xy 191.652 83.205423) (xy 191.72586 83.131563) (xy 191.79995 83.02068) (xy 191.850984 82.897474) (xy 191.877 82.766679) + (xy 191.877 82.633321) (xy 191.850984 82.502526) (xy 191.79995 82.37932) (xy 191.72586 82.268437) (xy 191.631563 82.17414) + (xy 191.52068 82.10005) (xy 191.397474 82.049016) (xy 191.266679 82.023) (xy 191.133321 82.023) (xy 191.002526 82.049016) + (xy 190.87932 82.10005) (xy 190.768437 82.17414) (xy 190.67414 82.268437) (xy 190.60005 82.37932) (xy 190.549016 82.502526) + (xy 190.523 82.633321) (xy 190.523 82.766679) (xy 190.549016 82.897474) (xy 190.60005 83.02068) (xy 190.67414 83.131563) + (xy 190.748001 83.205424) (xy 190.748 92.822204) (xy 190.748001 92.822214) (xy 190.748 98.512776) (xy 190.012777 99.248) + (xy 178.722205 99.248) (xy 178.7 99.245813) (xy 178.611392 99.25454) (xy 178.54678 99.27414) (xy 178.52619 99.280386) + (xy 178.447667 99.322357) (xy 178.378841 99.378841) (xy 178.364681 99.396095) (xy 177.296096 100.464681) (xy 177.278842 100.478841) + (xy 177.23654 100.530386) (xy 177.222358 100.547667) (xy 177.180386 100.626191) (xy 177.15454 100.711393) (xy 177.145813 100.8) + (xy 177.148001 100.822215) (xy 177.148 101.694577) (xy 177.07414 101.768437) (xy 177.00005 101.87932) (xy 176.949016 102.002526) + (xy 176.923 102.133321) (xy 176.923 102.266679) (xy 176.949016 102.397474) (xy 176.969945 102.448) (xy 173.687224 102.448) + (xy 172.353371 101.114148) (xy 172.353371 98.433321) (xy 183.523 98.433321) (xy 183.523 98.566679) (xy 183.549016 98.697474) + (xy 183.60005 98.82068) (xy 183.67414 98.931563) (xy 183.768437 99.02586) (xy 183.87932 99.09995) (xy 184.002526 99.150984) + (xy 184.133321 99.177) (xy 184.266679 99.177) (xy 184.397474 99.150984) (xy 184.52068 99.09995) (xy 184.631563 99.02586) + (xy 184.72586 98.931563) (xy 184.79995 98.82068) (xy 184.850984 98.697474) (xy 184.877 98.566679) (xy 184.877 98.433321) + (xy 184.850984 98.302526) (xy 184.79995 98.17932) (xy 184.72586 98.068437) (xy 184.652 97.994577) (xy 184.652 97.487223) + (xy 187.303905 94.835319) (xy 187.321159 94.821159) (xy 187.377643 94.752333) (xy 187.419614 94.67381) (xy 187.427344 94.648328) + (xy 187.44546 94.588608) (xy 187.454187 94.5) (xy 187.452 94.477795) (xy 187.452 86.005423) (xy 187.52586 85.931563) + (xy 187.59995 85.82068) (xy 187.650984 85.697474) (xy 187.677 85.566679) (xy 187.677 85.433321) (xy 187.650984 85.302526) + (xy 187.59995 85.17932) (xy 187.52586 85.068437) (xy 187.431563 84.97414) (xy 187.32068 84.90005) (xy 187.197474 84.849016) + (xy 187.066679 84.823) (xy 186.933321 84.823) (xy 186.802526 84.849016) (xy 186.67932 84.90005) (xy 186.568437 84.97414) + (xy 186.47414 85.068437) (xy 186.40005 85.17932) (xy 186.349016 85.302526) (xy 186.323 85.433321) (xy 186.323 85.566679) + (xy 186.349016 85.697474) (xy 186.40005 85.82068) (xy 186.47414 85.931563) (xy 186.548 86.005423) (xy 186.548001 94.077786) + (xy 186.548 94.077796) (xy 186.548 94.312776) (xy 183.8961 96.964677) (xy 183.878841 96.978841) (xy 183.822357 97.047668) + (xy 183.812508 97.066095) (xy 183.780386 97.126191) (xy 183.75454 97.211393) (xy 183.745813 97.3) (xy 183.748 97.322205) + (xy 183.748001 97.994576) (xy 183.67414 98.068437) (xy 183.60005 98.17932) (xy 183.549016 98.302526) (xy 183.523 98.433321) + (xy 172.353371 98.433321) (xy 172.353371 89.114057) (xy 172.375276 89.1119) (xy 172.446341 89.090343) (xy 172.511834 89.055336) + (xy 172.56924 89.008224) (xy 172.616352 88.950818) (xy 172.651359 88.885325) (xy 172.672916 88.81426) (xy 172.680195 88.740355) + (xy 172.680195 87.840355) (xy 172.672916 87.76645) (xy 172.651359 87.695385) (xy 172.616352 87.629892) (xy 172.56924 87.572486) + (xy 172.511834 87.525374) (xy 172.446341 87.490367) (xy 172.375276 87.46881) (xy 172.332529 87.4646) (xy 172.320985 87.426545) + (xy 172.279014 87.348022) (xy 172.22253 87.279196) (xy 172.205281 87.26504) (xy 172.079273 87.139033) (xy 172.079699 87.138683) + (xy 172.1436 87.06082) (xy 172.191082 86.971987) (xy 172.220322 86.875597) (xy 172.230195 86.775355) (xy 172.230195 86.405355) + (xy 172.220322 86.305113) (xy 172.191082 86.208723) (xy 172.1436 86.11989) (xy 172.079699 86.042027) (xy 172.001836 85.978126) + (xy 171.913003 85.930644) (xy 171.816613 85.901404) (xy 171.716371 85.891531) (xy 171.446371 85.891531) (xy 171.349173 85.901104) + (xy 171.288095 85.824777) (xy 171.192391 85.744237) (xy 171.082813 85.683914) (xy 170.963573 85.646129) (xy 170.847121 85.635355) + (xy 170.688371 85.794105) (xy 170.688371 86.463355) (xy 170.708371 86.463355) (xy 170.708371 86.717355) (xy 170.688371 86.717355) + (xy 170.688371 86.737355) (xy 170.434371 86.737355) (xy 170.434371 86.717355) (xy 169.815121 86.717355) (xy 169.656371 86.876105) + (xy 169.653348 86.902474) (xy 169.66407 87.027097) (xy 169.698898 87.147234) (xy 169.743518 87.233252) (xy 169.715621 87.205355) + (xy 169.601371 87.202283) (xy 169.476889 87.214543) (xy 169.357191 87.250853) (xy 169.246877 87.309818) (xy 169.150186 87.38917) + (xy 169.070834 87.485861) (xy 169.011869 87.596175) (xy 168.975559 87.715873) (xy 168.963299 87.840355) (xy 168.966371 88.004605) + (xy 169.125121 88.163355) (xy 169.874371 88.163355) (xy 169.874371 88.143355) (xy 170.128371 88.143355) (xy 170.128371 88.163355) + (xy 170.877621 88.163355) (xy 171.036371 88.004605) (xy 171.039443 87.840355) (xy 171.027183 87.715873) (xy 170.990873 87.596175) + (xy 170.958215 87.535077) (xy 170.963573 87.534581) (xy 171.082813 87.496796) (xy 171.161542 87.453455) (xy 171.161757 87.454164) + (xy 171.203728 87.532687) (xy 171.235228 87.57107) (xy 171.233502 87.572486) (xy 171.18639 87.629892) (xy 171.151383 87.695385) + (xy 171.129826 87.76645) (xy 171.122547 87.840355) (xy 171.122547 88.740355) (xy 171.129826 88.81426) (xy 171.151383 88.885325) + (xy 171.18639 88.950818) (xy 171.233502 89.008224) (xy 171.290908 89.055336) (xy 171.356401 89.090343) (xy 171.427466 89.1119) + (xy 171.449371 89.114057) (xy 171.449371 89.476119) (xy 171.425276 89.46881) (xy 171.351371 89.461531) (xy 170.551371 89.461531) + (xy 170.477466 89.46881) (xy 170.406401 89.490367) (xy 170.340908 89.525374) (xy 170.283502 89.572486) (xy 170.23639 89.629892) + (xy 170.201383 89.695385) (xy 170.179826 89.76645) (xy 170.172744 89.838355) (xy 168.963753 89.838355) (xy 168.986352 89.810818) + (xy 169.021359 89.745325) (xy 169.042916 89.67426) (xy 169.050195 89.600355) (xy 169.050195 89.056237) (xy 169.070834 89.094849) + (xy 169.150186 89.19154) (xy 169.246877 89.270892) (xy 169.357191 89.329857) (xy 169.476889 89.366167) (xy 169.601371 89.378427) + (xy 169.715621 89.375355) (xy 169.874371 89.216605) (xy 169.874371 88.417355) (xy 170.128371 88.417355) (xy 170.128371 89.216605) + (xy 170.287121 89.375355) (xy 170.401371 89.378427) (xy 170.525853 89.366167) (xy 170.645551 89.329857) (xy 170.755865 89.270892) + (xy 170.852556 89.19154) (xy 170.931908 89.094849) (xy 170.990873 88.984535) (xy 171.027183 88.864837) (xy 171.039443 88.740355) + (xy 171.036371 88.576105) (xy 170.877621 88.417355) (xy 170.128371 88.417355) (xy 169.874371 88.417355) (xy 169.125121 88.417355) + (xy 169.009422 88.533054) (xy 168.986352 88.489892) (xy 168.93924 88.432486) (xy 168.881834 88.385374) (xy 168.816341 88.350367) + (xy 168.745276 88.32881) (xy 168.723371 88.326653) (xy 168.723371 87.972557) (xy 168.725558 87.950354) (xy 168.721609 87.910265) + (xy 168.716831 87.861748) (xy 168.690985 87.776545) (xy 168.649014 87.698022) (xy 168.59253 87.629196) (xy 168.575281 87.61504) + (xy 168.262694 87.302455) (xy 168.24853 87.285196) (xy 168.179704 87.228712) (xy 168.101181 87.186741) (xy 168.015978 87.160895) + (xy 167.968464 87.156215) (xy 167.9576 87.13589) (xy 167.893699 87.058027) (xy 167.815836 86.994126) (xy 167.727003 86.946644) + (xy 167.630613 86.917404) (xy 167.530371 86.907531) (xy 167.260371 86.907531) (xy 167.160129 86.917404) (xy 167.063739 86.946644) + (xy 166.997243 86.982187) (xy 166.864962 86.873628) (xy 166.712607 86.792193) (xy 166.547292 86.742045) (xy 166.375371 86.725112) + (xy 166.203449 86.742045) (xy 166.038134 86.792193) (xy 165.885779 86.873628) (xy 165.752238 86.983222) (xy 165.642644 87.116764) + (xy 165.561209 87.269119) (xy 165.511061 87.434434) (xy 165.498371 87.563277) (xy 165.498371 88.273355) (xy 164.777 88.273355) + (xy 164.777 86.278236) (xy 169.653348 86.278236) (xy 169.656371 86.304605) (xy 169.815121 86.463355) (xy 170.434371 86.463355) + (xy 170.434371 85.794105) (xy 170.275621 85.635355) (xy 170.159169 85.646129) (xy 170.039929 85.683914) (xy 169.930351 85.744237) + (xy 169.834647 85.824777) (xy 169.756495 85.922441) (xy 169.698898 86.033476) (xy 169.66407 86.153613) (xy 169.653348 86.278236) + (xy 164.777 86.278236) (xy 164.777 81.994119) (xy 172.787977 81.994119) (xy 172.798699 82.118742) (xy 172.833527 82.238879) + (xy 172.891124 82.349914) (xy 172.969276 82.447578) (xy 173.06498 82.528118) (xy 173.174558 82.588441) (xy 173.293798 82.626226) + (xy 173.41025 82.637) (xy 173.569 82.47825) (xy 173.569 81.809) (xy 172.94975 81.809) (xy 172.791 81.96775) + (xy 172.787977 81.994119) (xy 164.777 81.994119) (xy 164.777 81.369881) (xy 172.787977 81.369881) (xy 172.791 81.39625) + (xy 172.94975 81.555) (xy 173.569 81.555) (xy 173.569 80.88575) (xy 173.41025 80.727) (xy 173.293798 80.737774) + (xy 173.174558 80.775559) (xy 173.06498 80.835882) (xy 172.969276 80.916422) (xy 172.891124 81.014086) (xy 172.833527 81.125121) + (xy 172.798699 81.245258) (xy 172.787977 81.369881) (xy 164.777 81.369881) (xy 164.777 74.16575) (xy 171.955 74.16575) + (xy 171.964765 74.287348) (xy 172.001623 74.406878) (xy 172.061092 74.516921) (xy 172.140887 74.613247) (xy 172.237941 74.692156) + (xy 172.348524 74.750614) (xy 172.468387 74.786375) (xy 172.592923 74.798065) (xy 172.61425 74.795) (xy 172.773 74.63625) + (xy 172.773 74.007) (xy 173.027 74.007) (xy 173.027 74.63625) (xy 173.18575 74.795) (xy 173.207077 74.798065) + (xy 173.331613 74.786375) (xy 173.451476 74.750614) (xy 173.562059 74.692156) (xy 173.659113 74.613247) (xy 173.738908 74.516921) + (xy 173.798377 74.406878) (xy 173.835235 74.287348) (xy 173.845 74.16575) (xy 173.68625 74.007) (xy 173.027 74.007) + (xy 172.773 74.007) (xy 172.11375 74.007) (xy 171.955 74.16575) (xy 164.777 74.16575) (xy 164.777 73.263265) + (xy 166.873265 71.167) (xy 172.023 71.167) (xy 172.023001 72.836891) (xy 172.018757 72.87998) (xy 172.019742 72.889985) + (xy 172.018757 72.89999) (xy 172.03569 73.071912) (xy 172.080504 73.219645) (xy 172.061092 73.243079) (xy 172.001623 73.353122) + (xy 171.964765 73.472652) (xy 171.955 73.59425) (xy 172.11375 73.753) (xy 172.690827 73.753) (xy 172.728078 73.7643) + (xy 172.856921 73.77699) (xy 172.87694 73.77699) (xy 172.920009 73.781232) (xy 172.963079 73.77699) (xy 172.963089 73.77699) + (xy 173.091932 73.7643) (xy 173.129183 73.753) (xy 173.68625 73.753) (xy 173.845 73.59425) (xy 173.835235 73.472652) + (xy 173.798377 73.353122) (xy 173.738908 73.243079) (xy 173.734128 73.237309) (xy 173.734172 73.237227) (xy 173.78432 73.071912) + (xy 173.801253 72.89999) (xy 173.78432 72.728068) (xy 173.777 72.703937) (xy 173.777 71.167) (xy 174.231176 71.167) + (xy 174.231176 71.29) (xy 174.238455 71.363905) (xy 174.260012 71.43497) (xy 174.295019 71.500463) (xy 174.342131 71.557869) + (xy 174.399537 71.604981) (xy 174.46503 71.639988) (xy 174.536095 71.661545) (xy 174.61 71.668824) (xy 176.11 71.668824) + (xy 176.183905 71.661545) (xy 176.25497 71.639988) (xy 176.320463 71.604981) (xy 176.377869 71.557869) (xy 176.424981 71.500463) + (xy 176.459988 71.43497) (xy 176.481545 71.363905) (xy 176.488824 71.29) (xy 176.488824 69.29) (xy 176.481545 69.216095) + (xy 176.459988 69.14503) (xy 176.424981 69.079537) (xy 176.377869 69.022131) (xy 176.320463 68.975019) (xy 176.25497 68.940012) + (xy 176.237 68.934561) (xy 176.237 62.878824) (xy 176.63 62.878824) (xy 176.703905 62.871545) (xy 176.77497 62.849988) + (xy 176.840463 62.814981) (xy 176.897869 62.767869) (xy 176.944981 62.710463) (xy 176.979988 62.64497) (xy 177.001545 62.573905) + (xy 177.008824 62.5) (xy 177.008824 62.451871) (xy 182.88205 62.451871) (xy 182.925129 62.456114) (xy 182.968208 62.451871) + (xy 183.097051 62.439181) (xy 183.262366 62.389033) (xy 183.414721 62.307598) (xy 183.548262 62.198004) (xy 183.575726 62.164539) + (xy 184.089663 61.650601) (xy 184.123133 61.623133) (xy 184.232727 61.489592) (xy 184.314162 61.337237) (xy 184.36431 61.171922) + (xy 184.377 61.043079) (xy 184.377 61.04307) (xy 184.381242 61.000001) (xy 184.377 60.956931) (xy 184.377 53.76425) + (xy 203.135 53.76425) (xy 203.29375 53.923) (xy 203.953 53.923) (xy 203.953 53.29375) (xy 204.207 53.29375) + (xy 204.207 53.923) (xy 205.043 53.923) (xy 205.043 53.29375) (xy 204.88425 53.135) (xy 204.862923 53.131935) + (xy 204.738387 53.143625) (xy 204.625 53.177454) (xy 204.511613 53.143625) (xy 204.387077 53.131935) (xy 204.36575 53.135) + (xy 204.207 53.29375) (xy 203.953 53.29375) (xy 203.79425 53.135) (xy 203.772923 53.131935) (xy 203.648387 53.143625) + (xy 203.528524 53.179386) (xy 203.417941 53.237844) (xy 203.320887 53.316753) (xy 203.241092 53.413079) (xy 203.181623 53.523122) + (xy 203.144765 53.642652) (xy 203.135 53.76425) (xy 184.377 53.76425) (xy 184.377 52.206811) (xy 184.406997 52.150691) + (xy 184.462863 51.966525) (xy 184.477 51.822993) (xy 184.477 51.177008) (xy 184.477 51.177007) (xy 184.523 51.177007) + (xy 184.523 51.822992) (xy 184.537137 51.966524) (xy 184.593003 52.15069) (xy 184.683724 52.320418) (xy 184.805814 52.469186) + (xy 184.954582 52.591276) (xy 185.124309 52.681997) (xy 185.308475 52.737863) (xy 185.5 52.756727) (xy 185.691524 52.737863) + (xy 185.87569 52.681997) (xy 186.045418 52.591276) (xy 186.194186 52.469186) (xy 186.316276 52.320418) (xy 186.406997 52.150691) + (xy 186.462863 51.966525) (xy 186.477 51.822993) (xy 186.477 51.177008) (xy 186.477 51.177007) (xy 186.523 51.177007) + (xy 186.523 51.822992) (xy 186.537137 51.966524) (xy 186.593003 52.15069) (xy 186.683724 52.320418) (xy 186.805814 52.469186) + (xy 186.954582 52.591276) (xy 187.124309 52.681997) (xy 187.308475 52.737863) (xy 187.5 52.756727) (xy 187.691524 52.737863) + (xy 187.87569 52.681997) (xy 188.045418 52.591276) (xy 188.194186 52.469186) (xy 188.316276 52.320418) (xy 188.406997 52.150691) + (xy 188.462863 51.966525) (xy 188.477 51.822993) (xy 188.477 51.177008) (xy 188.477 51.177007) (xy 188.523 51.177007) + (xy 188.523 51.822992) (xy 188.537137 51.966524) (xy 188.593003 52.15069) (xy 188.683724 52.320418) (xy 188.805814 52.469186) + (xy 188.954582 52.591276) (xy 189.124309 52.681997) (xy 189.308475 52.737863) (xy 189.5 52.756727) (xy 189.691524 52.737863) + (xy 189.87569 52.681997) (xy 190.045418 52.591276) (xy 190.194186 52.469186) (xy 190.262952 52.385394) (xy 190.274188 52.499482) + (xy 190.310498 52.61918) (xy 190.369463 52.729494) (xy 190.448815 52.826185) (xy 190.545506 52.905537) (xy 190.65582 52.964502) + (xy 190.775518 53.000812) (xy 190.9 53.013072) (xy 191.21425 53.01) (xy 191.373 52.85125) (xy 191.373 51.627) + (xy 191.627 51.627) (xy 191.627 52.85125) (xy 191.78575 53.01) (xy 192.1 53.013072) (xy 192.224482 53.000812) + (xy 192.34418 52.964502) (xy 192.454494 52.905537) (xy 192.551185 52.826185) (xy 192.630537 52.729494) (xy 192.689502 52.61918) + (xy 192.725812 52.499482) (xy 192.738072 52.375) (xy 192.735 51.78575) (xy 192.57625 51.627) (xy 191.627 51.627) + (xy 191.373 51.627) (xy 191.353 51.627) (xy 191.353 51.373) (xy 191.373 51.373) (xy 191.373 50.14875) + (xy 191.627 50.14875) (xy 191.627 51.373) (xy 192.57625 51.373) (xy 192.735 51.21425) (xy 192.738072 50.625) + (xy 192.725812 50.500518) (xy 192.689502 50.38082) (xy 192.630537 50.270506) (xy 192.551185 50.173815) (xy 192.454494 50.094463) + (xy 192.34418 50.035498) (xy 192.224482 49.999188) (xy 192.1 49.986928) (xy 191.78575 49.99) (xy 191.627 50.14875) + (xy 191.373 50.14875) (xy 191.21425 49.99) (xy 190.9 49.986928) (xy 190.775518 49.999188) (xy 190.65582 50.035498) + (xy 190.545506 50.094463) (xy 190.448815 50.173815) (xy 190.369463 50.270506) (xy 190.310498 50.38082) (xy 190.274188 50.500518) + (xy 190.262952 50.614606) (xy 190.194186 50.530814) (xy 190.045418 50.408724) (xy 189.875691 50.318003) (xy 189.691525 50.262137) + (xy 189.5 50.243273) (xy 189.308476 50.262137) (xy 189.12431 50.318003) (xy 188.954583 50.408724) (xy 188.805815 50.530814) + (xy 188.683725 50.679582) (xy 188.593003 50.849309) (xy 188.537137 51.033475) (xy 188.523 51.177007) (xy 188.477 51.177007) + (xy 188.462863 51.033476) (xy 188.406997 50.849309) (xy 188.316276 50.679582) (xy 188.194186 50.530814) (xy 188.045418 50.408724) + (xy 187.875691 50.318003) (xy 187.691525 50.262137) (xy 187.5 50.243273) (xy 187.308476 50.262137) (xy 187.12431 50.318003) + (xy 186.954583 50.408724) (xy 186.805815 50.530814) (xy 186.683725 50.679582) (xy 186.593003 50.849309) (xy 186.537137 51.033475) + (xy 186.523 51.177007) (xy 186.477 51.177007) (xy 186.462863 51.033476) (xy 186.406997 50.849309) (xy 186.316276 50.679582) + (xy 186.194186 50.530814) (xy 186.045418 50.408724) (xy 185.875691 50.318003) (xy 185.691525 50.262137) (xy 185.5 50.243273) + (xy 185.308476 50.262137) (xy 185.12431 50.318003) (xy 184.954583 50.408724) (xy 184.805815 50.530814) (xy 184.683725 50.679582) + (xy 184.593003 50.849309) (xy 184.537137 51.033475) (xy 184.523 51.177007) (xy 184.477 51.177007) (xy 184.462863 51.033476) + (xy 184.406997 50.849309) (xy 184.316276 50.679582) (xy 184.194186 50.530814) (xy 184.045418 50.408724) (xy 183.875691 50.318003) + (xy 183.691525 50.262137) (xy 183.5 50.243273) (xy 183.308476 50.262137) (xy 183.12431 50.318003) (xy 182.954583 50.408724) + (xy 182.805815 50.530814) (xy 182.683725 50.679582) (xy 182.643001 50.75577) (xy 182.59239 50.635054) (xy 182.456307 50.433275) + (xy 182.283474 50.261922) (xy 182.080533 50.127579) (xy 181.855282 50.035409) (xy 181.817609 50.031538) (xy 181.627 50.156269) + (xy 181.627 51.373) (xy 181.647 51.373) (xy 181.647 51.627) (xy 181.627 51.627) (xy 181.627 52.843731) + (xy 181.817609 52.968462) (xy 181.855282 52.964591) (xy 182.080533 52.872421) (xy 182.283474 52.738078) (xy 182.456307 52.566725) + (xy 182.59239 52.364946) (xy 182.623 52.291936) (xy 182.623001 60.636735) (xy 182.561864 60.697871) (xy 182.125353 60.697871) + (xy 182.194444 60.64117) (xy 182.26876 60.550615) (xy 182.323981 60.447303) (xy 182.357987 60.335202) (xy 182.369469 60.218621) + (xy 182.369469 59.781121) (xy 182.357987 59.66454) (xy 182.323981 59.552439) (xy 182.26876 59.449127) (xy 182.194444 59.358572) + (xy 182.140645 59.314421) (xy 182.140645 59.070201) (xy 182.173356 59.009003) (xy 182.202596 58.912613) (xy 182.212469 58.812371) + (xy 182.212469 58.542371) (xy 182.202896 58.445173) (xy 182.279223 58.384095) (xy 182.359763 58.288391) (xy 182.420086 58.178813) + (xy 182.457871 58.059573) (xy 182.468645 57.943121) (xy 182.309895 57.784371) (xy 181.640645 57.784371) (xy 181.640645 57.804371) + (xy 181.386645 57.804371) (xy 181.386645 57.784371) (xy 180.717395 57.784371) (xy 180.558645 57.943121) (xy 180.569419 58.059573) + (xy 180.607204 58.178813) (xy 180.667527 58.288391) (xy 180.748067 58.384095) (xy 180.824394 58.445173) (xy 180.814821 58.542371) + (xy 180.814821 58.812371) (xy 180.824694 58.912613) (xy 180.853934 59.009003) (xy 180.886645 59.070202) (xy 180.886645 59.317703) + (xy 180.836846 59.358572) (xy 180.76253 59.449127) (xy 180.707309 59.552439) (xy 180.673303 59.66454) (xy 180.661821 59.781121) + (xy 180.661821 60.218621) (xy 180.673303 60.335202) (xy 180.707309 60.447303) (xy 180.76253 60.550615) (xy 180.836846 60.64117) + (xy 180.905937 60.697871) (xy 177.008614 60.697871) (xy 177.001545 60.626095) (xy 176.979988 60.55503) (xy 176.944981 60.489537) + (xy 176.897869 60.432131) (xy 176.840463 60.385019) (xy 176.77497 60.350012) (xy 176.703905 60.328455) (xy 176.63 60.321176) + (xy 174.13 60.321176) (xy 174.056095 60.328455) (xy 173.98503 60.350012) (xy 173.919537 60.385019) (xy 173.862131 60.432131) + (xy 173.815019 60.489537) (xy 173.780012 60.55503) (xy 173.758455 60.626095) (xy 173.751176 60.7) (xy 173.751176 62.5) + (xy 173.758455 62.573905) (xy 173.780012 62.64497) (xy 173.815019 62.710463) (xy 173.862131 62.767869) (xy 173.919537 62.814981) + (xy 173.98503 62.849988) (xy 174.056095 62.871545) (xy 174.13 62.878824) (xy 174.483001 62.878824) (xy 174.483 68.934561) + (xy 174.46503 68.940012) (xy 174.399537 68.975019) (xy 174.342131 69.022131) (xy 174.295019 69.079537) (xy 174.260012 69.14503) + (xy 174.238455 69.216095) (xy 174.231176 69.29) (xy 174.231176 69.413) (xy 173.053069 69.413) (xy 173.009999 69.408758) + (xy 172.96693 69.413) (xy 166.553069 69.413) (xy 166.509999 69.408758) (xy 166.46693 69.413) (xy 166.466921 69.413) + (xy 166.338078 69.42569) (xy 166.172763 69.475838) (xy 166.020408 69.557273) (xy 165.886867 69.666867) (xy 165.859403 69.700332) + (xy 163.310327 72.249408) (xy 163.276868 72.276867) (xy 163.249409 72.310326) (xy 163.249406 72.310329) (xy 163.167274 72.410408) + (xy 163.085838 72.562764) (xy 163.03569 72.728078) (xy 163.018757 72.9) (xy 163.023001 72.94309) (xy 163.023 89.10692) + (xy 163.018757 89.15) (xy 163.023001 89.193089) (xy 163.023001 90.998556) (xy 162.923133 90.876867) (xy 162.889669 90.849404) + (xy 162.200597 90.160332) (xy 162.173133 90.126867) (xy 162.039592 90.017273) (xy 161.887237 89.935838) (xy 161.721922 89.88569) + (xy 161.691838 89.882727) (xy 161.55 89.868757) (xy 161.506921 89.873) (xy 161.227 89.873) (xy 161.227 89.693079) + (xy 161.231243 89.65) (xy 161.21431 89.478077) (xy 161.164162 89.312763) (xy 161.144503 89.275984) (xy 161.082727 89.160408) + (xy 160.973133 89.026867) (xy 160.939668 88.999403) (xy 160.589671 88.649406) (xy 160.489592 88.567274) (xy 160.337236 88.485838) + (xy 160.171922 88.43569) (xy 160 88.418757) (xy 159.828078 88.43569) (xy 159.662764 88.485838) (xy 159.510408 88.567274) + (xy 159.37813 88.675833) (xy 159.311632 88.640289) (xy 159.215242 88.611049) (xy 159.115 88.601176) (xy 158.845 88.601176) + (xy 158.744758 88.611049) (xy 158.648368 88.640289) (xy 158.559535 88.687771) (xy 158.481672 88.751672) (xy 158.417771 88.829535) + (xy 158.370289 88.918368) (xy 158.341049 89.014758) (xy 158.331176 89.115) (xy 158.331176 89.485) (xy 158.341049 89.585242) + (xy 158.370289 89.681632) (xy 158.408206 89.75257) (xy 158.239601 89.921176) (xy 158.05 89.921176) (xy 157.976095 89.928455) + (xy 157.90503 89.950012) (xy 157.839537 89.985019) (xy 157.782131 90.032131) (xy 157.735019 90.089537) (xy 157.700012 90.15503) + (xy 157.678455 90.226095) (xy 157.671373 90.298) (xy 156.372205 90.298) (xy 156.35 90.295813) (xy 156.261392 90.30454) + (xy 156.205381 90.321531) (xy 156.17619 90.330386) (xy 156.097667 90.372357) (xy 156.028841 90.428841) (xy 156.014681 90.446095) + (xy 155.1961 91.264677) (xy 155.178841 91.278841) (xy 155.122357 91.347668) (xy 155.105695 91.378841) (xy 155.080386 91.426191) + (xy 155.05454 91.511393) (xy 155.045813 91.6) (xy 155.048 91.622205) (xy 155.048001 101.794576) (xy 154.97414 101.868437) + (xy 154.90005 101.97932) (xy 154.849016 102.102526) (xy 154.823 102.233321) (xy 154.823 102.366679) (xy 154.849016 102.497474) + (xy 154.90005 102.62068) (xy 154.97414 102.731563) (xy 155.068437 102.82586) (xy 155.17932 102.89995) (xy 155.302526 102.950984) + (xy 155.433321 102.977) (xy 155.566679 102.977) (xy 155.697474 102.950984) (xy 155.82068 102.89995) (xy 155.931563 102.82586) + (xy 156.02586 102.731563) (xy 156.09995 102.62068) (xy 156.150984 102.497474) (xy 156.177 102.366679) (xy 156.177 102.233321) + (xy 156.150984 102.102526) (xy 156.09995 101.97932) (xy 156.02586 101.868437) (xy 155.952 101.794577) (xy 155.952 97.204678) + (xy 156.00005 97.32068) (xy 156.07414 97.431563) (xy 156.168437 97.52586) (xy 156.27932 97.59995) (xy 156.402526 97.650984) + (xy 156.533321 97.677) (xy 156.666679 97.677) (xy 156.797474 97.650984) (xy 156.92068 97.59995) (xy 157.031563 97.52586) + (xy 157.105423 97.452) (xy 158.947901 97.452) (xy 158.957771 97.470465) (xy 159.021672 97.548328) (xy 159.054922 97.575616) + (xy 159.026095 97.578455) (xy 158.95503 97.600012) (xy 158.889537 97.635019) (xy 158.832131 97.682131) (xy 158.785019 97.739537) + (xy 158.750012 97.80503) (xy 158.728455 97.876095) (xy 158.721176 97.95) (xy 158.721176 98.85) (xy 158.728455 98.923905) + (xy 158.750012 98.99497) (xy 158.785019 99.060463) (xy 158.832131 99.117869) (xy 158.889537 99.164981) (xy 158.95503 99.199988) + (xy 159.026095 99.221545) (xy 159.1 99.228824) (xy 159.9 99.228824) (xy 159.973905 99.221545) (xy 160.04497 99.199988) + (xy 160.110463 99.164981) (xy 160.167869 99.117869) (xy 160.214981 99.060463) (xy 160.249988 98.99497) (xy 160.271545 98.923905) + (xy 160.278824 98.85) (xy 160.278824 97.95) (xy 160.271545 97.876095) (xy 160.257825 97.830865) (xy 160.368078 97.86431) + (xy 160.54 97.881243) (xy 160.711921 97.86431) (xy 160.877236 97.814162) (xy 161.029591 97.732727) (xy 161.163133 97.623133) + (xy 161.272727 97.489592) (xy 161.354162 97.337237) (xy 161.40431 97.171922) (xy 161.417 97.043079) (xy 161.417 94.977) + (xy 163.023001 94.977) (xy 163.023 98.470603) (xy 162.954674 98.402277) (xy 162.786467 98.289885) (xy 162.599565 98.212467) + (xy 162.401151 98.173) (xy 162.198849 98.173) (xy 162.000435 98.212467) (xy 161.813533 98.289885) (xy 161.645326 98.402277) + (xy 161.502277 98.545326) (xy 161.389885 98.713533) (xy 161.312467 98.900435) (xy 161.273 99.098849) (xy 161.273 99.301151) + (xy 161.312467 99.499565) (xy 161.389885 99.686467) (xy 161.423 99.736027) (xy 161.423001 103.023) (xy 160.564991 103.023) + (xy 160.59995 102.97068) (xy 160.650984 102.847474) (xy 160.677 102.716679) (xy 160.677 102.583321) (xy 160.650984 102.452526) + (xy 160.59995 102.32932) (xy 160.561344 102.271543) (xy 160.562229 102.270465) (xy 160.609711 102.181632) (xy 160.638951 102.085242) + (xy 160.648824 101.985) (xy 160.648824 101.615) (xy 160.638951 101.514758) (xy 160.612305 101.426919) (xy 160.75391 101.285315) + (xy 160.771159 101.271159) (xy 160.805902 101.228824) (xy 160.85 101.228824) (xy 160.923905 101.221545) (xy 160.99497 101.199988) + (xy 161.060463 101.164981) (xy 161.117869 101.117869) (xy 161.164981 101.060463) (xy 161.199988 100.99497) (xy 161.221545 100.923905) + (xy 161.228824 100.85) (xy 161.228824 99.95) (xy 161.221545 99.876095) (xy 161.199988 99.80503) (xy 161.164981 99.739537) + (xy 161.117869 99.682131) (xy 161.060463 99.635019) (xy 160.99497 99.600012) (xy 160.923905 99.578455) (xy 160.85 99.571176) + (xy 160.05 99.571176) (xy 159.976095 99.578455) (xy 159.90503 99.600012) (xy 159.839537 99.635019) (xy 159.782131 99.682131) + (xy 159.735019 99.739537) (xy 159.700012 99.80503) (xy 159.678455 99.876095) (xy 159.671176 99.95) (xy 159.671176 100.289778) + (xy 159.603133 100.206867) (xy 159.569668 100.179403) (xy 159.327574 99.937309) (xy 159.321545 99.876095) (xy 159.299988 99.80503) + (xy 159.264981 99.739537) (xy 159.217869 99.682131) (xy 159.160463 99.635019) (xy 159.09497 99.600012) (xy 159.023905 99.578455) + (xy 158.95 99.571176) (xy 158.838902 99.571176) (xy 158.721922 99.53569) (xy 158.55 99.518757) (xy 158.378078 99.53569) + (xy 158.261098 99.571176) (xy 158.15 99.571176) (xy 158.076095 99.578455) (xy 158.00503 99.600012) (xy 157.939537 99.635019) + (xy 157.882131 99.682131) (xy 157.835019 99.739537) (xy 157.800012 99.80503) (xy 157.778455 99.876095) (xy 157.771176 99.95) + (xy 157.771176 99.996651) (xy 157.735838 100.062764) (xy 157.68569 100.228078) (xy 157.668757 100.4) (xy 157.68569 100.571922) + (xy 157.735838 100.737236) (xy 157.771176 100.803349) (xy 157.771176 100.85) (xy 157.778455 100.923905) (xy 157.800012 100.99497) + (xy 157.835019 101.060463) (xy 157.882131 101.117869) (xy 157.939537 101.164981) (xy 158.00503 101.199988) (xy 158.076095 101.221545) + (xy 158.103001 101.224195) (xy 158.103 101.756921) (xy 158.103 101.756922) (xy 158.103001 103.023) (xy 146.126165 103.023) + (xy 146.121545 102.976095) (xy 146.099988 102.90503) (xy 146.064981 102.839537) (xy 146.017869 102.782131) (xy 145.960463 102.735019) + (xy 145.89497 102.700012) (xy 145.823905 102.678455) (xy 145.75 102.671176) (xy 144.05 102.671176) (xy 143.976095 102.678455) + (xy 143.90503 102.700012) (xy 143.839537 102.735019) (xy 143.782131 102.782131) (xy 143.735019 102.839537) (xy 143.700012 102.90503) + (xy 143.678455 102.976095) (xy 143.671176 103.05) (xy 143.671176 104.75) (xy 143.678455 104.823905) (xy 143.700012 104.89497) + (xy 143.735019 104.960463) (xy 143.782131 105.017869) (xy 143.839537 105.064981) (xy 143.90503 105.099988) (xy 143.976095 105.121545) + (xy 144.05 105.128824) (xy 145.75 105.128824) (xy 145.823905 105.121545) (xy 145.89497 105.099988) (xy 145.960463 105.064981) + (xy 146.017869 105.017869) (xy 146.064981 104.960463) (xy 146.099988 104.89497) (xy 146.121545 104.823905) (xy 146.126165 104.777) + (xy 158.95693 104.777) (xy 158.999999 104.781242) (xy 159.043069 104.777) (xy 159.468418 104.777) (xy 159.40005 104.87932) + (xy 159.349016 105.002526) (xy 159.323 105.133321) (xy 159.323 105.266679) (xy 159.349016 105.397474) (xy 159.40005 105.52068) + (xy 159.47414 105.631563) (xy 159.568437 105.72586) (xy 159.67932 105.79995) (xy 159.802526 105.850984) (xy 159.933321 105.877) + (xy 160.037777 105.877) (xy 161.214685 107.05391) (xy 161.228841 107.071159) (xy 161.297667 107.127643) (xy 161.37619 107.169614) + (xy 161.441562 107.189444) (xy 161.461392 107.19546) (xy 161.549999 107.204187) (xy 161.572204 107.202) (xy 235.577795 107.202) + (xy 235.6 107.204187) (xy 235.622205 107.202) (xy 235.688607 107.19546) (xy 235.77381 107.169614) (xy 235.852333 107.127643) + (xy 235.890097 107.096651) (xy 235.90005 107.12068) (xy 235.97414 107.231563) (xy 236.068437 107.32586) (xy 236.17932 107.39995) + (xy 236.302526 107.450984) (xy 236.433321 107.477) (xy 236.566679 107.477) (xy 236.697474 107.450984) (xy 236.82068 107.39995) + (xy 236.931563 107.32586) (xy 237.02586 107.231563) (xy 237.09995 107.12068) (xy 237.150984 106.997474) (xy 237.177 106.866679) + (xy 237.177 106.762223) (xy 238.448001 105.491224) (xy 238.448001 106.512775) (xy 237.012777 107.948) (xy 158.605423 107.948) + (xy 158.531563 107.87414) (xy 158.42068 107.80005) (xy 158.297474 107.749016) (xy 158.166679 107.723) (xy 158.033321 107.723) + (xy 157.902526 107.749016) (xy 157.77932 107.80005) (xy 157.668437 107.87414) (xy 157.57414 107.968437) (xy 157.50005 108.07932) + (xy 157.449016 108.202526) (xy 157.423 108.333321) (xy 157.423 108.466679) (xy 157.449016 108.597474) (xy 157.50005 108.72068) + (xy 157.57414 108.831563) (xy 157.668437 108.92586) (xy 157.77932 108.99995) (xy 157.902526 109.050984) (xy 158.033321 109.077) + (xy 158.166679 109.077) (xy 158.297474 109.050984) (xy 158.42068 108.99995) (xy 158.531563 108.92586) (xy 158.605423 108.852) + (xy 233.571176 108.852) (xy 233.571176 110.51) (xy 233.578455 110.583905) (xy 233.600012 110.65497) (xy 233.635019 110.720463) + (xy 233.682131 110.777869) (xy 233.739537 110.824981) (xy 233.80503 110.859988) (xy 233.876095 110.881545) (xy 233.95 110.888824) + (xy 234.11338 110.888824) (xy 233.918645 111.004822) (xy 233.702412 111.199731) (xy 233.528359 111.43308) (xy 233.403175 111.695901) + (xy 233.358524 111.84311) (xy 233.479845 112.073) (xy 234.673 112.073) (xy 234.673 112.053) (xy 234.927 112.053) + (xy 234.927 112.073) (xy 236.120155 112.073) (xy 236.241476 111.84311) (xy 236.196825 111.695901) (xy 236.071641 111.43308) + (xy 235.897588 111.199731) (xy 235.681355 111.004822) (xy 235.48662 110.888824) (xy 235.65 110.888824) (xy 235.723905 110.881545) + (xy 235.79497 110.859988) (xy 235.860463 110.824981) (xy 235.917869 110.777869) (xy 235.964981 110.720463) (xy 235.999988 110.65497) + (xy 236.021545 110.583905) (xy 236.028824 110.51) (xy 236.028824 108.852) (xy 237.177795 108.852) (xy 237.2 108.854187) + (xy 237.222205 108.852) (xy 237.288607 108.84546) (xy 237.37381 108.819614) (xy 237.452333 108.777643) (xy 237.521159 108.721159) + (xy 237.535323 108.7039) (xy 239.203905 107.035319) (xy 239.221159 107.021159) (xy 239.277643 106.952333) (xy 239.319614 106.87381) + (xy 239.34546 106.788607) (xy 239.354187 106.700001) (xy 239.352 106.677796) (xy 239.352 75.922205) (xy 239.354187 75.9) + (xy 239.34546 75.811392) (xy 239.319614 75.72619) (xy 239.303377 75.695813) (xy 239.277643 75.647667) (xy 239.221159 75.578841) + (xy 239.203906 75.564682) (xy 232.152 68.512777) (xy 232.152 56.722205) (xy 232.154187 56.7) (xy 232.14546 56.611392) + (xy 232.119614 56.52619) (xy 232.116924 56.521158) (xy 232.077643 56.447667) (xy 232.021159 56.378841) (xy 232.003905 56.364681) + (xy 230.365323 54.7261) (xy 230.351159 54.708841) (xy 230.282333 54.652357) (xy 230.20381 54.610386) (xy 230.118607 54.58454) + (xy 230.052205 54.578) (xy 230.03 54.575813) (xy 230.007795 54.578) (xy 225.849453 54.578) (xy 225.860537 54.564494) + (xy 225.919502 54.45418) (xy 225.955812 54.334482) (xy 225.968072 54.21) (xy 225.965 54.04575) (xy 225.80625 53.887) + (xy 224.457 53.887) (xy 224.457 53.907) (xy 224.203 53.907) (xy 224.203 53.887) (xy 222.85375 53.887) + (xy 222.695 54.04575) (xy 222.691928 54.21) (xy 222.704188 54.334482) (xy 222.740498 54.45418) (xy 222.799463 54.564494) + (xy 222.878815 54.661185) (xy 222.951176 54.72057) (xy 222.951176 55.48) (xy 222.958455 55.553905) (xy 222.980012 55.62497) + (xy 223.001409 55.665) (xy 222.980012 55.70503) (xy 222.958455 55.776095) (xy 222.951176 55.85) (xy 222.951176 56.75) + (xy 222.958455 56.823905) (xy 222.980012 56.89497) (xy 223.001409 56.935) (xy 222.980012 56.97503) (xy 222.958455 57.046095) + (xy 222.951176 57.12) (xy 222.951176 58.02) (xy 222.958455 58.093905) (xy 222.980012 58.16497) (xy 223.001409 58.205) + (xy 222.980012 58.24503) (xy 222.958455 58.316095) (xy 222.951176 58.39) (xy 222.951176 59.29) (xy 222.958455 59.363905) + (xy 222.980012 59.43497) (xy 223.001409 59.475) (xy 222.980012 59.51503) (xy 222.958455 59.586095) (xy 222.951176 59.66) + (xy 222.951176 60.56) (xy 222.958455 60.633905) (xy 222.980012 60.70497) (xy 223.001409 60.745) (xy 222.980012 60.78503) + (xy 222.958455 60.856095) (xy 222.951176 60.93) (xy 222.951176 61.83) (xy 222.958455 61.903905) (xy 222.980012 61.97497) + (xy 223.001409 62.015) (xy 222.980012 62.05503) (xy 222.958455 62.126095) (xy 222.951176 62.2) (xy 222.951176 63.1) + (xy 222.958455 63.173905) (xy 222.980012 63.24497) (xy 223.001409 63.285) (xy 222.980012 63.32503) (xy 222.958455 63.396095) + (xy 222.951176 63.47) (xy 222.951176 64.37) (xy 222.958455 64.443905) (xy 222.980012 64.51497) (xy 223.001409 64.555) + (xy 222.980012 64.59503) (xy 222.958455 64.666095) (xy 222.951176 64.74) (xy 222.951176 65.64) (xy 222.958455 65.713905) + (xy 222.980012 65.78497) (xy 223.001409 65.825) (xy 222.980012 65.86503) (xy 222.958455 65.936095) (xy 222.951176 66.01) + (xy 222.951176 66.91) (xy 222.958455 66.983905) (xy 222.980012 67.05497) (xy 223.001409 67.095) (xy 222.980012 67.13503) + (xy 222.958455 67.206095) (xy 222.951176 67.28) (xy 222.951176 68.18) (xy 222.958455 68.253905) (xy 222.980012 68.32497) + (xy 223.001409 68.365) (xy 222.980012 68.40503) (xy 222.958455 68.476095) (xy 222.951176 68.55) (xy 222.951176 69.45) + (xy 222.958455 69.523905) (xy 222.980012 69.59497) (xy 223.001409 69.635) (xy 222.980012 69.67503) (xy 222.958455 69.746095) + (xy 222.951176 69.82) (xy 222.951176 70.72) (xy 222.958455 70.793905) (xy 222.980012 70.86497) (xy 223.015019 70.930463) + (xy 223.062131 70.987869) (xy 223.119537 71.034981) (xy 223.18503 71.069988) (xy 223.256095 71.091545) (xy 223.33 71.098824) + (xy 225.33 71.098824) (xy 225.403905 71.091545) (xy 225.448 71.078169) (xy 225.448001 80.594576) (xy 225.37414 80.668437) + (xy 225.30005 80.77932) (xy 225.249016 80.902526) (xy 225.223 81.033321) (xy 225.223 81.166679) (xy 225.249016 81.297474) + (xy 225.30005 81.42068) (xy 225.37414 81.531563) (xy 225.468437 81.62586) (xy 225.57932 81.69995) (xy 225.702526 81.750984) + (xy 225.833321 81.777) (xy 225.966679 81.777) (xy 226.048 81.760825) (xy 226.048001 95.912775) (xy 222.177 99.783777) + (xy 222.177 99.733321) (xy 222.150984 99.602526) (xy 222.09995 99.47932) (xy 222.02586 99.368437) (xy 221.952 99.294577) + (xy 221.952 86.305423) (xy 222.02586 86.231563) (xy 222.09995 86.12068) (xy 222.150984 85.997474) (xy 222.177 85.866679) + (xy 222.177 85.733321) (xy 222.150984 85.602526) (xy 222.09995 85.47932) (xy 222.02586 85.368437) (xy 221.931563 85.27414) + (xy 221.82068 85.20005) (xy 221.697474 85.149016) (xy 221.566679 85.123) (xy 221.433321 85.123) (xy 221.302526 85.149016) + (xy 221.17932 85.20005) (xy 221.152 85.218305) (xy 221.152 79.622204) (xy 221.154187 79.599999) (xy 221.14546 79.511392) + (xy 221.139444 79.491562) (xy 221.119614 79.42619) (xy 221.077643 79.347667) (xy 221.021159 79.278841) (xy 221.00391 79.264686) + (xy 219.141223 77.402) (xy 222.594577 77.402) (xy 222.668437 77.47586) (xy 222.77932 77.54995) (xy 222.902526 77.600984) + (xy 223.033321 77.627) (xy 223.166679 77.627) (xy 223.297474 77.600984) (xy 223.42068 77.54995) (xy 223.531563 77.47586) + (xy 223.62586 77.381563) (xy 223.69995 77.27068) (xy 223.750984 77.147474) (xy 223.777 77.016679) (xy 223.777 77.016224) + (xy 223.948001 77.187225) (xy 223.948 89.594577) (xy 223.87414 89.668437) (xy 223.80005 89.77932) (xy 223.749016 89.902526) + (xy 223.723 90.033321) (xy 223.723 90.166679) (xy 223.749016 90.297474) (xy 223.80005 90.42068) (xy 223.87414 90.531563) + (xy 223.968437 90.62586) (xy 224.07932 90.69995) (xy 224.202526 90.750984) (xy 224.333321 90.777) (xy 224.466679 90.777) + (xy 224.597474 90.750984) (xy 224.72068 90.69995) (xy 224.831563 90.62586) (xy 224.92586 90.531563) (xy 224.99995 90.42068) + (xy 225.050984 90.297474) (xy 225.077 90.166679) (xy 225.077 90.033321) (xy 225.050984 89.902526) (xy 224.99995 89.77932) + (xy 224.92586 89.668437) (xy 224.852 89.594577) (xy 224.852 77.022205) (xy 224.854187 77) (xy 224.84546 76.911392) + (xy 224.819614 76.82619) (xy 224.795685 76.781422) (xy 224.777643 76.747667) (xy 224.721159 76.678841) (xy 224.703905 76.664681) + (xy 223.635323 75.5961) (xy 223.621159 75.578841) (xy 223.552333 75.522357) (xy 223.47381 75.480386) (xy 223.388607 75.45454) + (xy 223.322205 75.448) (xy 223.3 75.445813) (xy 223.277795 75.448) (xy 220.504678 75.448) (xy 220.62068 75.39995) + (xy 220.731563 75.32586) (xy 220.82586 75.231563) (xy 220.89995 75.12068) (xy 220.950984 74.997474) (xy 220.977 74.866679) + (xy 220.977 74.733321) (xy 220.950984 74.602526) (xy 220.89995 74.47932) (xy 220.82586 74.368437) (xy 220.731563 74.27414) + (xy 220.727 74.271091) (xy 220.727 72.648627) (xy 220.798905 72.641545) (xy 220.86997 72.619988) (xy 220.91 72.598591) + (xy 220.95003 72.619988) (xy 221.021095 72.641545) (xy 221.093001 72.648627) (xy 221.093001 73.457727) (xy 221.068437 73.47414) + (xy 220.97414 73.568437) (xy 220.90005 73.67932) (xy 220.849016 73.802526) (xy 220.823 73.933321) (xy 220.823 74.066679) + (xy 220.849016 74.197474) (xy 220.90005 74.32068) (xy 220.97414 74.431563) (xy 221.068437 74.52586) (xy 221.17932 74.59995) + (xy 221.302526 74.650984) (xy 221.433321 74.677) (xy 221.566679 74.677) (xy 221.697474 74.650984) (xy 221.82068 74.59995) + (xy 221.931563 74.52586) (xy 222.02586 74.431563) (xy 222.09995 74.32068) (xy 222.150984 74.197474) (xy 222.177 74.066679) + (xy 222.177 73.933321) (xy 222.150984 73.802526) (xy 222.09995 73.67932) (xy 222.02586 73.568437) (xy 221.997 73.539577) + (xy 221.997 72.648627) (xy 222.068905 72.641545) (xy 222.13997 72.619988) (xy 222.205463 72.584981) (xy 222.262869 72.537869) + (xy 222.309981 72.480463) (xy 222.344988 72.41497) (xy 222.366545 72.343905) (xy 222.373824 72.27) (xy 222.373824 70.27) + (xy 222.366545 70.196095) (xy 222.344988 70.12503) (xy 222.309981 70.059537) (xy 222.262869 70.002131) (xy 222.205463 69.955019) + (xy 222.13997 69.920012) (xy 222.068905 69.898455) (xy 221.995 69.891176) (xy 221.095 69.891176) (xy 221.021095 69.898455) + (xy 220.95003 69.920012) (xy 220.91 69.941409) (xy 220.86997 69.920012) (xy 220.798905 69.898455) (xy 220.725 69.891176) + (xy 219.825 69.891176) (xy 219.751095 69.898455) (xy 219.68003 69.920012) (xy 219.64 69.941409) (xy 219.59997 69.920012) + (xy 219.528905 69.898455) (xy 219.455 69.891176) (xy 218.555 69.891176) (xy 218.481095 69.898455) (xy 218.41003 69.920012) + (xy 218.37 69.941409) (xy 218.32997 69.920012) (xy 218.258905 69.898455) (xy 218.185 69.891176) (xy 217.285 69.891176) + (xy 217.211095 69.898455) (xy 217.14003 69.920012) (xy 217.1 69.941409) (xy 217.05997 69.920012) (xy 216.988905 69.898455) + (xy 216.915 69.891176) (xy 216.015 69.891176) (xy 215.941095 69.898455) (xy 215.87003 69.920012) (xy 215.83 69.941409) + (xy 215.78997 69.920012) (xy 215.718905 69.898455) (xy 215.645 69.891176) (xy 214.745 69.891176) (xy 214.671095 69.898455) + (xy 214.60003 69.920012) (xy 214.56 69.941409) (xy 214.51997 69.920012) (xy 214.448905 69.898455) (xy 214.375 69.891176) + (xy 213.475 69.891176) (xy 213.401095 69.898455) (xy 213.33003 69.920012) (xy 213.29 69.941409) (xy 213.24997 69.920012) + (xy 213.178905 69.898455) (xy 213.105 69.891176) (xy 212.205 69.891176) (xy 212.131095 69.898455) (xy 212.06003 69.920012) + (xy 212.02 69.941409) (xy 211.97997 69.920012) (xy 211.908905 69.898455) (xy 211.835 69.891176) (xy 211.07557 69.891176) + (xy 211.016185 69.818815) (xy 210.919494 69.739463) (xy 210.80918 69.680498) (xy 210.689482 69.644188) (xy 210.565 69.631928) + (xy 210.40075 69.635) (xy 210.242 69.79375) (xy 210.242 71.143) (xy 210.262 71.143) (xy 210.262 71.397) + (xy 210.242 71.397) (xy 210.242 72.74625) (xy 210.40075 72.905) (xy 210.565 72.908072) (xy 210.689482 72.895812) + (xy 210.80918 72.859502) (xy 210.919494 72.800537) (xy 210.948 72.777142) (xy 210.948 73.744577) (xy 210.87414 73.818437) + (xy 210.80005 73.92932) (xy 210.749016 74.052526) (xy 210.723 74.183321) (xy 210.723 74.316679) (xy 210.749016 74.447474) + (xy 210.80005 74.57068) (xy 210.87414 74.681563) (xy 210.968437 74.77586) (xy 211.07932 74.84995) (xy 211.202526 74.900984) + (xy 211.333321 74.927) (xy 211.466679 74.927) (xy 211.597474 74.900984) (xy 211.72068 74.84995) (xy 211.831563 74.77586) + (xy 211.92586 74.681563) (xy 211.99995 74.57068) (xy 212.050984 74.447474) (xy 212.077 74.316679) (xy 212.077 74.183321) + (xy 212.050984 74.052526) (xy 211.99995 73.92932) (xy 211.92586 73.818437) (xy 211.852 73.744577) (xy 211.852 72.64715) + (xy 211.908905 72.641545) (xy 211.97997 72.619988) (xy 212.02 72.598591) (xy 212.06003 72.619988) (xy 212.131095 72.641545) + (xy 212.205 72.648824) (xy 213.105 72.648824) (xy 213.178905 72.641545) (xy 213.24997 72.619988) (xy 213.29 72.598591) + (xy 213.33003 72.619988) (xy 213.401095 72.641545) (xy 213.475 72.648824) (xy 214.375 72.648824) (xy 214.448905 72.641545) + (xy 214.51997 72.619988) (xy 214.56 72.598591) (xy 214.60003 72.619988) (xy 214.671095 72.641545) (xy 214.745 72.648824) + (xy 215.645 72.648824) (xy 215.718905 72.641545) (xy 215.78997 72.619988) (xy 215.83 72.598591) (xy 215.87003 72.619988) + (xy 215.941095 72.641545) (xy 216.015 72.648824) (xy 216.915 72.648824) (xy 216.988905 72.641545) (xy 217.05997 72.619988) + (xy 217.1 72.598591) (xy 217.14003 72.619988) (xy 217.211095 72.641545) (xy 217.285 72.648824) (xy 218.185 72.648824) + (xy 218.258905 72.641545) (xy 218.32997 72.619988) (xy 218.37 72.598591) (xy 218.41003 72.619988) (xy 218.481095 72.641545) + (xy 218.555 72.648824) (xy 219.455 72.648824) (xy 219.528905 72.641545) (xy 219.59997 72.619988) (xy 219.64 72.598591) + (xy 219.68003 72.619988) (xy 219.751095 72.641545) (xy 219.823 72.648627) (xy 219.823001 74.319576) (xy 219.77414 74.368437) + (xy 219.70005 74.47932) (xy 219.649016 74.602526) (xy 219.623 74.733321) (xy 219.623 74.866679) (xy 219.649016 74.997474) + (xy 219.70005 75.12068) (xy 219.77414 75.231563) (xy 219.868437 75.32586) (xy 219.97932 75.39995) (xy 220.095322 75.448) + (xy 203.737224 75.448) (xy 202.044395 73.755172) (xy 202.044395 67.774848) (xy 202.907244 66.912) (xy 205.951373 66.912) + (xy 205.958455 66.983905) (xy 205.980012 67.05497) (xy 206.001409 67.095) (xy 205.980012 67.13503) (xy 205.958455 67.206095) + (xy 205.951373 67.278) (xy 203.692204 67.278) (xy 203.669999 67.275813) (xy 203.581392 67.28454) (xy 203.49619 67.310386) + (xy 203.417667 67.352357) (xy 203.348841 67.408841) (xy 203.334685 67.42609) (xy 203.037776 67.723) (xy 202.933321 67.723) + (xy 202.802526 67.749016) (xy 202.67932 67.80005) (xy 202.568437 67.87414) (xy 202.47414 67.968437) (xy 202.40005 68.07932) + (xy 202.349016 68.202526) (xy 202.323 68.333321) (xy 202.323 68.466679) (xy 202.349016 68.597474) (xy 202.40005 68.72068) + (xy 202.47414 68.831563) (xy 202.568437 68.92586) (xy 202.67932 68.99995) (xy 202.802526 69.050984) (xy 202.933321 69.077) + (xy 203.066679 69.077) (xy 203.197474 69.050984) (xy 203.32068 68.99995) (xy 203.431563 68.92586) (xy 203.52586 68.831563) + (xy 203.59995 68.72068) (xy 203.650984 68.597474) (xy 203.677 68.466679) (xy 203.677 68.362224) (xy 203.857225 68.182) + (xy 205.951373 68.182) (xy 205.958455 68.253905) (xy 205.980012 68.32497) (xy 206.001409 68.365) (xy 205.980012 68.40503) + (xy 205.958455 68.476095) (xy 205.951373 68.548) (xy 205.622204 68.548) (xy 205.599999 68.545813) (xy 205.511392 68.55454) + (xy 205.491562 68.560556) (xy 205.42619 68.580386) (xy 205.347667 68.622357) (xy 205.278841 68.678841) (xy 205.264685 68.69609) + (xy 204.396096 69.564681) (xy 204.378842 69.578841) (xy 204.342602 69.623) (xy 204.322358 69.647667) (xy 204.280386 69.726191) + (xy 204.25454 69.811393) (xy 204.245813 69.9) (xy 204.248001 69.922215) (xy 204.248 71.394577) (xy 204.17414 71.468437) + (xy 204.10005 71.57932) (xy 204.049016 71.702526) (xy 204.023 71.833321) (xy 204.023 71.966679) (xy 204.049016 72.097474) + (xy 204.10005 72.22068) (xy 204.17414 72.331563) (xy 204.268437 72.42586) (xy 204.37932 72.49995) (xy 204.502526 72.550984) + (xy 204.633321 72.577) (xy 204.766679 72.577) (xy 204.897474 72.550984) (xy 205.02068 72.49995) (xy 205.131563 72.42586) + (xy 205.22586 72.331563) (xy 205.266995 72.27) (xy 209.026928 72.27) (xy 209.039188 72.394482) (xy 209.075498 72.51418) + (xy 209.134463 72.624494) (xy 209.213815 72.721185) (xy 209.310506 72.800537) (xy 209.42082 72.859502) (xy 209.540518 72.895812) + (xy 209.665 72.908072) (xy 209.82925 72.905) (xy 209.988 72.74625) (xy 209.988 71.397) (xy 209.18875 71.397) + (xy 209.03 71.55575) (xy 209.026928 72.27) (xy 205.266995 72.27) (xy 205.29995 72.22068) (xy 205.350984 72.097474) + (xy 205.377 71.966679) (xy 205.377 71.833321) (xy 205.350984 71.702526) (xy 205.29995 71.57932) (xy 205.22586 71.468437) + (xy 205.152 71.394577) (xy 205.152 70.881695) (xy 205.17932 70.89995) (xy 205.302526 70.950984) (xy 205.433321 70.977) + (xy 205.566679 70.977) (xy 205.697474 70.950984) (xy 205.82068 70.89995) (xy 205.931563 70.82586) (xy 205.959633 70.79779) + (xy 205.980012 70.86497) (xy 206.015019 70.930463) (xy 206.062131 70.987869) (xy 206.119537 71.034981) (xy 206.18503 71.069988) + (xy 206.256095 71.091545) (xy 206.33 71.098824) (xy 208.33 71.098824) (xy 208.403905 71.091545) (xy 208.47497 71.069988) + (xy 208.540463 71.034981) (xy 208.597869 70.987869) (xy 208.644981 70.930463) (xy 208.679988 70.86497) (xy 208.701545 70.793905) + (xy 208.708824 70.72) (xy 208.708824 70.27) (xy 209.026928 70.27) (xy 209.03 70.98425) (xy 209.18875 71.143) + (xy 209.988 71.143) (xy 209.988 69.79375) (xy 209.82925 69.635) (xy 209.665 69.631928) (xy 209.540518 69.644188) + (xy 209.42082 69.680498) (xy 209.310506 69.739463) (xy 209.213815 69.818815) (xy 209.134463 69.915506) (xy 209.075498 70.02582) + (xy 209.039188 70.145518) (xy 209.026928 70.27) (xy 208.708824 70.27) (xy 208.708824 69.82) (xy 208.701545 69.746095) + (xy 208.679988 69.67503) (xy 208.658591 69.635) (xy 208.679988 69.59497) (xy 208.701545 69.523905) (xy 208.708824 69.45) + (xy 208.708824 68.55) (xy 208.701545 68.476095) (xy 208.679988 68.40503) (xy 208.658591 68.365) (xy 208.679988 68.32497) + (xy 208.701545 68.253905) (xy 208.708824 68.18) (xy 208.708824 67.28) (xy 208.701545 67.206095) (xy 208.679988 67.13503) + (xy 208.658591 67.095) (xy 208.679988 67.05497) (xy 208.701545 66.983905) (xy 208.708824 66.91) (xy 208.708824 66.01) + (xy 208.701545 65.936095) (xy 208.679988 65.86503) (xy 208.658591 65.825) (xy 208.679988 65.78497) (xy 208.701545 65.713905) + (xy 208.708824 65.64) (xy 208.708824 64.74) (xy 208.701545 64.666095) (xy 208.679988 64.59503) (xy 208.658591 64.555) + (xy 208.679988 64.51497) (xy 208.701545 64.443905) (xy 208.708824 64.37) (xy 208.708824 63.76) (xy 211.691928 63.76) + (xy 211.704188 63.884482) (xy 211.740498 64.00418) (xy 211.799463 64.114494) (xy 211.878815 64.211185) (xy 211.975506 64.290537) + (xy 212.08582 64.349502) (xy 212.205518 64.385812) (xy 212.33 64.398072) (xy 214.54425 64.395) (xy 214.703 64.23625) + (xy 214.703 61.387) (xy 214.957 61.387) (xy 214.957 64.23625) (xy 215.11575 64.395) (xy 217.33 64.398072) + (xy 217.454482 64.385812) (xy 217.57418 64.349502) (xy 217.684494 64.290537) (xy 217.781185 64.211185) (xy 217.860537 64.114494) + (xy 217.919502 64.00418) (xy 217.955812 63.884482) (xy 217.968072 63.76) (xy 217.965 61.54575) (xy 217.80625 61.387) + (xy 214.957 61.387) (xy 214.703 61.387) (xy 211.85375 61.387) (xy 211.695 61.54575) (xy 211.691928 63.76) + (xy 208.708824 63.76) (xy 208.708824 63.47) (xy 208.701545 63.396095) (xy 208.679988 63.32503) (xy 208.658591 63.285) + (xy 208.679988 63.24497) (xy 208.701545 63.173905) (xy 208.708824 63.1) (xy 208.708824 62.2) (xy 208.701545 62.126095) + (xy 208.679988 62.05503) (xy 208.658591 62.015) (xy 208.679988 61.97497) (xy 208.701545 61.903905) (xy 208.708824 61.83) + (xy 208.708824 60.93) (xy 208.701545 60.856095) (xy 208.679988 60.78503) (xy 208.658591 60.745) (xy 208.679988 60.70497) + (xy 208.701545 60.633905) (xy 208.708824 60.56) (xy 208.708824 59.66) (xy 208.701545 59.586095) (xy 208.679988 59.51503) + (xy 208.658591 59.475) (xy 208.679988 59.43497) (xy 208.701545 59.363905) (xy 208.708824 59.29) (xy 208.708824 58.76) + (xy 211.691928 58.76) (xy 211.695 60.97425) (xy 211.85375 61.133) (xy 214.703 61.133) (xy 214.703 58.28375) + (xy 214.957 58.28375) (xy 214.957 61.133) (xy 217.80625 61.133) (xy 217.965 60.97425) (xy 217.968072 58.76) + (xy 217.955812 58.635518) (xy 217.919502 58.51582) (xy 217.860537 58.405506) (xy 217.781185 58.308815) (xy 217.684494 58.229463) + (xy 217.57418 58.170498) (xy 217.454482 58.134188) (xy 217.33 58.121928) (xy 215.11575 58.125) (xy 214.957 58.28375) + (xy 214.703 58.28375) (xy 214.54425 58.125) (xy 212.33 58.121928) (xy 212.205518 58.134188) (xy 212.08582 58.170498) + (xy 211.975506 58.229463) (xy 211.878815 58.308815) (xy 211.799463 58.405506) (xy 211.740498 58.51582) (xy 211.704188 58.635518) + (xy 211.691928 58.76) (xy 208.708824 58.76) (xy 208.708824 58.39) (xy 208.701545 58.316095) (xy 208.679988 58.24503) + (xy 208.658591 58.205) (xy 208.679988 58.16497) (xy 208.701545 58.093905) (xy 208.708824 58.02) (xy 208.708824 57.12) + (xy 208.701545 57.046095) (xy 208.679988 56.97503) (xy 208.658591 56.935) (xy 208.679988 56.89497) (xy 208.701545 56.823905) + (xy 208.708824 56.75) (xy 208.708824 55.85) (xy 208.701545 55.776095) (xy 208.679988 55.70503) (xy 208.658591 55.665) + (xy 208.679988 55.62497) (xy 208.701545 55.553905) (xy 208.708824 55.48) (xy 208.708824 54.72057) (xy 208.781185 54.661185) + (xy 208.860537 54.564494) (xy 208.919502 54.45418) (xy 208.955812 54.334482) (xy 208.968072 54.21) (xy 208.965 54.04575) + (xy 208.80625 53.887) (xy 207.457 53.887) (xy 207.457 53.907) (xy 207.203 53.907) (xy 207.203 53.887) + (xy 207.183 53.887) (xy 207.183 53.633) (xy 207.203 53.633) (xy 207.203 53.613) (xy 207.457 53.613) + (xy 207.457 53.633) (xy 208.80625 53.633) (xy 208.965 53.47425) (xy 208.968072 53.31) (xy 208.955812 53.185518) + (xy 208.938061 53.127) (xy 222.721939 53.127) (xy 222.704188 53.185518) (xy 222.691928 53.31) (xy 222.695 53.47425) + (xy 222.85375 53.633) (xy 224.203 53.633) (xy 224.203 53.613) (xy 224.457 53.613) (xy 224.457 53.633) + (xy 225.80625 53.633) (xy 225.965 53.47425) (xy 225.968072 53.31) (xy 225.955812 53.185518) (xy 225.938061 53.127) + (xy 239.373 53.127) (xy 239.373001 139.972063) (xy 239.301434 140.77395) (xy 239.177 141.228808) (xy 239.177 140.687093) + (xy 239.05491 140.073303) (xy 238.815421 139.495126) (xy 238.467737 138.974781) (xy 238.025219 138.532263) (xy 237.504874 138.184579) + (xy 236.926697 137.94509) (xy 236.312907 137.823) (xy 235.687093 137.823) (xy 235.073303 137.94509) (xy 234.495126 138.184579) + (xy 233.974781 138.532263) (xy 233.532263 138.974781) (xy 233.184579 139.495126) (xy 232.94509 140.073303) (xy 232.823 140.687093) + (xy 232.823 141.312907) (xy 232.94509 141.926697) (xy 233.184579 142.504874) (xy 233.532263 143.025219) (xy 233.974781 143.467737) + (xy 234.495126 143.815421) (xy 235.073303 144.05491) (xy 235.687093 144.177) (xy 236.249184 144.177) (xy 235.633632 144.324781) + (xy 234.977012 144.373) (xy 145.027926 144.373) (xy 144.22605 144.301434) (xy 143.771192 144.177) (xy 144.312907 144.177) + (xy 144.926697 144.05491) (xy 145.504874 143.815421) (xy 146.025219 143.467737) (xy 146.467737 143.025219) (xy 146.554861 142.894828) + (xy 147.412167 142.894828) (xy 147.412167 143.105172) (xy 147.453203 143.311475) (xy 147.533698 143.505809) (xy 147.65056 143.680704) + (xy 147.799296 143.82944) (xy 147.974191 143.946302) (xy 148.168525 144.026797) (xy 148.374828 144.067833) (xy 148.585172 144.067833) + (xy 148.791475 144.026797) (xy 148.985809 143.946302) (xy 149.160704 143.82944) (xy 149.30944 143.680704) (xy 149.426302 143.505809) + (xy 149.506797 143.311475) (xy 149.547833 143.105172) (xy 149.547833 142.894828) (xy 149.506797 142.688525) (xy 149.426302 142.494191) + (xy 149.30944 142.319296) (xy 149.160704 142.17056) (xy 149.129935 142.15) (xy 221.111928 142.15) (xy 221.124188 142.274482) + (xy 221.160498 142.39418) (xy 221.219463 142.504494) (xy 221.298815 142.601185) (xy 221.395506 142.680537) (xy 221.50582 142.739502) + (xy 221.625518 142.775812) (xy 221.75 142.788072) (xy 221.81425 142.785) (xy 221.973 142.62625) (xy 221.973 141.627) + (xy 222.227 141.627) (xy 222.227 142.62625) (xy 222.38575 142.785) (xy 222.45 142.788072) (xy 222.574482 142.775812) + (xy 222.69418 142.739502) (xy 222.804494 142.680537) (xy 222.901185 142.601185) (xy 222.980537 142.504494) (xy 223.039502 142.39418) + (xy 223.075812 142.274482) (xy 223.088072 142.15) (xy 223.085 141.78575) (xy 222.92625 141.627) (xy 222.227 141.627) + (xy 221.973 141.627) (xy 221.27375 141.627) (xy 221.115 141.78575) (xy 221.111928 142.15) (xy 149.129935 142.15) + (xy 148.985809 142.053698) (xy 148.791475 141.973203) (xy 148.585172 141.932167) (xy 148.374828 141.932167) (xy 148.168525 141.973203) + (xy 147.974191 142.053698) (xy 147.799296 142.17056) (xy 147.65056 142.319296) (xy 147.533698 142.494191) (xy 147.453203 142.688525) + (xy 147.412167 142.894828) (xy 146.554861 142.894828) (xy 146.815421 142.504874) (xy 147.05491 141.926697) (xy 147.177 141.312907) + (xy 147.177 140.85) (xy 221.111928 140.85) (xy 221.115 141.21425) (xy 221.27375 141.373) (xy 221.973 141.373) + (xy 221.973 140.37375) (xy 222.227 140.37375) (xy 222.227 141.373) (xy 222.92625 141.373) (xy 223.085 141.21425) + (xy 223.088072 140.85) (xy 225.021176 140.85) (xy 225.021176 142.15) (xy 225.028455 142.223905) (xy 225.050012 142.29497) + (xy 225.085019 142.360463) (xy 225.132131 142.417869) (xy 225.189537 142.464981) (xy 225.25503 142.499988) (xy 225.326095 142.521545) + (xy 225.4 142.528824) (xy 226.1 142.528824) (xy 226.173905 142.521545) (xy 226.24497 142.499988) (xy 226.310463 142.464981) + (xy 226.367869 142.417869) (xy 226.414981 142.360463) (xy 226.449988 142.29497) (xy 226.471545 142.223905) (xy 226.478824 142.15) + (xy 226.478824 141.916934) (xy 226.552333 141.877643) (xy 226.621159 141.821159) (xy 226.635323 141.8039) (xy 229.162225 139.277) + (xy 229.266679 139.277) (xy 229.397474 139.250984) (xy 229.52068 139.19995) (xy 229.631563 139.12586) (xy 229.72586 139.031563) + (xy 229.79995 138.92068) (xy 229.850984 138.797474) (xy 229.877 138.666679) (xy 229.877 138.533321) (xy 229.850984 138.402526) + (xy 229.79995 138.27932) (xy 229.72586 138.168437) (xy 229.631563 138.07414) (xy 229.52068 138.00005) (xy 229.397474 137.949016) + (xy 229.266679 137.923) (xy 229.133321 137.923) (xy 229.002526 137.949016) (xy 228.87932 138.00005) (xy 228.768437 138.07414) + (xy 228.67414 138.168437) (xy 228.60005 138.27932) (xy 228.549016 138.402526) (xy 228.523 138.533321) (xy 228.523 138.637775) + (xy 226.451328 140.709448) (xy 226.449988 140.70503) (xy 226.414981 140.639537) (xy 226.367869 140.582131) (xy 226.310463 140.535019) + (xy 226.24497 140.500012) (xy 226.173905 140.478455) (xy 226.1 140.471176) (xy 225.4 140.471176) (xy 225.326095 140.478455) + (xy 225.25503 140.500012) (xy 225.189537 140.535019) (xy 225.132131 140.582131) (xy 225.085019 140.639537) (xy 225.050012 140.70503) + (xy 225.028455 140.776095) (xy 225.021176 140.85) (xy 223.088072 140.85) (xy 223.075812 140.725518) (xy 223.039502 140.60582) + (xy 222.980537 140.495506) (xy 222.901185 140.398815) (xy 222.804494 140.319463) (xy 222.69418 140.260498) (xy 222.574482 140.224188) + (xy 222.45 140.211928) (xy 222.38575 140.215) (xy 222.227 140.37375) (xy 221.973 140.37375) (xy 221.81425 140.215) + (xy 221.75 140.211928) (xy 221.625518 140.224188) (xy 221.50582 140.260498) (xy 221.395506 140.319463) (xy 221.298815 140.398815) + (xy 221.219463 140.495506) (xy 221.160498 140.60582) (xy 221.124188 140.725518) (xy 221.111928 140.85) (xy 147.177 140.85) + (xy 147.177 140.687093) (xy 147.05491 140.073303) (xy 147.003837 139.95) (xy 178.511928 139.95) (xy 178.524188 140.074482) + (xy 178.560498 140.19418) (xy 178.619463 140.304494) (xy 178.698815 140.401185) (xy 178.795506 140.480537) (xy 178.90582 140.539502) + (xy 179.025518 140.575812) (xy 179.15 140.588072) (xy 179.31425 140.585) (xy 179.473 140.42625) (xy 179.473 139.677) + (xy 179.727 139.677) (xy 179.727 140.42625) (xy 179.88575 140.585) (xy 180.05 140.588072) (xy 180.174482 140.575812) + (xy 180.29418 140.539502) (xy 180.404494 140.480537) (xy 180.501185 140.401185) (xy 180.580537 140.304494) (xy 180.639502 140.19418) + (xy 180.675812 140.074482) (xy 180.688072 139.95) (xy 180.685 139.83575) (xy 180.52625 139.677) (xy 179.727 139.677) + (xy 179.473 139.677) (xy 178.67375 139.677) (xy 178.515 139.83575) (xy 178.511928 139.95) (xy 147.003837 139.95) + (xy 146.815421 139.495126) (xy 146.48843 139.00575) (xy 176.645 139.00575) (xy 176.655774 139.122202) (xy 176.693559 139.241442) + (xy 176.753882 139.35102) (xy 176.834422 139.446724) (xy 176.932086 139.524876) (xy 177.043121 139.582473) (xy 177.163258 139.617301) + (xy 177.287881 139.628023) (xy 177.31425 139.625) (xy 177.473 139.46625) (xy 177.473 138.847) (xy 177.727 138.847) + (xy 177.727 139.46625) (xy 177.88575 139.625) (xy 177.912119 139.628023) (xy 178.036742 139.617301) (xy 178.156879 139.582473) + (xy 178.267914 139.524876) (xy 178.365578 139.446724) (xy 178.446118 139.35102) (xy 178.506441 139.241442) (xy 178.513765 139.218329) + (xy 178.515 139.26425) (xy 178.67375 139.423) (xy 179.473 139.423) (xy 179.473 138.67375) (xy 179.727 138.67375) + (xy 179.727 139.423) (xy 180.52625 139.423) (xy 180.685 139.26425) (xy 180.688072 139.15) (xy 180.675812 139.025518) + (xy 180.639502 138.90582) (xy 180.580537 138.795506) (xy 180.501185 138.698815) (xy 180.404494 138.619463) (xy 180.29418 138.560498) + (xy 180.174482 138.524188) (xy 180.05 138.511928) (xy 179.88575 138.515) (xy 179.727 138.67375) (xy 179.473 138.67375) + (xy 179.31425 138.515) (xy 179.15 138.511928) (xy 179.025518 138.524188) (xy 178.90582 138.560498) (xy 178.795506 138.619463) + (xy 178.698815 138.698815) (xy 178.619463 138.795506) (xy 178.560498 138.90582) (xy 178.53596 138.98671) (xy 178.39625 138.847) + (xy 177.727 138.847) (xy 177.473 138.847) (xy 176.80375 138.847) (xy 176.645 139.00575) (xy 146.48843 139.00575) + (xy 146.467737 138.974781) (xy 146.025219 138.532263) (xy 145.878533 138.43425) (xy 176.645 138.43425) (xy 176.80375 138.593) + (xy 177.473 138.593) (xy 177.473 138.573) (xy 177.727 138.573) (xy 177.727 138.593) (xy 178.39625 138.593) + (xy 178.555 138.43425) (xy 178.544226 138.317798) (xy 178.531298 138.277) (xy 178.848591 138.277) (xy 178.882131 138.317869) + (xy 178.939537 138.364981) (xy 179.00503 138.399988) (xy 179.076095 138.421545) (xy 179.15 138.428824) (xy 180.05 138.428824) + (xy 180.123905 138.421545) (xy 180.19497 138.399988) (xy 180.260463 138.364981) (xy 180.317869 138.317869) (xy 180.364981 138.260463) + (xy 180.399988 138.19497) (xy 180.421545 138.123905) (xy 180.428824 138.05) (xy 180.428824 137.25) (xy 180.421545 137.176095) + (xy 180.399988 137.10503) (xy 180.364981 137.039537) (xy 180.317869 136.982131) (xy 180.260463 136.935019) (xy 180.19497 136.900012) + (xy 180.123905 136.878455) (xy 180.05 136.871176) (xy 179.15 136.871176) (xy 179.076095 136.878455) (xy 179.00503 136.900012) + (xy 178.939537 136.935019) (xy 178.882131 136.982131) (xy 178.848591 137.023) (xy 178.052 137.023) (xy 178.052 135.2) + (xy 180.621176 135.2) (xy 180.621176 136.1) (xy 180.628455 136.173905) (xy 180.650012 136.24497) (xy 180.685019 136.310463) + (xy 180.732131 136.367869) (xy 180.789537 136.414981) (xy 180.85503 136.449988) (xy 180.926095 136.471545) (xy 180.973 136.476165) + (xy 180.973001 137.867132) (xy 180.939537 137.885019) (xy 180.882131 137.932131) (xy 180.835019 137.989537) (xy 180.800012 138.05503) + (xy 180.778455 138.126095) (xy 180.771176 138.2) (xy 180.771176 139) (xy 180.778455 139.073905) (xy 180.800012 139.14497) + (xy 180.835019 139.210463) (xy 180.882131 139.267869) (xy 180.939537 139.314981) (xy 181.00503 139.349988) (xy 181.076095 139.371545) + (xy 181.15 139.378824) (xy 182.05 139.378824) (xy 182.123905 139.371545) (xy 182.19497 139.349988) (xy 182.260463 139.314981) + (xy 182.317869 139.267869) (xy 182.351409 139.227) (xy 192.869206 139.227) (xy 192.9 139.230033) (xy 192.930794 139.227) + (xy 193.022913 139.217927) (xy 193.141103 139.182075) (xy 193.250028 139.123853) (xy 193.345501 139.045501) (xy 193.365138 139.021573) + (xy 194.211578 138.175134) (xy 194.235501 138.155501) (xy 194.313853 138.060028) (xy 194.372075 137.951103) (xy 194.407927 137.832913) + (xy 194.417 137.740794) (xy 194.420033 137.710001) (xy 194.417 137.679207) (xy 194.417 137.230743) (xy 194.442254 137.220282) + (xy 194.667787 137.069586) (xy 194.859586 136.877787) (xy 195.010282 136.652254) (xy 195.114083 136.401656) (xy 195.167 136.135623) + (xy 195.167 135.864377) (xy 195.114083 135.598344) (xy 195.010282 135.347746) (xy 194.944971 135.25) (xy 221.371176 135.25) + (xy 221.371176 136.55) (xy 221.378455 136.623905) (xy 221.400012 136.69497) (xy 221.435019 136.760463) (xy 221.482131 136.817869) + (xy 221.539537 136.864981) (xy 221.60503 136.899988) (xy 221.676095 136.921545) (xy 221.75 136.928824) (xy 222.45 136.928824) + (xy 222.523905 136.921545) (xy 222.59497 136.899988) (xy 222.660463 136.864981) (xy 222.717869 136.817869) (xy 222.764981 136.760463) + (xy 222.799988 136.69497) (xy 222.821545 136.623905) (xy 222.828824 136.55) (xy 222.828824 135.25) (xy 225.021176 135.25) + (xy 225.021176 136.55) (xy 225.028455 136.623905) (xy 225.050012 136.69497) (xy 225.085019 136.760463) (xy 225.132131 136.817869) + (xy 225.189537 136.864981) (xy 225.25503 136.899988) (xy 225.326095 136.921545) (xy 225.4 136.928824) (xy 226.1 136.928824) + (xy 226.173905 136.921545) (xy 226.24497 136.899988) (xy 226.310463 136.864981) (xy 226.367869 136.817869) (xy 226.414981 136.760463) + (xy 226.449988 136.69497) (xy 226.471545 136.623905) (xy 226.478824 136.55) (xy 226.478824 135.25) (xy 226.471545 135.176095) + (xy 226.449988 135.10503) (xy 226.414981 135.039537) (xy 226.367869 134.982131) (xy 226.310463 134.935019) (xy 226.24497 134.900012) + (xy 226.173905 134.878455) (xy 226.1 134.871176) (xy 225.4 134.871176) (xy 225.326095 134.878455) (xy 225.25503 134.900012) + (xy 225.189537 134.935019) (xy 225.132131 134.982131) (xy 225.085019 135.039537) (xy 225.050012 135.10503) (xy 225.028455 135.176095) + (xy 225.021176 135.25) (xy 222.828824 135.25) (xy 222.821545 135.176095) (xy 222.799988 135.10503) (xy 222.764981 135.039537) + (xy 222.717869 134.982131) (xy 222.660463 134.935019) (xy 222.59497 134.900012) (xy 222.523905 134.878455) (xy 222.45 134.871176) + (xy 221.75 134.871176) (xy 221.676095 134.878455) (xy 221.60503 134.900012) (xy 221.539537 134.935019) (xy 221.482131 134.982131) + (xy 221.435019 135.039537) (xy 221.400012 135.10503) (xy 221.378455 135.176095) (xy 221.371176 135.25) (xy 194.944971 135.25) + (xy 194.859586 135.122213) (xy 194.667787 134.930414) (xy 194.442254 134.779718) (xy 194.191656 134.675917) (xy 193.925623 134.623) + (xy 193.654377 134.623) (xy 193.388344 134.675917) (xy 193.137746 134.779718) (xy 192.912213 134.930414) (xy 192.720414 135.122213) + (xy 192.569718 135.347746) (xy 192.465917 135.598344) (xy 192.413 135.864377) (xy 192.413 136.135623) (xy 192.465917 136.401656) + (xy 192.569718 136.652254) (xy 192.720414 136.877787) (xy 192.912213 137.069586) (xy 193.137746 137.220282) (xy 193.163001 137.230743) + (xy 193.163001 137.450287) (xy 192.640289 137.973) (xy 182.351409 137.973) (xy 182.317869 137.932131) (xy 182.260463 137.885019) + (xy 182.227 137.867133) (xy 182.227 136.476165) (xy 182.273905 136.471545) (xy 182.34497 136.449988) (xy 182.410463 136.414981) + (xy 182.467869 136.367869) (xy 182.514981 136.310463) (xy 182.549988 136.24497) (xy 182.571545 136.173905) (xy 182.578824 136.1) + (xy 182.578824 135.2) (xy 182.571545 135.126095) (xy 182.549988 135.05503) (xy 182.514981 134.989537) (xy 182.467869 134.932131) + (xy 182.410463 134.885019) (xy 182.34497 134.850012) (xy 182.273905 134.828455) (xy 182.2 134.821176) (xy 181 134.821176) + (xy 180.926095 134.828455) (xy 180.85503 134.850012) (xy 180.789537 134.885019) (xy 180.732131 134.932131) (xy 180.685019 134.989537) + (xy 180.650012 135.05503) (xy 180.628455 135.126095) (xy 180.621176 135.2) (xy 178.052 135.2) (xy 178.052 126.055423) + (xy 178.12586 125.981563) (xy 178.19995 125.87068) (xy 178.250984 125.747474) (xy 178.277 125.616679) (xy 178.277 125.483321) + (xy 178.250984 125.352526) (xy 178.19995 125.22932) (xy 178.12586 125.118437) (xy 178.031563 125.02414) (xy 177.92068 124.95005) + (xy 177.797474 124.899016) (xy 177.666679 124.873) (xy 177.533321 124.873) (xy 177.402526 124.899016) (xy 177.27932 124.95005) + (xy 177.168437 125.02414) (xy 177.07414 125.118437) (xy 177.00005 125.22932) (xy 176.949016 125.352526) (xy 176.923 125.483321) + (xy 176.923 125.616679) (xy 176.949016 125.747474) (xy 177.00005 125.87068) (xy 177.07414 125.981563) (xy 177.148001 126.055424) + (xy 177.148 135.477795) (xy 177.148 135.622204) (xy 177.148001 135.622213) (xy 177.148 137.127901) (xy 177.129535 137.137771) + (xy 177.051672 137.201672) (xy 176.987771 137.279535) (xy 176.940289 137.368368) (xy 176.911049 137.464758) (xy 176.901176 137.565) + (xy 176.901176 137.835) (xy 176.910749 137.932198) (xy 176.834422 137.993276) (xy 176.753882 138.08898) (xy 176.693559 138.198558) + (xy 176.655774 138.317798) (xy 176.645 138.43425) (xy 145.878533 138.43425) (xy 145.504874 138.184579) (xy 144.926697 137.94509) + (xy 144.312907 137.823) (xy 143.687093 137.823) (xy 143.073303 137.94509) (xy 142.495126 138.184579) (xy 141.974781 138.532263) + (xy 141.532263 138.974781) (xy 141.184579 139.495126) (xy 140.94509 140.073303) (xy 140.823 140.687093) (xy 140.823 141.249184) + (xy 140.675219 140.633632) (xy 140.627 139.977012) (xy 140.627 110.198849) (xy 162.873 110.198849) (xy 162.873 110.401151) + (xy 162.912467 110.599565) (xy 162.989885 110.786467) (xy 163.023001 110.836029) (xy 163.023 115.30692) (xy 163.018757 115.35) + (xy 163.03569 115.521922) (xy 163.064532 115.617) (xy 163.085838 115.687236) (xy 163.167273 115.839591) (xy 163.276867 115.973133) + (xy 163.310332 116.000597) (xy 165.179403 117.869668) (xy 165.206867 117.903133) (xy 165.340408 118.012727) (xy 165.492763 118.094162) + (xy 165.658078 118.14431) (xy 165.786921 118.157) (xy 165.786922 118.157) (xy 165.829999 118.161243) (xy 165.873076 118.157) + (xy 180.723001 118.157) (xy 180.723 131.643257) (xy 180.685019 131.689537) (xy 180.650012 131.75503) (xy 180.628455 131.826095) + (xy 180.621176 131.9) (xy 180.621176 132.8) (xy 180.628455 132.873905) (xy 180.650012 132.94497) (xy 180.685019 133.010463) + (xy 180.732131 133.067869) (xy 180.789537 133.114981) (xy 180.85503 133.149988) (xy 180.926095 133.171545) (xy 181 133.178824) + (xy 181.311097 133.178824) (xy 181.428078 133.21431) (xy 181.6 133.231243) (xy 181.643079 133.227) (xy 184.286735 133.227) + (xy 185.293001 134.233266) (xy 185.293001 134.929888) (xy 185.292213 134.930414) (xy 185.100414 135.122213) (xy 184.949718 135.347746) + (xy 184.845917 135.598344) (xy 184.793 135.864377) (xy 184.793 136.135623) (xy 184.845917 136.401656) (xy 184.949718 136.652254) + (xy 185.100414 136.877787) (xy 185.292213 137.069586) (xy 185.517746 137.220282) (xy 185.768344 137.324083) (xy 186.034377 137.377) + (xy 186.305623 137.377) (xy 186.571656 137.324083) (xy 186.822254 137.220282) (xy 187.047787 137.069586) (xy 187.239586 136.877787) + (xy 187.390282 136.652254) (xy 187.494083 136.401656) (xy 187.547 136.135623) (xy 187.547 135.864377) (xy 187.494083 135.598344) + (xy 187.390282 135.347746) (xy 187.239586 135.122213) (xy 187.047787 134.930414) (xy 187.047 134.929888) (xy 187.047 133.913079) + (xy 187.051243 133.87) (xy 187.03431 133.698077) (xy 186.984162 133.532763) (xy 186.952257 133.473073) (xy 186.902727 133.380408) + (xy 186.793133 133.246867) (xy 186.759668 133.219403) (xy 185.300597 131.760332) (xy 185.273133 131.726867) (xy 185.139592 131.617273) + (xy 184.987237 131.535838) (xy 184.821922 131.48569) (xy 184.693079 131.473) (xy 184.65 131.468757) (xy 184.606921 131.473) + (xy 182.477 131.473) (xy 182.477 118.157) (xy 214.283251 118.157) (xy 214.17932 118.20005) (xy 214.068437 118.27414) + (xy 213.97414 118.368437) (xy 213.90005 118.47932) (xy 213.849016 118.602526) (xy 213.823 118.733321) (xy 213.823 118.866679) + (xy 213.849016 118.997474) (xy 213.90005 119.12068) (xy 213.97414 119.231563) (xy 214.048001 119.305424) (xy 214.048 126.877795) + (xy 214.045813 126.9) (xy 214.050935 126.952) (xy 214.05454 126.988606) (xy 214.080386 127.073809) (xy 214.122357 127.152332) + (xy 214.178841 127.221159) (xy 214.1961 127.235323) (xy 219.784686 132.823911) (xy 219.798841 132.841159) (xy 219.867667 132.897643) + (xy 219.94619 132.939614) (xy 220.011562 132.959444) (xy 220.031392 132.96546) (xy 220.119999 132.974187) (xy 220.142204 132.972) + (xy 233.659129 132.972) (xy 233.712647 133.101202) (xy 233.846927 133.302167) (xy 234.017833 133.473073) (xy 234.218798 133.607353) + (xy 234.442097 133.699847) (xy 234.679151 133.747) (xy 234.920849 133.747) (xy 235.157903 133.699847) (xy 235.381202 133.607353) + (xy 235.582167 133.473073) (xy 235.753073 133.302167) (xy 235.887353 133.101202) (xy 235.979847 132.877903) (xy 236.027 132.640849) + (xy 236.027 132.399151) (xy 235.979847 132.162097) (xy 235.887353 131.938798) (xy 235.753073 131.737833) (xy 235.582167 131.566927) + (xy 235.381202 131.432647) (xy 235.157903 131.340153) (xy 234.920849 131.293) (xy 234.679151 131.293) (xy 234.442097 131.340153) + (xy 234.218798 131.432647) (xy 234.017833 131.566927) (xy 233.846927 131.737833) (xy 233.712647 131.938798) (xy 233.659129 132.068) + (xy 220.307225 132.068) (xy 218.098376 129.859151) (xy 233.573 129.859151) (xy 233.573 130.100849) (xy 233.620153 130.337903) + (xy 233.712647 130.561202) (xy 233.846927 130.762167) (xy 234.017833 130.933073) (xy 234.218798 131.067353) (xy 234.442097 131.159847) + (xy 234.679151 131.207) (xy 234.920849 131.207) (xy 235.157903 131.159847) (xy 235.381202 131.067353) (xy 235.582167 130.933073) + (xy 235.753073 130.762167) (xy 235.887353 130.561202) (xy 235.979847 130.337903) (xy 236.027 130.100849) (xy 236.027 129.859151) + (xy 235.979847 129.622097) (xy 235.887353 129.398798) (xy 235.753073 129.197833) (xy 235.582167 129.026927) (xy 235.381202 128.892647) + (xy 235.157903 128.800153) (xy 234.920849 128.753) (xy 234.679151 128.753) (xy 234.442097 128.800153) (xy 234.218798 128.892647) + (xy 234.017833 129.026927) (xy 233.846927 129.197833) (xy 233.712647 129.398798) (xy 233.620153 129.622097) (xy 233.573 129.859151) + (xy 218.098376 129.859151) (xy 215.558375 127.319151) (xy 233.573 127.319151) (xy 233.573 127.560849) (xy 233.620153 127.797903) + (xy 233.712647 128.021202) (xy 233.846927 128.222167) (xy 234.017833 128.393073) (xy 234.218798 128.527353) (xy 234.442097 128.619847) + (xy 234.679151 128.667) (xy 234.920849 128.667) (xy 235.157903 128.619847) (xy 235.381202 128.527353) (xy 235.582167 128.393073) + (xy 235.753073 128.222167) (xy 235.887353 128.021202) (xy 235.979847 127.797903) (xy 236.027 127.560849) (xy 236.027 127.319151) + (xy 235.979847 127.082097) (xy 235.887353 126.858798) (xy 235.753073 126.657833) (xy 235.582167 126.486927) (xy 235.381202 126.352647) + (xy 235.157903 126.260153) (xy 234.920849 126.213) (xy 234.679151 126.213) (xy 234.442097 126.260153) (xy 234.218798 126.352647) + (xy 234.017833 126.486927) (xy 233.846927 126.657833) (xy 233.712647 126.858798) (xy 233.620153 127.082097) (xy 233.573 127.319151) + (xy 215.558375 127.319151) (xy 214.952 126.712777) (xy 214.952 126.433321) (xy 218.023 126.433321) (xy 218.023 126.566679) + (xy 218.049016 126.697474) (xy 218.10005 126.82068) (xy 218.17414 126.931563) (xy 218.268437 127.02586) (xy 218.37932 127.09995) + (xy 218.502526 127.150984) (xy 218.633321 127.177) (xy 218.766679 127.177) (xy 218.897474 127.150984) (xy 219.02068 127.09995) + (xy 219.131563 127.02586) (xy 219.205423 126.952) (xy 222.994577 126.952) (xy 223.068437 127.02586) (xy 223.17932 127.09995) + (xy 223.302526 127.150984) (xy 223.433321 127.177) (xy 223.566679 127.177) (xy 223.697474 127.150984) (xy 223.82068 127.09995) + (xy 223.931563 127.02586) (xy 224.02586 126.931563) (xy 224.09995 126.82068) (xy 224.150984 126.697474) (xy 224.177 126.566679) + (xy 224.177 126.433321) (xy 224.150984 126.302526) (xy 224.09995 126.17932) (xy 224.02586 126.068437) (xy 223.931563 125.97414) + (xy 223.82068 125.90005) (xy 223.697474 125.849016) (xy 223.566679 125.823) (xy 223.433321 125.823) (xy 223.302526 125.849016) + (xy 223.17932 125.90005) (xy 223.068437 125.97414) (xy 222.994577 126.048) (xy 219.205423 126.048) (xy 219.131563 125.97414) + (xy 219.02068 125.90005) (xy 218.897474 125.849016) (xy 218.766679 125.823) (xy 218.633321 125.823) (xy 218.502526 125.849016) + (xy 218.37932 125.90005) (xy 218.268437 125.97414) (xy 218.17414 126.068437) (xy 218.10005 126.17932) (xy 218.049016 126.302526) + (xy 218.023 126.433321) (xy 214.952 126.433321) (xy 214.952 124.833321) (xy 215.923 124.833321) (xy 215.923 124.966679) + (xy 215.949016 125.097474) (xy 216.00005 125.22068) (xy 216.07414 125.331563) (xy 216.168437 125.42586) (xy 216.27932 125.49995) + (xy 216.402526 125.550984) (xy 216.533321 125.577) (xy 216.666679 125.577) (xy 216.797474 125.550984) (xy 216.92068 125.49995) + (xy 217.031563 125.42586) (xy 217.105423 125.352) (xy 233.659129 125.352) (xy 233.712647 125.481202) (xy 233.846927 125.682167) + (xy 234.017833 125.853073) (xy 234.218798 125.987353) (xy 234.442097 126.079847) (xy 234.679151 126.127) (xy 234.920849 126.127) + (xy 235.157903 126.079847) (xy 235.381202 125.987353) (xy 235.582167 125.853073) (xy 235.753073 125.682167) (xy 235.887353 125.481202) + (xy 235.979847 125.257903) (xy 236.027 125.020849) (xy 236.027 124.779151) (xy 235.979847 124.542097) (xy 235.887353 124.318798) + (xy 235.753073 124.117833) (xy 235.582167 123.946927) (xy 235.381202 123.812647) (xy 235.157903 123.720153) (xy 234.920849 123.673) + (xy 234.679151 123.673) (xy 234.442097 123.720153) (xy 234.218798 123.812647) (xy 234.017833 123.946927) (xy 233.846927 124.117833) + (xy 233.712647 124.318798) (xy 233.659129 124.448) (xy 217.105423 124.448) (xy 217.031563 124.37414) (xy 216.92068 124.30005) + (xy 216.797474 124.249016) (xy 216.666679 124.223) (xy 216.533321 124.223) (xy 216.402526 124.249016) (xy 216.27932 124.30005) + (xy 216.168437 124.37414) (xy 216.07414 124.468437) (xy 216.00005 124.57932) (xy 215.949016 124.702526) (xy 215.923 124.833321) + (xy 214.952 124.833321) (xy 214.952 119.305423) (xy 215.02586 119.231563) (xy 215.09995 119.12068) (xy 215.136135 119.033321) + (xy 219.023 119.033321) (xy 219.023 119.166679) (xy 219.049016 119.297474) (xy 219.10005 119.42068) (xy 219.17414 119.531563) + (xy 219.248 119.605423) (xy 219.248001 120.477785) (xy 219.245813 120.5) (xy 219.25454 120.588607) (xy 219.280386 120.673809) + (xy 219.280387 120.67381) (xy 219.322358 120.752333) (xy 219.378842 120.821159) (xy 219.396096 120.835319) (xy 221.224686 122.66391) + (xy 221.238841 122.681159) (xy 221.307667 122.737643) (xy 221.38619 122.779614) (xy 221.451562 122.799444) (xy 221.471392 122.80546) + (xy 221.559999 122.814187) (xy 221.582204 122.812) (xy 233.659129 122.812) (xy 233.712647 122.941202) (xy 233.846927 123.142167) + (xy 234.017833 123.313073) (xy 234.218798 123.447353) (xy 234.442097 123.539847) (xy 234.679151 123.587) (xy 234.920849 123.587) + (xy 235.157903 123.539847) (xy 235.381202 123.447353) (xy 235.582167 123.313073) (xy 235.753073 123.142167) (xy 235.887353 122.941202) + (xy 235.979847 122.717903) (xy 236.027 122.480849) (xy 236.027 122.239151) (xy 235.979847 122.002097) (xy 235.887353 121.778798) + (xy 235.753073 121.577833) (xy 235.582167 121.406927) (xy 235.381202 121.272647) (xy 235.157903 121.180153) (xy 234.920849 121.133) + (xy 234.679151 121.133) (xy 234.442097 121.180153) (xy 234.218798 121.272647) (xy 234.017833 121.406927) (xy 233.846927 121.577833) + (xy 233.712647 121.778798) (xy 233.659129 121.908) (xy 221.747225 121.908) (xy 220.152 120.312777) (xy 220.152 119.699151) + (xy 233.573 119.699151) (xy 233.573 119.940849) (xy 233.620153 120.177903) (xy 233.712647 120.401202) (xy 233.846927 120.602167) + (xy 234.017833 120.773073) (xy 234.218798 120.907353) (xy 234.442097 120.999847) (xy 234.679151 121.047) (xy 234.920849 121.047) + (xy 235.157903 120.999847) (xy 235.381202 120.907353) (xy 235.582167 120.773073) (xy 235.753073 120.602167) (xy 235.887353 120.401202) + (xy 235.979847 120.177903) (xy 236.027 119.940849) (xy 236.027 119.699151) (xy 235.979847 119.462097) (xy 235.887353 119.238798) + (xy 235.753073 119.037833) (xy 235.582167 118.866927) (xy 235.381202 118.732647) (xy 235.157903 118.640153) (xy 234.920849 118.593) + (xy 234.679151 118.593) (xy 234.442097 118.640153) (xy 234.218798 118.732647) (xy 234.017833 118.866927) (xy 233.846927 119.037833) + (xy 233.712647 119.238798) (xy 233.620153 119.462097) (xy 233.573 119.699151) (xy 220.152 119.699151) (xy 220.152 119.605423) + (xy 220.22586 119.531563) (xy 220.29995 119.42068) (xy 220.350984 119.297474) (xy 220.377 119.166679) (xy 220.377 119.033321) + (xy 220.350984 118.902526) (xy 220.29995 118.77932) (xy 220.22586 118.668437) (xy 220.131563 118.57414) (xy 220.02068 118.50005) + (xy 219.897474 118.449016) (xy 219.766679 118.423) (xy 219.633321 118.423) (xy 219.502526 118.449016) (xy 219.37932 118.50005) + (xy 219.268437 118.57414) (xy 219.17414 118.668437) (xy 219.10005 118.77932) (xy 219.049016 118.902526) (xy 219.023 119.033321) + (xy 215.136135 119.033321) (xy 215.150984 118.997474) (xy 215.177 118.866679) (xy 215.177 118.733321) (xy 215.150984 118.602526) + (xy 215.09995 118.47932) (xy 215.02586 118.368437) (xy 214.931563 118.27414) (xy 214.82068 118.20005) (xy 214.716749 118.157) + (xy 233.94176 118.157) (xy 234.017833 118.233073) (xy 234.218798 118.367353) (xy 234.442097 118.459847) (xy 234.679151 118.507) + (xy 234.920849 118.507) (xy 235.157903 118.459847) (xy 235.381202 118.367353) (xy 235.582167 118.233073) (xy 235.753073 118.062167) + (xy 235.887353 117.861202) (xy 235.979847 117.637903) (xy 236.027 117.400849) (xy 236.027 117.159151) (xy 235.979847 116.922097) + (xy 235.887353 116.698798) (xy 235.753073 116.497833) (xy 235.582167 116.326927) (xy 235.381202 116.192647) (xy 235.157903 116.100153) + (xy 234.920849 116.053) (xy 234.679151 116.053) (xy 234.442097 116.100153) (xy 234.218798 116.192647) (xy 234.017833 116.326927) + (xy 233.94176 116.403) (xy 181.413079 116.403) (xy 181.37 116.398757) (xy 181.326921 116.403) (xy 166.193265 116.403) + (xy 164.777 114.986735) (xy 164.777 110.948849) (xy 209.873 110.948849) (xy 209.873 111.151151) (xy 209.912467 111.349565) + (xy 209.989885 111.536467) (xy 210.023001 111.586028) (xy 210.023 112.30692) (xy 210.018757 112.35) (xy 210.023 112.393078) + (xy 210.03569 112.521921) (xy 210.085838 112.687236) (xy 210.167273 112.839591) (xy 210.276867 112.973133) (xy 210.310332 113.000597) + (xy 212.639403 115.329668) (xy 212.666867 115.363133) (xy 212.800408 115.472727) (xy 212.952763 115.554162) (xy 213.118078 115.60431) + (xy 213.246921 115.617) (xy 213.24693 115.617) (xy 213.289999 115.621242) (xy 213.333069 115.617) (xy 233.94176 115.617) + (xy 234.017833 115.693073) (xy 234.218798 115.827353) (xy 234.442097 115.919847) (xy 234.679151 115.967) (xy 234.920849 115.967) + (xy 235.157903 115.919847) (xy 235.381202 115.827353) (xy 235.582167 115.693073) (xy 235.753073 115.522167) (xy 235.887353 115.321202) + (xy 235.979847 115.097903) (xy 236.027 114.860849) (xy 236.027 114.619151) (xy 235.979847 114.382097) (xy 235.887353 114.158798) + (xy 235.753073 113.957833) (xy 235.582167 113.786927) (xy 235.381202 113.652647) (xy 235.263202 113.603769) (xy 235.431252 113.544157) + (xy 235.681355 113.395178) (xy 235.897588 113.200269) (xy 236.071641 112.96692) (xy 236.196825 112.704099) (xy 236.241476 112.55689) + (xy 236.120155 112.327) (xy 234.927 112.327) (xy 234.927 112.347) (xy 234.673 112.347) (xy 234.673 112.327) + (xy 233.479845 112.327) (xy 233.358524 112.55689) (xy 233.403175 112.704099) (xy 233.528359 112.96692) (xy 233.702412 113.200269) + (xy 233.918645 113.395178) (xy 234.168748 113.544157) (xy 234.336798 113.603769) (xy 234.218798 113.652647) (xy 234.017833 113.786927) + (xy 233.94176 113.863) (xy 213.653265 113.863) (xy 211.777 111.986735) (xy 211.777 111.586027) (xy 211.810115 111.536467) + (xy 211.887533 111.349565) (xy 211.927 111.151151) (xy 211.927 110.948849) (xy 211.887533 110.750435) (xy 211.810115 110.563533) + (xy 211.697723 110.395326) (xy 211.554674 110.252277) (xy 211.386467 110.139885) (xy 211.199565 110.062467) (xy 211.001151 110.023) + (xy 210.798849 110.023) (xy 210.600435 110.062467) (xy 210.413533 110.139885) (xy 210.245326 110.252277) (xy 210.102277 110.395326) + (xy 209.989885 110.563533) (xy 209.912467 110.750435) (xy 209.873 110.948849) (xy 164.777 110.948849) (xy 164.777 110.836027) + (xy 164.810115 110.786467) (xy 164.887533 110.599565) (xy 164.927 110.401151) (xy 164.927 110.198849) (xy 164.887533 110.000435) + (xy 164.810115 109.813533) (xy 164.697723 109.645326) (xy 164.554674 109.502277) (xy 164.386467 109.389885) (xy 164.199565 109.312467) + (xy 164.001151 109.273) (xy 163.798849 109.273) (xy 163.600435 109.312467) (xy 163.413533 109.389885) (xy 163.245326 109.502277) + (xy 163.102277 109.645326) (xy 162.989885 109.813533) (xy 162.912467 110.000435) (xy 162.873 110.198849) (xy 140.627 110.198849) + (xy 140.627 99.17689) (xy 143.458524 99.17689) (xy 143.503175 99.324099) (xy 143.628359 99.58692) (xy 143.802412 99.820269) + (xy 144.018645 100.015178) (xy 144.268748 100.164157) (xy 144.436798 100.223769) (xy 144.318798 100.272647) (xy 144.117833 100.406927) + (xy 143.946927 100.577833) (xy 143.812647 100.778798) (xy 143.720153 101.002097) (xy 143.673 101.239151) (xy 143.673 101.480849) + (xy 143.720153 101.717903) (xy 143.812647 101.941202) (xy 143.946927 102.142167) (xy 144.117833 102.313073) (xy 144.318798 102.447353) + (xy 144.542097 102.539847) (xy 144.779151 102.587) (xy 145.020849 102.587) (xy 145.257903 102.539847) (xy 145.481202 102.447353) + (xy 145.682167 102.313073) (xy 145.853073 102.142167) (xy 145.987353 101.941202) (xy 146.079847 101.717903) (xy 146.127 101.480849) + (xy 146.127 101.239151) (xy 146.079847 101.002097) (xy 145.987353 100.778798) (xy 145.853073 100.577833) (xy 145.682167 100.406927) + (xy 145.481202 100.272647) (xy 145.363202 100.223769) (xy 145.531252 100.164157) (xy 145.781355 100.015178) (xy 145.997588 99.820269) + (xy 146.171641 99.58692) (xy 146.296825 99.324099) (xy 146.341476 99.17689) (xy 146.220155 98.947) (xy 145.027 98.947) + (xy 145.027 98.967) (xy 144.773 98.967) (xy 144.773 98.947) (xy 143.579845 98.947) (xy 143.458524 99.17689) + (xy 140.627 99.17689) (xy 140.627 98.46311) (xy 143.458524 98.46311) (xy 143.579845 98.693) (xy 144.773 98.693) + (xy 144.773 98.673) (xy 145.027 98.673) (xy 145.027 98.693) (xy 146.220155 98.693) (xy 146.341476 98.46311) + (xy 146.296825 98.315901) (xy 146.171641 98.05308) (xy 145.997588 97.819731) (xy 145.781355 97.624822) (xy 145.531252 97.475843) + (xy 145.363202 97.416231) (xy 145.481202 97.367353) (xy 145.682167 97.233073) (xy 145.853073 97.062167) (xy 145.987353 96.861202) + (xy 146.079847 96.637903) (xy 146.127 96.400849) (xy 146.127 96.159151) (xy 146.079847 95.922097) (xy 145.987353 95.698798) + (xy 145.853073 95.497833) (xy 145.682167 95.326927) (xy 145.481202 95.192647) (xy 145.257903 95.100153) (xy 145.020849 95.053) + (xy 144.779151 95.053) (xy 144.542097 95.100153) (xy 144.318798 95.192647) (xy 144.117833 95.326927) (xy 143.946927 95.497833) + (xy 143.812647 95.698798) (xy 143.720153 95.922097) (xy 143.673 96.159151) (xy 143.673 96.400849) (xy 143.720153 96.637903) + (xy 143.812647 96.861202) (xy 143.946927 97.062167) (xy 144.117833 97.233073) (xy 144.318798 97.367353) (xy 144.436798 97.416231) + (xy 144.268748 97.475843) (xy 144.018645 97.624822) (xy 143.802412 97.819731) (xy 143.628359 98.05308) (xy 143.503175 98.315901) + (xy 143.458524 98.46311) (xy 140.627 98.46311) (xy 140.627 93.619151) (xy 143.673 93.619151) (xy 143.673 93.860849) + (xy 143.720153 94.097903) (xy 143.812647 94.321202) (xy 143.946927 94.522167) (xy 144.117833 94.693073) (xy 144.318798 94.827353) + (xy 144.542097 94.919847) (xy 144.779151 94.967) (xy 145.020849 94.967) (xy 145.257903 94.919847) (xy 145.481202 94.827353) + (xy 145.682167 94.693073) (xy 145.853073 94.522167) (xy 145.987353 94.321202) (xy 146.079847 94.097903) (xy 146.127 93.860849) + (xy 146.127 93.619151) (xy 146.079847 93.382097) (xy 145.987353 93.158798) (xy 145.853073 92.957833) (xy 145.682167 92.786927) + (xy 145.481202 92.652647) (xy 145.257903 92.560153) (xy 145.020849 92.513) (xy 144.779151 92.513) (xy 144.542097 92.560153) + (xy 144.318798 92.652647) (xy 144.117833 92.786927) (xy 143.946927 92.957833) (xy 143.812647 93.158798) (xy 143.720153 93.382097) + (xy 143.673 93.619151) (xy 140.627 93.619151) (xy 140.627 91.079151) (xy 143.673 91.079151) (xy 143.673 91.320849) + (xy 143.720153 91.557903) (xy 143.812647 91.781202) (xy 143.946927 91.982167) (xy 144.117833 92.153073) (xy 144.318798 92.287353) + (xy 144.542097 92.379847) (xy 144.779151 92.427) (xy 145.020849 92.427) (xy 145.257903 92.379847) (xy 145.481202 92.287353) + (xy 145.682167 92.153073) (xy 145.853073 91.982167) (xy 145.987353 91.781202) (xy 146.079847 91.557903) (xy 146.127 91.320849) + (xy 146.127 91.079151) (xy 146.079847 90.842097) (xy 145.987353 90.618798) (xy 145.853073 90.417833) (xy 145.682167 90.246927) + (xy 145.481202 90.112647) (xy 145.257903 90.020153) (xy 145.020849 89.973) (xy 144.779151 89.973) (xy 144.542097 90.020153) + (xy 144.318798 90.112647) (xy 144.117833 90.246927) (xy 143.946927 90.417833) (xy 143.812647 90.618798) (xy 143.720153 90.842097) + (xy 143.673 91.079151) (xy 140.627 91.079151) (xy 140.627 88.539151) (xy 143.673 88.539151) (xy 143.673 88.780849) + (xy 143.720153 89.017903) (xy 143.812647 89.241202) (xy 143.946927 89.442167) (xy 144.117833 89.613073) (xy 144.318798 89.747353) + (xy 144.542097 89.839847) (xy 144.779151 89.887) (xy 145.020849 89.887) (xy 145.257903 89.839847) (xy 145.481202 89.747353) + (xy 145.682167 89.613073) (xy 145.853073 89.442167) (xy 145.987353 89.241202) (xy 146.079847 89.017903) (xy 146.127 88.780849) + (xy 146.127 88.539151) (xy 146.079847 88.302097) (xy 145.987353 88.078798) (xy 145.853073 87.877833) (xy 145.682167 87.706927) + (xy 145.481202 87.572647) (xy 145.257903 87.480153) (xy 145.020849 87.433) (xy 144.779151 87.433) (xy 144.542097 87.480153) + (xy 144.318798 87.572647) (xy 144.117833 87.706927) (xy 143.946927 87.877833) (xy 143.812647 88.078798) (xy 143.720153 88.302097) + (xy 143.673 88.539151) (xy 140.627 88.539151) (xy 140.627 68.433321) (xy 154.623 68.433321) (xy 154.623 68.566679) + (xy 154.649016 68.697474) (xy 154.70005 68.82068) (xy 154.77414 68.931563) (xy 154.868437 69.02586) (xy 154.97932 69.09995) + (xy 155.102526 69.150984) (xy 155.233321 69.177) (xy 155.366679 69.177) (xy 155.497474 69.150984) (xy 155.62068 69.09995) + (xy 155.731563 69.02586) (xy 155.805423 68.952) (xy 160.094577 68.952) (xy 160.168437 69.02586) (xy 160.27932 69.09995) + (xy 160.402526 69.150984) (xy 160.533321 69.177) (xy 160.666679 69.177) (xy 160.797474 69.150984) (xy 160.92068 69.09995) + (xy 161.031563 69.02586) (xy 161.12586 68.931563) (xy 161.19995 68.82068) (xy 161.250984 68.697474) (xy 161.277 68.566679) + (xy 161.277 68.433321) (xy 161.250984 68.302526) (xy 161.19995 68.17932) (xy 161.12586 68.068437) (xy 161.031563 67.97414) + (xy 160.92068 67.90005) (xy 160.797474 67.849016) (xy 160.666679 67.823) (xy 160.533321 67.823) (xy 160.402526 67.849016) + (xy 160.27932 67.90005) (xy 160.168437 67.97414) (xy 160.094577 68.048) (xy 155.805423 68.048) (xy 155.731563 67.97414) + (xy 155.62068 67.90005) (xy 155.497474 67.849016) (xy 155.366679 67.823) (xy 155.233321 67.823) (xy 155.102526 67.849016) + (xy 154.97932 67.90005) (xy 154.868437 67.97414) (xy 154.77414 68.068437) (xy 154.70005 68.17932) (xy 154.649016 68.302526) + (xy 154.623 68.433321) (xy 140.627 68.433321) (xy 140.627 60.836105) (xy 156.241371 60.836105) (xy 156.247567 60.958712) + (xy 156.280789 61.079304) (xy 156.336898 61.191097) (xy 156.41374 61.289796) (xy 156.508359 61.371607) (xy 156.617122 61.433387) + (xy 156.735847 61.472761) (xy 156.844621 61.485355) (xy 157.003371 61.326605) (xy 157.003371 60.677355) (xy 157.199371 60.677355) + (xy 157.199371 61.326605) (xy 157.358121 61.485355) (xy 157.466895 61.472761) (xy 157.58562 61.433387) (xy 157.694383 61.371607) + (xy 157.789002 61.289796) (xy 157.865844 61.191097) (xy 157.921953 61.079304) (xy 157.955175 60.958712) (xy 157.961371 60.836105) + (xy 158.301371 60.836105) (xy 158.307567 60.958712) (xy 158.340789 61.079304) (xy 158.396898 61.191097) (xy 158.47374 61.289796) + (xy 158.568359 61.371607) (xy 158.677122 61.433387) (xy 158.795847 61.472761) (xy 158.904621 61.485355) (xy 159.063371 61.326605) + (xy 159.063371 60.677355) (xy 159.259371 60.677355) (xy 159.259371 61.326605) (xy 159.418121 61.485355) (xy 159.526895 61.472761) + (xy 159.64562 61.433387) (xy 159.754383 61.371607) (xy 159.849002 61.289796) (xy 159.925844 61.191097) (xy 159.981953 61.079304) + (xy 160.015175 60.958712) (xy 160.020259 60.858105) (xy 160.387371 60.858105) (xy 160.393567 60.980712) (xy 160.426789 61.101304) + (xy 160.482898 61.213097) (xy 160.55974 61.311796) (xy 160.654359 61.393607) (xy 160.763122 61.455387) (xy 160.881847 61.494761) + (xy 160.990621 61.507355) (xy 161.149371 61.348605) (xy 161.149371 60.699355) (xy 161.345371 60.699355) (xy 161.345371 61.348605) + (xy 161.504121 61.507355) (xy 161.612895 61.494761) (xy 161.73162 61.455387) (xy 161.840383 61.393607) (xy 161.935002 61.311796) + (xy 162.011844 61.213097) (xy 162.067953 61.101304) (xy 162.101175 60.980712) (xy 162.107371 60.858105) (xy 161.948621 60.699355) + (xy 161.345371 60.699355) (xy 161.149371 60.699355) (xy 160.546121 60.699355) (xy 160.387371 60.858105) (xy 160.020259 60.858105) + (xy 160.021371 60.836105) (xy 159.862621 60.677355) (xy 159.259371 60.677355) (xy 159.063371 60.677355) (xy 158.460121 60.677355) + (xy 158.301371 60.836105) (xy 157.961371 60.836105) (xy 157.802621 60.677355) (xy 157.199371 60.677355) (xy 157.003371 60.677355) + (xy 156.400121 60.677355) (xy 156.241371 60.836105) (xy 140.627 60.836105) (xy 140.627 50.027927) (xy 140.698566 49.226045) + (xy 140.823 48.771192) (xy 140.823 49.312907) (xy 140.94509 49.926697) (xy 141.184579 50.504874) (xy 141.532263 51.025219) + (xy 141.974781 51.467737) (xy 142.495126 51.815421) (xy 143.073303 52.05491) (xy 143.687093 52.177) (xy 144.312907 52.177) + (xy 144.926697 52.05491) (xy 145.504874 51.815421) (xy 146.025219 51.467737) (xy 146.467737 51.025219) (xy 146.815421 50.504874) + (xy 147.05491 49.926697) (xy 147.177 49.312907) (xy 147.177 48.687093) (xy 147.05491 48.073303) (xy 146.815421 47.495126) + (xy 146.467737 46.974781) (xy 146.387784 46.894828) (xy 147.412167 46.894828) (xy 147.412167 47.105172) (xy 147.453203 47.311475) + (xy 147.533698 47.505809) (xy 147.65056 47.680704) (xy 147.799296 47.82944) (xy 147.974191 47.946302) (xy 148.168525 48.026797) + (xy 148.374828 48.067833) (xy 148.585172 48.067833) (xy 148.791475 48.026797) (xy 148.985809 47.946302) (xy 149.160704 47.82944) + (xy 149.30944 47.680704) (xy 149.426302 47.505809) (xy 149.506797 47.311475) (xy 149.547833 47.105172) (xy 149.547833 47.004462) + (xy 153.253 47.004462) (xy 153.253 47.795537) (xy 153.266413 47.931723) (xy 153.31942 48.106463) (xy 153.405499 48.267504) + (xy 153.521341 48.408659) (xy 153.662495 48.524501) (xy 153.678001 48.532789) (xy 153.678 49.855357) (xy 153.675573 49.88) + (xy 153.678 49.904643) (xy 153.678 49.904652) (xy 153.685264 49.978408) (xy 153.713969 50.073035) (xy 153.760583 50.160245) + (xy 153.823316 50.236684) (xy 153.842468 50.252402) (xy 153.977598 50.387532) (xy 153.993316 50.406684) (xy 154.069755 50.469417) + (xy 154.156964 50.516031) (xy 154.251591 50.544736) (xy 154.325347 50.552) (xy 154.325356 50.552) (xy 154.349999 50.554427) + (xy 154.374642 50.552) (xy 154.450264 50.552) (xy 154.552277 50.704674) (xy 154.695326 50.847723) (xy 154.863533 50.960115) + (xy 155.050435 51.037533) (xy 155.248849 51.077) (xy 155.451151 51.077) (xy 155.649565 51.037533) (xy 155.713136 51.011201) + (xy 155.743861 51.070964) (xy 155.821657 51.168912) (xy 155.917067 51.2498) (xy 156.026424 51.310521) (xy 156.145526 51.348741) + (xy 156.24825 51.36) (xy 156.407 51.20125) (xy 156.407 50.177) (xy 156.371858 50.177) (xy 156.377 50.151151) + (xy 156.377 49.948849) (xy 156.371858 49.923) (xy 156.407 49.923) (xy 156.407 48.89875) (xy 156.24825 48.74) + (xy 156.145526 48.751259) (xy 156.026424 48.789479) (xy 155.917067 48.8502) (xy 155.821657 48.931088) (xy 155.743861 49.029036) + (xy 155.713136 49.088799) (xy 155.649565 49.062467) (xy 155.451151 49.023) (xy 155.248849 49.023) (xy 155.050435 49.062467) + (xy 154.863533 49.139885) (xy 154.695326 49.252277) (xy 154.682 49.265603) (xy 154.682 48.532788) (xy 154.697504 48.524501) + (xy 154.838659 48.408659) (xy 154.954501 48.267505) (xy 155.01624 48.152) (xy 160.54376 48.152) (xy 160.605499 48.267504) + (xy 160.721341 48.408659) (xy 160.862495 48.524501) (xy 160.878 48.532789) (xy 160.878001 49.265604) (xy 160.864674 49.252277) + (xy 160.696467 49.139885) (xy 160.509565 49.062467) (xy 160.311151 49.023) (xy 160.108849 49.023) (xy 159.910435 49.062467) + (xy 159.723533 49.139885) (xy 159.619102 49.209663) (xy 159.594981 49.164537) (xy 159.547869 49.107131) (xy 159.490463 49.060019) + (xy 159.42497 49.025012) (xy 159.353905 49.003455) (xy 159.28 48.996176) (xy 158.88 48.996176) (xy 158.806095 49.003455) + (xy 158.755 49.018954) (xy 158.703905 49.003455) (xy 158.63 48.996176) (xy 158.23 48.996176) (xy 158.156095 49.003455) + (xy 158.105 49.018954) (xy 158.053905 49.003455) (xy 157.98 48.996176) (xy 157.58 48.996176) (xy 157.506095 49.003455) + (xy 157.455 49.018954) (xy 157.403905 49.003455) (xy 157.33 48.996176) (xy 157.19004 48.996176) (xy 157.138343 48.931088) + (xy 157.042933 48.8502) (xy 156.933576 48.789479) (xy 156.814474 48.751259) (xy 156.71175 48.74) (xy 156.553 48.89875) + (xy 156.553 49.356481) (xy 156.551176 49.375) (xy 156.551176 50.725) (xy 156.553 50.743519) (xy 156.553 51.20125) + (xy 156.71175 51.36) (xy 156.814474 51.348741) (xy 156.933576 51.310521) (xy 157.042933 51.2498) (xy 157.138343 51.168912) + (xy 157.19004 51.103824) (xy 157.328001 51.103824) (xy 157.328001 51.477787) (xy 157.328 51.477795) (xy 157.328 51.942204) + (xy 157.328001 51.942214) (xy 157.328 53.532775) (xy 156.797466 54.063311) (xy 156.780213 54.07747) (xy 156.755451 54.107643) + (xy 156.723729 54.146296) (xy 156.681757 54.22482) (xy 156.655911 54.310022) (xy 156.647184 54.398629) (xy 156.649372 54.420844) + (xy 156.649371 55.376424) (xy 156.647184 55.398629) (xy 156.649372 55.420844) (xy 156.649371 57.848945) (xy 156.608502 57.882486) + (xy 156.56139 57.939892) (xy 156.526383 58.005385) (xy 156.504826 58.07645) (xy 156.497547 58.150355) (xy 156.497547 58.750355) + (xy 156.504826 58.82426) (xy 156.526383 58.895325) (xy 156.56139 58.960818) (xy 156.608502 59.018224) (xy 156.649372 59.051765) + (xy 156.649372 59.073516) (xy 156.648437 59.07414) (xy 156.55414 59.168437) (xy 156.48005 59.27932) (xy 156.429016 59.402526) + (xy 156.403 59.533321) (xy 156.403 59.666679) (xy 156.429016 59.797474) (xy 156.429087 59.797645) (xy 156.41374 59.810914) + (xy 156.336898 59.909613) (xy 156.280789 60.021406) (xy 156.247567 60.141998) (xy 156.241371 60.264605) (xy 156.400121 60.423355) + (xy 157.003371 60.423355) (xy 157.003371 60.403355) (xy 157.199371 60.403355) (xy 157.199371 60.423355) (xy 157.802621 60.423355) + (xy 157.961371 60.264605) (xy 157.955175 60.141998) (xy 157.921953 60.021406) (xy 157.865844 59.909613) (xy 157.789002 59.810914) + (xy 157.737217 59.766139) (xy 157.757 59.666679) (xy 157.757 59.533321) (xy 157.730984 59.402526) (xy 157.67995 59.27932) + (xy 157.60586 59.168437) (xy 157.553371 59.115948) (xy 157.553371 59.051764) (xy 157.59424 59.018224) (xy 157.641352 58.960818) + (xy 157.676359 58.895325) (xy 157.697916 58.82426) (xy 157.705195 58.750355) (xy 157.705195 58.150355) (xy 157.697916 58.07645) + (xy 157.676359 58.005385) (xy 157.641352 57.939892) (xy 157.59424 57.882486) (xy 157.553371 57.848946) (xy 157.553371 55.852) + (xy 157.694577 55.852) (xy 157.768437 55.92586) (xy 157.87932 55.99995) (xy 158.002526 56.050984) (xy 158.133321 56.077) + (xy 158.266679 56.077) (xy 158.397474 56.050984) (xy 158.52068 55.99995) (xy 158.631563 55.92586) (xy 158.709372 55.848051) + (xy 158.709371 57.848945) (xy 158.668502 57.882486) (xy 158.62139 57.939892) (xy 158.586383 58.005385) (xy 158.564826 58.07645) + (xy 158.557547 58.150355) (xy 158.557547 58.750355) (xy 158.564826 58.82426) (xy 158.586383 58.895325) (xy 158.62139 58.960818) + (xy 158.668502 59.018224) (xy 158.709372 59.051765) (xy 158.709372 59.113205) (xy 158.65414 59.168437) (xy 158.58005 59.27932) + (xy 158.529016 59.402526) (xy 158.503 59.533321) (xy 158.503 59.666679) (xy 158.523186 59.768162) (xy 158.47374 59.810914) + (xy 158.396898 59.909613) (xy 158.340789 60.021406) (xy 158.307567 60.141998) (xy 158.301371 60.264605) (xy 158.460121 60.423355) + (xy 159.063371 60.423355) (xy 159.063371 60.403355) (xy 159.259371 60.403355) (xy 159.259371 60.423355) (xy 159.862621 60.423355) + (xy 159.999371 60.286605) (xy 160.387371 60.286605) (xy 160.546121 60.445355) (xy 161.149371 60.445355) (xy 161.149371 59.796105) + (xy 161.345371 59.796105) (xy 161.345371 60.445355) (xy 161.948621 60.445355) (xy 162.107371 60.286605) (xy 162.101175 60.163998) + (xy 162.067953 60.043406) (xy 162.011844 59.931613) (xy 161.935002 59.832914) (xy 161.840383 59.751103) (xy 161.73162 59.689323) + (xy 161.612895 59.649949) (xy 161.504121 59.637355) (xy 161.345371 59.796105) (xy 161.149371 59.796105) (xy 160.990621 59.637355) + (xy 160.881847 59.649949) (xy 160.763122 59.689323) (xy 160.654359 59.751103) (xy 160.55974 59.832914) (xy 160.482898 59.931613) + (xy 160.426789 60.043406) (xy 160.393567 60.163998) (xy 160.387371 60.286605) (xy 159.999371 60.286605) (xy 160.021371 60.264605) + (xy 160.015175 60.141998) (xy 159.981953 60.021406) (xy 159.925844 59.909613) (xy 159.849002 59.810914) (xy 159.831347 59.795649) + (xy 159.857 59.666679) (xy 159.857 59.533321) (xy 159.830984 59.402526) (xy 159.77995 59.27932) (xy 159.70586 59.168437) + (xy 159.613371 59.075948) (xy 159.613371 59.051764) (xy 159.65424 59.018224) (xy 159.701352 58.960818) (xy 159.736359 58.895325) + (xy 159.757916 58.82426) (xy 159.765195 58.750355) (xy 159.765195 58.150355) (xy 159.757916 58.07645) (xy 159.736359 58.005385) + (xy 159.701352 57.939892) (xy 159.65424 57.882486) (xy 159.613371 57.848946) (xy 159.613371 55.373032) (xy 159.633321 55.377) + (xy 159.766679 55.377) (xy 159.897474 55.350984) (xy 160.02068 55.29995) (xy 160.131563 55.22586) (xy 160.22586 55.131563) + (xy 160.29995 55.02068) (xy 160.350984 54.897474) (xy 160.377 54.766679) (xy 160.377 54.633321) (xy 160.350984 54.502526) + (xy 160.29995 54.37932) (xy 160.22586 54.268437) (xy 160.131563 54.17414) (xy 160.02068 54.10005) (xy 159.897474 54.049016) + (xy 159.766679 54.023) (xy 159.633321 54.023) (xy 159.502526 54.049016) (xy 159.421714 54.08249) (xy 158.882 53.542777) + (xy 158.882 52.668711) (xy 160.620371 54.407083) (xy 160.620371 55.078165) (xy 160.620372 55.078175) (xy 160.620371 58.441561) + (xy 160.617338 58.472355) (xy 160.629444 58.595268) (xy 160.643547 58.64176) (xy 160.643547 58.772355) (xy 160.650826 58.84626) + (xy 160.672383 58.917325) (xy 160.70739 58.982818) (xy 160.754502 59.040224) (xy 160.811908 59.087336) (xy 160.877401 59.122343) + (xy 160.948466 59.1439) (xy 161.022371 59.151179) (xy 161.472371 59.151179) (xy 161.546276 59.1439) (xy 161.617341 59.122343) + (xy 161.660348 59.099355) (xy 165.882991 59.099355) (xy 165.88299 60.599196) (xy 165.879957 60.62999) (xy 165.88299 60.660783) + (xy 165.892063 60.752902) (xy 165.927915 60.871092) (xy 165.986137 60.980017) (xy 166.064489 61.075491) (xy 166.088417 61.095128) + (xy 167.014866 62.021578) (xy 167.034499 62.045501) (xy 167.129972 62.123853) (xy 167.238897 62.182075) (xy 167.357087 62.217927) + (xy 167.449206 62.227) (xy 167.449207 62.227) (xy 167.479999 62.230033) (xy 167.510791 62.227) (xy 169.751176 62.227) + (xy 169.751176 62.5) (xy 169.758455 62.573905) (xy 169.780012 62.64497) (xy 169.815019 62.710463) (xy 169.862131 62.767869) + (xy 169.919537 62.814981) (xy 169.98503 62.849988) (xy 170.056095 62.871545) (xy 170.13 62.878824) (xy 172.63 62.878824) + (xy 172.703905 62.871545) (xy 172.77497 62.849988) (xy 172.840463 62.814981) (xy 172.897869 62.767869) (xy 172.944981 62.710463) + (xy 172.979988 62.64497) (xy 173.001545 62.573905) (xy 173.008824 62.5) (xy 173.008824 60.7) (xy 173.001545 60.626095) + (xy 172.979988 60.55503) (xy 172.944981 60.489537) (xy 172.897869 60.432131) (xy 172.840463 60.385019) (xy 172.77497 60.350012) + (xy 172.703905 60.328455) (xy 172.63 60.321176) (xy 172.007 60.321176) (xy 172.007 57.371621) (xy 180.558645 57.371621) + (xy 180.717395 57.530371) (xy 181.386645 57.530371) (xy 181.386645 56.911121) (xy 181.640645 56.911121) (xy 181.640645 57.530371) + (xy 182.309895 57.530371) (xy 182.468645 57.371621) (xy 182.457871 57.255169) (xy 182.420086 57.135929) (xy 182.359763 57.026351) + (xy 182.279223 56.930647) (xy 182.181559 56.852495) (xy 182.070524 56.794898) (xy 181.950387 56.76007) (xy 181.825764 56.749348) + (xy 181.799395 56.752371) (xy 181.640645 56.911121) (xy 181.386645 56.911121) (xy 181.227895 56.752371) (xy 181.201526 56.749348) + (xy 181.076903 56.76007) (xy 180.956766 56.794898) (xy 180.845731 56.852495) (xy 180.748067 56.930647) (xy 180.667527 57.026351) + (xy 180.607204 57.135929) (xy 180.569419 57.255169) (xy 180.558645 57.371621) (xy 172.007 57.371621) (xy 172.007 54.24225) + (xy 172.103 54.14625) (xy 172.103 53.729132) (xy 172.108824 53.67) (xy 172.108824 52.798) (xy 172.357 52.798) + (xy 172.357 52.818) (xy 172.377 52.818) (xy 172.377 53.072) (xy 172.357 53.072) (xy 172.357 54.14625) + (xy 172.51575 54.305) (xy 172.53 54.308072) (xy 172.654482 54.295812) (xy 172.77418 54.259502) (xy 172.884494 54.200537) + (xy 172.981185 54.121185) (xy 173.060537 54.024494) (xy 173.119502 53.91418) (xy 173.155812 53.794482) (xy 173.168072 53.67) + (xy 173.16652 53.448096) (xy 173.3 53.461243) (xy 173.471921 53.44431) (xy 173.637236 53.394162) (xy 173.789591 53.312727) + (xy 173.923133 53.203133) (xy 174.032727 53.069592) (xy 174.114162 52.917237) (xy 174.16431 52.751922) (xy 174.177 52.623079) + (xy 174.177 51.627) (xy 180.265 51.627) (xy 180.265 51.902) (xy 180.313507 52.140496) (xy 180.40761 52.364946) + (xy 180.543693 52.566725) (xy 180.716526 52.738078) (xy 180.919467 52.872421) (xy 181.144718 52.964591) (xy 181.182391 52.968462) + (xy 181.373 52.843731) (xy 181.373 51.627) (xy 180.265 51.627) (xy 174.177 51.627) (xy 174.177 51.436921) + (xy 174.16431 51.308078) (xy 174.114162 51.142763) (xy 174.090236 51.098) (xy 180.265 51.098) (xy 180.265 51.373) + (xy 181.373 51.373) (xy 181.373 50.156269) (xy 181.182391 50.031538) (xy 181.144718 50.035409) (xy 180.919467 50.127579) + (xy 180.716526 50.261922) (xy 180.543693 50.433275) (xy 180.40761 50.635054) (xy 180.313507 50.859504) (xy 180.265 51.098) + (xy 174.090236 51.098) (xy 174.032727 50.990408) (xy 173.923133 50.856867) (xy 173.802 50.757456) (xy 173.802 48.872543) + (xy 173.923133 48.773133) (xy 174.032727 48.639592) (xy 174.114162 48.487237) (xy 174.16431 48.321922) (xy 174.177 48.193079) + (xy 174.177 47.506921) (xy 174.16431 47.378078) (xy 174.114162 47.212763) (xy 174.032727 47.060408) (xy 173.923133 46.926867) + (xy 173.789592 46.817273) (xy 173.637237 46.735838) (xy 173.471922 46.68569) (xy 173.3 46.668757) (xy 173.128079 46.68569) + (xy 172.962764 46.735838) (xy 172.810409 46.817273) (xy 172.676868 46.926867) (xy 172.567274 47.060408) (xy 172.485838 47.212763) + (xy 172.444814 47.348) (xy 165.515186 47.348) (xy 165.474162 47.212763) (xy 165.392727 47.060408) (xy 165.283133 46.926867) + (xy 165.149592 46.817273) (xy 164.997237 46.735838) (xy 164.831922 46.68569) (xy 164.66 46.668757) (xy 164.488079 46.68569) + (xy 164.322764 46.735838) (xy 164.170409 46.817273) (xy 164.036868 46.926867) (xy 163.927274 47.060408) (xy 163.845838 47.212763) + (xy 163.79569 47.378078) (xy 163.783 47.506921) (xy 163.783 48.193078) (xy 163.79569 48.321921) (xy 163.845838 48.487236) + (xy 163.927273 48.639591) (xy 164.036867 48.773133) (xy 164.158 48.872544) (xy 164.158001 50.757456) (xy 164.036868 50.856867) + (xy 163.927274 50.990408) (xy 163.845839 51.142763) (xy 163.795691 51.308078) (xy 163.783001 51.436921) (xy 163.783 52.623078) + (xy 163.79569 52.751921) (xy 163.845838 52.917236) (xy 163.927273 53.069591) (xy 164.036867 53.203133) (xy 164.170408 53.312727) + (xy 164.322763 53.394162) (xy 164.488078 53.44431) (xy 164.66 53.461243) (xy 164.79348 53.448096) (xy 164.791928 53.67) + (xy 164.804188 53.794482) (xy 164.840498 53.91418) (xy 164.899463 54.024494) (xy 164.978815 54.121185) (xy 165.075506 54.200537) + (xy 165.18582 54.259502) (xy 165.305518 54.295812) (xy 165.43 54.308072) (xy 165.44425 54.305) (xy 165.603 54.14625) + (xy 165.603 53.072) (xy 165.583 53.072) (xy 165.583 52.818) (xy 165.603 52.818) (xy 165.603 52.798) + (xy 165.851176 52.798) (xy 165.851176 53.67) (xy 165.857 53.729132) (xy 165.857 54.14625) (xy 165.882991 54.172241) + (xy 165.88299 57.699196) (xy 165.88299 57.845355) (xy 161.874371 57.845355) (xy 161.874371 54.178162) (xy 161.877404 54.14737) + (xy 161.872218 54.094719) (xy 161.865298 54.024458) (xy 161.829446 53.906268) (xy 161.771224 53.797343) (xy 161.692872 53.70187) + (xy 161.66895 53.682238) (xy 159.707 51.720289) (xy 159.707 50.949068) (xy 159.723533 50.960115) (xy 159.910435 51.037533) + (xy 160.108849 51.077) (xy 160.311151 51.077) (xy 160.509565 51.037533) (xy 160.696467 50.960115) (xy 160.864674 50.847723) + (xy 161.007723 50.704674) (xy 161.109736 50.552) (xy 161.125357 50.552) (xy 161.15 50.554427) (xy 161.174643 50.552) + (xy 161.174653 50.552) (xy 161.248409 50.544736) (xy 161.343036 50.516031) (xy 161.430245 50.469417) (xy 161.506684 50.406684) + (xy 161.522402 50.387532) (xy 161.717532 50.192402) (xy 161.736684 50.176684) (xy 161.799417 50.100245) (xy 161.846031 50.013036) + (xy 161.874736 49.918409) (xy 161.882 49.844653) (xy 161.882 49.844644) (xy 161.884427 49.820001) (xy 161.882 49.795358) + (xy 161.882 48.532788) (xy 161.897504 48.524501) (xy 162.038659 48.408659) (xy 162.154501 48.267505) (xy 162.24058 48.106464) + (xy 162.293587 47.931724) (xy 162.307 47.795538) (xy 162.307 47.004462) (xy 162.293587 46.868276) (xy 162.24058 46.693536) + (xy 162.154501 46.532495) (xy 162.038659 46.391341) (xy 161.897505 46.275499) (xy 161.736464 46.18942) (xy 161.561724 46.136413) + (xy 161.38 46.118515) (xy 161.198277 46.136413) (xy 161.023537 46.18942) (xy 160.862496 46.275499) (xy 160.721342 46.391341) + (xy 160.6055 46.532495) (xy 160.519421 46.693536) (xy 160.466413 46.868276) (xy 160.453 47.004462) (xy 160.453 47.148) + (xy 155.107 47.148) (xy 155.107 47.004462) (xy 155.093587 46.868276) (xy 155.04058 46.693536) (xy 154.954501 46.532495) + (xy 154.838659 46.391341) (xy 154.697505 46.275499) (xy 154.536464 46.18942) (xy 154.361724 46.136413) (xy 154.18 46.118515) + (xy 153.998277 46.136413) (xy 153.823537 46.18942) (xy 153.662496 46.275499) (xy 153.521342 46.391341) (xy 153.4055 46.532495) + (xy 153.319421 46.693536) (xy 153.266413 46.868276) (xy 153.253 47.004462) (xy 149.547833 47.004462) (xy 149.547833 46.894828) + (xy 149.506797 46.688525) (xy 149.426302 46.494191) (xy 149.30944 46.319296) (xy 149.160704 46.17056) (xy 148.985809 46.053698) + (xy 148.791475 45.973203) (xy 148.585172 45.932167) (xy 148.374828 45.932167) (xy 148.168525 45.973203) (xy 147.974191 46.053698) + (xy 147.799296 46.17056) (xy 147.65056 46.319296) (xy 147.533698 46.494191) (xy 147.453203 46.688525) (xy 147.412167 46.894828) + (xy 146.387784 46.894828) (xy 146.025219 46.532263) (xy 145.504874 46.184579) (xy 144.926697 45.94509) (xy 144.312907 45.823) + (xy 143.750816 45.823) (xy 144.366369 45.675219) (xy 145.022988 45.627) (xy 192.873 45.627) + ) + ) + (filled_polygon + (pts + (xy 169.778001 55.611866) (xy 169.729535 55.637771) (xy 169.651672 55.701672) (xy 169.587771 55.779535) (xy 169.540289 55.868368) + (xy 169.511049 55.964758) (xy 169.501176 56.065) (xy 169.501176 56.335) (xy 169.510749 56.432198) (xy 169.434422 56.493276) + (xy 169.353882 56.58898) (xy 169.293559 56.698558) (xy 169.255774 56.817798) (xy 169.245 56.93425) (xy 169.40375 57.093) + (xy 170.073 57.093) (xy 170.073 57.073) (xy 170.327 57.073) (xy 170.327 57.093) (xy 170.347 57.093) + (xy 170.347 57.347) (xy 170.327 57.347) (xy 170.327 57.96625) (xy 170.48575 58.125) (xy 170.512119 58.128023) + (xy 170.636742 58.117301) (xy 170.753001 58.083597) (xy 170.753001 60.321176) (xy 170.13 60.321176) (xy 170.056095 60.328455) + (xy 169.98503 60.350012) (xy 169.919537 60.385019) (xy 169.862131 60.432131) (xy 169.815019 60.489537) (xy 169.780012 60.55503) + (xy 169.758455 60.626095) (xy 169.751176 60.7) (xy 169.751176 60.973) (xy 167.739712 60.973) (xy 167.13699 60.370279) + (xy 167.13699 58.420802) (xy 167.140023 58.390011) (xy 167.13699 58.359216) (xy 167.13699 57.97226) (xy 167.153 57.95625) + (xy 167.153 57.337) (xy 167.407 57.337) (xy 167.407 57.95625) (xy 167.56575 58.115) (xy 167.592119 58.118023) + (xy 167.716742 58.107301) (xy 167.836879 58.072473) (xy 167.947914 58.014876) (xy 168.045578 57.936724) (xy 168.126118 57.84102) + (xy 168.186441 57.731442) (xy 168.224226 57.612202) (xy 168.234074 57.50575) (xy 169.245 57.50575) (xy 169.255774 57.622202) + (xy 169.293559 57.741442) (xy 169.353882 57.85102) (xy 169.434422 57.946724) (xy 169.532086 58.024876) (xy 169.643121 58.082473) + (xy 169.763258 58.117301) (xy 169.887881 58.128023) (xy 169.91425 58.125) (xy 170.073 57.96625) (xy 170.073 57.347) + (xy 169.40375 57.347) (xy 169.245 57.50575) (xy 168.234074 57.50575) (xy 168.235 57.49575) (xy 168.07625 57.337) + (xy 167.407 57.337) (xy 167.153 57.337) (xy 167.13699 57.337) (xy 167.13699 57.083) (xy 167.153 57.083) + (xy 167.153 57.063) (xy 167.407 57.063) (xy 167.407 57.083) (xy 168.07625 57.083) (xy 168.235 56.92425) + (xy 168.224226 56.807798) (xy 168.186441 56.688558) (xy 168.126118 56.57898) (xy 168.045578 56.483276) (xy 167.969251 56.422198) + (xy 167.978824 56.325) (xy 167.978824 56.055) (xy 167.968951 55.954758) (xy 167.963171 55.935705) (xy 168.05932 55.99995) + (xy 168.182526 56.050984) (xy 168.313321 56.077) (xy 168.446679 56.077) (xy 168.577474 56.050984) (xy 168.70068 55.99995) + (xy 168.811563 55.92586) (xy 168.902133 55.83529) (xy 168.95381 55.819614) (xy 169.032333 55.777643) (xy 169.101159 55.721159) + (xy 169.115323 55.7039) (xy 169.53391 55.285315) (xy 169.551159 55.271159) (xy 169.607643 55.202333) (xy 169.649614 55.12381) + (xy 169.67546 55.038607) (xy 169.684187 54.950001) (xy 169.682 54.927796) (xy 169.682 54.048824) (xy 169.778 54.048824) + ) + ) + (filled_polygon + (pts + (xy 198.453 56.43692) (xy 198.448757 56.48) (xy 198.46569 56.651922) (xy 198.488842 56.728243) (xy 198.515838 56.817236) + (xy 198.597273 56.969591) (xy 198.654045 57.038769) (xy 198.602526 57.049016) (xy 198.47932 57.10005) (xy 198.368437 57.17414) + (xy 198.27414 57.268437) (xy 198.20005 57.37932) (xy 198.149016 57.502526) (xy 198.123 57.633321) (xy 198.123 57.766679) + (xy 198.149016 57.897474) (xy 198.20005 58.02068) (xy 198.27414 58.131563) (xy 198.348001 58.205424) (xy 198.348 75.777795) + (xy 198.348 75.777796) (xy 198.348001 83.694576) (xy 198.27414 83.768437) (xy 198.20005 83.87932) (xy 198.149016 84.002526) + (xy 198.123 84.133321) (xy 198.123 84.266679) (xy 198.149016 84.397474) (xy 198.20005 84.52068) (xy 198.27414 84.631563) + (xy 198.368437 84.72586) (xy 198.47932 84.79995) (xy 198.602526 84.850984) (xy 198.733321 84.877) (xy 198.866679 84.877) + (xy 198.997474 84.850984) (xy 199.12068 84.79995) (xy 199.231563 84.72586) (xy 199.32586 84.631563) (xy 199.39995 84.52068) + (xy 199.450984 84.397474) (xy 199.477 84.266679) (xy 199.477 84.133321) (xy 199.450984 84.002526) (xy 199.39995 83.87932) + (xy 199.32586 83.768437) (xy 199.252 83.694577) (xy 199.252 58.205423) (xy 199.32586 58.131563) (xy 199.39995 58.02068) + (xy 199.450984 57.897474) (xy 199.460312 57.850577) (xy 199.499404 57.889669) (xy 199.526868 57.923134) (xy 199.653899 58.027385) + (xy 199.660409 58.032728) (xy 199.812764 58.114163) (xy 199.978078 58.164311) (xy 200.150001 58.181244) (xy 200.19308 58.177001) + (xy 201.559589 58.177001) (xy 201.549016 58.202526) (xy 201.523 58.333321) (xy 201.523 58.466679) (xy 201.549016 58.597474) + (xy 201.60005 58.72068) (xy 201.67414 58.831563) (xy 201.768437 58.92586) (xy 201.87932 58.99995) (xy 202.002526 59.050984) + (xy 202.133321 59.077) (xy 202.266679 59.077) (xy 202.397474 59.050984) (xy 202.52068 58.99995) (xy 202.631563 58.92586) + (xy 202.705423 58.852) (xy 202.818305 58.852) (xy 202.80005 58.87932) (xy 202.749016 59.002526) (xy 202.723 59.133321) + (xy 202.723 59.266679) (xy 202.749016 59.397474) (xy 202.80005 59.52068) (xy 202.87414 59.631563) (xy 202.900577 59.658) + (xy 202.662205 59.658) (xy 202.64 59.655813) (xy 202.551392 59.66454) (xy 202.472055 59.688607) (xy 202.46619 59.690386) + (xy 202.387667 59.732357) (xy 202.318841 59.788841) (xy 202.304681 59.806095) (xy 200.037777 62.073) (xy 199.933321 62.073) + (xy 199.802526 62.099016) (xy 199.67932 62.15005) (xy 199.568437 62.22414) (xy 199.47414 62.318437) (xy 199.40005 62.42932) + (xy 199.349016 62.552526) (xy 199.323 62.683321) (xy 199.323 62.816679) (xy 199.349016 62.947474) (xy 199.40005 63.07068) + (xy 199.47414 63.181563) (xy 199.568437 63.27586) (xy 199.67932 63.34995) (xy 199.802526 63.400984) (xy 199.933321 63.427) + (xy 200.066679 63.427) (xy 200.197474 63.400984) (xy 200.32068 63.34995) (xy 200.431563 63.27586) (xy 200.52586 63.181563) + (xy 200.59995 63.07068) (xy 200.650984 62.947474) (xy 200.677 62.816679) (xy 200.677 62.712223) (xy 202.827224 60.562) + (xy 205.951373 60.562) (xy 205.958455 60.633905) (xy 205.980012 60.70497) (xy 206.001409 60.745) (xy 205.980012 60.78503) + (xy 205.958455 60.856095) (xy 205.951373 60.928) (xy 204.485423 60.928) (xy 204.431563 60.87414) (xy 204.32068 60.80005) + (xy 204.197474 60.749016) (xy 204.066679 60.723) (xy 203.933321 60.723) (xy 203.802526 60.749016) (xy 203.67932 60.80005) + (xy 203.568437 60.87414) (xy 203.47414 60.968437) (xy 203.40005 61.07932) (xy 203.349016 61.202526) (xy 203.323 61.333321) + (xy 203.323 61.466679) (xy 203.349016 61.597474) (xy 203.40005 61.72068) (xy 203.47414 61.831563) (xy 203.568437 61.92586) + (xy 203.67932 61.99995) (xy 203.802526 62.050984) (xy 203.933321 62.077) (xy 204.066679 62.077) (xy 204.197474 62.050984) + (xy 204.32068 61.99995) (xy 204.431563 61.92586) (xy 204.525423 61.832) (xy 205.951373 61.832) (xy 205.958455 61.903905) + (xy 205.980012 61.97497) (xy 206.001409 62.015) (xy 205.980012 62.05503) (xy 205.958455 62.126095) (xy 205.951373 62.198) + (xy 202.052202 62.198) (xy 202.029999 62.195813) (xy 202.007796 62.198) (xy 202.007795 62.198) (xy 201.941393 62.20454) + (xy 201.85619 62.230386) (xy 201.777667 62.272357) (xy 201.708841 62.328841) (xy 201.694685 62.34609) (xy 200.436094 63.604683) + (xy 200.436089 63.604687) (xy 199.6961 64.344677) (xy 199.678841 64.358841) (xy 199.622357 64.427668) (xy 199.598591 64.472131) + (xy 199.580386 64.506191) (xy 199.55454 64.591393) (xy 199.545813 64.68) (xy 199.548 64.702205) (xy 199.548001 73.527786) + (xy 199.548 73.527796) (xy 199.548 73.722205) (xy 199.548001 73.722214) (xy 199.548 75.727795) (xy 199.545813 75.75) + (xy 199.55454 75.838607) (xy 199.572456 75.897667) (xy 199.580386 75.923809) (xy 199.622357 76.002332) (xy 199.678841 76.071159) + (xy 199.6961 76.085323) (xy 201.614677 78.003901) (xy 201.628837 78.021155) (xy 201.697663 78.077639) (xy 201.776186 78.11961) + (xy 201.861388 78.145456) (xy 201.949996 78.154183) (xy 201.972201 78.151996) (xy 218.612773 78.151996) (xy 220.248001 79.787226) + (xy 220.248 84.977795) (xy 220.248 85.201572) (xy 220.22586 85.168437) (xy 220.131563 85.07414) (xy 220.02068 85.00005) + (xy 219.897474 84.949016) (xy 219.766679 84.923) (xy 219.633321 84.923) (xy 219.502526 84.949016) (xy 219.37932 85.00005) + (xy 219.268437 85.07414) (xy 219.17414 85.168437) (xy 219.10005 85.27932) (xy 219.049016 85.402526) (xy 219.023 85.533321) + (xy 219.023 85.666679) (xy 219.049016 85.797474) (xy 219.10005 85.92068) (xy 219.17414 86.031563) (xy 219.248 86.105423) + (xy 219.248001 91.677786) (xy 219.248 91.677796) (xy 219.248001 99.394576) (xy 219.17414 99.468437) (xy 219.10005 99.57932) + (xy 219.049016 99.702526) (xy 219.023 99.833321) (xy 219.023 99.966679) (xy 219.049016 100.097474) (xy 219.10005 100.22068) + (xy 219.17414 100.331563) (xy 219.268437 100.42586) (xy 219.37932 100.49995) (xy 219.502526 100.550984) (xy 219.633321 100.577) + (xy 219.766679 100.577) (xy 219.897474 100.550984) (xy 220.02068 100.49995) (xy 220.131563 100.42586) (xy 220.22586 100.331563) + (xy 220.29995 100.22068) (xy 220.350984 100.097474) (xy 220.377 99.966679) (xy 220.377 99.833321) (xy 220.350984 99.702526) + (xy 220.29995 99.57932) (xy 220.22586 99.468437) (xy 220.152 99.394577) (xy 220.152 95.948428) (xy 220.17414 95.981563) + (xy 220.268437 96.07586) (xy 220.37932 96.14995) (xy 220.502526 96.200984) (xy 220.633321 96.227) (xy 220.766679 96.227) + (xy 220.897474 96.200984) (xy 221.02068 96.14995) (xy 221.048001 96.131695) (xy 221.048001 99.294576) (xy 220.97414 99.368437) + (xy 220.90005 99.47932) (xy 220.849016 99.602526) (xy 220.823 99.733321) (xy 220.823 99.866679) (xy 220.849016 99.997474) + (xy 220.90005 100.12068) (xy 220.97414 100.231563) (xy 221.068437 100.32586) (xy 221.17932 100.39995) (xy 221.302526 100.450984) + (xy 221.433321 100.477) (xy 221.483777 100.477) (xy 221.112777 100.848) (xy 213.205423 100.848) (xy 213.131563 100.77414) + (xy 213.02068 100.70005) (xy 212.897474 100.649016) (xy 212.766679 100.623) (xy 212.633321 100.623) (xy 212.502526 100.649016) + (xy 212.37932 100.70005) (xy 212.268437 100.77414) (xy 212.17414 100.868437) (xy 212.10005 100.97932) (xy 212.049016 101.102526) + (xy 212.023 101.233321) (xy 212.023 101.366679) (xy 212.049016 101.497474) (xy 212.10005 101.62068) (xy 212.17414 101.731563) + (xy 212.268437 101.82586) (xy 212.37932 101.89995) (xy 212.502526 101.950984) (xy 212.633321 101.977) (xy 212.766679 101.977) + (xy 212.897474 101.950984) (xy 213.02068 101.89995) (xy 213.131563 101.82586) (xy 213.205423 101.752) (xy 221.208777 101.752) + (xy 220.512777 102.448) (xy 213.205423 102.448) (xy 213.131563 102.37414) (xy 213.02068 102.30005) (xy 212.897474 102.249016) + (xy 212.766679 102.223) (xy 212.633321 102.223) (xy 212.502526 102.249016) (xy 212.37932 102.30005) (xy 212.268437 102.37414) + (xy 212.17414 102.468437) (xy 212.10005 102.57932) (xy 212.049016 102.702526) (xy 212.023 102.833321) (xy 212.023 102.966679) + (xy 212.049016 103.097474) (xy 212.10005 103.22068) (xy 212.17414 103.331563) (xy 212.268437 103.42586) (xy 212.37932 103.49995) + (xy 212.502526 103.550984) (xy 212.633321 103.577) (xy 212.766679 103.577) (xy 212.897474 103.550984) (xy 213.02068 103.49995) + (xy 213.131563 103.42586) (xy 213.205423 103.352) (xy 220.677795 103.352) (xy 220.7 103.354187) (xy 220.722205 103.352) + (xy 220.788607 103.34546) (xy 220.87381 103.319614) (xy 220.952333 103.277643) (xy 221.021159 103.221159) (xy 221.035323 103.2039) + (xy 221.189223 103.05) (xy 233.771176 103.05) (xy 233.771176 104.75) (xy 233.778455 104.823905) (xy 233.800012 104.89497) + (xy 233.835019 104.960463) (xy 233.882131 105.017869) (xy 233.939537 105.064981) (xy 234.00503 105.099988) (xy 234.076095 105.121545) + (xy 234.15 105.128824) (xy 235.85 105.128824) (xy 235.923905 105.121545) (xy 235.99497 105.099988) (xy 236.060463 105.064981) + (xy 236.117869 105.017869) (xy 236.164981 104.960463) (xy 236.199988 104.89497) (xy 236.221545 104.823905) (xy 236.228824 104.75) + (xy 236.228824 103.05) (xy 236.221545 102.976095) (xy 236.199988 102.90503) (xy 236.164981 102.839537) (xy 236.117869 102.782131) + (xy 236.060463 102.735019) (xy 235.99497 102.700012) (xy 235.923905 102.678455) (xy 235.85 102.671176) (xy 234.15 102.671176) + (xy 234.076095 102.678455) (xy 234.00503 102.700012) (xy 233.939537 102.735019) (xy 233.882131 102.782131) (xy 233.835019 102.839537) + (xy 233.800012 102.90503) (xy 233.778455 102.976095) (xy 233.771176 103.05) (xy 221.189223 103.05) (xy 223.000072 101.239151) + (xy 233.773 101.239151) (xy 233.773 101.480849) (xy 233.820153 101.717903) (xy 233.912647 101.941202) (xy 234.046927 102.142167) + (xy 234.217833 102.313073) (xy 234.418798 102.447353) (xy 234.642097 102.539847) (xy 234.879151 102.587) (xy 235.120849 102.587) + (xy 235.357903 102.539847) (xy 235.581202 102.447353) (xy 235.782167 102.313073) (xy 235.953073 102.142167) (xy 236.087353 101.941202) + (xy 236.179847 101.717903) (xy 236.227 101.480849) (xy 236.227 101.239151) (xy 236.179847 101.002097) (xy 236.087353 100.778798) + (xy 235.953073 100.577833) (xy 235.782167 100.406927) (xy 235.581202 100.272647) (xy 235.357903 100.180153) (xy 235.120849 100.133) + (xy 234.879151 100.133) (xy 234.642097 100.180153) (xy 234.418798 100.272647) (xy 234.217833 100.406927) (xy 234.046927 100.577833) + (xy 233.912647 100.778798) (xy 233.820153 101.002097) (xy 233.773 101.239151) (xy 223.000072 101.239151) (xy 227.303912 96.935313) + (xy 227.321159 96.921159) (xy 227.377643 96.852333) (xy 227.419614 96.77381) (xy 227.44546 96.688607) (xy 227.452 96.622205) + (xy 227.452 96.622204) (xy 227.454187 96.600001) (xy 227.452 96.577798) (xy 227.452 95.811223) (xy 230.744681 99.103905) + (xy 230.758841 99.121159) (xy 230.827667 99.177643) (xy 230.90619 99.219614) (xy 230.991392 99.24546) (xy 231.08 99.254187) + (xy 231.102205 99.252) (xy 233.850845 99.252) (xy 233.912647 99.401202) (xy 234.046927 99.602167) (xy 234.217833 99.773073) + (xy 234.418798 99.907353) (xy 234.642097 99.999847) (xy 234.879151 100.047) (xy 235.120849 100.047) (xy 235.357903 99.999847) + (xy 235.581202 99.907353) (xy 235.782167 99.773073) (xy 235.953073 99.602167) (xy 236.087353 99.401202) (xy 236.179847 99.177903) + (xy 236.227 98.940849) (xy 236.227 98.699151) (xy 236.179847 98.462097) (xy 236.087353 98.238798) (xy 235.953073 98.037833) + (xy 235.782167 97.866927) (xy 235.581202 97.732647) (xy 235.357903 97.640153) (xy 235.120849 97.593) (xy 234.879151 97.593) + (xy 234.642097 97.640153) (xy 234.418798 97.732647) (xy 234.217833 97.866927) (xy 234.046927 98.037833) (xy 233.912647 98.238798) + (xy 233.867414 98.348) (xy 231.267224 98.348) (xy 229.078375 96.159151) (xy 233.773 96.159151) (xy 233.773 96.400849) + (xy 233.820153 96.637903) (xy 233.912647 96.861202) (xy 234.046927 97.062167) (xy 234.217833 97.233073) (xy 234.418798 97.367353) + (xy 234.642097 97.459847) (xy 234.879151 97.507) (xy 235.120849 97.507) (xy 235.357903 97.459847) (xy 235.581202 97.367353) + (xy 235.782167 97.233073) (xy 235.953073 97.062167) (xy 236.087353 96.861202) (xy 236.179847 96.637903) (xy 236.227 96.400849) + (xy 236.227 96.159151) (xy 236.179847 95.922097) (xy 236.087353 95.698798) (xy 235.953073 95.497833) (xy 235.782167 95.326927) + (xy 235.581202 95.192647) (xy 235.357903 95.100153) (xy 235.120849 95.053) (xy 234.879151 95.053) (xy 234.642097 95.100153) + (xy 234.418798 95.192647) (xy 234.217833 95.326927) (xy 234.046927 95.497833) (xy 233.912647 95.698798) (xy 233.820153 95.922097) + (xy 233.773 96.159151) (xy 229.078375 96.159151) (xy 227.952 95.032777) (xy 227.952 91.35) (xy 233.771176 91.35) + (xy 233.771176 93.05) (xy 233.778455 93.123905) (xy 233.800012 93.19497) (xy 233.835019 93.260463) (xy 233.882131 93.317869) + (xy 233.939537 93.364981) (xy 234.00503 93.399988) (xy 234.076095 93.421545) (xy 234.15 93.428824) (xy 235.85 93.428824) + (xy 235.923905 93.421545) (xy 235.99497 93.399988) (xy 236.060463 93.364981) (xy 236.117869 93.317869) (xy 236.164981 93.260463) + (xy 236.199988 93.19497) (xy 236.221545 93.123905) (xy 236.228824 93.05) (xy 236.228824 91.35) (xy 236.221545 91.276095) + (xy 236.199988 91.20503) (xy 236.164981 91.139537) (xy 236.117869 91.082131) (xy 236.060463 91.035019) (xy 235.99497 91.000012) + (xy 235.923905 90.978455) (xy 235.85 90.971176) (xy 234.15 90.971176) (xy 234.076095 90.978455) (xy 234.00503 91.000012) + (xy 233.939537 91.035019) (xy 233.882131 91.082131) (xy 233.835019 91.139537) (xy 233.800012 91.20503) (xy 233.778455 91.276095) + (xy 233.771176 91.35) (xy 227.952 91.35) (xy 227.952 88.014246) (xy 227.972357 88.052332) (xy 228.028841 88.121159) + (xy 228.0461 88.135323) (xy 229.874686 89.96391) (xy 229.888841 89.981159) (xy 229.957667 90.037643) (xy 230.03619 90.079614) + (xy 230.095703 90.097667) (xy 230.121392 90.10546) (xy 230.209999 90.114187) (xy 230.232204 90.112) (xy 233.859129 90.112) + (xy 233.912647 90.241202) (xy 234.046927 90.442167) (xy 234.217833 90.613073) (xy 234.418798 90.747353) (xy 234.642097 90.839847) + (xy 234.879151 90.887) (xy 235.120849 90.887) (xy 235.357903 90.839847) (xy 235.581202 90.747353) (xy 235.782167 90.613073) + (xy 235.953073 90.442167) (xy 236.087353 90.241202) (xy 236.179847 90.017903) (xy 236.227 89.780849) (xy 236.227 89.539151) + (xy 236.179847 89.302097) (xy 236.087353 89.078798) (xy 235.953073 88.877833) (xy 235.782167 88.706927) (xy 235.581202 88.572647) + (xy 235.357903 88.480153) (xy 235.120849 88.433) (xy 234.879151 88.433) (xy 234.642097 88.480153) (xy 234.418798 88.572647) + (xy 234.217833 88.706927) (xy 234.046927 88.877833) (xy 233.912647 89.078798) (xy 233.859129 89.208) (xy 230.397225 89.208) + (xy 228.802 87.612777) (xy 228.802 83.205423) (xy 228.87586 83.131563) (xy 228.94995 83.02068) (xy 228.959178 82.998401) + (xy 233.384681 87.423905) (xy 233.398841 87.441159) (xy 233.467667 87.497643) (xy 233.533232 87.532688) (xy 233.54619 87.539614) + (xy 233.631392 87.56546) (xy 233.72 87.574187) (xy 233.742205 87.572) (xy 233.859129 87.572) (xy 233.912647 87.701202) + (xy 234.046927 87.902167) (xy 234.217833 88.073073) (xy 234.418798 88.207353) (xy 234.642097 88.299847) (xy 234.879151 88.347) + (xy 235.120849 88.347) (xy 235.357903 88.299847) (xy 235.581202 88.207353) (xy 235.782167 88.073073) (xy 235.953073 87.902167) + (xy 236.087353 87.701202) (xy 236.179847 87.477903) (xy 236.227 87.240849) (xy 236.227 86.999151) (xy 236.179847 86.762097) + (xy 236.087353 86.538798) (xy 235.953073 86.337833) (xy 235.782167 86.166927) (xy 235.581202 86.032647) (xy 235.357903 85.940153) + (xy 235.120849 85.893) (xy 234.879151 85.893) (xy 234.642097 85.940153) (xy 234.418798 86.032647) (xy 234.217833 86.166927) + (xy 234.046927 86.337833) (xy 233.912647 86.538798) (xy 233.873216 86.633992) (xy 228.352 81.112777) (xy 228.352 76.441223) + (xy 234.548001 82.637226) (xy 234.548 83.439129) (xy 234.418798 83.492647) (xy 234.217833 83.626927) (xy 234.046927 83.797833) + (xy 233.912647 83.998798) (xy 233.820153 84.222097) (xy 233.773 84.459151) (xy 233.773 84.700849) (xy 233.820153 84.937903) + (xy 233.912647 85.161202) (xy 234.046927 85.362167) (xy 234.217833 85.533073) (xy 234.418798 85.667353) (xy 234.642097 85.759847) + (xy 234.879151 85.807) (xy 235.120849 85.807) (xy 235.357903 85.759847) (xy 235.581202 85.667353) (xy 235.782167 85.533073) + (xy 235.953073 85.362167) (xy 236.087353 85.161202) (xy 236.179847 84.937903) (xy 236.227 84.700849) (xy 236.227 84.459151) + (xy 236.179847 84.222097) (xy 236.087353 83.998798) (xy 235.953073 83.797833) (xy 235.782167 83.626927) (xy 235.581202 83.492647) + (xy 235.452 83.439129) (xy 235.452 82.472204) (xy 235.454187 82.449999) (xy 235.44546 82.361392) (xy 235.419614 82.27619) + (xy 235.403377 82.245813) (xy 235.377643 82.197667) (xy 235.321159 82.128841) (xy 235.303911 82.114686) (xy 228.952 75.762777) + (xy 228.952 74.791219) (xy 229.564664 75.403884) (xy 229.578841 75.421159) (xy 229.5961 75.435323) (xy 236.698 82.537225) + (xy 236.698001 105.012775) (xy 235.412777 106.298) (xy 161.737225 106.298) (xy 160.677 105.237777) (xy 160.677 105.133321) + (xy 160.650984 105.002526) (xy 160.59995 104.87932) (xy 160.531582 104.777) (xy 162.206921 104.777) (xy 162.25 104.781243) + (xy 162.293079 104.777) (xy 191.656921 104.777) (xy 191.7 104.781243) (xy 191.743079 104.777) (xy 209.888087 104.777) + (xy 209.912467 104.899565) (xy 209.989885 105.086467) (xy 210.102277 105.254674) (xy 210.245326 105.397723) (xy 210.413533 105.510115) + (xy 210.600435 105.587533) (xy 210.798849 105.627) (xy 211.001151 105.627) (xy 211.199565 105.587533) (xy 211.386467 105.510115) + (xy 211.554674 105.397723) (xy 211.697723 105.254674) (xy 211.810115 105.086467) (xy 211.887533 104.899565) (xy 211.927 104.701151) + (xy 211.927 104.498849) (xy 211.887533 104.300435) (xy 211.8145 104.124119) (xy 211.8145 93.015334) (xy 211.831309 92.959922) + (xy 211.848242 92.788001) (xy 211.831309 92.616078) (xy 211.781161 92.450764) (xy 211.774035 92.437431) (xy 211.771842 92.415169) + (xy 211.737836 92.303068) (xy 211.682615 92.199756) (xy 211.608299 92.109201) (xy 211.517744 92.034885) (xy 211.414432 91.979664) + (xy 211.302331 91.945658) (xy 211.18575 91.934176) (xy 211.173486 91.934176) (xy 211.138922 91.923691) (xy 210.966999 91.906758) + (xy 210.795078 91.923691) (xy 210.760514 91.934176) (xy 210.74825 91.934176) (xy 210.631669 91.945658) (xy 210.519568 91.979664) + (xy 210.416256 92.034885) (xy 210.325701 92.109201) (xy 210.251385 92.199756) (xy 210.196164 92.303068) (xy 210.1795 92.358001) + (xy 210.162836 92.303068) (xy 210.107615 92.199756) (xy 210.033299 92.109201) (xy 209.942744 92.034885) (xy 209.839432 91.979664) + (xy 209.727331 91.945658) (xy 209.61075 91.934176) (xy 209.17325 91.934176) (xy 209.056669 91.945658) (xy 208.944568 91.979664) + (xy 208.841256 92.034885) (xy 208.750701 92.109201) (xy 208.676385 92.199756) (xy 208.621164 92.303068) (xy 208.611174 92.336) + (xy 208.544099 92.336) (xy 208.534229 92.317535) (xy 208.470328 92.239672) (xy 208.392465 92.175771) (xy 208.303632 92.128289) + (xy 208.207242 92.099049) (xy 208.107 92.089176) (xy 207.837 92.089176) (xy 207.736758 92.099049) (xy 207.640368 92.128289) + (xy 207.551535 92.175771) (xy 207.473672 92.239672) (xy 207.462 92.253894) (xy 207.450328 92.239672) (xy 207.372465 92.175771) + (xy 207.283632 92.128289) (xy 207.187242 92.099049) (xy 207.087 92.089176) (xy 206.817 92.089176) (xy 206.716758 92.099049) + (xy 206.620368 92.128289) (xy 206.531535 92.175771) (xy 206.453672 92.239672) (xy 206.389771 92.317535) (xy 206.342289 92.406368) + (xy 206.313049 92.502758) (xy 206.303176 92.603) (xy 206.303176 92.973) (xy 206.313049 93.073242) (xy 206.342289 93.169632) + (xy 206.389771 93.258465) (xy 206.453672 93.336328) (xy 206.500001 93.374349) (xy 206.500001 93.429785) (xy 206.497813 93.452) + (xy 206.50654 93.540607) (xy 206.532386 93.625809) (xy 206.573302 93.702357) (xy 206.574358 93.704333) (xy 206.630842 93.773159) + (xy 206.648096 93.787319) (xy 207.164681 94.303905) (xy 207.178841 94.321159) (xy 207.247667 94.377643) (xy 207.311257 94.411632) + (xy 207.32619 94.419614) (xy 207.403196 94.442974) (xy 207.331672 94.501672) (xy 207.32 94.515894) (xy 207.308328 94.501672) + (xy 207.230465 94.437771) (xy 207.141632 94.390289) (xy 207.045242 94.361049) (xy 206.945 94.351176) (xy 206.675 94.351176) + (xy 206.574758 94.361049) (xy 206.478368 94.390289) (xy 206.389535 94.437771) (xy 206.311672 94.501672) (xy 206.247771 94.579535) + (xy 206.200289 94.668368) (xy 206.171049 94.764758) (xy 206.161176 94.865) (xy 206.161176 95.235) (xy 206.171049 95.335242) + (xy 206.200289 95.431632) (xy 206.247771 95.520465) (xy 206.311672 95.598328) (xy 206.358001 95.636349) (xy 206.358 98.282776) + (xy 205.392777 99.248) (xy 202.491223 99.248) (xy 202.893905 98.845319) (xy 202.911159 98.831159) (xy 202.967643 98.762333) + (xy 203.009614 98.68381) (xy 203.012647 98.67381) (xy 203.03546 98.598608) (xy 203.044187 98.51) (xy 203.042 98.487795) + (xy 203.042 98.413702) (xy 203.063905 98.411545) (xy 203.13497 98.389988) (xy 203.200463 98.354981) (xy 203.257869 98.307869) + (xy 203.304981 98.250463) (xy 203.339988 98.18497) (xy 203.361545 98.113905) (xy 203.368824 98.04) (xy 203.368824 97.14) + (xy 203.361545 97.066095) (xy 203.357269 97.052) (xy 204.077795 97.052) (xy 204.1 97.054187) (xy 204.122205 97.052) + (xy 204.188607 97.04546) (xy 204.27381 97.019614) (xy 204.352333 96.977643) (xy 204.421159 96.921159) (xy 204.435323 96.9039) + (xy 204.865905 96.473319) (xy 204.883159 96.459159) (xy 204.939643 96.390333) (xy 204.981614 96.31181) (xy 204.981845 96.311049) + (xy 205.00746 96.226608) (xy 205.016187 96.138) (xy 205.014 96.115795) (xy 205.014 93.122099) (xy 205.032465 93.112229) + (xy 205.110328 93.048328) (xy 205.174229 92.970465) (xy 205.221711 92.881632) (xy 205.250951 92.785242) (xy 205.260824 92.685) + (xy 205.260824 92.415) (xy 205.250951 92.314758) (xy 205.221711 92.218368) (xy 205.174229 92.129535) (xy 205.110328 92.051672) + (xy 205.096106 92.04) (xy 205.110328 92.028328) (xy 205.174229 91.950465) (xy 205.221711 91.861632) (xy 205.250951 91.765242) + (xy 205.260824 91.665) (xy 205.260824 91.395) (xy 205.250951 91.294758) (xy 205.221711 91.198368) (xy 205.174229 91.109535) + (xy 205.110328 91.031672) (xy 205.032465 90.967771) (xy 204.943632 90.920289) (xy 204.847242 90.891049) (xy 204.747 90.881176) + (xy 204.377 90.881176) (xy 204.276758 90.891049) (xy 204.180368 90.920289) (xy 204.091535 90.967771) (xy 204.013672 91.031672) + (xy 203.959238 91.098) (xy 202.637224 91.098) (xy 202.602 91.062777) (xy 202.602 91.059496) (xy 202.668095 91.079545) + (xy 202.742 91.086824) (xy 203.642 91.086824) (xy 203.715905 91.079545) (xy 203.78697 91.057988) (xy 203.852463 91.022981) + (xy 203.909869 90.975869) (xy 203.956981 90.918463) (xy 203.991988 90.85297) (xy 203.997948 90.833321) (xy 207.923 90.833321) + (xy 207.923 90.966679) (xy 207.949016 91.097474) (xy 208.00005 91.22068) (xy 208.07414 91.331563) (xy 208.168437 91.42586) + (xy 208.27932 91.49995) (xy 208.402526 91.550984) (xy 208.533321 91.577) (xy 208.666679 91.577) (xy 208.797474 91.550984) + (xy 208.92068 91.49995) (xy 209.031563 91.42586) (xy 209.105423 91.352) (xy 217.994577 91.352) (xy 218.068437 91.42586) + (xy 218.17932 91.49995) (xy 218.302526 91.550984) (xy 218.433321 91.577) (xy 218.566679 91.577) (xy 218.697474 91.550984) + (xy 218.82068 91.49995) (xy 218.931563 91.42586) (xy 219.02586 91.331563) (xy 219.09995 91.22068) (xy 219.150984 91.097474) + (xy 219.177 90.966679) (xy 219.177 90.833321) (xy 219.150984 90.702526) (xy 219.09995 90.57932) (xy 219.02586 90.468437) + (xy 218.931563 90.37414) (xy 218.82068 90.30005) (xy 218.697474 90.249016) (xy 218.566679 90.223) (xy 218.433321 90.223) + (xy 218.302526 90.249016) (xy 218.17932 90.30005) (xy 218.068437 90.37414) (xy 217.994577 90.448) (xy 209.105423 90.448) + (xy 209.031563 90.37414) (xy 208.92068 90.30005) (xy 208.797474 90.249016) (xy 208.666679 90.223) (xy 208.533321 90.223) + (xy 208.402526 90.249016) (xy 208.27932 90.30005) (xy 208.168437 90.37414) (xy 208.07414 90.468437) (xy 208.00005 90.57932) + (xy 207.949016 90.702526) (xy 207.923 90.833321) (xy 203.997948 90.833321) (xy 204.013545 90.781905) (xy 204.020824 90.708) + (xy 204.020824 89.908) (xy 204.013545 89.834095) (xy 203.991988 89.76303) (xy 203.956981 89.697537) (xy 203.909869 89.640131) + (xy 203.852463 89.593019) (xy 203.78697 89.558012) (xy 203.715905 89.536455) (xy 203.644 89.529373) (xy 203.644 88.675223) + (xy 204.667225 87.652) (xy 208.448 87.652) (xy 208.448 87.877794) (xy 208.445813 87.9) (xy 208.45454 87.988607) + (xy 208.464973 88.023) (xy 208.480386 88.073809) (xy 208.522357 88.152332) (xy 208.578841 88.221159) (xy 208.5961 88.235323) + (xy 209.023 88.662224) (xy 209.023 88.766679) (xy 209.049016 88.897474) (xy 209.10005 89.02068) (xy 209.118305 89.048) + (xy 208.905423 89.048) (xy 208.831563 88.97414) (xy 208.72068 88.90005) (xy 208.597474 88.849016) (xy 208.466679 88.823) + (xy 208.333321 88.823) (xy 208.202526 88.849016) (xy 208.07932 88.90005) (xy 207.968437 88.97414) (xy 207.87414 89.068437) + (xy 207.80005 89.17932) (xy 207.749016 89.302526) (xy 207.723 89.433321) (xy 207.723 89.566679) (xy 207.749016 89.697474) + (xy 207.80005 89.82068) (xy 207.87414 89.931563) (xy 207.968437 90.02586) (xy 208.07932 90.09995) (xy 208.202526 90.150984) + (xy 208.333321 90.177) (xy 208.466679 90.177) (xy 208.597474 90.150984) (xy 208.72068 90.09995) (xy 208.831563 90.02586) + (xy 208.905423 89.952) (xy 217.994577 89.952) (xy 218.068437 90.02586) (xy 218.17932 90.09995) (xy 218.302526 90.150984) + (xy 218.433321 90.177) (xy 218.566679 90.177) (xy 218.697474 90.150984) (xy 218.82068 90.09995) (xy 218.931563 90.02586) + (xy 219.02586 89.931563) (xy 219.09995 89.82068) (xy 219.150984 89.697474) (xy 219.177 89.566679) (xy 219.177 89.433321) + (xy 219.150984 89.302526) (xy 219.09995 89.17932) (xy 219.02586 89.068437) (xy 218.931563 88.97414) (xy 218.82068 88.90005) + (xy 218.697474 88.849016) (xy 218.566679 88.823) (xy 218.433321 88.823) (xy 218.302526 88.849016) (xy 218.17932 88.90005) + (xy 218.068437 88.97414) (xy 217.994577 89.048) (xy 210.281695 89.048) (xy 210.29995 89.02068) (xy 210.350984 88.897474) + (xy 210.377 88.766679) (xy 210.377 88.633321) (xy 210.350984 88.502526) (xy 210.29995 88.37932) (xy 210.22586 88.268437) + (xy 210.131563 88.17414) (xy 210.02068 88.10005) (xy 209.897474 88.049016) (xy 209.766679 88.023) (xy 209.662224 88.023) + (xy 209.352 87.712777) (xy 209.352 87.652) (xy 215.394577 87.652) (xy 215.468437 87.72586) (xy 215.57932 87.79995) + (xy 215.702526 87.850984) (xy 215.833321 87.877) (xy 215.966679 87.877) (xy 216.097474 87.850984) (xy 216.22068 87.79995) + (xy 216.331563 87.72586) (xy 216.42586 87.631563) (xy 216.49995 87.52068) (xy 216.550984 87.397474) (xy 216.577 87.266679) + (xy 216.577 87.133321) (xy 216.550984 87.002526) (xy 216.49995 86.87932) (xy 216.42586 86.768437) (xy 216.331563 86.67414) + (xy 216.22068 86.60005) (xy 216.097474 86.549016) (xy 215.966679 86.523) (xy 215.833321 86.523) (xy 215.702526 86.549016) + (xy 215.57932 86.60005) (xy 215.468437 86.67414) (xy 215.394577 86.748) (xy 208.922205 86.748) (xy 208.9 86.745813) + (xy 208.877795 86.748) (xy 204.502204 86.748) (xy 204.479999 86.745813) (xy 204.391392 86.75454) (xy 204.30619 86.780386) + (xy 204.227667 86.822357) (xy 204.158841 86.878841) (xy 204.144685 86.89609) (xy 202.8881 88.152677) (xy 202.870841 88.166841) + (xy 202.814357 88.235668) (xy 202.791301 88.278804) (xy 202.772386 88.314191) (xy 202.74654 88.399393) (xy 202.737813 88.488) + (xy 202.74 88.510205) (xy 202.740001 89.529373) (xy 202.668095 89.536455) (xy 202.59703 89.558012) (xy 202.594797 89.559206) + (xy 202.584534 89.525374) (xy 202.569614 89.47619) (xy 202.527643 89.397667) (xy 202.471159 89.328841) (xy 202.453906 89.314682) + (xy 202.193323 89.0541) (xy 202.179159 89.036841) (xy 202.110333 88.980357) (xy 202.03181 88.938386) (xy 202.018494 88.934347) + (xy 202.013545 88.884095) (xy 201.991988 88.81303) (xy 201.956981 88.747537) (xy 201.909869 88.690131) (xy 201.852463 88.643019) + (xy 201.78697 88.608012) (xy 201.715905 88.586455) (xy 201.642 88.579176) (xy 200.742 88.579176) (xy 200.668095 88.586455) + (xy 200.59703 88.608012) (xy 200.531537 88.643019) (xy 200.474131 88.690131) (xy 200.427019 88.747537) (xy 200.392012 88.81303) + (xy 200.370455 88.884095) (xy 200.363176 88.958) (xy 200.363176 89.758) (xy 200.370455 89.831905) (xy 200.392012 89.90297) + (xy 200.427019 89.968463) (xy 200.474131 90.025869) (xy 200.531537 90.072981) (xy 200.59703 90.107988) (xy 200.668095 90.129545) + (xy 200.742 90.136824) (xy 201.642 90.136824) (xy 201.698 90.131308) (xy 201.698001 90.484692) (xy 201.642 90.479176) + (xy 200.742 90.479176) (xy 200.668095 90.486455) (xy 200.59703 90.508012) (xy 200.531537 90.543019) (xy 200.474131 90.590131) + (xy 200.427019 90.647537) (xy 200.392012 90.71303) (xy 200.370455 90.784095) (xy 200.363176 90.858) (xy 200.363176 91.658) + (xy 200.370455 91.731905) (xy 200.392012 91.80297) (xy 200.427019 91.868463) (xy 200.474131 91.925869) (xy 200.531537 91.972981) + (xy 200.59703 92.007988) (xy 200.668095 92.029545) (xy 200.74 92.036627) (xy 200.740001 92.323444) (xy 200.683672 92.369672) + (xy 200.619771 92.447535) (xy 200.593866 92.496) (xy 200.092493 92.496) (xy 200.058387 92.47777) (xy 199.975598 92.452656) + (xy 199.8895 92.444176) (xy 199.321258 92.444176) (xy 199.307537 92.418506) (xy 199.228185 92.321815) (xy 199.131494 92.242463) + (xy 199.105824 92.228742) (xy 199.105824 91.6605) (xy 199.097344 91.574402) (xy 199.07223 91.491613) (xy 199.031447 91.415314) + (xy 198.976563 91.348437) (xy 198.909686 91.293553) (xy 198.833387 91.25277) (xy 198.750598 91.227656) (xy 198.6645 91.219176) + (xy 198.5395 91.219176) (xy 198.453402 91.227656) (xy 198.370613 91.25277) (xy 198.352 91.262719) (xy 198.333387 91.25277) + (xy 198.250598 91.227656) (xy 198.242905 91.226898) (xy 198.188669 91.157548) (xy 198.09387 91.075944) (xy 197.984973 91.014403) + (xy 197.866162 90.975288) (xy 197.76075 90.963) (xy 197.602 91.12175) (xy 197.554 91.07375) (xy 197.554 90.874204) + (xy 197.556187 90.851999) (xy 197.54746 90.763392) (xy 197.541078 90.742355) (xy 197.521614 90.67819) (xy 197.479643 90.599667) + (xy 197.423159 90.530841) (xy 197.40591 90.516685) (xy 197.127 90.237776) (xy 197.127 90.133321) (xy 197.115313 90.074563) + (xy 197.21575 90.175) (xy 197.337348 90.165235) (xy 197.456878 90.128377) (xy 197.566921 90.068908) (xy 197.663247 89.989113) + (xy 197.742156 89.892059) (xy 197.800614 89.781476) (xy 197.836375 89.661613) (xy 197.848065 89.537077) (xy 197.845 89.51575) + (xy 197.68625 89.357) (xy 197.057 89.357) (xy 197.057 89.377) (xy 196.816755 89.377) (xy 196.82699 89.273079) + (xy 196.82699 88.287) (xy 197.057 88.287) (xy 197.057 89.103) (xy 197.21375 89.103) (xy 197.21575 89.105) + (xy 197.240655 89.103) (xy 197.68625 89.103) (xy 197.845 88.94425) (xy 197.848065 88.922923) (xy 197.836375 88.798387) + (xy 197.80553 88.695) (xy 197.836375 88.591613) (xy 197.848065 88.467077) (xy 197.845 88.44575) (xy 197.68625 88.287) + (xy 197.240655 88.287) (xy 197.21575 88.285) (xy 197.21375 88.287) (xy 197.057 88.287) (xy 196.82699 88.287) + (xy 196.82699 87.37375) (xy 197.057 87.37375) (xy 197.057 88.033) (xy 197.68625 88.033) (xy 197.845 87.87425) + (xy 197.848065 87.852923) (xy 197.836375 87.728387) (xy 197.800614 87.608524) (xy 197.742156 87.497941) (xy 197.663247 87.400887) + (xy 197.566921 87.321092) (xy 197.456878 87.261623) (xy 197.337348 87.224765) (xy 197.21575 87.215) (xy 197.057 87.37375) + (xy 196.82699 87.37375) (xy 196.82699 86.693089) (xy 196.831233 86.65001) (xy 196.82699 86.606931) (xy 196.82699 76.843069) + (xy 196.831233 76.79999) (xy 196.82699 76.75691) (xy 196.82699 56.413275) (xy 197.333266 55.907) (xy 198.453 55.907) + ) + ) + (filled_polygon + (pts + (xy 197.229 94.321) (xy 197.249 94.321) (xy 197.249 94.575) (xy 197.229 94.575) (xy 197.229 94.595) + (xy 196.975 94.595) (xy 196.975 94.575) (xy 196.955 94.575) (xy 196.955 94.321) (xy 196.975 94.321) + (xy 196.975 94.301) (xy 197.229 94.301) + ) + ) + (filled_polygon + (pts + (xy 205.958455 56.823905) (xy 205.980012 56.89497) (xy 206.001409 56.935) (xy 205.980012 56.97503) (xy 205.958455 57.046095) + (xy 205.951381 57.117919) (xy 205.929999 57.115813) (xy 205.841392 57.12454) (xy 205.821562 57.130556) (xy 205.75619 57.150386) + (xy 205.677667 57.192357) (xy 205.608841 57.248841) (xy 205.594685 57.26609) (xy 204.912777 57.948) (xy 204.566595 57.948) + (xy 204.608908 57.896921) (xy 204.668377 57.786878) (xy 204.705235 57.667348) (xy 204.715 57.54575) (xy 204.55625 57.387) + (xy 203.897 57.387) (xy 203.897 57.407) (xy 203.643 57.407) (xy 203.643 57.387) (xy 203.623 57.387) + (xy 203.623 57.133) (xy 203.643 57.133) (xy 203.643 57.113) (xy 203.897 57.113) (xy 203.897 57.133) + (xy 204.55625 57.133) (xy 204.715 56.97425) (xy 204.705235 56.852652) (xy 204.674198 56.752) (xy 205.951373 56.752) + ) + ) + ) + (zone (net 160) (net_name /elektronika.sch/GND) (layer B.Cu) (tstamp 603038FE) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 193 53) (xy 232.5 53) (xy 240 53) (xy 240 145) (xy 140 145) + (xy 140 45) (xy 193 45) + ) + ) + (filled_polygon + (pts + (xy 192.873 53) (xy 192.87544 53.024776) (xy 192.882667 53.048601) (xy 192.894403 53.070557) (xy 192.910197 53.089803) + (xy 192.929443 53.105597) (xy 192.951399 53.117333) (xy 192.975224 53.12456) (xy 193 53.127) (xy 239.373 53.127) + (xy 239.373 62.94201) (xy 239.321159 62.878841) (xy 239.303906 62.864682) (xy 234.135323 57.6961) (xy 234.121159 57.678841) + (xy 234.052333 57.622357) (xy 233.97381 57.580386) (xy 233.888607 57.55454) (xy 233.822205 57.548) (xy 233.8 57.545813) + (xy 233.777795 57.548) (xy 203.687224 57.548) (xy 203.535323 57.3961) (xy 203.521159 57.378841) (xy 203.452333 57.322357) + (xy 203.37381 57.280386) (xy 203.288607 57.25454) (xy 203.222205 57.248) (xy 203.2 57.245813) (xy 203.177795 57.248) + (xy 199.305423 57.248) (xy 199.252 57.194577) (xy 199.252 57.087223) (xy 199.587225 56.752) (xy 200.694577 56.752) + (xy 200.768437 56.82586) (xy 200.87932 56.89995) (xy 201.002526 56.950984) (xy 201.133321 56.977) (xy 201.266679 56.977) + (xy 201.397474 56.950984) (xy 201.52068 56.89995) (xy 201.631563 56.82586) (xy 201.72586 56.731563) (xy 201.79995 56.62068) + (xy 201.850984 56.497474) (xy 201.877 56.366679) (xy 201.877 56.233321) (xy 201.850984 56.102526) (xy 201.79995 55.97932) + (xy 201.72586 55.868437) (xy 201.631563 55.77414) (xy 201.52068 55.70005) (xy 201.397474 55.649016) (xy 201.266679 55.623) + (xy 201.133321 55.623) (xy 201.002526 55.649016) (xy 200.87932 55.70005) (xy 200.768437 55.77414) (xy 200.694577 55.848) + (xy 199.422204 55.848) (xy 199.399999 55.845813) (xy 199.311392 55.85454) (xy 199.22619 55.880386) (xy 199.147667 55.922357) + (xy 199.078841 55.978841) (xy 199.064685 55.99609) (xy 198.496095 56.564682) (xy 198.478842 56.578841) (xy 198.444506 56.62068) + (xy 198.422358 56.647667) (xy 198.380386 56.726191) (xy 198.35454 56.811393) (xy 198.345813 56.9) (xy 198.348001 56.922215) + (xy 198.348001 57.194576) (xy 198.27414 57.268437) (xy 198.20005 57.37932) (xy 198.149016 57.502526) (xy 198.123 57.633321) + (xy 198.123 57.766679) (xy 198.149016 57.897474) (xy 198.169945 57.948) (xy 190.887225 57.948) (xy 189.952 57.012777) + (xy 189.952 52.641209) (xy 190.045418 52.591276) (xy 190.194186 52.469186) (xy 190.262952 52.385394) (xy 190.274188 52.499482) + (xy 190.310498 52.61918) (xy 190.369463 52.729494) (xy 190.448815 52.826185) (xy 190.545506 52.905537) (xy 190.65582 52.964502) + (xy 190.775518 53.000812) (xy 190.9 53.013072) (xy 191.21425 53.01) (xy 191.373 52.85125) (xy 191.373 51.627) + (xy 191.627 51.627) (xy 191.627 52.85125) (xy 191.78575 53.01) (xy 192.1 53.013072) (xy 192.224482 53.000812) + (xy 192.34418 52.964502) (xy 192.454494 52.905537) (xy 192.551185 52.826185) (xy 192.630537 52.729494) (xy 192.689502 52.61918) + (xy 192.725812 52.499482) (xy 192.738072 52.375) (xy 192.735 51.78575) (xy 192.57625 51.627) (xy 191.627 51.627) + (xy 191.373 51.627) (xy 191.353 51.627) (xy 191.353 51.373) (xy 191.373 51.373) (xy 191.373 50.14875) + (xy 191.627 50.14875) (xy 191.627 51.373) (xy 192.57625 51.373) (xy 192.735 51.21425) (xy 192.738072 50.625) + (xy 192.725812 50.500518) (xy 192.689502 50.38082) (xy 192.630537 50.270506) (xy 192.551185 50.173815) (xy 192.454494 50.094463) + (xy 192.34418 50.035498) (xy 192.224482 49.999188) (xy 192.1 49.986928) (xy 191.78575 49.99) (xy 191.627 50.14875) + (xy 191.373 50.14875) (xy 191.21425 49.99) (xy 190.9 49.986928) (xy 190.775518 49.999188) (xy 190.65582 50.035498) + (xy 190.545506 50.094463) (xy 190.448815 50.173815) (xy 190.369463 50.270506) (xy 190.310498 50.38082) (xy 190.274188 50.500518) + (xy 190.262952 50.614606) (xy 190.194186 50.530814) (xy 190.045418 50.408724) (xy 189.875691 50.318003) (xy 189.691525 50.262137) + (xy 189.5 50.243273) (xy 189.308476 50.262137) (xy 189.12431 50.318003) (xy 188.954583 50.408724) (xy 188.805815 50.530814) + (xy 188.683725 50.679582) (xy 188.593003 50.849309) (xy 188.537137 51.033475) (xy 188.523 51.177007) (xy 188.523 51.822992) + (xy 188.537137 51.966524) (xy 188.593003 52.15069) (xy 188.683724 52.320418) (xy 188.805814 52.469186) (xy 188.954582 52.591276) + (xy 189.048 52.641209) (xy 189.048001 57.177785) (xy 189.045813 57.2) (xy 189.05454 57.288607) (xy 189.080386 57.373809) + (xy 189.083332 57.37932) (xy 189.122358 57.452333) (xy 189.178842 57.521159) (xy 189.196096 57.535319) (xy 190.364685 58.70391) + (xy 190.378841 58.721159) (xy 190.411547 58.748) (xy 188.987224 58.748) (xy 187.952 57.712777) (xy 187.952 52.641209) + (xy 188.045418 52.591276) (xy 188.194186 52.469186) (xy 188.316276 52.320418) (xy 188.406997 52.150691) (xy 188.462863 51.966525) + (xy 188.477 51.822993) (xy 188.477 51.177008) (xy 188.462863 51.033476) (xy 188.406997 50.849309) (xy 188.316276 50.679582) + (xy 188.194186 50.530814) (xy 188.045418 50.408724) (xy 187.875691 50.318003) (xy 187.691525 50.262137) (xy 187.5 50.243273) + (xy 187.308476 50.262137) (xy 187.12431 50.318003) (xy 186.954583 50.408724) (xy 186.805815 50.530814) (xy 186.683725 50.679582) + (xy 186.593003 50.849309) (xy 186.537137 51.033475) (xy 186.523 51.177007) (xy 186.523 51.822992) (xy 186.537137 51.966524) + (xy 186.593003 52.15069) (xy 186.683724 52.320418) (xy 186.805814 52.469186) (xy 186.954582 52.591276) (xy 187.048 52.641209) + (xy 187.048001 57.877785) (xy 187.045813 57.9) (xy 187.05454 57.988607) (xy 187.080386 58.073809) (xy 187.111256 58.131563) + (xy 187.122358 58.152333) (xy 187.178842 58.221159) (xy 187.196096 58.235319) (xy 188.464681 59.503905) (xy 188.478841 59.521159) + (xy 188.547667 59.577643) (xy 188.62619 59.619614) (xy 188.711392 59.64546) (xy 188.8 59.654187) (xy 188.822205 59.652) + (xy 202.894577 59.652) (xy 202.968437 59.72586) (xy 203.07932 59.79995) (xy 203.202526 59.850984) (xy 203.333321 59.877) + (xy 203.466679 59.877) (xy 203.597474 59.850984) (xy 203.72068 59.79995) (xy 203.831563 59.72586) (xy 203.92586 59.631563) + (xy 203.99995 59.52068) (xy 204.050984 59.397474) (xy 204.077 59.266679) (xy 204.077 59.133321) (xy 204.050984 59.002526) + (xy 203.99995 58.87932) (xy 203.92586 58.768437) (xy 203.831563 58.67414) (xy 203.72068 58.60005) (xy 203.597474 58.549016) + (xy 203.466679 58.523) (xy 203.333321 58.523) (xy 203.202526 58.549016) (xy 203.07932 58.60005) (xy 202.968437 58.67414) + (xy 202.894577 58.748) (xy 202.781695 58.748) (xy 202.79995 58.72068) (xy 202.850984 58.597474) (xy 202.877 58.466679) + (xy 202.877 58.333321) (xy 202.850984 58.202526) (xy 202.830055 58.152) (xy 203.012777 58.152) (xy 203.164681 58.303905) + (xy 203.178841 58.321159) (xy 203.247667 58.377643) (xy 203.32619 58.419614) (xy 203.411392 58.44546) (xy 203.499999 58.454187) + (xy 203.522204 58.452) (xy 233.612777 58.452) (xy 238.548 63.387224) (xy 238.548 77.137183) (xy 238.54546 77.111392) + (xy 238.539444 77.091562) (xy 238.519614 77.02619) (xy 238.477643 76.947667) (xy 238.421159 76.878841) (xy 238.403912 76.864687) + (xy 227.477 65.937777) (xy 227.477 65.833321) (xy 227.450984 65.702526) (xy 227.39995 65.57932) (xy 227.32586 65.468437) + (xy 227.231563 65.37414) (xy 227.12068 65.30005) (xy 226.997474 65.249016) (xy 226.866679 65.223) (xy 226.733321 65.223) + (xy 226.602526 65.249016) (xy 226.47932 65.30005) (xy 226.368437 65.37414) (xy 226.27414 65.468437) (xy 226.20005 65.57932) + (xy 226.149016 65.702526) (xy 226.123 65.833321) (xy 226.123 65.966679) (xy 226.149016 66.097474) (xy 226.20005 66.22068) + (xy 226.27414 66.331563) (xy 226.368437 66.42586) (xy 226.47932 66.49995) (xy 226.602526 66.550984) (xy 226.733321 66.577) + (xy 226.837777 66.577) (xy 237.648 77.387225) (xy 237.648001 126.112774) (xy 236.772777 126.988) (xy 235.940871 126.988) + (xy 235.887353 126.858798) (xy 235.753073 126.657833) (xy 235.582167 126.486927) (xy 235.381202 126.352647) (xy 235.157903 126.260153) + (xy 234.920849 126.213) (xy 234.679151 126.213) (xy 234.442097 126.260153) (xy 234.218798 126.352647) (xy 234.017833 126.486927) + (xy 233.846927 126.657833) (xy 233.712647 126.858798) (xy 233.620153 127.082097) (xy 233.573 127.319151) (xy 233.573 127.560849) + (xy 233.620153 127.797903) (xy 233.712647 128.021202) (xy 233.846927 128.222167) (xy 234.017833 128.393073) (xy 234.218798 128.527353) + (xy 234.442097 128.619847) (xy 234.679151 128.667) (xy 234.920849 128.667) (xy 235.157903 128.619847) (xy 235.381202 128.527353) + (xy 235.582167 128.393073) (xy 235.753073 128.222167) (xy 235.887353 128.021202) (xy 235.940871 127.892) (xy 236.937795 127.892) + (xy 236.96 127.894187) (xy 236.982205 127.892) (xy 237.048607 127.88546) (xy 237.13381 127.859614) (xy 237.212333 127.817643) + (xy 237.281159 127.761159) (xy 237.295323 127.7439) (xy 238.40391 126.635315) (xy 238.421159 126.621159) (xy 238.477643 126.552333) + (xy 238.519614 126.47381) (xy 238.54546 126.388607) (xy 238.548001 126.362809) (xy 238.548001 134.312774) (xy 237.312777 135.548) + (xy 231.822204 135.548) (xy 231.799999 135.545813) (xy 231.711392 135.55454) (xy 231.691562 135.560556) (xy 231.62619 135.580386) + (xy 231.547667 135.622357) (xy 231.478841 135.678841) (xy 231.464686 135.696089) (xy 229.237777 137.923) (xy 229.133321 137.923) + (xy 229.002526 137.949016) (xy 228.87932 138.00005) (xy 228.768437 138.07414) (xy 228.67414 138.168437) (xy 228.60005 138.27932) + (xy 228.549016 138.402526) (xy 228.523 138.533321) (xy 228.523 138.666679) (xy 228.549016 138.797474) (xy 228.60005 138.92068) + (xy 228.67414 139.031563) (xy 228.768437 139.12586) (xy 228.87932 139.19995) (xy 229.002526 139.250984) (xy 229.133321 139.277) + (xy 229.266679 139.277) (xy 229.397474 139.250984) (xy 229.52068 139.19995) (xy 229.631563 139.12586) (xy 229.72586 139.031563) + (xy 229.79995 138.92068) (xy 229.850984 138.797474) (xy 229.877 138.666679) (xy 229.877 138.562223) (xy 231.987225 136.452) + (xy 237.477795 136.452) (xy 237.5 136.454187) (xy 237.522205 136.452) (xy 237.588607 136.44546) (xy 237.67381 136.419614) + (xy 237.752333 136.377643) (xy 237.821159 136.321159) (xy 237.835323 136.3039) (xy 239.30391 134.835315) (xy 239.321159 134.821159) + (xy 239.373001 134.757989) (xy 239.373001 139.972063) (xy 239.301434 140.77395) (xy 239.177 141.228808) (xy 239.177 140.687093) + (xy 239.05491 140.073303) (xy 238.815421 139.495126) (xy 238.467737 138.974781) (xy 238.025219 138.532263) (xy 237.504874 138.184579) + (xy 236.926697 137.94509) (xy 236.312907 137.823) (xy 235.687093 137.823) (xy 235.073303 137.94509) (xy 234.495126 138.184579) + (xy 233.974781 138.532263) (xy 233.532263 138.974781) (xy 233.184579 139.495126) (xy 232.94509 140.073303) (xy 232.823 140.687093) + (xy 232.823 141.312907) (xy 232.94509 141.926697) (xy 233.184579 142.504874) (xy 233.532263 143.025219) (xy 233.974781 143.467737) + (xy 234.495126 143.815421) (xy 235.073303 144.05491) (xy 235.687093 144.177) (xy 236.249184 144.177) (xy 235.633632 144.324781) + (xy 234.977012 144.373) (xy 145.027926 144.373) (xy 144.22605 144.301434) (xy 143.771192 144.177) (xy 144.312907 144.177) + (xy 144.926697 144.05491) (xy 145.504874 143.815421) (xy 146.025219 143.467737) (xy 146.467737 143.025219) (xy 146.554861 142.894828) + (xy 147.412167 142.894828) (xy 147.412167 143.105172) (xy 147.453203 143.311475) (xy 147.533698 143.505809) (xy 147.65056 143.680704) + (xy 147.799296 143.82944) (xy 147.974191 143.946302) (xy 148.168525 144.026797) (xy 148.374828 144.067833) (xy 148.585172 144.067833) + (xy 148.791475 144.026797) (xy 148.985809 143.946302) (xy 149.160704 143.82944) (xy 149.30944 143.680704) (xy 149.426302 143.505809) + (xy 149.506797 143.311475) (xy 149.547833 143.105172) (xy 149.547833 142.894828) (xy 149.506797 142.688525) (xy 149.426302 142.494191) + (xy 149.30944 142.319296) (xy 149.160704 142.17056) (xy 148.985809 142.053698) (xy 148.791475 141.973203) (xy 148.585172 141.932167) + (xy 148.374828 141.932167) (xy 148.168525 141.973203) (xy 147.974191 142.053698) (xy 147.799296 142.17056) (xy 147.65056 142.319296) + (xy 147.533698 142.494191) (xy 147.453203 142.688525) (xy 147.412167 142.894828) (xy 146.554861 142.894828) (xy 146.815421 142.504874) + (xy 147.05491 141.926697) (xy 147.177 141.312907) (xy 147.177 140.687093) (xy 147.05491 140.073303) (xy 146.815421 139.495126) + (xy 146.467737 138.974781) (xy 146.025219 138.532263) (xy 145.504874 138.184579) (xy 144.926697 137.94509) (xy 144.312907 137.823) + (xy 143.687093 137.823) (xy 143.073303 137.94509) (xy 142.495126 138.184579) (xy 141.974781 138.532263) (xy 141.532263 138.974781) + (xy 141.184579 139.495126) (xy 140.94509 140.073303) (xy 140.823 140.687093) (xy 140.823 141.249184) (xy 140.675219 140.633632) + (xy 140.627 139.977012) (xy 140.627 135.864377) (xy 184.793 135.864377) (xy 184.793 136.135623) (xy 184.845917 136.401656) + (xy 184.949718 136.652254) (xy 185.100414 136.877787) (xy 185.292213 137.069586) (xy 185.517746 137.220282) (xy 185.768344 137.324083) + (xy 186.034377 137.377) (xy 186.305623 137.377) (xy 186.571656 137.324083) (xy 186.822254 137.220282) (xy 187.047787 137.069586) + (xy 187.239586 136.877787) (xy 187.390282 136.652254) (xy 187.494083 136.401656) (xy 187.547 136.135623) (xy 187.547 135.864377) + (xy 192.413 135.864377) (xy 192.413 136.135623) (xy 192.465917 136.401656) (xy 192.569718 136.652254) (xy 192.720414 136.877787) + (xy 192.912213 137.069586) (xy 193.137746 137.220282) (xy 193.388344 137.324083) (xy 193.654377 137.377) (xy 193.925623 137.377) + (xy 194.191656 137.324083) (xy 194.442254 137.220282) (xy 194.667787 137.069586) (xy 194.859586 136.877787) (xy 195.010282 136.652254) + (xy 195.114083 136.401656) (xy 195.167 136.135623) (xy 195.167 135.864377) (xy 195.114083 135.598344) (xy 195.010282 135.347746) + (xy 194.859586 135.122213) (xy 194.667787 134.930414) (xy 194.442254 134.779718) (xy 194.191656 134.675917) (xy 193.925623 134.623) + (xy 193.654377 134.623) (xy 193.388344 134.675917) (xy 193.137746 134.779718) (xy 192.912213 134.930414) (xy 192.720414 135.122213) + (xy 192.569718 135.347746) (xy 192.465917 135.598344) (xy 192.413 135.864377) (xy 187.547 135.864377) (xy 187.494083 135.598344) + (xy 187.390282 135.347746) (xy 187.239586 135.122213) (xy 187.047787 134.930414) (xy 186.822254 134.779718) (xy 186.571656 134.675917) + (xy 186.305623 134.623) (xy 186.034377 134.623) (xy 185.768344 134.675917) (xy 185.517746 134.779718) (xy 185.292213 134.930414) + (xy 185.100414 135.122213) (xy 184.949718 135.347746) (xy 184.845917 135.598344) (xy 184.793 135.864377) (xy 140.627 135.864377) + (xy 140.627 132.399151) (xy 233.573 132.399151) (xy 233.573 132.640849) (xy 233.620153 132.877903) (xy 233.712647 133.101202) + (xy 233.846927 133.302167) (xy 234.017833 133.473073) (xy 234.218798 133.607353) (xy 234.442097 133.699847) (xy 234.679151 133.747) + (xy 234.920849 133.747) (xy 235.157903 133.699847) (xy 235.381202 133.607353) (xy 235.582167 133.473073) (xy 235.753073 133.302167) + (xy 235.887353 133.101202) (xy 235.979847 132.877903) (xy 236.027 132.640849) (xy 236.027 132.399151) (xy 235.979847 132.162097) + (xy 235.887353 131.938798) (xy 235.753073 131.737833) (xy 235.582167 131.566927) (xy 235.381202 131.432647) (xy 235.157903 131.340153) + (xy 234.920849 131.293) (xy 234.679151 131.293) (xy 234.442097 131.340153) (xy 234.218798 131.432647) (xy 234.017833 131.566927) + (xy 233.846927 131.737833) (xy 233.712647 131.938798) (xy 233.620153 132.162097) (xy 233.573 132.399151) (xy 140.627 132.399151) + (xy 140.627 103.05) (xy 143.671176 103.05) (xy 143.671176 104.75) (xy 143.678455 104.823905) (xy 143.700012 104.89497) + (xy 143.735019 104.960463) (xy 143.782131 105.017869) (xy 143.839537 105.064981) (xy 143.90503 105.099988) (xy 143.976095 105.121545) + (xy 144.05 105.128824) (xy 145.75 105.128824) (xy 145.823905 105.121545) (xy 145.89497 105.099988) (xy 145.960463 105.064981) + (xy 146.017869 105.017869) (xy 146.064981 104.960463) (xy 146.099988 104.89497) (xy 146.121545 104.823905) (xy 146.128824 104.75) + (xy 146.128824 103.05) (xy 146.121545 102.976095) (xy 146.099988 102.90503) (xy 146.064981 102.839537) (xy 146.017869 102.782131) + (xy 145.960463 102.735019) (xy 145.89497 102.700012) (xy 145.823905 102.678455) (xy 145.75 102.671176) (xy 144.05 102.671176) + (xy 143.976095 102.678455) (xy 143.90503 102.700012) (xy 143.839537 102.735019) (xy 143.782131 102.782131) (xy 143.735019 102.839537) + (xy 143.700012 102.90503) (xy 143.678455 102.976095) (xy 143.671176 103.05) (xy 140.627 103.05) (xy 140.627 99.17689) + (xy 143.458524 99.17689) (xy 143.503175 99.324099) (xy 143.628359 99.58692) (xy 143.802412 99.820269) (xy 144.018645 100.015178) + (xy 144.268748 100.164157) (xy 144.436798 100.223769) (xy 144.318798 100.272647) (xy 144.117833 100.406927) (xy 143.946927 100.577833) + (xy 143.812647 100.778798) (xy 143.720153 101.002097) (xy 143.673 101.239151) (xy 143.673 101.480849) (xy 143.720153 101.717903) + (xy 143.812647 101.941202) (xy 143.946927 102.142167) (xy 144.117833 102.313073) (xy 144.318798 102.447353) (xy 144.542097 102.539847) + (xy 144.779151 102.587) (xy 145.020849 102.587) (xy 145.257903 102.539847) (xy 145.481202 102.447353) (xy 145.682167 102.313073) + (xy 145.853073 102.142167) (xy 145.987353 101.941202) (xy 146.065723 101.752) (xy 155.101572 101.752) (xy 155.068437 101.77414) + (xy 154.97414 101.868437) (xy 154.90005 101.97932) (xy 154.849016 102.102526) (xy 154.823 102.233321) (xy 154.823 102.366679) + (xy 154.849016 102.497474) (xy 154.90005 102.62068) (xy 154.97414 102.731563) (xy 155.048 102.805423) (xy 155.048001 107.377785) + (xy 155.045813 107.4) (xy 155.05454 107.488607) (xy 155.080386 107.573809) (xy 155.080387 107.57381) (xy 155.122358 107.652333) + (xy 155.178842 107.721159) (xy 155.196096 107.735319) (xy 156.164681 108.703905) (xy 156.178841 108.721159) (xy 156.247667 108.777643) + (xy 156.32619 108.819614) (xy 156.411392 108.84546) (xy 156.5 108.854187) (xy 156.522205 108.852) (xy 157.594577 108.852) + (xy 157.668437 108.92586) (xy 157.77932 108.99995) (xy 157.902526 109.050984) (xy 158.033321 109.077) (xy 158.166679 109.077) + (xy 158.297474 109.050984) (xy 158.42068 108.99995) (xy 158.531563 108.92586) (xy 158.62586 108.831563) (xy 158.69995 108.72068) + (xy 158.750984 108.597474) (xy 158.777 108.466679) (xy 158.777 108.333321) (xy 158.750984 108.202526) (xy 158.69995 108.07932) + (xy 158.62586 107.968437) (xy 158.531563 107.87414) (xy 158.42068 107.80005) (xy 158.297474 107.749016) (xy 158.166679 107.723) + (xy 158.033321 107.723) (xy 157.902526 107.749016) (xy 157.77932 107.80005) (xy 157.668437 107.87414) (xy 157.594577 107.948) + (xy 156.687224 107.948) (xy 155.952 107.212777) (xy 155.952 102.805423) (xy 156.02586 102.731563) (xy 156.09995 102.62068) + (xy 156.115424 102.583321) (xy 159.323 102.583321) (xy 159.323 102.716679) (xy 159.349016 102.847474) (xy 159.40005 102.97068) + (xy 159.47414 103.081563) (xy 159.548001 103.155424) (xy 159.548 104.694577) (xy 159.47414 104.768437) (xy 159.40005 104.87932) + (xy 159.349016 105.002526) (xy 159.323 105.133321) (xy 159.323 105.266679) (xy 159.349016 105.397474) (xy 159.40005 105.52068) + (xy 159.47414 105.631563) (xy 159.568437 105.72586) (xy 159.67932 105.79995) (xy 159.802526 105.850984) (xy 159.933321 105.877) + (xy 160.066679 105.877) (xy 160.197474 105.850984) (xy 160.32068 105.79995) (xy 160.431563 105.72586) (xy 160.52586 105.631563) + (xy 160.59995 105.52068) (xy 160.650984 105.397474) (xy 160.677 105.266679) (xy 160.677 105.133321) (xy 160.650984 105.002526) + (xy 160.59995 104.87932) (xy 160.52586 104.768437) (xy 160.452 104.694577) (xy 160.452 103.155423) (xy 160.52586 103.081563) + (xy 160.59995 102.97068) (xy 160.650984 102.847474) (xy 160.677 102.716679) (xy 160.677 102.583321) (xy 160.650984 102.452526) + (xy 160.59995 102.32932) (xy 160.52586 102.218437) (xy 160.431563 102.12414) (xy 160.32068 102.05005) (xy 160.197474 101.999016) + (xy 160.066679 101.973) (xy 159.933321 101.973) (xy 159.802526 101.999016) (xy 159.67932 102.05005) (xy 159.568437 102.12414) + (xy 159.47414 102.218437) (xy 159.40005 102.32932) (xy 159.349016 102.452526) (xy 159.323 102.583321) (xy 156.115424 102.583321) + (xy 156.150984 102.497474) (xy 156.177 102.366679) (xy 156.177 102.233321) (xy 156.150984 102.102526) (xy 156.09995 101.97932) + (xy 156.02586 101.868437) (xy 155.931563 101.77414) (xy 155.898428 101.752) (xy 163.245741 101.752) (xy 163.245326 101.752277) + (xy 163.102277 101.895326) (xy 162.989885 102.063533) (xy 162.912467 102.250435) (xy 162.873 102.448849) (xy 162.873 102.651151) + (xy 162.912467 102.849565) (xy 162.989885 103.036467) (xy 163.023001 103.086029) (xy 163.023 109.763973) (xy 162.989885 109.813533) + (xy 162.912467 110.000435) (xy 162.873 110.198849) (xy 162.873 110.401151) (xy 162.912467 110.599565) (xy 162.989885 110.786467) + (xy 163.102277 110.954674) (xy 163.245326 111.097723) (xy 163.413533 111.210115) (xy 163.600435 111.287533) (xy 163.798849 111.327) + (xy 164.001151 111.327) (xy 164.199565 111.287533) (xy 164.386467 111.210115) (xy 164.554674 111.097723) (xy 164.697723 110.954674) + (xy 164.810115 110.786467) (xy 164.887533 110.599565) (xy 164.927 110.401151) (xy 164.927 110.198849) (xy 164.887533 110.000435) + (xy 164.810115 109.813533) (xy 164.777 109.763973) (xy 164.777 103.086027) (xy 164.810115 103.036467) (xy 164.887533 102.849565) + (xy 164.927 102.651151) (xy 164.927 102.448849) (xy 164.887533 102.250435) (xy 164.810115 102.063533) (xy 164.697723 101.895326) + (xy 164.554674 101.752277) (xy 164.554259 101.752) (xy 177.090577 101.752) (xy 177.07414 101.768437) (xy 177.00005 101.87932) + (xy 176.949016 102.002526) (xy 176.923 102.133321) (xy 176.923 102.266679) (xy 176.949016 102.397474) (xy 177.00005 102.52068) + (xy 177.07414 102.631563) (xy 177.148 102.705423) (xy 177.148001 125.044576) (xy 177.07414 125.118437) (xy 177.00005 125.22932) + (xy 176.949016 125.352526) (xy 176.923 125.483321) (xy 176.923 125.616679) (xy 176.949016 125.747474) (xy 177.00005 125.87068) + (xy 177.07414 125.981563) (xy 177.168437 126.07586) (xy 177.27932 126.14995) (xy 177.402526 126.200984) (xy 177.533321 126.227) + (xy 177.666679 126.227) (xy 177.797474 126.200984) (xy 177.92068 126.14995) (xy 178.031563 126.07586) (xy 178.12586 125.981563) + (xy 178.19995 125.87068) (xy 178.250984 125.747474) (xy 178.277 125.616679) (xy 178.277 125.483321) (xy 178.250984 125.352526) + (xy 178.19995 125.22932) (xy 178.12586 125.118437) (xy 178.052 125.044577) (xy 178.052 102.705423) (xy 178.12586 102.631563) + (xy 178.19995 102.52068) (xy 178.250984 102.397474) (xy 178.277 102.266679) (xy 178.277 102.133321) (xy 178.250984 102.002526) + (xy 178.19995 101.87932) (xy 178.12586 101.768437) (xy 178.109423 101.752) (xy 183.690577 101.752) (xy 183.67414 101.768437) + (xy 183.60005 101.87932) (xy 183.549016 102.002526) (xy 183.523 102.133321) (xy 183.523 102.266679) (xy 183.549016 102.397474) + (xy 183.60005 102.52068) (xy 183.67414 102.631563) (xy 183.748 102.705423) (xy 183.748001 122.577785) (xy 183.745813 122.6) + (xy 183.75454 122.688607) (xy 183.780386 122.773809) (xy 183.780387 122.77381) (xy 183.822358 122.852333) (xy 183.878842 122.921159) + (xy 183.896096 122.935319) (xy 187.764681 126.803905) (xy 187.778841 126.821159) (xy 187.847667 126.877643) (xy 187.92619 126.919614) + (xy 188.011392 126.94546) (xy 188.1 126.954187) (xy 188.122205 126.952) (xy 218.194577 126.952) (xy 218.268437 127.02586) + (xy 218.37932 127.09995) (xy 218.502526 127.150984) (xy 218.633321 127.177) (xy 218.766679 127.177) (xy 218.897474 127.150984) + (xy 219.02068 127.09995) (xy 219.131563 127.02586) (xy 219.22586 126.931563) (xy 219.29995 126.82068) (xy 219.350984 126.697474) + (xy 219.377 126.566679) (xy 219.377 126.433321) (xy 219.350984 126.302526) (xy 219.29995 126.17932) (xy 219.22586 126.068437) + (xy 219.131563 125.97414) (xy 219.02068 125.90005) (xy 218.897474 125.849016) (xy 218.766679 125.823) (xy 218.633321 125.823) + (xy 218.502526 125.849016) (xy 218.37932 125.90005) (xy 218.268437 125.97414) (xy 218.194577 126.048) (xy 188.287224 126.048) + (xy 184.652 122.412777) (xy 184.652 102.705423) (xy 184.72586 102.631563) (xy 184.79995 102.52068) (xy 184.850984 102.397474) + (xy 184.877 102.266679) (xy 184.877 102.133321) (xy 184.850984 102.002526) (xy 184.79995 101.87932) (xy 184.72586 101.768437) + (xy 184.709423 101.752) (xy 185.718305 101.752) (xy 185.70005 101.77932) (xy 185.649016 101.902526) (xy 185.623 102.033321) + (xy 185.623 102.166679) (xy 185.649016 102.297474) (xy 185.70005 102.42068) (xy 185.77414 102.531563) (xy 185.848001 102.605424) + (xy 185.848 121.777795) (xy 185.845813 121.8) (xy 185.848 121.822204) (xy 185.85454 121.888606) (xy 185.880386 121.973809) + (xy 185.922357 122.052332) (xy 185.978841 122.121159) (xy 185.9961 122.135323) (xy 189.064681 125.203905) (xy 189.078841 125.221159) + (xy 189.147667 125.277643) (xy 189.22619 125.319614) (xy 189.311392 125.34546) (xy 189.399999 125.354187) (xy 189.422204 125.352) + (xy 216.094577 125.352) (xy 216.168437 125.42586) (xy 216.27932 125.49995) (xy 216.402526 125.550984) (xy 216.533321 125.577) + (xy 216.666679 125.577) (xy 216.797474 125.550984) (xy 216.92068 125.49995) (xy 217.031563 125.42586) (xy 217.12586 125.331563) + (xy 217.19995 125.22068) (xy 217.250984 125.097474) (xy 217.277 124.966679) (xy 217.277 124.833321) (xy 217.250984 124.702526) + (xy 217.19995 124.57932) (xy 217.12586 124.468437) (xy 217.031563 124.37414) (xy 216.92068 124.30005) (xy 216.797474 124.249016) + (xy 216.666679 124.223) (xy 216.533321 124.223) (xy 216.402526 124.249016) (xy 216.27932 124.30005) (xy 216.168437 124.37414) + (xy 216.094577 124.448) (xy 189.587224 124.448) (xy 186.752 121.612777) (xy 186.752 104.498849) (xy 209.873 104.498849) + (xy 209.873 104.701151) (xy 209.912467 104.899565) (xy 209.989885 105.086467) (xy 210.023001 105.136029) (xy 210.023 110.513973) + (xy 209.989885 110.563533) (xy 209.912467 110.750435) (xy 209.873 110.948849) (xy 209.873 111.151151) (xy 209.912467 111.349565) + (xy 209.989885 111.536467) (xy 210.102277 111.704674) (xy 210.245326 111.847723) (xy 210.413533 111.960115) (xy 210.600435 112.037533) + (xy 210.798849 112.077) (xy 211.001151 112.077) (xy 211.199565 112.037533) (xy 211.386467 111.960115) (xy 211.554674 111.847723) + (xy 211.697723 111.704674) (xy 211.810115 111.536467) (xy 211.887533 111.349565) (xy 211.927 111.151151) (xy 211.927 110.948849) + (xy 211.887533 110.750435) (xy 211.810115 110.563533) (xy 211.777 110.513973) (xy 211.777 105.136027) (xy 211.810115 105.086467) + (xy 211.887533 104.899565) (xy 211.927 104.701151) (xy 211.927 104.498849) (xy 211.887533 104.300435) (xy 211.810115 104.113533) + (xy 211.697723 103.945326) (xy 211.554674 103.802277) (xy 211.386467 103.689885) (xy 211.199565 103.612467) (xy 211.001151 103.573) + (xy 210.798849 103.573) (xy 210.600435 103.612467) (xy 210.413533 103.689885) (xy 210.245326 103.802277) (xy 210.102277 103.945326) + (xy 209.989885 104.113533) (xy 209.912467 104.300435) (xy 209.873 104.498849) (xy 186.752 104.498849) (xy 186.752 102.833321) + (xy 190.023 102.833321) (xy 190.023 102.966679) (xy 190.049016 103.097474) (xy 190.10005 103.22068) (xy 190.17414 103.331563) + (xy 190.268437 103.42586) (xy 190.37932 103.49995) (xy 190.502526 103.550984) (xy 190.633321 103.577) (xy 190.766679 103.577) + (xy 190.897474 103.550984) (xy 191.02068 103.49995) (xy 191.131563 103.42586) (xy 191.205423 103.352) (xy 212.194577 103.352) + (xy 212.268437 103.42586) (xy 212.37932 103.49995) (xy 212.502526 103.550984) (xy 212.633321 103.577) (xy 212.766679 103.577) + (xy 212.897474 103.550984) (xy 213.02068 103.49995) (xy 213.131563 103.42586) (xy 213.22586 103.331563) (xy 213.29995 103.22068) + (xy 213.350984 103.097474) (xy 213.377 102.966679) (xy 213.377 102.833321) (xy 213.350984 102.702526) (xy 213.29995 102.57932) + (xy 213.22586 102.468437) (xy 213.131563 102.37414) (xy 213.02068 102.30005) (xy 212.897474 102.249016) (xy 212.766679 102.223) + (xy 212.633321 102.223) (xy 212.502526 102.249016) (xy 212.37932 102.30005) (xy 212.268437 102.37414) (xy 212.194577 102.448) + (xy 191.205423 102.448) (xy 191.131563 102.37414) (xy 191.02068 102.30005) (xy 190.897474 102.249016) (xy 190.766679 102.223) + (xy 190.633321 102.223) (xy 190.502526 102.249016) (xy 190.37932 102.30005) (xy 190.268437 102.37414) (xy 190.17414 102.468437) + (xy 190.10005 102.57932) (xy 190.049016 102.702526) (xy 190.023 102.833321) (xy 186.752 102.833321) (xy 186.752 102.605423) + (xy 186.82586 102.531563) (xy 186.89995 102.42068) (xy 186.950984 102.297474) (xy 186.977 102.166679) (xy 186.977 102.033321) + (xy 186.950984 101.902526) (xy 186.89995 101.77932) (xy 186.881695 101.752) (xy 212.194577 101.752) (xy 212.268437 101.82586) + (xy 212.37932 101.89995) (xy 212.502526 101.950984) (xy 212.633321 101.977) (xy 212.766679 101.977) (xy 212.897474 101.950984) + (xy 213.02068 101.89995) (xy 213.131563 101.82586) (xy 213.22586 101.731563) (xy 213.29995 101.62068) (xy 213.350984 101.497474) + (xy 213.377 101.366679) (xy 213.377 101.233321) (xy 213.350984 101.102526) (xy 213.29995 100.97932) (xy 213.22586 100.868437) + (xy 213.131563 100.77414) (xy 213.02068 100.70005) (xy 212.897474 100.649016) (xy 212.766679 100.623) (xy 212.633321 100.623) + (xy 212.502526 100.649016) (xy 212.37932 100.70005) (xy 212.268437 100.77414) (xy 212.194577 100.848) (xy 186.881695 100.848) + (xy 186.89995 100.82068) (xy 186.950984 100.697474) (xy 186.977 100.566679) (xy 186.977 100.433321) (xy 186.950984 100.302526) + (xy 186.89995 100.17932) (xy 186.82586 100.068437) (xy 186.752 99.994577) (xy 186.752 97.787223) (xy 187.787224 96.752) + (xy 195.277795 96.752) (xy 195.3 96.754187) (xy 195.322205 96.752) (xy 195.388607 96.74546) (xy 195.47381 96.719614) + (xy 195.552333 96.677643) (xy 195.621159 96.621159) (xy 195.635323 96.6039) (xy 197.328906 94.910318) (xy 197.34616 94.896158) + (xy 197.402644 94.827332) (xy 197.444615 94.748809) (xy 197.470461 94.663606) (xy 197.477001 94.597204) (xy 197.479188 94.574999) + (xy 197.477001 94.552794) (xy 197.477001 84.133321) (xy 198.123 84.133321) (xy 198.123 84.266679) (xy 198.149016 84.397474) + (xy 198.20005 84.52068) (xy 198.27414 84.631563) (xy 198.348 84.705423) (xy 198.348001 98.477785) (xy 198.345813 98.5) + (xy 198.35454 98.588607) (xy 198.380386 98.673809) (xy 198.393932 98.699151) (xy 198.422358 98.752333) (xy 198.478842 98.821159) + (xy 198.496096 98.835319) (xy 198.964681 99.303905) (xy 198.978841 99.321159) (xy 199.047667 99.377643) (xy 199.12619 99.419614) + (xy 199.211392 99.44546) (xy 199.3 99.454187) (xy 199.322205 99.452) (xy 199.594573 99.452) (xy 199.668433 99.52586) + (xy 199.779316 99.59995) (xy 199.902522 99.650984) (xy 200.033317 99.677) (xy 200.166675 99.677) (xy 200.29747 99.650984) + (xy 200.420676 99.59995) (xy 200.531559 99.52586) (xy 200.625856 99.431563) (xy 200.699946 99.32068) (xy 200.75098 99.197474) + (xy 200.776996 99.066679) (xy 200.776996 98.933321) (xy 200.75098 98.802526) (xy 200.699946 98.67932) (xy 200.625856 98.568437) + (xy 200.531559 98.47414) (xy 200.420676 98.40005) (xy 200.29747 98.349016) (xy 200.166675 98.323) (xy 200.033317 98.323) + (xy 199.902522 98.349016) (xy 199.779316 98.40005) (xy 199.668433 98.47414) (xy 199.594573 98.548) (xy 199.487224 98.548) + (xy 199.252 98.312777) (xy 199.252 94.456321) (xy 201.023 94.456321) (xy 201.023 94.589679) (xy 201.049016 94.720474) + (xy 201.10005 94.84368) (xy 201.17414 94.954563) (xy 201.268437 95.04886) (xy 201.37932 95.12295) (xy 201.502526 95.173984) + (xy 201.633321 95.2) (xy 201.766679 95.2) (xy 201.897474 95.173984) (xy 202.02068 95.12295) (xy 202.131563 95.04886) + (xy 202.205423 94.975) (xy 203.354795 94.975) (xy 203.377 94.977187) (xy 203.399205 94.975) (xy 203.465607 94.96846) + (xy 203.55081 94.942614) (xy 203.629333 94.900643) (xy 203.698159 94.844159) (xy 203.712323 94.8269) (xy 207.185313 91.353911) + (xy 207.185318 91.353905) (xy 207.187223 91.352) (xy 208.094577 91.352) (xy 208.168437 91.42586) (xy 208.27932 91.49995) + (xy 208.402526 91.550984) (xy 208.533321 91.577) (xy 208.666679 91.577) (xy 208.797474 91.550984) (xy 208.92068 91.49995) + (xy 209.031563 91.42586) (xy 209.12586 91.331563) (xy 209.19995 91.22068) (xy 209.250984 91.097474) (xy 209.277 90.966679) + (xy 209.277 90.833321) (xy 209.250984 90.702526) (xy 209.19995 90.57932) (xy 209.12586 90.468437) (xy 209.031563 90.37414) + (xy 208.92068 90.30005) (xy 208.797474 90.249016) (xy 208.666679 90.223) (xy 208.533321 90.223) (xy 208.402526 90.249016) + (xy 208.27932 90.30005) (xy 208.168437 90.37414) (xy 208.094577 90.448) (xy 207.022204 90.448) (xy 206.999999 90.445813) + (xy 206.911392 90.45454) (xy 206.869418 90.467273) (xy 206.82619 90.480386) (xy 206.747667 90.522357) (xy 206.678841 90.578841) + (xy 206.664677 90.5961) (xy 206.546095 90.714682) (xy 206.546089 90.714687) (xy 203.442273 93.818504) (xy 203.450984 93.797474) + (xy 203.477 93.666679) (xy 203.477 93.562223) (xy 207.087224 89.952) (xy 207.894577 89.952) (xy 207.968437 90.02586) + (xy 208.07932 90.09995) (xy 208.202526 90.150984) (xy 208.333321 90.177) (xy 208.466679 90.177) (xy 208.597474 90.150984) + (xy 208.72068 90.09995) (xy 208.831563 90.02586) (xy 208.92586 89.931563) (xy 208.99995 89.82068) (xy 209.050984 89.697474) + (xy 209.077 89.566679) (xy 209.077 89.433321) (xy 209.050984 89.302526) (xy 208.99995 89.17932) (xy 208.92586 89.068437) + (xy 208.831563 88.97414) (xy 208.72068 88.90005) (xy 208.597474 88.849016) (xy 208.466679 88.823) (xy 208.333321 88.823) + (xy 208.202526 88.849016) (xy 208.07932 88.90005) (xy 207.968437 88.97414) (xy 207.894577 89.048) (xy 206.922205 89.048) + (xy 206.9 89.045813) (xy 206.877795 89.048) (xy 206.811393 89.05454) (xy 206.72619 89.080386) (xy 206.647667 89.122357) + (xy 206.578841 89.178841) (xy 206.564677 89.1961) (xy 206.546095 89.214682) (xy 206.546089 89.214687) (xy 202.837777 92.923) + (xy 202.733321 92.923) (xy 202.602526 92.949016) (xy 202.47932 93.00005) (xy 202.368437 93.07414) (xy 202.27414 93.168437) + (xy 202.20005 93.27932) (xy 202.149016 93.402526) (xy 202.123 93.533321) (xy 202.123 93.666679) (xy 202.149016 93.797474) + (xy 202.20005 93.92068) (xy 202.27414 94.031563) (xy 202.313577 94.071) (xy 202.205423 94.071) (xy 202.131563 93.99714) + (xy 202.02068 93.92305) (xy 201.897474 93.872016) (xy 201.766679 93.846) (xy 201.633321 93.846) (xy 201.502526 93.872016) + (xy 201.37932 93.92305) (xy 201.268437 93.99714) (xy 201.17414 94.091437) (xy 201.10005 94.20232) (xy 201.049016 94.325526) + (xy 201.023 94.456321) (xy 199.252 94.456321) (xy 199.252 88.633321) (xy 209.023 88.633321) (xy 209.023 88.766679) + (xy 209.049016 88.897474) (xy 209.10005 89.02068) (xy 209.17414 89.131563) (xy 209.268437 89.22586) (xy 209.37932 89.29995) + (xy 209.502526 89.350984) (xy 209.633321 89.377) (xy 209.737777 89.377) (xy 214.048001 93.687226) (xy 214.048 102.271202) + (xy 214.048001 102.271212) (xy 214.048 118.294577) (xy 213.97414 118.368437) (xy 213.90005 118.47932) (xy 213.849016 118.602526) + (xy 213.823 118.733321) (xy 213.823 118.866679) (xy 213.849016 118.997474) (xy 213.90005 119.12068) (xy 213.97414 119.231563) + (xy 214.068437 119.32586) (xy 214.17932 119.39995) (xy 214.302526 119.450984) (xy 214.433321 119.477) (xy 214.566679 119.477) + (xy 214.697474 119.450984) (xy 214.82068 119.39995) (xy 214.931563 119.32586) (xy 215.02586 119.231563) (xy 215.09995 119.12068) + (xy 215.150984 118.997474) (xy 215.177 118.866679) (xy 215.177 118.733321) (xy 215.150984 118.602526) (xy 215.09995 118.47932) + (xy 215.02586 118.368437) (xy 214.952 118.294577) (xy 214.952 99.833321) (xy 219.023 99.833321) (xy 219.023 99.966679) + (xy 219.049016 100.097474) (xy 219.10005 100.22068) (xy 219.17414 100.331563) (xy 219.248 100.405423) (xy 219.248001 118.594576) + (xy 219.17414 118.668437) (xy 219.10005 118.77932) (xy 219.049016 118.902526) (xy 219.023 119.033321) (xy 219.023 119.166679) + (xy 219.049016 119.297474) (xy 219.10005 119.42068) (xy 219.17414 119.531563) (xy 219.268437 119.62586) (xy 219.37932 119.69995) + (xy 219.502526 119.750984) (xy 219.633321 119.777) (xy 219.766679 119.777) (xy 219.897474 119.750984) (xy 220.02068 119.69995) + (xy 220.131563 119.62586) (xy 220.22586 119.531563) (xy 220.29995 119.42068) (xy 220.350984 119.297474) (xy 220.377 119.166679) + (xy 220.377 119.033321) (xy 220.350984 118.902526) (xy 220.29995 118.77932) (xy 220.22586 118.668437) (xy 220.152 118.594577) + (xy 220.152 100.405423) (xy 220.22586 100.331563) (xy 220.29995 100.22068) (xy 220.350984 100.097474) (xy 220.377 99.966679) + (xy 220.377 99.833321) (xy 220.350984 99.702526) (xy 220.29995 99.57932) (xy 220.22586 99.468437) (xy 220.131563 99.37414) + (xy 220.02068 99.30005) (xy 219.897474 99.249016) (xy 219.766679 99.223) (xy 219.633321 99.223) (xy 219.502526 99.249016) + (xy 219.37932 99.30005) (xy 219.268437 99.37414) (xy 219.17414 99.468437) (xy 219.10005 99.57932) (xy 219.049016 99.702526) + (xy 219.023 99.833321) (xy 214.952 99.833321) (xy 214.952 93.522204) (xy 214.954187 93.499999) (xy 214.94546 93.411392) + (xy 214.919614 93.32619) (xy 214.915166 93.317869) (xy 214.877643 93.247667) (xy 214.821159 93.178841) (xy 214.803911 93.164686) + (xy 210.377 88.737777) (xy 210.377 88.633321) (xy 210.350984 88.502526) (xy 210.29995 88.37932) (xy 210.22586 88.268437) + (xy 210.131563 88.17414) (xy 210.02068 88.10005) (xy 209.897474 88.049016) (xy 209.766679 88.023) (xy 209.633321 88.023) + (xy 209.502526 88.049016) (xy 209.37932 88.10005) (xy 209.268437 88.17414) (xy 209.17414 88.268437) (xy 209.10005 88.37932) + (xy 209.049016 88.502526) (xy 209.023 88.633321) (xy 199.252 88.633321) (xy 199.252 84.705423) (xy 199.32586 84.631563) + (xy 199.39995 84.52068) (xy 199.450984 84.397474) (xy 199.477 84.266679) (xy 199.477 84.133321) (xy 199.450984 84.002526) + (xy 199.39995 83.87932) (xy 199.32586 83.768437) (xy 199.231563 83.67414) (xy 199.12068 83.60005) (xy 198.997474 83.549016) + (xy 198.866679 83.523) (xy 198.733321 83.523) (xy 198.602526 83.549016) (xy 198.47932 83.60005) (xy 198.368437 83.67414) + (xy 198.27414 83.768437) (xy 198.20005 83.87932) (xy 198.149016 84.002526) (xy 198.123 84.133321) (xy 197.477001 84.133321) + (xy 197.477001 76.362222) (xy 202.005903 71.833321) (xy 204.023 71.833321) (xy 204.023 71.966679) (xy 204.049016 72.097474) + (xy 204.10005 72.22068) (xy 204.17414 72.331563) (xy 204.248001 72.405424) (xy 204.248 79.377799) (xy 204.248 79.522204) + (xy 204.248001 79.522214) (xy 204.248 81.777795) (xy 204.245813 81.8) (xy 204.248 81.822204) (xy 204.25454 81.888606) + (xy 204.280386 81.973809) (xy 204.322357 82.052332) (xy 204.378841 82.121159) (xy 204.3961 82.135323) (xy 221.391995 99.13122) + (xy 221.302526 99.149016) (xy 221.17932 99.20005) (xy 221.068437 99.27414) (xy 220.97414 99.368437) (xy 220.90005 99.47932) + (xy 220.849016 99.602526) (xy 220.823 99.733321) (xy 220.823 99.866679) (xy 220.849016 99.997474) (xy 220.90005 100.12068) + (xy 220.97414 100.231563) (xy 221.048 100.305423) (xy 221.048001 127.777785) (xy 221.045813 127.8) (xy 221.05454 127.888607) + (xy 221.080386 127.973809) (xy 221.080387 127.97381) (xy 221.122358 128.052333) (xy 221.178842 128.121159) (xy 221.196096 128.135319) + (xy 223.344681 130.283905) (xy 223.358841 130.301159) (xy 223.427667 130.357643) (xy 223.50619 130.399614) (xy 223.591392 130.42546) + (xy 223.68 130.434187) (xy 223.702205 130.432) (xy 233.659129 130.432) (xy 233.712647 130.561202) (xy 233.846927 130.762167) + (xy 234.017833 130.933073) (xy 234.218798 131.067353) (xy 234.442097 131.159847) (xy 234.679151 131.207) (xy 234.920849 131.207) + (xy 235.157903 131.159847) (xy 235.381202 131.067353) (xy 235.582167 130.933073) (xy 235.753073 130.762167) (xy 235.887353 130.561202) + (xy 235.979847 130.337903) (xy 236.027 130.100849) (xy 236.027 129.859151) (xy 235.979847 129.622097) (xy 235.887353 129.398798) + (xy 235.753073 129.197833) (xy 235.582167 129.026927) (xy 235.381202 128.892647) (xy 235.157903 128.800153) (xy 234.920849 128.753) + (xy 234.679151 128.753) (xy 234.442097 128.800153) (xy 234.218798 128.892647) (xy 234.017833 129.026927) (xy 233.846927 129.197833) + (xy 233.712647 129.398798) (xy 233.659129 129.528) (xy 223.867224 129.528) (xy 221.952 127.612777) (xy 221.952 126.433321) + (xy 222.823 126.433321) (xy 222.823 126.566679) (xy 222.849016 126.697474) (xy 222.90005 126.82068) (xy 222.97414 126.931563) + (xy 223.068437 127.02586) (xy 223.17932 127.09995) (xy 223.302526 127.150984) (xy 223.433321 127.177) (xy 223.566679 127.177) + (xy 223.697474 127.150984) (xy 223.82068 127.09995) (xy 223.931563 127.02586) (xy 224.005423 126.952) (xy 226.077795 126.952) + (xy 226.1 126.954187) (xy 226.122205 126.952) (xy 226.188607 126.94546) (xy 226.27381 126.919614) (xy 226.352333 126.877643) + (xy 226.421159 126.821159) (xy 226.435323 126.8039) (xy 228.460072 124.779151) (xy 233.573 124.779151) (xy 233.573 125.020849) + (xy 233.620153 125.257903) (xy 233.712647 125.481202) (xy 233.846927 125.682167) (xy 234.017833 125.853073) (xy 234.218798 125.987353) + (xy 234.442097 126.079847) (xy 234.679151 126.127) (xy 234.920849 126.127) (xy 235.157903 126.079847) (xy 235.381202 125.987353) + (xy 235.582167 125.853073) (xy 235.753073 125.682167) (xy 235.887353 125.481202) (xy 235.979847 125.257903) (xy 236.027 125.020849) + (xy 236.027 124.779151) (xy 235.979847 124.542097) (xy 235.887353 124.318798) (xy 235.753073 124.117833) (xy 235.582167 123.946927) + (xy 235.381202 123.812647) (xy 235.157903 123.720153) (xy 234.920849 123.673) (xy 234.679151 123.673) (xy 234.442097 123.720153) + (xy 234.218798 123.812647) (xy 234.017833 123.946927) (xy 233.846927 124.117833) (xy 233.712647 124.318798) (xy 233.620153 124.542097) + (xy 233.573 124.779151) (xy 228.460072 124.779151) (xy 231.000072 122.239151) (xy 233.573 122.239151) (xy 233.573 122.480849) + (xy 233.620153 122.717903) (xy 233.712647 122.941202) (xy 233.846927 123.142167) (xy 234.017833 123.313073) (xy 234.218798 123.447353) + (xy 234.442097 123.539847) (xy 234.679151 123.587) (xy 234.920849 123.587) (xy 235.157903 123.539847) (xy 235.381202 123.447353) + (xy 235.582167 123.313073) (xy 235.753073 123.142167) (xy 235.887353 122.941202) (xy 235.979847 122.717903) (xy 236.027 122.480849) + (xy 236.027 122.239151) (xy 235.979847 122.002097) (xy 235.887353 121.778798) (xy 235.753073 121.577833) (xy 235.582167 121.406927) + (xy 235.381202 121.272647) (xy 235.157903 121.180153) (xy 234.920849 121.133) (xy 234.679151 121.133) (xy 234.442097 121.180153) + (xy 234.218798 121.272647) (xy 234.017833 121.406927) (xy 233.846927 121.577833) (xy 233.712647 121.778798) (xy 233.620153 122.002097) + (xy 233.573 122.239151) (xy 231.000072 122.239151) (xy 232.967224 120.272) (xy 233.659129 120.272) (xy 233.712647 120.401202) + (xy 233.846927 120.602167) (xy 234.017833 120.773073) (xy 234.218798 120.907353) (xy 234.442097 120.999847) (xy 234.679151 121.047) + (xy 234.920849 121.047) (xy 235.157903 120.999847) (xy 235.381202 120.907353) (xy 235.582167 120.773073) (xy 235.753073 120.602167) + (xy 235.887353 120.401202) (xy 235.979847 120.177903) (xy 236.027 119.940849) (xy 236.027 119.699151) (xy 235.979847 119.462097) + (xy 235.887353 119.238798) (xy 235.753073 119.037833) (xy 235.582167 118.866927) (xy 235.381202 118.732647) (xy 235.157903 118.640153) + (xy 234.920849 118.593) (xy 234.679151 118.593) (xy 234.442097 118.640153) (xy 234.218798 118.732647) (xy 234.017833 118.866927) + (xy 233.846927 119.037833) (xy 233.712647 119.238798) (xy 233.659129 119.368) (xy 232.802205 119.368) (xy 232.78 119.365813) + (xy 232.691392 119.37454) (xy 232.607627 119.39995) (xy 232.60619 119.400386) (xy 232.527667 119.442357) (xy 232.458841 119.498841) + (xy 232.444681 119.516095) (xy 225.912777 126.048) (xy 224.005423 126.048) (xy 223.931563 125.97414) (xy 223.82068 125.90005) + (xy 223.697474 125.849016) (xy 223.566679 125.823) (xy 223.433321 125.823) (xy 223.302526 125.849016) (xy 223.17932 125.90005) + (xy 223.068437 125.97414) (xy 222.97414 126.068437) (xy 222.90005 126.17932) (xy 222.849016 126.302526) (xy 222.823 126.433321) + (xy 221.952 126.433321) (xy 221.952 117.159151) (xy 233.573 117.159151) (xy 233.573 117.400849) (xy 233.620153 117.637903) + (xy 233.712647 117.861202) (xy 233.846927 118.062167) (xy 234.017833 118.233073) (xy 234.218798 118.367353) (xy 234.442097 118.459847) + (xy 234.679151 118.507) (xy 234.920849 118.507) (xy 235.157903 118.459847) (xy 235.381202 118.367353) (xy 235.582167 118.233073) + (xy 235.753073 118.062167) (xy 235.887353 117.861202) (xy 235.979847 117.637903) (xy 236.027 117.400849) (xy 236.027 117.159151) + (xy 235.979847 116.922097) (xy 235.887353 116.698798) (xy 235.753073 116.497833) (xy 235.582167 116.326927) (xy 235.381202 116.192647) + (xy 235.157903 116.100153) (xy 234.920849 116.053) (xy 234.679151 116.053) (xy 234.442097 116.100153) (xy 234.218798 116.192647) + (xy 234.017833 116.326927) (xy 233.846927 116.497833) (xy 233.712647 116.698798) (xy 233.620153 116.922097) (xy 233.573 117.159151) + (xy 221.952 117.159151) (xy 221.952 112.55689) (xy 233.358524 112.55689) (xy 233.403175 112.704099) (xy 233.528359 112.96692) + (xy 233.702412 113.200269) (xy 233.918645 113.395178) (xy 234.168748 113.544157) (xy 234.336798 113.603769) (xy 234.218798 113.652647) + (xy 234.017833 113.786927) (xy 233.846927 113.957833) (xy 233.712647 114.158798) (xy 233.620153 114.382097) (xy 233.573 114.619151) + (xy 233.573 114.860849) (xy 233.620153 115.097903) (xy 233.712647 115.321202) (xy 233.846927 115.522167) (xy 234.017833 115.693073) + (xy 234.218798 115.827353) (xy 234.442097 115.919847) (xy 234.679151 115.967) (xy 234.920849 115.967) (xy 235.157903 115.919847) + (xy 235.381202 115.827353) (xy 235.582167 115.693073) (xy 235.753073 115.522167) (xy 235.887353 115.321202) (xy 235.979847 115.097903) + (xy 236.027 114.860849) (xy 236.027 114.619151) (xy 235.979847 114.382097) (xy 235.887353 114.158798) (xy 235.753073 113.957833) + (xy 235.582167 113.786927) (xy 235.381202 113.652647) (xy 235.263202 113.603769) (xy 235.431252 113.544157) (xy 235.681355 113.395178) + (xy 235.897588 113.200269) (xy 236.071641 112.96692) (xy 236.196825 112.704099) (xy 236.241476 112.55689) (xy 236.120155 112.327) + (xy 234.927 112.327) (xy 234.927 112.347) (xy 234.673 112.347) (xy 234.673 112.327) (xy 233.479845 112.327) + (xy 233.358524 112.55689) (xy 221.952 112.55689) (xy 221.952 111.84311) (xy 233.358524 111.84311) (xy 233.479845 112.073) + (xy 234.673 112.073) (xy 234.673 112.053) (xy 234.927 112.053) (xy 234.927 112.073) (xy 236.120155 112.073) + (xy 236.241476 111.84311) (xy 236.196825 111.695901) (xy 236.071641 111.43308) (xy 235.897588 111.199731) (xy 235.681355 111.004822) + (xy 235.48662 110.888824) (xy 235.65 110.888824) (xy 235.723905 110.881545) (xy 235.79497 110.859988) (xy 235.860463 110.824981) + (xy 235.917869 110.777869) (xy 235.964981 110.720463) (xy 235.999988 110.65497) (xy 236.021545 110.583905) (xy 236.028824 110.51) + (xy 236.028824 108.81) (xy 236.021545 108.736095) (xy 235.999988 108.66503) (xy 235.964981 108.599537) (xy 235.917869 108.542131) + (xy 235.860463 108.495019) (xy 235.79497 108.460012) (xy 235.723905 108.438455) (xy 235.65 108.431176) (xy 235.508047 108.431176) + (xy 236.462224 107.477) (xy 236.566679 107.477) (xy 236.697474 107.450984) (xy 236.82068 107.39995) (xy 236.931563 107.32586) + (xy 237.02586 107.231563) (xy 237.09995 107.12068) (xy 237.150984 106.997474) (xy 237.177 106.866679) (xy 237.177 106.733321) + (xy 237.150984 106.602526) (xy 237.09995 106.47932) (xy 237.02586 106.368437) (xy 236.931563 106.27414) (xy 236.82068 106.20005) + (xy 236.697474 106.149016) (xy 236.566679 106.123) (xy 236.433321 106.123) (xy 236.302526 106.149016) (xy 236.17932 106.20005) + (xy 236.068437 106.27414) (xy 235.97414 106.368437) (xy 235.90005 106.47932) (xy 235.849016 106.602526) (xy 235.823 106.733321) + (xy 235.823 106.837776) (xy 234.496096 108.164681) (xy 234.478842 108.178841) (xy 234.439984 108.22619) (xy 234.422358 108.247667) + (xy 234.380386 108.326191) (xy 234.35454 108.411393) (xy 234.352592 108.431176) (xy 233.95 108.431176) (xy 233.876095 108.438455) + (xy 233.80503 108.460012) (xy 233.739537 108.495019) (xy 233.682131 108.542131) (xy 233.635019 108.599537) (xy 233.600012 108.66503) + (xy 233.578455 108.736095) (xy 233.571176 108.81) (xy 233.571176 110.51) (xy 233.578455 110.583905) (xy 233.600012 110.65497) + (xy 233.635019 110.720463) (xy 233.682131 110.777869) (xy 233.739537 110.824981) (xy 233.80503 110.859988) (xy 233.876095 110.881545) + (xy 233.95 110.888824) (xy 234.11338 110.888824) (xy 233.918645 111.004822) (xy 233.702412 111.199731) (xy 233.528359 111.43308) + (xy 233.403175 111.695901) (xy 233.358524 111.84311) (xy 221.952 111.84311) (xy 221.952 100.305423) (xy 222.02586 100.231563) + (xy 222.09995 100.12068) (xy 222.150984 99.997474) (xy 222.16878 99.908005) (xy 226.444686 104.183911) (xy 226.458841 104.201159) + (xy 226.527667 104.257643) (xy 226.60619 104.299614) (xy 226.691393 104.32546) (xy 226.757795 104.332) (xy 226.757796 104.332) + (xy 226.779999 104.334187) (xy 226.802202 104.332) (xy 233.771176 104.332) (xy 233.771176 104.75) (xy 233.778455 104.823905) + (xy 233.800012 104.89497) (xy 233.835019 104.960463) (xy 233.882131 105.017869) (xy 233.939537 105.064981) (xy 234.00503 105.099988) + (xy 234.076095 105.121545) (xy 234.15 105.128824) (xy 235.85 105.128824) (xy 235.923905 105.121545) (xy 235.99497 105.099988) + (xy 236.060463 105.064981) (xy 236.117869 105.017869) (xy 236.164981 104.960463) (xy 236.199988 104.89497) (xy 236.221545 104.823905) + (xy 236.228824 104.75) (xy 236.228824 103.05) (xy 236.221545 102.976095) (xy 236.199988 102.90503) (xy 236.164981 102.839537) + (xy 236.117869 102.782131) (xy 236.060463 102.735019) (xy 235.99497 102.700012) (xy 235.923905 102.678455) (xy 235.85 102.671176) + (xy 234.15 102.671176) (xy 234.076095 102.678455) (xy 234.00503 102.700012) (xy 233.939537 102.735019) (xy 233.882131 102.782131) + (xy 233.835019 102.839537) (xy 233.800012 102.90503) (xy 233.778455 102.976095) (xy 233.771176 103.05) (xy 233.771176 103.428) + (xy 226.967225 103.428) (xy 225.313055 101.77383) (xy 225.329573 101.778841) (xy 225.351392 101.78546) (xy 225.439999 101.794187) + (xy 225.462204 101.792) (xy 233.850845 101.792) (xy 233.912647 101.941202) (xy 234.046927 102.142167) (xy 234.217833 102.313073) + (xy 234.418798 102.447353) (xy 234.642097 102.539847) (xy 234.879151 102.587) (xy 235.120849 102.587) (xy 235.357903 102.539847) + (xy 235.581202 102.447353) (xy 235.782167 102.313073) (xy 235.953073 102.142167) (xy 236.087353 101.941202) (xy 236.179847 101.717903) + (xy 236.227 101.480849) (xy 236.227 101.239151) (xy 236.179847 101.002097) (xy 236.087353 100.778798) (xy 235.953073 100.577833) + (xy 235.782167 100.406927) (xy 235.581202 100.272647) (xy 235.357903 100.180153) (xy 235.120849 100.133) (xy 234.879151 100.133) + (xy 234.642097 100.180153) (xy 234.418798 100.272647) (xy 234.217833 100.406927) (xy 234.046927 100.577833) (xy 233.912647 100.778798) + (xy 233.867414 100.888) (xy 225.627225 100.888) (xy 223.438376 98.699151) (xy 233.773 98.699151) (xy 233.773 98.940849) + (xy 233.820153 99.177903) (xy 233.912647 99.401202) (xy 234.046927 99.602167) (xy 234.217833 99.773073) (xy 234.418798 99.907353) + (xy 234.642097 99.999847) (xy 234.879151 100.047) (xy 235.120849 100.047) (xy 235.357903 99.999847) (xy 235.581202 99.907353) + (xy 235.782167 99.773073) (xy 235.953073 99.602167) (xy 236.087353 99.401202) (xy 236.179847 99.177903) (xy 236.227 98.940849) + (xy 236.227 98.699151) (xy 236.179847 98.462097) (xy 236.087353 98.238798) (xy 235.953073 98.037833) (xy 235.782167 97.866927) + (xy 235.581202 97.732647) (xy 235.357903 97.640153) (xy 235.120849 97.593) (xy 234.879151 97.593) (xy 234.642097 97.640153) + (xy 234.418798 97.732647) (xy 234.217833 97.866927) (xy 234.046927 98.037833) (xy 233.912647 98.238798) (xy 233.820153 98.462097) + (xy 233.773 98.699151) (xy 223.438376 98.699151) (xy 221.152 96.412777) (xy 221.152 96.055423) (xy 221.22586 95.981563) + (xy 221.29995 95.87068) (xy 221.350984 95.747474) (xy 221.360485 95.699709) (xy 222.224681 96.563905) (xy 222.238841 96.581159) + (xy 222.307667 96.637643) (xy 222.384744 96.678841) (xy 222.38619 96.679614) (xy 222.471392 96.70546) (xy 222.56 96.714187) + (xy 222.582205 96.712) (xy 233.850845 96.712) (xy 233.912647 96.861202) (xy 234.046927 97.062167) (xy 234.217833 97.233073) + (xy 234.418798 97.367353) (xy 234.642097 97.459847) (xy 234.879151 97.507) (xy 235.120849 97.507) (xy 235.357903 97.459847) + (xy 235.581202 97.367353) (xy 235.782167 97.233073) (xy 235.953073 97.062167) (xy 236.087353 96.861202) (xy 236.179847 96.637903) + (xy 236.227 96.400849) (xy 236.227 96.159151) (xy 236.179847 95.922097) (xy 236.087353 95.698798) (xy 235.953073 95.497833) + (xy 235.782167 95.326927) (xy 235.581202 95.192647) (xy 235.357903 95.100153) (xy 235.120849 95.053) (xy 234.879151 95.053) + (xy 234.642097 95.100153) (xy 234.418798 95.192647) (xy 234.217833 95.326927) (xy 234.046927 95.497833) (xy 233.912647 95.698798) + (xy 233.867414 95.808) (xy 222.747224 95.808) (xy 218.516223 91.577) (xy 218.566679 91.577) (xy 218.697474 91.550984) + (xy 218.82068 91.49995) (xy 218.931563 91.42586) (xy 219.005423 91.352) (xy 222.177795 91.352) (xy 222.2 91.354187) + (xy 222.222205 91.352) (xy 222.288607 91.34546) (xy 222.37381 91.319614) (xy 222.452333 91.277643) (xy 222.521159 91.221159) + (xy 222.535323 91.2039) (xy 223.727245 90.011978) (xy 223.723 90.033321) (xy 223.723 90.166679) (xy 223.749016 90.297474) + (xy 223.80005 90.42068) (xy 223.87414 90.531563) (xy 223.948001 90.605424) (xy 223.948001 90.827785) (xy 223.945813 90.85) + (xy 223.95454 90.938607) (xy 223.980386 91.023809) (xy 224.007112 91.073809) (xy 224.022358 91.102333) (xy 224.078842 91.171159) + (xy 224.096095 91.185318) (xy 224.496088 91.585313) (xy 224.496099 91.585322) (xy 225.414681 92.503905) (xy 225.428841 92.521159) + (xy 225.497667 92.577643) (xy 225.548271 92.604691) (xy 225.57619 92.619614) (xy 225.661392 92.64546) (xy 225.75 92.654187) + (xy 225.772205 92.652) (xy 233.771176 92.652) (xy 233.771176 93.05) (xy 233.778455 93.123905) (xy 233.800012 93.19497) + (xy 233.835019 93.260463) (xy 233.882131 93.317869) (xy 233.939537 93.364981) (xy 234.00503 93.399988) (xy 234.076095 93.421545) + (xy 234.15 93.428824) (xy 235.85 93.428824) (xy 235.923905 93.421545) (xy 235.99497 93.399988) (xy 236.060463 93.364981) + (xy 236.117869 93.317869) (xy 236.164981 93.260463) (xy 236.199988 93.19497) (xy 236.221545 93.123905) (xy 236.228824 93.05) + (xy 236.228824 91.35) (xy 236.221545 91.276095) (xy 236.199988 91.20503) (xy 236.164981 91.139537) (xy 236.117869 91.082131) + (xy 236.060463 91.035019) (xy 235.99497 91.000012) (xy 235.923905 90.978455) (xy 235.85 90.971176) (xy 234.15 90.971176) + (xy 234.076095 90.978455) (xy 234.00503 91.000012) (xy 233.939537 91.035019) (xy 233.882131 91.082131) (xy 233.835019 91.139537) + (xy 233.800012 91.20503) (xy 233.778455 91.276095) (xy 233.771176 91.35) (xy 233.771176 91.748) (xy 225.937224 91.748) + (xy 225.135322 90.946099) (xy 225.135313 90.946088) (xy 224.852 90.662776) (xy 224.852 90.605423) (xy 224.92586 90.531563) + (xy 224.99995 90.42068) (xy 225.050984 90.297474) (xy 225.077 90.166679) (xy 225.077 90.033321) (xy 225.050984 89.902526) + (xy 224.99995 89.77932) (xy 224.92586 89.668437) (xy 224.831563 89.57414) (xy 224.779199 89.539151) (xy 233.773 89.539151) + (xy 233.773 89.780849) (xy 233.820153 90.017903) (xy 233.912647 90.241202) (xy 234.046927 90.442167) (xy 234.217833 90.613073) + (xy 234.418798 90.747353) (xy 234.642097 90.839847) (xy 234.879151 90.887) (xy 235.120849 90.887) (xy 235.357903 90.839847) + (xy 235.581202 90.747353) (xy 235.782167 90.613073) (xy 235.953073 90.442167) (xy 236.087353 90.241202) (xy 236.179847 90.017903) + (xy 236.227 89.780849) (xy 236.227 89.539151) (xy 236.179847 89.302097) (xy 236.087353 89.078798) (xy 235.953073 88.877833) + (xy 235.782167 88.706927) (xy 235.581202 88.572647) (xy 235.357903 88.480153) (xy 235.120849 88.433) (xy 234.879151 88.433) + (xy 234.642097 88.480153) (xy 234.418798 88.572647) (xy 234.217833 88.706927) (xy 234.046927 88.877833) (xy 233.912647 89.078798) + (xy 233.820153 89.302097) (xy 233.773 89.539151) (xy 224.779199 89.539151) (xy 224.72068 89.50005) (xy 224.597474 89.449016) + (xy 224.466679 89.423) (xy 224.333321 89.423) (xy 224.311978 89.427245) (xy 226.740072 86.999151) (xy 233.773 86.999151) + (xy 233.773 87.240849) (xy 233.820153 87.477903) (xy 233.912647 87.701202) (xy 234.046927 87.902167) (xy 234.217833 88.073073) + (xy 234.418798 88.207353) (xy 234.642097 88.299847) (xy 234.879151 88.347) (xy 235.120849 88.347) (xy 235.357903 88.299847) + (xy 235.581202 88.207353) (xy 235.782167 88.073073) (xy 235.953073 87.902167) (xy 236.087353 87.701202) (xy 236.179847 87.477903) + (xy 236.227 87.240849) (xy 236.227 86.999151) (xy 236.179847 86.762097) (xy 236.087353 86.538798) (xy 235.953073 86.337833) + (xy 235.782167 86.166927) (xy 235.581202 86.032647) (xy 235.357903 85.940153) (xy 235.120849 85.893) (xy 234.879151 85.893) + (xy 234.642097 85.940153) (xy 234.418798 86.032647) (xy 234.217833 86.166927) (xy 234.046927 86.337833) (xy 233.912647 86.538798) + (xy 233.820153 86.762097) (xy 233.773 86.999151) (xy 226.740072 86.999151) (xy 229.280072 84.459151) (xy 233.773 84.459151) + (xy 233.773 84.700849) (xy 233.820153 84.937903) (xy 233.912647 85.161202) (xy 234.046927 85.362167) (xy 234.217833 85.533073) + (xy 234.418798 85.667353) (xy 234.642097 85.759847) (xy 234.879151 85.807) (xy 235.120849 85.807) (xy 235.357903 85.759847) + (xy 235.581202 85.667353) (xy 235.782167 85.533073) (xy 235.953073 85.362167) (xy 236.087353 85.161202) (xy 236.179847 84.937903) + (xy 236.227 84.700849) (xy 236.227 84.459151) (xy 236.179847 84.222097) (xy 236.087353 83.998798) (xy 235.953073 83.797833) + (xy 235.782167 83.626927) (xy 235.581202 83.492647) (xy 235.357903 83.400153) (xy 235.120849 83.353) (xy 234.879151 83.353) + (xy 234.642097 83.400153) (xy 234.418798 83.492647) (xy 234.217833 83.626927) (xy 234.046927 83.797833) (xy 233.912647 83.998798) + (xy 233.820153 84.222097) (xy 233.773 84.459151) (xy 229.280072 84.459151) (xy 230.953906 82.785318) (xy 230.971159 82.771159) + (xy 231.027643 82.702333) (xy 231.069614 82.62381) (xy 231.069614 82.623809) (xy 231.09546 82.538608) (xy 231.104187 82.45) + (xy 231.102 82.427795) (xy 231.102 75.405423) (xy 231.17586 75.331563) (xy 231.24995 75.22068) (xy 231.300984 75.097474) + (xy 231.327 74.966679) (xy 231.327 74.833321) (xy 231.300984 74.702526) (xy 231.24995 74.57932) (xy 231.17586 74.468437) + (xy 231.081563 74.37414) (xy 230.97068 74.30005) (xy 230.847474 74.249016) (xy 230.716679 74.223) (xy 230.583321 74.223) + (xy 230.452526 74.249016) (xy 230.32932 74.30005) (xy 230.252 74.351714) (xy 230.252 74.305423) (xy 230.32586 74.231563) + (xy 230.39995 74.12068) (xy 230.450984 73.997474) (xy 230.477 73.866679) (xy 230.477 73.733321) (xy 230.450984 73.602526) + (xy 230.39995 73.47932) (xy 230.32586 73.368437) (xy 230.231563 73.27414) (xy 230.12068 73.20005) (xy 229.997474 73.149016) + (xy 229.866679 73.123) (xy 229.733321 73.123) (xy 229.602526 73.149016) (xy 229.47932 73.20005) (xy 229.368437 73.27414) + (xy 229.27414 73.368437) (xy 229.20005 73.47932) (xy 229.149016 73.602526) (xy 229.123 73.733321) (xy 229.123 73.866679) + (xy 229.149016 73.997474) (xy 229.20005 74.12068) (xy 229.27414 74.231563) (xy 229.348001 74.305424) (xy 229.348 82.312776) + (xy 229.027 82.633776) (xy 229.027 82.633321) (xy 229.000984 82.502526) (xy 228.94995 82.37932) (xy 228.87586 82.268437) + (xy 228.802 82.194577) (xy 228.802 79.222205) (xy 228.804187 79.2) (xy 228.79546 79.111392) (xy 228.769614 79.02619) + (xy 228.761705 79.011393) (xy 228.727643 78.947667) (xy 228.671159 78.878841) (xy 228.653905 78.864681) (xy 226.435323 76.6461) + (xy 226.421159 76.628841) (xy 226.352333 76.572357) (xy 226.27381 76.530386) (xy 226.188607 76.50454) (xy 226.122205 76.498) + (xy 226.1 76.495813) (xy 226.077795 76.498) (xy 223.605423 76.498) (xy 223.531563 76.42414) (xy 223.42068 76.35005) + (xy 223.297474 76.299016) (xy 223.166679 76.273) (xy 223.033321 76.273) (xy 222.902526 76.299016) (xy 222.77932 76.35005) + (xy 222.668437 76.42414) (xy 222.57414 76.518437) (xy 222.50005 76.62932) (xy 222.449016 76.752526) (xy 222.423 76.883321) + (xy 222.423 77.016679) (xy 222.449016 77.147474) (xy 222.50005 77.27068) (xy 222.57414 77.381563) (xy 222.668437 77.47586) + (xy 222.77932 77.54995) (xy 222.902526 77.600984) (xy 223.033321 77.627) (xy 223.166679 77.627) (xy 223.297474 77.600984) + (xy 223.42068 77.54995) (xy 223.531563 77.47586) (xy 223.605423 77.402) (xy 225.912777 77.402) (xy 227.898001 79.387225) + (xy 227.898 82.194577) (xy 227.82414 82.268437) (xy 227.75005 82.37932) (xy 227.699016 82.502526) (xy 227.673 82.633321) + (xy 227.673 82.766679) (xy 227.699016 82.897474) (xy 227.75005 83.02068) (xy 227.82414 83.131563) (xy 227.918437 83.22586) + (xy 228.02932 83.29995) (xy 228.152526 83.350984) (xy 228.283321 83.377) (xy 228.283776 83.377) (xy 222.612777 89.048) + (xy 219.005423 89.048) (xy 218.931563 88.97414) (xy 218.82068 88.90005) (xy 218.697474 88.849016) (xy 218.566679 88.823) + (xy 218.433321 88.823) (xy 218.302526 88.849016) (xy 218.17932 88.90005) (xy 218.068437 88.97414) (xy 217.97414 89.068437) + (xy 217.90005 89.17932) (xy 217.849016 89.302526) (xy 217.823 89.433321) (xy 217.823 89.566679) (xy 217.849016 89.697474) + (xy 217.90005 89.82068) (xy 217.97414 89.931563) (xy 218.068437 90.02586) (xy 218.17932 90.09995) (xy 218.302526 90.150984) + (xy 218.433321 90.177) (xy 218.566679 90.177) (xy 218.697474 90.150984) (xy 218.82068 90.09995) (xy 218.931563 90.02586) + (xy 219.005423 89.952) (xy 222.508777 89.952) (xy 222.012777 90.448) (xy 219.005423 90.448) (xy 218.931563 90.37414) + (xy 218.82068 90.30005) (xy 218.697474 90.249016) (xy 218.566679 90.223) (xy 218.433321 90.223) (xy 218.302526 90.249016) + (xy 218.17932 90.30005) (xy 218.068437 90.37414) (xy 217.97414 90.468437) (xy 217.90005 90.57932) (xy 217.849016 90.702526) + (xy 217.823 90.833321) (xy 217.823 90.883777) (xy 215.835318 88.896095) (xy 215.835313 88.896089) (xy 214.072545 87.133321) + (xy 215.223 87.133321) (xy 215.223 87.266679) (xy 215.249016 87.397474) (xy 215.30005 87.52068) (xy 215.37414 87.631563) + (xy 215.468437 87.72586) (xy 215.57932 87.79995) (xy 215.702526 87.850984) (xy 215.833321 87.877) (xy 215.966679 87.877) + (xy 216.097474 87.850984) (xy 216.22068 87.79995) (xy 216.331563 87.72586) (xy 216.405423 87.652) (xy 222.177795 87.652) + (xy 222.2 87.654187) (xy 222.222205 87.652) (xy 222.288607 87.64546) (xy 222.37381 87.619614) (xy 222.452333 87.577643) + (xy 222.521159 87.521159) (xy 222.535323 87.5039) (xy 226.203911 83.835314) (xy 226.221159 83.821159) (xy 226.277643 83.752333) + (xy 226.319614 83.67381) (xy 226.333836 83.626927) (xy 226.34546 83.588608) (xy 226.354187 83.500001) (xy 226.352 83.477796) + (xy 226.352 81.605423) (xy 226.42586 81.531563) (xy 226.49995 81.42068) (xy 226.550984 81.297474) (xy 226.577 81.166679) + (xy 226.577 81.033321) (xy 226.550984 80.902526) (xy 226.49995 80.77932) (xy 226.42586 80.668437) (xy 226.331563 80.57414) + (xy 226.22068 80.50005) (xy 226.097474 80.449016) (xy 225.966679 80.423) (xy 225.833321 80.423) (xy 225.702526 80.449016) + (xy 225.57932 80.50005) (xy 225.468437 80.57414) (xy 225.37414 80.668437) (xy 225.30005 80.77932) (xy 225.249016 80.902526) + (xy 225.223 81.033321) (xy 225.223 81.166679) (xy 225.249016 81.297474) (xy 225.30005 81.42068) (xy 225.37414 81.531563) + (xy 225.448 81.605423) (xy 225.448001 83.312774) (xy 222.012777 86.748) (xy 216.405423 86.748) (xy 216.331563 86.67414) + (xy 216.22068 86.60005) (xy 216.097474 86.549016) (xy 215.966679 86.523) (xy 215.833321 86.523) (xy 215.702526 86.549016) + (xy 215.57932 86.60005) (xy 215.468437 86.67414) (xy 215.37414 86.768437) (xy 215.30005 86.87932) (xy 215.249016 87.002526) + (xy 215.223 87.133321) (xy 214.072545 87.133321) (xy 212.472545 85.533321) (xy 219.023 85.533321) (xy 219.023 85.666679) + (xy 219.049016 85.797474) (xy 219.10005 85.92068) (xy 219.17414 86.031563) (xy 219.268437 86.12586) (xy 219.37932 86.19995) + (xy 219.502526 86.250984) (xy 219.633321 86.277) (xy 219.766679 86.277) (xy 219.897474 86.250984) (xy 220.02068 86.19995) + (xy 220.131563 86.12586) (xy 220.22586 86.031563) (xy 220.29995 85.92068) (xy 220.350984 85.797474) (xy 220.377 85.666679) + (xy 220.377 85.533321) (xy 220.350984 85.402526) (xy 220.29995 85.27932) (xy 220.22586 85.168437) (xy 220.152 85.094577) + (xy 220.152 82.087223) (xy 220.60391 81.635315) (xy 220.621159 81.621159) (xy 220.677643 81.552333) (xy 220.719614 81.47381) + (xy 220.722381 81.464687) (xy 220.74546 81.388608) (xy 220.754187 81.300001) (xy 220.752 81.277796) (xy 220.752 75.305423) + (xy 220.82586 75.231563) (xy 220.89995 75.12068) (xy 220.950984 74.997474) (xy 220.977 74.866679) (xy 220.977 74.733321) + (xy 220.950984 74.602526) (xy 220.89995 74.47932) (xy 220.82586 74.368437) (xy 220.731563 74.27414) (xy 220.62068 74.20005) + (xy 220.497474 74.149016) (xy 220.366679 74.123) (xy 220.233321 74.123) (xy 220.102526 74.149016) (xy 219.97932 74.20005) + (xy 219.868437 74.27414) (xy 219.77414 74.368437) (xy 219.70005 74.47932) (xy 219.649016 74.602526) (xy 219.623 74.733321) + (xy 219.623 74.866679) (xy 219.649016 74.997474) (xy 219.70005 75.12068) (xy 219.77414 75.231563) (xy 219.848 75.305423) + (xy 219.848001 81.112775) (xy 219.3961 81.564677) (xy 219.378841 81.578841) (xy 219.322357 81.647668) (xy 219.313712 81.663842) + (xy 219.280386 81.726191) (xy 219.25454 81.811393) (xy 219.245813 81.9) (xy 219.248 81.922205) (xy 219.248001 85.094576) + (xy 219.17414 85.168437) (xy 219.10005 85.27932) (xy 219.049016 85.402526) (xy 219.023 85.533321) (xy 212.472545 85.533321) + (xy 211.832 84.892777) (xy 211.832 82.057971) (xy 211.839187 81.985001) (xy 211.832 81.912029) (xy 211.832 74.775423) + (xy 211.92586 74.681563) (xy 211.99995 74.57068) (xy 212.050984 74.447474) (xy 212.077 74.316679) (xy 212.077 74.183321) + (xy 212.050984 74.052526) (xy 212.001608 73.933321) (xy 220.823 73.933321) (xy 220.823 74.066679) (xy 220.849016 74.197474) + (xy 220.90005 74.32068) (xy 220.97414 74.431563) (xy 221.048 74.505423) (xy 221.048001 85.294576) (xy 220.97414 85.368437) + (xy 220.90005 85.47932) (xy 220.849016 85.602526) (xy 220.823 85.733321) (xy 220.823 85.866679) (xy 220.849016 85.997474) + (xy 220.90005 86.12068) (xy 220.97414 86.231563) (xy 221.068437 86.32586) (xy 221.17932 86.39995) (xy 221.302526 86.450984) + (xy 221.433321 86.477) (xy 221.566679 86.477) (xy 221.697474 86.450984) (xy 221.82068 86.39995) (xy 221.931563 86.32586) + (xy 222.02586 86.231563) (xy 222.09995 86.12068) (xy 222.150984 85.997474) (xy 222.177 85.866679) (xy 222.177 85.733321) + (xy 222.150984 85.602526) (xy 222.09995 85.47932) (xy 222.02586 85.368437) (xy 221.952 85.294577) (xy 221.952 74.505423) + (xy 222.02586 74.431563) (xy 222.09995 74.32068) (xy 222.150984 74.197474) (xy 222.177 74.066679) (xy 222.177 73.933321) + (xy 222.150984 73.802526) (xy 222.09995 73.67932) (xy 222.02586 73.568437) (xy 221.931563 73.47414) (xy 221.82068 73.40005) + (xy 221.697474 73.349016) (xy 221.566679 73.323) (xy 221.433321 73.323) (xy 221.302526 73.349016) (xy 221.17932 73.40005) + (xy 221.068437 73.47414) (xy 220.97414 73.568437) (xy 220.90005 73.67932) (xy 220.849016 73.802526) (xy 220.823 73.933321) + (xy 212.001608 73.933321) (xy 211.99995 73.92932) (xy 211.92586 73.818437) (xy 211.831563 73.72414) (xy 211.72068 73.65005) + (xy 211.597474 73.599016) (xy 211.466679 73.573) (xy 211.333321 73.573) (xy 211.202526 73.599016) (xy 211.07932 73.65005) + (xy 210.968437 73.72414) (xy 210.87414 73.818437) (xy 210.80005 73.92932) (xy 210.749016 74.052526) (xy 210.723 74.183321) + (xy 210.723 74.316679) (xy 210.749016 74.447474) (xy 210.80005 74.57068) (xy 210.87414 74.681563) (xy 210.928001 74.735424) + (xy 210.928 81.967795) (xy 210.925813 81.99) (xy 210.928001 82.012215) (xy 210.928 85.057795) (xy 210.925813 85.08) + (xy 210.933811 85.161202) (xy 210.93454 85.168606) (xy 210.960386 85.253809) (xy 211.002357 85.332332) (xy 211.058841 85.401159) + (xy 211.0761 85.415323) (xy 215.196089 89.535313) (xy 215.196095 89.535318) (xy 220.550291 94.889515) (xy 220.502526 94.899016) + (xy 220.37932 94.95005) (xy 220.268437 95.02414) (xy 220.17414 95.118437) (xy 220.10005 95.22932) (xy 220.049016 95.352526) + (xy 220.023 95.483321) (xy 220.023 95.616679) (xy 220.049016 95.747474) (xy 220.10005 95.87068) (xy 220.17414 95.981563) + (xy 220.248001 96.055424) (xy 220.248 96.577795) (xy 220.245813 96.6) (xy 220.25454 96.688607) (xy 220.261636 96.712) + (xy 220.26617 96.726946) (xy 205.152 81.612777) (xy 205.152 72.405423) (xy 205.22586 72.331563) (xy 205.29995 72.22068) + (xy 205.350984 72.097474) (xy 205.377 71.966679) (xy 205.377 71.833321) (xy 205.350984 71.702526) (xy 205.29995 71.57932) + (xy 205.22586 71.468437) (xy 205.131563 71.37414) (xy 205.02068 71.30005) (xy 204.897474 71.249016) (xy 204.766679 71.223) + (xy 204.633321 71.223) (xy 204.502526 71.249016) (xy 204.37932 71.30005) (xy 204.268437 71.37414) (xy 204.17414 71.468437) + (xy 204.10005 71.57932) (xy 204.049016 71.702526) (xy 204.023 71.833321) (xy 202.005903 71.833321) (xy 203.087225 70.752) + (xy 204.994577 70.752) (xy 205.068437 70.82586) (xy 205.17932 70.89995) (xy 205.302526 70.950984) (xy 205.433321 70.977) + (xy 205.566679 70.977) (xy 205.697474 70.950984) (xy 205.82068 70.89995) (xy 205.931563 70.82586) (xy 206.02586 70.731563) + (xy 206.09995 70.62068) (xy 206.150984 70.497474) (xy 206.177 70.366679) (xy 206.177 70.233321) (xy 206.150984 70.102526) + (xy 206.09995 69.97932) (xy 206.02586 69.868437) (xy 205.931563 69.77414) (xy 205.82068 69.70005) (xy 205.697474 69.649016) + (xy 205.566679 69.623) (xy 205.433321 69.623) (xy 205.302526 69.649016) (xy 205.17932 69.70005) (xy 205.068437 69.77414) + (xy 204.994577 69.848) (xy 202.922204 69.848) (xy 202.899999 69.845813) (xy 202.811392 69.85454) (xy 202.791562 69.860556) + (xy 202.72619 69.880386) (xy 202.647667 69.922357) (xy 202.578841 69.978841) (xy 202.564686 69.996089) (xy 196.721101 75.839676) + (xy 196.703842 75.85384) (xy 196.647359 75.922666) (xy 196.605387 76.00119) (xy 196.579541 76.086392) (xy 196.570814 76.174999) + (xy 196.573001 76.197204) (xy 196.573002 89.534203) (xy 196.516679 89.523) (xy 196.412224 89.523) (xy 196.085323 89.1961) + (xy 196.071159 89.178841) (xy 196.002333 89.122357) (xy 195.92381 89.080386) (xy 195.838607 89.05454) (xy 195.772205 89.048) + (xy 195.75 89.045813) (xy 195.727795 89.048) (xy 194.356582 89.048) (xy 194.42495 88.94568) (xy 194.475984 88.822474) + (xy 194.502 88.691679) (xy 194.502 88.558321) (xy 194.475984 88.427526) (xy 194.42495 88.30432) (xy 194.35086 88.193437) + (xy 194.256563 88.09914) (xy 194.14568 88.02505) (xy 194.022474 87.974016) (xy 193.891679 87.948) (xy 193.787224 87.948) + (xy 192.985323 87.1461) (xy 192.971159 87.128841) (xy 192.902333 87.072357) (xy 192.82381 87.030386) (xy 192.738607 87.00454) + (xy 192.672205 86.998) (xy 192.65 86.995813) (xy 192.627795 86.998) (xy 164.737224 86.998) (xy 163.172545 85.433321) + (xy 186.323 85.433321) (xy 186.323 85.566679) (xy 186.349016 85.697474) (xy 186.40005 85.82068) (xy 186.47414 85.931563) + (xy 186.568437 86.02586) (xy 186.67932 86.09995) (xy 186.802526 86.150984) (xy 186.933321 86.177) (xy 187.066679 86.177) + (xy 187.197474 86.150984) (xy 187.32068 86.09995) (xy 187.431563 86.02586) (xy 187.52586 85.931563) (xy 187.59995 85.82068) + (xy 187.650984 85.697474) (xy 187.677 85.566679) (xy 187.677 85.433321) (xy 187.650984 85.302526) (xy 187.59995 85.17932) + (xy 187.52586 85.068437) (xy 187.452 84.994577) (xy 187.452 82.633321) (xy 190.523 82.633321) (xy 190.523 82.766679) + (xy 190.549016 82.897474) (xy 190.60005 83.02068) (xy 190.67414 83.131563) (xy 190.768437 83.22586) (xy 190.87932 83.29995) + (xy 191.002526 83.350984) (xy 191.133321 83.377) (xy 191.266679 83.377) (xy 191.397474 83.350984) (xy 191.52068 83.29995) + (xy 191.631563 83.22586) (xy 191.72586 83.131563) (xy 191.79995 83.02068) (xy 191.850984 82.897474) (xy 191.877 82.766679) + (xy 191.877 82.633321) (xy 191.850984 82.502526) (xy 191.79995 82.37932) (xy 191.72586 82.268437) (xy 191.652 82.194577) + (xy 191.652 80.387223) (xy 202.335313 69.703912) (xy 202.335322 69.703901) (xy 202.962224 69.077) (xy 203.066679 69.077) + (xy 203.197474 69.050984) (xy 203.32068 68.99995) (xy 203.431563 68.92586) (xy 203.52586 68.831563) (xy 203.59995 68.72068) + (xy 203.650984 68.597474) (xy 203.677 68.466679) (xy 203.677 68.333321) (xy 203.650984 68.202526) (xy 203.59995 68.07932) + (xy 203.52586 67.968437) (xy 203.431563 67.87414) (xy 203.32068 67.80005) (xy 203.197474 67.749016) (xy 203.066679 67.723) + (xy 202.933321 67.723) (xy 202.802526 67.749016) (xy 202.67932 67.80005) (xy 202.568437 67.87414) (xy 202.47414 67.968437) + (xy 202.40005 68.07932) (xy 202.349016 68.202526) (xy 202.323 68.333321) (xy 202.323 68.437776) (xy 201.696099 69.064678) + (xy 201.696088 69.064687) (xy 190.896096 79.864681) (xy 190.878842 79.878841) (xy 190.824169 79.94546) (xy 190.822358 79.947667) + (xy 190.780386 80.026191) (xy 190.75454 80.111393) (xy 190.745813 80.2) (xy 190.748001 80.222215) (xy 190.748 82.194577) + (xy 190.67414 82.268437) (xy 190.60005 82.37932) (xy 190.549016 82.502526) (xy 190.523 82.633321) (xy 187.452 82.633321) + (xy 187.452 79.287223) (xy 202.303911 64.435314) (xy 202.321159 64.421159) (xy 202.377643 64.352333) (xy 202.377821 64.352) + (xy 203.194577 64.352) (xy 203.268437 64.42586) (xy 203.37932 64.49995) (xy 203.502526 64.550984) (xy 203.633321 64.577) + (xy 203.766679 64.577) (xy 203.897474 64.550984) (xy 204.02068 64.49995) (xy 204.131563 64.42586) (xy 204.22586 64.331563) + (xy 204.29995 64.22068) (xy 204.350984 64.097474) (xy 204.377 63.966679) (xy 204.377 63.833321) (xy 204.350984 63.702526) + (xy 204.29995 63.57932) (xy 204.22586 63.468437) (xy 204.131563 63.37414) (xy 204.02068 63.30005) (xy 203.897474 63.249016) + (xy 203.766679 63.223) (xy 203.633321 63.223) (xy 203.502526 63.249016) (xy 203.37932 63.30005) (xy 203.268437 63.37414) + (xy 203.194577 63.448) (xy 202.022205 63.448) (xy 202 63.445813) (xy 201.977795 63.448) (xy 201.911393 63.45454) + (xy 201.82619 63.480386) (xy 201.747667 63.522357) (xy 201.678841 63.578841) (xy 201.622357 63.647667) (xy 201.580386 63.72619) + (xy 201.55454 63.811393) (xy 201.545813 63.9) (xy 201.547154 63.913621) (xy 186.6961 78.764677) (xy 186.678841 78.778841) + (xy 186.622358 78.847667) (xy 186.580386 78.926191) (xy 186.55454 79.011393) (xy 186.545813 79.1) (xy 186.548 79.122205) + (xy 186.548001 84.994576) (xy 186.47414 85.068437) (xy 186.40005 85.17932) (xy 186.349016 85.302526) (xy 186.323 85.433321) + (xy 163.172545 85.433321) (xy 159.632 81.892777) (xy 159.632 68.433321) (xy 159.923 68.433321) (xy 159.923 68.566679) + (xy 159.949016 68.697474) (xy 160.00005 68.82068) (xy 160.07414 68.931563) (xy 160.168437 69.02586) (xy 160.27932 69.09995) + (xy 160.402526 69.150984) (xy 160.533321 69.177) (xy 160.666679 69.177) (xy 160.797474 69.150984) (xy 160.92068 69.09995) + (xy 161.031563 69.02586) (xy 161.105423 68.952) (xy 194.227795 68.952) (xy 194.25 68.954187) (xy 194.272205 68.952) + (xy 194.338607 68.94546) (xy 194.42381 68.919614) (xy 194.502333 68.877643) (xy 194.571159 68.821159) (xy 194.585323 68.8039) + (xy 199.962224 63.427) (xy 200.066679 63.427) (xy 200.197474 63.400984) (xy 200.32068 63.34995) (xy 200.431563 63.27586) + (xy 200.52586 63.181563) (xy 200.59995 63.07068) (xy 200.650984 62.947474) (xy 200.677 62.816679) (xy 200.677 62.683321) + (xy 200.650984 62.552526) (xy 200.59995 62.42932) (xy 200.52586 62.318437) (xy 200.431563 62.22414) (xy 200.32068 62.15005) + (xy 200.197474 62.099016) (xy 200.066679 62.073) (xy 199.933321 62.073) (xy 199.802526 62.099016) (xy 199.67932 62.15005) + (xy 199.568437 62.22414) (xy 199.47414 62.318437) (xy 199.40005 62.42932) (xy 199.349016 62.552526) (xy 199.323 62.683321) + (xy 199.323 62.787776) (xy 194.062777 68.048) (xy 161.105423 68.048) (xy 161.031563 67.97414) (xy 160.92068 67.90005) + (xy 160.797474 67.849016) (xy 160.666679 67.823) (xy 160.533321 67.823) (xy 160.402526 67.849016) (xy 160.27932 67.90005) + (xy 160.168437 67.97414) (xy 160.07414 68.068437) (xy 160.00005 68.17932) (xy 159.949016 68.302526) (xy 159.923 68.433321) + (xy 159.632 68.433321) (xy 159.632 60.105423) (xy 159.70586 60.031563) (xy 159.77995 59.92068) (xy 159.830984 59.797474) + (xy 159.857 59.666679) (xy 159.857 59.533321) (xy 159.830984 59.402526) (xy 159.77995 59.27932) (xy 159.70586 59.168437) + (xy 159.611563 59.07414) (xy 159.50068 59.00005) (xy 159.377474 58.949016) (xy 159.246679 58.923) (xy 159.113321 58.923) + (xy 158.982526 58.949016) (xy 158.85932 59.00005) (xy 158.748437 59.07414) (xy 158.65414 59.168437) (xy 158.58005 59.27932) + (xy 158.529016 59.402526) (xy 158.503 59.533321) (xy 158.503 59.666679) (xy 158.529016 59.797474) (xy 158.58005 59.92068) + (xy 158.65414 60.031563) (xy 158.728 60.105423) (xy 158.728001 82.057785) (xy 158.725813 82.08) (xy 158.73454 82.168607) + (xy 158.760386 82.253809) (xy 158.79104 82.311158) (xy 158.802358 82.332333) (xy 158.858842 82.401159) (xy 158.876096 82.415319) + (xy 164.214681 87.753905) (xy 164.228841 87.771159) (xy 164.297667 87.827643) (xy 164.37619 87.869614) (xy 164.461392 87.89546) + (xy 164.55 87.904187) (xy 164.572205 87.902) (xy 192.462777 87.902) (xy 193.148 88.587224) (xy 193.148 88.691679) + (xy 193.174016 88.822474) (xy 193.22505 88.94568) (xy 193.293418 89.048) (xy 163.467225 89.048) (xy 157.532 83.112777) + (xy 157.532 60.105423) (xy 157.60586 60.031563) (xy 157.67995 59.92068) (xy 157.730984 59.797474) (xy 157.757 59.666679) + (xy 157.757 59.533321) (xy 157.730984 59.402526) (xy 157.67995 59.27932) (xy 157.60586 59.168437) (xy 157.511563 59.07414) + (xy 157.40068 59.00005) (xy 157.277474 58.949016) (xy 157.146679 58.923) (xy 157.013321 58.923) (xy 156.882526 58.949016) + (xy 156.75932 59.00005) (xy 156.648437 59.07414) (xy 156.55414 59.168437) (xy 156.48005 59.27932) (xy 156.429016 59.402526) + (xy 156.403 59.533321) (xy 156.403 59.666679) (xy 156.429016 59.797474) (xy 156.48005 59.92068) (xy 156.55414 60.031563) + (xy 156.628 60.105423) (xy 156.628001 83.277785) (xy 156.625813 83.3) (xy 156.63454 83.388607) (xy 156.660386 83.473809) + (xy 156.660387 83.47381) (xy 156.702358 83.552333) (xy 156.758842 83.621159) (xy 156.776096 83.635319) (xy 162.944685 89.80391) + (xy 162.958841 89.821159) (xy 163.027667 89.877643) (xy 163.10619 89.919614) (xy 163.191392 89.94546) (xy 163.279999 89.954187) + (xy 163.302204 89.952) (xy 195.562777 89.952) (xy 195.773 90.162224) (xy 195.773 90.266679) (xy 195.799016 90.397474) + (xy 195.85005 90.52068) (xy 195.92414 90.631563) (xy 196.018437 90.72586) (xy 196.12932 90.79995) (xy 196.252526 90.850984) + (xy 196.383321 90.877) (xy 196.516679 90.877) (xy 196.573002 90.865797) (xy 196.573002 94.387774) (xy 195.112777 95.848) + (xy 187.622205 95.848) (xy 187.6 95.845813) (xy 187.511392 95.85454) (xy 187.458186 95.87068) (xy 187.42619 95.880386) + (xy 187.347667 95.922357) (xy 187.278841 95.978841) (xy 187.264681 95.996095) (xy 185.9961 97.264677) (xy 185.978841 97.278841) + (xy 185.922357 97.347668) (xy 185.906336 97.377642) (xy 185.880386 97.426191) (xy 185.85454 97.511393) (xy 185.845813 97.6) + (xy 185.848 97.622205) (xy 185.848001 99.994576) (xy 185.77414 100.068437) (xy 185.70005 100.17932) (xy 185.649016 100.302526) + (xy 185.623 100.433321) (xy 185.623 100.566679) (xy 185.649016 100.697474) (xy 185.70005 100.82068) (xy 185.718305 100.848) + (xy 184.709423 100.848) (xy 184.72586 100.831563) (xy 184.79995 100.72068) (xy 184.850984 100.597474) (xy 184.877 100.466679) + (xy 184.877 100.333321) (xy 184.850984 100.202526) (xy 184.79995 100.07932) (xy 184.72586 99.968437) (xy 184.652 99.894577) + (xy 184.652 99.005423) (xy 184.72586 98.931563) (xy 184.79995 98.82068) (xy 184.850984 98.697474) (xy 184.877 98.566679) + (xy 184.877 98.433321) (xy 184.850984 98.302526) (xy 184.79995 98.17932) (xy 184.72586 98.068437) (xy 184.631563 97.97414) + (xy 184.52068 97.90005) (xy 184.397474 97.849016) (xy 184.266679 97.823) (xy 184.133321 97.823) (xy 184.002526 97.849016) + (xy 183.87932 97.90005) (xy 183.768437 97.97414) (xy 183.67414 98.068437) (xy 183.60005 98.17932) (xy 183.549016 98.302526) + (xy 183.523 98.433321) (xy 183.523 98.566679) (xy 183.549016 98.697474) (xy 183.60005 98.82068) (xy 183.67414 98.931563) + (xy 183.748 99.005423) (xy 183.748001 99.894576) (xy 183.67414 99.968437) (xy 183.60005 100.07932) (xy 183.549016 100.202526) + (xy 183.523 100.333321) (xy 183.523 100.466679) (xy 183.549016 100.597474) (xy 183.60005 100.72068) (xy 183.67414 100.831563) + (xy 183.690577 100.848) (xy 146.016018 100.848) (xy 145.987353 100.778798) (xy 145.853073 100.577833) (xy 145.682167 100.406927) + (xy 145.481202 100.272647) (xy 145.363202 100.223769) (xy 145.531252 100.164157) (xy 145.781355 100.015178) (xy 145.997588 99.820269) + (xy 146.171641 99.58692) (xy 146.296825 99.324099) (xy 146.341476 99.17689) (xy 146.220155 98.947) (xy 145.027 98.947) + (xy 145.027 98.967) (xy 144.773 98.967) (xy 144.773 98.947) (xy 143.579845 98.947) (xy 143.458524 99.17689) + (xy 140.627 99.17689) (xy 140.627 98.46311) (xy 143.458524 98.46311) (xy 143.579845 98.693) (xy 144.773 98.693) + (xy 144.773 98.673) (xy 145.027 98.673) (xy 145.027 98.693) (xy 146.220155 98.693) (xy 146.341476 98.46311) + (xy 146.296825 98.315901) (xy 146.171641 98.05308) (xy 145.997588 97.819731) (xy 145.781355 97.624822) (xy 145.531252 97.475843) + (xy 145.363202 97.416231) (xy 145.481202 97.367353) (xy 145.682167 97.233073) (xy 145.853073 97.062167) (xy 145.987353 96.861202) + (xy 146.049155 96.712) (xy 154.172777 96.712) (xy 154.764681 97.303905) (xy 154.778841 97.321159) (xy 154.847667 97.377643) + (xy 154.92619 97.419614) (xy 155.011392 97.44546) (xy 155.099999 97.454187) (xy 155.122204 97.452) (xy 156.094577 97.452) + (xy 156.168437 97.52586) (xy 156.27932 97.59995) (xy 156.402526 97.650984) (xy 156.533321 97.677) (xy 156.666679 97.677) + (xy 156.797474 97.650984) (xy 156.92068 97.59995) (xy 157.031563 97.52586) (xy 157.12586 97.431563) (xy 157.19995 97.32068) + (xy 157.250984 97.197474) (xy 157.277 97.066679) (xy 157.277 96.933321) (xy 157.250984 96.802526) (xy 157.19995 96.67932) + (xy 157.12586 96.568437) (xy 157.031563 96.47414) (xy 156.92068 96.40005) (xy 156.797474 96.349016) (xy 156.666679 96.323) + (xy 156.533321 96.323) (xy 156.402526 96.349016) (xy 156.27932 96.40005) (xy 156.168437 96.47414) (xy 156.094577 96.548) + (xy 155.287224 96.548) (xy 154.695323 95.9561) (xy 154.681159 95.938841) (xy 154.612333 95.882357) (xy 154.53381 95.840386) + (xy 154.448607 95.81454) (xy 154.382205 95.808) (xy 154.36 95.805813) (xy 154.337795 95.808) (xy 146.032586 95.808) + (xy 145.987353 95.698798) (xy 145.853073 95.497833) (xy 145.682167 95.326927) (xy 145.481202 95.192647) (xy 145.257903 95.100153) + (xy 145.020849 95.053) (xy 144.779151 95.053) (xy 144.542097 95.100153) (xy 144.318798 95.192647) (xy 144.117833 95.326927) + (xy 143.946927 95.497833) (xy 143.812647 95.698798) (xy 143.720153 95.922097) (xy 143.673 96.159151) (xy 143.673 96.400849) + (xy 143.720153 96.637903) (xy 143.812647 96.861202) (xy 143.946927 97.062167) (xy 144.117833 97.233073) (xy 144.318798 97.367353) + (xy 144.436798 97.416231) (xy 144.268748 97.475843) (xy 144.018645 97.624822) (xy 143.802412 97.819731) (xy 143.628359 98.05308) + (xy 143.503175 98.315901) (xy 143.458524 98.46311) (xy 140.627 98.46311) (xy 140.627 93.619151) (xy 143.673 93.619151) + (xy 143.673 93.860849) (xy 143.720153 94.097903) (xy 143.812647 94.321202) (xy 143.946927 94.522167) (xy 144.117833 94.693073) + (xy 144.318798 94.827353) (xy 144.542097 94.919847) (xy 144.779151 94.967) (xy 145.020849 94.967) (xy 145.257903 94.919847) + (xy 145.481202 94.827353) (xy 145.682167 94.693073) (xy 145.853073 94.522167) (xy 145.987353 94.321202) (xy 146.049155 94.172) + (xy 152.332776 94.172) (xy 152.564685 94.40391) (xy 152.578841 94.421159) (xy 152.647667 94.477643) (xy 152.72619 94.519614) + (xy 152.811392 94.54546) (xy 152.899999 94.554187) (xy 152.922204 94.552) (xy 156.594577 94.552) (xy 156.668437 94.62586) + (xy 156.77932 94.69995) (xy 156.902526 94.750984) (xy 157.033321 94.777) (xy 157.166679 94.777) (xy 157.297474 94.750984) + (xy 157.42068 94.69995) (xy 157.531563 94.62586) (xy 157.62586 94.531563) (xy 157.69995 94.42068) (xy 157.750984 94.297474) + (xy 157.777 94.166679) (xy 157.777 94.033321) (xy 157.750984 93.902526) (xy 157.69995 93.77932) (xy 157.62586 93.668437) + (xy 157.531563 93.57414) (xy 157.42068 93.50005) (xy 157.297474 93.449016) (xy 157.166679 93.423) (xy 157.033321 93.423) + (xy 156.902526 93.449016) (xy 156.77932 93.50005) (xy 156.668437 93.57414) (xy 156.594577 93.648) (xy 153.087224 93.648) + (xy 152.855323 93.4161) (xy 152.841159 93.398841) (xy 152.772333 93.342357) (xy 152.69381 93.300386) (xy 152.608607 93.27454) + (xy 152.542205 93.268) (xy 152.52 93.265813) (xy 152.497795 93.268) (xy 146.032586 93.268) (xy 145.987353 93.158798) + (xy 145.853073 92.957833) (xy 145.682167 92.786927) (xy 145.481202 92.652647) (xy 145.257903 92.560153) (xy 145.020849 92.513) + (xy 144.779151 92.513) (xy 144.542097 92.560153) (xy 144.318798 92.652647) (xy 144.117833 92.786927) (xy 143.946927 92.957833) + (xy 143.812647 93.158798) (xy 143.720153 93.382097) (xy 143.673 93.619151) (xy 140.627 93.619151) (xy 140.627 91.079151) + (xy 143.673 91.079151) (xy 143.673 91.320849) (xy 143.720153 91.557903) (xy 143.812647 91.781202) (xy 143.946927 91.982167) + (xy 144.117833 92.153073) (xy 144.318798 92.287353) (xy 144.542097 92.379847) (xy 144.779151 92.427) (xy 145.020849 92.427) + (xy 145.257903 92.379847) (xy 145.481202 92.287353) (xy 145.682167 92.153073) (xy 145.75824 92.077) (xy 161.447704 92.077) + (xy 161.389885 92.163533) (xy 161.312467 92.350435) (xy 161.273 92.548849) (xy 161.273 92.751151) (xy 161.312467 92.949565) + (xy 161.389885 93.136467) (xy 161.423 93.186027) (xy 161.423001 98.663971) (xy 161.389885 98.713533) (xy 161.312467 98.900435) + (xy 161.273 99.098849) (xy 161.273 99.301151) (xy 161.312467 99.499565) (xy 161.389885 99.686467) (xy 161.502277 99.854674) + (xy 161.645326 99.997723) (xy 161.813533 100.110115) (xy 162.000435 100.187533) (xy 162.198849 100.227) (xy 162.401151 100.227) + (xy 162.599565 100.187533) (xy 162.786467 100.110115) (xy 162.954674 99.997723) (xy 163.097723 99.854674) (xy 163.210115 99.686467) + (xy 163.287533 99.499565) (xy 163.327 99.301151) (xy 163.327 99.098849) (xy 163.287533 98.900435) (xy 163.210115 98.713533) + (xy 163.177 98.663973) (xy 163.177 93.186027) (xy 163.210115 93.136467) (xy 163.256919 93.023472) (xy 169.323 93.023472) + (xy 169.323 93.176528) (xy 169.352859 93.326643) (xy 169.411431 93.468048) (xy 169.496464 93.595309) (xy 169.604691 93.703536) + (xy 169.731952 93.788569) (xy 169.873357 93.847141) (xy 170.023472 93.877) (xy 170.176528 93.877) (xy 170.326643 93.847141) + (xy 170.468048 93.788569) (xy 170.560193 93.727) (xy 192.824732 93.727) (xy 192.873357 93.747141) (xy 193.023472 93.777) + (xy 193.176528 93.777) (xy 193.326643 93.747141) (xy 193.468048 93.688569) (xy 193.595309 93.603536) (xy 193.703536 93.495309) + (xy 193.788569 93.368048) (xy 193.847141 93.226643) (xy 193.877 93.076528) (xy 193.877 92.923472) (xy 193.847141 92.773357) + (xy 193.788569 92.631952) (xy 193.703536 92.504691) (xy 193.595309 92.396464) (xy 193.468048 92.311431) (xy 193.326643 92.252859) + (xy 193.176528 92.223) (xy 193.023472 92.223) (xy 192.873357 92.252859) (xy 192.731952 92.311431) (xy 192.604691 92.396464) + (xy 192.528155 92.473) (xy 170.560193 92.473) (xy 170.468048 92.411431) (xy 170.326643 92.352859) (xy 170.176528 92.323) + (xy 170.023472 92.323) (xy 169.873357 92.352859) (xy 169.731952 92.411431) (xy 169.604691 92.496464) (xy 169.496464 92.604691) + (xy 169.411431 92.731952) (xy 169.352859 92.873357) (xy 169.323 93.023472) (xy 163.256919 93.023472) (xy 163.287533 92.949565) + (xy 163.327 92.751151) (xy 163.327 92.548849) (xy 163.287533 92.350435) (xy 163.210115 92.163533) (xy 163.152296 92.077) + (xy 164.713973 92.077) (xy 164.763533 92.110115) (xy 164.950435 92.187533) (xy 165.148849 92.227) (xy 165.351151 92.227) + (xy 165.549565 92.187533) (xy 165.736467 92.110115) (xy 165.904674 91.997723) (xy 166.047723 91.854674) (xy 166.160115 91.686467) + (xy 166.237533 91.499565) (xy 166.277 91.301151) (xy 166.277 91.098849) (xy 166.237533 90.900435) (xy 166.160115 90.713533) + (xy 166.047723 90.545326) (xy 165.904674 90.402277) (xy 165.736467 90.289885) (xy 165.549565 90.212467) (xy 165.351151 90.173) + (xy 165.148849 90.173) (xy 164.950435 90.212467) (xy 164.763533 90.289885) (xy 164.713973 90.323) (xy 145.75824 90.323) + (xy 145.682167 90.246927) (xy 145.481202 90.112647) (xy 145.257903 90.020153) (xy 145.020849 89.973) (xy 144.779151 89.973) + (xy 144.542097 90.020153) (xy 144.318798 90.112647) (xy 144.117833 90.246927) (xy 143.946927 90.417833) (xy 143.812647 90.618798) + (xy 143.720153 90.842097) (xy 143.673 91.079151) (xy 140.627 91.079151) (xy 140.627 88.539151) (xy 143.673 88.539151) + (xy 143.673 88.780849) (xy 143.720153 89.017903) (xy 143.812647 89.241202) (xy 143.946927 89.442167) (xy 144.117833 89.613073) + (xy 144.318798 89.747353) (xy 144.542097 89.839847) (xy 144.779151 89.887) (xy 145.020849 89.887) (xy 145.257903 89.839847) + (xy 145.481202 89.747353) (xy 145.682167 89.613073) (xy 145.853073 89.442167) (xy 145.987353 89.241202) (xy 146.079847 89.017903) + (xy 146.127 88.780849) (xy 146.127 88.539151) (xy 146.079847 88.302097) (xy 145.987353 88.078798) (xy 145.853073 87.877833) + (xy 145.682167 87.706927) (xy 145.481202 87.572647) (xy 145.352 87.519129) (xy 145.352 72.687223) (xy 149.087225 68.952) + (xy 154.794577 68.952) (xy 154.868437 69.02586) (xy 154.97932 69.09995) (xy 155.102526 69.150984) (xy 155.233321 69.177) + (xy 155.366679 69.177) (xy 155.497474 69.150984) (xy 155.62068 69.09995) (xy 155.731563 69.02586) (xy 155.82586 68.931563) + (xy 155.89995 68.82068) (xy 155.950984 68.697474) (xy 155.977 68.566679) (xy 155.977 68.433321) (xy 155.950984 68.302526) + (xy 155.89995 68.17932) (xy 155.82586 68.068437) (xy 155.731563 67.97414) (xy 155.62068 67.90005) (xy 155.497474 67.849016) + (xy 155.366679 67.823) (xy 155.233321 67.823) (xy 155.102526 67.849016) (xy 154.97932 67.90005) (xy 154.868437 67.97414) + (xy 154.794577 68.048) (xy 148.922204 68.048) (xy 148.899999 68.045813) (xy 148.811392 68.05454) (xy 148.791562 68.060556) + (xy 148.72619 68.080386) (xy 148.647667 68.122357) (xy 148.578841 68.178841) (xy 148.564686 68.196089) (xy 144.596096 72.164681) + (xy 144.578842 72.178841) (xy 144.544506 72.22068) (xy 144.522358 72.247667) (xy 144.480386 72.326191) (xy 144.45454 72.411393) + (xy 144.445813 72.5) (xy 144.448001 72.522215) (xy 144.448 87.519129) (xy 144.318798 87.572647) (xy 144.117833 87.706927) + (xy 143.946927 87.877833) (xy 143.812647 88.078798) (xy 143.720153 88.302097) (xy 143.673 88.539151) (xy 140.627 88.539151) + (xy 140.627 55.333321) (xy 157.523 55.333321) (xy 157.523 55.466679) (xy 157.549016 55.597474) (xy 157.60005 55.72068) + (xy 157.67414 55.831563) (xy 157.768437 55.92586) (xy 157.87932 55.99995) (xy 158.002526 56.050984) (xy 158.133321 56.077) + (xy 158.266679 56.077) (xy 158.397474 56.050984) (xy 158.52068 55.99995) (xy 158.631563 55.92586) (xy 158.705423 55.852) + (xy 167.874577 55.852) (xy 167.948437 55.92586) (xy 168.05932 55.99995) (xy 168.182526 56.050984) (xy 168.313321 56.077) + (xy 168.446679 56.077) (xy 168.577474 56.050984) (xy 168.70068 55.99995) (xy 168.811563 55.92586) (xy 168.90586 55.831563) + (xy 168.97995 55.72068) (xy 169.030984 55.597474) (xy 169.057 55.466679) (xy 169.057 55.333321) (xy 169.030984 55.202526) + (xy 168.97995 55.07932) (xy 168.90586 54.968437) (xy 168.811563 54.87414) (xy 168.70068 54.80005) (xy 168.577474 54.749016) + (xy 168.557 54.744944) (xy 168.557 54.633321) (xy 168.530984 54.502526) (xy 168.47995 54.37932) (xy 168.40586 54.268437) + (xy 168.311563 54.17414) (xy 168.20068 54.10005) (xy 168.077474 54.049016) (xy 167.946679 54.023) (xy 167.813321 54.023) + (xy 167.682526 54.049016) (xy 167.55932 54.10005) (xy 167.448437 54.17414) (xy 167.374577 54.248) (xy 160.205423 54.248) + (xy 160.131563 54.17414) (xy 160.02068 54.10005) (xy 159.897474 54.049016) (xy 159.766679 54.023) (xy 159.633321 54.023) + (xy 159.502526 54.049016) (xy 159.37932 54.10005) (xy 159.268437 54.17414) (xy 159.17414 54.268437) (xy 159.10005 54.37932) + (xy 159.049016 54.502526) (xy 159.023 54.633321) (xy 159.023 54.766679) (xy 159.049016 54.897474) (xy 159.069945 54.948) + (xy 158.705423 54.948) (xy 158.631563 54.87414) (xy 158.52068 54.80005) (xy 158.397474 54.749016) (xy 158.266679 54.723) + (xy 158.133321 54.723) (xy 158.002526 54.749016) (xy 157.87932 54.80005) (xy 157.768437 54.87414) (xy 157.67414 54.968437) + (xy 157.60005 55.07932) (xy 157.549016 55.202526) (xy 157.523 55.333321) (xy 140.627 55.333321) (xy 140.627 52.623078) + (xy 163.783 52.623078) (xy 163.79569 52.751921) (xy 163.845838 52.917236) (xy 163.927273 53.069591) (xy 164.036867 53.203133) + (xy 164.170408 53.312727) (xy 164.322763 53.394162) (xy 164.488078 53.44431) (xy 164.66 53.461243) (xy 164.831921 53.44431) + (xy 164.997236 53.394162) (xy 165.149591 53.312727) (xy 165.283133 53.203133) (xy 165.392727 53.069592) (xy 165.474162 52.917237) + (xy 165.52431 52.751922) (xy 165.537 52.623079) (xy 165.537 51.935944) (xy 165.544721 51.947499) (xy 165.642501 52.045279) + (xy 165.757478 52.122105) (xy 165.885234 52.175023) (xy 166.020859 52.202) (xy 166.159141 52.202) (xy 166.294766 52.175023) + (xy 166.422522 52.122105) (xy 166.537499 52.045279) (xy 166.635279 51.947499) (xy 166.712105 51.832522) (xy 166.765023 51.704766) + (xy 166.792 51.569141) (xy 166.792 51.430859) (xy 166.765023 51.295234) (xy 166.712105 51.167478) (xy 166.635279 51.052501) + (xy 166.537499 50.954721) (xy 166.422522 50.877895) (xy 166.294766 50.824977) (xy 166.159141 50.798) (xy 166.020859 50.798) + (xy 165.885234 50.824977) (xy 165.757478 50.877895) (xy 165.642501 50.954721) (xy 165.544721 51.052501) (xy 165.477362 51.15331) + (xy 165.474162 51.142763) (xy 165.392727 50.990408) (xy 165.283133 50.856867) (xy 165.149592 50.747273) (xy 165.12349 50.733321) + (xy 167.972961 50.733321) (xy 167.972961 50.866679) (xy 167.998977 50.997474) (xy 168.050011 51.12068) (xy 168.124101 51.231563) + (xy 168.218398 51.32586) (xy 168.329281 51.39995) (xy 168.452487 51.450984) (xy 168.583282 51.477) (xy 168.71664 51.477) + (xy 168.847435 51.450984) (xy 168.970641 51.39995) (xy 169.081524 51.32586) (xy 169.175821 51.231563) (xy 169.249911 51.12068) + (xy 169.274958 51.060213) (xy 169.300004 51.12068) (xy 169.374094 51.231563) (xy 169.468391 51.32586) (xy 169.579274 51.39995) + (xy 169.70248 51.450984) (xy 169.833275 51.477) (xy 169.966633 51.477) (xy 170.097428 51.450984) (xy 170.146013 51.430859) + (xy 171.168 51.430859) (xy 171.168 51.569141) (xy 171.194977 51.704766) (xy 171.247895 51.832522) (xy 171.324721 51.947499) + (xy 171.422501 52.045279) (xy 171.537478 52.122105) (xy 171.665234 52.175023) (xy 171.800859 52.202) (xy 171.939141 52.202) + (xy 172.074766 52.175023) (xy 172.202522 52.122105) (xy 172.317499 52.045279) (xy 172.415279 51.947499) (xy 172.423001 51.935943) + (xy 172.423 52.623078) (xy 172.43569 52.751921) (xy 172.485838 52.917236) (xy 172.567273 53.069591) (xy 172.676867 53.203133) + (xy 172.810408 53.312727) (xy 172.962763 53.394162) (xy 173.128078 53.44431) (xy 173.3 53.461243) (xy 173.471921 53.44431) + (xy 173.637236 53.394162) (xy 173.789591 53.312727) (xy 173.923133 53.203133) (xy 174.032727 53.069592) (xy 174.114162 52.917237) + (xy 174.16431 52.751922) (xy 174.177 52.623079) (xy 174.177 51.627) (xy 180.265 51.627) (xy 180.265 51.902) + (xy 180.313507 52.140496) (xy 180.40761 52.364946) (xy 180.543693 52.566725) (xy 180.716526 52.738078) (xy 180.919467 52.872421) + (xy 181.144718 52.964591) (xy 181.182391 52.968462) (xy 181.373 52.843731) (xy 181.373 51.627) (xy 180.265 51.627) + (xy 174.177 51.627) (xy 174.177 51.436921) (xy 174.16431 51.308078) (xy 174.114162 51.142763) (xy 174.090236 51.098) + (xy 180.265 51.098) (xy 180.265 51.373) (xy 181.373 51.373) (xy 181.373 50.156269) (xy 181.627 50.156269) + (xy 181.627 51.373) (xy 181.647 51.373) (xy 181.647 51.627) (xy 181.627 51.627) (xy 181.627 52.843731) + (xy 181.817609 52.968462) (xy 181.855282 52.964591) (xy 182.080533 52.872421) (xy 182.283474 52.738078) (xy 182.456307 52.566725) + (xy 182.59239 52.364946) (xy 182.643001 52.244231) (xy 182.683724 52.320418) (xy 182.805814 52.469186) (xy 182.954582 52.591276) + (xy 183.124309 52.681997) (xy 183.308475 52.737863) (xy 183.5 52.756727) (xy 183.691524 52.737863) (xy 183.87569 52.681997) + (xy 184.045418 52.591276) (xy 184.194186 52.469186) (xy 184.316276 52.320418) (xy 184.406997 52.150691) (xy 184.462863 51.966525) + (xy 184.477 51.822993) (xy 184.477 51.177008) (xy 184.477 51.177007) (xy 184.523 51.177007) (xy 184.523 51.822992) + (xy 184.537137 51.966524) (xy 184.593003 52.15069) (xy 184.683724 52.320418) (xy 184.805814 52.469186) (xy 184.954582 52.591276) + (xy 185.048 52.641209) (xy 185.048001 59.877785) (xy 185.045813 59.9) (xy 185.05454 59.988607) (xy 185.080386 60.073809) + (xy 185.080387 60.07381) (xy 185.122358 60.152333) (xy 185.178842 60.221159) (xy 185.196096 60.235319) (xy 186.664685 61.70391) + (xy 186.678841 61.721159) (xy 186.747667 61.777643) (xy 186.82619 61.819614) (xy 186.891562 61.839444) (xy 186.911392 61.84546) + (xy 186.999999 61.854187) (xy 187.022204 61.852) (xy 203.494577 61.852) (xy 203.568437 61.92586) (xy 203.67932 61.99995) + (xy 203.802526 62.050984) (xy 203.933321 62.077) (xy 204.066679 62.077) (xy 204.197474 62.050984) (xy 204.32068 61.99995) + (xy 204.431563 61.92586) (xy 204.52586 61.831563) (xy 204.59995 61.72068) (xy 204.650984 61.597474) (xy 204.677 61.466679) + (xy 204.677 61.333321) (xy 204.650984 61.202526) (xy 204.59995 61.07932) (xy 204.52586 60.968437) (xy 204.431563 60.87414) + (xy 204.32068 60.80005) (xy 204.197474 60.749016) (xy 204.066679 60.723) (xy 203.933321 60.723) (xy 203.802526 60.749016) + (xy 203.67932 60.80005) (xy 203.568437 60.87414) (xy 203.494577 60.948) (xy 187.187225 60.948) (xy 185.952 59.712777) + (xy 185.952 52.641209) (xy 186.045418 52.591276) (xy 186.194186 52.469186) (xy 186.316276 52.320418) (xy 186.406997 52.150691) + (xy 186.462863 51.966525) (xy 186.477 51.822993) (xy 186.477 51.177008) (xy 186.462863 51.033476) (xy 186.406997 50.849309) + (xy 186.316276 50.679582) (xy 186.194186 50.530814) (xy 186.045418 50.408724) (xy 185.875691 50.318003) (xy 185.691525 50.262137) + (xy 185.5 50.243273) (xy 185.308476 50.262137) (xy 185.12431 50.318003) (xy 184.954583 50.408724) (xy 184.805815 50.530814) + (xy 184.683725 50.679582) (xy 184.593003 50.849309) (xy 184.537137 51.033475) (xy 184.523 51.177007) (xy 184.477 51.177007) + (xy 184.462863 51.033476) (xy 184.406997 50.849309) (xy 184.316276 50.679582) (xy 184.194186 50.530814) (xy 184.045418 50.408724) + (xy 183.875691 50.318003) (xy 183.691525 50.262137) (xy 183.5 50.243273) (xy 183.308476 50.262137) (xy 183.12431 50.318003) + (xy 182.954583 50.408724) (xy 182.805815 50.530814) (xy 182.683725 50.679582) (xy 182.643001 50.75577) (xy 182.59239 50.635054) + (xy 182.456307 50.433275) (xy 182.283474 50.261922) (xy 182.080533 50.127579) (xy 181.855282 50.035409) (xy 181.817609 50.031538) + (xy 181.627 50.156269) (xy 181.373 50.156269) (xy 181.182391 50.031538) (xy 181.144718 50.035409) (xy 180.919467 50.127579) + (xy 180.716526 50.261922) (xy 180.543693 50.433275) (xy 180.40761 50.635054) (xy 180.313507 50.859504) (xy 180.265 51.098) + (xy 174.090236 51.098) (xy 174.032727 50.990408) (xy 173.923133 50.856867) (xy 173.789592 50.747273) (xy 173.637237 50.665838) + (xy 173.471922 50.61569) (xy 173.3 50.598757) (xy 173.128079 50.61569) (xy 172.962764 50.665838) (xy 172.810409 50.747273) + (xy 172.676868 50.856867) (xy 172.567274 50.990408) (xy 172.485839 51.142763) (xy 172.482639 51.153311) (xy 172.415279 51.052501) + (xy 172.317499 50.954721) (xy 172.202522 50.877895) (xy 172.074766 50.824977) (xy 171.939141 50.798) (xy 171.800859 50.798) + (xy 171.665234 50.824977) (xy 171.537478 50.877895) (xy 171.422501 50.954721) (xy 171.324721 51.052501) (xy 171.247895 51.167478) + (xy 171.194977 51.295234) (xy 171.168 51.430859) (xy 170.146013 51.430859) (xy 170.220634 51.39995) (xy 170.331517 51.32586) + (xy 170.425814 51.231563) (xy 170.499904 51.12068) (xy 170.550938 50.997474) (xy 170.576954 50.866679) (xy 170.576954 50.733321) + (xy 170.550938 50.602526) (xy 170.499904 50.47932) (xy 170.425814 50.368437) (xy 170.351954 50.294577) (xy 170.351954 50.222158) + (xy 170.354141 50.199953) (xy 170.345414 50.111346) (xy 170.339398 50.091516) (xy 170.319568 50.026144) (xy 170.277597 49.947621) + (xy 170.221113 49.878795) (xy 170.203865 49.86464) (xy 169.835323 49.4961) (xy 169.821159 49.478841) (xy 169.752333 49.422357) + (xy 169.67381 49.380386) (xy 169.588607 49.35454) (xy 169.522205 49.348) (xy 169.5 49.345813) (xy 169.477795 49.348) + (xy 168.922205 49.348) (xy 168.9 49.345813) (xy 168.811392 49.35454) (xy 168.72619 49.380386) (xy 168.647667 49.422357) + (xy 168.578841 49.478841) (xy 168.564677 49.4961) (xy 168.346057 49.71472) (xy 168.328803 49.72888) (xy 168.287866 49.778762) + (xy 168.272319 49.797706) (xy 168.230347 49.87623) (xy 168.204501 49.961432) (xy 168.195774 50.050039) (xy 168.197962 50.072254) + (xy 168.197962 50.294576) (xy 168.124101 50.368437) (xy 168.050011 50.47932) (xy 167.998977 50.602526) (xy 167.972961 50.733321) + (xy 165.12349 50.733321) (xy 164.997237 50.665838) (xy 164.831922 50.61569) (xy 164.66 50.598757) (xy 164.488079 50.61569) + (xy 164.322764 50.665838) (xy 164.170409 50.747273) (xy 164.036868 50.856867) (xy 163.927274 50.990408) (xy 163.845839 51.142763) + (xy 163.795691 51.308078) (xy 163.783001 51.436921) (xy 163.783 52.623078) (xy 140.627 52.623078) (xy 140.627 50.027927) + (xy 140.698566 49.226045) (xy 140.823 48.771192) (xy 140.823 49.312907) (xy 140.94509 49.926697) (xy 141.184579 50.504874) + (xy 141.532263 51.025219) (xy 141.974781 51.467737) (xy 142.495126 51.815421) (xy 143.073303 52.05491) (xy 143.687093 52.177) + (xy 144.312907 52.177) (xy 144.926697 52.05491) (xy 145.504874 51.815421) (xy 146.025219 51.467737) (xy 146.467737 51.025219) + (xy 146.815421 50.504874) (xy 147.045734 49.948849) (xy 154.323 49.948849) (xy 154.323 50.151151) (xy 154.362467 50.349565) + (xy 154.439885 50.536467) (xy 154.552277 50.704674) (xy 154.695326 50.847723) (xy 154.863533 50.960115) (xy 155.050435 51.037533) + (xy 155.248849 51.077) (xy 155.451151 51.077) (xy 155.649565 51.037533) (xy 155.836467 50.960115) (xy 156.004674 50.847723) + (xy 156.147723 50.704674) (xy 156.260115 50.536467) (xy 156.337533 50.349565) (xy 156.377 50.151151) (xy 156.377 49.948849) + (xy 159.183 49.948849) (xy 159.183 50.151151) (xy 159.222467 50.349565) (xy 159.299885 50.536467) (xy 159.412277 50.704674) + (xy 159.555326 50.847723) (xy 159.723533 50.960115) (xy 159.910435 51.037533) (xy 160.108849 51.077) (xy 160.311151 51.077) + (xy 160.509565 51.037533) (xy 160.696467 50.960115) (xy 160.864674 50.847723) (xy 161.007723 50.704674) (xy 161.120115 50.536467) + (xy 161.197533 50.349565) (xy 161.237 50.151151) (xy 161.237 49.948849) (xy 161.197533 49.750435) (xy 161.120115 49.563533) + (xy 161.007723 49.395326) (xy 160.864674 49.252277) (xy 160.696467 49.139885) (xy 160.509565 49.062467) (xy 160.311151 49.023) + (xy 160.108849 49.023) (xy 159.910435 49.062467) (xy 159.723533 49.139885) (xy 159.555326 49.252277) (xy 159.412277 49.395326) + (xy 159.299885 49.563533) (xy 159.222467 49.750435) (xy 159.183 49.948849) (xy 156.377 49.948849) (xy 156.337533 49.750435) + (xy 156.260115 49.563533) (xy 156.147723 49.395326) (xy 156.004674 49.252277) (xy 155.836467 49.139885) (xy 155.649565 49.062467) + (xy 155.451151 49.023) (xy 155.248849 49.023) (xy 155.050435 49.062467) (xy 154.863533 49.139885) (xy 154.695326 49.252277) + (xy 154.552277 49.395326) (xy 154.439885 49.563533) (xy 154.362467 49.750435) (xy 154.323 49.948849) (xy 147.045734 49.948849) + (xy 147.05491 49.926697) (xy 147.177 49.312907) (xy 147.177 48.687093) (xy 147.05491 48.073303) (xy 146.815421 47.495126) + (xy 146.467737 46.974781) (xy 146.387784 46.894828) (xy 147.412167 46.894828) (xy 147.412167 47.105172) (xy 147.453203 47.311475) + (xy 147.533698 47.505809) (xy 147.65056 47.680704) (xy 147.799296 47.82944) (xy 147.974191 47.946302) (xy 148.168525 48.026797) + (xy 148.374828 48.067833) (xy 148.585172 48.067833) (xy 148.791475 48.026797) (xy 148.985809 47.946302) (xy 149.160704 47.82944) + (xy 149.30944 47.680704) (xy 149.426302 47.505809) (xy 149.506797 47.311475) (xy 149.547833 47.105172) (xy 149.547833 47.004462) + (xy 153.253 47.004462) (xy 153.253 47.795537) (xy 153.266413 47.931723) (xy 153.31942 48.106463) (xy 153.405499 48.267504) + (xy 153.521341 48.408659) (xy 153.662495 48.524501) (xy 153.823536 48.61058) (xy 153.998276 48.663587) (xy 154.18 48.681485) + (xy 154.361723 48.663587) (xy 154.536463 48.61058) (xy 154.697504 48.524501) (xy 154.838659 48.408659) (xy 154.954501 48.267505) + (xy 155.04058 48.106464) (xy 155.093587 47.931724) (xy 155.107 47.795538) (xy 155.107 47.004462) (xy 160.453 47.004462) + (xy 160.453 47.795537) (xy 160.466413 47.931723) (xy 160.51942 48.106463) (xy 160.605499 48.267504) (xy 160.721341 48.408659) + (xy 160.862495 48.524501) (xy 161.023536 48.61058) (xy 161.198276 48.663587) (xy 161.38 48.681485) (xy 161.561723 48.663587) + (xy 161.736463 48.61058) (xy 161.897504 48.524501) (xy 162.038659 48.408659) (xy 162.154501 48.267505) (xy 162.24058 48.106464) + (xy 162.293587 47.931724) (xy 162.307 47.795538) (xy 162.307 47.506921) (xy 163.783 47.506921) (xy 163.783 48.193078) + (xy 163.79569 48.321921) (xy 163.845838 48.487236) (xy 163.927273 48.639591) (xy 164.036867 48.773133) (xy 164.170408 48.882727) + (xy 164.322763 48.964162) (xy 164.488078 49.01431) (xy 164.66 49.031243) (xy 164.831921 49.01431) (xy 164.997236 48.964162) + (xy 165.149591 48.882727) (xy 165.283133 48.773133) (xy 165.392727 48.639592) (xy 165.474162 48.487237) (xy 165.52431 48.321922) + (xy 165.537 48.193079) (xy 165.537 47.506921) (xy 172.423 47.506921) (xy 172.423 48.193078) (xy 172.43569 48.321921) + (xy 172.485838 48.487236) (xy 172.567273 48.639591) (xy 172.676867 48.773133) (xy 172.810408 48.882727) (xy 172.962763 48.964162) + (xy 173.128078 49.01431) (xy 173.3 49.031243) (xy 173.471921 49.01431) (xy 173.637236 48.964162) (xy 173.789591 48.882727) + (xy 173.923133 48.773133) (xy 174.032727 48.639592) (xy 174.114162 48.487237) (xy 174.16431 48.321922) (xy 174.177 48.193079) + (xy 174.177 47.506921) (xy 174.16431 47.378078) (xy 174.114162 47.212763) (xy 174.032727 47.060408) (xy 173.923133 46.926867) + (xy 173.789592 46.817273) (xy 173.637237 46.735838) (xy 173.471922 46.68569) (xy 173.3 46.668757) (xy 173.128079 46.68569) + (xy 172.962764 46.735838) (xy 172.810409 46.817273) (xy 172.676868 46.926867) (xy 172.567274 47.060408) (xy 172.485838 47.212763) + (xy 172.43569 47.378078) (xy 172.423 47.506921) (xy 165.537 47.506921) (xy 165.52431 47.378078) (xy 165.474162 47.212763) + (xy 165.392727 47.060408) (xy 165.283133 46.926867) (xy 165.149592 46.817273) (xy 164.997237 46.735838) (xy 164.831922 46.68569) + (xy 164.66 46.668757) (xy 164.488079 46.68569) (xy 164.322764 46.735838) (xy 164.170409 46.817273) (xy 164.036868 46.926867) + (xy 163.927274 47.060408) (xy 163.845838 47.212763) (xy 163.79569 47.378078) (xy 163.783 47.506921) (xy 162.307 47.506921) + (xy 162.307 47.004462) (xy 162.293587 46.868276) (xy 162.24058 46.693536) (xy 162.154501 46.532495) (xy 162.038659 46.391341) + (xy 161.897505 46.275499) (xy 161.736464 46.18942) (xy 161.561724 46.136413) (xy 161.38 46.118515) (xy 161.198277 46.136413) + (xy 161.023537 46.18942) (xy 160.862496 46.275499) (xy 160.721342 46.391341) (xy 160.6055 46.532495) (xy 160.519421 46.693536) + (xy 160.466413 46.868276) (xy 160.453 47.004462) (xy 155.107 47.004462) (xy 155.093587 46.868276) (xy 155.04058 46.693536) + (xy 154.954501 46.532495) (xy 154.838659 46.391341) (xy 154.697505 46.275499) (xy 154.536464 46.18942) (xy 154.361724 46.136413) + (xy 154.18 46.118515) (xy 153.998277 46.136413) (xy 153.823537 46.18942) (xy 153.662496 46.275499) (xy 153.521342 46.391341) + (xy 153.4055 46.532495) (xy 153.319421 46.693536) (xy 153.266413 46.868276) (xy 153.253 47.004462) (xy 149.547833 47.004462) + (xy 149.547833 46.894828) (xy 149.506797 46.688525) (xy 149.426302 46.494191) (xy 149.30944 46.319296) (xy 149.160704 46.17056) + (xy 148.985809 46.053698) (xy 148.791475 45.973203) (xy 148.585172 45.932167) (xy 148.374828 45.932167) (xy 148.168525 45.973203) + (xy 147.974191 46.053698) (xy 147.799296 46.17056) (xy 147.65056 46.319296) (xy 147.533698 46.494191) (xy 147.453203 46.688525) + (xy 147.412167 46.894828) (xy 146.387784 46.894828) (xy 146.025219 46.532263) (xy 145.504874 46.184579) (xy 144.926697 45.94509) + (xy 144.312907 45.823) (xy 143.750816 45.823) (xy 144.366369 45.675219) (xy 145.022988 45.627) (xy 192.873 45.627) + ) + ) + ) +) diff --git a/logic/hardware/Logic_tabor.pro b/logic/hardware/Logic_tabor.pro new file mode 100644 index 0000000..e07286a --- /dev/null +++ b/logic/hardware/Logic_tabor.pro @@ -0,0 +1,263 @@ +update=23.03.2021 16:10:12 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +[schematic_editor] +version=1 +PageLayoutDescrFile= +PlotDirectoryName=../text/prilohy/ +SubpartIdSeparator=0 +SubpartFirstId=65 +NetFmtName=Spice +SpiceAjustPassiveValues=0 +LabSize=50 +ERC_TestSimilarLabels=1 +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead= +CopperLayerCount=2 +BoardThickness=1.6 +AllowMicroVias=0 +AllowBlindVias=0 +RequireCourtyardDefinitions=0 +ProhibitOverlappingCourtyards=1 +MinTrackWidth=0.127 +MinViaDiameter=0.45 +MinViaDrill=0.2 +MinMicroViaDiameter=0.2 +MinMicroViaDrill=0.09999999999999999 +MinHoleToHole=0.25 +TrackWidth1=0.25 +TrackWidth2=0.15 +TrackWidth3=0.5 +TrackWidth4=0.8 +TrackWidth5=1 +TrackWidth6=1.5 +ViaDiameter1=0.8 +ViaDrill1=0.4 +ViaDiameter2=0.6 +ViaDrill2=0.3 +ViaDiameter3=0.8 +ViaDrill3=0.5 +ViaDiameter4=1.1 +ViaDrill4=0.8 +ViaDiameter5=1.3 +ViaDrill5=1 +ViaDiameter6=1.8 +ViaDrill6=1.5 +dPairWidth1=0.2 +dPairGap1=0.25 +dPairViaGap1=0.25 +SilkLineWidth=0.12 +SilkTextSizeV=1 +SilkTextSizeH=1 +SilkTextSizeThickness=0.15 +SilkTextItalic=0 +SilkTextUpright=1 +CopperLineWidth=0.2 +CopperTextSizeV=1.5 +CopperTextSizeH=1.5 +CopperTextThickness=0.3 +CopperTextItalic=0 +CopperTextUpright=1 +EdgeCutLineWidth=0.5 +CourtyardLineWidth=0.05 +OthersLineWidth=0.15 +OthersTextSizeV=1 +OthersTextSizeH=1 +OthersTextSizeThickness=0.15 +OthersTextItalic=0 +OthersTextUpright=1 +SolderMaskClearance=0.05 +SolderMaskMinWidth=0 +SolderPasteClearance=0 +SolderPasteRatio=-0 +[pcbnew/Layer.F.Cu] +Name=F.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.In1.Cu] +Name=In1.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In2.Cu] +Name=In2.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In3.Cu] +Name=In3.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In4.Cu] +Name=In4.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In5.Cu] +Name=In5.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In6.Cu] +Name=In6.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In7.Cu] +Name=In7.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In8.Cu] +Name=In8.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In9.Cu] +Name=In9.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In10.Cu] +Name=In10.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In11.Cu] +Name=In11.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In12.Cu] +Name=In12.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In13.Cu] +Name=In13.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In14.Cu] +Name=In14.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In15.Cu] +Name=In15.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In16.Cu] +Name=In16.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In17.Cu] +Name=In17.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In18.Cu] +Name=In18.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In19.Cu] +Name=In19.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In20.Cu] +Name=In20.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In21.Cu] +Name=In21.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In22.Cu] +Name=In22.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In23.Cu] +Name=In23.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In24.Cu] +Name=In24.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In25.Cu] +Name=In25.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In26.Cu] +Name=In26.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In27.Cu] +Name=In27.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In28.Cu] +Name=In28.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In29.Cu] +Name=In29.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In30.Cu] +Name=In30.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.B.Cu] +Name=B.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.B.Adhes] +Enabled=1 +[pcbnew/Layer.F.Adhes] +Enabled=1 +[pcbnew/Layer.B.Paste] +Enabled=1 +[pcbnew/Layer.F.Paste] +Enabled=1 +[pcbnew/Layer.B.SilkS] +Enabled=1 +[pcbnew/Layer.F.SilkS] +Enabled=1 +[pcbnew/Layer.B.Mask] +Enabled=1 +[pcbnew/Layer.F.Mask] +Enabled=1 +[pcbnew/Layer.Dwgs.User] +Enabled=1 +[pcbnew/Layer.Cmts.User] +Enabled=1 +[pcbnew/Layer.Eco1.User] +Enabled=1 +[pcbnew/Layer.Eco2.User] +Enabled=1 +[pcbnew/Layer.Edge.Cuts] +Enabled=1 +[pcbnew/Layer.Margin] +Enabled=1 +[pcbnew/Layer.B.CrtYd] +Enabled=1 +[pcbnew/Layer.F.CrtYd] +Enabled=1 +[pcbnew/Layer.B.Fab] +Enabled=1 +[pcbnew/Layer.F.Fab] +Enabled=1 +[pcbnew/Layer.Rescue] +Enabled=0 +[pcbnew/Netclasses] +[pcbnew/Netclasses/Default] +Name=Default +Clearance=0.2 +TrackWidth=0.25 +ViaDiameter=0.8 +ViaDrill=0.4 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 diff --git a/logic/hardware/Logic_tabor.sch b/logic/hardware/Logic_tabor.sch new file mode 100644 index 0000000..2e9b27c --- /dev/null +++ b/logic/hardware/Logic_tabor.sch @@ -0,0 +1,196 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Sheet +S 3750 2900 1250 1800 +U 6025A839 +F0 "ovladaci_prvky.sch" 50 +F1 "ovladaci_prvky.sch" 50 +F2 "GND" I R 5000 3200 50 +F3 "3V3" I R 5000 3000 50 +F4 "SENZOR_SVETLA" I R 5000 3600 50 +F5 "DATA_HERNI_LED" I R 5000 3400 50 +F6 "DATA_ZADANI_LED" I R 5000 3300 50 +F7 "V_LED_1" I R 5000 3500 50 +F8 "SW_2" I R 5000 4100 50 +F9 "SW_3" I R 5000 4200 50 +F10 "SW_4" I R 5000 4000 50 +F11 "SW_5" I R 5000 3900 50 +F12 "SW_7" I R 5000 3100 50 +F13 "SW_8" I R 5000 4300 50 +F14 "SW_9" I R 5000 4500 50 +F15 "SW_10" I R 5000 4600 50 +F16 "SW_11" I R 5000 4400 50 +$EndSheet +Wire Wire Line + 5000 3000 5300 3000 +Wire Wire Line + 5000 3100 5300 3100 +Wire Wire Line + 5300 3200 5000 3200 +Wire Wire Line + 5000 3300 5300 3300 +Wire Wire Line + 5300 3400 5000 3400 +Wire Wire Line + 5000 3500 5300 3500 +Wire Wire Line + 5300 3900 5000 3900 +Wire Wire Line + 5300 4000 5000 4000 +Wire Wire Line + 5000 4100 5300 4100 +Wire Wire Line + 5300 4200 5000 4200 +Wire Wire Line + 5000 4300 5300 4300 +Wire Wire Line + 5300 4400 5000 4400 +Wire Wire Line + 5000 4500 5300 4500 +Wire Wire Line + 5300 4600 5000 4600 +Wire Wire Line + 6450 3000 6800 3000 +Wire Wire Line + 6450 3100 6800 3100 +Wire Wire Line + 6450 3200 6800 3200 +Wire Wire Line + 6800 3300 6450 3300 +Wire Wire Line + 6450 3400 6800 3400 +Wire Wire Line + 6800 3500 6450 3500 +Wire Wire Line + 6450 3900 6800 3900 +Wire Wire Line + 6800 4000 6450 4000 +Wire Wire Line + 6450 4100 6800 4100 +Wire Wire Line + 6800 4200 6450 4200 +Wire Wire Line + 6450 4300 6800 4300 +Wire Wire Line + 6800 4400 6450 4400 +Wire Wire Line + 6450 4500 6800 4500 +Wire Wire Line + 6800 4600 6450 4600 +$Sheet +S 6800 2900 1000 1800 +U 6025ABB3 +F0 "elektronika.sch" 50 +F1 "elektronika.sch" 50 +F2 "3V3" I L 6800 3000 50 +F3 "GND" I L 6800 3200 50 +F4 "DATA_ZADANI_LED" I L 6800 3300 50 +F5 "DATA_HERNI_LED" I L 6800 3400 50 +F6 "SENZOR_SVETLA" I L 6800 3600 50 +F7 "V_LED_1" I L 6800 3500 50 +F8 "SW_3" I L 6800 4200 50 +F9 "SW_5" I L 6800 3900 50 +F10 "SW_2" I L 6800 4100 50 +F11 "SW_9" I L 6800 4500 50 +F12 "SW_10" I L 6800 4600 50 +F13 "SW_8" I L 6800 4300 50 +F14 "SW_11" I L 6800 4400 50 +F15 "SW_4" I L 6800 4000 50 +F16 "SW_7" I L 6800 3100 50 +$EndSheet +$Comp +L Connector:Conn_01x04_Male J10 +U 1 1 6059A2F0 +P 6250 4400 +F 0 "J10" H 6250 4000 50 0000 C CNN +F 1 "Conn_01x04_Male" H 6350 4100 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 6250 4400 50 0001 C CNN +F 3 "~" H 6250 4400 50 0001 C CNN +F 4 "0;0;0" H 6250 4400 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 6250 4400 50 0001 C CNN "LCSC" + 1 6250 4400 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x04_Male J9 +U 1 1 6059B4F0 +P 6250 4000 +F 0 "J9" H 6100 4100 50 0000 C CNN +F 1 "Conn_01x04_Male" H 6400 4200 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 6250 4000 50 0001 C CNN +F 3 "~" H 6250 4000 50 0001 C CNN +F 4 "0;0;0" H 6250 4000 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 6250 4000 50 0001 C CNN "LCSC" + 1 6250 4000 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x04_Female J5 +U 1 1 6059C745 +P 5500 4000 +F 0 "J5" H 5550 4050 50 0000 L CNN +F 1 "Conn_01x04_Female" H 5050 4200 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 5500 4000 50 0001 C CNN +F 3 "~" H 5500 4000 50 0001 C CNN +F 4 "0;0;0" H 5500 4000 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 5500 4000 50 0001 C CNN "LCSC" + 1 5500 4000 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x04_Female J6 +U 1 1 6059DE00 +P 5500 4400 +F 0 "J6" H 5350 4000 50 0000 L CNN +F 1 "Conn_01x04_Female" H 5150 4100 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 5500 4400 50 0001 C CNN +F 3 "~" H 5500 4400 50 0001 C CNN +F 4 "0;0;0" H 5500 4400 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 5500 4400 50 0001 C CNN "LCSC" + 1 5500 4400 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x07_Female J4 +U 1 1 605B938E +P 5500 3300 +F 0 "J4" H 5300 3800 50 0000 L CNN +F 1 "Conn_01x07_Female" H 5000 3700 50 0000 L CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" H 5500 3300 50 0001 C CNN +F 3 "~" H 5500 3300 50 0001 C CNN +F 4 "0;0;0" H 5500 3300 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 5500 3300 50 0001 C CNN "LCSC" + 1 5500 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5300 3600 5000 3600 +$Comp +L Connector:Conn_01x07_Male J7 +U 1 1 605BB787 +P 6250 3300 +F 0 "J7" H 6358 3781 50 0000 C CNN +F 1 "Conn_01x07_Male" H 6358 3690 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" H 6250 3300 50 0001 C CNN +F 3 "~" H 6250 3300 50 0001 C CNN +F 4 "0;0;0" H 6250 3300 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 6250 3300 50 0001 C CNN "LCSC" + 1 6250 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6800 3600 6450 3600 +$EndSCHEMATC diff --git a/logic/hardware/RoboCamp.dcm b/logic/hardware/RoboCamp.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/logic/hardware/RoboCamp.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/logic/hardware/RoboCamp.lib b/logic/hardware/RoboCamp.lib new file mode 100644 index 0000000..7c0d9a0 --- /dev/null +++ b/logic/hardware/RoboCamp.lib @@ -0,0 +1,34 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# MIC1555-MU +# +DEF MIC1555-MU U 0 40 Y Y 1 F N +F0 "U" 0 -300 50 H V C CNN +F1 "MIC1555-MU" 0 300 50 H V C CNN +F2 "RoboCamp:UTDFN-10" 0 -450 50 H I C CNN +F3 "" -150 -150 50 H I C CNN +DRAW +S -250 250 250 -250 0 1 0 f +X VS 1 -350 200 100 R 50 50 1 1 W +X OUT 10 350 200 100 L 50 50 1 1 O +X CS 2 -350 100 100 R 50 50 1 1 I +X THR 5 350 0 100 L 50 50 1 1 B +X TRG 6 -350 -50 100 R 50 50 1 1 I +X GND 8 -350 -200 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# RobotarnaLogo +# +DEF RobotarnaLogo U 0 40 Y Y 1 F N +F0 "U" 250 100 50 H V C CNN +F1 "RobotarnaLogo" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -300 50 300 -50 0 1 0 f +ENDDRAW +ENDDEF +# +#End Library diff --git a/logic/hardware/StepDown.sch b/logic/hardware/StepDown.sch new file mode 100644 index 0000000..dfd7d94 --- /dev/null +++ b/logic/hardware/StepDown.sch @@ -0,0 +1,286 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 27 29 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:C C? +U 1 1 6028148B +P 3250 3700 +AR Path="/602B57D2/6028148B" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/6028148B" Ref="C24" Part="1" +F 0 "C24" H 3365 3746 50 0000 L CNN +F 1 "22u" H 3365 3655 50 0000 L CNN +F 2 "Capacitor_SMD:C_0603_1608Metric" H 3288 3550 50 0001 C CNN +F 3 "~" H 3250 3700 50 0001 C CNN +F 4 "C59461" H 3250 3700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3250 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3250 3700 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 60281493 +P 3700 3700 +AR Path="/602B57D2/60281493" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/60281493" Ref="C25" Part="1" +F 0 "C25" H 3815 3746 50 0000 L CNN +F 1 "22u" H 3815 3655 50 0000 L CNN +F 2 "Capacitor_SMD:C_0603_1608Metric" H 3738 3550 50 0001 C CNN +F 3 "~" H 3700 3700 50 0001 C CNN +F 4 "C59461" H 3700 3700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3700 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3700 3700 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 6028149B +P 4150 3700 +AR Path="/602B57D2/6028149B" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/6028149B" Ref="C26" Part="1" +F 0 "C26" H 4265 3746 50 0000 L CNN +F 1 "22u" H 4265 3655 50 0000 L CNN +F 2 "Capacitor_SMD:C_0603_1608Metric" H 4188 3550 50 0001 C CNN +F 3 "~" H 4150 3700 50 0001 C CNN +F 4 "C59461" H 4150 3700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4150 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4150 3700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3250 3850 3250 4000 +Wire Wire Line + 3700 3850 3700 4000 +Wire Wire Line + 4150 3850 4150 4000 +Wire Wire Line + 3250 3550 3250 3400 +Wire Wire Line + 3250 3400 2850 3400 +Wire Wire Line + 3700 3550 3700 3400 +Wire Wire Line + 3700 3400 3250 3400 +Connection ~ 3250 3400 +Wire Wire Line + 4150 3550 4150 3400 +Wire Wire Line + 4150 3400 3700 3400 +Connection ~ 3700 3400 +Wire Wire Line + 4900 3400 4150 3400 +Connection ~ 4150 3400 +$Comp +L Device:R R? +U 1 1 602814C2 +P 6600 3600 +AR Path="/602B57D2/602814C2" Ref="R?" Part="1" +AR Path="/6025ABB3/6027852E/602814C2" Ref="R11" Part="1" +F 0 "R11" H 6670 3646 50 0000 L CNN +F 1 "160k" H 6670 3555 50 0000 L CNN +F 2 "Resistor_SMD:R_0603_1608Metric" V 6530 3600 50 0001 C CNN +F 3 "~" H 6600 3600 50 0001 C CNN +F 4 "C22813" H 6600 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6600 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6600 3600 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 602814CA +P 6600 4150 +AR Path="/602B57D2/602814CA" Ref="R?" Part="1" +AR Path="/6025ABB3/6027852E/602814CA" Ref="R12" Part="1" +F 0 "R12" H 6670 4196 50 0000 L CNN +F 1 "36k" H 6670 4105 50 0000 L CNN +F 2 "Resistor_SMD:R_0603_1608Metric" V 6530 4150 50 0001 C CNN +F 3 "~" H 6600 4150 50 0001 C CNN +F 4 "C23147" H 6600 4150 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6600 4150 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6600 4150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6600 4350 6600 4300 +Wire Wire Line + 6600 4000 6600 3900 +$Comp +L Device:L L? +U 1 1 602814DA +P 6250 3400 +AR Path="/602B57D2/602814DA" Ref="L?" Part="1" +AR Path="/6025ABB3/6027852E/602814DA" Ref="L1" Part="1" +F 0 "L1" V 6440 3400 50 0000 C CNN +F 1 "4u7" V 6349 3400 50 0000 C CNN +F 2 "my_library:MWSA0503S" H 6250 3400 50 0001 C CNN +F 3 "~" H 6250 3400 50 0001 C CNN +F 4 "C408410" H 6250 3400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6250 3400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6250 3400 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 6400 3400 6600 3400 +Wire Wire Line + 6600 3400 6600 3450 +$Comp +L Device:C C? +U 1 1 602814E4 +P 5800 3000 +AR Path="/602B57D2/602814E4" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/602814E4" Ref="C27" Part="1" +F 0 "C27" V 5548 3000 50 0000 C CNN +F 1 "100n" V 5639 3000 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5838 2850 50 0001 C CNN +F 3 "~" H 5800 3000 50 0001 C CNN +F 4 "C1525" H 5800 3000 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5800 3000 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5800 3000 + 0 1 1 0 +$EndComp +Wire Wire Line + 6100 3400 6000 3400 +Wire Wire Line + 6000 3400 6000 3000 +Wire Wire Line + 6000 3000 5950 3000 +$Comp +L Device:C C? +U 1 1 602814EF +P 7350 3650 +AR Path="/602B57D2/602814EF" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/602814EF" Ref="C28" Part="1" +F 0 "C28" H 7235 3604 50 0000 R CNN +F 1 "47p" H 7235 3695 50 0000 R CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7388 3500 50 0001 C CNN +F 3 "~" H 7350 3650 50 0001 C CNN +F 4 "C1567" H 7350 3650 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7350 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7350 3650 + -1 0 0 1 +$EndComp +$Comp +L Device:C C? +U 1 1 602814F7 +P 7850 3650 +AR Path="/602B57D2/602814F7" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/602814F7" Ref="C29" Part="1" +F 0 "C29" H 7735 3604 50 0000 R CNN +F 1 "22u" H 7735 3695 50 0000 R CNN +F 2 "Capacitor_SMD:C_0603_1608Metric" H 7888 3500 50 0001 C CNN +F 3 "~" H 7850 3650 50 0001 C CNN +F 4 "C59461" H 7850 3650 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7850 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7850 3650 + -1 0 0 1 +$EndComp +$Comp +L Device:C C? +U 1 1 602814FF +P 8200 3650 +AR Path="/602B57D2/602814FF" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/602814FF" Ref="C30" Part="1" +F 0 "C30" H 8085 3604 50 0000 R CNN +F 1 "22u" H 8085 3695 50 0000 R CNN +F 2 "Capacitor_SMD:C_0603_1608Metric" H 8238 3500 50 0001 C CNN +F 3 "~" H 8200 3650 50 0001 C CNN +F 4 "C59461" H 8200 3650 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8200 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8200 3650 + -1 0 0 1 +$EndComp +Wire Wire Line + 7350 3500 7350 3400 +Wire Wire Line + 7350 3400 6600 3400 +Connection ~ 6600 3400 +Wire Wire Line + 7850 3500 7850 3400 +Wire Wire Line + 7850 3400 7350 3400 +Connection ~ 7350 3400 +Wire Wire Line + 8200 3500 8200 3400 +Wire Wire Line + 8200 3400 7850 3400 +Connection ~ 7850 3400 +Wire Wire Line + 8200 3400 8500 3400 +Connection ~ 8200 3400 +Wire Wire Line + 7350 3800 7350 3900 +Wire Wire Line + 7350 3900 6600 3900 +Connection ~ 6600 3900 +Wire Wire Line + 6600 3900 6600 3750 +Wire Wire Line + 7850 3800 7850 3950 +Wire Wire Line + 8200 3800 8200 3950 +$Comp +L symbols:SY8105 U? +U 1 1 6028152A +P 5500 3700 +AR Path="/602B57D2/6028152A" Ref="U?" Part="1" +AR Path="/6025ABB3/6027852E/6028152A" Ref="U3" Part="1" +F 0 "U3" H 5300 4350 50 0000 C CNN +F 1 "SY8105" H 5250 4200 50 0000 C CNN +F 2 "Package_TO_SOT_SMD:TSOT-23-6" H 6200 3350 50 0001 C CNN +F 3 "" H 5500 3700 50 0001 C CNN +F 4 "C178247" H 5500 3700 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 5500 3700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5500 3700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5650 3000 5500 3000 +Wire Wire Line + 5500 3000 5500 3200 +Wire Wire Line + 5850 3400 6000 3400 +Connection ~ 6000 3400 +Wire Wire Line + 5850 3900 6600 3900 +Wire Wire Line + 5500 4100 5500 4350 +Wire Wire Line + 5500 4350 6600 4350 +Wire Wire Line + 5500 4450 5500 4350 +Connection ~ 5500 4350 +Wire Wire Line + 5150 3900 4900 3900 +Wire Wire Line + 5150 3400 4900 3400 +Connection ~ 4900 3400 +Wire Wire Line + 4900 3400 4900 3900 +Text HLabel 3700 4000 3 50 Input ~ 0 +GND +Text HLabel 3250 4000 3 50 Input ~ 0 +GND +Text HLabel 4150 4000 3 50 Input ~ 0 +GND +Text HLabel 5500 4450 3 50 Input ~ 0 +GND +Text HLabel 7850 3950 3 50 Input ~ 0 +GND +Text HLabel 8200 3950 3 50 Input ~ 0 +GND +Text HLabel 8500 3400 2 50 Input ~ 0 +3V3 +Text HLabel 2850 3400 0 50 Input ~ 0 +5V +$EndSCHEMATC diff --git a/logic/hardware/Stepdown_ESP.sch b/logic/hardware/Stepdown_ESP.sch new file mode 100644 index 0000000..7c30086 --- /dev/null +++ b/logic/hardware/Stepdown_ESP.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 30 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/USB-232.sch b/logic/hardware/USB-232.sch new file mode 100644 index 0000000..913a049 --- /dev/null +++ b/logic/hardware/USB-232.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 27 27 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/USB.sch b/logic/hardware/USB.sch new file mode 100644 index 0000000..5835989 --- /dev/null +++ b/logic/hardware/USB.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 7 20 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/USBto232.sch b/logic/hardware/USBto232.sch new file mode 100644 index 0000000..4c8d427 --- /dev/null +++ b/logic/hardware/USBto232.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 30 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/bottom_PCB.kicad_pcb b/logic/hardware/bottom_PCB.kicad_pcb new file mode 100644 index 0000000..3863486 --- /dev/null +++ b/logic/hardware/bottom_PCB.kicad_pcb @@ -0,0 +1,6147 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.5+dfsg1-2build2) + + (general + (thickness 1.6) + (drawings 259) + (tracks 835) + (zones 0) + (modules 57) + (nets 79) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (user_trace_width 0.15) + (user_trace_width 0.5) + (user_trace_width 0.8) + (user_trace_width 1) + (user_trace_width 1.5) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.127) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.45) + (via_min_drill 0.2) + (user_via 0.6 0.3) + (user_via 0.8 0.5) + (user_via 1.1 0.8) + (user_via 1.3 1) + (user_via 1.8 1.5) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.5) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 5.6 5.6) + (pad_drill 3.2) + (pad_to_mask_clearance 0.05) + (aux_axis_origin 0 0) + (visible_elements 7FFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 Board_1-/elektronika.sch/3V3) + (net 2 Board_1-/elektronika.sch/DATA_HERNI_LED) + (net 3 Board_1-/elektronika.sch/DATA_ZADANI_LED) + (net 4 Board_1-/elektronika.sch/GND) + (net 5 Board_1-/elektronika.sch/SENZOR_SVETLA) + (net 6 Board_1-/elektronika.sch/SW_10) + (net 7 Board_1-/elektronika.sch/SW_11) + (net 8 Board_1-/elektronika.sch/SW_2) + (net 9 Board_1-/elektronika.sch/SW_3) + (net 10 Board_1-/elektronika.sch/SW_4) + (net 11 Board_1-/elektronika.sch/SW_5) + (net 12 Board_1-/elektronika.sch/SW_7) + (net 13 Board_1-/elektronika.sch/SW_8) + (net 14 Board_1-/elektronika.sch/SW_9) + (net 15 Board_1-/elektronika.sch/V_LED_1) + (net 16 Board_1-5V) + (net 17 Board_1-DATA_HERNI_LED_LS) + (net 18 Board_1-DATA_ZADANI_LED_LS) + (net 19 Board_1-EN) + (net 20 Board_1-IO0) + (net 21 Board_1-IO12) + (net 22 Board_1-IO15) + (net 23 Board_1-IO2) + (net 24 Board_1-IO22) + (net 25 Board_1-IO33) + (net 26 Board_1-IO5) + (net 27 "Board_1-Net-(BZ1-Pad2)") + (net 28 "Board_1-Net-(D1-Pad1)") + (net 29 "Board_1-Net-(D10-Pad1)") + (net 30 "Board_1-Net-(D11-Pad1)") + (net 31 "Board_1-Net-(D2-Pad1)") + (net 32 "Board_1-Net-(D7-Pad2)") + (net 33 "Board_1-Net-(D8-Pad2)") + (net 34 "Board_1-Net-(D9-Pad2)") + (net 35 "Board_1-Net-(J1-Pad4)") + (net 36 "Board_1-Net-(J1-Pad6)") + (net 37 "Board_1-Net-(J3-PadA5)") + (net 38 "Board_1-Net-(J3-PadA8)") + (net 39 "Board_1-Net-(J3-PadB5)") + (net 40 "Board_1-Net-(J3-PadB8)") + (net 41 "Board_1-Net-(J3-PadS1)") + (net 42 "Board_1-Net-(Q1-Pad1)") + (net 43 "Board_1-Net-(Q1-Pad2)") + (net 44 "Board_1-Net-(Q2-Pad1)") + (net 45 "Board_1-Net-(Q2-Pad2)") + (net 46 "Board_1-Net-(Q4-Pad3)") + (net 47 "Board_1-Net-(R6-Pad2)") + (net 48 "Board_1-Net-(R8-Pad2)") + (net 49 "Board_1-Net-(R9-Pad2)") + (net 50 "Board_1-Net-(U1-Pad17)") + (net 51 "Board_1-Net-(U1-Pad18)") + (net 52 "Board_1-Net-(U1-Pad19)") + (net 53 "Board_1-Net-(U1-Pad20)") + (net 54 "Board_1-Net-(U1-Pad21)") + (net 55 "Board_1-Net-(U1-Pad22)") + (net 56 "Board_1-Net-(U1-Pad32)") + (net 57 "Board_1-Net-(U2-Pad1)") + (net 58 "Board_1-Net-(U2-Pad10)") + (net 59 "Board_1-Net-(U2-Pad11)") + (net 60 "Board_1-Net-(U2-Pad12)") + (net 61 "Board_1-Net-(U2-Pad13)") + (net 62 "Board_1-Net-(U2-Pad14)") + (net 63 "Board_1-Net-(U2-Pad15)") + (net 64 "Board_1-Net-(U2-Pad16)") + (net 65 "Board_1-Net-(U2-Pad17)") + (net 66 "Board_1-Net-(U2-Pad2)") + (net 67 "Board_1-Net-(U2-Pad20)") + (net 68 "Board_1-Net-(U2-Pad21)") + (net 69 "Board_1-Net-(U2-Pad22)") + (net 70 "Board_1-Net-(U2-Pad23)") + (net 71 "Board_1-Net-(U2-Pad27)") + (net 72 Board_1-PIEZO) + (net 73 Board_1-RX_ESP) + (net 74 Board_1-TX_ESP) + (net 75 Board_1-VSTUP1) + (net 76 Board_1-VSTUP2) + (net 77 Board_1-VSTUP3) + (net 78 Board_1-ZAPINANI_1_CAST_LED) + + (net_class Default "Toto je výchozí třída sítě." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net Board_1-/elektronika.sch/3V3) + (add_net Board_1-/elektronika.sch/DATA_HERNI_LED) + (add_net Board_1-/elektronika.sch/DATA_ZADANI_LED) + (add_net Board_1-/elektronika.sch/GND) + (add_net Board_1-/elektronika.sch/SENZOR_SVETLA) + (add_net Board_1-/elektronika.sch/SW_10) + (add_net Board_1-/elektronika.sch/SW_11) + (add_net Board_1-/elektronika.sch/SW_2) + (add_net Board_1-/elektronika.sch/SW_3) + (add_net Board_1-/elektronika.sch/SW_4) + (add_net Board_1-/elektronika.sch/SW_5) + (add_net Board_1-/elektronika.sch/SW_7) + (add_net Board_1-/elektronika.sch/SW_8) + (add_net Board_1-/elektronika.sch/SW_9) + (add_net Board_1-/elektronika.sch/V_LED_1) + (add_net Board_1-5V) + (add_net Board_1-DATA_HERNI_LED_LS) + (add_net Board_1-DATA_ZADANI_LED_LS) + (add_net Board_1-EN) + (add_net Board_1-IO0) + (add_net Board_1-IO12) + (add_net Board_1-IO15) + (add_net Board_1-IO2) + (add_net Board_1-IO22) + (add_net Board_1-IO33) + (add_net Board_1-IO5) + (add_net "Board_1-Net-(BZ1-Pad2)") + (add_net "Board_1-Net-(D1-Pad1)") + (add_net "Board_1-Net-(D10-Pad1)") + (add_net "Board_1-Net-(D11-Pad1)") + (add_net "Board_1-Net-(D2-Pad1)") + (add_net "Board_1-Net-(D7-Pad2)") + (add_net "Board_1-Net-(D8-Pad2)") + (add_net "Board_1-Net-(D9-Pad2)") + (add_net "Board_1-Net-(J1-Pad4)") + (add_net "Board_1-Net-(J1-Pad6)") + (add_net "Board_1-Net-(J3-PadA5)") + (add_net "Board_1-Net-(J3-PadA8)") + (add_net "Board_1-Net-(J3-PadB5)") + (add_net "Board_1-Net-(J3-PadB8)") + (add_net "Board_1-Net-(J3-PadS1)") + (add_net "Board_1-Net-(Q1-Pad1)") + (add_net "Board_1-Net-(Q1-Pad2)") + (add_net "Board_1-Net-(Q2-Pad1)") + (add_net "Board_1-Net-(Q2-Pad2)") + (add_net "Board_1-Net-(Q4-Pad3)") + (add_net "Board_1-Net-(R6-Pad2)") + (add_net "Board_1-Net-(R8-Pad2)") + (add_net "Board_1-Net-(R9-Pad2)") + (add_net "Board_1-Net-(U1-Pad17)") + (add_net "Board_1-Net-(U1-Pad18)") + (add_net "Board_1-Net-(U1-Pad19)") + (add_net "Board_1-Net-(U1-Pad20)") + (add_net "Board_1-Net-(U1-Pad21)") + (add_net "Board_1-Net-(U1-Pad22)") + (add_net "Board_1-Net-(U1-Pad32)") + (add_net "Board_1-Net-(U2-Pad1)") + (add_net "Board_1-Net-(U2-Pad10)") + (add_net "Board_1-Net-(U2-Pad11)") + (add_net "Board_1-Net-(U2-Pad12)") + (add_net "Board_1-Net-(U2-Pad13)") + (add_net "Board_1-Net-(U2-Pad14)") + (add_net "Board_1-Net-(U2-Pad15)") + (add_net "Board_1-Net-(U2-Pad16)") + (add_net "Board_1-Net-(U2-Pad17)") + (add_net "Board_1-Net-(U2-Pad2)") + (add_net "Board_1-Net-(U2-Pad20)") + (add_net "Board_1-Net-(U2-Pad21)") + (add_net "Board_1-Net-(U2-Pad22)") + (add_net "Board_1-Net-(U2-Pad23)") + (add_net "Board_1-Net-(U2-Pad27)") + (add_net Board_1-PIEZO) + (add_net Board_1-RX_ESP) + (add_net Board_1-TX_ESP) + (add_net Board_1-VSTUP1) + (add_net Board_1-VSTUP2) + (add_net Board_1-VSTUP3) + (add_net Board_1-ZAPINANI_1_CAST_LED) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FFB6) + (at 159.77 62.78 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA54) + (attr smd) + (fp_text reference C1 (at 1.89 0.06 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 19 Board_1-EN)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FFA6) + (at 160.08 60.53 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA1B) + (attr smd) + (fp_text reference C4 (at 0.07 1.23 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FF96) + (at 161.17 60.53 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/6026AA2F) + (attr smd) + (fp_text reference C5 (at -1.51 0.47) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FF86) + (at 152.45 95.23 180) + (descr "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") + (tags capacitor) + (path /6025ABB3/60332F1C) + (attr smd) + (fp_text reference C23 (at -2.38 -0.07) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 60A9FF74) + (at 137.515645 66.787371 270) + (descr "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") + (tags LED) + (path /6025ABB3/602A926E) + (attr smd) + (fp_text reference D1 (at 0.012629 -1.864355 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 28 "Board_1-Net-(D1-Pad1)")) + (pad 2 smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 60A9FF62) + (at 132.892 87.654) + (descr "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") + (tags LED) + (path /6025ABB3/602A9287) + (attr smd) + (fp_text reference D2 (at 2.608 0.016) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 31 "Board_1-Net-(D2-Pad1)")) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 60A9FF4B) + (at 115.161371 65.500355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F8A) + (attr smd) + (fp_text reference D7 (at -2.399645 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 32 "Board_1-Net-(D7-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 60A9FF34) + (at 113.101371 65.500355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F92) + (attr smd) + (fp_text reference D8 (at -2.39 0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 33 "Board_1-Net-(D8-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 60A9FF22) + (at 166.15 101.02) + (descr "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") + (tags LED) + (path /6025ABB3/60332F42) + (attr smd) + (fp_text reference D10 (at -0.05 1.54) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 29 "Board_1-Net-(D10-Pad1)")) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_0603_1608Metric (layer F.Cu) (tedit 5F68FEF1) (tstamp 60A9FF10) + (at 166.1795 98.788) + (descr "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") + (tags LED) + (path /6025ABB3/60332F4A) + (attr smd) + (fp_text reference D11 (at 0 -1.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value green (at 0 1.43) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.4 0.4) (thickness 0.06))) + ) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start 0.8 -0.735) (end -1.485 -0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 -0.735) (end -1.485 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.485 0.735) (end 0.8 0.735) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 30 "Board_1-Net-(D11-Pad1)")) + (pad 2 smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FF09) + (at 100 55) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A273E) + (attr virtual) + (fp_text reference H1 (at -3.62 -2.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FF02) + (at 192 55) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A2726) + (attr virtual) + (fp_text reference H2 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FEFB) + (at 100 147) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A2736) + (attr virtual) + (fp_text reference H3 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FEF4) + (at 192 147) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025ABB3/602A272E) + (attr virtual) + (fp_text reference H4 (at 3.88 -1.3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FEE0) + (at 158.59 102.59 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/60332F6E) + (attr smd) + (fp_text reference Q1 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NPN_BEC (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 42 "Board_1-Net-(Q1-Pad1)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 43 "Board_1-Net-(Q1-Pad2)")) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 19 Board_1-EN)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FECC) + (at 158.192 96.308) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/60332F66) + (attr smd) + (fp_text reference Q2 (at -2.712 0.292) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NPN_BEC (at 0 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 44 "Board_1-Net-(Q2-Pad1)")) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 45 "Board_1-Net-(Q2-Pad2)")) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 20 Board_1-IO0)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FEBC) + (at 158.71 62.77 90) + (descr "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") + (tags resistor) + (path /6025ABB3/6026A9F8) + (attr smd) + (fp_text reference R1 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 19 Board_1-EN)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FEAC) + (at 137.513645 64.167371 270) + (descr "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") + (tags resistor) + (path /6025ABB3/602A9276) + (attr smd) + (fp_text reference R2 (at 0.032629 -1.466355 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 28 "Board_1-Net-(D1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE9C) + (at 130.206 87.682) + (descr "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") + (tags resistor) + (path /6025ABB3/602AAA2A) + (attr smd) + (fp_text reference R3 (at -1.636 0.218 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 31 "Board_1-Net-(D2-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE8C) + (at 149 100.59 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332EF6) + (attr smd) + (fp_text reference R6 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 47 "Board_1-Net-(R6-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE7C) + (at 157.692 98.918 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F00) + (attr smd) + (fp_text reference R7 (at -1.9 -0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 42 "Board_1-Net-(Q1-Pad1)")) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 45 "Board_1-Net-(Q2-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE6C) + (at 163.462 98.788 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F3A) + (attr smd) + (fp_text reference R9 (at 0.03 1.13) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 30 "Board_1-Net-(D11-Pad1)")) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 49 "Board_1-Net-(R9-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE5C) + (at 160.562 98.04 270) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F0A) + (attr smd) + (fp_text reference R10 (at 0.12 -1.2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 44 "Board_1-Net-(Q2-Pad1)")) + (pad 2 smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 43 "Board_1-Net-(Q1-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE4C) + (at 127.071371 92.590355 180) + (descr "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") + (tags resistor) + (path /6025ABB3/602E6441) + (attr smd) + (fp_text reference R14 (at -1.55 0.68 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 78 Board_1-ZAPINANI_1_CAST_LED)) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FE3C) + (at 122.885371 93.606355) + (descr "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") + (tags resistor) + (path /6025ABB3/602E642B) + (attr smd) + (fp_text reference R15 (at 0 -1.17) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 46 "Board_1-Net-(Q4-Pad3)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm (layer F.Cu) (tedit 5DC5F6A4) (tstamp 60A9FE02) + (at 153.102 100.448 270) + (descr "QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (path /6025ABB3/60332F56) + (attr smd) + (fp_text reference U2 (at 2.152 3.702 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CP2102N-A01-GQFN28 (at 0 3.8 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.885 -2.61) (end 2.61 -2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.61 -2.61) (end 2.61 -1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.885 2.61) (end -2.61 2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.61 2.61) (end -2.61 1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.885 2.61) (end 2.61 2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.61 2.61) (end 2.61 1.885) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.885 -2.61) (end -2.61 -2.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end -2.5 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -1.5) (end -1.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.1 -3.1) (end -3.1 3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.1 3.1) (end 3.1 3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.1 3.1) (end 3.1 -3.1) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.1 -3.1) (end -3.1 -3.1) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -2.45 -1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 57 "Board_1-Net-(U2-Pad1)")) + (pad 2 smd roundrect (at -2.45 -1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 66 "Board_1-Net-(U2-Pad2)")) + (pad 3 smd roundrect (at -2.45 -0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 4 smd roundrect (at -2.45 0 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 33 "Board_1-Net-(D8-Pad2)")) + (pad 5 smd roundrect (at -2.45 0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 32 "Board_1-Net-(D7-Pad2)")) + (pad 6 smd roundrect (at -2.45 1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 7 smd roundrect (at -2.45 1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 8 smd roundrect (at -1.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (pad 9 smd roundrect (at -1 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 47 "Board_1-Net-(R6-Pad2)")) + (pad 10 smd roundrect (at -0.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 58 "Board_1-Net-(U2-Pad10)")) + (pad 11 smd roundrect (at 0 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 59 "Board_1-Net-(U2-Pad11)")) + (pad 12 smd roundrect (at 0.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 60 "Board_1-Net-(U2-Pad12)")) + (pad 13 smd roundrect (at 1 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 61 "Board_1-Net-(U2-Pad13)")) + (pad 14 smd roundrect (at 1.5 2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 62 "Board_1-Net-(U2-Pad14)")) + (pad 15 smd roundrect (at 2.45 1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 63 "Board_1-Net-(U2-Pad15)")) + (pad 16 smd roundrect (at 2.45 1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 64 "Board_1-Net-(U2-Pad16)")) + (pad 17 smd roundrect (at 2.45 0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 65 "Board_1-Net-(U2-Pad17)")) + (pad 18 smd roundrect (at 2.45 0 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 49 "Board_1-Net-(R9-Pad2)")) + (pad 19 smd roundrect (at 2.45 -0.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 48 "Board_1-Net-(R8-Pad2)")) + (pad 20 smd roundrect (at 2.45 -1 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 67 "Board_1-Net-(U2-Pad20)")) + (pad 21 smd roundrect (at 2.45 -1.5 270) (size 0.8 0.25) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 68 "Board_1-Net-(U2-Pad21)")) + (pad 22 smd roundrect (at 1.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 69 "Board_1-Net-(U2-Pad22)")) + (pad 23 smd roundrect (at 1 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 70 "Board_1-Net-(U2-Pad23)")) + (pad 24 smd roundrect (at 0.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 43 "Board_1-Net-(Q1-Pad2)")) + (pad 25 smd roundrect (at 0 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 74 Board_1-TX_ESP)) + (pad 26 smd roundrect (at -0.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 73 Board_1-RX_ESP)) + (pad 27 smd roundrect (at -1 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 71 "Board_1-Net-(U2-Pad27)")) + (pad 28 smd roundrect (at -1.5 -2.45 270) (size 0.25 0.8) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 45 "Board_1-Net-(Q2-Pad2)")) + (pad 29 smd rect (at 0 0 270) (size 3.35 3.35) (layers F.Cu F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad "" smd roundrect (at -1.12 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at -1.12 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at -1.12 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 0 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 1.12 -1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 1.12 0 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (pad "" smd roundrect (at 1.12 1.12 270) (size 0.9 0.9) (layers F.Paste) (roundrect_rratio 0.25)) + (model ${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FDEE) + (at 126.951371 95.290355 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602E6458) + (attr smd) + (fp_text reference Q4 (at 0 -2.5 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 78 Board_1-ZAPINANI_1_CAST_LED)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 46 "Board_1-Net-(Q4-Pad3)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FDDA) + (at 123.321371 96.150355 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602E6450) + (attr smd) + (fp_text reference Q5 (at -0.06 2.55 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_PMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 46 "Board_1-Net-(Q4-Pad3)")) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-5V)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/elektronika.sch/V_LED_1)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FDCA) + (at 163.32 101.05 180) + (descr "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") + (tags resistor) + (path /6025ABB3/60332F32) + (attr smd) + (fp_text reference R8 (at 0 -1.17) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 29 "Board_1-Net-(D10-Pad1)")) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 48 "Board_1-Net-(R8-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FDBA) + (at 152.45 94.16 180) + (descr "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") + (tags capacitor) + (path /6025ABB3/60332F78) + (attr smd) + (fp_text reference C22 (at -2.38 0.03) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SMA (layer F.Cu) (tedit 586432E5) (tstamp 60A9FDA3) + (at 129.38 67.6 180) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (path /6025ABB3/60388C5E) + (attr smd) + (fp_text reference D92 (at 4.3 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value DIODE (at 0 2.6) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 -2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -3.4 1.65) (end 2 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-5V)) + (pad 2 smd rect (at 2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:PIEZO (layer F.Cu) (tedit 601E7433) (tstamp 60A9FD9D) + (at 145.98 142 90) + (path /6025ABB3/6029E624) + (fp_text reference BZ1 (at 0.3259 7.7463 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value Buzzer (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 5.68 0) (layer F.SilkS) (width 0.05)) + (pad 1 thru_hole circle (at 0 -3.81 90) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) + (net 16 Board_1-5V)) + (pad 2 thru_hole circle (at 0 3.81 90) (size 2 2) (drill 1.02) (layers *.Cu *.Mask) + (net 27 "Board_1-Net-(BZ1-Pad2)")) + ) + + (module Diode_SMD:D_SOD-323 (layer F.Cu) (tedit 58641739) (tstamp 60A9FD86) + (at 117.247371 65.522355 90) + (descr SOD-323) + (tags SOD-323) + (path /6025ABB3/60332F9A) + (attr smd) + (fp_text reference D9 (at -2.377645 -0.067371 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SD05_SOD323 (at 0.1 1.9 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 -1.85 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -0.85) (end -1.5 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.2 0) (end 0.45 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 0.35) (end -0.3 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.2 -0.35) (end 0.2 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end 0.2 -0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 0) (end -0.5 0) (layer F.Fab) (width 0.1)) + (fp_line (start -0.3 -0.35) (end -0.3 0.35) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 0.7) (end -0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 0.7) (end -0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -0.7) (end 0.9 0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.7) (end 0.9 -0.7) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.95) (end 1.6 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.6 -0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 0.95) (end 1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.6 -0.95) (end -1.6 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.5 0.85) (end 1.05 0.85) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.5 -0.85) (end 1.05 -0.85) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd rect (at 1.05 0 90) (size 0.6 0.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:RobotarnaLogo-6mm (layer B.Cu) (tedit 5FD6798D) (tstamp 60A9FD81) + (at 145.98 125.4) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (path /6025ABB3/602FF342) + (attr virtual) + (fp_text reference DRA2 (at 0 6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_text value Logo_Robotarna (at 0 -6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_poly (pts (xy -0.189086 2.172622) (xy -0.248619 0.013868) (xy -0.244221 -0.035179) (xy -0.231546 -0.081341) + (xy -0.211363 -0.123849) (xy -0.184443 -0.161931) (xy -0.151557 -0.194817) (xy -0.113474 -0.221737) + (xy -0.070967 -0.24192) (xy -0.024805 -0.254595) (xy 0.024242 -0.258991) (xy 0.073288 -0.254595) + (xy 0.119451 -0.24192) (xy 0.161958 -0.221737) (xy 0.20004 -0.194817) (xy 0.232927 -0.161931) + (xy 0.259847 -0.123849) (xy 0.28003 -0.081341) (xy 0.292705 -0.035179) (xy 0.297102 0.013868) + (xy 0.292706 0.062915) (xy 0.280031 0.109078) (xy 0.259848 0.151586) (xy 0.232928 0.189668) + (xy 0.200041 0.222555) (xy 0.161959 0.249475) (xy 0.119451 0.269658) (xy 0.073289 0.282333) + (xy 0.024242 0.28673) (xy -0.024805 0.282333) (xy -0.070968 0.269658) (xy -0.113475 0.249475) + (xy -0.151558 0.222555) (xy -0.184444 0.189668) (xy -0.211364 0.151586) (xy -0.231547 0.109078) + (xy -0.244222 0.062915) (xy -0.248619 0.013868) (xy -0.189086 2.172622) (xy -0.135651 2.173005) + (xy -0.078019 2.17281) (xy -0.017967 2.172163) (xy 0.042729 2.171192) (xy 0.102292 2.170022) + (xy 0.158945 2.168782) (xy 0.210913 2.167596) (xy 0.256417 2.166592) (xy 0.293682 2.165897) + (xy 0.32093 2.165637) (xy 0.337879 2.157108) (xy 0.350612 2.133341) (xy 0.359778 2.097068) + (xy 0.366025 2.051018) (xy 0.370001 1.997923) (xy 0.372356 1.940513) (xy 0.373737 1.881519) + (xy 0.374794 1.823671) (xy 0.376174 1.7697) (xy 0.378527 1.722337) (xy 0.3825 1.684313) + (xy 0.388743 1.658357) (xy 0.397903 1.647202) (xy 0.447699 1.634116) (xy 0.496994 1.619496) + (xy 0.545752 1.603356) (xy 0.593942 1.585715) (xy 0.641527 1.566587) (xy 0.688475 1.54599) + (xy 0.734751 1.523939) (xy 0.780321 1.50045) (xy 0.825151 1.47554) (xy 0.869207 1.449225) + (xy 0.912456 1.421521) (xy 0.954862 1.392445) (xy 0.996392 1.362013) (xy 1.013334 1.361715) + (xy 1.041997 1.374635) (xy 1.080023 1.398112) (xy 1.125053 1.429489) (xy 1.174729 1.466104) + (xy 1.226691 1.505299) (xy 1.27858 1.544413) (xy 1.328039 1.580788) (xy 1.372708 1.611763) + (xy 1.410229 1.63468) (xy 1.438243 1.646879) (xy 1.454391 1.645699) (xy 1.491331 1.608417) + (xy 1.527571 1.570487) (xy 1.563104 1.53192) (xy 1.597921 1.492726) (xy 1.632014 1.452915) + (xy 1.665376 1.412497) (xy 1.697997 1.371483) (xy 1.729871 1.329881) (xy 1.760989 1.287704) + (xy 1.791342 1.24496) (xy 1.820924 1.20166) (xy 1.849726 1.157814) (xy 1.877739 1.113431) + (xy 1.875451 1.09719) (xy 1.85774 1.072146) (xy 1.827672 1.040049) (xy 1.788314 1.002648) + (xy 1.742734 0.961692) (xy 1.693999 0.91893) (xy 1.645176 0.876112) (xy 1.599331 0.834987) + (xy 1.559533 0.797305) (xy 1.528848 0.764815) (xy 1.510343 0.739265) (xy 1.507085 0.722406) + (xy 1.528603 0.674946) (xy 1.548451 0.626855) (xy 1.56662 0.578177) (xy 1.583099 0.528957) + (xy 1.597878 0.479239) (xy 1.610948 0.429068) (xy 1.622299 0.378487) (xy 1.63192 0.327542) + (xy 1.639802 0.276276) (xy 1.645935 0.224734) (xy 1.650308 0.172961) (xy 1.652913 0.121) + (xy 1.653738 0.068896) (xy 1.665092 0.060185) (xy 1.696214 0.048632) (xy 1.742692 0.034697) + (xy 1.800114 0.018839) (xy 1.864068 0.001518) (xy 1.930142 -0.016806) (xy 1.993924 -0.035673) + (xy 2.051002 -0.054623) (xy 2.096965 -0.073196) (xy 2.1274 -0.090933) (xy 2.137896 -0.107375) + (xy 2.134463 -0.147706) (xy 2.128781 -0.192143) (xy 2.121114 -0.239886) (xy 2.111727 -0.290134) + (xy 2.100886 -0.342088) (xy 2.088855 -0.394949) (xy 2.075899 -0.447915) (xy 2.062283 -0.500188) + (xy 2.048272 -0.550968) (xy 2.034131 -0.599454) (xy 2.020124 -0.644846) (xy 2.006516 -0.686346) + (xy 1.993573 -0.723153) (xy 1.979249 -0.734445) (xy 1.949479 -0.738833) (xy 1.907322 -0.737688) + (xy 1.85584 -0.732382) (xy 1.798093 -0.724285) (xy 1.737141 -0.71477) (xy 1.676045 -0.705206) + (xy 1.617865 -0.696965) (xy 1.565661 -0.691419) (xy 1.522495 -0.689938) (xy 1.491425 -0.693894) + (xy 1.475514 -0.704658) (xy 1.451599 -0.752047) (xy 1.428453 -0.798038) (xy 1.405655 -0.842694) + (xy 1.382786 -0.886075) (xy 1.359425 -0.928243) (xy 1.335154 -0.969259) (xy 1.309551 -1.009185) + (xy 1.282198 -1.048081) (xy 1.252674 -1.08601) (xy 1.220559 -1.123032) (xy 1.185434 -1.159209) + (xy 1.146879 -1.194603) (xy 1.140976 -1.212326) (xy 1.146451 -1.242417) (xy 1.16113 -1.282298) + (xy 1.182842 -1.329391) (xy 1.209412 -1.381119) (xy 1.238668 -1.434903) (xy 1.268437 -1.488166) + (xy 1.296546 -1.53833) (xy 1.320823 -1.582817) (xy 1.339095 -1.619049) (xy 1.349188 -1.644449) + (xy 1.348931 -1.656438) (xy 1.318491 -1.677945) (xy 1.283065 -1.701824) (xy 1.243361 -1.727615) + (xy 1.200091 -1.754861) (xy 1.153962 -1.783099) (xy 1.105685 -1.811871) (xy 1.055969 -1.840717) + (xy 1.005524 -1.869178) (xy 0.955059 -1.896792) (xy 0.905283 -1.923101) (xy 0.856907 -1.947645) + (xy 0.81064 -1.969964) (xy 0.767191 -1.989598) (xy 0.727269 -2.006088) (xy 0.691585 -2.018973) + (xy 0.675692 -2.0151) (xy 0.655999 -1.996387) (xy 0.633188 -1.96551) (xy 0.607943 -1.925144) + (xy 0.580944 -1.877966) (xy 0.552874 -1.826651) (xy 0.524415 -1.773874) (xy 0.49625 -1.722313) + (xy 0.46906 -1.674643) (xy 0.443527 -1.633539) (xy 0.420334 -1.601677) (xy 0.400163 -1.581733) + (xy 0.383696 -1.576383) (xy 0.336632 -1.584127) (xy 0.289432 -1.590885) (xy 0.242112 -1.596656) + (xy 0.194687 -1.60144) (xy 0.147172 -1.605233) (xy 0.099584 -1.608036) (xy 0.051937 -1.609845) + (xy 0.004247 -1.61066) (xy -0.047376 -1.609923) (xy -0.098925 -1.607578) (xy -0.150364 -1.603628) + (xy -0.201655 -1.598075) (xy -0.25276 -1.590922) (xy -0.303642 -1.582173) (xy -0.318666 -1.589456) + (xy -0.338978 -1.613657) (xy -0.363511 -1.651376) (xy -0.391204 -1.699213) (xy -0.420992 -1.753768) + (xy -0.451812 -1.811643) (xy -0.482599 -1.869437) (xy -0.512291 -1.923752) (xy -0.539824 -1.971186) + (xy -0.564133 -2.008342) (xy -0.584155 -2.031818) (xy -0.598827 -2.038216) (xy -0.63794 -2.026058) + (xy -0.681219 -2.010624) (xy -0.727959 -1.992304) (xy -0.777451 -1.971485) (xy -0.828989 -1.948557) + (xy -0.881863 -1.923909) (xy -0.935368 -1.897928) (xy -0.988796 -1.871003) (xy -1.041439 -1.843524) + (xy -1.09259 -1.815879) (xy -1.141541 -1.788456) (xy -1.187585 -1.761644) (xy -1.230014 -1.735831) + (xy -1.268121 -1.711407) (xy -1.301199 -1.68876) (xy -1.302572 -1.675271) (xy -1.29278 -1.64765) + (xy -1.274048 -1.608716) (xy -1.248601 -1.561287) (xy -1.218664 -1.50818) (xy -1.186462 -1.452215) + (xy -1.15422 -1.39621) (xy -1.124163 -1.342983) (xy -1.098515 -1.295352) (xy -1.079503 -1.256136) + (xy -1.06935 -1.228153) (xy -1.070282 -1.214222) (xy -1.108501 -1.181655) (xy -1.145548 -1.147876) + (xy -1.181395 -1.112918) (xy -1.216018 -1.076813) (xy -1.24939 -1.039596) (xy -1.281485 -1.0013) + (xy -1.312278 -0.961957) (xy -1.341742 -0.921601) (xy -1.369851 -0.880265) (xy -1.39658 -0.837982) + (xy -1.421902 -0.794786) (xy -1.445792 -0.750709) (xy -1.468223 -0.705785) (xy -1.482519 -0.699902) + (xy -1.514058 -0.699254) (xy -1.559381 -0.70279) (xy -1.615026 -0.709457) (xy -1.677534 -0.718205) + (xy -1.743446 -0.72798) (xy -1.809302 -0.73773) (xy -1.871643 -0.746405) (xy -1.927007 -0.752952) + (xy -1.971936 -0.756319) (xy -2.00297 -0.755455) (xy -2.01665 -0.749307) (xy -2.031671 -0.709582) + (xy -2.045338 -0.665809) (xy -2.057718 -0.618655) (xy -2.06888 -0.568786) (xy -2.07889 -0.516869) + (xy -2.087815 -0.463569) (xy -2.095722 -0.409554) (xy -2.10268 -0.355489) (xy -2.108754 -0.302041) + (xy -2.114013 -0.249877) (xy -2.118524 -0.199662) (xy -2.122353 -0.152064) (xy -2.125568 -0.107748) + (xy -2.115008 -0.096498) (xy -2.084763 -0.083937) (xy -2.039193 -0.070352) (xy -1.982657 -0.056033) + (xy -1.919515 -0.041271) (xy -1.854127 -0.026354) (xy -1.790852 -0.011572) (xy -1.734049 0.002784) + (xy -1.688079 0.016426) (xy -1.657299 0.029064) (xy -1.64607 0.040408) (xy -1.645304 0.090652) + (xy -1.643011 0.140779) (xy -1.639198 0.190755) (xy -1.633872 0.240546) (xy -1.627041 0.290119) + (xy -1.618713 0.339439) (xy -1.608893 0.388472) (xy -1.597591 0.437185) (xy -1.584813 0.485544) + (xy -1.570566 0.533514) (xy -1.554858 0.581062) (xy -1.537697 0.628153) (xy -1.519089 0.674755) + (xy -1.499042 0.720832) (xy -1.503132 0.735328) (xy -1.521566 0.759443) (xy -1.551466 0.791249) + (xy -1.589954 0.828821) (xy -1.634149 0.870231) (xy -1.681176 0.913551) (xy -1.728154 0.956855) + (xy -1.772205 0.998217) (xy -1.810452 1.035708) (xy -1.840015 1.067403) (xy -1.858016 1.091373) + (xy -1.861578 1.105692) (xy -1.834611 1.150814) (xy -1.806572 1.195227) (xy -1.777477 1.238913) + (xy -1.747341 1.281854) (xy -1.716178 1.324032) (xy -1.684003 1.365428) (xy -1.650831 1.406024) + (xy -1.616677 1.445803) (xy -1.581555 1.484746) (xy -1.545481 1.522835) (xy -1.508469 1.560051) + (xy -1.470534 1.596378) (xy -1.431691 1.631795) (xy -1.41595 1.632589) (xy -1.387707 1.621533) + (xy -1.34945 1.600985) (xy -1.303669 1.5733) (xy -1.252853 1.540837) (xy -1.199492 1.505953) + (xy -1.146074 1.471004) (xy -1.09509 1.438349) (xy -1.049028 1.410343) (xy -1.010379 1.389345) + (xy -0.98163 1.377712) (xy -0.965272 1.3778) (xy -0.925163 1.406326) (xy -0.884268 1.433602) + (xy -0.842617 1.459616) (xy -0.800239 1.484352) (xy -0.757164 1.507798) (xy -0.713422 1.529938) + (xy -0.669043 1.55076) (xy -0.624057 1.570248) (xy -0.578493 1.58839) (xy -0.532382 1.60517) + (xy -0.485753 1.620575) (xy -0.438637 1.634591) (xy -0.391062 1.647205) (xy -0.382157 1.661138) + (xy -0.374548 1.695124) (xy -0.367933 1.74469) (xy -0.362004 1.805367) (xy -0.356457 1.872683) + (xy -0.350986 1.942168) (xy -0.345286 2.009351) (xy -0.339052 2.06976) (xy -0.331978 2.118925) + (xy -0.32376 2.152375) (xy -0.31409 2.16564) (xy -0.283863 2.169109) (xy -0.241379 2.171378) + (xy -0.189086 2.172625) (xy -0.189086 2.172622)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -0.000038 3.000001) (xy -0.190589 2.283197) (xy -0.135477 2.28358) (xy -0.076274 2.283385) + (xy -0.014845 2.282738) (xy 0.046947 2.281767) (xy 0.107238 2.280597) (xy 0.164163 2.279356) + (xy 0.215859 2.278171) (xy 0.260461 2.277167) (xy 0.296107 2.276472) (xy 0.32093 2.276212) + (xy 0.369446 2.266215) (xy 0.408201 2.242911) (xy 0.43187 2.216496) (xy 0.446086 2.191571) + (xy 0.462414 2.146691) (xy 0.47089 2.103476) (xy 0.476551 2.058265) (xy 0.480162 2.011062) + (xy 0.482333 1.962597) (xy 0.48367 1.9136) (xy 0.484657 1.865073) (xy 0.485552 1.818739) + (xy 0.486653 1.776406) (xy 0.488255 1.739885) (xy 0.489154 1.731472) (xy 0.539454 1.716135) + (xy 0.589223 1.699324) (xy 0.638428 1.68105) (xy 0.687037 1.661327) (xy 0.735018 1.640168) + (xy 0.782337 1.617586) (xy 0.828964 1.593594) (xy 0.874865 1.568206) (xy 0.920008 1.541433) + (xy 0.96436 1.51329) (xy 1.00789 1.48379) (xy 1.018791 1.490246) (xy 1.049088 1.511181) + (xy 1.083611 1.536246) (xy 1.121016 1.564131) (xy 1.159956 1.593526) (xy 1.199203 1.623185) + (xy 1.238007 1.652117) (xy 1.275746 1.679396) (xy 1.311796 1.704098) (xy 1.345785 1.725505) + (xy 1.381176 1.743637) (xy 1.429209 1.757607) (xy 1.457042 1.758321) (xy 1.492461 1.750265) + (xy 1.529633 1.726714) (xy 1.532253 1.724333) (xy 1.567856 1.688444) (xy 1.602847 1.651958) + (xy 1.637217 1.614887) (xy 1.670956 1.577242) (xy 1.704056 1.539035) (xy 1.736508 1.500276) + (xy 1.768304 1.460978) (xy 1.799435 1.42115) (xy 1.829891 1.380804) (xy 1.859666 1.339951) + (xy 1.888748 1.298603) (xy 1.917131 1.256771) (xy 1.944805 1.214465) (xy 1.971761 1.171698) + (xy 1.973719 1.16847) (xy 1.988202 1.127652) (xy 1.988399 1.092098) (xy 1.981913 1.065566) + (xy 1.958535 1.021666) (xy 1.933574 0.990701) (xy 1.905691 0.961759) (xy 1.874202 0.931502) + (xy 1.839866 0.900145) (xy 1.803715 0.868099) (xy 1.76678 0.835775) (xy 1.730183 0.80369) + (xy 1.695383 0.772784) (xy 1.663922 0.744116) (xy 1.637341 0.718739) (xy 1.630801 0.711596) + (xy 1.649273 0.666484) (xy 1.666369 0.620865) (xy 1.682083 0.574776) (xy 1.696406 0.528252) + (xy 1.709334 0.481332) (xy 1.720859 0.434053) (xy 1.730973 0.386451) (xy 1.739672 0.338563) + (xy 1.746947 0.290428) (xy 1.752792 0.242081) (xy 1.7572 0.193561) (xy 1.760165 0.144903) + (xy 1.760774 0.144675) (xy 1.796138 0.134685) (xy 1.836632 0.123626) (xy 1.880652 0.111703) + (xy 1.926595 0.099125) (xy 1.972893 0.086103) (xy 2.018381 0.072661) (xy 2.062062 0.058713) + (xy 2.102939 0.044176) (xy 2.140403 0.02885) (xy 2.176454 0.009674) (xy 2.215992 -0.023025) + (xy 2.238618 -0.058593) (xy 2.248315 -0.113902) (xy 2.248315 -0.113981) (xy 2.244517 -0.160131) + (xy 2.238504 -0.209231) (xy 2.230525 -0.260641) (xy 2.22083 -0.313722) (xy 2.209666 -0.367834) + (xy 2.197285 -0.422337) (xy 2.183935 -0.476593) (xy 2.169865 -0.529961) (xy 2.155326 -0.581802) + (xy 2.140565 -0.631476) (xy 2.125833 -0.678344) (xy 2.111379 -0.721765) (xy 2.097452 -0.761102) + (xy 2.097375 -0.761181) (xy 2.068683 -0.805712) (xy 2.034234 -0.83101) (xy 2.00582 -0.842063) + (xy 1.981992 -0.846806) (xy 1.939857 -0.849736) (xy 1.899232 -0.847864) (xy 1.856484 -0.843784) + (xy 1.811835 -0.838021) (xy 1.766028 -0.831188) (xy 1.719805 -0.823893) (xy 1.674101 -0.816727) + (xy 1.630548 -0.810247) (xy 1.590939 -0.805006) (xy 1.557066 -0.801562) (xy 1.54925 -0.801411) + (xy 1.525983 -0.847553) (xy 1.502481 -0.893168) (xy 1.478375 -0.93822) (xy 1.453292 -0.982675) + (xy 1.426862 -1.026495) (xy 1.398713 -1.069645) (xy 1.368474 -1.11209) (xy 1.335774 -1.153794) + (xy 1.300242 -1.19472) (xy 1.261506 -1.234833) (xy 1.263014 -1.239119) (xy 1.27664 -1.269103) + (xy 1.293949 -1.303861) (xy 1.313888 -1.341764) (xy 1.335401 -1.381187) (xy 1.357468 -1.420705) + (xy 1.379225 -1.4594) (xy 1.399854 -1.496403) (xy 1.418537 -1.530846) (xy 1.43457 -1.562028) + (xy 1.448003 -1.592108) (xy 1.45928 -1.630446) (xy 1.459676 -1.670734) (xy 1.447007 -1.707431) + (xy 1.413599 -1.746053) (xy 1.413522 -1.74613) (xy 1.380686 -1.769455) (xy 1.343579 -1.794778) + (xy 1.30276 -1.821698) (xy 1.258785 -1.849816) (xy 1.212211 -1.878732) (xy 1.163596 -1.908047) + (xy 1.113496 -1.937361) (xy 1.062468 -1.966276) (xy 1.011071 -1.994391) (xy 0.95986 -2.021308) + (xy 0.909393 -2.046626) (xy 0.860228 -2.069946) (xy 0.81292 -2.090869) (xy 0.768028 -2.108995) + (xy 0.726109 -2.123925) (xy 0.72558 -2.124079) (xy 0.669928 -2.128408) (xy 0.628087 -2.115136) + (xy 0.602598 -2.098677) (xy 0.58494 -2.082365) (xy 0.557488 -2.050191) (xy 0.534126 -2.015991) + (xy 0.510935 -1.978311) (xy 0.487708 -1.937817) (xy 0.464482 -1.895556) (xy 0.441294 -1.852574) + (xy 0.4183 -1.81006) (xy 0.396076 -1.769693) (xy 0.375282 -1.733258) (xy 0.356579 -1.702539) + (xy 0.347634 -1.690131) (xy 0.298937 -1.697221) (xy 0.25015 -1.703658) (xy 0.201277 -1.7093) + (xy 0.152323 -1.714006) (xy 0.103292 -1.717635) (xy 0.054188 -1.720047) (xy 0.005017 -1.7211) + (xy 0.004408 -1.7211) (xy -0.040012 -1.720246) (xy -0.084347 -1.717745) (xy -0.128599 -1.713864) + (xy -0.172768 -1.708869) (xy -0.216855 -1.703025) (xy -0.26086 -1.6966) (xy -0.268903 -1.708638) + (xy -0.287728 -1.740876) (xy -0.308643 -1.778553) (xy -0.33098 -1.819947) (xy -0.354069 -1.863335) + (xy -0.377313 -1.90708) (xy -0.400415 -1.949946) (xy -0.423158 -1.990811) (xy -0.445323 -2.028554) + (xy -0.466839 -2.062343) (xy -0.490424 -2.093498) (xy -0.525603 -2.126122) (xy -0.548968 -2.139397) + (xy -0.5836 -2.148756) (xy -0.628733 -2.144616) (xy -0.628884 -2.144539) (xy -0.670646 -2.131779) + (xy -0.715148 -2.116408) (xy -0.761924 -2.098696) (xy -0.810508 -2.078915) (xy -0.860437 -2.057335) + (xy -0.911245 -2.034228) (xy -0.962467 -2.009863) (xy -1.013638 -1.984513) (xy -1.064293 -1.958446) + (xy -1.113968 -1.931935) (xy -1.162197 -1.90525) (xy -1.208515 -1.878662) (xy -1.252457 -1.852442) + (xy -1.293559 -1.82686) (xy -1.331356 -1.802187) (xy -1.365381 -1.778694) (xy -1.396242 -1.745263) + (xy -1.410633 -1.71157) (xy -1.413414 -1.669101) (xy -1.403116 -1.625802) (xy -1.389276 -1.592218) + (xy -1.372372 -1.558003) (xy -1.352493 -1.520574) (xy -1.330307 -1.480627) (xy -1.306622 -1.439059) + (xy -1.282245 -1.396766) (xy -1.258035 -1.354739) (xy -1.235016 -1.314353) (xy -1.214245 -1.277082) + (xy -1.196779 -1.2444) (xy -1.195954 -1.242548) (xy -1.232412 -1.208293) (xy -1.267762 -1.172983) + (xy -1.301978 -1.136642) (xy -1.335035 -1.099292) (xy -1.366905 -1.060957) (xy -1.397565 -1.021659) + (xy -1.426989 -0.981422) (xy -1.45515 -0.940267) (xy -1.482023 -0.898219) (xy -1.507584 -0.855301) + (xy -1.531805 -0.811534) (xy -1.547966 -0.812592) (xy -1.586289 -0.817065) (xy -1.630094 -0.822957) + (xy -1.677616 -0.829812) (xy -1.727092 -0.837172) (xy -1.776858 -0.844578) (xy -1.825666 -0.851589) + (xy -1.872374 -0.857781) (xy -1.915839 -0.862731) (xy -1.955148 -0.866055) (xy -1.992286 -0.866779) + (xy -2.035282 -0.861434) (xy -2.059666 -0.854211) (xy -2.090245 -0.834676) (xy -2.118568 -0.791981) + (xy -2.118645 -0.79183) (xy -2.135396 -0.748327) (xy -2.150409 -0.702309) (xy -2.163797 -0.654219) + (xy -2.175671 -0.6045) (xy -2.186144 -0.553595) (xy -2.195329 -0.501948) (xy -2.203338 -0.450001) + (xy -2.210283 -0.398199) (xy -2.216277 -0.346984) (xy -2.221432 -0.2968) (xy -2.225861 -0.248089) + (xy -2.229676 -0.201296) (xy -2.23299 -0.156863) (xy -2.235914 -0.115233) (xy -2.235914 -0.115156) + (xy -2.235914 -0.115079) (xy -2.22907 -0.064562) (xy -2.208978 -0.031421) (xy -2.188708 -0.012701) + (xy -2.150297 0.00955) (xy -2.11703 0.022247) (xy -2.081819 0.03286) (xy -2.04271 0.043323) + (xy -2.000548 0.053695) (xy -1.956421 0.064004) (xy -1.911413 0.074278) (xy -1.867194 0.084392) + (xy -1.824939 0.094283) (xy -1.78627 0.103755) (xy -1.752808 0.112613) (xy -1.749961 0.163472) + (xy -1.745647 0.214203) (xy -1.739872 0.26477) (xy -1.732645 0.315135) (xy -1.723971 0.365262) + (xy -1.713859 0.415114) (xy -1.702315 0.464653) (xy -1.689346 0.513843) (xy -1.67496 0.562646) + (xy -1.659164 0.611026) (xy -1.641964 0.658946) (xy -1.623368 0.706367) (xy -1.630058 0.71367) + (xy -1.656328 0.739469) (xy -1.687025 0.768548) (xy -1.720735 0.79986) (xy -1.75604 0.832359) + (xy -1.791588 0.865072) (xy -1.826302 0.89735) (xy -1.859185 0.928628) (xy -1.889238 0.958341) + (xy -1.915661 0.986104) (xy -1.939 1.014192) (xy -1.9614 1.051249) (xy -1.970558 1.074676) + (xy -1.974152 1.109998) (xy -1.959672 1.157162) (xy -1.957193 1.161527) (xy -1.930943 1.20553) + (xy -1.903699 1.248922) (xy -1.875476 1.291685) (xy -1.846292 1.333798) (xy -1.816163 1.37524) + (xy -1.785105 1.415991) (xy -1.753135 1.456031) (xy -1.72027 1.495339) (xy -1.686527 1.533895) + (xy -1.651921 1.571679) (xy -1.616469 1.608671) (xy -1.580189 1.64485) (xy -1.543096 1.680195) + (xy -1.505206 1.714686) (xy -1.504153 1.715745) (xy -1.465752 1.738819) (xy -1.432185 1.745182) + (xy -1.406961 1.743632) (xy -1.362762 1.731673) (xy -1.328295 1.71595) (xy -1.294134 1.697094) + (xy -1.257545 1.67521) (xy -1.21899 1.65097) (xy -1.179183 1.625212) (xy -1.138836 1.598775) + (xy -1.098779 1.572555) (xy -1.060275 1.54765) (xy -1.024688 1.525193) (xy -0.993386 1.506317) + (xy -0.978352 1.498432) (xy -0.936437 1.526105) (xy -0.893779 1.552526) (xy -0.850408 1.577686) + (xy -0.806353 1.601575) (xy -0.761643 1.624182) (xy -0.716308 1.645498) (xy -0.670376 1.665513) + (xy -0.623876 1.684216) (xy -0.576838 1.701597) (xy -0.529292 1.717647) (xy -0.481265 1.732355) + (xy -0.479307 1.744685) (xy -0.475354 1.781229) (xy -0.471509 1.823197) (xy -0.467729 1.868849) + (xy -0.463972 1.916445) (xy -0.460181 1.964345) (xy -0.456212 2.011313) (xy -0.451895 2.05621) + (xy -0.447059 2.097898) (xy -0.441511 2.135461) (xy -0.43383 2.170812) (xy -0.418495 2.211254) + (xy -0.405366 2.23311) (xy -0.379012 2.257859) (xy -0.331976 2.274995) (xy -0.289928 2.280216) + (xy -0.24378 2.282579) (xy -0.190585 2.283567) (xy -0.190589 2.283197) (xy -0.000038 3.000001) + (xy -0.050147 2.99959) (xy -0.100059 2.998364) (xy -0.149765 2.996328) (xy -0.199261 2.993489) + (xy -0.248539 2.989853) (xy -0.297593 2.985427) (xy -0.346417 2.980217) (xy -0.395004 2.974229) + (xy -0.443348 2.96747) (xy -0.491443 2.959945) (xy -0.539282 2.951663) (xy -0.586859 2.942628) + (xy -0.634168 2.932847) (xy -0.681202 2.922327) (xy -0.727955 2.911074) (xy -0.77442 2.899094) + (xy -0.820591 2.886393) (xy -0.866463 2.872979) (xy -0.912027 2.858857) (xy -0.957278 2.844033) + (xy -1.002211 2.828515) (xy -1.046817 2.812308) (xy -1.091091 2.795419) (xy -1.135027 2.777854) + (xy -1.178618 2.75962) (xy -1.221858 2.740723) (xy -1.26474 2.721168) (xy -1.307259 2.700964) + (xy -1.349407 2.680116) (xy -1.391178 2.658629) (xy -1.432567 2.636512) (xy -1.473566 2.61377) + (xy -1.514169 2.590409) (xy -1.554371 2.566436) (xy -1.594163 2.541857) (xy -1.633541 2.516679) + (xy -1.672498 2.490908) (xy -1.711027 2.46455) (xy -1.749122 2.437612) (xy -1.786777 2.4101) + (xy -1.823986 2.38202) (xy -1.860741 2.353379) (xy -1.897037 2.324183) (xy -1.932867 2.294438) + (xy -1.968225 2.264151) (xy -2.003104 2.233329) (xy -2.037499 2.201977) (xy -2.071402 2.170102) + (xy -2.104808 2.137711) (xy -2.13771 2.104809) (xy -2.170102 2.071403) (xy -2.201976 2.0375) + (xy -2.233328 2.003105) (xy -2.264151 1.968226) (xy -2.294437 1.932868) (xy -2.324182 1.897038) + (xy -2.353378 1.860742) (xy -2.382019 1.823986) (xy -2.410099 1.786778) (xy -2.437611 1.749123) + (xy -2.464549 1.711028) (xy -2.490907 1.672499) (xy -2.516678 1.633542) (xy -2.541857 1.594164) + (xy -2.566435 1.554371) (xy -2.590408 1.51417) (xy -2.613769 1.473567) (xy -2.636511 1.432567) + (xy -2.658629 1.391179) (xy -2.680115 1.349408) (xy -2.700963 1.307259) (xy -2.721168 1.264741) + (xy -2.740722 1.221859) (xy -2.759619 1.178619) (xy -2.777853 1.135028) (xy -2.795418 1.091092) + (xy -2.812307 1.046818) (xy -2.828514 1.002211) (xy -2.844032 0.957279) (xy -2.858856 0.912028) + (xy -2.872978 0.866463) (xy -2.886392 0.820592) (xy -2.899093 0.774421) (xy -2.911073 0.727955) + (xy -2.922326 0.681203) (xy -2.932846 0.634169) (xy -2.942627 0.58686) (xy -2.951662 0.539283) + (xy -2.959945 0.491444) (xy -2.967469 0.443349) (xy -2.974228 0.395005) (xy -2.980216 0.346417) + (xy -2.985426 0.297594) (xy -2.989852 0.248539) (xy -2.993488 0.199262) (xy -2.996327 0.149766) + (xy -2.998363 0.100059) (xy -2.999589 0.050148) (xy -3 0.000038) (xy -2.999591 -0.050072) + (xy -2.998365 -0.099985) (xy -2.996331 -0.149692) (xy -2.993493 -0.199188) (xy -2.989858 -0.248467) + (xy -2.985433 -0.297522) (xy -2.980224 -0.346347) (xy -2.974237 -0.394935) (xy -2.967479 -0.44328) + (xy -2.959956 -0.491376) (xy -2.951674 -0.539216) (xy -2.94264 -0.586795) (xy -2.93286 -0.634104) + (xy -2.922341 -0.681139) (xy -2.911088 -0.727893) (xy -2.899109 -0.774359) (xy -2.886409 -0.820531) + (xy -2.872995 -0.866403) (xy -2.858874 -0.911969) (xy -2.844051 -0.957221) (xy -2.828534 -1.002155) + (xy -2.812327 -1.046762) (xy -2.795439 -1.091037) (xy -2.777875 -1.134974) (xy -2.759641 -1.178566) + (xy -2.740744 -1.221807) (xy -2.72119 -1.26469) (xy -2.700986 -1.30721) (xy -2.680138 -1.349359) + (xy -2.658652 -1.391131) (xy -2.636535 -1.432521) (xy -2.613794 -1.473521) (xy -2.590433 -1.514125) + (xy -2.56646 -1.554328) (xy -2.541882 -1.594121) (xy -2.516704 -1.6335) (xy -2.490933 -1.672458) + (xy -2.464575 -1.710988) (xy -2.437637 -1.749084) (xy -2.410125 -1.78674) (xy -2.382045 -1.82395) + (xy -2.353404 -1.860706) (xy -2.324208 -1.897003) (xy -2.294464 -1.932834) (xy -2.264177 -1.968193) + (xy -2.233355 -2.003073) (xy -2.202003 -2.037469) (xy -2.170128 -2.071373) (xy -2.137737 -2.10478) + (xy -2.104835 -2.137683) (xy -2.071429 -2.170075) (xy -2.037525 -2.201951) (xy -2.00313 -2.233303) + (xy -1.968251 -2.264127) (xy -1.932893 -2.294414) (xy -1.897062 -2.324159) (xy -1.860766 -2.353356) + (xy -1.824011 -2.381998) (xy -1.786802 -2.410079) (xy -1.749147 -2.437592) (xy -1.711051 -2.464531) + (xy -1.672522 -2.49089) (xy -1.633565 -2.516662) (xy -1.594186 -2.541841) (xy -1.554393 -2.56642) + (xy -1.514192 -2.590394) (xy -1.473588 -2.613755) (xy -1.432588 -2.636498) (xy -1.391199 -2.658616) + (xy -1.349427 -2.680103) (xy -1.307279 -2.700952) (xy -1.26476 -2.721157) (xy -1.221877 -2.740712) + (xy -1.178637 -2.75961) (xy -1.135045 -2.777845) (xy -1.091108 -2.79541) (xy -1.046834 -2.812299) + (xy -1.002227 -2.828507) (xy -0.957294 -2.844026) (xy -0.912042 -2.858849) (xy -0.866477 -2.872972) + (xy -0.820605 -2.886387) (xy -0.774433 -2.899088) (xy -0.727967 -2.911068) (xy -0.681213 -2.922322) + (xy -0.634179 -2.932842) (xy -0.586869 -2.942623) (xy -0.539291 -2.951658) (xy -0.491451 -2.959941) + (xy -0.443356 -2.967466) (xy -0.395011 -2.974225) (xy -0.346423 -2.980213) (xy -0.297598 -2.985424) + (xy -0.248543 -2.98985) (xy -0.199264 -2.993486) (xy -0.149768 -2.996325) (xy -0.100061 -2.998361) + (xy -0.050148 -2.999587) (xy -0.000038 -2.999998) (xy 0.050074 -2.999589) (xy 0.099987 -2.998363) + (xy 0.149695 -2.996329) (xy 0.199193 -2.993491) (xy 0.248472 -2.989856) (xy 0.297528 -2.985431) + (xy 0.346354 -2.980221) (xy 0.394943 -2.974234) (xy 0.443289 -2.967476) (xy 0.491385 -2.959953) + (xy 0.539226 -2.951671) (xy 0.586805 -2.942636) (xy 0.634116 -2.932856) (xy 0.681151 -2.922336) + (xy 0.727906 -2.911084) (xy 0.774373 -2.899104) (xy 0.820546 -2.886404) (xy 0.866419 -2.87299) + (xy 0.911985 -2.858868) (xy 0.957238 -2.844045) (xy 1.002172 -2.828527) (xy 1.04678 -2.81232) + (xy 1.091056 -2.795431) (xy 1.134993 -2.777866) (xy 1.178586 -2.759632) (xy 1.221827 -2.740734) + (xy 1.264711 -2.72118) (xy 1.307231 -2.700975) (xy 1.349381 -2.680127) (xy 1.391154 -2.65864) + (xy 1.432544 -2.636523) (xy 1.473544 -2.61378) (xy 1.514149 -2.590419) (xy 1.554352 -2.566446) + (xy 1.594146 -2.541866) (xy 1.633525 -2.516688) (xy 1.672483 -2.490916) (xy 1.711014 -2.464557) + (xy 1.74911 -2.437619) (xy 1.786766 -2.410106) (xy 1.823976 -2.382025) (xy 1.860732 -2.353383) + (xy 1.89703 -2.324186) (xy 1.932861 -2.294441) (xy 1.96822 -2.264154) (xy 2.003101 -2.23333) + (xy 2.037496 -2.201978) (xy 2.071401 -2.170102) (xy 2.104808 -2.137709) (xy 2.137711 -2.104806) + (xy 2.170103 -2.0714) (xy 2.201979 -2.037495) (xy 2.233332 -2.003099) (xy 2.264155 -1.968219) + (xy 2.294442 -1.93286) (xy 2.324188 -1.897028) (xy 2.353384 -1.860731) (xy 2.382026 -1.823975) + (xy 2.410107 -1.786765) (xy 2.43762 -1.749109) (xy 2.464559 -1.711012) (xy 2.490917 -1.672482) + (xy 2.516689 -1.633524) (xy 2.541868 -1.594145) (xy 2.566447 -1.55435) (xy 2.59042 -1.514148) + (xy 2.613781 -1.473543) (xy 2.636524 -1.432542) (xy 2.658642 -1.391152) (xy 2.680128 -1.349379) + (xy 2.700977 -1.30723) (xy 2.721181 -1.26471) (xy 2.740736 -1.221826) (xy 2.759633 -1.178585) + (xy 2.777867 -1.134992) (xy 2.795432 -1.091054) (xy 2.812321 -1.046779) (xy 2.828528 -1.002171) + (xy 2.844046 -0.957237) (xy 2.858869 -0.911984) (xy 2.872991 -0.866418) (xy 2.886405 -0.820545) + (xy 2.899105 -0.774372) (xy 2.911085 -0.727905) (xy 2.922338 -0.68115) (xy 2.932858 -0.634115) + (xy 2.942638 -0.586804) (xy 2.951672 -0.539225) (xy 2.959954 -0.491385) (xy 2.967478 -0.443288) + (xy 2.974236 -0.394942) (xy 2.980223 -0.346353) (xy 2.985433 -0.297527) (xy 2.989858 -0.248472) + (xy 2.993493 -0.199192) (xy 2.996331 -0.149695) (xy 2.998365 -0.099986) (xy 2.999591 -0.050073) + (xy 3 0.000038) (xy 2.999589 0.050149) (xy 2.998363 0.100061) (xy 2.996327 0.149769) + (xy 2.993488 0.199265) (xy 2.989852 0.248544) (xy 2.985426 0.297599) (xy 2.980215 0.346423) + (xy 2.974227 0.395011) (xy 2.967468 0.443356) (xy 2.959943 0.491452) (xy 2.95166 0.539292) + (xy 2.942625 0.58687) (xy 2.932844 0.634179) (xy 2.922323 0.681214) (xy 2.91107 0.727967) + (xy 2.899089 0.774433) (xy 2.886388 0.820605) (xy 2.872974 0.866477) (xy 2.858851 0.912042) + (xy 2.844027 0.957294) (xy 2.828508 1.002227) (xy 2.812301 1.046834) (xy 2.795412 1.091109) + (xy 2.777846 1.135045) (xy 2.759611 1.178637) (xy 2.740713 1.221877) (xy 2.721159 1.26476) + (xy 2.700953 1.307279) (xy 2.680104 1.349428) (xy 2.658618 1.391199) (xy 2.6365 1.432588) + (xy 2.613757 1.473588) (xy 2.590395 1.514192) (xy 2.566422 1.554393) (xy 2.541842 1.594187) + (xy 2.516663 1.633565) (xy 2.490891 1.672522) (xy 2.464532 1.711051) (xy 2.437593 1.749147) + (xy 2.41008 1.786802) (xy 2.382 1.824011) (xy 2.353358 1.860766) (xy 2.324161 1.897062) + (xy 2.294416 1.932893) (xy 2.264128 1.968251) (xy 2.233305 2.00313) (xy 2.201952 2.037525) + (xy 2.170076 2.071429) (xy 2.137684 2.104835) (xy 2.104781 2.137737) (xy 2.071374 2.170128) + (xy 2.03747 2.202003) (xy 2.003074 2.233355) (xy 1.968194 2.264177) (xy 1.932835 2.294464) + (xy 1.897004 2.324208) (xy 1.860707 2.353404) (xy 1.823951 2.382045) (xy 1.786742 2.410125) + (xy 1.749086 2.437637) (xy 1.71099 2.464575) (xy 1.672459 2.490933) (xy 1.633502 2.516704) + (xy 1.594123 2.541882) (xy 1.554329 2.566461) (xy 1.514127 2.590433) (xy 1.473522 2.613794) + (xy 1.432522 2.636536) (xy 1.391133 2.658653) (xy 1.34936 2.680138) (xy 1.307211 2.700986) + (xy 1.264692 2.72119) (xy 1.221808 2.740744) (xy 1.178567 2.759641) (xy 1.134975 2.777875) + (xy 1.091038 2.795439) (xy 1.046763 2.812327) (xy 1.002156 2.828534) (xy 0.957222 2.844051) + (xy 0.91197 2.858874) (xy 0.866405 2.872996) (xy 0.820532 2.886409) (xy 0.77436 2.899109) + (xy 0.727894 2.911088) (xy 0.68114 2.922341) (xy 0.634105 2.93286) (xy 0.586795 2.94264) + (xy 0.539217 2.951674) (xy 0.491377 2.959956) (xy 0.443281 2.967479) (xy 0.394936 2.974237) + (xy 0.346348 2.980224) (xy 0.297523 2.985433) (xy 0.248468 2.989859) (xy 0.199189 2.993493) + (xy 0.149693 2.996331) (xy 0.099985 2.998366) (xy 0.050073 2.999591) (xy -0.000038 3.000001)) (layer B.SilkS) (width 0)) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FD71) + (at 126.2 62.71 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332FD1) + (attr smd) + (fp_text reference R16 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5k1 (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 37 "Board_1-Net-(J3-PadA5)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FD61) + (at 123.28 62.7 90) + (descr "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") + (tags resistor) + (path /6025ABB3/60332FD9) + (attr smd) + (fp_text reference R17 (at 0 -1.17 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5k1 (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 39 "Board_1-Net-(J3-PadB5)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12 (layer F.Cu) (tedit 5D3C0721) (tstamp 60A9FD3A) + (at 124.98 54.9 180) + (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") + (tags "usb usb-c 2.0 pd") + (path /6025ABB3/60332FC9) + (attr smd) + (fp_text reference J3 (at -6.42 -4.4) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value USB_C_Receptacle_USB2.0 (at 0 5.1) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -4.7 3.9) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.47 -3.65) (end 4.47 -3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -4.47 -3.65) (end -4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -4.47 3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start 4.47 -3.65) (end 4.47 3.65) (layer F.Fab) (width 0.1)) + (fp_line (start -5.32 -5.27) (end 5.32 -5.27) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.32 4.15) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.32 -5.27) (end -5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.32 -5.27) (end 5.32 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.7 -1.9) (end 4.7 0.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.7 2) (end 4.7 3.9) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.7 -1.9) (end -4.7 0.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.7 2) (end -4.7 3.9) (layer F.SilkS) (width 0.12)) + (pad S1 thru_hole oval (at 4.32 1.05 180) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (net 41 "Board_1-Net-(J3-PadS1)")) + (pad "" np_thru_hole circle (at 2.89 -2.6 180) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) + (pad S1 thru_hole oval (at -4.32 1.05 180) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask) + (net 41 "Board_1-Net-(J3-PadS1)")) + (pad "" np_thru_hole circle (at -2.89 -2.6 180) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) + (pad S1 thru_hole oval (at -4.32 -3.13 180) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (net 41 "Board_1-Net-(J3-PadS1)")) + (pad S1 thru_hole oval (at 4.32 -3.13 180) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask) + (net 41 "Board_1-Net-(J3-PadS1)")) + (pad A6 smd rect (at -0.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 33 "Board_1-Net-(D8-Pad2)")) + (pad B5 smd rect (at 1.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 39 "Board_1-Net-(J3-PadB5)")) + (pad A8 smd rect (at 1.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 38 "Board_1-Net-(J3-PadA8)")) + (pad B6 smd rect (at 0.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 33 "Board_1-Net-(D8-Pad2)")) + (pad A7 smd rect (at 0.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 32 "Board_1-Net-(D7-Pad2)")) + (pad B7 smd rect (at -0.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 32 "Board_1-Net-(D7-Pad2)")) + (pad A5 smd rect (at -1.25 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 37 "Board_1-Net-(J3-PadA5)")) + (pad B8 smd rect (at -1.75 -4.045 180) (size 0.3 1.45) (layers F.Cu F.Paste F.Mask) + (net 40 "Board_1-Net-(J3-PadB8)")) + (pad A12 smd rect (at 3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad B4 smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (pad A4 smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (pad A1 smd rect (at -3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad B12 smd rect (at -3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad B9 smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (pad A9 smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (pad B1 smd rect (at 3.25 -4.045 180) (size 0.6 1.45) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Connector_USB.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module RF_Module:ESP32-WROOM-32 (layer F.Cu) (tedit 5B5B4654) (tstamp 60A9FCCC) + (at 171.83 68.015) + (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") + (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") + (path /6025ABB3/6026AA3F) + (attr smd) + (fp_text reference U1 (at -10.61 8.43 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ESP32-WROOM-32 (at 0 11.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer Cmts.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user Antenna (at 0 -13) (layer Cmts.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "5 mm" (at 11.8 -14.375) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_text user "5 mm" (at -11.2 -14.375) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_text user "5 mm" (at 7.8 -19.075 90) (layer Cmts.User) + (effects (font (size 0.5 0.5) (thickness 0.1))) + ) + (fp_line (start -9.12 -9.445) (end -9.5 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 -15.865) (end -9.12 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 -15.865) (end 9.12 -9.445) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 -15.865) (end 9.12 -15.865) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 9.88) (end 8.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.12 9.1) (end 9.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 9.88) (end -8.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start -9.12 9.1) (end -9.12 9.88) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.4 -20.6) (end 8.2 -20.4) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.4 -20.6) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -20.6) (end 8.6 -20.4) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.6 -16.2) (layer Cmts.User) (width 0.1)) + (fp_line (start 8.4 -16) (end 8.2 -16.2) (layer Cmts.User) (width 0.1)) + (fp_line (start -9.2 -13.875) (end -9.4 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -9.2 -13.875) (layer Cmts.User) (width 0.1)) + (fp_line (start -9.2 -13.875) (end -9.4 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -13.6 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start -13.8 -13.875) (end -13.6 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 9.4 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 9.4 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 13.8 -13.875) (end 13.6 -13.675) (layer Cmts.User) (width 0.1)) + (fp_line (start 13.8 -13.875) (end 13.6 -14.075) (layer Cmts.User) (width 0.1)) + (fp_line (start 9.2 -13.875) (end 13.8 -13.875) (layer Cmts.User) (width 0.1)) + (fp_line (start 14 -11.585) (end 12 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -13.2) (end 10 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -14.815) (end 8 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -16.43) (end 6 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -18.045) (end 4 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -19.66) (end 2 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 13.475 -20.75) (end 0 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 11.475 -20.75) (end -2 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 9.475 -20.75) (end -4 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 7.475 -20.75) (end -6 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -8 -9.97) (end 5.475 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 3.475 -20.75) (end -10 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start 1.475 -20.75) (end -12 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -0.525 -20.75) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -2.525 -20.75) (end -14 -11.585) (layer Dwgs.User) (width 0.1)) + (fp_line (start -4.525 -20.75) (end -14 -13.2) (layer Dwgs.User) (width 0.1)) + (fp_line (start -6.525 -20.75) (end -14 -14.815) (layer Dwgs.User) (width 0.1)) + (fp_line (start -8.525 -20.75) (end -14 -16.43) (layer Dwgs.User) (width 0.1)) + (fp_line (start -10.525 -20.75) (end -14 -18.045) (layer Dwgs.User) (width 0.1)) + (fp_line (start -12.525 -20.75) (end -14 -19.66) (layer Dwgs.User) (width 0.1)) + (fp_line (start 9.75 -9.72) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -14.25 -9.72) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14.25 -21) (end 14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -14.25 -21) (end -14.25 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start 14 -20.75) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -9.97) (end 14 -20.75) (layer Dwgs.User) (width 0.1)) + (fp_line (start 14 -9.97) (end -14 -9.97) (layer Dwgs.User) (width 0.1)) + (fp_line (start -9 -9.02) (end -8.5 -9.52) (layer F.Fab) (width 0.1)) + (fp_line (start -8.5 -9.52) (end -9 -10.02) (layer F.Fab) (width 0.1)) + (fp_line (start -9 -9.02) (end -9 9.76) (layer F.Fab) (width 0.1)) + (fp_line (start -14.25 -21) (end 14.25 -21) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.75 -9.72) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9.75 10.5) (end 9.75 10.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9.75 10.5) (end -9.75 -9.72) (layer F.CrtYd) (width 0.05)) + (fp_line (start -9 -15.745) (end 9 -15.745) (layer F.Fab) (width 0.1)) + (fp_line (start -9 -15.745) (end -9 -10.02) (layer F.Fab) (width 0.1)) + (fp_line (start -9 9.76) (end 9 9.76) (layer F.Fab) (width 0.1)) + (fp_line (start 9 9.76) (end 9 -15.745) (layer F.Fab) (width 0.1)) + (fp_line (start -14 -9.97) (end -14 -20.75) (layer Dwgs.User) (width 0.1)) + (pad 39 smd rect (at -1 -0.755) (size 5 5) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 1 smd rect (at -8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd rect (at -8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 3 smd rect (at -8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 19 Board_1-EN)) + (pad 4 smd rect (at -8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 76 Board_1-VSTUP2)) + (pad 5 smd rect (at -8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 75 Board_1-VSTUP1)) + (pad 6 smd rect (at -8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 5 Board_1-/elektronika.sch/SENZOR_SVETLA)) + (pad 7 smd rect (at -8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 77 Board_1-VSTUP3)) + (pad 8 smd rect (at -8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 10 Board_1-/elektronika.sch/SW_4)) + (pad 9 smd rect (at -8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 25 Board_1-IO33)) + (pad 10 smd rect (at -8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 7 Board_1-/elektronika.sch/SW_11)) + (pad 11 smd rect (at -8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 13 Board_1-/elektronika.sch/SW_8)) + (pad 12 smd rect (at -8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 72 Board_1-PIEZO)) + (pad 13 smd rect (at -8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 11 Board_1-/elektronika.sch/SW_5)) + (pad 14 smd rect (at -8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 21 Board_1-IO12)) + (pad 15 smd rect (at -5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 16 smd rect (at -4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 9 Board_1-/elektronika.sch/SW_3)) + (pad 17 smd rect (at -3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 50 "Board_1-Net-(U1-Pad17)")) + (pad 18 smd rect (at -1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 51 "Board_1-Net-(U1-Pad18)")) + (pad 19 smd rect (at -0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 52 "Board_1-Net-(U1-Pad19)")) + (pad 20 smd rect (at 0.635 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 53 "Board_1-Net-(U1-Pad20)")) + (pad 21 smd rect (at 1.905 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 54 "Board_1-Net-(U1-Pad21)")) + (pad 22 smd rect (at 3.175 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 55 "Board_1-Net-(U1-Pad22)")) + (pad 23 smd rect (at 4.445 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 22 Board_1-IO15)) + (pad 24 smd rect (at 5.715 9.255 90) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 23 Board_1-IO2)) + (pad 25 smd rect (at 8.5 8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 20 Board_1-IO0)) + (pad 26 smd rect (at 8.5 6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 12 Board_1-/elektronika.sch/SW_7)) + (pad 27 smd rect (at 8.5 5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 78 Board_1-ZAPINANI_1_CAST_LED)) + (pad 28 smd rect (at 8.5 4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 8 Board_1-/elektronika.sch/SW_2)) + (pad 29 smd rect (at 8.5 3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 26 Board_1-IO5)) + (pad 30 smd rect (at 8.5 1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 14 Board_1-/elektronika.sch/SW_9)) + (pad 31 smd rect (at 8.5 0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 6 Board_1-/elektronika.sch/SW_10)) + (pad 32 smd rect (at 8.5 -0.635) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 56 "Board_1-Net-(U1-Pad32)")) + (pad 33 smd rect (at 8.5 -1.905) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 18 Board_1-DATA_ZADANI_LED_LS)) + (pad 34 smd rect (at 8.5 -3.175) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 73 Board_1-RX_ESP)) + (pad 35 smd rect (at 8.5 -4.445) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 74 Board_1-TX_ESP)) + (pad 36 smd rect (at 8.5 -5.715) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 24 Board_1-IO22)) + (pad 37 smd rect (at 8.5 -6.985) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 17 Board_1-DATA_HERNI_LED_LS)) + (pad 38 smd rect (at 8.5 -8.255) (size 2 0.9) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_JST:JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal (layer F.Cu) (tedit 5B7745C6) (tstamp 60A9FC9A) + (at 147.5 57.5 180) + (descr "JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator") + (tags "connector JST PH top entry") + (path /6025ABB3/6038CD42) + (fp_text reference J2 (at 5 -2.55) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x06_Male (at 5 7.45) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 5 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.5 1.375) (end 0 0.875) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 1.375) (end 0.5 1.375) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0.875) (end -0.5 1.375) (layer F.Fab) (width 0.1)) + (fp_line (start -0.86 0.14) (end -0.86 -1.075) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.25 0.25) (end -1.25 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 11.25 -1.35) (end 11.25 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 11.95 -1.35) (end 11.25 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start 11.95 6.25) (end 11.95 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 6.25) (end 11.95 6.25) (layer F.Fab) (width 0.1)) + (fp_line (start -1.95 -1.35) (end -1.95 6.25) (layer F.Fab) (width 0.1)) + (fp_line (start -1.25 -1.35) (end -1.95 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.25 0.25) (end -1.25 -1.35) (layer F.Fab) (width 0.1)) + (fp_line (start 12.45 -1.85) (end -2.45 -1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start 12.45 6.75) (end 12.45 -1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 6.75) (end 12.45 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.45 -1.85) (end -2.45 6.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.8 4.1) (end -0.8 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 4.1) (end -0.3 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.3 2.5) (end 11.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.3 4.1) (end 10.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.3 4.1) (end 10.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.3 2.5) (end 11.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 2.5) (end -1.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.3 4.1) (end -0.3 2.5) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.3 4.1) (end -0.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.3 2.5) (end -1.3 4.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 0.14) (end 11.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 9.5 2) (end 9.5 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 2) (end 9.5 2) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 6.36) (end 0.5 2) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.14 0.14) (end 10.86 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.14 -1.46) (end 11.14 0.14) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 -1.46) (end 11.14 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start 12.06 6.36) (end 12.06 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 6.36) (end 12.06 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.06 -1.46) (end -2.06 6.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.14 -1.46) (end -2.06 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.14 0.14) (end -1.14 -1.46) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.86 0.14) (end -1.14 0.14) (layer F.SilkS) (width 0.12)) + (pad 1 thru_hole roundrect (at 0 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) (roundrect_rratio 0.208333) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 thru_hole oval (at 2 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 76 Board_1-VSTUP2)) + (pad 3 thru_hole oval (at 4 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 75 Board_1-VSTUP1)) + (pad 4 thru_hole oval (at 6 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 77 Board_1-VSTUP3)) + (pad 5 thru_hole oval (at 8 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 16 Board_1-5V)) + (pad 6 thru_hole oval (at 10 0 180) (size 1.2 1.75) (drill 0.75) (layers *.Cu *.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Connector_JST.3dshapes/JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SOD-123 (layer F.Cu) (tedit 58645DC7) (tstamp 60A9FC82) + (at 137.6 140 270) + (descr SOD-123) + (tags SOD-123) + (path /6025ABB3/602BA02D) + (attr smd) + (fp_text reference D114 (at 0 -2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value D_Schottky (at 0 2.1 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 -2 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.25 -1) (end -2.25 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.25 0) (end 0.75 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.25 0.4) (end -0.35 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end 0.25 -0.4) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end -0.35 0.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.35 0) (end -0.35 -0.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.75 0) (end -0.35 0) (layer F.Fab) (width 0.1)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer F.Fab) (width 0.1)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) (layer F.Fab) (width 0.1)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer F.Fab) (width 0.1)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer F.Fab) (width 0.1)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.25 1) (end 1.65 1) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.25 -1) (end 1.65 -1) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1.65 0 270) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-5V)) + (pad 2 smd rect (at 1.65 0 270) (size 0.9 1.2) (layers F.Cu F.Paste F.Mask) + (net 27 "Board_1-Net-(BZ1-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FC6E) + (at 136.6 144.6) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/602A0B57) + (attr smd) + (fp_text reference Q6 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 72 Board_1-PIEZO)) + (pad 2 smd rect (at -1 0.95) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 3 smd rect (at 1 0) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 27 "Board_1-Net-(BZ1-Pad2)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC5E) + (at 133.6 144.21 90) + (descr "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") + (tags resistor) + (path /6025ABB3/602AB44D) + (attr smd) + (fp_text reference R19 (at -1.89 -0.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 72 Board_1-PIEZO)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC4E) + (at 128.9 79.4 270) + (descr "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") + (tags capacitor) + (path /6025ABB3/60390B99) + (attr smd) + (fp_text reference C24 (at -1.7 1.2 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC3E) + (at 138.5 79.22 90) + (descr "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") + (tags capacitor) + (path /6025ABB3/603AB2CA) + (attr smd) + (fp_text reference C25 (at 1.82 0.7 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-223-3_TabPin2 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FC29) + (at 133.66 79.44 270) + (descr "module CMS SOT223 4 pins") + (tags "CMS SOT") + (path /6025ABB3/60353C1F) + (attr smd) + (fp_text reference U3 (at 1.96 -4.74 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AMS1117-3.3 (at 0 4.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (fp_line (start 1.85 -3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 3.35) (end 1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -4.1 -3.41) (end 1.91 -3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.85 -3.35) (end 1.85 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 3.41) (end 1.91 3.41) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.85 -2.35) (end -1.85 3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -1.85 -2.35) (end -0.85 -3.35) (layer F.Fab) (width 0.1)) + (fp_line (start -4.4 -3.6) (end -4.4 3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.4 3.6) (end 4.4 3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 3.6) (end 4.4 -3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.4 -3.6) (end -4.4 -3.6) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.91 3.41) (end 1.91 2.15) (layer F.SilkS) (width 0.12)) + (pad 2 smd rect (at 3.15 0 270) (size 2 3.8) (layers F.Cu F.Paste F.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd rect (at -3.15 0 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 3 smd rect (at -3.15 2.3 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-5V)) + (pad 1 smd rect (at -3.15 -2.3 270) (size 2 1.5) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60A9FC1D) + (at 179.9 144.7 270) + (path /6025ABB3/603B3AF1) + (attr smd) + (fp_text reference SW1 (at 0 -3.5 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 19 Board_1-EN)) + (pad 2 smd rect (at 2.8 1.8 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 270) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FC09) + (at 115.5 105.4 90) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/603882F4) + (attr smd) + (fp_text reference Q7 (at 0.4 -2.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd rect (at -1 0.95 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 18 Board_1-DATA_ZADANI_LED_LS)) + (pad 3 smd rect (at 1 0 90) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 3 Board_1-/elektronika.sch/DATA_ZADANI_LED)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FBF9) + (at 115.49 107.8) + (descr "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") + (tags resistor) + (path /6025ABB3/6038A356) + (attr smd) + (fp_text reference R4 (at 1.91 0.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd roundrect (at 0.51 0) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 18 Board_1-DATA_ZADANI_LED_LS)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FBE9) + (at 116.03 103 180) + (descr "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") + (tags resistor) + (path /6025ABB3/6038ACD3) + (attr smd) + (fp_text reference R11 (at -2.37 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 3 Board_1-/elektronika.sch/DATA_ZADANI_LED)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FBD9) + (at 115.49 95.3 180) + (descr "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") + (tags resistor) + (path /6025ABB3/603C361E) + (attr smd) + (fp_text reference R12 (at -0.01 1.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 17 Board_1-DATA_HERNI_LED_LS)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FBC9) + (at 115.89 100.1 180) + (descr "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") + (tags resistor) + (path /6025ABB3/603C3626) + (attr smd) + (fp_text reference R18 (at -2.41 -0.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 16 Board_1-5V)) + (pad 2 smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 Board_1-/elektronika.sch/DATA_HERNI_LED)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23 (layer F.Cu) (tedit 5A02FF57) (tstamp 60A9FBB5) + (at 115.4 97.75 270) + (descr "SOT-23, Standard") + (tags SOT-23) + (path /6025ABB3/603C3616) + (attr smd) + (fp_text reference Q8 (at -1.05 -2.8 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_NMOS_GSD (at 0 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (fp_line (start -0.7 -0.95) (end -0.7 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -0.15 -1.52) (end 0.7 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 -0.95) (end -0.15 -1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.7 -1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start -0.7 1.52) (end 0.7 1.52) (layer F.Fab) (width 0.1)) + (fp_line (start 0.76 1.58) (end 0.76 0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 -1.58) (end 0.76 -0.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.7 -1.75) (end 1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 -1.75) (end 1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.7 1.75) (end -1.7 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.7 1.75) (end -1.7 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.76 -1.58) (end -1.4 -1.58) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.76 1.58) (end -0.7 1.58) (layer F.SilkS) (width 0.12)) + (pad 1 smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 smd rect (at -1 0.95 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 17 Board_1-DATA_HERNI_LED_LS)) + (pad 3 smd rect (at 1 0 270) (size 0.9 0.8) (layers F.Cu F.Paste F.Mask) + (net 2 Board_1-/elektronika.sch/DATA_HERNI_LED)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:USB_micro_JLCPCB_con (layer F.Cu) (tedit 604FC246) (tstamp 60A9FBA4) + (at 113.78 53.4 180) + (path /6025ABB3/60332FB7) + (fp_text reference J1 (at 5.08 -2.7) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value USB_B_Micro (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.5 -3.35) (end 4 -3.35) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 -3.35) (end 4 2.55) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 2.55) (end -4 2.55) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 2.55) (end -4 -3.35) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 -3.35) (end -1.5 -3.35) (layer F.SilkS) (width 0.12)) + (pad 6 thru_hole circle (at -2.43 -2.65 180) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (net 36 "Board_1-Net-(J1-Pad6)")) + (pad 6 thru_hole circle (at 2.43 -2.65 180) (size 1.3 1.3) (drill 0.7) (layers *.Cu *.Mask) + (net 36 "Board_1-Net-(J1-Pad6)")) + (pad 6 thru_hole oval (at -3.6 0 180) (size 1.1 1.8) (drill oval 0.5 1.2) (layers *.Cu *.Mask) + (net 36 "Board_1-Net-(J1-Pad6)")) + (pad 6 thru_hole oval (at 3.6 0 180) (size 1.1 1.8) (drill oval 0.5 1.2) (layers *.Cu *.Mask) + (net 36 "Board_1-Net-(J1-Pad6)")) + (pad 3 smd rect (at 0 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 33 "Board_1-Net-(D8-Pad2)")) + (pad 5 smd rect (at 1.3 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 1 smd rect (at -1.3 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 34 "Board_1-Net-(D9-Pad2)")) + (pad 2 smd rect (at -0.65 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 32 "Board_1-Net-(D7-Pad2)")) + (pad 4 smd rect (at 0.65 -2.65 180) (size 0.4 1.35) (layers F.Cu F.Paste F.Mask) + (net 35 "Board_1-Net-(J1-Pad4)")) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB8A) + (at 100.9 109.9 180) + (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x07 2.54mm single row") + (path /605BB787) + (fp_text reference J7 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x07_Male (at 0 17.57) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 7.62 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 16.51) (end -1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 16.51) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 16.57) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 17.05) (end 1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 17.05) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 12 Board_1-/elektronika.sch/SW_7)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 Board_1-/elektronika.sch/DATA_ZADANI_LED)) + (pad 5 thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 Board_1-/elektronika.sch/DATA_HERNI_LED)) + (pad 6 thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 15 Board_1-/elektronika.sch/V_LED_1)) + (pad 7 thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 5 Board_1-/elektronika.sch/SENZOR_SVETLA)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB6D) + (at 190.8 115.66) + (descr "Through hole straight pin header, 1x10, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x10 2.54mm single row") + (path /6025ABB3/605C10BF) + (fp_text reference J8 (at -0.25 25.49) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x10_Male (at 0 25.19) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 11.43 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 24.13) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 24.13) (end -1.27 24.13) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 24.13) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 24.19) (end 1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 24.19) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 24.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 24.65) (end 1.8 24.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 24.65) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 24 Board_1-IO22)) + (pad 2 thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 Board_1-/elektronika.sch/GND)) + (pad 3 thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 Board_1-/elektronika.sch/3V3)) + (pad 4 thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 16 Board_1-5V)) + (pad 5 thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 25 Board_1-IO33)) + (pad 6 thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 22 Board_1-IO15)) + (pad 7 thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 21 Board_1-IO12)) + (pad 8 thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 26 Board_1-IO5)) + (pad 9 thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 23 Board_1-IO2)) + (pad 10 thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 20 Board_1-IO0)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x10_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB56) + (at 191 109.9 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059B4F0) + (fp_text reference J9 (at 0.55 -2.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Male (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 11 Board_1-/elektronika.sch/SW_5)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 10 Board_1-/elektronika.sch/SW_4)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 8 Board_1-/elektronika.sch/SW_2)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 9 Board_1-/elektronika.sch/SW_3)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB3F) + (at 191 98.2 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059A2F0) + (fp_text reference J10 (at 0 10.35) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Male (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 13 Board_1-/elektronika.sch/SW_8)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 7 Board_1-/elektronika.sch/SW_11)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 14 Board_1-/elektronika.sch/SW_9)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 6 Board_1-/elektronika.sch/SW_10)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 105.0436 149.1139) (end 105.0521 149.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0295 149.1695) (end 105.0436 149.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0098 149.2233) (end 105.0295 149.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.985 149.275) (end 105.0098 149.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9551 149.3239) (end 104.985 149.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9205 149.3696) (end 104.9551 149.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8815 149.4116) (end 104.9205 149.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8385 149.4496) (end 104.8815 149.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.792 149.483) (end 104.8385 149.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.7423 149.5117) (end 104.792 149.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6901 149.5353) (end 104.7423 149.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6357 149.5535) (end 104.6901 149.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.5798 149.5663) (end 104.6357 149.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.523 149.5734) (end 104.5798 149.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4657 149.5748) (end 104.523 149.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4085 149.5705) (end 104.4657 149.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.3521 149.5606) (end 104.4085 149.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2969 149.5451) (end 104.3521 149.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2435 149.5241) (end 104.2969 149.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1925 149.498) (end 104.2435 149.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1443 149.4669) (end 104.1925 149.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0995 149.4311) (end 104.1443 149.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0585 149.3911) (end 104.0995 149.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0216 149.3472) (end 104.0585 149.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9894 149.2998) (end 104.0216 149.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9619 149.2495) (end 103.9894 149.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9397 149.1967) (end 103.9619 149.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9228 149.1419) (end 103.9397 149.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9114 149.0857) (end 103.9228 149.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9057 149.0287) (end 103.9114 149.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9057 148.9713) (end 103.9057 149.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9114 148.9143) (end 103.9057 148.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9228 148.8581) (end 103.9114 148.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9397 148.8033) (end 103.9228 148.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9619 148.7505) (end 103.9397 148.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9894 148.7002) (end 103.9619 148.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0216 148.6528) (end 103.9894 148.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0585 148.6089) (end 104.0216 148.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0995 148.5689) (end 104.0585 148.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1443 148.5331) (end 104.0995 148.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1925 148.502) (end 104.1443 148.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2435 148.4759) (end 104.1925 148.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2969 148.4549) (end 104.2435 148.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.3521 148.4394) (end 104.2969 148.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4085 148.4295) (end 104.3521 148.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4657 148.4252) (end 104.4085 148.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.523 148.4266) (end 104.4657 148.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.5798 148.4337) (end 104.523 148.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6357 148.4465) (end 104.5798 148.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6901 148.4647) (end 104.6357 148.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.7423 148.4883) (end 104.6901 148.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.792 148.517) (end 104.7423 148.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8385 148.5504) (end 104.792 148.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8815 148.5884) (end 104.8385 148.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9205 148.6304) (end 104.8815 148.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9551 148.6761) (end 104.9205 148.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.985 148.725) (end 104.9551 148.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0098 148.7767) (end 104.985 148.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0295 148.8305) (end 105.0098 148.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0436 148.8861) (end 105.0295 148.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0521 148.9427) (end 105.0436 148.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.055 149) (end 105.0521 148.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0521 149.0573) (end 105.055 149) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0436 53.1139) (end 105.0521 53.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0295 53.1695) (end 105.0436 53.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0098 53.2233) (end 105.0295 53.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.985 53.275) (end 105.0098 53.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9551 53.3239) (end 104.985 53.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9205 53.3696) (end 104.9551 53.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8815 53.4116) (end 104.9205 53.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8385 53.4496) (end 104.8815 53.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.792 53.483) (end 104.8385 53.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.7423 53.5117) (end 104.792 53.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6901 53.5353) (end 104.7423 53.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6357 53.5535) (end 104.6901 53.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.5798 53.5663) (end 104.6357 53.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.523 53.5734) (end 104.5798 53.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4657 53.5748) (end 104.523 53.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4085 53.5705) (end 104.4657 53.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.3521 53.5606) (end 104.4085 53.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2969 53.5451) (end 104.3521 53.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2435 53.5241) (end 104.2969 53.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1925 53.498) (end 104.2435 53.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1443 53.4669) (end 104.1925 53.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0995 53.4311) (end 104.1443 53.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0585 53.3911) (end 104.0995 53.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0216 53.3472) (end 104.0585 53.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9894 53.2998) (end 104.0216 53.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9619 53.2495) (end 103.9894 53.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9397 53.1967) (end 103.9619 53.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9228 53.1419) (end 103.9397 53.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9114 53.0857) (end 103.9228 53.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9057 53.0287) (end 103.9114 53.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9057 52.9713) (end 103.9057 53.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9114 52.9143) (end 103.9057 52.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9228 52.8581) (end 103.9114 52.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9397 52.8033) (end 103.9228 52.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9619 52.7505) (end 103.9397 52.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 103.9894 52.7002) (end 103.9619 52.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0216 52.6528) (end 103.9894 52.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0585 52.6089) (end 104.0216 52.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.0995 52.5689) (end 104.0585 52.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1443 52.5331) (end 104.0995 52.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.1925 52.502) (end 104.1443 52.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2435 52.4759) (end 104.1925 52.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.2969 52.4549) (end 104.2435 52.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.3521 52.4394) (end 104.2969 52.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4085 52.4295) (end 104.3521 52.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.4657 52.4252) (end 104.4085 52.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.523 52.4266) (end 104.4657 52.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.5798 52.4337) (end 104.523 52.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6357 52.4465) (end 104.5798 52.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.6901 52.4647) (end 104.6357 52.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.7423 52.4883) (end 104.6901 52.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.792 52.517) (end 104.7423 52.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8385 52.5504) (end 104.792 52.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.8815 52.5884) (end 104.8385 52.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9205 52.6304) (end 104.8815 52.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9551 52.6761) (end 104.9205 52.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.985 52.725) (end 104.9551 52.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0098 52.7767) (end 104.985 52.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0295 52.8305) (end 105.0098 52.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0436 52.8861) (end 105.0295 52.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0521 52.9427) (end 105.0436 52.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.055 53) (end 105.0521 52.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0521 53.0573) (end 105.055 53) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0436 53.1139) (end 188.0521 53.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0295 53.1695) (end 188.0436 53.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0098 53.2233) (end 188.0295 53.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.985 53.275) (end 188.0098 53.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9551 53.3239) (end 187.985 53.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9205 53.3696) (end 187.9551 53.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.8815 53.4116) (end 187.9205 53.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.8385 53.4496) (end 187.8815 53.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.792 53.483) (end 187.8385 53.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.7423 53.5117) (end 187.792 53.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.6901 53.5353) (end 187.7423 53.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.6357 53.5535) (end 187.6901 53.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.5798 53.5663) (end 187.6357 53.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.523 53.5734) (end 187.5798 53.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.4657 53.5748) (end 187.523 53.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.4085 53.5705) (end 187.4657 53.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.3521 53.5606) (end 187.4085 53.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.2969 53.5451) (end 187.3521 53.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.2435 53.5241) (end 187.2969 53.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.1925 53.498) (end 187.2435 53.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.1443 53.4669) (end 187.1925 53.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0995 53.4311) (end 187.1443 53.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0585 53.3911) (end 187.0995 53.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0216 53.3472) (end 187.0585 53.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9894 53.2998) (end 187.0216 53.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9619 53.2495) (end 186.9894 53.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9397 53.1967) (end 186.9619 53.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9228 53.1419) (end 186.9397 53.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9114 53.0857) (end 186.9228 53.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9057 53.0287) (end 186.9114 53.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9057 52.9713) (end 186.9057 53.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9114 52.9143) (end 186.9057 52.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9228 52.8581) (end 186.9114 52.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9397 52.8033) (end 186.9228 52.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9619 52.7505) (end 186.9397 52.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 186.9894 52.7002) (end 186.9619 52.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0216 52.6528) (end 186.9894 52.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0585 52.6089) (end 187.0216 52.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.0995 52.5689) (end 187.0585 52.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.1443 52.5331) (end 187.0995 52.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.1925 52.502) (end 187.1443 52.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.2435 52.4759) (end 187.1925 52.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.2969 52.4549) (end 187.2435 52.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.3521 52.4394) (end 187.2969 52.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.4085 52.4295) (end 187.3521 52.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.4657 52.4252) (end 187.4085 52.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.523 52.4266) (end 187.4657 52.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.5798 52.4337) (end 187.523 52.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.6357 52.4465) (end 187.5798 52.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.6901 52.4647) (end 187.6357 52.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.7423 52.4883) (end 187.6901 52.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.792 52.517) (end 187.7423 52.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.8385 52.5504) (end 187.792 52.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.8815 52.5884) (end 187.8385 52.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9205 52.6304) (end 187.8815 52.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9551 52.6761) (end 187.9205 52.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.985 52.725) (end 187.9551 52.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0098 52.7767) (end 187.985 52.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0295 52.8305) (end 188.0098 52.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0436 52.8861) (end 188.0295 52.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0521 52.9427) (end 188.0436 52.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.055 53) (end 188.0521 52.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0521 53.0573) (end 188.055 53) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.1083 147.0398) (end 96.0264 146.5227) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.2438 147.5454) (end 96.1083 147.0398) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.4314 148.0341) (end 96.2438 147.5454) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.669 148.5005) (end 96.4314 148.0341) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.9541 148.9396) (end 96.669 148.5005) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.2835 149.3463) (end 96.9541 148.9396) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.6536 149.7164) (end 97.2835 149.3463) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.0605 150.0459) (end 97.6536 149.7164) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.4995 150.331) (end 98.0605 150.0459) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.966 150.5687) (end 98.4995 150.331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.4547 150.7562) (end 98.966 150.5687) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.9603 150.8917) (end 99.4547 150.7562) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.4772 150.9736) (end 99.9603 150.8917) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.9999 151.001) (end 100.4772 150.9736) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 191 151.001) (end 100.9999 151.001) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 191.5227 150.9736) (end 191 151.001) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.0397 150.8917) (end 191.5227 150.9736) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.5453 150.7562) (end 192.0397 150.8917) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.034 150.5687) (end 192.5453 150.7562) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.5005 150.331) (end 193.034 150.5687) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.9395 150.0459) (end 193.5005 150.331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.3464 149.7164) (end 193.9395 150.0459) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.7165 149.3463) (end 194.3464 149.7164) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.0459 148.9395) (end 194.7165 149.3463) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.331 148.5005) (end 195.0459 148.9395) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.5687 148.034) (end 195.331 148.5005) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.7562 147.5453) (end 195.5687 148.034) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.8917 147.0397) (end 195.7562 147.5453) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.9736 146.5227) (end 195.8917 147.0397) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.001 146) (end 195.9736 146.5227) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.001 56) (end 196.001 146) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.9736 55.4773) (end 196.001 56) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.8917 54.9603) (end 195.9736 55.4773) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.7562 54.4547) (end 195.8917 54.9603) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.5687 53.966) (end 195.7562 54.4547) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.331 53.4995) (end 195.5687 53.966) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.0459 53.0605) (end 195.331 53.4995) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.7164 52.6536) (end 195.0459 53.0605) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.3463 52.2835) (end 194.7164 52.6536) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.9395 51.9541) (end 194.3463 52.2835) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.5005 51.669) (end 193.9395 51.9541) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.034 51.4313) (end 193.5005 51.669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.5453 51.2438) (end 193.034 51.4313) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.0397 51.1083) (end 192.5453 51.2438) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 191.5227 51.0264) (end 192.0397 51.1083) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 191 50.999) (end 191.5227 51.0264) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 101 50.999) (end 191 50.999) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.4773 51.0264) (end 101 50.999) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.9603 51.1083) (end 100.4773 51.0264) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.4547 51.2438) (end 99.9603 51.1083) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.966 51.4313) (end 99.4547 51.2438) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.4995 51.669) (end 98.966 51.4313) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.0604 51.9541) (end 98.4995 51.669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.6536 52.2836) (end 98.0604 51.9541) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.2835 52.6537) (end 97.6536 52.2836) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.9541 53.0605) (end 97.2835 52.6537) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.669 53.4995) (end 96.9541 53.0605) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.4313 53.966) (end 96.669 53.4995) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.2438 54.4547) (end 96.4313 53.966) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.1083 54.9603) (end 96.2438 54.4547) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.0264 55.4773) (end 96.1083 54.9603) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 95.999 56) (end 96.0264 55.4773) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 95.999 146) (end 95.999 56) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.0264 146.5227) (end 95.999 146) (layer Edge.Cuts) (width 0.1)) + (gr_text "Logic v1.1\nby Renata Zemanová" (at 145.98 146) (layer B.SilkS) (tstamp 60AA0310) + (effects (font (size 2 2) (thickness 0.3)) (justify mirror)) + ) + (gr_text "Power 3V3" (at 132.4 85.8) (layer F.SilkS) (tstamp 60AA030F) + (effects (font (size 1.2 1.2) (thickness 0.25))) + ) + (gr_text "Power 5V\n" (at 139.08 68.9) (layer F.SilkS) (tstamp 60AA030E) + (effects (font (size 1.2 1.2) (thickness 0.25))) + ) + (gr_text "RESET\n" (at 179.6 149.6) (layer F.SilkS) (tstamp 60AA030D) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO27\n" (at 154.07174 139.91388) (layer F.SilkS) (tstamp 60AA030C) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text + (at 140.4 136.2) (layer F.SilkS) (tstamp 60AA030B) + (effects (font (size 3.5 3.5) (thickness 0.3))) + ) + + (segment (start 166.9595 98.7955) (end 166.967 98.788) (width 0.5) (layer F.Cu) (net 1) (tstamp 60AA01A5)) + (segment (start 161.19 61.03) (end 161.17 61.01) (width 0.5) (layer F.Cu) (net 1) (tstamp 60AA01A6)) + (segment (start 166.967 100.9905) (end 166.9375 101.02) (width 0.5) (layer F.Cu) (net 1) (tstamp 60AA01A7)) + (segment (start 151.89 82.59) (end 151.97 82.67) (width 0.5) (layer F.Cu) (net 1) (tstamp 60AA01A8)) + (segment (start 190.8 120.74) (end 169.29 120.74) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01A9)) + (via (at 166.9 117.05) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 1) (tstamp 60AA01AA)) + (segment (start 166.9 118.35) (end 166.9 117.05) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01AB)) + (segment (start 169.29 120.74) (end 166.9 118.35) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01AC)) + (via (at 166.9 110.6) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 1) (tstamp 60AA01AD)) + (segment (start 166.9 117.05) (end 166.9 110.6) (width 1) (layer B.Cu) (net 1) (tstamp 60AA01AE)) + (segment (start 166.9 110.6) (end 166.9375 110.5625) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01AF)) + (segment (start 166.9375 98.8175) (end 166.967 98.788) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B0)) + (segment (start 166.9375 101.02) (end 166.9375 98.8175) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B1)) + (segment (start 166.55 109.9) (end 166.9375 110.2875) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B2)) + (segment (start 166.9375 110.2875) (end 166.9375 101.02) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B3)) + (segment (start 166.9375 110.5625) (end 166.9375 110.2875) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B4)) + (segment (start 161.17001 61.03) (end 161.17 61.03001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B5)) + (segment (start 163.33 61.03) (end 161.17001 61.03) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B6)) + (segment (start 160.08001 61.03) (end 160.08 61.03001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B7)) + (segment (start 163.33 61.03) (end 160.08001 61.03) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B8)) + (segment (start 152.97 61.03) (end 151.94999 62.05001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01B9)) + (segment (start 151.94999 94.712054) (end 151.94999 95.23) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BA)) + (segment (start 151.94999 91.99999) (end 151.94999 94.712054) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BB)) + (segment (start 133.66 76.29) (end 133.66 82.59) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BC)) + (segment (start 151.74 82.59) (end 151.94999 82.79999) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BD)) + (segment (start 151.94999 82.79999) (end 151.94999 91.99999) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BE)) + (segment (start 151.94999 62.05001) (end 151.94999 82.79999) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01BF)) + (segment (start 133.66 82.59) (end 138.64 82.59) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C0)) + (segment (start 138.64 82.59) (end 151.74 82.59) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C1)) + (segment (start 138.52001 79.72001) (end 138.5 79.72001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C2)) + (segment (start 138.5 79.74002) (end 138.52001 79.72001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C3)) + (segment (start 138.5 82.45) (end 138.5 79.74002) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C4)) + (segment (start 138.64 82.59) (end 138.5 82.45) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C5)) + (segment (start 157.680001 63.300001) (end 156.150001 63.300001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C6)) + (segment (start 157.700002 63.28) (end 157.680001 63.300001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C7)) + (segment (start 158.71 63.28) (end 157.700002 63.28) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C8)) + (segment (start 155.33 62.48) (end 155.33 61.03) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01C9)) + (segment (start 156.150001 63.300001) (end 155.33 62.48) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CA)) + (segment (start 155.33 61.03) (end 152.97 61.03) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CB)) + (segment (start 163.33 61.03) (end 155.33 61.03) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CC)) + (segment (start 133.6795 82.6095) (end 133.66 82.59) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CD)) + (segment (start 133.6795 87.654) (end 133.6795 82.6095) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CE)) + (segment (start 148.74999 92.65001) (end 148 93.4) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01CF)) + (segment (start 151.94999 92.65001) (end 148.74999 92.65001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D0)) + (segment (start 151.94999 91.99999) (end 151.94999 92.65001) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D1)) + (segment (start 151.94999 92.65001) (end 151.94999 94.16) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D2)) + (segment (start 147.97501 109.62499) (end 147.7 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D3)) + (segment (start 148 99.579118) (end 147.97501 99.604108) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D4)) + (segment (start 147.7 109.9) (end 166.55 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D5)) + (segment (start 148.1 101.1) (end 147.97501 100.97501) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D6)) + (segment (start 149 101.1) (end 148.1 101.1) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D7)) + (segment (start 147.97501 100.97501) (end 147.97501 109.62499) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D8)) + (segment (start 147.97501 99.604108) (end 147.97501 100.97501) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01D9)) + (segment (start 148 93.4) (end 148 97.8) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DA)) + (segment (start 148 97.8) (end 148 99.579118) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DB)) + (segment (start 149.9 97.9) (end 151.77699 97.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DC)) + (segment (start 148.1 97.9) (end 149.9 97.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DD)) + (segment (start 148 97.8) (end 148.1 97.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DE)) + (segment (start 114.98 109.88) (end 115 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01DF)) + (segment (start 114.98 107.8) (end 114.98 109.88) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E0)) + (segment (start 100.9 109.9) (end 115 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E1)) + (segment (start 114.98 106.83) (end 114.55 106.4) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E2)) + (segment (start 114.98 107.8) (end 114.98 106.83) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E3)) + (segment (start 116.35 96.75) (end 117.55 96.75) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E4)) + (via (at 118.3 98.65) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 1) (tstamp 60AA01E5)) + (segment (start 118.3 97.5) (end 118.3 98.65) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E6)) + (segment (start 117.55 96.75) (end 118.3 97.5) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01E7)) + (via (at 118.3 105.2) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 1) (tstamp 60AA01E8)) + (segment (start 118.3 98.65) (end 118.3 105.2) (width 1) (layer B.Cu) (net 1) (tstamp 60AA01E9)) + (segment (start 118.3 109.85) (end 118.25 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01EA)) + (segment (start 118.25 109.9) (end 147.7 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01EB)) + (segment (start 118.3 105.2) (end 118.3 109.85) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01EC)) + (segment (start 115 109.9) (end 118.25 109.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01ED)) + (segment (start 116.35 95.65) (end 116 95.3) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01EE)) + (segment (start 116.35 96.75) (end 116.35 95.65) (width 1) (layer F.Cu) (net 1) (tstamp 60AA01EF)) + (segment (start 115.4 100.08) (end 115.38 100.1) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA01F0)) + (segment (start 115.4 98.75) (end 115.4 100.08) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA01F1)) + (via (at 113.1 100.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 60AA01F2)) + (segment (start 115.38 100.1) (end 113.1 100.1) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA01F3)) + (segment (start 113.1 100.1) (end 108.9 100.1) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA01F4)) + (segment (start 108.52 99.72) (end 101 99.72) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA01F5)) + (segment (start 108.9 100.1) (end 108.52 99.72) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA01F6)) + (segment (start 115.52 104.38) (end 115.5 104.4) (width 0.15) (layer F.Cu) (net 3) (tstamp 60AA01F7)) + (segment (start 115.52 103) (end 115.52 104.38) (width 0.15) (layer F.Cu) (net 3) (tstamp 60AA01F8)) + (segment (start 101 102.26) (end 110.36 102.26) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA01F9)) + (via (at 112.6 103) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 3) (tstamp 60AA01FA)) + (segment (start 111.1 103) (end 112.6 103) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA01FB)) + (segment (start 110.36 102.26) (end 111.1 103) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA01FC)) + (segment (start 112.6 103) (end 115.52 103) (width 0.15) (layer F.Cu) (net 3) (tstamp 60AA01FD)) + (segment (start 153.602 99.948) (end 153.102 100.448) (width 0.15) (layer F.Cu) (net 4) (tstamp 60AA011A)) + (segment (start 153.602 97.998) (end 153.602 99.948) (width 0.15) (layer F.Cu) (net 4) (tstamp 60AA011B)) + (segment (start 160.08 60.05) (end 161.17 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA011C)) + (segment (start 161.17 60.05) (end 161.73 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA011D)) + (segment (start 162.02 59.76) (end 163.33 59.76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA011E)) + (segment (start 161.73 60.05) (end 162.02 59.76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA011F)) + (segment (start 170.74 59.76) (end 180.33 59.76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0120)) + (segment (start 163.33 59.76) (end 170.74 59.76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0121)) + (segment (start 170.74 59.76) (end 170.83 59.85) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0122)) + (segment (start 115.183371 66.572355) (end 115.161371 66.550355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0123)) + (segment (start 115.161371 66.550355) (end 113.101371 66.550355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0124)) + (segment (start 152.93 95.23) (end 152.93 94.16) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0125)) + (segment (start 109.830355 66.550355) (end 109.78 66.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0126)) + (segment (start 113.101371 66.550355) (end 109.830355 66.550355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0127)) + (segment (start 166.115 88.665) (end 163.08 91.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0128)) + (segment (start 163.08 91.7) (end 153.98 91.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0129)) + (segment (start 152.93 92.75) (end 152.93 94.16) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA012A)) + (segment (start 153.98 91.7) (end 152.93 92.75) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA012B)) + (via (at 128.28 65) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA012C)) + (segment (start 128.23 64.95) (end 128.28 65) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA012D)) + (segment (start 128.28 65.9) (end 128.28 65) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA012E)) + (segment (start 127.58 66.6) (end 128.28 65.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA012F)) + (segment (start 137.513645 63.657371) (end 128.337371 63.657371) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0130)) + (segment (start 128.337371 63.657371) (end 128.23 63.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0131)) + (segment (start 128.23 63.55) (end 128.23 64.95) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0132)) + (segment (start 128.23 58.945) (end 128.23 63.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0133)) + (via (at 124.58 65.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0134)) + (segment (start 124.58 66.6) (end 124.58 65.1) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0135)) + (segment (start 124.58 66.6) (end 127.58 66.6) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0136)) + (segment (start 124.58 65.1) (end 124.58 63.22) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0137)) + (segment (start 123.28 63.21) (end 124.57 63.21) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0138)) + (segment (start 153.31 95.23) (end 152.93 95.23) (width 0.25) (layer F.Cu) (net 4) (tstamp 60AA0139)) + (segment (start 153.602 95.522) (end 153.31 95.23) (width 0.25) (layer F.Cu) (net 4) (tstamp 60AA013A)) + (segment (start 153.602 97.998) (end 153.602 95.522) (width 0.25) (layer F.Cu) (net 4) (tstamp 60AA013B)) + (segment (start 170.83 71.15) (end 170.83 67.26) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA013C)) + (segment (start 166.115 75.865) (end 170.83 71.15) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA013D)) + (segment (start 166.115 77.27) (end 166.115 75.865) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA013E)) + (segment (start 109.78 104.7) (end 109.68 104.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA013F)) + (segment (start 100.98 104.8) (end 109.68 104.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0140)) + (segment (start 109.78 104.2) (end 109.78 104.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0141)) + (segment (start 109.78 92.48) (end 109.78 104.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0142)) + (segment (start 137.5 63.643726) (end 137.513645 63.657371) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0143)) + (segment (start 137.5 57.5) (end 137.5 63.643726) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0144)) + (segment (start 170.83 63.03) (end 170.83 59.85) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0145)) + (segment (start 170.83 67.26) (end 170.83 63.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0146)) + (segment (start 147.5 57.5) (end 147.5 55.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0147)) + (segment (start 147.5 55.3) (end 146.5 54.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0148)) + (segment (start 146.5 54.3) (end 138.7 54.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0149)) + (segment (start 137.5 55.5) (end 137.5 57.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA014A)) + (segment (start 138.7 54.3) (end 137.5 55.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA014B)) + (via (at 119.3 66.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA014C)) + (segment (start 116.95529 66.6) (end 116.927645 66.572355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA014D)) + (segment (start 119.3 66.6) (end 116.95529 66.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA014E)) + (segment (start 116.927645 66.572355) (end 115.183371 66.572355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA014F)) + (segment (start 117.247371 66.572355) (end 116.927645 66.572355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0150)) + (segment (start 121.73 58.945) (end 121.73 60.37) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0151)) + (via (at 121 62.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0152)) + (segment (start 121 61.1) (end 121 62.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0153)) + (segment (start 121.73 60.37) (end 121 61.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0154)) + (segment (start 121 62.9) (end 121 66.6) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0155)) + (segment (start 121 66.6) (end 119.3 66.6) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0156)) + (segment (start 124.58 66.6) (end 121 66.6) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0157)) + (via (at 109.8 108.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0158)) + (segment (start 109.78 108.68) (end 109.8 108.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0159)) + (segment (start 109.78 107.02) (end 109.78 108.68) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA015A)) + (segment (start 109.78 104.2) (end 109.78 107.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA015B)) + (segment (start 133.6 145.5) (end 133.65 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA015C)) + (segment (start 133.6 144.72) (end 133.6 145.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA015D)) + (via (at 160.7 63.2) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA015E)) + (segment (start 160.64 63.26) (end 160.7 63.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA015F)) + (segment (start 159.77 63.26) (end 160.64 63.26) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0160)) + (segment (start 126.009645 92.590355) (end 126.001371 92.598629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0161)) + (segment (start 126.561371 92.590355) (end 126.009645 92.590355) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0162)) + (segment (start 126.001371 94.290355) (end 126.001371 92.598629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0163)) + (segment (start 148.55 60.05) (end 147.5 59) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0164)) + (segment (start 147.5 57.5) (end 147.5 59) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0165)) + (segment (start 153.45 60.05) (end 160.08 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0166)) + (segment (start 150.55 74.45) (end 150.55 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0167)) + (segment (start 150.55 60.05) (end 148.55 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0168)) + (segment (start 135.6 145.55) (end 134.05 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0169)) + (segment (start 134.05 145.55) (end 133.65 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA016A)) + (via (at 109.8 115.199996) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA016B)) + (segment (start 109.8 108.7) (end 109.8 115.199996) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA016C)) + (segment (start 109.8 140.3) (end 109.8 115.199996) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA016D)) + (segment (start 115.05 145.55) (end 109.8 140.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA016E)) + (segment (start 134.05 145.55) (end 115.05 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA016F)) + (via (at 166.1 80.75) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0170)) + (segment (start 166.115 80.735) (end 166.1 80.75) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0171)) + (segment (start 166.115 77.27) (end 166.115 80.735) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0172)) + (via (at 166.1 86.05) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0173)) + (segment (start 166.1 80.75) (end 166.1 86.05) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0174)) + (segment (start 166.1 88.65) (end 166.115 88.665) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0175)) + (segment (start 166.1 86.05) (end 166.1 88.65) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0176)) + (segment (start 124.58 63.22) (end 124.57 63.21) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0177)) + (segment (start 126.2 63.22) (end 124.58 63.22) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0178)) + (segment (start 148.71 76.29) (end 150.2 74.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0179)) + (segment (start 150.2 74.8) (end 150.55 74.45) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017A)) + (segment (start 138.5 76.38) (end 138.59 76.29) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017B)) + (segment (start 138.5 78.74) (end 138.5 76.38) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017C)) + (segment (start 138.59 76.29) (end 148.71 76.29) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017D)) + (segment (start 135.96 76.29) (end 138.59 76.29) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017E)) + (segment (start 128.9 79.88) (end 128.9 81.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA017F)) + (segment (start 128.9 81.7) (end 126.001371 84.598629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0180)) + (segment (start 126.118 87.682) (end 126.001371 87.798629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0181)) + (segment (start 126.001371 87.798629) (end 126.001371 92.598629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0182)) + (segment (start 126.001371 84.598629) (end 126.001371 87.798629) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0183)) + (via (at 122.8 87.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0184)) + (segment (start 122.818 87.682) (end 122.8 87.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0185)) + (segment (start 126.982 87.682) (end 122.818 87.682) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0186)) + (segment (start 129.696 87.682) (end 126.982 87.682) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0187)) + (segment (start 126.982 87.682) (end 126.118 87.682) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0188)) + (via (at 118 87.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0189)) + (segment (start 122.8 87.7) (end 118 87.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA018A)) + (segment (start 118 87.7) (end 109.86 87.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA018B)) + (segment (start 109.78 87.62) (end 109.78 92.48) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA018C)) + (segment (start 109.86 87.7) (end 109.78 87.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA018D)) + (segment (start 109.78 66.5) (end 109.78 87.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA018E)) + (segment (start 152.05 60.05) (end 150.55 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA018F)) + (segment (start 153.45 60.05) (end 152.05 60.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0190)) + (segment (start 191.2 118.2) (end 193.2 118.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0191)) + (segment (start 193.2 118.2) (end 194.2 119.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0192)) + (segment (start 194.2 119.2) (end 194.2 140.4) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0193)) + (segment (start 194.2 140.4) (end 192.9 141.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0194)) + (segment (start 192.9 141.7) (end 185 141.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0195)) + (segment (start 185 141.7) (end 181.15 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0196)) + (segment (start 178.1 145.6) (end 178.05 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0197)) + (segment (start 178.1 147.5) (end 178.1 145.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0198)) + (segment (start 178.05 145.55) (end 135.6 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0199)) + (segment (start 181.15 145.55) (end 178.05 145.55) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA019A)) + (segment (start 147.5 59) (end 147.5 57.5) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA019B)) + (segment (start 148.3 59.8) (end 147.5 59) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA019C)) + (segment (start 162.3 60.7) (end 161.4 59.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA019D)) + (segment (start 162.3 62.4) (end 162.3 60.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA019E)) + (segment (start 161.5 63.2) (end 162.3 62.4) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA019F)) + (segment (start 161.4 59.8) (end 148.3 59.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA01A0)) + (segment (start 160.7 63.2) (end 161.5 63.2) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA01A1)) + (segment (start 112.48 58.42) (end 112.48 56.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA01A2)) + (segment (start 109.78 61.12) (end 112.48 58.42) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA01A3)) + (segment (start 109.78 66.5) (end 109.78 61.12) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA01A4)) + (via (at 111.3 74.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 5) (tstamp 60AA01FE)) + (via (at 116.6 74.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 5) (tstamp 60AA01FF)) + (segment (start 111.3 74.5) (end 116.6 74.5) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA0200)) + (segment (start 106.2 74.5) (end 106.3 74.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0201)) + (segment (start 106.3 74.5) (end 111.3 74.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0202)) + (via (at 156 68.75) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 5) (tstamp 60AA0203)) + (segment (start 163.33 66.11) (end 158.64 66.11) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA0204)) + (segment (start 158.64 66.11) (end 156 68.75) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA0205)) + (segment (start 116.6 74.5) (end 150.25 74.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0206)) + (segment (start 150.25 74.5) (end 156 68.75) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0207)) + (segment (start 104.9 74.5) (end 106.3 74.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0208)) + (segment (start 100.9 78.5) (end 104.9 74.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA0209)) + (segment (start 100.9 94.66) (end 100.9 78.5) (width 0.15) (layer B.Cu) (net 5) (tstamp 60AA020A)) + (segment (start 191 89.93) (end 191 88.45) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA022D)) + (segment (start 182.45 68.65) (end 180.33 68.65) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA022E)) + (segment (start 184.5 70.7) (end 182.45 68.65) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA022F)) + (segment (start 184.5 81.95) (end 184.5 70.7) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA0230)) + (segment (start 191 88.45) (end 184.5 81.95) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA0231)) + (segment (start 191 90.58) (end 191 88.45) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA0232)) + (segment (start 163.33 71.19) (end 158.39 71.19) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0239)) + (segment (start 158.39 71.19) (end 156.8 72.78) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA023A)) + (segment (start 156.8 80.7) (end 156.8 78.2) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA023B)) + (segment (start 156.8 78.2) (end 156.8 78.299998) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA023C)) + (segment (start 156.8 72.78) (end 156.8 78.2) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA023D)) + (via (at 184.35 88.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 60AA023E)) + (segment (start 184.35 88.7) (end 184.35 85.2) (width 0.15) (layer B.Cu) (net 7) (tstamp 60AA023F)) + (via (at 179.1 82.95) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 7) (tstamp 60AA0240)) + (segment (start 182.1 82.95) (end 179.1 82.95) (width 0.15) (layer B.Cu) (net 7) (tstamp 60AA0241)) + (segment (start 184.35 85.2) (end 182.1 82.95) (width 0.15) (layer B.Cu) (net 7) (tstamp 60AA0242)) + (segment (start 159.05 82.95) (end 158.25 82.15) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0243)) + (segment (start 179.1 82.95) (end 159.05 82.95) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0244)) + (segment (start 158.25 82.15) (end 156.8 80.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0245)) + (segment (start 191 95.66) (end 186.21 95.66) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0246)) + (segment (start 184.35 93.8) (end 184.35 92.55) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0247)) + (segment (start 186.21 95.66) (end 184.35 93.8) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0248)) + (segment (start 184.35 92.55) (end 184.35 88.7) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA0249)) + (segment (start 181.86 72.46) (end 180.33 72.46) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA0268)) + (segment (start 183.5 74.1) (end 181.86 72.46) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA0269)) + (segment (start 183.5 101.22) (end 183.5 74.1) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA026A)) + (segment (start 187.08 104.8) (end 183.5 101.22) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA026B)) + (segment (start 190.98 104.8) (end 187.08 104.8) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA026C)) + (segment (start 190.98 102.26) (end 178.56 102.26) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA025E)) + (segment (start 167.38 87.99) (end 167.385 87.985) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA025F)) + (segment (start 171.5 95.2) (end 167.38 91.08) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA0260)) + (segment (start 167.38 91.08) (end 167.38 87.99) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA0261)) + (segment (start 178.56 102.26) (end 171.5 95.2) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA0262)) + (via (at 167.4 80.25) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 9) (tstamp 60AA0263)) + (segment (start 167.38 80.27) (end 167.4 80.25) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA0264)) + (segment (start 167.38 87.99) (end 167.38 80.27) (width 0.15) (layer B.Cu) (net 9) (tstamp 60AA0265)) + (segment (start 167.4 77.285) (end 167.385 77.27) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA0266)) + (segment (start 167.4 80.25) (end 167.4 77.285) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA0267)) + (segment (start 163.33 68.65) (end 158.03 68.65) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA026D)) + (segment (start 176.7 94.3) (end 176.7 94.724264) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA026E)) + (segment (start 176.7 85.6) (end 174.799996 83.699996) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA026F)) + (segment (start 156.74 69.94) (end 156.68 70) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0270)) + (segment (start 158.03 68.65) (end 156.74 69.94) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0271)) + (segment (start 176.7 91) (end 176.7 94.8) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0272)) + (segment (start 176.7 94.724264) (end 176.7 94.8) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0273)) + (segment (start 176.7 91.2) (end 176.7 91) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0274)) + (segment (start 176.7 91) (end 176.7 85.6) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0275)) + (segment (start 156.74 69.94) (end 156 70.68) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0276)) + (segment (start 170.199996 83.699996) (end 157.949996 83.699996) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0277)) + (segment (start 174.799996 83.699996) (end 170.199996 83.699996) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0278)) + (segment (start 170.199996 83.699996) (end 169.9 83.699996) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA0279)) + (segment (start 156 81.75) (end 156 79.55) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA027A)) + (segment (start 157.949996 83.699996) (end 156 81.75) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA027B)) + (segment (start 156 79.55) (end 156 79.7) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA027C)) + (segment (start 156 70.68) (end 156 79.55) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA027D)) + (segment (start 176.7 94.8) (end 176.7 101.55) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA027E)) + (via (at 176.7 101.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 10) (tstamp 60AA027F)) + (segment (start 176.7 102.6) (end 176.7 101.55) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA0280)) + (segment (start 181.44 107.34) (end 176.7 102.6) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA0281)) + (segment (start 190.98 107.34) (end 181.44 107.34) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA0282)) + (segment (start 163.33 75) (end 161.6 75) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA0283)) + (segment (start 161.6 75) (end 160.7 75.9) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA0284)) + (segment (start 190.98 109.88) (end 182.78 109.88) (width 0.15) (layer B.Cu) (net 11) (tstamp 60AA0285)) + (segment (start 182.78 109.88) (end 160.7 87.8) (width 0.15) (layer B.Cu) (net 11) (tstamp 60AA0286)) + (via (at 160.7 77.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 11) (tstamp 60AA0287)) + (segment (start 160.7 85.5) (end 160.7 77.9) (width 0.15) (layer B.Cu) (net 11) (tstamp 60AA0288)) + (segment (start 160.7 87.8) (end 160.7 85.5) (width 0.15) (layer B.Cu) (net 11) (tstamp 60AA0289)) + (segment (start 160.7 85.5) (end 160.7 85.400004) (width 0.15) (layer B.Cu) (net 11) (tstamp 60AA028A)) + (segment (start 160.7 77.9) (end 160.7 75.9) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA028B)) + (via (at 168.7 107.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 12) (tstamp 60AA0225)) + (segment (start 101.02 107.3) (end 100.98 107.34) (width 0.15) (layer B.Cu) (net 12) (tstamp 60AA0226)) + (segment (start 168.7 107.3) (end 101.02 107.3) (width 0.15) (layer B.Cu) (net 12) (tstamp 60AA0227)) + (segment (start 177.3 107.3) (end 168.7 107.3) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA0228)) + (segment (start 182.5 102.1) (end 177.3 107.3) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA0229)) + (segment (start 182.5 75.7) (end 182.5 102.1) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA022A)) + (segment (start 180.33 75) (end 181.8 75) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA022B)) + (segment (start 181.8 75) (end 182.5 75.7) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA022C)) + (segment (start 179.3 81.9) (end 178.5 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024A)) + (segment (start 179.3 81.9) (end 178.6 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024B)) + (segment (start 178.6 81.9) (end 178.5 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024C)) + (segment (start 178.7 81.9) (end 178.6 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024D)) + (segment (start 163.33 72.46) (end 158.72002 72.46) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024E)) + (segment (start 158.72002 72.46) (end 157.592395 73.587625) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA024F)) + (segment (start 169.65 81.9) (end 159.55 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0250)) + (segment (start 178.5 81.9) (end 169.65 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0251)) + (segment (start 169.65 81.9) (end 169.1 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0252)) + (segment (start 159.55 81.9) (end 157.592395 79.942395) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0253)) + (segment (start 157.592395 78.842395) (end 157.592395 79.110131) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0254)) + (segment (start 157.592395 79.942395) (end 157.592395 78.842395) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0255)) + (segment (start 157.592395 73.587625) (end 157.592395 78.842395) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0256)) + (segment (start 180.4 96.1) (end 180.4 83) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0257)) + (segment (start 180.4 83) (end 179.3 81.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA0258)) + (via (at 180.4 96.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 13) (tstamp 60AA0259)) + (segment (start 180.4 96.1) (end 180.4 96.85) (width 0.15) (layer B.Cu) (net 13) (tstamp 60AA025A)) + (segment (start 181.75 98.2) (end 180.8 97.25) (width 0.15) (layer B.Cu) (net 13) (tstamp 60AA025B)) + (segment (start 191 98.2) (end 181.75 98.2) (width 0.15) (layer B.Cu) (net 13) (tstamp 60AA025C)) + (segment (start 180.4 96.85) (end 180.8 97.25) (width 0.15) (layer B.Cu) (net 13) (tstamp 60AA025D)) + (segment (start 182.32 69.92) (end 180.33 69.92) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0233)) + (segment (start 183.9 71.5) (end 182.32 69.92) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0234)) + (segment (start 191 93.12) (end 189.72 93.12) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0235)) + (segment (start 183.9 87.3) (end 183.9 84.35) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0236)) + (segment (start 189.72 93.12) (end 183.9 87.3) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0237)) + (segment (start 183.9 84.35) (end 183.9 71.5) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA0238)) + (via (at 121.25 97.2) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 15) (tstamp 60AA020B)) + (segment (start 100.9 97.2) (end 121.25 97.2) (width 1) (layer B.Cu) (net 15) (tstamp 60AA020C)) + (segment (start 123.271726 97.2) (end 123.321371 97.150355) (width 1) (layer F.Cu) (net 15) (tstamp 60AA020D)) + (segment (start 121.25 97.2) (end 123.271726 97.2) (width 1) (layer F.Cu) (net 15) (tstamp 60AA020E)) + (segment (start 137.490516 67.6) (end 137.515645 67.574871) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA00E2)) + (via (at 126.1 99.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 16) (tstamp 60AA00E3)) + (via (at 149.1 99) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 16) (tstamp 60AA00E4)) + (segment (start 149 99.1) (end 149.1 99) (width 0.5) (layer B.Cu) (net 16) (tstamp 60AA00E5)) + (segment (start 126.1 99.1) (end 149 99.1) (width 0.5) (layer B.Cu) (net 16) (tstamp 60AA00E6)) + (segment (start 150.10221 98.87299) (end 150.652 98.87299) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA00E7)) + (segment (start 149.9752 99) (end 150.10221 98.87299) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA00E8)) + (segment (start 149.1 99) (end 149.9752 99) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA00E9)) + (segment (start 119.9 121.35) (end 119.9 116.3) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00EA)) + (segment (start 121.83 123.28) (end 119.9 121.35) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00EB)) + (segment (start 119.9 117.6) (end 119.9 116.3) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA00EC)) + (segment (start 137.6 138.35) (end 137.6 123.51) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00ED)) + (segment (start 137.37 123.28) (end 121.83 123.28) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00EE)) + (segment (start 137.6 123.51) (end 137.37 123.28) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00EF)) + (segment (start 190.8 123.28) (end 137.37 123.28) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F0)) + (segment (start 142.17 142) (end 142.17 139.87) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F1)) + (segment (start 140.65 138.35) (end 137.6 138.35) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F2)) + (segment (start 142.17 139.87) (end 140.65 138.35) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F3)) + (via (at 119.9 116.3) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 16) (tstamp 60AA00F4)) + (via (at 119.9 108.55) (size 1.3) (drill 1) (layers F.Cu B.Cu) (net 16) (tstamp 60AA00F5)) + (segment (start 119.9 116.3) (end 119.9 108.55) (width 1) (layer B.Cu) (net 16) (tstamp 60AA00F6)) + (segment (start 119.9 78.9) (end 122.51 76.29) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F7)) + (segment (start 122.51 76.29) (end 129.01 76.29) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F8)) + (segment (start 129.01 76.29) (end 131.36 76.29) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00F9)) + (segment (start 128.92001 78.89999) (end 128.9 78.89999) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FA)) + (segment (start 128.9 78.87998) (end 128.92001 78.89999) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FB)) + (segment (start 128.9 76.4) (end 128.9 78.87998) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FC)) + (segment (start 129.01 76.29) (end 128.9 76.4) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FD)) + (segment (start 131.36 67.62) (end 131.38 67.6) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FE)) + (segment (start 131.36 76.29) (end 131.36 67.62) (width 1) (layer F.Cu) (net 16) (tstamp 60AA00FF)) + (segment (start 139.5 57.5) (end 139.5 67) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0100)) + (segment (start 138.925129 67.574871) (end 137.515645 67.574871) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0101)) + (segment (start 139.5 67) (end 138.925129 67.574871) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0102)) + (segment (start 131.405129 67.574871) (end 131.38 67.6) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0103)) + (segment (start 137.515645 67.574871) (end 131.405129 67.574871) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0104)) + (segment (start 122.375371 95.146355) (end 122.371371 95.150355) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0105)) + (segment (start 122.375371 93.606355) (end 122.375371 95.146355) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0106)) + (segment (start 122.371371 95.150355) (end 119.900355 95.150355) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0107)) + (segment (start 119.900355 95.150355) (end 119.9 95.15) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0108)) + (segment (start 119.9 95.15) (end 119.9 78.9) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0109)) + (segment (start 116.4 100.1) (end 119.65 100.1) (width 1) (layer F.Cu) (net 16) (tstamp 60AA010A)) + (segment (start 119.65 100.1) (end 119.9 100.35) (width 1) (layer F.Cu) (net 16) (tstamp 60AA010B)) + (segment (start 119.9 108.55) (end 119.9 100.35) (width 1) (layer F.Cu) (net 16) (tstamp 60AA010C)) + (segment (start 116.54 100.24) (end 116.4 100.1) (width 1) (layer F.Cu) (net 16) (tstamp 60AA010D)) + (segment (start 116.54 103) (end 116.54 100.24) (width 1) (layer F.Cu) (net 16) (tstamp 60AA010E)) + (segment (start 120 99.1) (end 119.9 99) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA010F)) + (segment (start 126.1 99.1) (end 120 99.1) (width 0.5) (layer F.Cu) (net 16) (tstamp 60AA0110)) + (segment (start 119.9 99) (end 119.9 95.15) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0111)) + (segment (start 119.9 100.35) (end 119.9 99) (width 1) (layer F.Cu) (net 16) (tstamp 60AA0112)) + (segment (start 186.03 61.03) (end 183.93 61.03) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02EB)) + (segment (start 187.7 62.7) (end 186.03 61.03) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02EC)) + (segment (start 180.33 61.03) (end 183.93 61.03) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02ED)) + (segment (start 187.7 74.7) (end 187.7 62.7) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02EE)) + (segment (start 187.7 74.8) (end 187.7 74.7) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02EF)) + (segment (start 114.45 96.75) (end 114.45 96.35) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F0)) + (segment (start 114.98 95.82) (end 114.98 95.3) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F1)) + (segment (start 114.45 96.35) (end 114.98 95.82) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F2)) + (segment (start 114.45 96.75) (end 112.35 96.75) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F3)) + (via (at 111.5 108.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 17) (tstamp 60AA02F4)) + (segment (start 111.5 97.6) (end 111.5 108.3) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F5)) + (segment (start 112.35 96.75) (end 111.5 97.6) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F6)) + (via (at 114.1 114.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 17) (tstamp 60AA02F7)) + (segment (start 194.9 112.7) (end 193.2 114.4) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F8)) + (segment (start 187.7 74.7) (end 194.9 81.9) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02F9)) + (segment (start 194.9 81.9) (end 194.9 112.7) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02FA)) + (segment (start 193.2 114.4) (end 114.1 114.4) (width 0.15) (layer F.Cu) (net 17) (tstamp 60AA02FB)) + (segment (start 112.5 114.4) (end 114.1 114.4) (width 0.15) (layer B.Cu) (net 17) (tstamp 60AA02FC)) + (segment (start 111.5 113.4) (end 112.5 114.4) (width 0.15) (layer B.Cu) (net 17) (tstamp 60AA02FD)) + (segment (start 111.5 108.3) (end 111.5 113.4) (width 0.15) (layer B.Cu) (net 17) (tstamp 60AA02FE)) + (segment (start 184.39 66.11) (end 185.100002 66.820002) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02D9)) + (segment (start 180.33 66.11) (end 184.39 66.11) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02DA)) + (segment (start 116.45 106.4) (end 116.45 106.95) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02DB)) + (segment (start 116 107.4) (end 116 107.8) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02DC)) + (segment (start 116.45 106.95) (end 116 107.4) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02DD)) + (via (at 116 111.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 18) (tstamp 60AA02DE)) + (segment (start 116.299999 111.499999) (end 116 111.2) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02DF)) + (segment (start 191.6 112.75) (end 117.55 112.75) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E0)) + (segment (start 117.55 112.75) (end 116.299999 111.499999) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E1)) + (segment (start 193.15 111.2) (end 191.6 112.75) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E2)) + (segment (start 193.15 88.35) (end 193.15 111.2) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E3)) + (segment (start 185.9 81.099996) (end 185.100002 80.299998) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E4)) + (segment (start 185.9 81.1) (end 185.9 81.099996) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E5)) + (segment (start 185.100002 66.820002) (end 185.100002 80.299998) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E6)) + (segment (start 185.9 81.1) (end 193.15 88.35) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02E7)) + (via (at 116 108.65) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 18) (tstamp 60AA02E8)) + (segment (start 116 111.2) (end 116 108.65) (width 0.15) (layer B.Cu) (net 18) (tstamp 60AA02E9)) + (segment (start 116 107.8) (end 116 108.65) (width 0.15) (layer F.Cu) (net 18) (tstamp 60AA02EA)) + (segment (start 158.75 62.3) (end 158.71 62.26) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFC6)) + (segment (start 159.77 62.3) (end 158.75 62.3) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFC7)) + (segment (start 163.33 62.3) (end 159.77 62.3) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFC8)) + (segment (start 158.71 62.26) (end 157.52 62.26) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFC9)) + (via (at 154.8 90.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60A9FFCA)) + (via (at 157.2 62.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60A9FFCB)) + (segment (start 157.24 62.26) (end 157.2 62.3) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFCC)) + (segment (start 157.52 62.26) (end 157.24 62.26) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFCD)) + (via (at 154.8 63.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60A9FFCE)) + (segment (start 154.8 81.8) (end 154.8 63.7) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFCF)) + (segment (start 154.8 81.8) (end 154.8 90.2) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFD0)) + (segment (start 154.8 62.9) (end 155.4 62.3) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFD1)) + (segment (start 154.8 63.7) (end 154.8 62.9) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFD2)) + (segment (start 157.2 62.3) (end 155.4 62.3) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFD3)) + (via (at 156.099996 105) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60A9FFD4)) + (segment (start 158.1 105) (end 156.099996 105) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFD5)) + (segment (start 158.59 104.51) (end 158.1 105) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFD6)) + (segment (start 158.59 103.59) (end 158.59 104.51) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFD7)) + (segment (start 155.3 105) (end 156.099996 105) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFD8)) + (segment (start 154.8 104.5) (end 155.3 105) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFD9)) + (segment (start 154.8 90.2) (end 154.8 104.5) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDA)) + (segment (start 154.8 63.7) (end 159.2 63.7) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDB)) + (segment (start 159.2 63.7) (end 159.5 64) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDC)) + (segment (start 188.7 64) (end 189.8 64) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDD)) + (segment (start 159.5 64) (end 188.7 64) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDE)) + (segment (start 188.7 64) (end 188.8 64) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFDF)) + (segment (start 189.8 64) (end 195 69.2) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFE0)) + (segment (start 195 69.2) (end 195 140.5) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFE1)) + (segment (start 195 140.5) (end 193.5 142) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFE2)) + (segment (start 193.5 142) (end 187.8 142) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFE3)) + (via (at 185.2 144.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60A9FFE4)) + (segment (start 187.8 142) (end 185.2 144.6) (width 0.15) (layer B.Cu) (net 19) (tstamp 60A9FFE5)) + (segment (start 182.3 147.5) (end 181.75 147.5) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFE6)) + (segment (start 185.2 144.6) (end 182.3 147.5) (width 0.15) (layer F.Cu) (net 19) (tstamp 60A9FFE7)) + (segment (start 159.192 94.488) (end 159.192 96.308) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0041)) + (segment (start 160.48 93.2) (end 159.192 94.488) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0042)) + (segment (start 181.57 76.27) (end 181.9 76.6) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0043)) + (segment (start 180.33 76.27) (end 181.57 76.27) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0044)) + (via (at 171.9 93.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 20) (tstamp 60AA0045)) + (segment (start 171.3 93.2) (end 171.9 93.2) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0046)) + (via (at 181.9 87.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 20) (tstamp 60AA0047)) + (segment (start 181.9 86.9) (end 181.9 87.1) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0048)) + (segment (start 181.9 76.6) (end 181.9 86.9) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0049)) + (segment (start 181.9 87.1) (end 181.9 89.5) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA004A)) + (segment (start 178.2 93.2) (end 171.9 93.2) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA004B)) + (segment (start 181.9 89.5) (end 178.2 93.2) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA004C)) + (segment (start 191.2 138.52) (end 176.12 138.52) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA004D)) + (via (at 170.5 124.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 20) (tstamp 60AA004E)) + (segment (start 170.5 132.9) (end 170.5 124.8) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA004F)) + (segment (start 176.12 138.52) (end 170.5 132.9) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0050)) + (segment (start 170.5 124.8) (end 170.5 108.248998) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA0051)) + (segment (start 170.5 108.248998) (end 170.5 99.5) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA0052)) + (via (at 165.7 94.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 20) (tstamp 60AA0053)) + (segment (start 170.5 99.5) (end 165.7 94.7) (width 0.15) (layer B.Cu) (net 20) (tstamp 60AA0054)) + (segment (start 164.9 93.9) (end 164.9 93.2) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0055)) + (segment (start 165.7 94.7) (end 164.9 93.9) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0056)) + (segment (start 164.9 93.2) (end 160.48 93.2) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0057)) + (segment (start 171.3 93.2) (end 164.9 93.2) (width 0.15) (layer F.Cu) (net 20) (tstamp 60AA0058)) + (via (at 172.6 130.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21) (tstamp 60AA029D)) + (segment (start 191.2 130.9) (end 172.6 130.9) (width 0.15) (layer F.Cu) (net 21) (tstamp 60AA029E)) + (via (at 142.3 108.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21) (tstamp 60AA029F)) + (via (at 142.3 106.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21) (tstamp 60AA02A0)) + (segment (start 142.3 108.1) (end 142.3 106.5) (width 0.15) (layer F.Cu) (net 21) (tstamp 60AA02A1)) + (via (at 161.5 76.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21) (tstamp 60AA02A2)) + (segment (start 161.53 76.27) (end 161.5 76.3) (width 0.15) (layer F.Cu) (net 21) (tstamp 60AA02A3)) + (segment (start 163.33 76.27) (end 161.53 76.27) (width 0.15) (layer F.Cu) (net 21) (tstamp 60AA02A4)) + (segment (start 143.6 102.3) (end 142.3 103.6) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02A5)) + (segment (start 151.3 102.3) (end 143.6 102.3) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02A6)) + (segment (start 153.025001 100.574999) (end 151.3 102.3) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02A7)) + (segment (start 153.025001 82.174999) (end 153.025001 100.574999) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02A8)) + (segment (start 158.9 76.3) (end 153.025001 82.174999) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02A9)) + (segment (start 142.3 103.6) (end 142.3 106.5) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02AA)) + (segment (start 161.5 76.3) (end 158.9 76.3) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02AB)) + (segment (start 142.3 127.8) (end 142.3 108.1) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02AC)) + (segment (start 145.4 130.9) (end 142.3 127.8) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02AD)) + (segment (start 172.6 130.9) (end 145.4 130.9) (width 0.15) (layer B.Cu) (net 21) (tstamp 60AA02AE)) + (via (at 176.3 80.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 22) (tstamp 60AA02AF)) + (segment (start 176.275 80.775) (end 176.3 80.8) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02B0)) + (segment (start 176.275 77.27) (end 176.275 80.775) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02B1)) + (segment (start 176.3 80.8) (end 176.3 87.3) (width 0.15) (layer B.Cu) (net 22) (tstamp 60AA02B2)) + (via (at 175.7 91.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 22) (tstamp 60AA02B3)) + (segment (start 175.7 87.9) (end 175.7 91.6) (width 0.15) (layer B.Cu) (net 22) (tstamp 60AA02B4)) + (segment (start 176.3 87.3) (end 175.7 87.9) (width 0.15) (layer B.Cu) (net 22) (tstamp 60AA02B5)) + (via (at 175.7 105.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 22) (tstamp 60AA02B6)) + (segment (start 175.7 97.7) (end 175.7 105.9) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02B7)) + (segment (start 175.7 91.6) (end 175.7 97.7) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02B8)) + (segment (start 175.7 97.7) (end 175.7 97.9) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02B9)) + (via (at 175.7 125.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 22) (tstamp 60AA02BA)) + (segment (start 175.7 105.9) (end 175.7 125.1) (width 0.15) (layer B.Cu) (net 22) (tstamp 60AA02BB)) + (segment (start 175.7 125.1) (end 175.7 126.5) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02BC)) + (segment (start 177.56 128.36) (end 191.2 128.36) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02BD)) + (segment (start 175.7 126.5) (end 177.56 128.36) (width 0.15) (layer F.Cu) (net 22) (tstamp 60AA02BE)) + (segment (start 177.545 79.955) (end 177.5 80) (width 0.15) (layer F.Cu) (net 23) (tstamp 60AA028C)) + (via (at 177.5 80) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 23) (tstamp 60AA028D)) + (segment (start 177.545 77.27) (end 177.545 79.955) (width 0.15) (layer F.Cu) (net 23) (tstamp 60AA028E)) + (via (at 177.5 91.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 23) (tstamp 60AA028F)) + (segment (start 177.5 80) (end 177.5 91.8) (width 0.15) (layer B.Cu) (net 23) (tstamp 60AA0290)) + (via (at 177.5 105.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 23) (tstamp 60AA0291)) + (segment (start 177.5 91.8) (end 177.5 105.8) (width 0.15) (layer F.Cu) (net 23) (tstamp 60AA0292)) + (segment (start 177.5 105.8) (end 177.5 133.8) (width 0.15) (layer B.Cu) (net 23) (tstamp 60AA0293)) + (segment (start 179.68 135.98) (end 191.2 135.98) (width 0.15) (layer B.Cu) (net 23) (tstamp 60AA0294)) + (segment (start 177.5 133.8) (end 179.68 135.98) (width 0.15) (layer B.Cu) (net 23) (tstamp 60AA0295)) + (segment (start 185.68 62.3) (end 180.33 62.3) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA02FF)) + (segment (start 187 63.62) (end 185.68 62.3) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0300)) + (segment (start 187 79.1) (end 187 63.62) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0301)) + (segment (start 194.3 86.4) (end 187 79.1) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0302)) + (segment (start 190.8 115.66) (end 190.8 114.5) (width 0.15) (layer B.Cu) (net 24) (tstamp 60AA0303)) + (via (at 192.5 112.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 24) (tstamp 60AA0304)) + (segment (start 190.8 114.5) (end 192.5 112.8) (width 0.15) (layer B.Cu) (net 24) (tstamp 60AA0305)) + (segment (start 194.3 111) (end 194.3 110.2) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0306)) + (segment (start 192.5 112.8) (end 194.3 111) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0307)) + (segment (start 194.3 110.2) (end 194.3 86.4) (width 0.15) (layer F.Cu) (net 24) (tstamp 60AA0308)) + (via (at 159.7 69.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02BF)) + (segment (start 159.72 69.92) (end 159.7 69.9) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02C0)) + (segment (start 163.33 69.92) (end 159.72 69.92) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02C1)) + (segment (start 159.7 69.9) (end 158 69.9) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02C2)) + (segment (start 158 69.9) (end 158 70.1) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02C3)) + (via (at 143 91.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02C4)) + (segment (start 143 85.1) (end 143 91.5) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02C5)) + (segment (start 158 70.1) (end 143 85.1) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02C6)) + (segment (start 143 91.5) (end 143 100.1) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02C7)) + (segment (start 143 100.1) (end 143 100.5) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02C8)) + (via (at 140.2 104.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02C9)) + (segment (start 140.2 103.3) (end 140.2 104.5) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02CA)) + (segment (start 143 100.5) (end 140.2 103.3) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02CB)) + (via (at 140.2 106.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02CC)) + (segment (start 140.2 104.5) (end 140.2 106.4) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02CD)) + (via (at 140.2 108.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02CE)) + (segment (start 140.2 106.4) (end 140.2 108.2) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02CF)) + (segment (start 140.2 108.2) (end 140.2 128.6) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D0)) + (via (at 174.7 132.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02D1)) + (segment (start 144.1 132.5) (end 174.7 132.5) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D2)) + (segment (start 140.2 128.6) (end 144.1 132.5) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D3)) + (segment (start 174.7 132.5) (end 179.5 132.5) (width 0.15) (layer F.Cu) (net 25) (tstamp 60AA02D4)) + (via (at 179.5 132.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA02D5)) + (segment (start 182.1 132.5) (end 179.5 132.5) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D6)) + (segment (start 188.78 125.82) (end 182.1 132.5) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D7)) + (segment (start 191.2 125.82) (end 188.78 125.82) (width 0.15) (layer B.Cu) (net 25) (tstamp 60AA02D8)) + (via (at 182.8 71.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 26) (tstamp 60AA0296)) + (segment (start 182.09 71.19) (end 182.8 71.9) (width 0.15) (layer F.Cu) (net 26) (tstamp 60AA0297)) + (segment (start 180.33 71.19) (end 182.09 71.19) (width 0.15) (layer F.Cu) (net 26) (tstamp 60AA0298)) + (segment (start 192.96 133.44) (end 191.2 133.44) (width 0.15) (layer B.Cu) (net 26) (tstamp 60AA0299)) + (segment (start 194.1 132.3) (end 192.96 133.44) (width 0.15) (layer B.Cu) (net 26) (tstamp 60AA029A)) + (segment (start 194.1 83.2) (end 194.1 132.3) (width 0.15) (layer B.Cu) (net 26) (tstamp 60AA029B)) + (segment (start 182.8 71.9) (end 194.1 83.2) (width 0.15) (layer B.Cu) (net 26) (tstamp 60AA029C)) + (segment (start 137.6 141.65) (end 137.6 144.6) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA020F)) + (segment (start 149.79 142) (end 149.79 143.71) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA0210)) + (segment (start 149.79 143.71) (end 148.9 144.6) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA0211)) + (segment (start 139.2 144.6) (end 137.6 144.6) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA0212)) + (segment (start 148.9 144.6) (end 139.2 144.6) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA0213)) + (segment (start 139.2 144.6) (end 138.9 144.6) (width 0.5) (layer F.Cu) (net 27) (tstamp 60AA0214)) + (segment (start 137.513645 65.997871) (end 137.515645 65.999871) (width 0.5) (layer F.Cu) (net 28) (tstamp 60A9FFE8)) + (segment (start 137.513645 64.677371) (end 137.513645 65.997871) (width 0.5) (layer F.Cu) (net 28) (tstamp 60A9FFE9)) + (segment (start 163.86 101.02) (end 163.83 101.05) (width 0.15) (layer F.Cu) (net 29) (tstamp 60AA0033)) + (segment (start 165.3625 101.02) (end 163.86 101.02) (width 0.15) (layer F.Cu) (net 29) (tstamp 60AA0034)) + (segment (start 165.392 98.788) (end 163.972 98.788) (width 0.15) (layer F.Cu) (net 30) (tstamp 60AA0035)) + (segment (start 132.0765 87.682) (end 132.1045 87.654) (width 0.5) (layer F.Cu) (net 31) (tstamp 60A9FFEA)) + (segment (start 130.716 87.682) (end 132.0765 87.682) (width 0.5) (layer F.Cu) (net 31) (tstamp 60A9FFEB)) + (segment (start 124.73 58.945) (end 124.73 60.45) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFEC)) + (segment (start 124.73 60.45) (end 124.48 60.7) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFED)) + (via (at 123.88 60.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60A9FFEE)) + (segment (start 124.48 60.7) (end 123.88 60.7) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFEF)) + (segment (start 115.161371 60.461371) (end 114.43 59.73) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF0)) + (segment (start 115.161371 60.661371) (end 115.161371 60.461371) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF1)) + (segment (start 115.161371 64.450355) (end 115.161371 60.661371) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF2)) + (via (at 115.7 60.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60A9FFF3)) + (segment (start 123.88 60.7) (end 115.7 60.7) (width 0.15) (layer B.Cu) (net 32) (tstamp 60A9FFF4)) + (segment (start 115.161371 60.661371) (end 115.2 60.7) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF5)) + (segment (start 115.2 60.7) (end 115.7 60.7) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF6)) + (via (at 115.18 65.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60A9FFF7)) + (segment (start 115.161371 64.450355) (end 115.161371 65.581371) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF8)) + (segment (start 115.161371 65.581371) (end 115.18 65.6) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFF9)) + (via (at 149.825 94.625) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60A9FFFA)) + (segment (start 152.602 97.998) (end 152.602 97.402) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFFB)) + (segment (start 152.602 97.402) (end 149.825 94.625) (width 0.15) (layer F.Cu) (net 32) (tstamp 60A9FFFC)) + (segment (start 148.65 93.45) (end 149.825 94.625) (width 0.15) (layer B.Cu) (net 32) (tstamp 60A9FFFD)) + (segment (start 120.55 93.45) (end 148.65 93.45) (width 0.15) (layer B.Cu) (net 32) (tstamp 60A9FFFE)) + (segment (start 115.18 88.08) (end 120.55 93.45) (width 0.15) (layer B.Cu) (net 32) (tstamp 60A9FFFF)) + (segment (start 115.18 65.6) (end 115.18 88.08) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA0000)) + (segment (start 124.73 56.880039) (end 124.649961 56.8) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0001)) + (segment (start 124.65499 56.8) (end 124.649961 56.8) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0002)) + (via (at 125.899954 56.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60AA0003)) + (via (at 124.649961 56.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 32) (tstamp 60AA0004)) + (segment (start 124.73 56.87501) (end 124.65499 56.8) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0005)) + (segment (start 124.73 58.945) (end 124.73 56.880039) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0006)) + (segment (start 125.899954 56.199954) (end 125.899954 56.8) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA0007)) + (segment (start 124.649961 56.8) (end 124.649961 56.050039) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA0008)) + (segment (start 125.899954 57.600046) (end 125.73 57.77) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0009)) + (segment (start 125.899954 56.8) (end 125.899954 57.600046) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA000A)) + (segment (start 125.73 58.945) (end 125.73 57.77) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA000B)) + (segment (start 124.9 55.8) (end 125.5 55.8) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA000C)) + (segment (start 125.5 55.8) (end 125.899954 56.199954) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA000D)) + (segment (start 124.649961 56.050039) (end 124.9 55.8) (width 0.15) (layer B.Cu) (net 32) (tstamp 60AA000E)) + (segment (start 114.43 56.05) (end 114.43 57.73) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA000F)) + (segment (start 114.43 57.73) (end 114.43 57.5) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0010)) + (segment (start 114.43 59.73) (end 114.43 57.73) (width 0.15) (layer F.Cu) (net 32) (tstamp 60AA0011)) + (segment (start 125.23 58.945) (end 125.23 60.95) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0012)) + (via (at 124.38 61.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 33) (tstamp 60AA0013)) + (segment (start 124.78 61.4) (end 124.38 61.4) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0014)) + (segment (start 125.23 60.95) (end 124.78 61.4) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0015)) + (via (at 113.08 65.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 33) (tstamp 60AA0016)) + (segment (start 113.101371 65.578629) (end 113.08 65.6) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0017)) + (segment (start 113.101371 64.450355) (end 113.101371 65.578629) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0018)) + (segment (start 113.101371 60.398629) (end 113.78 59.72) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0019)) + (via (at 114.2 61.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 33) (tstamp 60AA001A)) + (segment (start 124.38 61.4) (end 114.2 61.4) (width 0.15) (layer B.Cu) (net 33) (tstamp 60AA001B)) + (segment (start 113.102742 61.4) (end 113.101371 61.398629) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA001C)) + (segment (start 114.2 61.4) (end 113.102742 61.4) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA001D)) + (segment (start 113.101371 61.398629) (end 113.101371 60.398629) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA001E)) + (segment (start 113.101371 64.450355) (end 113.101371 61.398629) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA001F)) + (segment (start 153.102 96.852) (end 152.45 96.2) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0020)) + (segment (start 153.102 97.998) (end 153.102 96.852) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0021)) + (via (at 152.45 96.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 33) (tstamp 60AA0022)) + (segment (start 151.75 95.5) (end 152.45 96.2) (width 0.15) (layer B.Cu) (net 33) (tstamp 60AA0023)) + (segment (start 119.28 95.5) (end 151.75 95.5) (width 0.15) (layer B.Cu) (net 33) (tstamp 60AA0024)) + (segment (start 113.08 89.3) (end 119.28 95.5) (width 0.15) (layer B.Cu) (net 33) (tstamp 60AA0025)) + (segment (start 113.08 65.6) (end 113.08 89.3) (width 0.15) (layer B.Cu) (net 33) (tstamp 60AA0026)) + (segment (start 124.1 56.1) (end 123.85 56.35) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0027)) + (segment (start 125.224967 56.424967) (end 124.9 56.1) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0028)) + (segment (start 124.23 58.07) (end 124.23 58.945) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0029)) + (segment (start 125.224967 57.076001) (end 125.224967 56.424967) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002A)) + (segment (start 123.85 56.35) (end 123.85 57.69) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002B)) + (segment (start 124.9 56.1) (end 124.1 56.1) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002C)) + (segment (start 125.23 57.081034) (end 125.224967 57.076001) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002D)) + (segment (start 123.85 57.69) (end 124.23 58.07) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002E)) + (segment (start 125.23 58.945) (end 125.23 57.081034) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA002F)) + (segment (start 113.78 56.05) (end 113.78 57.92) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0030)) + (segment (start 113.78 57.92) (end 113.78 57.5) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0031)) + (segment (start 113.78 59.72) (end 113.78 57.92) (width 0.15) (layer F.Cu) (net 33) (tstamp 60AA0032)) + (segment (start 122.50999 58.96501) (end 122.53 58.945) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0215)) + (segment (start 123.48 67.6) (end 122.50999 66.62999) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0216)) + (segment (start 122.50999 63.72999) (end 122.50999 58.96501) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0217)) + (segment (start 117.247371 64.472355) (end 117.247371 64.447371) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0218)) + (segment (start 117.247371 64.472355) (end 117.247371 61.047371) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0219)) + (segment (start 122.50999 64.39001) (end 122.50999 63.72999) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021A)) + (segment (start 122.50999 66.62999) (end 122.50999 64.39001) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021B)) + (segment (start 122.427645 64.472355) (end 122.50999 64.39001) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021C)) + (segment (start 117.247371 64.472355) (end 122.427645 64.472355) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021D)) + (segment (start 127.38 67.6) (end 123.48 67.6) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021E)) + (segment (start 127.38 59.78) (end 127.38 67.6) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA021F)) + (segment (start 127.43 59.73) (end 127.38 59.78) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0220)) + (segment (start 127.43 58.945) (end 127.43 59.73) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0221)) + (segment (start 115.08 56.05) (end 115.08 57.98) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0222)) + (segment (start 117.247371 60.147371) (end 117.247371 61.047371) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0223)) + (segment (start 115.08 57.98) (end 117.247371 60.147371) (width 0.5) (layer F.Cu) (net 34) (tstamp 60AA0224)) + (segment (start 117.655 53.65) (end 109.905 53.65) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA009F)) + (segment (start 111.35 56.05) (end 110.35 56.05) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A0)) + (segment (start 110.18 55.88) (end 110.18 53.4) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A1)) + (segment (start 110.35 56.05) (end 110.18 55.88) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A2)) + (segment (start 117.38 53.4) (end 117.38 55.82) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A3)) + (segment (start 117.15 56.05) (end 116.21 56.05) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A4)) + (segment (start 117.38 55.82) (end 117.15 56.05) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA00A5)) + (segment (start 126.23 62.17) (end 126.2 62.2) (width 0.15) (layer F.Cu) (net 37) (tstamp 60AA0113)) + (segment (start 126.23 58.945) (end 126.23 62.17) (width 0.15) (layer F.Cu) (net 37) (tstamp 60AA0114)) + (segment (start 123.23 62.14) (end 123.28 62.19) (width 0.15) (layer F.Cu) (net 39) (tstamp 60AA0115)) + (segment (start 123.23 58.945) (end 123.23 62.14) (width 0.15) (layer F.Cu) (net 39) (tstamp 60AA0116)) + (segment (start 120.66 53.85) (end 129.3 53.85) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0117)) + (segment (start 129.3 53.85) (end 129.3 58.03) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0118)) + (segment (start 120.66 53.85) (end 120.66 58.03) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0119)) + (segment (start 159.54 101.59) (end 159.54 99.26) (width 0.15) (layer F.Cu) (net 42) (tstamp 60AA003E)) + (segment (start 159.198 98.918) (end 158.202 98.918) (width 0.15) (layer F.Cu) (net 42) (tstamp 60AA003F)) + (segment (start 159.54 99.26) (end 159.198 98.918) (width 0.15) (layer F.Cu) (net 42) (tstamp 60AA0040)) + (segment (start 157.64 101.59) (end 156.87 101.59) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA0036)) + (segment (start 156.228 100.948) (end 155.552 100.948) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA0037)) + (segment (start 156.87 101.59) (end 156.228 100.948) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA0038)) + (segment (start 160.562 102.138) (end 160.1 102.6) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA0039)) + (segment (start 160.1 102.6) (end 158 102.6) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA003A)) + (segment (start 157.64 102.24) (end 157.64 101.59) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA003B)) + (segment (start 158 102.6) (end 157.64 102.24) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA003C)) + (segment (start 160.562 98.55) (end 160.562 102.138) (width 0.15) (layer F.Cu) (net 43) (tstamp 60AA003D)) + (segment (start 157.192 95.358) (end 157.858 95.358) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA005D)) + (segment (start 157.858 95.358) (end 158.15 95.65) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA005E)) + (segment (start 158.15 95.65) (end 158.15 97.25) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA005F)) + (segment (start 158.15 97.25) (end 158.45 97.55) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA0060)) + (segment (start 160.542 97.55) (end 160.562 97.53) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA0061)) + (segment (start 159.4 97.55) (end 160.542 97.55) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA0062)) + (segment (start 158.45 97.55) (end 159.4 97.55) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA0063)) + (segment (start 159.4 97.55) (end 159.55 97.55) (width 0.15) (layer F.Cu) (net 44) (tstamp 60AA0064)) + (segment (start 157.152 98.948) (end 157.182 98.918) (width 0.15) (layer F.Cu) (net 45) (tstamp 60AA0059)) + (segment (start 155.552 98.948) (end 157.152 98.948) (width 0.15) (layer F.Cu) (net 45) (tstamp 60AA005A)) + (segment (start 157.192 98.908) (end 157.182 98.918) (width 0.15) (layer F.Cu) (net 45) (tstamp 60AA005B)) + (segment (start 157.192 97.258) (end 157.192 98.908) (width 0.15) (layer F.Cu) (net 45) (tstamp 60AA005C)) + (segment (start 126.951371 96.290355) (end 124.441371 96.290355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA0099)) + (segment (start 124.271371 96.120355) (end 124.271371 95.150355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA009A)) + (segment (start 124.441371 96.290355) (end 124.271371 96.120355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA009B)) + (segment (start 124.271371 95.150355) (end 124.271371 93.950355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA009C)) + (segment (start 123.927371 93.606355) (end 123.395371 93.606355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA009D)) + (segment (start 124.271371 93.950355) (end 123.927371 93.606355) (width 0.15) (layer F.Cu) (net 46) (tstamp 60AA009E)) + (segment (start 149.62 100.08) (end 149 100.08) (width 0.15) (layer F.Cu) (net 47) (tstamp 60AA0073)) + (segment (start 150.252 99.448) (end 149.62 100.08) (width 0.15) (layer F.Cu) (net 47) (tstamp 60AA0074)) + (segment (start 150.652 99.448) (end 150.252 99.448) (width 0.15) (layer F.Cu) (net 47) (tstamp 60AA0075)) + (segment (start 153.602 102.898) (end 153.602 104.722) (width 0.15) (layer F.Cu) (net 48) (tstamp 60AA00A6)) + (segment (start 153.602 104.722) (end 154.58 105.7) (width 0.15) (layer F.Cu) (net 48) (tstamp 60AA00A7)) + (segment (start 154.58 105.7) (end 161.58 105.7) (width 0.15) (layer F.Cu) (net 48) (tstamp 60AA00A8)) + (segment (start 162.81 104.47) (end 162.81 101.05) (width 0.15) (layer F.Cu) (net 48) (tstamp 60AA00A9)) + (segment (start 161.58 105.7) (end 162.81 104.47) (width 0.15) (layer F.Cu) (net 48) (tstamp 60AA00AA)) + (segment (start 153.102 105.152) (end 153.102 102.898) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00AB)) + (segment (start 165.05 106.5) (end 154.45 106.5) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00AC)) + (segment (start 166.15 105.4) (end 165.05 106.5) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00AD)) + (segment (start 154.45 106.5) (end 153.102 105.152) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00AE)) + (segment (start 166.15 100.4) (end 166.15 105.4) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00AF)) + (segment (start 165.75 100) (end 166.15 100.4) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00B0)) + (segment (start 163.5 100) (end 165.75 100) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00B1)) + (segment (start 162.952 99.452) (end 163.5 100) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00B2)) + (segment (start 162.952 98.788) (end 162.952 99.452) (width 0.15) (layer F.Cu) (net 49) (tstamp 60AA00B3)) + (via (at 147.2 88.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 72) (tstamp 60AA00B4)) + (via (at 159 74.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 72) (tstamp 60AA00B5)) + (segment (start 159.67 73.73) (end 163.33 73.73) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00B6)) + (segment (start 159 74.4) (end 159.67 73.73) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00B7)) + (via (at 133.6 108.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 72) (tstamp 60AA00B8)) + (segment (start 158 75.4) (end 159 74.4) (width 0.15) (layer B.Cu) (net 72) (tstamp 60AA00B9)) + (segment (start 147.2 86.2) (end 158 75.4) (width 0.15) (layer B.Cu) (net 72) (tstamp 60AA00BA)) + (segment (start 147.2 88.7) (end 147.2 86.2) (width 0.15) (layer B.Cu) (net 72) (tstamp 60AA00BB)) + (segment (start 133.65 143.65) (end 133.6 143.7) (width 0.5) (layer F.Cu) (net 72) (tstamp 60AA00BC)) + (segment (start 135.6 143.65) (end 133.65 143.65) (width 0.5) (layer F.Cu) (net 72) (tstamp 60AA00BD)) + (segment (start 133.6 143.7) (end 133.6 141.5) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00BE)) + (segment (start 133.6 141.6) (end 133.6 141.5) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00BF)) + (segment (start 147.2 98.8) (end 147.2 88.7) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C0)) + (segment (start 147.2 104.7) (end 147.2 98.8) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C1)) + (segment (start 146.2 105.7) (end 147.2 104.7) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C2)) + (segment (start 134.7 105.7) (end 146.2 105.7) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C3)) + (segment (start 133.6 106.8) (end 134.7 105.7) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C4)) + (segment (start 133.6 108.2) (end 133.6 106.8) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C5)) + (via (at 133.6 131.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 72) (tstamp 60AA00C6)) + (segment (start 133.6 108.2) (end 133.6 131.55) (width 0.15) (layer B.Cu) (net 72) (tstamp 60AA00C7)) + (segment (start 133.6 141.5) (end 133.6 131.55) (width 0.15) (layer F.Cu) (net 72) (tstamp 60AA00C8)) + (segment (start 180.33 64.84) (end 184.62 64.84) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0087)) + (segment (start 184.62 64.84) (end 185.58 65.8) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0088)) + (segment (start 185.58 65.8) (end 185.68 65.9) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0089)) + (via (at 158.8 99.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 73) (tstamp 60AA008A)) + (segment (start 158.452 99.948) (end 158.8 99.6) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA008B)) + (segment (start 155.552 99.948) (end 158.452 99.948) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA008C)) + (via (at 164.4 95.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 73) (tstamp 60AA008D)) + (segment (start 162.9 95.5) (end 162.85 95.55) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA008E)) + (segment (start 164.4 95.5) (end 162.9 95.5) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA008F)) + (segment (start 158.8 99.6) (end 162.85 95.55) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA0090)) + (via (at 174.5 95.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 73) (tstamp 60AA0091)) + (segment (start 164.4 95.5) (end 174.5 95.5) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0092)) + (via (at 185.8 79.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 73) (tstamp 60AA0093)) + (segment (start 185.8 88.5) (end 185.8 79.8) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA0094)) + (segment (start 185.58 65.8) (end 185.8 66.02) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0095)) + (segment (start 185.8 66.02) (end 185.8 79.8) (width 0.15) (layer F.Cu) (net 73) (tstamp 60AA0096)) + (segment (start 174.5 95.5) (end 178.8 95.5) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA0097)) + (segment (start 178.8 95.5) (end 185.8 88.5) (width 0.15) (layer B.Cu) (net 73) (tstamp 60AA0098)) + (via (at 157.7 100.523) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 74) (tstamp 60AA0076)) + (segment (start 157.625 100.448) (end 157.7 100.523) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA0077)) + (segment (start 155.552 100.448) (end 157.625 100.448) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA0078)) + (segment (start 157.7 100.523) (end 159.377 100.523) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA0079)) + (via (at 164.6 96.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 74) (tstamp 60AA007A)) + (segment (start 163 96.9) (end 162.85 97.05) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA007B)) + (segment (start 164.6 96.9) (end 163 96.9) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA007C)) + (segment (start 159.377 100.523) (end 162.85 97.05) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA007D)) + (segment (start 164.6 96.9) (end 174.5 96.9) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA007E)) + (via (at 174.5 96.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 74) (tstamp 60AA007F)) + (segment (start 180.33 63.57) (end 185.27 63.57) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA0080)) + (segment (start 185.27 63.57) (end 186.65 64.95) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA0081)) + (segment (start 186.65 64.95) (end 186.65 80.9) (width 0.15) (layer F.Cu) (net 74) (tstamp 60AA0082)) + (via (at 186.65 80.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 74) (tstamp 60AA0083)) + (segment (start 178.2 96.9) (end 186.65 88.45) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA0084)) + (segment (start 186.65 88.45) (end 186.65 80.9) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA0085)) + (segment (start 174.5 96.9) (end 178.2 96.9) (width 0.15) (layer B.Cu) (net 74) (tstamp 60AA0086)) + (segment (start 163.33 64.84) (end 161.46 64.84) (width 0.15) (layer F.Cu) (net 75) (tstamp 60AA00D9)) + (via (at 159.4 65.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 75) (tstamp 60AA00DA)) + (segment (start 161.1 65.2) (end 159.4 65.2) (width 0.15) (layer F.Cu) (net 75) (tstamp 60AA00DB)) + (segment (start 161.46 64.84) (end 161.1 65.2) (width 0.15) (layer F.Cu) (net 75) (tstamp 60AA00DC)) + (segment (start 143.5 57.5) (end 143.5 63.9) (width 0.15) (layer B.Cu) (net 75) (tstamp 60AA00DD)) + (segment (start 144.8 65.2) (end 147.7 65.2) (width 0.15) (layer B.Cu) (net 75) (tstamp 60AA00DE)) + (segment (start 143.5 63.9) (end 144.8 65.2) (width 0.15) (layer B.Cu) (net 75) (tstamp 60AA00DF)) + (segment (start 147.7 65.2) (end 147.6 65.2) (width 0.15) (layer B.Cu) (net 75) (tstamp 60AA00E0)) + (segment (start 159.4 65.2) (end 147.7 65.2) (width 0.15) (layer B.Cu) (net 75) (tstamp 60AA00E1)) + (segment (start 158.2 64.4) (end 147.207371 64.4) (width 0.15) (layer B.Cu) (net 76) (tstamp 60AA00D1)) + (via (at 158.2 64.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 76) (tstamp 60AA00D2)) + (segment (start 145.5 57.5) (end 145.5 63.2) (width 0.15) (layer B.Cu) (net 76) (tstamp 60AA00D3)) + (segment (start 146.7 64.4) (end 147.207371 64.4) (width 0.15) (layer B.Cu) (net 76) (tstamp 60AA00D4)) + (segment (start 145.5 63.2) (end 146.7 64.4) (width 0.15) (layer B.Cu) (net 76) (tstamp 60AA00D5)) + (segment (start 161.1 64.4) (end 158.2 64.4) (width 0.15) (layer F.Cu) (net 76) (tstamp 60AA00D6)) + (segment (start 161.93 63.57) (end 161.1 64.4) (width 0.15) (layer F.Cu) (net 76) (tstamp 60AA00D7)) + (segment (start 163.33 63.57) (end 161.93 63.57) (width 0.15) (layer F.Cu) (net 76) (tstamp 60AA00D8)) + (via (at 160 67.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 77) (tstamp 60AA00C9)) + (segment (start 160.02 67.38) (end 160 67.4) (width 0.15) (layer F.Cu) (net 77) (tstamp 60AA00CA)) + (segment (start 163.33 67.38) (end 160.02 67.38) (width 0.15) (layer F.Cu) (net 77) (tstamp 60AA00CB)) + (segment (start 141.5 57.5) (end 141.5 65.9) (width 0.15) (layer B.Cu) (net 77) (tstamp 60AA00CC)) + (segment (start 143 67.4) (end 147.9 67.4) (width 0.15) (layer B.Cu) (net 77) (tstamp 60AA00CD)) + (segment (start 141.5 65.9) (end 143 67.4) (width 0.15) (layer B.Cu) (net 77) (tstamp 60AA00CE)) + (segment (start 147.9 67.4) (end 147.5 67.4) (width 0.15) (layer B.Cu) (net 77) (tstamp 60AA00CF)) + (segment (start 160 67.4) (end 147.9 67.4) (width 0.15) (layer B.Cu) (net 77) (tstamp 60AA00D0)) + (segment (start 127.901371 94.290355) (end 127.901371 93.600355) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0065)) + (segment (start 127.581371 93.280355) (end 127.581371 92.590355) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0066)) + (segment (start 127.901371 93.600355) (end 127.581371 93.280355) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0067)) + (via (at 168.7 108.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 78) (tstamp 60AA0068)) + (via (at 146.7 108.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 78) (tstamp 60AA0069)) + (segment (start 168.7 108.9) (end 146.7 108.9) (width 0.15) (layer B.Cu) (net 78) (tstamp 60AA006A)) + (segment (start 183 102.6) (end 176.7 108.9) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA006B)) + (segment (start 176.7 108.9) (end 168.7 108.9) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA006C)) + (segment (start 183 74.8) (end 183 102.6) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA006D)) + (segment (start 181.93 73.73) (end 183 74.8) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA006E)) + (segment (start 180.33 73.73) (end 181.93 73.73) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA006F)) + (segment (start 127.901371 107.301371) (end 129.5 108.9) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0070)) + (segment (start 127.901371 94.290355) (end 127.901371 107.301371) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0071)) + (segment (start 129.5 108.9) (end 146.7 108.9) (width 0.15) (layer F.Cu) (net 78) (tstamp 60AA0072)) + + (zone (net 4) (net_name Board_1-/elektronika.sch/GND) (layer F.Cu) (tstamp 60AA0309) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 149 59) (xy 188.5 59) (xy 196 59) (xy 196 151) (xy 96 151) + (xy 96 51) (xy 149 51) + ) + ) + (filled_polygon + (pts + (xy 148.873 59) (xy 148.87544 59.024776) (xy 148.882667 59.048601) (xy 148.894403 59.070557) (xy 148.910197 59.089803) + (xy 148.929443 59.105597) (xy 148.951399 59.117333) (xy 148.975224 59.12456) (xy 149 59.127) (xy 161.721939 59.127) + (xy 161.707329 59.175165) (xy 161.601613 59.143625) (xy 161.477077 59.131935) (xy 161.45575 59.135) (xy 161.297 59.29375) + (xy 161.297 59.923) (xy 161.317 59.923) (xy 161.317 60.153) (xy 161.213086 60.153) (xy 161.170009 60.148757) + (xy 161.126932 60.153) (xy 160.123086 60.153) (xy 160.080009 60.148757) (xy 160.036932 60.153) (xy 155.373079 60.153) + (xy 155.33 60.148757) (xy 155.286921 60.153) (xy 153.013079 60.153) (xy 152.97 60.148757) (xy 152.798077 60.16569) + (xy 152.692661 60.197668) (xy 152.632763 60.215838) (xy 152.480408 60.297273) (xy 152.449843 60.322357) (xy 152.381017 60.378841) + (xy 152.346867 60.406867) (xy 152.319408 60.440326) (xy 151.360321 61.399414) (xy 151.326857 61.426877) (xy 151.217263 61.560419) + (xy 151.161204 61.665298) (xy 151.135828 61.712774) (xy 151.08568 61.878088) (xy 151.068747 62.05001) (xy 151.07299 62.09309) + (xy 151.072991 81.713) (xy 139.377 81.713) (xy 139.377 79.916063) (xy 139.38432 79.891932) (xy 139.401253 79.72001) + (xy 139.38432 79.548088) (xy 139.334172 79.382773) (xy 139.334128 79.382691) (xy 139.338908 79.376921) (xy 139.398377 79.266878) + (xy 139.435235 79.147348) (xy 139.445 79.02575) (xy 139.28625 78.867) (xy 138.729183 78.867) (xy 138.691932 78.8557) + (xy 138.563089 78.84301) (xy 138.563079 78.84301) (xy 138.520009 78.838768) (xy 138.47694 78.84301) (xy 138.456921 78.84301) + (xy 138.328078 78.8557) (xy 138.290827 78.867) (xy 137.71375 78.867) (xy 137.555 79.02575) (xy 137.564765 79.147348) + (xy 137.601623 79.266878) (xy 137.661092 79.376921) (xy 137.680504 79.400355) (xy 137.63569 79.548088) (xy 137.618757 79.72001) + (xy 137.619742 79.730015) (xy 137.618757 79.74002) (xy 137.623001 79.783109) (xy 137.623 81.713) (xy 135.938824 81.713) + (xy 135.938824 81.59) (xy 135.931545 81.516095) (xy 135.909988 81.44503) (xy 135.874981 81.379537) (xy 135.827869 81.322131) + (xy 135.770463 81.275019) (xy 135.70497 81.240012) (xy 135.633905 81.218455) (xy 135.56 81.211176) (xy 134.537 81.211176) + (xy 134.537 78.45425) (xy 137.555 78.45425) (xy 137.71375 78.613) (xy 138.373 78.613) (xy 138.373 77.98375) + (xy 138.627 77.98375) (xy 138.627 78.613) (xy 139.28625 78.613) (xy 139.445 78.45425) (xy 139.435235 78.332652) + (xy 139.398377 78.213122) (xy 139.338908 78.103079) (xy 139.259113 78.006753) (xy 139.162059 77.927844) (xy 139.051476 77.869386) + (xy 138.931613 77.833625) (xy 138.807077 77.821935) (xy 138.78575 77.825) (xy 138.627 77.98375) (xy 138.373 77.98375) + (xy 138.21425 77.825) (xy 138.192923 77.821935) (xy 138.068387 77.833625) (xy 137.948524 77.869386) (xy 137.837941 77.927844) + (xy 137.740887 78.006753) (xy 137.661092 78.103079) (xy 137.601623 78.213122) (xy 137.564765 78.332652) (xy 137.555 78.45425) + (xy 134.537 78.45425) (xy 134.537 77.645439) (xy 134.55497 77.639988) (xy 134.620463 77.604981) (xy 134.646793 77.583373) + (xy 134.679463 77.644494) (xy 134.758815 77.741185) (xy 134.855506 77.820537) (xy 134.96582 77.879502) (xy 135.085518 77.915812) + (xy 135.21 77.928072) (xy 135.67425 77.925) (xy 135.833 77.76625) (xy 135.833 76.417) (xy 136.087 76.417) + (xy 136.087 77.76625) (xy 136.24575 77.925) (xy 136.71 77.928072) (xy 136.834482 77.915812) (xy 136.95418 77.879502) + (xy 137.064494 77.820537) (xy 137.161185 77.741185) (xy 137.240537 77.644494) (xy 137.299502 77.53418) (xy 137.335812 77.414482) + (xy 137.348072 77.29) (xy 137.345 76.57575) (xy 137.18625 76.417) (xy 136.087 76.417) (xy 135.833 76.417) + (xy 135.813 76.417) (xy 135.813 76.163) (xy 135.833 76.163) (xy 135.833 74.81375) (xy 136.087 74.81375) + (xy 136.087 76.163) (xy 137.18625 76.163) (xy 137.345 76.00425) (xy 137.348072 75.29) (xy 137.335812 75.165518) + (xy 137.299502 75.04582) (xy 137.240537 74.935506) (xy 137.161185 74.838815) (xy 137.064494 74.759463) (xy 136.95418 74.700498) + (xy 136.834482 74.664188) (xy 136.71 74.651928) (xy 136.24575 74.655) (xy 136.087 74.81375) (xy 135.833 74.81375) + (xy 135.67425 74.655) (xy 135.21 74.651928) (xy 135.085518 74.664188) (xy 134.96582 74.700498) (xy 134.855506 74.759463) + (xy 134.758815 74.838815) (xy 134.679463 74.935506) (xy 134.646793 74.996627) (xy 134.620463 74.975019) (xy 134.55497 74.940012) + (xy 134.483905 74.918455) (xy 134.41 74.911176) (xy 132.91 74.911176) (xy 132.836095 74.918455) (xy 132.76503 74.940012) + (xy 132.699537 74.975019) (xy 132.642131 75.022131) (xy 132.595019 75.079537) (xy 132.560012 75.14503) (xy 132.538455 75.216095) + (xy 132.531176 75.29) (xy 132.531176 77.29) (xy 132.538455 77.363905) (xy 132.560012 77.43497) (xy 132.595019 77.500463) + (xy 132.642131 77.557869) (xy 132.699537 77.604981) (xy 132.76503 77.639988) (xy 132.783 77.645439) (xy 132.783001 81.211176) + (xy 131.76 81.211176) (xy 131.686095 81.218455) (xy 131.61503 81.240012) (xy 131.549537 81.275019) (xy 131.492131 81.322131) + (xy 131.445019 81.379537) (xy 131.410012 81.44503) (xy 131.388455 81.516095) (xy 131.381176 81.59) (xy 131.381176 83.59) + (xy 131.388455 83.663905) (xy 131.410012 83.73497) (xy 131.445019 83.800463) (xy 131.492131 83.857869) (xy 131.549537 83.904981) + (xy 131.61503 83.939988) (xy 131.686095 83.961545) (xy 131.76 83.968824) (xy 132.802501 83.968824) (xy 132.8025 87.044292) + (xy 132.745799 86.975201) (xy 132.655244 86.900885) (xy 132.551932 86.845664) (xy 132.439831 86.811658) (xy 132.32325 86.800176) + (xy 131.88575 86.800176) (xy 131.769169 86.811658) (xy 131.657068 86.845664) (xy 131.553756 86.900885) (xy 131.463201 86.975201) + (xy 131.397712 87.055) (xy 131.10883 87.055) (xy 131.047632 87.022289) (xy 130.951242 86.993049) (xy 130.851 86.983176) + (xy 130.581 86.983176) (xy 130.483802 86.992749) (xy 130.422724 86.916422) (xy 130.32702 86.835882) (xy 130.217442 86.775559) + (xy 130.098202 86.737774) (xy 129.98175 86.727) (xy 129.823 86.88575) (xy 129.823 87.555) (xy 129.843 87.555) + (xy 129.843 87.809) (xy 129.823 87.809) (xy 129.823 88.47825) (xy 129.98175 88.637) (xy 130.098202 88.626226) + (xy 130.217442 88.588441) (xy 130.32702 88.528118) (xy 130.422724 88.447578) (xy 130.483802 88.371251) (xy 130.581 88.380824) + (xy 130.851 88.380824) (xy 130.951242 88.370951) (xy 131.047632 88.341711) (xy 131.10883 88.309) (xy 131.44367 88.309) + (xy 131.463201 88.332799) (xy 131.553756 88.407115) (xy 131.657068 88.462336) (xy 131.769169 88.496342) (xy 131.88575 88.507824) + (xy 132.32325 88.507824) (xy 132.439831 88.496342) (xy 132.551932 88.462336) (xy 132.655244 88.407115) (xy 132.745799 88.332799) + (xy 132.820115 88.242244) (xy 132.875336 88.138932) (xy 132.892 88.083999) (xy 132.908664 88.138932) (xy 132.963885 88.242244) + (xy 133.038201 88.332799) (xy 133.128756 88.407115) (xy 133.232068 88.462336) (xy 133.344169 88.496342) (xy 133.46075 88.507824) + (xy 133.47301 88.507824) (xy 133.507578 88.51831) (xy 133.6795 88.535243) (xy 133.851421 88.51831) (xy 133.885989 88.507824) + (xy 133.89825 88.507824) (xy 134.014831 88.496342) (xy 134.126932 88.462336) (xy 134.230244 88.407115) (xy 134.320799 88.332799) + (xy 134.395115 88.242244) (xy 134.450336 88.138932) (xy 134.484342 88.026831) (xy 134.486534 88.004572) (xy 134.493662 87.991237) + (xy 134.54381 87.825922) (xy 134.5565 87.697079) (xy 134.5565 83.968824) (xy 135.56 83.968824) (xy 135.633905 83.961545) + (xy 135.70497 83.939988) (xy 135.770463 83.904981) (xy 135.827869 83.857869) (xy 135.874981 83.800463) (xy 135.909988 83.73497) + (xy 135.931545 83.663905) (xy 135.938824 83.59) (xy 135.938824 83.467) (xy 138.596921 83.467) (xy 138.64 83.471243) + (xy 138.683079 83.467) (xy 151.07299 83.467) (xy 151.072991 91.77301) (xy 148.793069 91.77301) (xy 148.749989 91.768767) + (xy 148.578067 91.7857) (xy 148.462755 91.82068) (xy 148.412753 91.835848) (xy 148.260398 91.917283) (xy 148.260396 91.917284) + (xy 148.260397 91.917284) (xy 148.162685 91.997474) (xy 148.126857 92.026877) (xy 148.099398 92.060337) (xy 147.652 92.507735) + (xy 147.652 89.205423) (xy 147.72586 89.131563) (xy 147.79995 89.02068) (xy 147.850984 88.897474) (xy 147.877 88.766679) + (xy 147.877 88.633321) (xy 147.850984 88.502526) (xy 147.79995 88.37932) (xy 147.72586 88.268437) (xy 147.631563 88.17414) + (xy 147.52068 88.10005) (xy 147.397474 88.049016) (xy 147.266679 88.023) (xy 147.133321 88.023) (xy 147.002526 88.049016) + (xy 146.87932 88.10005) (xy 146.768437 88.17414) (xy 146.67414 88.268437) (xy 146.60005 88.37932) (xy 146.549016 88.502526) + (xy 146.523 88.633321) (xy 146.523 88.766679) (xy 146.549016 88.897474) (xy 146.60005 89.02068) (xy 146.67414 89.131563) + (xy 146.748001 89.205424) (xy 146.748 98.822204) (xy 146.748001 98.822214) (xy 146.748 104.512776) (xy 146.012777 105.248) + (xy 134.722205 105.248) (xy 134.7 105.245813) (xy 134.611392 105.25454) (xy 134.54678 105.27414) (xy 134.52619 105.280386) + (xy 134.447667 105.322357) (xy 134.378841 105.378841) (xy 134.364681 105.396095) (xy 133.296096 106.464681) (xy 133.278842 106.478841) + (xy 133.23654 106.530386) (xy 133.222358 106.547667) (xy 133.180386 106.626191) (xy 133.15454 106.711393) (xy 133.145813 106.8) + (xy 133.148001 106.822215) (xy 133.148 107.694577) (xy 133.07414 107.768437) (xy 133.00005 107.87932) (xy 132.949016 108.002526) + (xy 132.923 108.133321) (xy 132.923 108.266679) (xy 132.949016 108.397474) (xy 132.969945 108.448) (xy 129.687224 108.448) + (xy 128.353371 107.114148) (xy 128.353371 104.433321) (xy 139.523 104.433321) (xy 139.523 104.566679) (xy 139.549016 104.697474) + (xy 139.60005 104.82068) (xy 139.67414 104.931563) (xy 139.768437 105.02586) (xy 139.87932 105.09995) (xy 140.002526 105.150984) + (xy 140.133321 105.177) (xy 140.266679 105.177) (xy 140.397474 105.150984) (xy 140.52068 105.09995) (xy 140.631563 105.02586) + (xy 140.72586 104.931563) (xy 140.79995 104.82068) (xy 140.850984 104.697474) (xy 140.877 104.566679) (xy 140.877 104.433321) + (xy 140.850984 104.302526) (xy 140.79995 104.17932) (xy 140.72586 104.068437) (xy 140.652 103.994577) (xy 140.652 103.487223) + (xy 143.303905 100.835319) (xy 143.321159 100.821159) (xy 143.377643 100.752333) (xy 143.419614 100.67381) (xy 143.427344 100.648328) + (xy 143.44546 100.588608) (xy 143.454187 100.5) (xy 143.452 100.477795) (xy 143.452 92.005423) (xy 143.52586 91.931563) + (xy 143.59995 91.82068) (xy 143.650984 91.697474) (xy 143.677 91.566679) (xy 143.677 91.433321) (xy 143.650984 91.302526) + (xy 143.59995 91.17932) (xy 143.52586 91.068437) (xy 143.431563 90.97414) (xy 143.32068 90.90005) (xy 143.197474 90.849016) + (xy 143.066679 90.823) (xy 142.933321 90.823) (xy 142.802526 90.849016) (xy 142.67932 90.90005) (xy 142.568437 90.97414) + (xy 142.47414 91.068437) (xy 142.40005 91.17932) (xy 142.349016 91.302526) (xy 142.323 91.433321) (xy 142.323 91.566679) + (xy 142.349016 91.697474) (xy 142.40005 91.82068) (xy 142.47414 91.931563) (xy 142.548 92.005423) (xy 142.548001 100.077786) + (xy 142.548 100.077796) (xy 142.548 100.312776) (xy 139.8961 102.964677) (xy 139.878841 102.978841) (xy 139.822357 103.047668) + (xy 139.812508 103.066095) (xy 139.780386 103.126191) (xy 139.75454 103.211393) (xy 139.745813 103.3) (xy 139.748 103.322205) + (xy 139.748001 103.994576) (xy 139.67414 104.068437) (xy 139.60005 104.17932) (xy 139.549016 104.302526) (xy 139.523 104.433321) + (xy 128.353371 104.433321) (xy 128.353371 95.114057) (xy 128.375276 95.1119) (xy 128.446341 95.090343) (xy 128.511834 95.055336) + (xy 128.56924 95.008224) (xy 128.616352 94.950818) (xy 128.651359 94.885325) (xy 128.672916 94.81426) (xy 128.680195 94.740355) + (xy 128.680195 93.840355) (xy 128.672916 93.76645) (xy 128.651359 93.695385) (xy 128.616352 93.629892) (xy 128.56924 93.572486) + (xy 128.511834 93.525374) (xy 128.446341 93.490367) (xy 128.375276 93.46881) (xy 128.332529 93.4646) (xy 128.320985 93.426545) + (xy 128.279014 93.348022) (xy 128.22253 93.279196) (xy 128.205281 93.26504) (xy 128.079273 93.139033) (xy 128.079699 93.138683) + (xy 128.1436 93.06082) (xy 128.191082 92.971987) (xy 128.220322 92.875597) (xy 128.230195 92.775355) (xy 128.230195 92.405355) + (xy 128.220322 92.305113) (xy 128.191082 92.208723) (xy 128.1436 92.11989) (xy 128.079699 92.042027) (xy 128.001836 91.978126) + (xy 127.913003 91.930644) (xy 127.816613 91.901404) (xy 127.716371 91.891531) (xy 127.446371 91.891531) (xy 127.349173 91.901104) + (xy 127.288095 91.824777) (xy 127.192391 91.744237) (xy 127.082813 91.683914) (xy 126.963573 91.646129) (xy 126.847121 91.635355) + (xy 126.688371 91.794105) (xy 126.688371 92.463355) (xy 126.708371 92.463355) (xy 126.708371 92.717355) (xy 126.688371 92.717355) + (xy 126.688371 92.737355) (xy 126.434371 92.737355) (xy 126.434371 92.717355) (xy 125.815121 92.717355) (xy 125.656371 92.876105) + (xy 125.653348 92.902474) (xy 125.66407 93.027097) (xy 125.698898 93.147234) (xy 125.743518 93.233252) (xy 125.715621 93.205355) + (xy 125.601371 93.202283) (xy 125.476889 93.214543) (xy 125.357191 93.250853) (xy 125.246877 93.309818) (xy 125.150186 93.38917) + (xy 125.070834 93.485861) (xy 125.011869 93.596175) (xy 124.975559 93.715873) (xy 124.963299 93.840355) (xy 124.966371 94.004605) + (xy 125.125121 94.163355) (xy 125.874371 94.163355) (xy 125.874371 94.143355) (xy 126.128371 94.143355) (xy 126.128371 94.163355) + (xy 126.877621 94.163355) (xy 127.036371 94.004605) (xy 127.039443 93.840355) (xy 127.027183 93.715873) (xy 126.990873 93.596175) + (xy 126.958215 93.535077) (xy 126.963573 93.534581) (xy 127.082813 93.496796) (xy 127.161542 93.453455) (xy 127.161757 93.454164) + (xy 127.203728 93.532687) (xy 127.235228 93.57107) (xy 127.233502 93.572486) (xy 127.18639 93.629892) (xy 127.151383 93.695385) + (xy 127.129826 93.76645) (xy 127.122547 93.840355) (xy 127.122547 94.740355) (xy 127.129826 94.81426) (xy 127.151383 94.885325) + (xy 127.18639 94.950818) (xy 127.233502 95.008224) (xy 127.290908 95.055336) (xy 127.356401 95.090343) (xy 127.427466 95.1119) + (xy 127.449371 95.114057) (xy 127.449371 95.476119) (xy 127.425276 95.46881) (xy 127.351371 95.461531) (xy 126.551371 95.461531) + (xy 126.477466 95.46881) (xy 126.406401 95.490367) (xy 126.340908 95.525374) (xy 126.283502 95.572486) (xy 126.23639 95.629892) + (xy 126.201383 95.695385) (xy 126.179826 95.76645) (xy 126.172744 95.838355) (xy 124.963753 95.838355) (xy 124.986352 95.810818) + (xy 125.021359 95.745325) (xy 125.042916 95.67426) (xy 125.050195 95.600355) (xy 125.050195 95.056237) (xy 125.070834 95.094849) + (xy 125.150186 95.19154) (xy 125.246877 95.270892) (xy 125.357191 95.329857) (xy 125.476889 95.366167) (xy 125.601371 95.378427) + (xy 125.715621 95.375355) (xy 125.874371 95.216605) (xy 125.874371 94.417355) (xy 126.128371 94.417355) (xy 126.128371 95.216605) + (xy 126.287121 95.375355) (xy 126.401371 95.378427) (xy 126.525853 95.366167) (xy 126.645551 95.329857) (xy 126.755865 95.270892) + (xy 126.852556 95.19154) (xy 126.931908 95.094849) (xy 126.990873 94.984535) (xy 127.027183 94.864837) (xy 127.039443 94.740355) + (xy 127.036371 94.576105) (xy 126.877621 94.417355) (xy 126.128371 94.417355) (xy 125.874371 94.417355) (xy 125.125121 94.417355) + (xy 125.009422 94.533054) (xy 124.986352 94.489892) (xy 124.93924 94.432486) (xy 124.881834 94.385374) (xy 124.816341 94.350367) + (xy 124.745276 94.32881) (xy 124.723371 94.326653) (xy 124.723371 93.972557) (xy 124.725558 93.950354) (xy 124.721609 93.910265) + (xy 124.716831 93.861748) (xy 124.690985 93.776545) (xy 124.649014 93.698022) (xy 124.59253 93.629196) (xy 124.575281 93.61504) + (xy 124.262694 93.302455) (xy 124.24853 93.285196) (xy 124.179704 93.228712) (xy 124.101181 93.186741) (xy 124.015978 93.160895) + (xy 123.968464 93.156215) (xy 123.9576 93.13589) (xy 123.893699 93.058027) (xy 123.815836 92.994126) (xy 123.727003 92.946644) + (xy 123.630613 92.917404) (xy 123.530371 92.907531) (xy 123.260371 92.907531) (xy 123.160129 92.917404) (xy 123.063739 92.946644) + (xy 122.997243 92.982187) (xy 122.864962 92.873628) (xy 122.712607 92.792193) (xy 122.547292 92.742045) (xy 122.375371 92.725112) + (xy 122.203449 92.742045) (xy 122.038134 92.792193) (xy 121.885779 92.873628) (xy 121.752238 92.983222) (xy 121.642644 93.116764) + (xy 121.561209 93.269119) (xy 121.511061 93.434434) (xy 121.498371 93.563277) (xy 121.498371 94.273355) (xy 120.777 94.273355) + (xy 120.777 92.278236) (xy 125.653348 92.278236) (xy 125.656371 92.304605) (xy 125.815121 92.463355) (xy 126.434371 92.463355) + (xy 126.434371 91.794105) (xy 126.275621 91.635355) (xy 126.159169 91.646129) (xy 126.039929 91.683914) (xy 125.930351 91.744237) + (xy 125.834647 91.824777) (xy 125.756495 91.922441) (xy 125.698898 92.033476) (xy 125.66407 92.153613) (xy 125.653348 92.278236) + (xy 120.777 92.278236) (xy 120.777 87.994119) (xy 128.787977 87.994119) (xy 128.798699 88.118742) (xy 128.833527 88.238879) + (xy 128.891124 88.349914) (xy 128.969276 88.447578) (xy 129.06498 88.528118) (xy 129.174558 88.588441) (xy 129.293798 88.626226) + (xy 129.41025 88.637) (xy 129.569 88.47825) (xy 129.569 87.809) (xy 128.94975 87.809) (xy 128.791 87.96775) + (xy 128.787977 87.994119) (xy 120.777 87.994119) (xy 120.777 87.369881) (xy 128.787977 87.369881) (xy 128.791 87.39625) + (xy 128.94975 87.555) (xy 129.569 87.555) (xy 129.569 86.88575) (xy 129.41025 86.727) (xy 129.293798 86.737774) + (xy 129.174558 86.775559) (xy 129.06498 86.835882) (xy 128.969276 86.916422) (xy 128.891124 87.014086) (xy 128.833527 87.125121) + (xy 128.798699 87.245258) (xy 128.787977 87.369881) (xy 120.777 87.369881) (xy 120.777 80.16575) (xy 127.955 80.16575) + (xy 127.964765 80.287348) (xy 128.001623 80.406878) (xy 128.061092 80.516921) (xy 128.140887 80.613247) (xy 128.237941 80.692156) + (xy 128.348524 80.750614) (xy 128.468387 80.786375) (xy 128.592923 80.798065) (xy 128.61425 80.795) (xy 128.773 80.63625) + (xy 128.773 80.007) (xy 129.027 80.007) (xy 129.027 80.63625) (xy 129.18575 80.795) (xy 129.207077 80.798065) + (xy 129.331613 80.786375) (xy 129.451476 80.750614) (xy 129.562059 80.692156) (xy 129.659113 80.613247) (xy 129.738908 80.516921) + (xy 129.798377 80.406878) (xy 129.835235 80.287348) (xy 129.845 80.16575) (xy 129.68625 80.007) (xy 129.027 80.007) + (xy 128.773 80.007) (xy 128.11375 80.007) (xy 127.955 80.16575) (xy 120.777 80.16575) (xy 120.777 79.263265) + (xy 122.873265 77.167) (xy 128.023 77.167) (xy 128.023001 78.836891) (xy 128.018757 78.87998) (xy 128.019742 78.889985) + (xy 128.018757 78.89999) (xy 128.03569 79.071912) (xy 128.080504 79.219645) (xy 128.061092 79.243079) (xy 128.001623 79.353122) + (xy 127.964765 79.472652) (xy 127.955 79.59425) (xy 128.11375 79.753) (xy 128.690827 79.753) (xy 128.728078 79.7643) + (xy 128.856921 79.77699) (xy 128.87694 79.77699) (xy 128.920009 79.781232) (xy 128.963079 79.77699) (xy 128.963089 79.77699) + (xy 129.091932 79.7643) (xy 129.129183 79.753) (xy 129.68625 79.753) (xy 129.845 79.59425) (xy 129.835235 79.472652) + (xy 129.798377 79.353122) (xy 129.738908 79.243079) (xy 129.734128 79.237309) (xy 129.734172 79.237227) (xy 129.78432 79.071912) + (xy 129.801253 78.89999) (xy 129.78432 78.728068) (xy 129.777 78.703937) (xy 129.777 77.167) (xy 130.231176 77.167) + (xy 130.231176 77.29) (xy 130.238455 77.363905) (xy 130.260012 77.43497) (xy 130.295019 77.500463) (xy 130.342131 77.557869) + (xy 130.399537 77.604981) (xy 130.46503 77.639988) (xy 130.536095 77.661545) (xy 130.61 77.668824) (xy 132.11 77.668824) + (xy 132.183905 77.661545) (xy 132.25497 77.639988) (xy 132.320463 77.604981) (xy 132.377869 77.557869) (xy 132.424981 77.500463) + (xy 132.459988 77.43497) (xy 132.481545 77.363905) (xy 132.488824 77.29) (xy 132.488824 75.29) (xy 132.481545 75.216095) + (xy 132.459988 75.14503) (xy 132.424981 75.079537) (xy 132.377869 75.022131) (xy 132.320463 74.975019) (xy 132.25497 74.940012) + (xy 132.237 74.934561) (xy 132.237 68.878824) (xy 132.63 68.878824) (xy 132.703905 68.871545) (xy 132.77497 68.849988) + (xy 132.840463 68.814981) (xy 132.897869 68.767869) (xy 132.944981 68.710463) (xy 132.979988 68.64497) (xy 133.001545 68.573905) + (xy 133.008824 68.5) (xy 133.008824 68.451871) (xy 138.88205 68.451871) (xy 138.925129 68.456114) (xy 138.968208 68.451871) + (xy 139.097051 68.439181) (xy 139.262366 68.389033) (xy 139.414721 68.307598) (xy 139.548262 68.198004) (xy 139.575726 68.164539) + (xy 140.089663 67.650601) (xy 140.123133 67.623133) (xy 140.232727 67.489592) (xy 140.314162 67.337237) (xy 140.36431 67.171922) + (xy 140.377 67.043079) (xy 140.377 67.04307) (xy 140.381242 67.000001) (xy 140.377 66.956931) (xy 140.377 59.76425) + (xy 159.135 59.76425) (xy 159.29375 59.923) (xy 159.953 59.923) (xy 159.953 59.29375) (xy 160.207 59.29375) + (xy 160.207 59.923) (xy 161.043 59.923) (xy 161.043 59.29375) (xy 160.88425 59.135) (xy 160.862923 59.131935) + (xy 160.738387 59.143625) (xy 160.625 59.177454) (xy 160.511613 59.143625) (xy 160.387077 59.131935) (xy 160.36575 59.135) + (xy 160.207 59.29375) (xy 159.953 59.29375) (xy 159.79425 59.135) (xy 159.772923 59.131935) (xy 159.648387 59.143625) + (xy 159.528524 59.179386) (xy 159.417941 59.237844) (xy 159.320887 59.316753) (xy 159.241092 59.413079) (xy 159.181623 59.523122) + (xy 159.144765 59.642652) (xy 159.135 59.76425) (xy 140.377 59.76425) (xy 140.377 58.206811) (xy 140.406997 58.150691) + (xy 140.462863 57.966525) (xy 140.477 57.822993) (xy 140.477 57.177008) (xy 140.477 57.177007) (xy 140.523 57.177007) + (xy 140.523 57.822992) (xy 140.537137 57.966524) (xy 140.593003 58.15069) (xy 140.683724 58.320418) (xy 140.805814 58.469186) + (xy 140.954582 58.591276) (xy 141.124309 58.681997) (xy 141.308475 58.737863) (xy 141.5 58.756727) (xy 141.691524 58.737863) + (xy 141.87569 58.681997) (xy 142.045418 58.591276) (xy 142.194186 58.469186) (xy 142.316276 58.320418) (xy 142.406997 58.150691) + (xy 142.462863 57.966525) (xy 142.477 57.822993) (xy 142.477 57.177008) (xy 142.477 57.177007) (xy 142.523 57.177007) + (xy 142.523 57.822992) (xy 142.537137 57.966524) (xy 142.593003 58.15069) (xy 142.683724 58.320418) (xy 142.805814 58.469186) + (xy 142.954582 58.591276) (xy 143.124309 58.681997) (xy 143.308475 58.737863) (xy 143.5 58.756727) (xy 143.691524 58.737863) + (xy 143.87569 58.681997) (xy 144.045418 58.591276) (xy 144.194186 58.469186) (xy 144.316276 58.320418) (xy 144.406997 58.150691) + (xy 144.462863 57.966525) (xy 144.477 57.822993) (xy 144.477 57.177008) (xy 144.477 57.177007) (xy 144.523 57.177007) + (xy 144.523 57.822992) (xy 144.537137 57.966524) (xy 144.593003 58.15069) (xy 144.683724 58.320418) (xy 144.805814 58.469186) + (xy 144.954582 58.591276) (xy 145.124309 58.681997) (xy 145.308475 58.737863) (xy 145.5 58.756727) (xy 145.691524 58.737863) + (xy 145.87569 58.681997) (xy 146.045418 58.591276) (xy 146.194186 58.469186) (xy 146.262952 58.385394) (xy 146.274188 58.499482) + (xy 146.310498 58.61918) (xy 146.369463 58.729494) (xy 146.448815 58.826185) (xy 146.545506 58.905537) (xy 146.65582 58.964502) + (xy 146.775518 59.000812) (xy 146.9 59.013072) (xy 147.21425 59.01) (xy 147.373 58.85125) (xy 147.373 57.627) + (xy 147.627 57.627) (xy 147.627 58.85125) (xy 147.78575 59.01) (xy 148.1 59.013072) (xy 148.224482 59.000812) + (xy 148.34418 58.964502) (xy 148.454494 58.905537) (xy 148.551185 58.826185) (xy 148.630537 58.729494) (xy 148.689502 58.61918) + (xy 148.725812 58.499482) (xy 148.738072 58.375) (xy 148.735 57.78575) (xy 148.57625 57.627) (xy 147.627 57.627) + (xy 147.373 57.627) (xy 147.353 57.627) (xy 147.353 57.373) (xy 147.373 57.373) (xy 147.373 56.14875) + (xy 147.627 56.14875) (xy 147.627 57.373) (xy 148.57625 57.373) (xy 148.735 57.21425) (xy 148.738072 56.625) + (xy 148.725812 56.500518) (xy 148.689502 56.38082) (xy 148.630537 56.270506) (xy 148.551185 56.173815) (xy 148.454494 56.094463) + (xy 148.34418 56.035498) (xy 148.224482 55.999188) (xy 148.1 55.986928) (xy 147.78575 55.99) (xy 147.627 56.14875) + (xy 147.373 56.14875) (xy 147.21425 55.99) (xy 146.9 55.986928) (xy 146.775518 55.999188) (xy 146.65582 56.035498) + (xy 146.545506 56.094463) (xy 146.448815 56.173815) (xy 146.369463 56.270506) (xy 146.310498 56.38082) (xy 146.274188 56.500518) + (xy 146.262952 56.614606) (xy 146.194186 56.530814) (xy 146.045418 56.408724) (xy 145.875691 56.318003) (xy 145.691525 56.262137) + (xy 145.5 56.243273) (xy 145.308476 56.262137) (xy 145.12431 56.318003) (xy 144.954583 56.408724) (xy 144.805815 56.530814) + (xy 144.683725 56.679582) (xy 144.593003 56.849309) (xy 144.537137 57.033475) (xy 144.523 57.177007) (xy 144.477 57.177007) + (xy 144.462863 57.033476) (xy 144.406997 56.849309) (xy 144.316276 56.679582) (xy 144.194186 56.530814) (xy 144.045418 56.408724) + (xy 143.875691 56.318003) (xy 143.691525 56.262137) (xy 143.5 56.243273) (xy 143.308476 56.262137) (xy 143.12431 56.318003) + (xy 142.954583 56.408724) (xy 142.805815 56.530814) (xy 142.683725 56.679582) (xy 142.593003 56.849309) (xy 142.537137 57.033475) + (xy 142.523 57.177007) (xy 142.477 57.177007) (xy 142.462863 57.033476) (xy 142.406997 56.849309) (xy 142.316276 56.679582) + (xy 142.194186 56.530814) (xy 142.045418 56.408724) (xy 141.875691 56.318003) (xy 141.691525 56.262137) (xy 141.5 56.243273) + (xy 141.308476 56.262137) (xy 141.12431 56.318003) (xy 140.954583 56.408724) (xy 140.805815 56.530814) (xy 140.683725 56.679582) + (xy 140.593003 56.849309) (xy 140.537137 57.033475) (xy 140.523 57.177007) (xy 140.477 57.177007) (xy 140.462863 57.033476) + (xy 140.406997 56.849309) (xy 140.316276 56.679582) (xy 140.194186 56.530814) (xy 140.045418 56.408724) (xy 139.875691 56.318003) + (xy 139.691525 56.262137) (xy 139.5 56.243273) (xy 139.308476 56.262137) (xy 139.12431 56.318003) (xy 138.954583 56.408724) + (xy 138.805815 56.530814) (xy 138.683725 56.679582) (xy 138.643001 56.75577) (xy 138.59239 56.635054) (xy 138.456307 56.433275) + (xy 138.283474 56.261922) (xy 138.080533 56.127579) (xy 137.855282 56.035409) (xy 137.817609 56.031538) (xy 137.627 56.156269) + (xy 137.627 57.373) (xy 137.647 57.373) (xy 137.647 57.627) (xy 137.627 57.627) (xy 137.627 58.843731) + (xy 137.817609 58.968462) (xy 137.855282 58.964591) (xy 138.080533 58.872421) (xy 138.283474 58.738078) (xy 138.456307 58.566725) + (xy 138.59239 58.364946) (xy 138.623 58.291936) (xy 138.623001 66.636735) (xy 138.561864 66.697871) (xy 138.125353 66.697871) + (xy 138.194444 66.64117) (xy 138.26876 66.550615) (xy 138.323981 66.447303) (xy 138.357987 66.335202) (xy 138.369469 66.218621) + (xy 138.369469 65.781121) (xy 138.357987 65.66454) (xy 138.323981 65.552439) (xy 138.26876 65.449127) (xy 138.194444 65.358572) + (xy 138.140645 65.314421) (xy 138.140645 65.070201) (xy 138.173356 65.009003) (xy 138.202596 64.912613) (xy 138.212469 64.812371) + (xy 138.212469 64.542371) (xy 138.202896 64.445173) (xy 138.279223 64.384095) (xy 138.359763 64.288391) (xy 138.420086 64.178813) + (xy 138.457871 64.059573) (xy 138.468645 63.943121) (xy 138.309895 63.784371) (xy 137.640645 63.784371) (xy 137.640645 63.804371) + (xy 137.386645 63.804371) (xy 137.386645 63.784371) (xy 136.717395 63.784371) (xy 136.558645 63.943121) (xy 136.569419 64.059573) + (xy 136.607204 64.178813) (xy 136.667527 64.288391) (xy 136.748067 64.384095) (xy 136.824394 64.445173) (xy 136.814821 64.542371) + (xy 136.814821 64.812371) (xy 136.824694 64.912613) (xy 136.853934 65.009003) (xy 136.886645 65.070202) (xy 136.886645 65.317703) + (xy 136.836846 65.358572) (xy 136.76253 65.449127) (xy 136.707309 65.552439) (xy 136.673303 65.66454) (xy 136.661821 65.781121) + (xy 136.661821 66.218621) (xy 136.673303 66.335202) (xy 136.707309 66.447303) (xy 136.76253 66.550615) (xy 136.836846 66.64117) + (xy 136.905937 66.697871) (xy 133.008614 66.697871) (xy 133.001545 66.626095) (xy 132.979988 66.55503) (xy 132.944981 66.489537) + (xy 132.897869 66.432131) (xy 132.840463 66.385019) (xy 132.77497 66.350012) (xy 132.703905 66.328455) (xy 132.63 66.321176) + (xy 130.13 66.321176) (xy 130.056095 66.328455) (xy 129.98503 66.350012) (xy 129.919537 66.385019) (xy 129.862131 66.432131) + (xy 129.815019 66.489537) (xy 129.780012 66.55503) (xy 129.758455 66.626095) (xy 129.751176 66.7) (xy 129.751176 68.5) + (xy 129.758455 68.573905) (xy 129.780012 68.64497) (xy 129.815019 68.710463) (xy 129.862131 68.767869) (xy 129.919537 68.814981) + (xy 129.98503 68.849988) (xy 130.056095 68.871545) (xy 130.13 68.878824) (xy 130.483001 68.878824) (xy 130.483 74.934561) + (xy 130.46503 74.940012) (xy 130.399537 74.975019) (xy 130.342131 75.022131) (xy 130.295019 75.079537) (xy 130.260012 75.14503) + (xy 130.238455 75.216095) (xy 130.231176 75.29) (xy 130.231176 75.413) (xy 129.053069 75.413) (xy 129.009999 75.408758) + (xy 128.96693 75.413) (xy 122.553069 75.413) (xy 122.509999 75.408758) (xy 122.46693 75.413) (xy 122.466921 75.413) + (xy 122.338078 75.42569) (xy 122.172763 75.475838) (xy 122.020408 75.557273) (xy 121.886867 75.666867) (xy 121.859403 75.700332) + (xy 119.310327 78.249408) (xy 119.276868 78.276867) (xy 119.249409 78.310326) (xy 119.249406 78.310329) (xy 119.167274 78.410408) + (xy 119.085838 78.562764) (xy 119.03569 78.728078) (xy 119.018757 78.9) (xy 119.023001 78.94309) (xy 119.023 95.10692) + (xy 119.018757 95.15) (xy 119.023001 95.193089) (xy 119.023001 96.998556) (xy 118.923133 96.876867) (xy 118.889669 96.849404) + (xy 118.200597 96.160332) (xy 118.173133 96.126867) (xy 118.039592 96.017273) (xy 117.887237 95.935838) (xy 117.721922 95.88569) + (xy 117.691838 95.882727) (xy 117.55 95.868757) (xy 117.506921 95.873) (xy 117.227 95.873) (xy 117.227 95.693079) + (xy 117.231243 95.65) (xy 117.21431 95.478077) (xy 117.164162 95.312763) (xy 117.144503 95.275984) (xy 117.082727 95.160408) + (xy 116.973133 95.026867) (xy 116.939668 94.999403) (xy 116.589671 94.649406) (xy 116.489592 94.567274) (xy 116.337236 94.485838) + (xy 116.171922 94.43569) (xy 116 94.418757) (xy 115.828078 94.43569) (xy 115.662764 94.485838) (xy 115.510408 94.567274) + (xy 115.37813 94.675833) (xy 115.311632 94.640289) (xy 115.215242 94.611049) (xy 115.115 94.601176) (xy 114.845 94.601176) + (xy 114.744758 94.611049) (xy 114.648368 94.640289) (xy 114.559535 94.687771) (xy 114.481672 94.751672) (xy 114.417771 94.829535) + (xy 114.370289 94.918368) (xy 114.341049 95.014758) (xy 114.331176 95.115) (xy 114.331176 95.485) (xy 114.341049 95.585242) + (xy 114.370289 95.681632) (xy 114.408206 95.75257) (xy 114.239601 95.921176) (xy 114.05 95.921176) (xy 113.976095 95.928455) + (xy 113.90503 95.950012) (xy 113.839537 95.985019) (xy 113.782131 96.032131) (xy 113.735019 96.089537) (xy 113.700012 96.15503) + (xy 113.678455 96.226095) (xy 113.671373 96.298) (xy 112.372205 96.298) (xy 112.35 96.295813) (xy 112.261392 96.30454) + (xy 112.205381 96.321531) (xy 112.17619 96.330386) (xy 112.097667 96.372357) (xy 112.028841 96.428841) (xy 112.014681 96.446095) + (xy 111.1961 97.264677) (xy 111.178841 97.278841) (xy 111.122357 97.347668) (xy 111.105695 97.378841) (xy 111.080386 97.426191) + (xy 111.05454 97.511393) (xy 111.045813 97.6) (xy 111.048 97.622205) (xy 111.048001 107.794576) (xy 110.97414 107.868437) + (xy 110.90005 107.97932) (xy 110.849016 108.102526) (xy 110.823 108.233321) (xy 110.823 108.366679) (xy 110.849016 108.497474) + (xy 110.90005 108.62068) (xy 110.97414 108.731563) (xy 111.068437 108.82586) (xy 111.17932 108.89995) (xy 111.302526 108.950984) + (xy 111.433321 108.977) (xy 111.566679 108.977) (xy 111.697474 108.950984) (xy 111.82068 108.89995) (xy 111.931563 108.82586) + (xy 112.02586 108.731563) (xy 112.09995 108.62068) (xy 112.150984 108.497474) (xy 112.177 108.366679) (xy 112.177 108.233321) + (xy 112.150984 108.102526) (xy 112.09995 107.97932) (xy 112.02586 107.868437) (xy 111.952 107.794577) (xy 111.952 103.204678) + (xy 112.00005 103.32068) (xy 112.07414 103.431563) (xy 112.168437 103.52586) (xy 112.27932 103.59995) (xy 112.402526 103.650984) + (xy 112.533321 103.677) (xy 112.666679 103.677) (xy 112.797474 103.650984) (xy 112.92068 103.59995) (xy 113.031563 103.52586) + (xy 113.105423 103.452) (xy 114.947901 103.452) (xy 114.957771 103.470465) (xy 115.021672 103.548328) (xy 115.054922 103.575616) + (xy 115.026095 103.578455) (xy 114.95503 103.600012) (xy 114.889537 103.635019) (xy 114.832131 103.682131) (xy 114.785019 103.739537) + (xy 114.750012 103.80503) (xy 114.728455 103.876095) (xy 114.721176 103.95) (xy 114.721176 104.85) (xy 114.728455 104.923905) + (xy 114.750012 104.99497) (xy 114.785019 105.060463) (xy 114.832131 105.117869) (xy 114.889537 105.164981) (xy 114.95503 105.199988) + (xy 115.026095 105.221545) (xy 115.1 105.228824) (xy 115.9 105.228824) (xy 115.973905 105.221545) (xy 116.04497 105.199988) + (xy 116.110463 105.164981) (xy 116.167869 105.117869) (xy 116.214981 105.060463) (xy 116.249988 104.99497) (xy 116.271545 104.923905) + (xy 116.278824 104.85) (xy 116.278824 103.95) (xy 116.271545 103.876095) (xy 116.257825 103.830865) (xy 116.368078 103.86431) + (xy 116.54 103.881243) (xy 116.711921 103.86431) (xy 116.877236 103.814162) (xy 117.029591 103.732727) (xy 117.163133 103.623133) + (xy 117.272727 103.489592) (xy 117.354162 103.337237) (xy 117.40431 103.171922) (xy 117.417 103.043079) (xy 117.417 100.977) + (xy 119.023001 100.977) (xy 119.023 104.470603) (xy 118.954674 104.402277) (xy 118.786467 104.289885) (xy 118.599565 104.212467) + (xy 118.401151 104.173) (xy 118.198849 104.173) (xy 118.000435 104.212467) (xy 117.813533 104.289885) (xy 117.645326 104.402277) + (xy 117.502277 104.545326) (xy 117.389885 104.713533) (xy 117.312467 104.900435) (xy 117.273 105.098849) (xy 117.273 105.301151) + (xy 117.312467 105.499565) (xy 117.389885 105.686467) (xy 117.423 105.736027) (xy 117.423001 109.023) (xy 116.564991 109.023) + (xy 116.59995 108.97068) (xy 116.650984 108.847474) (xy 116.677 108.716679) (xy 116.677 108.583321) (xy 116.650984 108.452526) + (xy 116.59995 108.32932) (xy 116.561344 108.271543) (xy 116.562229 108.270465) (xy 116.609711 108.181632) (xy 116.638951 108.085242) + (xy 116.648824 107.985) (xy 116.648824 107.615) (xy 116.638951 107.514758) (xy 116.612305 107.426919) (xy 116.75391 107.285315) + (xy 116.771159 107.271159) (xy 116.805902 107.228824) (xy 116.85 107.228824) (xy 116.923905 107.221545) (xy 116.99497 107.199988) + (xy 117.060463 107.164981) (xy 117.117869 107.117869) (xy 117.164981 107.060463) (xy 117.199988 106.99497) (xy 117.221545 106.923905) + (xy 117.228824 106.85) (xy 117.228824 105.95) (xy 117.221545 105.876095) (xy 117.199988 105.80503) (xy 117.164981 105.739537) + (xy 117.117869 105.682131) (xy 117.060463 105.635019) (xy 116.99497 105.600012) (xy 116.923905 105.578455) (xy 116.85 105.571176) + (xy 116.05 105.571176) (xy 115.976095 105.578455) (xy 115.90503 105.600012) (xy 115.839537 105.635019) (xy 115.782131 105.682131) + (xy 115.735019 105.739537) (xy 115.700012 105.80503) (xy 115.678455 105.876095) (xy 115.671176 105.95) (xy 115.671176 106.289778) + (xy 115.603133 106.206867) (xy 115.569668 106.179403) (xy 115.327574 105.937309) (xy 115.321545 105.876095) (xy 115.299988 105.80503) + (xy 115.264981 105.739537) (xy 115.217869 105.682131) (xy 115.160463 105.635019) (xy 115.09497 105.600012) (xy 115.023905 105.578455) + (xy 114.95 105.571176) (xy 114.838902 105.571176) (xy 114.721922 105.53569) (xy 114.55 105.518757) (xy 114.378078 105.53569) + (xy 114.261098 105.571176) (xy 114.15 105.571176) (xy 114.076095 105.578455) (xy 114.00503 105.600012) (xy 113.939537 105.635019) + (xy 113.882131 105.682131) (xy 113.835019 105.739537) (xy 113.800012 105.80503) (xy 113.778455 105.876095) (xy 113.771176 105.95) + (xy 113.771176 105.996651) (xy 113.735838 106.062764) (xy 113.68569 106.228078) (xy 113.668757 106.4) (xy 113.68569 106.571922) + (xy 113.735838 106.737236) (xy 113.771176 106.803349) (xy 113.771176 106.85) (xy 113.778455 106.923905) (xy 113.800012 106.99497) + (xy 113.835019 107.060463) (xy 113.882131 107.117869) (xy 113.939537 107.164981) (xy 114.00503 107.199988) (xy 114.076095 107.221545) + (xy 114.103001 107.224195) (xy 114.103 107.756921) (xy 114.103 107.756922) (xy 114.103001 109.023) (xy 102.126165 109.023) + (xy 102.121545 108.976095) (xy 102.099988 108.90503) (xy 102.064981 108.839537) (xy 102.017869 108.782131) (xy 101.960463 108.735019) + (xy 101.89497 108.700012) (xy 101.823905 108.678455) (xy 101.75 108.671176) (xy 100.05 108.671176) (xy 99.976095 108.678455) + (xy 99.90503 108.700012) (xy 99.839537 108.735019) (xy 99.782131 108.782131) (xy 99.735019 108.839537) (xy 99.700012 108.90503) + (xy 99.678455 108.976095) (xy 99.671176 109.05) (xy 99.671176 110.75) (xy 99.678455 110.823905) (xy 99.700012 110.89497) + (xy 99.735019 110.960463) (xy 99.782131 111.017869) (xy 99.839537 111.064981) (xy 99.90503 111.099988) (xy 99.976095 111.121545) + (xy 100.05 111.128824) (xy 101.75 111.128824) (xy 101.823905 111.121545) (xy 101.89497 111.099988) (xy 101.960463 111.064981) + (xy 102.017869 111.017869) (xy 102.064981 110.960463) (xy 102.099988 110.89497) (xy 102.121545 110.823905) (xy 102.126165 110.777) + (xy 114.95693 110.777) (xy 114.999999 110.781242) (xy 115.043069 110.777) (xy 115.468418 110.777) (xy 115.40005 110.87932) + (xy 115.349016 111.002526) (xy 115.323 111.133321) (xy 115.323 111.266679) (xy 115.349016 111.397474) (xy 115.40005 111.52068) + (xy 115.47414 111.631563) (xy 115.568437 111.72586) (xy 115.67932 111.79995) (xy 115.802526 111.850984) (xy 115.933321 111.877) + (xy 116.037777 111.877) (xy 117.214685 113.05391) (xy 117.228841 113.071159) (xy 117.297667 113.127643) (xy 117.37619 113.169614) + (xy 117.441562 113.189444) (xy 117.461392 113.19546) (xy 117.549999 113.204187) (xy 117.572204 113.202) (xy 191.577795 113.202) + (xy 191.6 113.204187) (xy 191.622205 113.202) (xy 191.688607 113.19546) (xy 191.77381 113.169614) (xy 191.852333 113.127643) + (xy 191.890097 113.096651) (xy 191.90005 113.12068) (xy 191.97414 113.231563) (xy 192.068437 113.32586) (xy 192.17932 113.39995) + (xy 192.302526 113.450984) (xy 192.433321 113.477) (xy 192.566679 113.477) (xy 192.697474 113.450984) (xy 192.82068 113.39995) + (xy 192.931563 113.32586) (xy 193.02586 113.231563) (xy 193.09995 113.12068) (xy 193.150984 112.997474) (xy 193.177 112.866679) + (xy 193.177 112.762223) (xy 194.448001 111.491224) (xy 194.448001 112.512775) (xy 193.012777 113.948) (xy 114.605423 113.948) + (xy 114.531563 113.87414) (xy 114.42068 113.80005) (xy 114.297474 113.749016) (xy 114.166679 113.723) (xy 114.033321 113.723) + (xy 113.902526 113.749016) (xy 113.77932 113.80005) (xy 113.668437 113.87414) (xy 113.57414 113.968437) (xy 113.50005 114.07932) + (xy 113.449016 114.202526) (xy 113.423 114.333321) (xy 113.423 114.466679) (xy 113.449016 114.597474) (xy 113.50005 114.72068) + (xy 113.57414 114.831563) (xy 113.668437 114.92586) (xy 113.77932 114.99995) (xy 113.902526 115.050984) (xy 114.033321 115.077) + (xy 114.166679 115.077) (xy 114.297474 115.050984) (xy 114.42068 114.99995) (xy 114.531563 114.92586) (xy 114.605423 114.852) + (xy 189.571176 114.852) (xy 189.571176 116.51) (xy 189.578455 116.583905) (xy 189.600012 116.65497) (xy 189.635019 116.720463) + (xy 189.682131 116.777869) (xy 189.739537 116.824981) (xy 189.80503 116.859988) (xy 189.876095 116.881545) (xy 189.95 116.888824) + (xy 190.11338 116.888824) (xy 189.918645 117.004822) (xy 189.702412 117.199731) (xy 189.528359 117.43308) (xy 189.403175 117.695901) + (xy 189.358524 117.84311) (xy 189.479845 118.073) (xy 190.673 118.073) (xy 190.673 118.053) (xy 190.927 118.053) + (xy 190.927 118.073) (xy 192.120155 118.073) (xy 192.241476 117.84311) (xy 192.196825 117.695901) (xy 192.071641 117.43308) + (xy 191.897588 117.199731) (xy 191.681355 117.004822) (xy 191.48662 116.888824) (xy 191.65 116.888824) (xy 191.723905 116.881545) + (xy 191.79497 116.859988) (xy 191.860463 116.824981) (xy 191.917869 116.777869) (xy 191.964981 116.720463) (xy 191.999988 116.65497) + (xy 192.021545 116.583905) (xy 192.028824 116.51) (xy 192.028824 114.852) (xy 193.177795 114.852) (xy 193.2 114.854187) + (xy 193.222205 114.852) (xy 193.288607 114.84546) (xy 193.37381 114.819614) (xy 193.452333 114.777643) (xy 193.521159 114.721159) + (xy 193.535323 114.7039) (xy 195.203905 113.035319) (xy 195.221159 113.021159) (xy 195.277643 112.952333) (xy 195.319614 112.87381) + (xy 195.34546 112.788607) (xy 195.354187 112.700001) (xy 195.352 112.677796) (xy 195.352 81.922205) (xy 195.354187 81.9) + (xy 195.34546 81.811392) (xy 195.319614 81.72619) (xy 195.303377 81.695813) (xy 195.277643 81.647667) (xy 195.221159 81.578841) + (xy 195.203906 81.564682) (xy 188.152 74.512777) (xy 188.152 62.722205) (xy 188.154187 62.7) (xy 188.14546 62.611392) + (xy 188.119614 62.52619) (xy 188.116924 62.521158) (xy 188.077643 62.447667) (xy 188.021159 62.378841) (xy 188.003905 62.364681) + (xy 186.365323 60.7261) (xy 186.351159 60.708841) (xy 186.282333 60.652357) (xy 186.20381 60.610386) (xy 186.118607 60.58454) + (xy 186.052205 60.578) (xy 186.03 60.575813) (xy 186.007795 60.578) (xy 181.849453 60.578) (xy 181.860537 60.564494) + (xy 181.919502 60.45418) (xy 181.955812 60.334482) (xy 181.968072 60.21) (xy 181.965 60.04575) (xy 181.80625 59.887) + (xy 180.457 59.887) (xy 180.457 59.907) (xy 180.203 59.907) (xy 180.203 59.887) (xy 178.85375 59.887) + (xy 178.695 60.04575) (xy 178.691928 60.21) (xy 178.704188 60.334482) (xy 178.740498 60.45418) (xy 178.799463 60.564494) + (xy 178.878815 60.661185) (xy 178.951176 60.72057) (xy 178.951176 61.48) (xy 178.958455 61.553905) (xy 178.980012 61.62497) + (xy 179.001409 61.665) (xy 178.980012 61.70503) (xy 178.958455 61.776095) (xy 178.951176 61.85) (xy 178.951176 62.75) + (xy 178.958455 62.823905) (xy 178.980012 62.89497) (xy 179.001409 62.935) (xy 178.980012 62.97503) (xy 178.958455 63.046095) + (xy 178.951176 63.12) (xy 178.951176 64.02) (xy 178.958455 64.093905) (xy 178.980012 64.16497) (xy 179.001409 64.205) + (xy 178.980012 64.24503) (xy 178.958455 64.316095) (xy 178.951176 64.39) (xy 178.951176 65.29) (xy 178.958455 65.363905) + (xy 178.980012 65.43497) (xy 179.001409 65.475) (xy 178.980012 65.51503) (xy 178.958455 65.586095) (xy 178.951176 65.66) + (xy 178.951176 66.56) (xy 178.958455 66.633905) (xy 178.980012 66.70497) (xy 179.001409 66.745) (xy 178.980012 66.78503) + (xy 178.958455 66.856095) (xy 178.951176 66.93) (xy 178.951176 67.83) (xy 178.958455 67.903905) (xy 178.980012 67.97497) + (xy 179.001409 68.015) (xy 178.980012 68.05503) (xy 178.958455 68.126095) (xy 178.951176 68.2) (xy 178.951176 69.1) + (xy 178.958455 69.173905) (xy 178.980012 69.24497) (xy 179.001409 69.285) (xy 178.980012 69.32503) (xy 178.958455 69.396095) + (xy 178.951176 69.47) (xy 178.951176 70.37) (xy 178.958455 70.443905) (xy 178.980012 70.51497) (xy 179.001409 70.555) + (xy 178.980012 70.59503) (xy 178.958455 70.666095) (xy 178.951176 70.74) (xy 178.951176 71.64) (xy 178.958455 71.713905) + (xy 178.980012 71.78497) (xy 179.001409 71.825) (xy 178.980012 71.86503) (xy 178.958455 71.936095) (xy 178.951176 72.01) + (xy 178.951176 72.91) (xy 178.958455 72.983905) (xy 178.980012 73.05497) (xy 179.001409 73.095) (xy 178.980012 73.13503) + (xy 178.958455 73.206095) (xy 178.951176 73.28) (xy 178.951176 74.18) (xy 178.958455 74.253905) (xy 178.980012 74.32497) + (xy 179.001409 74.365) (xy 178.980012 74.40503) (xy 178.958455 74.476095) (xy 178.951176 74.55) (xy 178.951176 75.45) + (xy 178.958455 75.523905) (xy 178.980012 75.59497) (xy 179.001409 75.635) (xy 178.980012 75.67503) (xy 178.958455 75.746095) + (xy 178.951176 75.82) (xy 178.951176 76.72) (xy 178.958455 76.793905) (xy 178.980012 76.86497) (xy 179.015019 76.930463) + (xy 179.062131 76.987869) (xy 179.119537 77.034981) (xy 179.18503 77.069988) (xy 179.256095 77.091545) (xy 179.33 77.098824) + (xy 181.33 77.098824) (xy 181.403905 77.091545) (xy 181.448 77.078169) (xy 181.448001 86.594576) (xy 181.37414 86.668437) + (xy 181.30005 86.77932) (xy 181.249016 86.902526) (xy 181.223 87.033321) (xy 181.223 87.166679) (xy 181.249016 87.297474) + (xy 181.30005 87.42068) (xy 181.37414 87.531563) (xy 181.468437 87.62586) (xy 181.57932 87.69995) (xy 181.702526 87.750984) + (xy 181.833321 87.777) (xy 181.966679 87.777) (xy 182.048 87.760825) (xy 182.048001 101.912775) (xy 178.177 105.783777) + (xy 178.177 105.733321) (xy 178.150984 105.602526) (xy 178.09995 105.47932) (xy 178.02586 105.368437) (xy 177.952 105.294577) + (xy 177.952 92.305423) (xy 178.02586 92.231563) (xy 178.09995 92.12068) (xy 178.150984 91.997474) (xy 178.177 91.866679) + (xy 178.177 91.733321) (xy 178.150984 91.602526) (xy 178.09995 91.47932) (xy 178.02586 91.368437) (xy 177.931563 91.27414) + (xy 177.82068 91.20005) (xy 177.697474 91.149016) (xy 177.566679 91.123) (xy 177.433321 91.123) (xy 177.302526 91.149016) + (xy 177.17932 91.20005) (xy 177.152 91.218305) (xy 177.152 85.622204) (xy 177.154187 85.599999) (xy 177.14546 85.511392) + (xy 177.139444 85.491562) (xy 177.119614 85.42619) (xy 177.077643 85.347667) (xy 177.021159 85.278841) (xy 177.00391 85.264686) + (xy 175.141223 83.402) (xy 178.594577 83.402) (xy 178.668437 83.47586) (xy 178.77932 83.54995) (xy 178.902526 83.600984) + (xy 179.033321 83.627) (xy 179.166679 83.627) (xy 179.297474 83.600984) (xy 179.42068 83.54995) (xy 179.531563 83.47586) + (xy 179.62586 83.381563) (xy 179.69995 83.27068) (xy 179.750984 83.147474) (xy 179.777 83.016679) (xy 179.777 83.016224) + (xy 179.948001 83.187225) (xy 179.948 95.594577) (xy 179.87414 95.668437) (xy 179.80005 95.77932) (xy 179.749016 95.902526) + (xy 179.723 96.033321) (xy 179.723 96.166679) (xy 179.749016 96.297474) (xy 179.80005 96.42068) (xy 179.87414 96.531563) + (xy 179.968437 96.62586) (xy 180.07932 96.69995) (xy 180.202526 96.750984) (xy 180.333321 96.777) (xy 180.466679 96.777) + (xy 180.597474 96.750984) (xy 180.72068 96.69995) (xy 180.831563 96.62586) (xy 180.92586 96.531563) (xy 180.99995 96.42068) + (xy 181.050984 96.297474) (xy 181.077 96.166679) (xy 181.077 96.033321) (xy 181.050984 95.902526) (xy 180.99995 95.77932) + (xy 180.92586 95.668437) (xy 180.852 95.594577) (xy 180.852 83.022205) (xy 180.854187 83) (xy 180.84546 82.911392) + (xy 180.819614 82.82619) (xy 180.795685 82.781422) (xy 180.777643 82.747667) (xy 180.721159 82.678841) (xy 180.703905 82.664681) + (xy 179.635323 81.5961) (xy 179.621159 81.578841) (xy 179.552333 81.522357) (xy 179.47381 81.480386) (xy 179.388607 81.45454) + (xy 179.322205 81.448) (xy 179.3 81.445813) (xy 179.277795 81.448) (xy 176.504678 81.448) (xy 176.62068 81.39995) + (xy 176.731563 81.32586) (xy 176.82586 81.231563) (xy 176.89995 81.12068) (xy 176.950984 80.997474) (xy 176.977 80.866679) + (xy 176.977 80.733321) (xy 176.950984 80.602526) (xy 176.89995 80.47932) (xy 176.82586 80.368437) (xy 176.731563 80.27414) + (xy 176.727 80.271091) (xy 176.727 78.648627) (xy 176.798905 78.641545) (xy 176.86997 78.619988) (xy 176.91 78.598591) + (xy 176.95003 78.619988) (xy 177.021095 78.641545) (xy 177.093001 78.648627) (xy 177.093001 79.457727) (xy 177.068437 79.47414) + (xy 176.97414 79.568437) (xy 176.90005 79.67932) (xy 176.849016 79.802526) (xy 176.823 79.933321) (xy 176.823 80.066679) + (xy 176.849016 80.197474) (xy 176.90005 80.32068) (xy 176.97414 80.431563) (xy 177.068437 80.52586) (xy 177.17932 80.59995) + (xy 177.302526 80.650984) (xy 177.433321 80.677) (xy 177.566679 80.677) (xy 177.697474 80.650984) (xy 177.82068 80.59995) + (xy 177.931563 80.52586) (xy 178.02586 80.431563) (xy 178.09995 80.32068) (xy 178.150984 80.197474) (xy 178.177 80.066679) + (xy 178.177 79.933321) (xy 178.150984 79.802526) (xy 178.09995 79.67932) (xy 178.02586 79.568437) (xy 177.997 79.539577) + (xy 177.997 78.648627) (xy 178.068905 78.641545) (xy 178.13997 78.619988) (xy 178.205463 78.584981) (xy 178.262869 78.537869) + (xy 178.309981 78.480463) (xy 178.344988 78.41497) (xy 178.366545 78.343905) (xy 178.373824 78.27) (xy 178.373824 76.27) + (xy 178.366545 76.196095) (xy 178.344988 76.12503) (xy 178.309981 76.059537) (xy 178.262869 76.002131) (xy 178.205463 75.955019) + (xy 178.13997 75.920012) (xy 178.068905 75.898455) (xy 177.995 75.891176) (xy 177.095 75.891176) (xy 177.021095 75.898455) + (xy 176.95003 75.920012) (xy 176.91 75.941409) (xy 176.86997 75.920012) (xy 176.798905 75.898455) (xy 176.725 75.891176) + (xy 175.825 75.891176) (xy 175.751095 75.898455) (xy 175.68003 75.920012) (xy 175.64 75.941409) (xy 175.59997 75.920012) + (xy 175.528905 75.898455) (xy 175.455 75.891176) (xy 174.555 75.891176) (xy 174.481095 75.898455) (xy 174.41003 75.920012) + (xy 174.37 75.941409) (xy 174.32997 75.920012) (xy 174.258905 75.898455) (xy 174.185 75.891176) (xy 173.285 75.891176) + (xy 173.211095 75.898455) (xy 173.14003 75.920012) (xy 173.1 75.941409) (xy 173.05997 75.920012) (xy 172.988905 75.898455) + (xy 172.915 75.891176) (xy 172.015 75.891176) (xy 171.941095 75.898455) (xy 171.87003 75.920012) (xy 171.83 75.941409) + (xy 171.78997 75.920012) (xy 171.718905 75.898455) (xy 171.645 75.891176) (xy 170.745 75.891176) (xy 170.671095 75.898455) + (xy 170.60003 75.920012) (xy 170.56 75.941409) (xy 170.51997 75.920012) (xy 170.448905 75.898455) (xy 170.375 75.891176) + (xy 169.475 75.891176) (xy 169.401095 75.898455) (xy 169.33003 75.920012) (xy 169.29 75.941409) (xy 169.24997 75.920012) + (xy 169.178905 75.898455) (xy 169.105 75.891176) (xy 168.205 75.891176) (xy 168.131095 75.898455) (xy 168.06003 75.920012) + (xy 168.02 75.941409) (xy 167.97997 75.920012) (xy 167.908905 75.898455) (xy 167.835 75.891176) (xy 167.07557 75.891176) + (xy 167.016185 75.818815) (xy 166.919494 75.739463) (xy 166.80918 75.680498) (xy 166.689482 75.644188) (xy 166.565 75.631928) + (xy 166.40075 75.635) (xy 166.242 75.79375) (xy 166.242 77.143) (xy 166.262 77.143) (xy 166.262 77.397) + (xy 166.242 77.397) (xy 166.242 78.74625) (xy 166.40075 78.905) (xy 166.565 78.908072) (xy 166.689482 78.895812) + (xy 166.80918 78.859502) (xy 166.919494 78.800537) (xy 166.948 78.777142) (xy 166.948 79.744577) (xy 166.87414 79.818437) + (xy 166.80005 79.92932) (xy 166.749016 80.052526) (xy 166.723 80.183321) (xy 166.723 80.316679) (xy 166.749016 80.447474) + (xy 166.80005 80.57068) (xy 166.87414 80.681563) (xy 166.968437 80.77586) (xy 167.07932 80.84995) (xy 167.202526 80.900984) + (xy 167.333321 80.927) (xy 167.466679 80.927) (xy 167.597474 80.900984) (xy 167.72068 80.84995) (xy 167.831563 80.77586) + (xy 167.92586 80.681563) (xy 167.99995 80.57068) (xy 168.050984 80.447474) (xy 168.077 80.316679) (xy 168.077 80.183321) + (xy 168.050984 80.052526) (xy 167.99995 79.92932) (xy 167.92586 79.818437) (xy 167.852 79.744577) (xy 167.852 78.64715) + (xy 167.908905 78.641545) (xy 167.97997 78.619988) (xy 168.02 78.598591) (xy 168.06003 78.619988) (xy 168.131095 78.641545) + (xy 168.205 78.648824) (xy 169.105 78.648824) (xy 169.178905 78.641545) (xy 169.24997 78.619988) (xy 169.29 78.598591) + (xy 169.33003 78.619988) (xy 169.401095 78.641545) (xy 169.475 78.648824) (xy 170.375 78.648824) (xy 170.448905 78.641545) + (xy 170.51997 78.619988) (xy 170.56 78.598591) (xy 170.60003 78.619988) (xy 170.671095 78.641545) (xy 170.745 78.648824) + (xy 171.645 78.648824) (xy 171.718905 78.641545) (xy 171.78997 78.619988) (xy 171.83 78.598591) (xy 171.87003 78.619988) + (xy 171.941095 78.641545) (xy 172.015 78.648824) (xy 172.915 78.648824) (xy 172.988905 78.641545) (xy 173.05997 78.619988) + (xy 173.1 78.598591) (xy 173.14003 78.619988) (xy 173.211095 78.641545) (xy 173.285 78.648824) (xy 174.185 78.648824) + (xy 174.258905 78.641545) (xy 174.32997 78.619988) (xy 174.37 78.598591) (xy 174.41003 78.619988) (xy 174.481095 78.641545) + (xy 174.555 78.648824) (xy 175.455 78.648824) (xy 175.528905 78.641545) (xy 175.59997 78.619988) (xy 175.64 78.598591) + (xy 175.68003 78.619988) (xy 175.751095 78.641545) (xy 175.823 78.648627) (xy 175.823001 80.319576) (xy 175.77414 80.368437) + (xy 175.70005 80.47932) (xy 175.649016 80.602526) (xy 175.623 80.733321) (xy 175.623 80.866679) (xy 175.649016 80.997474) + (xy 175.70005 81.12068) (xy 175.77414 81.231563) (xy 175.868437 81.32586) (xy 175.97932 81.39995) (xy 176.095322 81.448) + (xy 159.737224 81.448) (xy 158.044395 79.755172) (xy 158.044395 73.774848) (xy 158.907244 72.912) (xy 161.951373 72.912) + (xy 161.958455 72.983905) (xy 161.980012 73.05497) (xy 162.001409 73.095) (xy 161.980012 73.13503) (xy 161.958455 73.206095) + (xy 161.951373 73.278) (xy 159.692204 73.278) (xy 159.669999 73.275813) (xy 159.581392 73.28454) (xy 159.49619 73.310386) + (xy 159.417667 73.352357) (xy 159.348841 73.408841) (xy 159.334685 73.42609) (xy 159.037776 73.723) (xy 158.933321 73.723) + (xy 158.802526 73.749016) (xy 158.67932 73.80005) (xy 158.568437 73.87414) (xy 158.47414 73.968437) (xy 158.40005 74.07932) + (xy 158.349016 74.202526) (xy 158.323 74.333321) (xy 158.323 74.466679) (xy 158.349016 74.597474) (xy 158.40005 74.72068) + (xy 158.47414 74.831563) (xy 158.568437 74.92586) (xy 158.67932 74.99995) (xy 158.802526 75.050984) (xy 158.933321 75.077) + (xy 159.066679 75.077) (xy 159.197474 75.050984) (xy 159.32068 74.99995) (xy 159.431563 74.92586) (xy 159.52586 74.831563) + (xy 159.59995 74.72068) (xy 159.650984 74.597474) (xy 159.677 74.466679) (xy 159.677 74.362224) (xy 159.857225 74.182) + (xy 161.951373 74.182) (xy 161.958455 74.253905) (xy 161.980012 74.32497) (xy 162.001409 74.365) (xy 161.980012 74.40503) + (xy 161.958455 74.476095) (xy 161.951373 74.548) (xy 161.622204 74.548) (xy 161.599999 74.545813) (xy 161.511392 74.55454) + (xy 161.491562 74.560556) (xy 161.42619 74.580386) (xy 161.347667 74.622357) (xy 161.278841 74.678841) (xy 161.264685 74.69609) + (xy 160.396096 75.564681) (xy 160.378842 75.578841) (xy 160.342602 75.623) (xy 160.322358 75.647667) (xy 160.280386 75.726191) + (xy 160.25454 75.811393) (xy 160.245813 75.9) (xy 160.248001 75.922215) (xy 160.248 77.394577) (xy 160.17414 77.468437) + (xy 160.10005 77.57932) (xy 160.049016 77.702526) (xy 160.023 77.833321) (xy 160.023 77.966679) (xy 160.049016 78.097474) + (xy 160.10005 78.22068) (xy 160.17414 78.331563) (xy 160.268437 78.42586) (xy 160.37932 78.49995) (xy 160.502526 78.550984) + (xy 160.633321 78.577) (xy 160.766679 78.577) (xy 160.897474 78.550984) (xy 161.02068 78.49995) (xy 161.131563 78.42586) + (xy 161.22586 78.331563) (xy 161.266995 78.27) (xy 165.026928 78.27) (xy 165.039188 78.394482) (xy 165.075498 78.51418) + (xy 165.134463 78.624494) (xy 165.213815 78.721185) (xy 165.310506 78.800537) (xy 165.42082 78.859502) (xy 165.540518 78.895812) + (xy 165.665 78.908072) (xy 165.82925 78.905) (xy 165.988 78.74625) (xy 165.988 77.397) (xy 165.18875 77.397) + (xy 165.03 77.55575) (xy 165.026928 78.27) (xy 161.266995 78.27) (xy 161.29995 78.22068) (xy 161.350984 78.097474) + (xy 161.377 77.966679) (xy 161.377 77.833321) (xy 161.350984 77.702526) (xy 161.29995 77.57932) (xy 161.22586 77.468437) + (xy 161.152 77.394577) (xy 161.152 76.881695) (xy 161.17932 76.89995) (xy 161.302526 76.950984) (xy 161.433321 76.977) + (xy 161.566679 76.977) (xy 161.697474 76.950984) (xy 161.82068 76.89995) (xy 161.931563 76.82586) (xy 161.959633 76.79779) + (xy 161.980012 76.86497) (xy 162.015019 76.930463) (xy 162.062131 76.987869) (xy 162.119537 77.034981) (xy 162.18503 77.069988) + (xy 162.256095 77.091545) (xy 162.33 77.098824) (xy 164.33 77.098824) (xy 164.403905 77.091545) (xy 164.47497 77.069988) + (xy 164.540463 77.034981) (xy 164.597869 76.987869) (xy 164.644981 76.930463) (xy 164.679988 76.86497) (xy 164.701545 76.793905) + (xy 164.708824 76.72) (xy 164.708824 76.27) (xy 165.026928 76.27) (xy 165.03 76.98425) (xy 165.18875 77.143) + (xy 165.988 77.143) (xy 165.988 75.79375) (xy 165.82925 75.635) (xy 165.665 75.631928) (xy 165.540518 75.644188) + (xy 165.42082 75.680498) (xy 165.310506 75.739463) (xy 165.213815 75.818815) (xy 165.134463 75.915506) (xy 165.075498 76.02582) + (xy 165.039188 76.145518) (xy 165.026928 76.27) (xy 164.708824 76.27) (xy 164.708824 75.82) (xy 164.701545 75.746095) + (xy 164.679988 75.67503) (xy 164.658591 75.635) (xy 164.679988 75.59497) (xy 164.701545 75.523905) (xy 164.708824 75.45) + (xy 164.708824 74.55) (xy 164.701545 74.476095) (xy 164.679988 74.40503) (xy 164.658591 74.365) (xy 164.679988 74.32497) + (xy 164.701545 74.253905) (xy 164.708824 74.18) (xy 164.708824 73.28) (xy 164.701545 73.206095) (xy 164.679988 73.13503) + (xy 164.658591 73.095) (xy 164.679988 73.05497) (xy 164.701545 72.983905) (xy 164.708824 72.91) (xy 164.708824 72.01) + (xy 164.701545 71.936095) (xy 164.679988 71.86503) (xy 164.658591 71.825) (xy 164.679988 71.78497) (xy 164.701545 71.713905) + (xy 164.708824 71.64) (xy 164.708824 70.74) (xy 164.701545 70.666095) (xy 164.679988 70.59503) (xy 164.658591 70.555) + (xy 164.679988 70.51497) (xy 164.701545 70.443905) (xy 164.708824 70.37) (xy 164.708824 69.76) (xy 167.691928 69.76) + (xy 167.704188 69.884482) (xy 167.740498 70.00418) (xy 167.799463 70.114494) (xy 167.878815 70.211185) (xy 167.975506 70.290537) + (xy 168.08582 70.349502) (xy 168.205518 70.385812) (xy 168.33 70.398072) (xy 170.54425 70.395) (xy 170.703 70.23625) + (xy 170.703 67.387) (xy 170.957 67.387) (xy 170.957 70.23625) (xy 171.11575 70.395) (xy 173.33 70.398072) + (xy 173.454482 70.385812) (xy 173.57418 70.349502) (xy 173.684494 70.290537) (xy 173.781185 70.211185) (xy 173.860537 70.114494) + (xy 173.919502 70.00418) (xy 173.955812 69.884482) (xy 173.968072 69.76) (xy 173.965 67.54575) (xy 173.80625 67.387) + (xy 170.957 67.387) (xy 170.703 67.387) (xy 167.85375 67.387) (xy 167.695 67.54575) (xy 167.691928 69.76) + (xy 164.708824 69.76) (xy 164.708824 69.47) (xy 164.701545 69.396095) (xy 164.679988 69.32503) (xy 164.658591 69.285) + (xy 164.679988 69.24497) (xy 164.701545 69.173905) (xy 164.708824 69.1) (xy 164.708824 68.2) (xy 164.701545 68.126095) + (xy 164.679988 68.05503) (xy 164.658591 68.015) (xy 164.679988 67.97497) (xy 164.701545 67.903905) (xy 164.708824 67.83) + (xy 164.708824 66.93) (xy 164.701545 66.856095) (xy 164.679988 66.78503) (xy 164.658591 66.745) (xy 164.679988 66.70497) + (xy 164.701545 66.633905) (xy 164.708824 66.56) (xy 164.708824 65.66) (xy 164.701545 65.586095) (xy 164.679988 65.51503) + (xy 164.658591 65.475) (xy 164.679988 65.43497) (xy 164.701545 65.363905) (xy 164.708824 65.29) (xy 164.708824 64.76) + (xy 167.691928 64.76) (xy 167.695 66.97425) (xy 167.85375 67.133) (xy 170.703 67.133) (xy 170.703 64.28375) + (xy 170.957 64.28375) (xy 170.957 67.133) (xy 173.80625 67.133) (xy 173.965 66.97425) (xy 173.968072 64.76) + (xy 173.955812 64.635518) (xy 173.919502 64.51582) (xy 173.860537 64.405506) (xy 173.781185 64.308815) (xy 173.684494 64.229463) + (xy 173.57418 64.170498) (xy 173.454482 64.134188) (xy 173.33 64.121928) (xy 171.11575 64.125) (xy 170.957 64.28375) + (xy 170.703 64.28375) (xy 170.54425 64.125) (xy 168.33 64.121928) (xy 168.205518 64.134188) (xy 168.08582 64.170498) + (xy 167.975506 64.229463) (xy 167.878815 64.308815) (xy 167.799463 64.405506) (xy 167.740498 64.51582) (xy 167.704188 64.635518) + (xy 167.691928 64.76) (xy 164.708824 64.76) (xy 164.708824 64.39) (xy 164.701545 64.316095) (xy 164.679988 64.24503) + (xy 164.658591 64.205) (xy 164.679988 64.16497) (xy 164.701545 64.093905) (xy 164.708824 64.02) (xy 164.708824 63.12) + (xy 164.701545 63.046095) (xy 164.679988 62.97503) (xy 164.658591 62.935) (xy 164.679988 62.89497) (xy 164.701545 62.823905) + (xy 164.708824 62.75) (xy 164.708824 61.85) (xy 164.701545 61.776095) (xy 164.679988 61.70503) (xy 164.658591 61.665) + (xy 164.679988 61.62497) (xy 164.701545 61.553905) (xy 164.708824 61.48) (xy 164.708824 60.72057) (xy 164.781185 60.661185) + (xy 164.860537 60.564494) (xy 164.919502 60.45418) (xy 164.955812 60.334482) (xy 164.968072 60.21) (xy 164.965 60.04575) + (xy 164.80625 59.887) (xy 163.457 59.887) (xy 163.457 59.907) (xy 163.203 59.907) (xy 163.203 59.887) + (xy 163.183 59.887) (xy 163.183 59.633) (xy 163.203 59.633) (xy 163.203 59.613) (xy 163.457 59.613) + (xy 163.457 59.633) (xy 164.80625 59.633) (xy 164.965 59.47425) (xy 164.968072 59.31) (xy 164.955812 59.185518) + (xy 164.938061 59.127) (xy 178.721939 59.127) (xy 178.704188 59.185518) (xy 178.691928 59.31) (xy 178.695 59.47425) + (xy 178.85375 59.633) (xy 180.203 59.633) (xy 180.203 59.613) (xy 180.457 59.613) (xy 180.457 59.633) + (xy 181.80625 59.633) (xy 181.965 59.47425) (xy 181.968072 59.31) (xy 181.955812 59.185518) (xy 181.938061 59.127) + (xy 195.373 59.127) (xy 195.373001 145.972063) (xy 195.301434 146.77395) (xy 195.177 147.228808) (xy 195.177 146.687093) + (xy 195.05491 146.073303) (xy 194.815421 145.495126) (xy 194.467737 144.974781) (xy 194.025219 144.532263) (xy 193.504874 144.184579) + (xy 192.926697 143.94509) (xy 192.312907 143.823) (xy 191.687093 143.823) (xy 191.073303 143.94509) (xy 190.495126 144.184579) + (xy 189.974781 144.532263) (xy 189.532263 144.974781) (xy 189.184579 145.495126) (xy 188.94509 146.073303) (xy 188.823 146.687093) + (xy 188.823 147.312907) (xy 188.94509 147.926697) (xy 189.184579 148.504874) (xy 189.532263 149.025219) (xy 189.974781 149.467737) + (xy 190.495126 149.815421) (xy 191.073303 150.05491) (xy 191.687093 150.177) (xy 192.249184 150.177) (xy 191.633632 150.324781) + (xy 190.977012 150.373) (xy 101.027926 150.373) (xy 100.22605 150.301434) (xy 99.771192 150.177) (xy 100.312907 150.177) + (xy 100.926697 150.05491) (xy 101.504874 149.815421) (xy 102.025219 149.467737) (xy 102.467737 149.025219) (xy 102.554861 148.894828) + (xy 103.412167 148.894828) (xy 103.412167 149.105172) (xy 103.453203 149.311475) (xy 103.533698 149.505809) (xy 103.65056 149.680704) + (xy 103.799296 149.82944) (xy 103.974191 149.946302) (xy 104.168525 150.026797) (xy 104.374828 150.067833) (xy 104.585172 150.067833) + (xy 104.791475 150.026797) (xy 104.985809 149.946302) (xy 105.160704 149.82944) (xy 105.30944 149.680704) (xy 105.426302 149.505809) + (xy 105.506797 149.311475) (xy 105.547833 149.105172) (xy 105.547833 148.894828) (xy 105.506797 148.688525) (xy 105.426302 148.494191) + (xy 105.30944 148.319296) (xy 105.160704 148.17056) (xy 105.129935 148.15) (xy 177.111928 148.15) (xy 177.124188 148.274482) + (xy 177.160498 148.39418) (xy 177.219463 148.504494) (xy 177.298815 148.601185) (xy 177.395506 148.680537) (xy 177.50582 148.739502) + (xy 177.625518 148.775812) (xy 177.75 148.788072) (xy 177.81425 148.785) (xy 177.973 148.62625) (xy 177.973 147.627) + (xy 178.227 147.627) (xy 178.227 148.62625) (xy 178.38575 148.785) (xy 178.45 148.788072) (xy 178.574482 148.775812) + (xy 178.69418 148.739502) (xy 178.804494 148.680537) (xy 178.901185 148.601185) (xy 178.980537 148.504494) (xy 179.039502 148.39418) + (xy 179.075812 148.274482) (xy 179.088072 148.15) (xy 179.085 147.78575) (xy 178.92625 147.627) (xy 178.227 147.627) + (xy 177.973 147.627) (xy 177.27375 147.627) (xy 177.115 147.78575) (xy 177.111928 148.15) (xy 105.129935 148.15) + (xy 104.985809 148.053698) (xy 104.791475 147.973203) (xy 104.585172 147.932167) (xy 104.374828 147.932167) (xy 104.168525 147.973203) + (xy 103.974191 148.053698) (xy 103.799296 148.17056) (xy 103.65056 148.319296) (xy 103.533698 148.494191) (xy 103.453203 148.688525) + (xy 103.412167 148.894828) (xy 102.554861 148.894828) (xy 102.815421 148.504874) (xy 103.05491 147.926697) (xy 103.177 147.312907) + (xy 103.177 146.85) (xy 177.111928 146.85) (xy 177.115 147.21425) (xy 177.27375 147.373) (xy 177.973 147.373) + (xy 177.973 146.37375) (xy 178.227 146.37375) (xy 178.227 147.373) (xy 178.92625 147.373) (xy 179.085 147.21425) + (xy 179.088072 146.85) (xy 181.021176 146.85) (xy 181.021176 148.15) (xy 181.028455 148.223905) (xy 181.050012 148.29497) + (xy 181.085019 148.360463) (xy 181.132131 148.417869) (xy 181.189537 148.464981) (xy 181.25503 148.499988) (xy 181.326095 148.521545) + (xy 181.4 148.528824) (xy 182.1 148.528824) (xy 182.173905 148.521545) (xy 182.24497 148.499988) (xy 182.310463 148.464981) + (xy 182.367869 148.417869) (xy 182.414981 148.360463) (xy 182.449988 148.29497) (xy 182.471545 148.223905) (xy 182.478824 148.15) + (xy 182.478824 147.916934) (xy 182.552333 147.877643) (xy 182.621159 147.821159) (xy 182.635323 147.8039) (xy 185.162225 145.277) + (xy 185.266679 145.277) (xy 185.397474 145.250984) (xy 185.52068 145.19995) (xy 185.631563 145.12586) (xy 185.72586 145.031563) + (xy 185.79995 144.92068) (xy 185.850984 144.797474) (xy 185.877 144.666679) (xy 185.877 144.533321) (xy 185.850984 144.402526) + (xy 185.79995 144.27932) (xy 185.72586 144.168437) (xy 185.631563 144.07414) (xy 185.52068 144.00005) (xy 185.397474 143.949016) + (xy 185.266679 143.923) (xy 185.133321 143.923) (xy 185.002526 143.949016) (xy 184.87932 144.00005) (xy 184.768437 144.07414) + (xy 184.67414 144.168437) (xy 184.60005 144.27932) (xy 184.549016 144.402526) (xy 184.523 144.533321) (xy 184.523 144.637775) + (xy 182.451328 146.709448) (xy 182.449988 146.70503) (xy 182.414981 146.639537) (xy 182.367869 146.582131) (xy 182.310463 146.535019) + (xy 182.24497 146.500012) (xy 182.173905 146.478455) (xy 182.1 146.471176) (xy 181.4 146.471176) (xy 181.326095 146.478455) + (xy 181.25503 146.500012) (xy 181.189537 146.535019) (xy 181.132131 146.582131) (xy 181.085019 146.639537) (xy 181.050012 146.70503) + (xy 181.028455 146.776095) (xy 181.021176 146.85) (xy 179.088072 146.85) (xy 179.075812 146.725518) (xy 179.039502 146.60582) + (xy 178.980537 146.495506) (xy 178.901185 146.398815) (xy 178.804494 146.319463) (xy 178.69418 146.260498) (xy 178.574482 146.224188) + (xy 178.45 146.211928) (xy 178.38575 146.215) (xy 178.227 146.37375) (xy 177.973 146.37375) (xy 177.81425 146.215) + (xy 177.75 146.211928) (xy 177.625518 146.224188) (xy 177.50582 146.260498) (xy 177.395506 146.319463) (xy 177.298815 146.398815) + (xy 177.219463 146.495506) (xy 177.160498 146.60582) (xy 177.124188 146.725518) (xy 177.111928 146.85) (xy 103.177 146.85) + (xy 103.177 146.687093) (xy 103.05491 146.073303) (xy 103.003837 145.95) (xy 134.511928 145.95) (xy 134.524188 146.074482) + (xy 134.560498 146.19418) (xy 134.619463 146.304494) (xy 134.698815 146.401185) (xy 134.795506 146.480537) (xy 134.90582 146.539502) + (xy 135.025518 146.575812) (xy 135.15 146.588072) (xy 135.31425 146.585) (xy 135.473 146.42625) (xy 135.473 145.677) + (xy 135.727 145.677) (xy 135.727 146.42625) (xy 135.88575 146.585) (xy 136.05 146.588072) (xy 136.174482 146.575812) + (xy 136.29418 146.539502) (xy 136.404494 146.480537) (xy 136.501185 146.401185) (xy 136.580537 146.304494) (xy 136.639502 146.19418) + (xy 136.675812 146.074482) (xy 136.688072 145.95) (xy 136.685 145.83575) (xy 136.52625 145.677) (xy 135.727 145.677) + (xy 135.473 145.677) (xy 134.67375 145.677) (xy 134.515 145.83575) (xy 134.511928 145.95) (xy 103.003837 145.95) + (xy 102.815421 145.495126) (xy 102.48843 145.00575) (xy 132.645 145.00575) (xy 132.655774 145.122202) (xy 132.693559 145.241442) + (xy 132.753882 145.35102) (xy 132.834422 145.446724) (xy 132.932086 145.524876) (xy 133.043121 145.582473) (xy 133.163258 145.617301) + (xy 133.287881 145.628023) (xy 133.31425 145.625) (xy 133.473 145.46625) (xy 133.473 144.847) (xy 133.727 144.847) + (xy 133.727 145.46625) (xy 133.88575 145.625) (xy 133.912119 145.628023) (xy 134.036742 145.617301) (xy 134.156879 145.582473) + (xy 134.267914 145.524876) (xy 134.365578 145.446724) (xy 134.446118 145.35102) (xy 134.506441 145.241442) (xy 134.513765 145.218329) + (xy 134.515 145.26425) (xy 134.67375 145.423) (xy 135.473 145.423) (xy 135.473 144.67375) (xy 135.727 144.67375) + (xy 135.727 145.423) (xy 136.52625 145.423) (xy 136.685 145.26425) (xy 136.688072 145.15) (xy 136.675812 145.025518) + (xy 136.639502 144.90582) (xy 136.580537 144.795506) (xy 136.501185 144.698815) (xy 136.404494 144.619463) (xy 136.29418 144.560498) + (xy 136.174482 144.524188) (xy 136.05 144.511928) (xy 135.88575 144.515) (xy 135.727 144.67375) (xy 135.473 144.67375) + (xy 135.31425 144.515) (xy 135.15 144.511928) (xy 135.025518 144.524188) (xy 134.90582 144.560498) (xy 134.795506 144.619463) + (xy 134.698815 144.698815) (xy 134.619463 144.795506) (xy 134.560498 144.90582) (xy 134.53596 144.98671) (xy 134.39625 144.847) + (xy 133.727 144.847) (xy 133.473 144.847) (xy 132.80375 144.847) (xy 132.645 145.00575) (xy 102.48843 145.00575) + (xy 102.467737 144.974781) (xy 102.025219 144.532263) (xy 101.878533 144.43425) (xy 132.645 144.43425) (xy 132.80375 144.593) + (xy 133.473 144.593) (xy 133.473 144.573) (xy 133.727 144.573) (xy 133.727 144.593) (xy 134.39625 144.593) + (xy 134.555 144.43425) (xy 134.544226 144.317798) (xy 134.531298 144.277) (xy 134.848591 144.277) (xy 134.882131 144.317869) + (xy 134.939537 144.364981) (xy 135.00503 144.399988) (xy 135.076095 144.421545) (xy 135.15 144.428824) (xy 136.05 144.428824) + (xy 136.123905 144.421545) (xy 136.19497 144.399988) (xy 136.260463 144.364981) (xy 136.317869 144.317869) (xy 136.364981 144.260463) + (xy 136.399988 144.19497) (xy 136.421545 144.123905) (xy 136.428824 144.05) (xy 136.428824 143.25) (xy 136.421545 143.176095) + (xy 136.399988 143.10503) (xy 136.364981 143.039537) (xy 136.317869 142.982131) (xy 136.260463 142.935019) (xy 136.19497 142.900012) + (xy 136.123905 142.878455) (xy 136.05 142.871176) (xy 135.15 142.871176) (xy 135.076095 142.878455) (xy 135.00503 142.900012) + (xy 134.939537 142.935019) (xy 134.882131 142.982131) (xy 134.848591 143.023) (xy 134.052 143.023) (xy 134.052 141.2) + (xy 136.621176 141.2) (xy 136.621176 142.1) (xy 136.628455 142.173905) (xy 136.650012 142.24497) (xy 136.685019 142.310463) + (xy 136.732131 142.367869) (xy 136.789537 142.414981) (xy 136.85503 142.449988) (xy 136.926095 142.471545) (xy 136.973 142.476165) + (xy 136.973001 143.867132) (xy 136.939537 143.885019) (xy 136.882131 143.932131) (xy 136.835019 143.989537) (xy 136.800012 144.05503) + (xy 136.778455 144.126095) (xy 136.771176 144.2) (xy 136.771176 145) (xy 136.778455 145.073905) (xy 136.800012 145.14497) + (xy 136.835019 145.210463) (xy 136.882131 145.267869) (xy 136.939537 145.314981) (xy 137.00503 145.349988) (xy 137.076095 145.371545) + (xy 137.15 145.378824) (xy 138.05 145.378824) (xy 138.123905 145.371545) (xy 138.19497 145.349988) (xy 138.260463 145.314981) + (xy 138.317869 145.267869) (xy 138.351409 145.227) (xy 148.869206 145.227) (xy 148.9 145.230033) (xy 148.930794 145.227) + (xy 149.022913 145.217927) (xy 149.141103 145.182075) (xy 149.250028 145.123853) (xy 149.345501 145.045501) (xy 149.365138 145.021573) + (xy 150.211578 144.175134) (xy 150.235501 144.155501) (xy 150.313853 144.060028) (xy 150.372075 143.951103) (xy 150.407927 143.832913) + (xy 150.417 143.740794) (xy 150.420033 143.710001) (xy 150.417 143.679207) (xy 150.417 143.230743) (xy 150.442254 143.220282) + (xy 150.667787 143.069586) (xy 150.859586 142.877787) (xy 151.010282 142.652254) (xy 151.114083 142.401656) (xy 151.167 142.135623) + (xy 151.167 141.864377) (xy 151.114083 141.598344) (xy 151.010282 141.347746) (xy 150.944971 141.25) (xy 177.371176 141.25) + (xy 177.371176 142.55) (xy 177.378455 142.623905) (xy 177.400012 142.69497) (xy 177.435019 142.760463) (xy 177.482131 142.817869) + (xy 177.539537 142.864981) (xy 177.60503 142.899988) (xy 177.676095 142.921545) (xy 177.75 142.928824) (xy 178.45 142.928824) + (xy 178.523905 142.921545) (xy 178.59497 142.899988) (xy 178.660463 142.864981) (xy 178.717869 142.817869) (xy 178.764981 142.760463) + (xy 178.799988 142.69497) (xy 178.821545 142.623905) (xy 178.828824 142.55) (xy 178.828824 141.25) (xy 181.021176 141.25) + (xy 181.021176 142.55) (xy 181.028455 142.623905) (xy 181.050012 142.69497) (xy 181.085019 142.760463) (xy 181.132131 142.817869) + (xy 181.189537 142.864981) (xy 181.25503 142.899988) (xy 181.326095 142.921545) (xy 181.4 142.928824) (xy 182.1 142.928824) + (xy 182.173905 142.921545) (xy 182.24497 142.899988) (xy 182.310463 142.864981) (xy 182.367869 142.817869) (xy 182.414981 142.760463) + (xy 182.449988 142.69497) (xy 182.471545 142.623905) (xy 182.478824 142.55) (xy 182.478824 141.25) (xy 182.471545 141.176095) + (xy 182.449988 141.10503) (xy 182.414981 141.039537) (xy 182.367869 140.982131) (xy 182.310463 140.935019) (xy 182.24497 140.900012) + (xy 182.173905 140.878455) (xy 182.1 140.871176) (xy 181.4 140.871176) (xy 181.326095 140.878455) (xy 181.25503 140.900012) + (xy 181.189537 140.935019) (xy 181.132131 140.982131) (xy 181.085019 141.039537) (xy 181.050012 141.10503) (xy 181.028455 141.176095) + (xy 181.021176 141.25) (xy 178.828824 141.25) (xy 178.821545 141.176095) (xy 178.799988 141.10503) (xy 178.764981 141.039537) + (xy 178.717869 140.982131) (xy 178.660463 140.935019) (xy 178.59497 140.900012) (xy 178.523905 140.878455) (xy 178.45 140.871176) + (xy 177.75 140.871176) (xy 177.676095 140.878455) (xy 177.60503 140.900012) (xy 177.539537 140.935019) (xy 177.482131 140.982131) + (xy 177.435019 141.039537) (xy 177.400012 141.10503) (xy 177.378455 141.176095) (xy 177.371176 141.25) (xy 150.944971 141.25) + (xy 150.859586 141.122213) (xy 150.667787 140.930414) (xy 150.442254 140.779718) (xy 150.191656 140.675917) (xy 149.925623 140.623) + (xy 149.654377 140.623) (xy 149.388344 140.675917) (xy 149.137746 140.779718) (xy 148.912213 140.930414) (xy 148.720414 141.122213) + (xy 148.569718 141.347746) (xy 148.465917 141.598344) (xy 148.413 141.864377) (xy 148.413 142.135623) (xy 148.465917 142.401656) + (xy 148.569718 142.652254) (xy 148.720414 142.877787) (xy 148.912213 143.069586) (xy 149.137746 143.220282) (xy 149.163001 143.230743) + (xy 149.163001 143.450287) (xy 148.640289 143.973) (xy 138.351409 143.973) (xy 138.317869 143.932131) (xy 138.260463 143.885019) + (xy 138.227 143.867133) (xy 138.227 142.476165) (xy 138.273905 142.471545) (xy 138.34497 142.449988) (xy 138.410463 142.414981) + (xy 138.467869 142.367869) (xy 138.514981 142.310463) (xy 138.549988 142.24497) (xy 138.571545 142.173905) (xy 138.578824 142.1) + (xy 138.578824 141.2) (xy 138.571545 141.126095) (xy 138.549988 141.05503) (xy 138.514981 140.989537) (xy 138.467869 140.932131) + (xy 138.410463 140.885019) (xy 138.34497 140.850012) (xy 138.273905 140.828455) (xy 138.2 140.821176) (xy 137 140.821176) + (xy 136.926095 140.828455) (xy 136.85503 140.850012) (xy 136.789537 140.885019) (xy 136.732131 140.932131) (xy 136.685019 140.989537) + (xy 136.650012 141.05503) (xy 136.628455 141.126095) (xy 136.621176 141.2) (xy 134.052 141.2) (xy 134.052 132.055423) + (xy 134.12586 131.981563) (xy 134.19995 131.87068) (xy 134.250984 131.747474) (xy 134.277 131.616679) (xy 134.277 131.483321) + (xy 134.250984 131.352526) (xy 134.19995 131.22932) (xy 134.12586 131.118437) (xy 134.031563 131.02414) (xy 133.92068 130.95005) + (xy 133.797474 130.899016) (xy 133.666679 130.873) (xy 133.533321 130.873) (xy 133.402526 130.899016) (xy 133.27932 130.95005) + (xy 133.168437 131.02414) (xy 133.07414 131.118437) (xy 133.00005 131.22932) (xy 132.949016 131.352526) (xy 132.923 131.483321) + (xy 132.923 131.616679) (xy 132.949016 131.747474) (xy 133.00005 131.87068) (xy 133.07414 131.981563) (xy 133.148001 132.055424) + (xy 133.148 141.477795) (xy 133.148 141.622204) (xy 133.148001 141.622213) (xy 133.148 143.127901) (xy 133.129535 143.137771) + (xy 133.051672 143.201672) (xy 132.987771 143.279535) (xy 132.940289 143.368368) (xy 132.911049 143.464758) (xy 132.901176 143.565) + (xy 132.901176 143.835) (xy 132.910749 143.932198) (xy 132.834422 143.993276) (xy 132.753882 144.08898) (xy 132.693559 144.198558) + (xy 132.655774 144.317798) (xy 132.645 144.43425) (xy 101.878533 144.43425) (xy 101.504874 144.184579) (xy 100.926697 143.94509) + (xy 100.312907 143.823) (xy 99.687093 143.823) (xy 99.073303 143.94509) (xy 98.495126 144.184579) (xy 97.974781 144.532263) + (xy 97.532263 144.974781) (xy 97.184579 145.495126) (xy 96.94509 146.073303) (xy 96.823 146.687093) (xy 96.823 147.249184) + (xy 96.675219 146.633632) (xy 96.627 145.977012) (xy 96.627 116.198849) (xy 118.873 116.198849) (xy 118.873 116.401151) + (xy 118.912467 116.599565) (xy 118.989885 116.786467) (xy 119.023001 116.836029) (xy 119.023 121.30692) (xy 119.018757 121.35) + (xy 119.03569 121.521922) (xy 119.064532 121.617) (xy 119.085838 121.687236) (xy 119.167273 121.839591) (xy 119.276867 121.973133) + (xy 119.310332 122.000597) (xy 121.179403 123.869668) (xy 121.206867 123.903133) (xy 121.340408 124.012727) (xy 121.492763 124.094162) + (xy 121.658078 124.14431) (xy 121.786921 124.157) (xy 121.786922 124.157) (xy 121.829999 124.161243) (xy 121.873076 124.157) + (xy 136.723001 124.157) (xy 136.723 137.643257) (xy 136.685019 137.689537) (xy 136.650012 137.75503) (xy 136.628455 137.826095) + (xy 136.621176 137.9) (xy 136.621176 138.8) (xy 136.628455 138.873905) (xy 136.650012 138.94497) (xy 136.685019 139.010463) + (xy 136.732131 139.067869) (xy 136.789537 139.114981) (xy 136.85503 139.149988) (xy 136.926095 139.171545) (xy 137 139.178824) + (xy 137.311097 139.178824) (xy 137.428078 139.21431) (xy 137.6 139.231243) (xy 137.643079 139.227) (xy 140.286735 139.227) + (xy 141.293001 140.233266) (xy 141.293001 140.929888) (xy 141.292213 140.930414) (xy 141.100414 141.122213) (xy 140.949718 141.347746) + (xy 140.845917 141.598344) (xy 140.793 141.864377) (xy 140.793 142.135623) (xy 140.845917 142.401656) (xy 140.949718 142.652254) + (xy 141.100414 142.877787) (xy 141.292213 143.069586) (xy 141.517746 143.220282) (xy 141.768344 143.324083) (xy 142.034377 143.377) + (xy 142.305623 143.377) (xy 142.571656 143.324083) (xy 142.822254 143.220282) (xy 143.047787 143.069586) (xy 143.239586 142.877787) + (xy 143.390282 142.652254) (xy 143.494083 142.401656) (xy 143.547 142.135623) (xy 143.547 141.864377) (xy 143.494083 141.598344) + (xy 143.390282 141.347746) (xy 143.239586 141.122213) (xy 143.047787 140.930414) (xy 143.047 140.929888) (xy 143.047 139.913079) + (xy 143.051243 139.87) (xy 143.03431 139.698077) (xy 142.984162 139.532763) (xy 142.952257 139.473073) (xy 142.902727 139.380408) + (xy 142.793133 139.246867) (xy 142.759668 139.219403) (xy 141.300597 137.760332) (xy 141.273133 137.726867) (xy 141.139592 137.617273) + (xy 140.987237 137.535838) (xy 140.821922 137.48569) (xy 140.693079 137.473) (xy 140.65 137.468757) (xy 140.606921 137.473) + (xy 138.477 137.473) (xy 138.477 124.157) (xy 170.283251 124.157) (xy 170.17932 124.20005) (xy 170.068437 124.27414) + (xy 169.97414 124.368437) (xy 169.90005 124.47932) (xy 169.849016 124.602526) (xy 169.823 124.733321) (xy 169.823 124.866679) + (xy 169.849016 124.997474) (xy 169.90005 125.12068) (xy 169.97414 125.231563) (xy 170.048001 125.305424) (xy 170.048 132.877795) + (xy 170.045813 132.9) (xy 170.050935 132.952) (xy 170.05454 132.988606) (xy 170.080386 133.073809) (xy 170.122357 133.152332) + (xy 170.178841 133.221159) (xy 170.1961 133.235323) (xy 175.784686 138.823911) (xy 175.798841 138.841159) (xy 175.867667 138.897643) + (xy 175.94619 138.939614) (xy 176.011562 138.959444) (xy 176.031392 138.96546) (xy 176.119999 138.974187) (xy 176.142204 138.972) + (xy 189.659129 138.972) (xy 189.712647 139.101202) (xy 189.846927 139.302167) (xy 190.017833 139.473073) (xy 190.218798 139.607353) + (xy 190.442097 139.699847) (xy 190.679151 139.747) (xy 190.920849 139.747) (xy 191.157903 139.699847) (xy 191.381202 139.607353) + (xy 191.582167 139.473073) (xy 191.753073 139.302167) (xy 191.887353 139.101202) (xy 191.979847 138.877903) (xy 192.027 138.640849) + (xy 192.027 138.399151) (xy 191.979847 138.162097) (xy 191.887353 137.938798) (xy 191.753073 137.737833) (xy 191.582167 137.566927) + (xy 191.381202 137.432647) (xy 191.157903 137.340153) (xy 190.920849 137.293) (xy 190.679151 137.293) (xy 190.442097 137.340153) + (xy 190.218798 137.432647) (xy 190.017833 137.566927) (xy 189.846927 137.737833) (xy 189.712647 137.938798) (xy 189.659129 138.068) + (xy 176.307225 138.068) (xy 174.098376 135.859151) (xy 189.573 135.859151) (xy 189.573 136.100849) (xy 189.620153 136.337903) + (xy 189.712647 136.561202) (xy 189.846927 136.762167) (xy 190.017833 136.933073) (xy 190.218798 137.067353) (xy 190.442097 137.159847) + (xy 190.679151 137.207) (xy 190.920849 137.207) (xy 191.157903 137.159847) (xy 191.381202 137.067353) (xy 191.582167 136.933073) + (xy 191.753073 136.762167) (xy 191.887353 136.561202) (xy 191.979847 136.337903) (xy 192.027 136.100849) (xy 192.027 135.859151) + (xy 191.979847 135.622097) (xy 191.887353 135.398798) (xy 191.753073 135.197833) (xy 191.582167 135.026927) (xy 191.381202 134.892647) + (xy 191.157903 134.800153) (xy 190.920849 134.753) (xy 190.679151 134.753) (xy 190.442097 134.800153) (xy 190.218798 134.892647) + (xy 190.017833 135.026927) (xy 189.846927 135.197833) (xy 189.712647 135.398798) (xy 189.620153 135.622097) (xy 189.573 135.859151) + (xy 174.098376 135.859151) (xy 171.558375 133.319151) (xy 189.573 133.319151) (xy 189.573 133.560849) (xy 189.620153 133.797903) + (xy 189.712647 134.021202) (xy 189.846927 134.222167) (xy 190.017833 134.393073) (xy 190.218798 134.527353) (xy 190.442097 134.619847) + (xy 190.679151 134.667) (xy 190.920849 134.667) (xy 191.157903 134.619847) (xy 191.381202 134.527353) (xy 191.582167 134.393073) + (xy 191.753073 134.222167) (xy 191.887353 134.021202) (xy 191.979847 133.797903) (xy 192.027 133.560849) (xy 192.027 133.319151) + (xy 191.979847 133.082097) (xy 191.887353 132.858798) (xy 191.753073 132.657833) (xy 191.582167 132.486927) (xy 191.381202 132.352647) + (xy 191.157903 132.260153) (xy 190.920849 132.213) (xy 190.679151 132.213) (xy 190.442097 132.260153) (xy 190.218798 132.352647) + (xy 190.017833 132.486927) (xy 189.846927 132.657833) (xy 189.712647 132.858798) (xy 189.620153 133.082097) (xy 189.573 133.319151) + (xy 171.558375 133.319151) (xy 170.952 132.712777) (xy 170.952 132.433321) (xy 174.023 132.433321) (xy 174.023 132.566679) + (xy 174.049016 132.697474) (xy 174.10005 132.82068) (xy 174.17414 132.931563) (xy 174.268437 133.02586) (xy 174.37932 133.09995) + (xy 174.502526 133.150984) (xy 174.633321 133.177) (xy 174.766679 133.177) (xy 174.897474 133.150984) (xy 175.02068 133.09995) + (xy 175.131563 133.02586) (xy 175.205423 132.952) (xy 178.994577 132.952) (xy 179.068437 133.02586) (xy 179.17932 133.09995) + (xy 179.302526 133.150984) (xy 179.433321 133.177) (xy 179.566679 133.177) (xy 179.697474 133.150984) (xy 179.82068 133.09995) + (xy 179.931563 133.02586) (xy 180.02586 132.931563) (xy 180.09995 132.82068) (xy 180.150984 132.697474) (xy 180.177 132.566679) + (xy 180.177 132.433321) (xy 180.150984 132.302526) (xy 180.09995 132.17932) (xy 180.02586 132.068437) (xy 179.931563 131.97414) + (xy 179.82068 131.90005) (xy 179.697474 131.849016) (xy 179.566679 131.823) (xy 179.433321 131.823) (xy 179.302526 131.849016) + (xy 179.17932 131.90005) (xy 179.068437 131.97414) (xy 178.994577 132.048) (xy 175.205423 132.048) (xy 175.131563 131.97414) + (xy 175.02068 131.90005) (xy 174.897474 131.849016) (xy 174.766679 131.823) (xy 174.633321 131.823) (xy 174.502526 131.849016) + (xy 174.37932 131.90005) (xy 174.268437 131.97414) (xy 174.17414 132.068437) (xy 174.10005 132.17932) (xy 174.049016 132.302526) + (xy 174.023 132.433321) (xy 170.952 132.433321) (xy 170.952 130.833321) (xy 171.923 130.833321) (xy 171.923 130.966679) + (xy 171.949016 131.097474) (xy 172.00005 131.22068) (xy 172.07414 131.331563) (xy 172.168437 131.42586) (xy 172.27932 131.49995) + (xy 172.402526 131.550984) (xy 172.533321 131.577) (xy 172.666679 131.577) (xy 172.797474 131.550984) (xy 172.92068 131.49995) + (xy 173.031563 131.42586) (xy 173.105423 131.352) (xy 189.659129 131.352) (xy 189.712647 131.481202) (xy 189.846927 131.682167) + (xy 190.017833 131.853073) (xy 190.218798 131.987353) (xy 190.442097 132.079847) (xy 190.679151 132.127) (xy 190.920849 132.127) + (xy 191.157903 132.079847) (xy 191.381202 131.987353) (xy 191.582167 131.853073) (xy 191.753073 131.682167) (xy 191.887353 131.481202) + (xy 191.979847 131.257903) (xy 192.027 131.020849) (xy 192.027 130.779151) (xy 191.979847 130.542097) (xy 191.887353 130.318798) + (xy 191.753073 130.117833) (xy 191.582167 129.946927) (xy 191.381202 129.812647) (xy 191.157903 129.720153) (xy 190.920849 129.673) + (xy 190.679151 129.673) (xy 190.442097 129.720153) (xy 190.218798 129.812647) (xy 190.017833 129.946927) (xy 189.846927 130.117833) + (xy 189.712647 130.318798) (xy 189.659129 130.448) (xy 173.105423 130.448) (xy 173.031563 130.37414) (xy 172.92068 130.30005) + (xy 172.797474 130.249016) (xy 172.666679 130.223) (xy 172.533321 130.223) (xy 172.402526 130.249016) (xy 172.27932 130.30005) + (xy 172.168437 130.37414) (xy 172.07414 130.468437) (xy 172.00005 130.57932) (xy 171.949016 130.702526) (xy 171.923 130.833321) + (xy 170.952 130.833321) (xy 170.952 125.305423) (xy 171.02586 125.231563) (xy 171.09995 125.12068) (xy 171.136135 125.033321) + (xy 175.023 125.033321) (xy 175.023 125.166679) (xy 175.049016 125.297474) (xy 175.10005 125.42068) (xy 175.17414 125.531563) + (xy 175.248 125.605423) (xy 175.248001 126.477785) (xy 175.245813 126.5) (xy 175.25454 126.588607) (xy 175.280386 126.673809) + (xy 175.280387 126.67381) (xy 175.322358 126.752333) (xy 175.378842 126.821159) (xy 175.396096 126.835319) (xy 177.224686 128.66391) + (xy 177.238841 128.681159) (xy 177.307667 128.737643) (xy 177.38619 128.779614) (xy 177.451562 128.799444) (xy 177.471392 128.80546) + (xy 177.559999 128.814187) (xy 177.582204 128.812) (xy 189.659129 128.812) (xy 189.712647 128.941202) (xy 189.846927 129.142167) + (xy 190.017833 129.313073) (xy 190.218798 129.447353) (xy 190.442097 129.539847) (xy 190.679151 129.587) (xy 190.920849 129.587) + (xy 191.157903 129.539847) (xy 191.381202 129.447353) (xy 191.582167 129.313073) (xy 191.753073 129.142167) (xy 191.887353 128.941202) + (xy 191.979847 128.717903) (xy 192.027 128.480849) (xy 192.027 128.239151) (xy 191.979847 128.002097) (xy 191.887353 127.778798) + (xy 191.753073 127.577833) (xy 191.582167 127.406927) (xy 191.381202 127.272647) (xy 191.157903 127.180153) (xy 190.920849 127.133) + (xy 190.679151 127.133) (xy 190.442097 127.180153) (xy 190.218798 127.272647) (xy 190.017833 127.406927) (xy 189.846927 127.577833) + (xy 189.712647 127.778798) (xy 189.659129 127.908) (xy 177.747225 127.908) (xy 176.152 126.312777) (xy 176.152 125.699151) + (xy 189.573 125.699151) (xy 189.573 125.940849) (xy 189.620153 126.177903) (xy 189.712647 126.401202) (xy 189.846927 126.602167) + (xy 190.017833 126.773073) (xy 190.218798 126.907353) (xy 190.442097 126.999847) (xy 190.679151 127.047) (xy 190.920849 127.047) + (xy 191.157903 126.999847) (xy 191.381202 126.907353) (xy 191.582167 126.773073) (xy 191.753073 126.602167) (xy 191.887353 126.401202) + (xy 191.979847 126.177903) (xy 192.027 125.940849) (xy 192.027 125.699151) (xy 191.979847 125.462097) (xy 191.887353 125.238798) + (xy 191.753073 125.037833) (xy 191.582167 124.866927) (xy 191.381202 124.732647) (xy 191.157903 124.640153) (xy 190.920849 124.593) + (xy 190.679151 124.593) (xy 190.442097 124.640153) (xy 190.218798 124.732647) (xy 190.017833 124.866927) (xy 189.846927 125.037833) + (xy 189.712647 125.238798) (xy 189.620153 125.462097) (xy 189.573 125.699151) (xy 176.152 125.699151) (xy 176.152 125.605423) + (xy 176.22586 125.531563) (xy 176.29995 125.42068) (xy 176.350984 125.297474) (xy 176.377 125.166679) (xy 176.377 125.033321) + (xy 176.350984 124.902526) (xy 176.29995 124.77932) (xy 176.22586 124.668437) (xy 176.131563 124.57414) (xy 176.02068 124.50005) + (xy 175.897474 124.449016) (xy 175.766679 124.423) (xy 175.633321 124.423) (xy 175.502526 124.449016) (xy 175.37932 124.50005) + (xy 175.268437 124.57414) (xy 175.17414 124.668437) (xy 175.10005 124.77932) (xy 175.049016 124.902526) (xy 175.023 125.033321) + (xy 171.136135 125.033321) (xy 171.150984 124.997474) (xy 171.177 124.866679) (xy 171.177 124.733321) (xy 171.150984 124.602526) + (xy 171.09995 124.47932) (xy 171.02586 124.368437) (xy 170.931563 124.27414) (xy 170.82068 124.20005) (xy 170.716749 124.157) + (xy 189.94176 124.157) (xy 190.017833 124.233073) (xy 190.218798 124.367353) (xy 190.442097 124.459847) (xy 190.679151 124.507) + (xy 190.920849 124.507) (xy 191.157903 124.459847) (xy 191.381202 124.367353) (xy 191.582167 124.233073) (xy 191.753073 124.062167) + (xy 191.887353 123.861202) (xy 191.979847 123.637903) (xy 192.027 123.400849) (xy 192.027 123.159151) (xy 191.979847 122.922097) + (xy 191.887353 122.698798) (xy 191.753073 122.497833) (xy 191.582167 122.326927) (xy 191.381202 122.192647) (xy 191.157903 122.100153) + (xy 190.920849 122.053) (xy 190.679151 122.053) (xy 190.442097 122.100153) (xy 190.218798 122.192647) (xy 190.017833 122.326927) + (xy 189.94176 122.403) (xy 137.413079 122.403) (xy 137.37 122.398757) (xy 137.326921 122.403) (xy 122.193265 122.403) + (xy 120.777 120.986735) (xy 120.777 116.948849) (xy 165.873 116.948849) (xy 165.873 117.151151) (xy 165.912467 117.349565) + (xy 165.989885 117.536467) (xy 166.023001 117.586028) (xy 166.023 118.30692) (xy 166.018757 118.35) (xy 166.023 118.393078) + (xy 166.03569 118.521921) (xy 166.085838 118.687236) (xy 166.167273 118.839591) (xy 166.276867 118.973133) (xy 166.310332 119.000597) + (xy 168.639403 121.329668) (xy 168.666867 121.363133) (xy 168.800408 121.472727) (xy 168.952763 121.554162) (xy 169.118078 121.60431) + (xy 169.246921 121.617) (xy 169.24693 121.617) (xy 169.289999 121.621242) (xy 169.333069 121.617) (xy 189.94176 121.617) + (xy 190.017833 121.693073) (xy 190.218798 121.827353) (xy 190.442097 121.919847) (xy 190.679151 121.967) (xy 190.920849 121.967) + (xy 191.157903 121.919847) (xy 191.381202 121.827353) (xy 191.582167 121.693073) (xy 191.753073 121.522167) (xy 191.887353 121.321202) + (xy 191.979847 121.097903) (xy 192.027 120.860849) (xy 192.027 120.619151) (xy 191.979847 120.382097) (xy 191.887353 120.158798) + (xy 191.753073 119.957833) (xy 191.582167 119.786927) (xy 191.381202 119.652647) (xy 191.263202 119.603769) (xy 191.431252 119.544157) + (xy 191.681355 119.395178) (xy 191.897588 119.200269) (xy 192.071641 118.96692) (xy 192.196825 118.704099) (xy 192.241476 118.55689) + (xy 192.120155 118.327) (xy 190.927 118.327) (xy 190.927 118.347) (xy 190.673 118.347) (xy 190.673 118.327) + (xy 189.479845 118.327) (xy 189.358524 118.55689) (xy 189.403175 118.704099) (xy 189.528359 118.96692) (xy 189.702412 119.200269) + (xy 189.918645 119.395178) (xy 190.168748 119.544157) (xy 190.336798 119.603769) (xy 190.218798 119.652647) (xy 190.017833 119.786927) + (xy 189.94176 119.863) (xy 169.653265 119.863) (xy 167.777 117.986735) (xy 167.777 117.586027) (xy 167.810115 117.536467) + (xy 167.887533 117.349565) (xy 167.927 117.151151) (xy 167.927 116.948849) (xy 167.887533 116.750435) (xy 167.810115 116.563533) + (xy 167.697723 116.395326) (xy 167.554674 116.252277) (xy 167.386467 116.139885) (xy 167.199565 116.062467) (xy 167.001151 116.023) + (xy 166.798849 116.023) (xy 166.600435 116.062467) (xy 166.413533 116.139885) (xy 166.245326 116.252277) (xy 166.102277 116.395326) + (xy 165.989885 116.563533) (xy 165.912467 116.750435) (xy 165.873 116.948849) (xy 120.777 116.948849) (xy 120.777 116.836027) + (xy 120.810115 116.786467) (xy 120.887533 116.599565) (xy 120.927 116.401151) (xy 120.927 116.198849) (xy 120.887533 116.000435) + (xy 120.810115 115.813533) (xy 120.697723 115.645326) (xy 120.554674 115.502277) (xy 120.386467 115.389885) (xy 120.199565 115.312467) + (xy 120.001151 115.273) (xy 119.798849 115.273) (xy 119.600435 115.312467) (xy 119.413533 115.389885) (xy 119.245326 115.502277) + (xy 119.102277 115.645326) (xy 118.989885 115.813533) (xy 118.912467 116.000435) (xy 118.873 116.198849) (xy 96.627 116.198849) + (xy 96.627 105.17689) (xy 99.458524 105.17689) (xy 99.503175 105.324099) (xy 99.628359 105.58692) (xy 99.802412 105.820269) + (xy 100.018645 106.015178) (xy 100.268748 106.164157) (xy 100.436798 106.223769) (xy 100.318798 106.272647) (xy 100.117833 106.406927) + (xy 99.946927 106.577833) (xy 99.812647 106.778798) (xy 99.720153 107.002097) (xy 99.673 107.239151) (xy 99.673 107.480849) + (xy 99.720153 107.717903) (xy 99.812647 107.941202) (xy 99.946927 108.142167) (xy 100.117833 108.313073) (xy 100.318798 108.447353) + (xy 100.542097 108.539847) (xy 100.779151 108.587) (xy 101.020849 108.587) (xy 101.257903 108.539847) (xy 101.481202 108.447353) + (xy 101.682167 108.313073) (xy 101.853073 108.142167) (xy 101.987353 107.941202) (xy 102.079847 107.717903) (xy 102.127 107.480849) + (xy 102.127 107.239151) (xy 102.079847 107.002097) (xy 101.987353 106.778798) (xy 101.853073 106.577833) (xy 101.682167 106.406927) + (xy 101.481202 106.272647) (xy 101.363202 106.223769) (xy 101.531252 106.164157) (xy 101.781355 106.015178) (xy 101.997588 105.820269) + (xy 102.171641 105.58692) (xy 102.296825 105.324099) (xy 102.341476 105.17689) (xy 102.220155 104.947) (xy 101.027 104.947) + (xy 101.027 104.967) (xy 100.773 104.967) (xy 100.773 104.947) (xy 99.579845 104.947) (xy 99.458524 105.17689) + (xy 96.627 105.17689) (xy 96.627 104.46311) (xy 99.458524 104.46311) (xy 99.579845 104.693) (xy 100.773 104.693) + (xy 100.773 104.673) (xy 101.027 104.673) (xy 101.027 104.693) (xy 102.220155 104.693) (xy 102.341476 104.46311) + (xy 102.296825 104.315901) (xy 102.171641 104.05308) (xy 101.997588 103.819731) (xy 101.781355 103.624822) (xy 101.531252 103.475843) + (xy 101.363202 103.416231) (xy 101.481202 103.367353) (xy 101.682167 103.233073) (xy 101.853073 103.062167) (xy 101.987353 102.861202) + (xy 102.079847 102.637903) (xy 102.127 102.400849) (xy 102.127 102.159151) (xy 102.079847 101.922097) (xy 101.987353 101.698798) + (xy 101.853073 101.497833) (xy 101.682167 101.326927) (xy 101.481202 101.192647) (xy 101.257903 101.100153) (xy 101.020849 101.053) + (xy 100.779151 101.053) (xy 100.542097 101.100153) (xy 100.318798 101.192647) (xy 100.117833 101.326927) (xy 99.946927 101.497833) + (xy 99.812647 101.698798) (xy 99.720153 101.922097) (xy 99.673 102.159151) (xy 99.673 102.400849) (xy 99.720153 102.637903) + (xy 99.812647 102.861202) (xy 99.946927 103.062167) (xy 100.117833 103.233073) (xy 100.318798 103.367353) (xy 100.436798 103.416231) + (xy 100.268748 103.475843) (xy 100.018645 103.624822) (xy 99.802412 103.819731) (xy 99.628359 104.05308) (xy 99.503175 104.315901) + (xy 99.458524 104.46311) (xy 96.627 104.46311) (xy 96.627 99.619151) (xy 99.673 99.619151) (xy 99.673 99.860849) + (xy 99.720153 100.097903) (xy 99.812647 100.321202) (xy 99.946927 100.522167) (xy 100.117833 100.693073) (xy 100.318798 100.827353) + (xy 100.542097 100.919847) (xy 100.779151 100.967) (xy 101.020849 100.967) (xy 101.257903 100.919847) (xy 101.481202 100.827353) + (xy 101.682167 100.693073) (xy 101.853073 100.522167) (xy 101.987353 100.321202) (xy 102.079847 100.097903) (xy 102.127 99.860849) + (xy 102.127 99.619151) (xy 102.079847 99.382097) (xy 101.987353 99.158798) (xy 101.853073 98.957833) (xy 101.682167 98.786927) + (xy 101.481202 98.652647) (xy 101.257903 98.560153) (xy 101.020849 98.513) (xy 100.779151 98.513) (xy 100.542097 98.560153) + (xy 100.318798 98.652647) (xy 100.117833 98.786927) (xy 99.946927 98.957833) (xy 99.812647 99.158798) (xy 99.720153 99.382097) + (xy 99.673 99.619151) (xy 96.627 99.619151) (xy 96.627 97.079151) (xy 99.673 97.079151) (xy 99.673 97.320849) + (xy 99.720153 97.557903) (xy 99.812647 97.781202) (xy 99.946927 97.982167) (xy 100.117833 98.153073) (xy 100.318798 98.287353) + (xy 100.542097 98.379847) (xy 100.779151 98.427) (xy 101.020849 98.427) (xy 101.257903 98.379847) (xy 101.481202 98.287353) + (xy 101.682167 98.153073) (xy 101.853073 97.982167) (xy 101.987353 97.781202) (xy 102.079847 97.557903) (xy 102.127 97.320849) + (xy 102.127 97.079151) (xy 102.079847 96.842097) (xy 101.987353 96.618798) (xy 101.853073 96.417833) (xy 101.682167 96.246927) + (xy 101.481202 96.112647) (xy 101.257903 96.020153) (xy 101.020849 95.973) (xy 100.779151 95.973) (xy 100.542097 96.020153) + (xy 100.318798 96.112647) (xy 100.117833 96.246927) (xy 99.946927 96.417833) (xy 99.812647 96.618798) (xy 99.720153 96.842097) + (xy 99.673 97.079151) (xy 96.627 97.079151) (xy 96.627 94.539151) (xy 99.673 94.539151) (xy 99.673 94.780849) + (xy 99.720153 95.017903) (xy 99.812647 95.241202) (xy 99.946927 95.442167) (xy 100.117833 95.613073) (xy 100.318798 95.747353) + (xy 100.542097 95.839847) (xy 100.779151 95.887) (xy 101.020849 95.887) (xy 101.257903 95.839847) (xy 101.481202 95.747353) + (xy 101.682167 95.613073) (xy 101.853073 95.442167) (xy 101.987353 95.241202) (xy 102.079847 95.017903) (xy 102.127 94.780849) + (xy 102.127 94.539151) (xy 102.079847 94.302097) (xy 101.987353 94.078798) (xy 101.853073 93.877833) (xy 101.682167 93.706927) + (xy 101.481202 93.572647) (xy 101.257903 93.480153) (xy 101.020849 93.433) (xy 100.779151 93.433) (xy 100.542097 93.480153) + (xy 100.318798 93.572647) (xy 100.117833 93.706927) (xy 99.946927 93.877833) (xy 99.812647 94.078798) (xy 99.720153 94.302097) + (xy 99.673 94.539151) (xy 96.627 94.539151) (xy 96.627 74.433321) (xy 110.623 74.433321) (xy 110.623 74.566679) + (xy 110.649016 74.697474) (xy 110.70005 74.82068) (xy 110.77414 74.931563) (xy 110.868437 75.02586) (xy 110.97932 75.09995) + (xy 111.102526 75.150984) (xy 111.233321 75.177) (xy 111.366679 75.177) (xy 111.497474 75.150984) (xy 111.62068 75.09995) + (xy 111.731563 75.02586) (xy 111.805423 74.952) (xy 116.094577 74.952) (xy 116.168437 75.02586) (xy 116.27932 75.09995) + (xy 116.402526 75.150984) (xy 116.533321 75.177) (xy 116.666679 75.177) (xy 116.797474 75.150984) (xy 116.92068 75.09995) + (xy 117.031563 75.02586) (xy 117.12586 74.931563) (xy 117.19995 74.82068) (xy 117.250984 74.697474) (xy 117.277 74.566679) + (xy 117.277 74.433321) (xy 117.250984 74.302526) (xy 117.19995 74.17932) (xy 117.12586 74.068437) (xy 117.031563 73.97414) + (xy 116.92068 73.90005) (xy 116.797474 73.849016) (xy 116.666679 73.823) (xy 116.533321 73.823) (xy 116.402526 73.849016) + (xy 116.27932 73.90005) (xy 116.168437 73.97414) (xy 116.094577 74.048) (xy 111.805423 74.048) (xy 111.731563 73.97414) + (xy 111.62068 73.90005) (xy 111.497474 73.849016) (xy 111.366679 73.823) (xy 111.233321 73.823) (xy 111.102526 73.849016) + (xy 110.97932 73.90005) (xy 110.868437 73.97414) (xy 110.77414 74.068437) (xy 110.70005 74.17932) (xy 110.649016 74.302526) + (xy 110.623 74.433321) (xy 96.627 74.433321) (xy 96.627 66.836105) (xy 112.241371 66.836105) (xy 112.247567 66.958712) + (xy 112.280789 67.079304) (xy 112.336898 67.191097) (xy 112.41374 67.289796) (xy 112.508359 67.371607) (xy 112.617122 67.433387) + (xy 112.735847 67.472761) (xy 112.844621 67.485355) (xy 113.003371 67.326605) (xy 113.003371 66.677355) (xy 113.199371 66.677355) + (xy 113.199371 67.326605) (xy 113.358121 67.485355) (xy 113.466895 67.472761) (xy 113.58562 67.433387) (xy 113.694383 67.371607) + (xy 113.789002 67.289796) (xy 113.865844 67.191097) (xy 113.921953 67.079304) (xy 113.955175 66.958712) (xy 113.961371 66.836105) + (xy 114.301371 66.836105) (xy 114.307567 66.958712) (xy 114.340789 67.079304) (xy 114.396898 67.191097) (xy 114.47374 67.289796) + (xy 114.568359 67.371607) (xy 114.677122 67.433387) (xy 114.795847 67.472761) (xy 114.904621 67.485355) (xy 115.063371 67.326605) + (xy 115.063371 66.677355) (xy 115.259371 66.677355) (xy 115.259371 67.326605) (xy 115.418121 67.485355) (xy 115.526895 67.472761) + (xy 115.64562 67.433387) (xy 115.754383 67.371607) (xy 115.849002 67.289796) (xy 115.925844 67.191097) (xy 115.981953 67.079304) + (xy 116.015175 66.958712) (xy 116.020259 66.858105) (xy 116.387371 66.858105) (xy 116.393567 66.980712) (xy 116.426789 67.101304) + (xy 116.482898 67.213097) (xy 116.55974 67.311796) (xy 116.654359 67.393607) (xy 116.763122 67.455387) (xy 116.881847 67.494761) + (xy 116.990621 67.507355) (xy 117.149371 67.348605) (xy 117.149371 66.699355) (xy 117.345371 66.699355) (xy 117.345371 67.348605) + (xy 117.504121 67.507355) (xy 117.612895 67.494761) (xy 117.73162 67.455387) (xy 117.840383 67.393607) (xy 117.935002 67.311796) + (xy 118.011844 67.213097) (xy 118.067953 67.101304) (xy 118.101175 66.980712) (xy 118.107371 66.858105) (xy 117.948621 66.699355) + (xy 117.345371 66.699355) (xy 117.149371 66.699355) (xy 116.546121 66.699355) (xy 116.387371 66.858105) (xy 116.020259 66.858105) + (xy 116.021371 66.836105) (xy 115.862621 66.677355) (xy 115.259371 66.677355) (xy 115.063371 66.677355) (xy 114.460121 66.677355) + (xy 114.301371 66.836105) (xy 113.961371 66.836105) (xy 113.802621 66.677355) (xy 113.199371 66.677355) (xy 113.003371 66.677355) + (xy 112.400121 66.677355) (xy 112.241371 66.836105) (xy 96.627 66.836105) (xy 96.627 56.027927) (xy 96.698566 55.226045) + (xy 96.823 54.771192) (xy 96.823 55.312907) (xy 96.94509 55.926697) (xy 97.184579 56.504874) (xy 97.532263 57.025219) + (xy 97.974781 57.467737) (xy 98.495126 57.815421) (xy 99.073303 58.05491) (xy 99.687093 58.177) (xy 100.312907 58.177) + (xy 100.926697 58.05491) (xy 101.504874 57.815421) (xy 102.025219 57.467737) (xy 102.467737 57.025219) (xy 102.815421 56.504874) + (xy 103.05491 55.926697) (xy 103.177 55.312907) (xy 103.177 54.687093) (xy 103.05491 54.073303) (xy 102.815421 53.495126) + (xy 102.467737 52.974781) (xy 102.387784 52.894828) (xy 103.412167 52.894828) (xy 103.412167 53.105172) (xy 103.453203 53.311475) + (xy 103.533698 53.505809) (xy 103.65056 53.680704) (xy 103.799296 53.82944) (xy 103.974191 53.946302) (xy 104.168525 54.026797) + (xy 104.374828 54.067833) (xy 104.585172 54.067833) (xy 104.791475 54.026797) (xy 104.985809 53.946302) (xy 105.160704 53.82944) + (xy 105.30944 53.680704) (xy 105.426302 53.505809) (xy 105.506797 53.311475) (xy 105.547833 53.105172) (xy 105.547833 53.004462) + (xy 109.253 53.004462) (xy 109.253 53.795537) (xy 109.266413 53.931723) (xy 109.31942 54.106463) (xy 109.405499 54.267504) + (xy 109.521341 54.408659) (xy 109.662495 54.524501) (xy 109.678001 54.532789) (xy 109.678 55.855357) (xy 109.675573 55.88) + (xy 109.678 55.904643) (xy 109.678 55.904652) (xy 109.685264 55.978408) (xy 109.713969 56.073035) (xy 109.760583 56.160245) + (xy 109.823316 56.236684) (xy 109.842468 56.252402) (xy 109.977598 56.387532) (xy 109.993316 56.406684) (xy 110.069755 56.469417) + (xy 110.156964 56.516031) (xy 110.251591 56.544736) (xy 110.325347 56.552) (xy 110.325356 56.552) (xy 110.349999 56.554427) + (xy 110.374642 56.552) (xy 110.450264 56.552) (xy 110.552277 56.704674) (xy 110.695326 56.847723) (xy 110.863533 56.960115) + (xy 111.050435 57.037533) (xy 111.248849 57.077) (xy 111.451151 57.077) (xy 111.649565 57.037533) (xy 111.713136 57.011201) + (xy 111.743861 57.070964) (xy 111.821657 57.168912) (xy 111.917067 57.2498) (xy 112.026424 57.310521) (xy 112.145526 57.348741) + (xy 112.24825 57.36) (xy 112.407 57.20125) (xy 112.407 56.177) (xy 112.371858 56.177) (xy 112.377 56.151151) + (xy 112.377 55.948849) (xy 112.371858 55.923) (xy 112.407 55.923) (xy 112.407 54.89875) (xy 112.24825 54.74) + (xy 112.145526 54.751259) (xy 112.026424 54.789479) (xy 111.917067 54.8502) (xy 111.821657 54.931088) (xy 111.743861 55.029036) + (xy 111.713136 55.088799) (xy 111.649565 55.062467) (xy 111.451151 55.023) (xy 111.248849 55.023) (xy 111.050435 55.062467) + (xy 110.863533 55.139885) (xy 110.695326 55.252277) (xy 110.682 55.265603) (xy 110.682 54.532788) (xy 110.697504 54.524501) + (xy 110.838659 54.408659) (xy 110.954501 54.267505) (xy 111.01624 54.152) (xy 116.54376 54.152) (xy 116.605499 54.267504) + (xy 116.721341 54.408659) (xy 116.862495 54.524501) (xy 116.878 54.532789) (xy 116.878001 55.265604) (xy 116.864674 55.252277) + (xy 116.696467 55.139885) (xy 116.509565 55.062467) (xy 116.311151 55.023) (xy 116.108849 55.023) (xy 115.910435 55.062467) + (xy 115.723533 55.139885) (xy 115.619102 55.209663) (xy 115.594981 55.164537) (xy 115.547869 55.107131) (xy 115.490463 55.060019) + (xy 115.42497 55.025012) (xy 115.353905 55.003455) (xy 115.28 54.996176) (xy 114.88 54.996176) (xy 114.806095 55.003455) + (xy 114.755 55.018954) (xy 114.703905 55.003455) (xy 114.63 54.996176) (xy 114.23 54.996176) (xy 114.156095 55.003455) + (xy 114.105 55.018954) (xy 114.053905 55.003455) (xy 113.98 54.996176) (xy 113.58 54.996176) (xy 113.506095 55.003455) + (xy 113.455 55.018954) (xy 113.403905 55.003455) (xy 113.33 54.996176) (xy 113.19004 54.996176) (xy 113.138343 54.931088) + (xy 113.042933 54.8502) (xy 112.933576 54.789479) (xy 112.814474 54.751259) (xy 112.71175 54.74) (xy 112.553 54.89875) + (xy 112.553 55.356481) (xy 112.551176 55.375) (xy 112.551176 56.725) (xy 112.553 56.743519) (xy 112.553 57.20125) + (xy 112.71175 57.36) (xy 112.814474 57.348741) (xy 112.933576 57.310521) (xy 113.042933 57.2498) (xy 113.138343 57.168912) + (xy 113.19004 57.103824) (xy 113.328001 57.103824) (xy 113.328001 57.477787) (xy 113.328 57.477795) (xy 113.328 57.942204) + (xy 113.328001 57.942214) (xy 113.328 59.532775) (xy 112.797466 60.063311) (xy 112.780213 60.07747) (xy 112.755451 60.107643) + (xy 112.723729 60.146296) (xy 112.681757 60.22482) (xy 112.655911 60.310022) (xy 112.647184 60.398629) (xy 112.649372 60.420844) + (xy 112.649371 61.376424) (xy 112.647184 61.398629) (xy 112.649372 61.420844) (xy 112.649371 63.848945) (xy 112.608502 63.882486) + (xy 112.56139 63.939892) (xy 112.526383 64.005385) (xy 112.504826 64.07645) (xy 112.497547 64.150355) (xy 112.497547 64.750355) + (xy 112.504826 64.82426) (xy 112.526383 64.895325) (xy 112.56139 64.960818) (xy 112.608502 65.018224) (xy 112.649372 65.051765) + (xy 112.649372 65.073516) (xy 112.648437 65.07414) (xy 112.55414 65.168437) (xy 112.48005 65.27932) (xy 112.429016 65.402526) + (xy 112.403 65.533321) (xy 112.403 65.666679) (xy 112.429016 65.797474) (xy 112.429087 65.797645) (xy 112.41374 65.810914) + (xy 112.336898 65.909613) (xy 112.280789 66.021406) (xy 112.247567 66.141998) (xy 112.241371 66.264605) (xy 112.400121 66.423355) + (xy 113.003371 66.423355) (xy 113.003371 66.403355) (xy 113.199371 66.403355) (xy 113.199371 66.423355) (xy 113.802621 66.423355) + (xy 113.961371 66.264605) (xy 113.955175 66.141998) (xy 113.921953 66.021406) (xy 113.865844 65.909613) (xy 113.789002 65.810914) + (xy 113.737217 65.766139) (xy 113.757 65.666679) (xy 113.757 65.533321) (xy 113.730984 65.402526) (xy 113.67995 65.27932) + (xy 113.60586 65.168437) (xy 113.553371 65.115948) (xy 113.553371 65.051764) (xy 113.59424 65.018224) (xy 113.641352 64.960818) + (xy 113.676359 64.895325) (xy 113.697916 64.82426) (xy 113.705195 64.750355) (xy 113.705195 64.150355) (xy 113.697916 64.07645) + (xy 113.676359 64.005385) (xy 113.641352 63.939892) (xy 113.59424 63.882486) (xy 113.553371 63.848946) (xy 113.553371 61.852) + (xy 113.694577 61.852) (xy 113.768437 61.92586) (xy 113.87932 61.99995) (xy 114.002526 62.050984) (xy 114.133321 62.077) + (xy 114.266679 62.077) (xy 114.397474 62.050984) (xy 114.52068 61.99995) (xy 114.631563 61.92586) (xy 114.709372 61.848051) + (xy 114.709371 63.848945) (xy 114.668502 63.882486) (xy 114.62139 63.939892) (xy 114.586383 64.005385) (xy 114.564826 64.07645) + (xy 114.557547 64.150355) (xy 114.557547 64.750355) (xy 114.564826 64.82426) (xy 114.586383 64.895325) (xy 114.62139 64.960818) + (xy 114.668502 65.018224) (xy 114.709372 65.051765) (xy 114.709372 65.113205) (xy 114.65414 65.168437) (xy 114.58005 65.27932) + (xy 114.529016 65.402526) (xy 114.503 65.533321) (xy 114.503 65.666679) (xy 114.523186 65.768162) (xy 114.47374 65.810914) + (xy 114.396898 65.909613) (xy 114.340789 66.021406) (xy 114.307567 66.141998) (xy 114.301371 66.264605) (xy 114.460121 66.423355) + (xy 115.063371 66.423355) (xy 115.063371 66.403355) (xy 115.259371 66.403355) (xy 115.259371 66.423355) (xy 115.862621 66.423355) + (xy 115.999371 66.286605) (xy 116.387371 66.286605) (xy 116.546121 66.445355) (xy 117.149371 66.445355) (xy 117.149371 65.796105) + (xy 117.345371 65.796105) (xy 117.345371 66.445355) (xy 117.948621 66.445355) (xy 118.107371 66.286605) (xy 118.101175 66.163998) + (xy 118.067953 66.043406) (xy 118.011844 65.931613) (xy 117.935002 65.832914) (xy 117.840383 65.751103) (xy 117.73162 65.689323) + (xy 117.612895 65.649949) (xy 117.504121 65.637355) (xy 117.345371 65.796105) (xy 117.149371 65.796105) (xy 116.990621 65.637355) + (xy 116.881847 65.649949) (xy 116.763122 65.689323) (xy 116.654359 65.751103) (xy 116.55974 65.832914) (xy 116.482898 65.931613) + (xy 116.426789 66.043406) (xy 116.393567 66.163998) (xy 116.387371 66.286605) (xy 115.999371 66.286605) (xy 116.021371 66.264605) + (xy 116.015175 66.141998) (xy 115.981953 66.021406) (xy 115.925844 65.909613) (xy 115.849002 65.810914) (xy 115.831347 65.795649) + (xy 115.857 65.666679) (xy 115.857 65.533321) (xy 115.830984 65.402526) (xy 115.77995 65.27932) (xy 115.70586 65.168437) + (xy 115.613371 65.075948) (xy 115.613371 65.051764) (xy 115.65424 65.018224) (xy 115.701352 64.960818) (xy 115.736359 64.895325) + (xy 115.757916 64.82426) (xy 115.765195 64.750355) (xy 115.765195 64.150355) (xy 115.757916 64.07645) (xy 115.736359 64.005385) + (xy 115.701352 63.939892) (xy 115.65424 63.882486) (xy 115.613371 63.848946) (xy 115.613371 61.373032) (xy 115.633321 61.377) + (xy 115.766679 61.377) (xy 115.897474 61.350984) (xy 116.02068 61.29995) (xy 116.131563 61.22586) (xy 116.22586 61.131563) + (xy 116.29995 61.02068) (xy 116.350984 60.897474) (xy 116.377 60.766679) (xy 116.377 60.633321) (xy 116.350984 60.502526) + (xy 116.29995 60.37932) (xy 116.22586 60.268437) (xy 116.131563 60.17414) (xy 116.02068 60.10005) (xy 115.897474 60.049016) + (xy 115.766679 60.023) (xy 115.633321 60.023) (xy 115.502526 60.049016) (xy 115.421714 60.08249) (xy 114.882 59.542777) + (xy 114.882 58.668711) (xy 116.620371 60.407083) (xy 116.620371 61.078165) (xy 116.620372 61.078175) (xy 116.620371 64.441561) + (xy 116.617338 64.472355) (xy 116.629444 64.595268) (xy 116.643547 64.64176) (xy 116.643547 64.772355) (xy 116.650826 64.84626) + (xy 116.672383 64.917325) (xy 116.70739 64.982818) (xy 116.754502 65.040224) (xy 116.811908 65.087336) (xy 116.877401 65.122343) + (xy 116.948466 65.1439) (xy 117.022371 65.151179) (xy 117.472371 65.151179) (xy 117.546276 65.1439) (xy 117.617341 65.122343) + (xy 117.660348 65.099355) (xy 121.882991 65.099355) (xy 121.88299 66.599196) (xy 121.879957 66.62999) (xy 121.88299 66.660783) + (xy 121.892063 66.752902) (xy 121.927915 66.871092) (xy 121.986137 66.980017) (xy 122.064489 67.075491) (xy 122.088417 67.095128) + (xy 123.014866 68.021578) (xy 123.034499 68.045501) (xy 123.129972 68.123853) (xy 123.238897 68.182075) (xy 123.357087 68.217927) + (xy 123.449206 68.227) (xy 123.449207 68.227) (xy 123.479999 68.230033) (xy 123.510791 68.227) (xy 125.751176 68.227) + (xy 125.751176 68.5) (xy 125.758455 68.573905) (xy 125.780012 68.64497) (xy 125.815019 68.710463) (xy 125.862131 68.767869) + (xy 125.919537 68.814981) (xy 125.98503 68.849988) (xy 126.056095 68.871545) (xy 126.13 68.878824) (xy 128.63 68.878824) + (xy 128.703905 68.871545) (xy 128.77497 68.849988) (xy 128.840463 68.814981) (xy 128.897869 68.767869) (xy 128.944981 68.710463) + (xy 128.979988 68.64497) (xy 129.001545 68.573905) (xy 129.008824 68.5) (xy 129.008824 66.7) (xy 129.001545 66.626095) + (xy 128.979988 66.55503) (xy 128.944981 66.489537) (xy 128.897869 66.432131) (xy 128.840463 66.385019) (xy 128.77497 66.350012) + (xy 128.703905 66.328455) (xy 128.63 66.321176) (xy 128.007 66.321176) (xy 128.007 63.371621) (xy 136.558645 63.371621) + (xy 136.717395 63.530371) (xy 137.386645 63.530371) (xy 137.386645 62.911121) (xy 137.640645 62.911121) (xy 137.640645 63.530371) + (xy 138.309895 63.530371) (xy 138.468645 63.371621) (xy 138.457871 63.255169) (xy 138.420086 63.135929) (xy 138.359763 63.026351) + (xy 138.279223 62.930647) (xy 138.181559 62.852495) (xy 138.070524 62.794898) (xy 137.950387 62.76007) (xy 137.825764 62.749348) + (xy 137.799395 62.752371) (xy 137.640645 62.911121) (xy 137.386645 62.911121) (xy 137.227895 62.752371) (xy 137.201526 62.749348) + (xy 137.076903 62.76007) (xy 136.956766 62.794898) (xy 136.845731 62.852495) (xy 136.748067 62.930647) (xy 136.667527 63.026351) + (xy 136.607204 63.135929) (xy 136.569419 63.255169) (xy 136.558645 63.371621) (xy 128.007 63.371621) (xy 128.007 60.24225) + (xy 128.103 60.14625) (xy 128.103 59.729132) (xy 128.108824 59.67) (xy 128.108824 58.798) (xy 128.357 58.798) + (xy 128.357 58.818) (xy 128.377 58.818) (xy 128.377 59.072) (xy 128.357 59.072) (xy 128.357 60.14625) + (xy 128.51575 60.305) (xy 128.53 60.308072) (xy 128.654482 60.295812) (xy 128.77418 60.259502) (xy 128.884494 60.200537) + (xy 128.981185 60.121185) (xy 129.060537 60.024494) (xy 129.119502 59.91418) (xy 129.155812 59.794482) (xy 129.168072 59.67) + (xy 129.16652 59.448096) (xy 129.3 59.461243) (xy 129.471921 59.44431) (xy 129.637236 59.394162) (xy 129.789591 59.312727) + (xy 129.923133 59.203133) (xy 130.032727 59.069592) (xy 130.114162 58.917237) (xy 130.16431 58.751922) (xy 130.177 58.623079) + (xy 130.177 57.627) (xy 136.265 57.627) (xy 136.265 57.902) (xy 136.313507 58.140496) (xy 136.40761 58.364946) + (xy 136.543693 58.566725) (xy 136.716526 58.738078) (xy 136.919467 58.872421) (xy 137.144718 58.964591) (xy 137.182391 58.968462) + (xy 137.373 58.843731) (xy 137.373 57.627) (xy 136.265 57.627) (xy 130.177 57.627) (xy 130.177 57.436921) + (xy 130.16431 57.308078) (xy 130.114162 57.142763) (xy 130.090236 57.098) (xy 136.265 57.098) (xy 136.265 57.373) + (xy 137.373 57.373) (xy 137.373 56.156269) (xy 137.182391 56.031538) (xy 137.144718 56.035409) (xy 136.919467 56.127579) + (xy 136.716526 56.261922) (xy 136.543693 56.433275) (xy 136.40761 56.635054) (xy 136.313507 56.859504) (xy 136.265 57.098) + (xy 130.090236 57.098) (xy 130.032727 56.990408) (xy 129.923133 56.856867) (xy 129.802 56.757456) (xy 129.802 54.872543) + (xy 129.923133 54.773133) (xy 130.032727 54.639592) (xy 130.114162 54.487237) (xy 130.16431 54.321922) (xy 130.177 54.193079) + (xy 130.177 53.506921) (xy 130.16431 53.378078) (xy 130.114162 53.212763) (xy 130.032727 53.060408) (xy 129.923133 52.926867) + (xy 129.789592 52.817273) (xy 129.637237 52.735838) (xy 129.471922 52.68569) (xy 129.3 52.668757) (xy 129.128079 52.68569) + (xy 128.962764 52.735838) (xy 128.810409 52.817273) (xy 128.676868 52.926867) (xy 128.567274 53.060408) (xy 128.485838 53.212763) + (xy 128.444814 53.348) (xy 121.515186 53.348) (xy 121.474162 53.212763) (xy 121.392727 53.060408) (xy 121.283133 52.926867) + (xy 121.149592 52.817273) (xy 120.997237 52.735838) (xy 120.831922 52.68569) (xy 120.66 52.668757) (xy 120.488079 52.68569) + (xy 120.322764 52.735838) (xy 120.170409 52.817273) (xy 120.036868 52.926867) (xy 119.927274 53.060408) (xy 119.845838 53.212763) + (xy 119.79569 53.378078) (xy 119.783 53.506921) (xy 119.783 54.193078) (xy 119.79569 54.321921) (xy 119.845838 54.487236) + (xy 119.927273 54.639591) (xy 120.036867 54.773133) (xy 120.158 54.872544) (xy 120.158001 56.757456) (xy 120.036868 56.856867) + (xy 119.927274 56.990408) (xy 119.845839 57.142763) (xy 119.795691 57.308078) (xy 119.783001 57.436921) (xy 119.783 58.623078) + (xy 119.79569 58.751921) (xy 119.845838 58.917236) (xy 119.927273 59.069591) (xy 120.036867 59.203133) (xy 120.170408 59.312727) + (xy 120.322763 59.394162) (xy 120.488078 59.44431) (xy 120.66 59.461243) (xy 120.79348 59.448096) (xy 120.791928 59.67) + (xy 120.804188 59.794482) (xy 120.840498 59.91418) (xy 120.899463 60.024494) (xy 120.978815 60.121185) (xy 121.075506 60.200537) + (xy 121.18582 60.259502) (xy 121.305518 60.295812) (xy 121.43 60.308072) (xy 121.44425 60.305) (xy 121.603 60.14625) + (xy 121.603 59.072) (xy 121.583 59.072) (xy 121.583 58.818) (xy 121.603 58.818) (xy 121.603 58.798) + (xy 121.851176 58.798) (xy 121.851176 59.67) (xy 121.857 59.729132) (xy 121.857 60.14625) (xy 121.882991 60.172241) + (xy 121.88299 63.699196) (xy 121.88299 63.845355) (xy 117.874371 63.845355) (xy 117.874371 60.178162) (xy 117.877404 60.14737) + (xy 117.872218 60.094719) (xy 117.865298 60.024458) (xy 117.829446 59.906268) (xy 117.771224 59.797343) (xy 117.692872 59.70187) + (xy 117.66895 59.682238) (xy 115.707 57.720289) (xy 115.707 56.949068) (xy 115.723533 56.960115) (xy 115.910435 57.037533) + (xy 116.108849 57.077) (xy 116.311151 57.077) (xy 116.509565 57.037533) (xy 116.696467 56.960115) (xy 116.864674 56.847723) + (xy 117.007723 56.704674) (xy 117.109736 56.552) (xy 117.125357 56.552) (xy 117.15 56.554427) (xy 117.174643 56.552) + (xy 117.174653 56.552) (xy 117.248409 56.544736) (xy 117.343036 56.516031) (xy 117.430245 56.469417) (xy 117.506684 56.406684) + (xy 117.522402 56.387532) (xy 117.717532 56.192402) (xy 117.736684 56.176684) (xy 117.799417 56.100245) (xy 117.846031 56.013036) + (xy 117.874736 55.918409) (xy 117.882 55.844653) (xy 117.882 55.844644) (xy 117.884427 55.820001) (xy 117.882 55.795358) + (xy 117.882 54.532788) (xy 117.897504 54.524501) (xy 118.038659 54.408659) (xy 118.154501 54.267505) (xy 118.24058 54.106464) + (xy 118.293587 53.931724) (xy 118.307 53.795538) (xy 118.307 53.004462) (xy 118.293587 52.868276) (xy 118.24058 52.693536) + (xy 118.154501 52.532495) (xy 118.038659 52.391341) (xy 117.897505 52.275499) (xy 117.736464 52.18942) (xy 117.561724 52.136413) + (xy 117.38 52.118515) (xy 117.198277 52.136413) (xy 117.023537 52.18942) (xy 116.862496 52.275499) (xy 116.721342 52.391341) + (xy 116.6055 52.532495) (xy 116.519421 52.693536) (xy 116.466413 52.868276) (xy 116.453 53.004462) (xy 116.453 53.148) + (xy 111.107 53.148) (xy 111.107 53.004462) (xy 111.093587 52.868276) (xy 111.04058 52.693536) (xy 110.954501 52.532495) + (xy 110.838659 52.391341) (xy 110.697505 52.275499) (xy 110.536464 52.18942) (xy 110.361724 52.136413) (xy 110.18 52.118515) + (xy 109.998277 52.136413) (xy 109.823537 52.18942) (xy 109.662496 52.275499) (xy 109.521342 52.391341) (xy 109.4055 52.532495) + (xy 109.319421 52.693536) (xy 109.266413 52.868276) (xy 109.253 53.004462) (xy 105.547833 53.004462) (xy 105.547833 52.894828) + (xy 105.506797 52.688525) (xy 105.426302 52.494191) (xy 105.30944 52.319296) (xy 105.160704 52.17056) (xy 104.985809 52.053698) + (xy 104.791475 51.973203) (xy 104.585172 51.932167) (xy 104.374828 51.932167) (xy 104.168525 51.973203) (xy 103.974191 52.053698) + (xy 103.799296 52.17056) (xy 103.65056 52.319296) (xy 103.533698 52.494191) (xy 103.453203 52.688525) (xy 103.412167 52.894828) + (xy 102.387784 52.894828) (xy 102.025219 52.532263) (xy 101.504874 52.184579) (xy 100.926697 51.94509) (xy 100.312907 51.823) + (xy 99.750816 51.823) (xy 100.366369 51.675219) (xy 101.022988 51.627) (xy 148.873 51.627) + ) + ) + (filled_polygon + (pts + (xy 125.778001 61.611866) (xy 125.729535 61.637771) (xy 125.651672 61.701672) (xy 125.587771 61.779535) (xy 125.540289 61.868368) + (xy 125.511049 61.964758) (xy 125.501176 62.065) (xy 125.501176 62.335) (xy 125.510749 62.432198) (xy 125.434422 62.493276) + (xy 125.353882 62.58898) (xy 125.293559 62.698558) (xy 125.255774 62.817798) (xy 125.245 62.93425) (xy 125.40375 63.093) + (xy 126.073 63.093) (xy 126.073 63.073) (xy 126.327 63.073) (xy 126.327 63.093) (xy 126.347 63.093) + (xy 126.347 63.347) (xy 126.327 63.347) (xy 126.327 63.96625) (xy 126.48575 64.125) (xy 126.512119 64.128023) + (xy 126.636742 64.117301) (xy 126.753001 64.083597) (xy 126.753001 66.321176) (xy 126.13 66.321176) (xy 126.056095 66.328455) + (xy 125.98503 66.350012) (xy 125.919537 66.385019) (xy 125.862131 66.432131) (xy 125.815019 66.489537) (xy 125.780012 66.55503) + (xy 125.758455 66.626095) (xy 125.751176 66.7) (xy 125.751176 66.973) (xy 123.739712 66.973) (xy 123.13699 66.370279) + (xy 123.13699 64.420802) (xy 123.140023 64.390011) (xy 123.13699 64.359216) (xy 123.13699 63.97226) (xy 123.153 63.95625) + (xy 123.153 63.337) (xy 123.407 63.337) (xy 123.407 63.95625) (xy 123.56575 64.115) (xy 123.592119 64.118023) + (xy 123.716742 64.107301) (xy 123.836879 64.072473) (xy 123.947914 64.014876) (xy 124.045578 63.936724) (xy 124.126118 63.84102) + (xy 124.186441 63.731442) (xy 124.224226 63.612202) (xy 124.234074 63.50575) (xy 125.245 63.50575) (xy 125.255774 63.622202) + (xy 125.293559 63.741442) (xy 125.353882 63.85102) (xy 125.434422 63.946724) (xy 125.532086 64.024876) (xy 125.643121 64.082473) + (xy 125.763258 64.117301) (xy 125.887881 64.128023) (xy 125.91425 64.125) (xy 126.073 63.96625) (xy 126.073 63.347) + (xy 125.40375 63.347) (xy 125.245 63.50575) (xy 124.234074 63.50575) (xy 124.235 63.49575) (xy 124.07625 63.337) + (xy 123.407 63.337) (xy 123.153 63.337) (xy 123.13699 63.337) (xy 123.13699 63.083) (xy 123.153 63.083) + (xy 123.153 63.063) (xy 123.407 63.063) (xy 123.407 63.083) (xy 124.07625 63.083) (xy 124.235 62.92425) + (xy 124.224226 62.807798) (xy 124.186441 62.688558) (xy 124.126118 62.57898) (xy 124.045578 62.483276) (xy 123.969251 62.422198) + (xy 123.978824 62.325) (xy 123.978824 62.055) (xy 123.968951 61.954758) (xy 123.963171 61.935705) (xy 124.05932 61.99995) + (xy 124.182526 62.050984) (xy 124.313321 62.077) (xy 124.446679 62.077) (xy 124.577474 62.050984) (xy 124.70068 61.99995) + (xy 124.811563 61.92586) (xy 124.902133 61.83529) (xy 124.95381 61.819614) (xy 125.032333 61.777643) (xy 125.101159 61.721159) + (xy 125.115323 61.7039) (xy 125.53391 61.285315) (xy 125.551159 61.271159) (xy 125.607643 61.202333) (xy 125.649614 61.12381) + (xy 125.67546 61.038607) (xy 125.684187 60.950001) (xy 125.682 60.927796) (xy 125.682 60.048824) (xy 125.778 60.048824) + ) + ) + (filled_polygon + (pts + (xy 154.453 62.43692) (xy 154.448757 62.48) (xy 154.46569 62.651922) (xy 154.488842 62.728243) (xy 154.515838 62.817236) + (xy 154.597273 62.969591) (xy 154.654045 63.038769) (xy 154.602526 63.049016) (xy 154.47932 63.10005) (xy 154.368437 63.17414) + (xy 154.27414 63.268437) (xy 154.20005 63.37932) (xy 154.149016 63.502526) (xy 154.123 63.633321) (xy 154.123 63.766679) + (xy 154.149016 63.897474) (xy 154.20005 64.02068) (xy 154.27414 64.131563) (xy 154.348001 64.205424) (xy 154.348 81.777795) + (xy 154.348 81.777796) (xy 154.348001 89.694576) (xy 154.27414 89.768437) (xy 154.20005 89.87932) (xy 154.149016 90.002526) + (xy 154.123 90.133321) (xy 154.123 90.266679) (xy 154.149016 90.397474) (xy 154.20005 90.52068) (xy 154.27414 90.631563) + (xy 154.368437 90.72586) (xy 154.47932 90.79995) (xy 154.602526 90.850984) (xy 154.733321 90.877) (xy 154.866679 90.877) + (xy 154.997474 90.850984) (xy 155.12068 90.79995) (xy 155.231563 90.72586) (xy 155.32586 90.631563) (xy 155.39995 90.52068) + (xy 155.450984 90.397474) (xy 155.477 90.266679) (xy 155.477 90.133321) (xy 155.450984 90.002526) (xy 155.39995 89.87932) + (xy 155.32586 89.768437) (xy 155.252 89.694577) (xy 155.252 64.205423) (xy 155.32586 64.131563) (xy 155.39995 64.02068) + (xy 155.450984 63.897474) (xy 155.460312 63.850577) (xy 155.499404 63.889669) (xy 155.526868 63.923134) (xy 155.653899 64.027385) + (xy 155.660409 64.032728) (xy 155.812764 64.114163) (xy 155.978078 64.164311) (xy 156.150001 64.181244) (xy 156.19308 64.177001) + (xy 157.559589 64.177001) (xy 157.549016 64.202526) (xy 157.523 64.333321) (xy 157.523 64.466679) (xy 157.549016 64.597474) + (xy 157.60005 64.72068) (xy 157.67414 64.831563) (xy 157.768437 64.92586) (xy 157.87932 64.99995) (xy 158.002526 65.050984) + (xy 158.133321 65.077) (xy 158.266679 65.077) (xy 158.397474 65.050984) (xy 158.52068 64.99995) (xy 158.631563 64.92586) + (xy 158.705423 64.852) (xy 158.818305 64.852) (xy 158.80005 64.87932) (xy 158.749016 65.002526) (xy 158.723 65.133321) + (xy 158.723 65.266679) (xy 158.749016 65.397474) (xy 158.80005 65.52068) (xy 158.87414 65.631563) (xy 158.900577 65.658) + (xy 158.662205 65.658) (xy 158.64 65.655813) (xy 158.551392 65.66454) (xy 158.472055 65.688607) (xy 158.46619 65.690386) + (xy 158.387667 65.732357) (xy 158.318841 65.788841) (xy 158.304681 65.806095) (xy 156.037777 68.073) (xy 155.933321 68.073) + (xy 155.802526 68.099016) (xy 155.67932 68.15005) (xy 155.568437 68.22414) (xy 155.47414 68.318437) (xy 155.40005 68.42932) + (xy 155.349016 68.552526) (xy 155.323 68.683321) (xy 155.323 68.816679) (xy 155.349016 68.947474) (xy 155.40005 69.07068) + (xy 155.47414 69.181563) (xy 155.568437 69.27586) (xy 155.67932 69.34995) (xy 155.802526 69.400984) (xy 155.933321 69.427) + (xy 156.066679 69.427) (xy 156.197474 69.400984) (xy 156.32068 69.34995) (xy 156.431563 69.27586) (xy 156.52586 69.181563) + (xy 156.59995 69.07068) (xy 156.650984 68.947474) (xy 156.677 68.816679) (xy 156.677 68.712223) (xy 158.827224 66.562) + (xy 161.951373 66.562) (xy 161.958455 66.633905) (xy 161.980012 66.70497) (xy 162.001409 66.745) (xy 161.980012 66.78503) + (xy 161.958455 66.856095) (xy 161.951373 66.928) (xy 160.485423 66.928) (xy 160.431563 66.87414) (xy 160.32068 66.80005) + (xy 160.197474 66.749016) (xy 160.066679 66.723) (xy 159.933321 66.723) (xy 159.802526 66.749016) (xy 159.67932 66.80005) + (xy 159.568437 66.87414) (xy 159.47414 66.968437) (xy 159.40005 67.07932) (xy 159.349016 67.202526) (xy 159.323 67.333321) + (xy 159.323 67.466679) (xy 159.349016 67.597474) (xy 159.40005 67.72068) (xy 159.47414 67.831563) (xy 159.568437 67.92586) + (xy 159.67932 67.99995) (xy 159.802526 68.050984) (xy 159.933321 68.077) (xy 160.066679 68.077) (xy 160.197474 68.050984) + (xy 160.32068 67.99995) (xy 160.431563 67.92586) (xy 160.525423 67.832) (xy 161.951373 67.832) (xy 161.958455 67.903905) + (xy 161.980012 67.97497) (xy 162.001409 68.015) (xy 161.980012 68.05503) (xy 161.958455 68.126095) (xy 161.951373 68.198) + (xy 158.052202 68.198) (xy 158.029999 68.195813) (xy 158.007796 68.198) (xy 158.007795 68.198) (xy 157.941393 68.20454) + (xy 157.85619 68.230386) (xy 157.777667 68.272357) (xy 157.708841 68.328841) (xy 157.694685 68.34609) (xy 156.436094 69.604683) + (xy 156.436089 69.604687) (xy 155.6961 70.344677) (xy 155.678841 70.358841) (xy 155.622357 70.427668) (xy 155.598591 70.472131) + (xy 155.580386 70.506191) (xy 155.55454 70.591393) (xy 155.545813 70.68) (xy 155.548 70.702205) (xy 155.548001 79.527786) + (xy 155.548 79.527796) (xy 155.548 79.722205) (xy 155.548001 79.722214) (xy 155.548 81.727795) (xy 155.545813 81.75) + (xy 155.55454 81.838607) (xy 155.572456 81.897667) (xy 155.580386 81.923809) (xy 155.622357 82.002332) (xy 155.678841 82.071159) + (xy 155.6961 82.085323) (xy 157.614677 84.003901) (xy 157.628837 84.021155) (xy 157.697663 84.077639) (xy 157.776186 84.11961) + (xy 157.861388 84.145456) (xy 157.949996 84.154183) (xy 157.972201 84.151996) (xy 174.612773 84.151996) (xy 176.248001 85.787226) + (xy 176.248 90.977795) (xy 176.248 91.201572) (xy 176.22586 91.168437) (xy 176.131563 91.07414) (xy 176.02068 91.00005) + (xy 175.897474 90.949016) (xy 175.766679 90.923) (xy 175.633321 90.923) (xy 175.502526 90.949016) (xy 175.37932 91.00005) + (xy 175.268437 91.07414) (xy 175.17414 91.168437) (xy 175.10005 91.27932) (xy 175.049016 91.402526) (xy 175.023 91.533321) + (xy 175.023 91.666679) (xy 175.049016 91.797474) (xy 175.10005 91.92068) (xy 175.17414 92.031563) (xy 175.248 92.105423) + (xy 175.248001 97.677786) (xy 175.248 97.677796) (xy 175.248001 105.394576) (xy 175.17414 105.468437) (xy 175.10005 105.57932) + (xy 175.049016 105.702526) (xy 175.023 105.833321) (xy 175.023 105.966679) (xy 175.049016 106.097474) (xy 175.10005 106.22068) + (xy 175.17414 106.331563) (xy 175.268437 106.42586) (xy 175.37932 106.49995) (xy 175.502526 106.550984) (xy 175.633321 106.577) + (xy 175.766679 106.577) (xy 175.897474 106.550984) (xy 176.02068 106.49995) (xy 176.131563 106.42586) (xy 176.22586 106.331563) + (xy 176.29995 106.22068) (xy 176.350984 106.097474) (xy 176.377 105.966679) (xy 176.377 105.833321) (xy 176.350984 105.702526) + (xy 176.29995 105.57932) (xy 176.22586 105.468437) (xy 176.152 105.394577) (xy 176.152 101.948428) (xy 176.17414 101.981563) + (xy 176.268437 102.07586) (xy 176.37932 102.14995) (xy 176.502526 102.200984) (xy 176.633321 102.227) (xy 176.766679 102.227) + (xy 176.897474 102.200984) (xy 177.02068 102.14995) (xy 177.048001 102.131695) (xy 177.048001 105.294576) (xy 176.97414 105.368437) + (xy 176.90005 105.47932) (xy 176.849016 105.602526) (xy 176.823 105.733321) (xy 176.823 105.866679) (xy 176.849016 105.997474) + (xy 176.90005 106.12068) (xy 176.97414 106.231563) (xy 177.068437 106.32586) (xy 177.17932 106.39995) (xy 177.302526 106.450984) + (xy 177.433321 106.477) (xy 177.483777 106.477) (xy 177.112777 106.848) (xy 169.205423 106.848) (xy 169.131563 106.77414) + (xy 169.02068 106.70005) (xy 168.897474 106.649016) (xy 168.766679 106.623) (xy 168.633321 106.623) (xy 168.502526 106.649016) + (xy 168.37932 106.70005) (xy 168.268437 106.77414) (xy 168.17414 106.868437) (xy 168.10005 106.97932) (xy 168.049016 107.102526) + (xy 168.023 107.233321) (xy 168.023 107.366679) (xy 168.049016 107.497474) (xy 168.10005 107.62068) (xy 168.17414 107.731563) + (xy 168.268437 107.82586) (xy 168.37932 107.89995) (xy 168.502526 107.950984) (xy 168.633321 107.977) (xy 168.766679 107.977) + (xy 168.897474 107.950984) (xy 169.02068 107.89995) (xy 169.131563 107.82586) (xy 169.205423 107.752) (xy 177.208777 107.752) + (xy 176.512777 108.448) (xy 169.205423 108.448) (xy 169.131563 108.37414) (xy 169.02068 108.30005) (xy 168.897474 108.249016) + (xy 168.766679 108.223) (xy 168.633321 108.223) (xy 168.502526 108.249016) (xy 168.37932 108.30005) (xy 168.268437 108.37414) + (xy 168.17414 108.468437) (xy 168.10005 108.57932) (xy 168.049016 108.702526) (xy 168.023 108.833321) (xy 168.023 108.966679) + (xy 168.049016 109.097474) (xy 168.10005 109.22068) (xy 168.17414 109.331563) (xy 168.268437 109.42586) (xy 168.37932 109.49995) + (xy 168.502526 109.550984) (xy 168.633321 109.577) (xy 168.766679 109.577) (xy 168.897474 109.550984) (xy 169.02068 109.49995) + (xy 169.131563 109.42586) (xy 169.205423 109.352) (xy 176.677795 109.352) (xy 176.7 109.354187) (xy 176.722205 109.352) + (xy 176.788607 109.34546) (xy 176.87381 109.319614) (xy 176.952333 109.277643) (xy 177.021159 109.221159) (xy 177.035323 109.2039) + (xy 177.189223 109.05) (xy 189.771176 109.05) (xy 189.771176 110.75) (xy 189.778455 110.823905) (xy 189.800012 110.89497) + (xy 189.835019 110.960463) (xy 189.882131 111.017869) (xy 189.939537 111.064981) (xy 190.00503 111.099988) (xy 190.076095 111.121545) + (xy 190.15 111.128824) (xy 191.85 111.128824) (xy 191.923905 111.121545) (xy 191.99497 111.099988) (xy 192.060463 111.064981) + (xy 192.117869 111.017869) (xy 192.164981 110.960463) (xy 192.199988 110.89497) (xy 192.221545 110.823905) (xy 192.228824 110.75) + (xy 192.228824 109.05) (xy 192.221545 108.976095) (xy 192.199988 108.90503) (xy 192.164981 108.839537) (xy 192.117869 108.782131) + (xy 192.060463 108.735019) (xy 191.99497 108.700012) (xy 191.923905 108.678455) (xy 191.85 108.671176) (xy 190.15 108.671176) + (xy 190.076095 108.678455) (xy 190.00503 108.700012) (xy 189.939537 108.735019) (xy 189.882131 108.782131) (xy 189.835019 108.839537) + (xy 189.800012 108.90503) (xy 189.778455 108.976095) (xy 189.771176 109.05) (xy 177.189223 109.05) (xy 179.000072 107.239151) + (xy 189.773 107.239151) (xy 189.773 107.480849) (xy 189.820153 107.717903) (xy 189.912647 107.941202) (xy 190.046927 108.142167) + (xy 190.217833 108.313073) (xy 190.418798 108.447353) (xy 190.642097 108.539847) (xy 190.879151 108.587) (xy 191.120849 108.587) + (xy 191.357903 108.539847) (xy 191.581202 108.447353) (xy 191.782167 108.313073) (xy 191.953073 108.142167) (xy 192.087353 107.941202) + (xy 192.179847 107.717903) (xy 192.227 107.480849) (xy 192.227 107.239151) (xy 192.179847 107.002097) (xy 192.087353 106.778798) + (xy 191.953073 106.577833) (xy 191.782167 106.406927) (xy 191.581202 106.272647) (xy 191.357903 106.180153) (xy 191.120849 106.133) + (xy 190.879151 106.133) (xy 190.642097 106.180153) (xy 190.418798 106.272647) (xy 190.217833 106.406927) (xy 190.046927 106.577833) + (xy 189.912647 106.778798) (xy 189.820153 107.002097) (xy 189.773 107.239151) (xy 179.000072 107.239151) (xy 183.303912 102.935313) + (xy 183.321159 102.921159) (xy 183.377643 102.852333) (xy 183.419614 102.77381) (xy 183.44546 102.688607) (xy 183.452 102.622205) + (xy 183.452 102.622204) (xy 183.454187 102.600001) (xy 183.452 102.577798) (xy 183.452 101.811223) (xy 186.744681 105.103905) + (xy 186.758841 105.121159) (xy 186.827667 105.177643) (xy 186.90619 105.219614) (xy 186.991392 105.24546) (xy 187.08 105.254187) + (xy 187.102205 105.252) (xy 189.850845 105.252) (xy 189.912647 105.401202) (xy 190.046927 105.602167) (xy 190.217833 105.773073) + (xy 190.418798 105.907353) (xy 190.642097 105.999847) (xy 190.879151 106.047) (xy 191.120849 106.047) (xy 191.357903 105.999847) + (xy 191.581202 105.907353) (xy 191.782167 105.773073) (xy 191.953073 105.602167) (xy 192.087353 105.401202) (xy 192.179847 105.177903) + (xy 192.227 104.940849) (xy 192.227 104.699151) (xy 192.179847 104.462097) (xy 192.087353 104.238798) (xy 191.953073 104.037833) + (xy 191.782167 103.866927) (xy 191.581202 103.732647) (xy 191.357903 103.640153) (xy 191.120849 103.593) (xy 190.879151 103.593) + (xy 190.642097 103.640153) (xy 190.418798 103.732647) (xy 190.217833 103.866927) (xy 190.046927 104.037833) (xy 189.912647 104.238798) + (xy 189.867414 104.348) (xy 187.267224 104.348) (xy 185.078375 102.159151) (xy 189.773 102.159151) (xy 189.773 102.400849) + (xy 189.820153 102.637903) (xy 189.912647 102.861202) (xy 190.046927 103.062167) (xy 190.217833 103.233073) (xy 190.418798 103.367353) + (xy 190.642097 103.459847) (xy 190.879151 103.507) (xy 191.120849 103.507) (xy 191.357903 103.459847) (xy 191.581202 103.367353) + (xy 191.782167 103.233073) (xy 191.953073 103.062167) (xy 192.087353 102.861202) (xy 192.179847 102.637903) (xy 192.227 102.400849) + (xy 192.227 102.159151) (xy 192.179847 101.922097) (xy 192.087353 101.698798) (xy 191.953073 101.497833) (xy 191.782167 101.326927) + (xy 191.581202 101.192647) (xy 191.357903 101.100153) (xy 191.120849 101.053) (xy 190.879151 101.053) (xy 190.642097 101.100153) + (xy 190.418798 101.192647) (xy 190.217833 101.326927) (xy 190.046927 101.497833) (xy 189.912647 101.698798) (xy 189.820153 101.922097) + (xy 189.773 102.159151) (xy 185.078375 102.159151) (xy 183.952 101.032777) (xy 183.952 97.35) (xy 189.771176 97.35) + (xy 189.771176 99.05) (xy 189.778455 99.123905) (xy 189.800012 99.19497) (xy 189.835019 99.260463) (xy 189.882131 99.317869) + (xy 189.939537 99.364981) (xy 190.00503 99.399988) (xy 190.076095 99.421545) (xy 190.15 99.428824) (xy 191.85 99.428824) + (xy 191.923905 99.421545) (xy 191.99497 99.399988) (xy 192.060463 99.364981) (xy 192.117869 99.317869) (xy 192.164981 99.260463) + (xy 192.199988 99.19497) (xy 192.221545 99.123905) (xy 192.228824 99.05) (xy 192.228824 97.35) (xy 192.221545 97.276095) + (xy 192.199988 97.20503) (xy 192.164981 97.139537) (xy 192.117869 97.082131) (xy 192.060463 97.035019) (xy 191.99497 97.000012) + (xy 191.923905 96.978455) (xy 191.85 96.971176) (xy 190.15 96.971176) (xy 190.076095 96.978455) (xy 190.00503 97.000012) + (xy 189.939537 97.035019) (xy 189.882131 97.082131) (xy 189.835019 97.139537) (xy 189.800012 97.20503) (xy 189.778455 97.276095) + (xy 189.771176 97.35) (xy 183.952 97.35) (xy 183.952 94.014246) (xy 183.972357 94.052332) (xy 184.028841 94.121159) + (xy 184.0461 94.135323) (xy 185.874686 95.96391) (xy 185.888841 95.981159) (xy 185.957667 96.037643) (xy 186.03619 96.079614) + (xy 186.095703 96.097667) (xy 186.121392 96.10546) (xy 186.209999 96.114187) (xy 186.232204 96.112) (xy 189.859129 96.112) + (xy 189.912647 96.241202) (xy 190.046927 96.442167) (xy 190.217833 96.613073) (xy 190.418798 96.747353) (xy 190.642097 96.839847) + (xy 190.879151 96.887) (xy 191.120849 96.887) (xy 191.357903 96.839847) (xy 191.581202 96.747353) (xy 191.782167 96.613073) + (xy 191.953073 96.442167) (xy 192.087353 96.241202) (xy 192.179847 96.017903) (xy 192.227 95.780849) (xy 192.227 95.539151) + (xy 192.179847 95.302097) (xy 192.087353 95.078798) (xy 191.953073 94.877833) (xy 191.782167 94.706927) (xy 191.581202 94.572647) + (xy 191.357903 94.480153) (xy 191.120849 94.433) (xy 190.879151 94.433) (xy 190.642097 94.480153) (xy 190.418798 94.572647) + (xy 190.217833 94.706927) (xy 190.046927 94.877833) (xy 189.912647 95.078798) (xy 189.859129 95.208) (xy 186.397225 95.208) + (xy 184.802 93.612777) (xy 184.802 89.205423) (xy 184.87586 89.131563) (xy 184.94995 89.02068) (xy 184.959178 88.998401) + (xy 189.384681 93.423905) (xy 189.398841 93.441159) (xy 189.467667 93.497643) (xy 189.533232 93.532688) (xy 189.54619 93.539614) + (xy 189.631392 93.56546) (xy 189.72 93.574187) (xy 189.742205 93.572) (xy 189.859129 93.572) (xy 189.912647 93.701202) + (xy 190.046927 93.902167) (xy 190.217833 94.073073) (xy 190.418798 94.207353) (xy 190.642097 94.299847) (xy 190.879151 94.347) + (xy 191.120849 94.347) (xy 191.357903 94.299847) (xy 191.581202 94.207353) (xy 191.782167 94.073073) (xy 191.953073 93.902167) + (xy 192.087353 93.701202) (xy 192.179847 93.477903) (xy 192.227 93.240849) (xy 192.227 92.999151) (xy 192.179847 92.762097) + (xy 192.087353 92.538798) (xy 191.953073 92.337833) (xy 191.782167 92.166927) (xy 191.581202 92.032647) (xy 191.357903 91.940153) + (xy 191.120849 91.893) (xy 190.879151 91.893) (xy 190.642097 91.940153) (xy 190.418798 92.032647) (xy 190.217833 92.166927) + (xy 190.046927 92.337833) (xy 189.912647 92.538798) (xy 189.873216 92.633992) (xy 184.352 87.112777) (xy 184.352 82.441223) + (xy 190.548001 88.637226) (xy 190.548 89.439129) (xy 190.418798 89.492647) (xy 190.217833 89.626927) (xy 190.046927 89.797833) + (xy 189.912647 89.998798) (xy 189.820153 90.222097) (xy 189.773 90.459151) (xy 189.773 90.700849) (xy 189.820153 90.937903) + (xy 189.912647 91.161202) (xy 190.046927 91.362167) (xy 190.217833 91.533073) (xy 190.418798 91.667353) (xy 190.642097 91.759847) + (xy 190.879151 91.807) (xy 191.120849 91.807) (xy 191.357903 91.759847) (xy 191.581202 91.667353) (xy 191.782167 91.533073) + (xy 191.953073 91.362167) (xy 192.087353 91.161202) (xy 192.179847 90.937903) (xy 192.227 90.700849) (xy 192.227 90.459151) + (xy 192.179847 90.222097) (xy 192.087353 89.998798) (xy 191.953073 89.797833) (xy 191.782167 89.626927) (xy 191.581202 89.492647) + (xy 191.452 89.439129) (xy 191.452 88.472204) (xy 191.454187 88.449999) (xy 191.44546 88.361392) (xy 191.419614 88.27619) + (xy 191.403377 88.245813) (xy 191.377643 88.197667) (xy 191.321159 88.128841) (xy 191.303911 88.114686) (xy 184.952 81.762777) + (xy 184.952 80.791219) (xy 185.564664 81.403884) (xy 185.578841 81.421159) (xy 185.5961 81.435323) (xy 192.698 88.537225) + (xy 192.698001 111.012775) (xy 191.412777 112.298) (xy 117.737225 112.298) (xy 116.677 111.237777) (xy 116.677 111.133321) + (xy 116.650984 111.002526) (xy 116.59995 110.87932) (xy 116.531582 110.777) (xy 118.206921 110.777) (xy 118.25 110.781243) + (xy 118.293079 110.777) (xy 147.656921 110.777) (xy 147.7 110.781243) (xy 147.743079 110.777) (xy 165.888087 110.777) + (xy 165.912467 110.899565) (xy 165.989885 111.086467) (xy 166.102277 111.254674) (xy 166.245326 111.397723) (xy 166.413533 111.510115) + (xy 166.600435 111.587533) (xy 166.798849 111.627) (xy 167.001151 111.627) (xy 167.199565 111.587533) (xy 167.386467 111.510115) + (xy 167.554674 111.397723) (xy 167.697723 111.254674) (xy 167.810115 111.086467) (xy 167.887533 110.899565) (xy 167.927 110.701151) + (xy 167.927 110.498849) (xy 167.887533 110.300435) (xy 167.8145 110.124119) (xy 167.8145 99.015334) (xy 167.831309 98.959922) + (xy 167.848242 98.788001) (xy 167.831309 98.616078) (xy 167.781161 98.450764) (xy 167.774035 98.437431) (xy 167.771842 98.415169) + (xy 167.737836 98.303068) (xy 167.682615 98.199756) (xy 167.608299 98.109201) (xy 167.517744 98.034885) (xy 167.414432 97.979664) + (xy 167.302331 97.945658) (xy 167.18575 97.934176) (xy 167.173486 97.934176) (xy 167.138922 97.923691) (xy 166.966999 97.906758) + (xy 166.795078 97.923691) (xy 166.760514 97.934176) (xy 166.74825 97.934176) (xy 166.631669 97.945658) (xy 166.519568 97.979664) + (xy 166.416256 98.034885) (xy 166.325701 98.109201) (xy 166.251385 98.199756) (xy 166.196164 98.303068) (xy 166.1795 98.358001) + (xy 166.162836 98.303068) (xy 166.107615 98.199756) (xy 166.033299 98.109201) (xy 165.942744 98.034885) (xy 165.839432 97.979664) + (xy 165.727331 97.945658) (xy 165.61075 97.934176) (xy 165.17325 97.934176) (xy 165.056669 97.945658) (xy 164.944568 97.979664) + (xy 164.841256 98.034885) (xy 164.750701 98.109201) (xy 164.676385 98.199756) (xy 164.621164 98.303068) (xy 164.611174 98.336) + (xy 164.544099 98.336) (xy 164.534229 98.317535) (xy 164.470328 98.239672) (xy 164.392465 98.175771) (xy 164.303632 98.128289) + (xy 164.207242 98.099049) (xy 164.107 98.089176) (xy 163.837 98.089176) (xy 163.736758 98.099049) (xy 163.640368 98.128289) + (xy 163.551535 98.175771) (xy 163.473672 98.239672) (xy 163.462 98.253894) (xy 163.450328 98.239672) (xy 163.372465 98.175771) + (xy 163.283632 98.128289) (xy 163.187242 98.099049) (xy 163.087 98.089176) (xy 162.817 98.089176) (xy 162.716758 98.099049) + (xy 162.620368 98.128289) (xy 162.531535 98.175771) (xy 162.453672 98.239672) (xy 162.389771 98.317535) (xy 162.342289 98.406368) + (xy 162.313049 98.502758) (xy 162.303176 98.603) (xy 162.303176 98.973) (xy 162.313049 99.073242) (xy 162.342289 99.169632) + (xy 162.389771 99.258465) (xy 162.453672 99.336328) (xy 162.500001 99.374349) (xy 162.500001 99.429785) (xy 162.497813 99.452) + (xy 162.50654 99.540607) (xy 162.532386 99.625809) (xy 162.573302 99.702357) (xy 162.574358 99.704333) (xy 162.630842 99.773159) + (xy 162.648096 99.787319) (xy 163.164681 100.303905) (xy 163.178841 100.321159) (xy 163.247667 100.377643) (xy 163.311257 100.411632) + (xy 163.32619 100.419614) (xy 163.403196 100.442974) (xy 163.331672 100.501672) (xy 163.32 100.515894) (xy 163.308328 100.501672) + (xy 163.230465 100.437771) (xy 163.141632 100.390289) (xy 163.045242 100.361049) (xy 162.945 100.351176) (xy 162.675 100.351176) + (xy 162.574758 100.361049) (xy 162.478368 100.390289) (xy 162.389535 100.437771) (xy 162.311672 100.501672) (xy 162.247771 100.579535) + (xy 162.200289 100.668368) (xy 162.171049 100.764758) (xy 162.161176 100.865) (xy 162.161176 101.235) (xy 162.171049 101.335242) + (xy 162.200289 101.431632) (xy 162.247771 101.520465) (xy 162.311672 101.598328) (xy 162.358001 101.636349) (xy 162.358 104.282776) + (xy 161.392777 105.248) (xy 158.491223 105.248) (xy 158.893905 104.845319) (xy 158.911159 104.831159) (xy 158.967643 104.762333) + (xy 159.009614 104.68381) (xy 159.012647 104.67381) (xy 159.03546 104.598608) (xy 159.044187 104.51) (xy 159.042 104.487795) + (xy 159.042 104.413702) (xy 159.063905 104.411545) (xy 159.13497 104.389988) (xy 159.200463 104.354981) (xy 159.257869 104.307869) + (xy 159.304981 104.250463) (xy 159.339988 104.18497) (xy 159.361545 104.113905) (xy 159.368824 104.04) (xy 159.368824 103.14) + (xy 159.361545 103.066095) (xy 159.357269 103.052) (xy 160.077795 103.052) (xy 160.1 103.054187) (xy 160.122205 103.052) + (xy 160.188607 103.04546) (xy 160.27381 103.019614) (xy 160.352333 102.977643) (xy 160.421159 102.921159) (xy 160.435323 102.9039) + (xy 160.865905 102.473319) (xy 160.883159 102.459159) (xy 160.939643 102.390333) (xy 160.981614 102.31181) (xy 160.981845 102.311049) + (xy 161.00746 102.226608) (xy 161.016187 102.138) (xy 161.014 102.115795) (xy 161.014 99.122099) (xy 161.032465 99.112229) + (xy 161.110328 99.048328) (xy 161.174229 98.970465) (xy 161.221711 98.881632) (xy 161.250951 98.785242) (xy 161.260824 98.685) + (xy 161.260824 98.415) (xy 161.250951 98.314758) (xy 161.221711 98.218368) (xy 161.174229 98.129535) (xy 161.110328 98.051672) + (xy 161.096106 98.04) (xy 161.110328 98.028328) (xy 161.174229 97.950465) (xy 161.221711 97.861632) (xy 161.250951 97.765242) + (xy 161.260824 97.665) (xy 161.260824 97.395) (xy 161.250951 97.294758) (xy 161.221711 97.198368) (xy 161.174229 97.109535) + (xy 161.110328 97.031672) (xy 161.032465 96.967771) (xy 160.943632 96.920289) (xy 160.847242 96.891049) (xy 160.747 96.881176) + (xy 160.377 96.881176) (xy 160.276758 96.891049) (xy 160.180368 96.920289) (xy 160.091535 96.967771) (xy 160.013672 97.031672) + (xy 159.959238 97.098) (xy 158.637224 97.098) (xy 158.602 97.062777) (xy 158.602 97.059496) (xy 158.668095 97.079545) + (xy 158.742 97.086824) (xy 159.642 97.086824) (xy 159.715905 97.079545) (xy 159.78697 97.057988) (xy 159.852463 97.022981) + (xy 159.909869 96.975869) (xy 159.956981 96.918463) (xy 159.991988 96.85297) (xy 159.997948 96.833321) (xy 163.923 96.833321) + (xy 163.923 96.966679) (xy 163.949016 97.097474) (xy 164.00005 97.22068) (xy 164.07414 97.331563) (xy 164.168437 97.42586) + (xy 164.27932 97.49995) (xy 164.402526 97.550984) (xy 164.533321 97.577) (xy 164.666679 97.577) (xy 164.797474 97.550984) + (xy 164.92068 97.49995) (xy 165.031563 97.42586) (xy 165.105423 97.352) (xy 173.994577 97.352) (xy 174.068437 97.42586) + (xy 174.17932 97.49995) (xy 174.302526 97.550984) (xy 174.433321 97.577) (xy 174.566679 97.577) (xy 174.697474 97.550984) + (xy 174.82068 97.49995) (xy 174.931563 97.42586) (xy 175.02586 97.331563) (xy 175.09995 97.22068) (xy 175.150984 97.097474) + (xy 175.177 96.966679) (xy 175.177 96.833321) (xy 175.150984 96.702526) (xy 175.09995 96.57932) (xy 175.02586 96.468437) + (xy 174.931563 96.37414) (xy 174.82068 96.30005) (xy 174.697474 96.249016) (xy 174.566679 96.223) (xy 174.433321 96.223) + (xy 174.302526 96.249016) (xy 174.17932 96.30005) (xy 174.068437 96.37414) (xy 173.994577 96.448) (xy 165.105423 96.448) + (xy 165.031563 96.37414) (xy 164.92068 96.30005) (xy 164.797474 96.249016) (xy 164.666679 96.223) (xy 164.533321 96.223) + (xy 164.402526 96.249016) (xy 164.27932 96.30005) (xy 164.168437 96.37414) (xy 164.07414 96.468437) (xy 164.00005 96.57932) + (xy 163.949016 96.702526) (xy 163.923 96.833321) (xy 159.997948 96.833321) (xy 160.013545 96.781905) (xy 160.020824 96.708) + (xy 160.020824 95.908) (xy 160.013545 95.834095) (xy 159.991988 95.76303) (xy 159.956981 95.697537) (xy 159.909869 95.640131) + (xy 159.852463 95.593019) (xy 159.78697 95.558012) (xy 159.715905 95.536455) (xy 159.644 95.529373) (xy 159.644 94.675223) + (xy 160.667225 93.652) (xy 164.448 93.652) (xy 164.448 93.877794) (xy 164.445813 93.9) (xy 164.45454 93.988607) + (xy 164.464973 94.023) (xy 164.480386 94.073809) (xy 164.522357 94.152332) (xy 164.578841 94.221159) (xy 164.5961 94.235323) + (xy 165.023 94.662224) (xy 165.023 94.766679) (xy 165.049016 94.897474) (xy 165.10005 95.02068) (xy 165.118305 95.048) + (xy 164.905423 95.048) (xy 164.831563 94.97414) (xy 164.72068 94.90005) (xy 164.597474 94.849016) (xy 164.466679 94.823) + (xy 164.333321 94.823) (xy 164.202526 94.849016) (xy 164.07932 94.90005) (xy 163.968437 94.97414) (xy 163.87414 95.068437) + (xy 163.80005 95.17932) (xy 163.749016 95.302526) (xy 163.723 95.433321) (xy 163.723 95.566679) (xy 163.749016 95.697474) + (xy 163.80005 95.82068) (xy 163.87414 95.931563) (xy 163.968437 96.02586) (xy 164.07932 96.09995) (xy 164.202526 96.150984) + (xy 164.333321 96.177) (xy 164.466679 96.177) (xy 164.597474 96.150984) (xy 164.72068 96.09995) (xy 164.831563 96.02586) + (xy 164.905423 95.952) (xy 173.994577 95.952) (xy 174.068437 96.02586) (xy 174.17932 96.09995) (xy 174.302526 96.150984) + (xy 174.433321 96.177) (xy 174.566679 96.177) (xy 174.697474 96.150984) (xy 174.82068 96.09995) (xy 174.931563 96.02586) + (xy 175.02586 95.931563) (xy 175.09995 95.82068) (xy 175.150984 95.697474) (xy 175.177 95.566679) (xy 175.177 95.433321) + (xy 175.150984 95.302526) (xy 175.09995 95.17932) (xy 175.02586 95.068437) (xy 174.931563 94.97414) (xy 174.82068 94.90005) + (xy 174.697474 94.849016) (xy 174.566679 94.823) (xy 174.433321 94.823) (xy 174.302526 94.849016) (xy 174.17932 94.90005) + (xy 174.068437 94.97414) (xy 173.994577 95.048) (xy 166.281695 95.048) (xy 166.29995 95.02068) (xy 166.350984 94.897474) + (xy 166.377 94.766679) (xy 166.377 94.633321) (xy 166.350984 94.502526) (xy 166.29995 94.37932) (xy 166.22586 94.268437) + (xy 166.131563 94.17414) (xy 166.02068 94.10005) (xy 165.897474 94.049016) (xy 165.766679 94.023) (xy 165.662224 94.023) + (xy 165.352 93.712777) (xy 165.352 93.652) (xy 171.394577 93.652) (xy 171.468437 93.72586) (xy 171.57932 93.79995) + (xy 171.702526 93.850984) (xy 171.833321 93.877) (xy 171.966679 93.877) (xy 172.097474 93.850984) (xy 172.22068 93.79995) + (xy 172.331563 93.72586) (xy 172.42586 93.631563) (xy 172.49995 93.52068) (xy 172.550984 93.397474) (xy 172.577 93.266679) + (xy 172.577 93.133321) (xy 172.550984 93.002526) (xy 172.49995 92.87932) (xy 172.42586 92.768437) (xy 172.331563 92.67414) + (xy 172.22068 92.60005) (xy 172.097474 92.549016) (xy 171.966679 92.523) (xy 171.833321 92.523) (xy 171.702526 92.549016) + (xy 171.57932 92.60005) (xy 171.468437 92.67414) (xy 171.394577 92.748) (xy 164.922205 92.748) (xy 164.9 92.745813) + (xy 164.877795 92.748) (xy 160.502204 92.748) (xy 160.479999 92.745813) (xy 160.391392 92.75454) (xy 160.30619 92.780386) + (xy 160.227667 92.822357) (xy 160.158841 92.878841) (xy 160.144685 92.89609) (xy 158.8881 94.152677) (xy 158.870841 94.166841) + (xy 158.814357 94.235668) (xy 158.791301 94.278804) (xy 158.772386 94.314191) (xy 158.74654 94.399393) (xy 158.737813 94.488) + (xy 158.74 94.510205) (xy 158.740001 95.529373) (xy 158.668095 95.536455) (xy 158.59703 95.558012) (xy 158.594797 95.559206) + (xy 158.584534 95.525374) (xy 158.569614 95.47619) (xy 158.527643 95.397667) (xy 158.471159 95.328841) (xy 158.453906 95.314682) + (xy 158.193323 95.0541) (xy 158.179159 95.036841) (xy 158.110333 94.980357) (xy 158.03181 94.938386) (xy 158.018494 94.934347) + (xy 158.013545 94.884095) (xy 157.991988 94.81303) (xy 157.956981 94.747537) (xy 157.909869 94.690131) (xy 157.852463 94.643019) + (xy 157.78697 94.608012) (xy 157.715905 94.586455) (xy 157.642 94.579176) (xy 156.742 94.579176) (xy 156.668095 94.586455) + (xy 156.59703 94.608012) (xy 156.531537 94.643019) (xy 156.474131 94.690131) (xy 156.427019 94.747537) (xy 156.392012 94.81303) + (xy 156.370455 94.884095) (xy 156.363176 94.958) (xy 156.363176 95.758) (xy 156.370455 95.831905) (xy 156.392012 95.90297) + (xy 156.427019 95.968463) (xy 156.474131 96.025869) (xy 156.531537 96.072981) (xy 156.59703 96.107988) (xy 156.668095 96.129545) + (xy 156.742 96.136824) (xy 157.642 96.136824) (xy 157.698 96.131308) (xy 157.698001 96.484692) (xy 157.642 96.479176) + (xy 156.742 96.479176) (xy 156.668095 96.486455) (xy 156.59703 96.508012) (xy 156.531537 96.543019) (xy 156.474131 96.590131) + (xy 156.427019 96.647537) (xy 156.392012 96.71303) (xy 156.370455 96.784095) (xy 156.363176 96.858) (xy 156.363176 97.658) + (xy 156.370455 97.731905) (xy 156.392012 97.80297) (xy 156.427019 97.868463) (xy 156.474131 97.925869) (xy 156.531537 97.972981) + (xy 156.59703 98.007988) (xy 156.668095 98.029545) (xy 156.74 98.036627) (xy 156.740001 98.323444) (xy 156.683672 98.369672) + (xy 156.619771 98.447535) (xy 156.593866 98.496) (xy 156.092493 98.496) (xy 156.058387 98.47777) (xy 155.975598 98.452656) + (xy 155.8895 98.444176) (xy 155.321258 98.444176) (xy 155.307537 98.418506) (xy 155.228185 98.321815) (xy 155.131494 98.242463) + (xy 155.105824 98.228742) (xy 155.105824 97.6605) (xy 155.097344 97.574402) (xy 155.07223 97.491613) (xy 155.031447 97.415314) + (xy 154.976563 97.348437) (xy 154.909686 97.293553) (xy 154.833387 97.25277) (xy 154.750598 97.227656) (xy 154.6645 97.219176) + (xy 154.5395 97.219176) (xy 154.453402 97.227656) (xy 154.370613 97.25277) (xy 154.352 97.262719) (xy 154.333387 97.25277) + (xy 154.250598 97.227656) (xy 154.242905 97.226898) (xy 154.188669 97.157548) (xy 154.09387 97.075944) (xy 153.984973 97.014403) + (xy 153.866162 96.975288) (xy 153.76075 96.963) (xy 153.602 97.12175) (xy 153.554 97.07375) (xy 153.554 96.874204) + (xy 153.556187 96.851999) (xy 153.54746 96.763392) (xy 153.541078 96.742355) (xy 153.521614 96.67819) (xy 153.479643 96.599667) + (xy 153.423159 96.530841) (xy 153.40591 96.516685) (xy 153.127 96.237776) (xy 153.127 96.133321) (xy 153.115313 96.074563) + (xy 153.21575 96.175) (xy 153.337348 96.165235) (xy 153.456878 96.128377) (xy 153.566921 96.068908) (xy 153.663247 95.989113) + (xy 153.742156 95.892059) (xy 153.800614 95.781476) (xy 153.836375 95.661613) (xy 153.848065 95.537077) (xy 153.845 95.51575) + (xy 153.68625 95.357) (xy 153.057 95.357) (xy 153.057 95.377) (xy 152.816755 95.377) (xy 152.82699 95.273079) + (xy 152.82699 94.287) (xy 153.057 94.287) (xy 153.057 95.103) (xy 153.21375 95.103) (xy 153.21575 95.105) + (xy 153.240655 95.103) (xy 153.68625 95.103) (xy 153.845 94.94425) (xy 153.848065 94.922923) (xy 153.836375 94.798387) + (xy 153.80553 94.695) (xy 153.836375 94.591613) (xy 153.848065 94.467077) (xy 153.845 94.44575) (xy 153.68625 94.287) + (xy 153.240655 94.287) (xy 153.21575 94.285) (xy 153.21375 94.287) (xy 153.057 94.287) (xy 152.82699 94.287) + (xy 152.82699 93.37375) (xy 153.057 93.37375) (xy 153.057 94.033) (xy 153.68625 94.033) (xy 153.845 93.87425) + (xy 153.848065 93.852923) (xy 153.836375 93.728387) (xy 153.800614 93.608524) (xy 153.742156 93.497941) (xy 153.663247 93.400887) + (xy 153.566921 93.321092) (xy 153.456878 93.261623) (xy 153.337348 93.224765) (xy 153.21575 93.215) (xy 153.057 93.37375) + (xy 152.82699 93.37375) (xy 152.82699 92.693089) (xy 152.831233 92.65001) (xy 152.82699 92.606931) (xy 152.82699 82.843069) + (xy 152.831233 82.79999) (xy 152.82699 82.75691) (xy 152.82699 62.413275) (xy 153.333266 61.907) (xy 154.453 61.907) + ) + ) + (filled_polygon + (pts + (xy 153.229 100.321) (xy 153.249 100.321) (xy 153.249 100.575) (xy 153.229 100.575) (xy 153.229 100.595) + (xy 152.975 100.595) (xy 152.975 100.575) (xy 152.955 100.575) (xy 152.955 100.321) (xy 152.975 100.321) + (xy 152.975 100.301) (xy 153.229 100.301) + ) + ) + (filled_polygon + (pts + (xy 161.958455 62.823905) (xy 161.980012 62.89497) (xy 162.001409 62.935) (xy 161.980012 62.97503) (xy 161.958455 63.046095) + (xy 161.951381 63.117919) (xy 161.929999 63.115813) (xy 161.841392 63.12454) (xy 161.821562 63.130556) (xy 161.75619 63.150386) + (xy 161.677667 63.192357) (xy 161.608841 63.248841) (xy 161.594685 63.26609) (xy 160.912777 63.948) (xy 160.566595 63.948) + (xy 160.608908 63.896921) (xy 160.668377 63.786878) (xy 160.705235 63.667348) (xy 160.715 63.54575) (xy 160.55625 63.387) + (xy 159.897 63.387) (xy 159.897 63.407) (xy 159.643 63.407) (xy 159.643 63.387) (xy 159.623 63.387) + (xy 159.623 63.133) (xy 159.643 63.133) (xy 159.643 63.113) (xy 159.897 63.113) (xy 159.897 63.133) + (xy 160.55625 63.133) (xy 160.715 62.97425) (xy 160.705235 62.852652) (xy 160.674198 62.752) (xy 161.951373 62.752) + ) + ) + ) + (zone (net 4) (net_name Board_1-/elektronika.sch/GND) (layer B.Cu) (tstamp 60AA030A) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 149 59) (xy 188.5 59) (xy 196 59) (xy 196 151) (xy 96 151) + (xy 96 51) (xy 149 51) + ) + ) + (filled_polygon + (pts + (xy 148.873 59) (xy 148.87544 59.024776) (xy 148.882667 59.048601) (xy 148.894403 59.070557) (xy 148.910197 59.089803) + (xy 148.929443 59.105597) (xy 148.951399 59.117333) (xy 148.975224 59.12456) (xy 149 59.127) (xy 195.373 59.127) + (xy 195.373 68.94201) (xy 195.321159 68.878841) (xy 195.303906 68.864682) (xy 190.135323 63.6961) (xy 190.121159 63.678841) + (xy 190.052333 63.622357) (xy 189.97381 63.580386) (xy 189.888607 63.55454) (xy 189.822205 63.548) (xy 189.8 63.545813) + (xy 189.777795 63.548) (xy 159.687224 63.548) (xy 159.535323 63.3961) (xy 159.521159 63.378841) (xy 159.452333 63.322357) + (xy 159.37381 63.280386) (xy 159.288607 63.25454) (xy 159.222205 63.248) (xy 159.2 63.245813) (xy 159.177795 63.248) + (xy 155.305423 63.248) (xy 155.252 63.194577) (xy 155.252 63.087223) (xy 155.587225 62.752) (xy 156.694577 62.752) + (xy 156.768437 62.82586) (xy 156.87932 62.89995) (xy 157.002526 62.950984) (xy 157.133321 62.977) (xy 157.266679 62.977) + (xy 157.397474 62.950984) (xy 157.52068 62.89995) (xy 157.631563 62.82586) (xy 157.72586 62.731563) (xy 157.79995 62.62068) + (xy 157.850984 62.497474) (xy 157.877 62.366679) (xy 157.877 62.233321) (xy 157.850984 62.102526) (xy 157.79995 61.97932) + (xy 157.72586 61.868437) (xy 157.631563 61.77414) (xy 157.52068 61.70005) (xy 157.397474 61.649016) (xy 157.266679 61.623) + (xy 157.133321 61.623) (xy 157.002526 61.649016) (xy 156.87932 61.70005) (xy 156.768437 61.77414) (xy 156.694577 61.848) + (xy 155.422204 61.848) (xy 155.399999 61.845813) (xy 155.311392 61.85454) (xy 155.22619 61.880386) (xy 155.147667 61.922357) + (xy 155.078841 61.978841) (xy 155.064685 61.99609) (xy 154.496095 62.564682) (xy 154.478842 62.578841) (xy 154.444506 62.62068) + (xy 154.422358 62.647667) (xy 154.380386 62.726191) (xy 154.35454 62.811393) (xy 154.345813 62.9) (xy 154.348001 62.922215) + (xy 154.348001 63.194576) (xy 154.27414 63.268437) (xy 154.20005 63.37932) (xy 154.149016 63.502526) (xy 154.123 63.633321) + (xy 154.123 63.766679) (xy 154.149016 63.897474) (xy 154.169945 63.948) (xy 146.887225 63.948) (xy 145.952 63.012777) + (xy 145.952 58.641209) (xy 146.045418 58.591276) (xy 146.194186 58.469186) (xy 146.262952 58.385394) (xy 146.274188 58.499482) + (xy 146.310498 58.61918) (xy 146.369463 58.729494) (xy 146.448815 58.826185) (xy 146.545506 58.905537) (xy 146.65582 58.964502) + (xy 146.775518 59.000812) (xy 146.9 59.013072) (xy 147.21425 59.01) (xy 147.373 58.85125) (xy 147.373 57.627) + (xy 147.627 57.627) (xy 147.627 58.85125) (xy 147.78575 59.01) (xy 148.1 59.013072) (xy 148.224482 59.000812) + (xy 148.34418 58.964502) (xy 148.454494 58.905537) (xy 148.551185 58.826185) (xy 148.630537 58.729494) (xy 148.689502 58.61918) + (xy 148.725812 58.499482) (xy 148.738072 58.375) (xy 148.735 57.78575) (xy 148.57625 57.627) (xy 147.627 57.627) + (xy 147.373 57.627) (xy 147.353 57.627) (xy 147.353 57.373) (xy 147.373 57.373) (xy 147.373 56.14875) + (xy 147.627 56.14875) (xy 147.627 57.373) (xy 148.57625 57.373) (xy 148.735 57.21425) (xy 148.738072 56.625) + (xy 148.725812 56.500518) (xy 148.689502 56.38082) (xy 148.630537 56.270506) (xy 148.551185 56.173815) (xy 148.454494 56.094463) + (xy 148.34418 56.035498) (xy 148.224482 55.999188) (xy 148.1 55.986928) (xy 147.78575 55.99) (xy 147.627 56.14875) + (xy 147.373 56.14875) (xy 147.21425 55.99) (xy 146.9 55.986928) (xy 146.775518 55.999188) (xy 146.65582 56.035498) + (xy 146.545506 56.094463) (xy 146.448815 56.173815) (xy 146.369463 56.270506) (xy 146.310498 56.38082) (xy 146.274188 56.500518) + (xy 146.262952 56.614606) (xy 146.194186 56.530814) (xy 146.045418 56.408724) (xy 145.875691 56.318003) (xy 145.691525 56.262137) + (xy 145.5 56.243273) (xy 145.308476 56.262137) (xy 145.12431 56.318003) (xy 144.954583 56.408724) (xy 144.805815 56.530814) + (xy 144.683725 56.679582) (xy 144.593003 56.849309) (xy 144.537137 57.033475) (xy 144.523 57.177007) (xy 144.523 57.822992) + (xy 144.537137 57.966524) (xy 144.593003 58.15069) (xy 144.683724 58.320418) (xy 144.805814 58.469186) (xy 144.954582 58.591276) + (xy 145.048 58.641209) (xy 145.048001 63.177785) (xy 145.045813 63.2) (xy 145.05454 63.288607) (xy 145.080386 63.373809) + (xy 145.083332 63.37932) (xy 145.122358 63.452333) (xy 145.178842 63.521159) (xy 145.196096 63.535319) (xy 146.364685 64.70391) + (xy 146.378841 64.721159) (xy 146.411547 64.748) (xy 144.987224 64.748) (xy 143.952 63.712777) (xy 143.952 58.641209) + (xy 144.045418 58.591276) (xy 144.194186 58.469186) (xy 144.316276 58.320418) (xy 144.406997 58.150691) (xy 144.462863 57.966525) + (xy 144.477 57.822993) (xy 144.477 57.177008) (xy 144.462863 57.033476) (xy 144.406997 56.849309) (xy 144.316276 56.679582) + (xy 144.194186 56.530814) (xy 144.045418 56.408724) (xy 143.875691 56.318003) (xy 143.691525 56.262137) (xy 143.5 56.243273) + (xy 143.308476 56.262137) (xy 143.12431 56.318003) (xy 142.954583 56.408724) (xy 142.805815 56.530814) (xy 142.683725 56.679582) + (xy 142.593003 56.849309) (xy 142.537137 57.033475) (xy 142.523 57.177007) (xy 142.523 57.822992) (xy 142.537137 57.966524) + (xy 142.593003 58.15069) (xy 142.683724 58.320418) (xy 142.805814 58.469186) (xy 142.954582 58.591276) (xy 143.048 58.641209) + (xy 143.048001 63.877785) (xy 143.045813 63.9) (xy 143.05454 63.988607) (xy 143.080386 64.073809) (xy 143.111256 64.131563) + (xy 143.122358 64.152333) (xy 143.178842 64.221159) (xy 143.196096 64.235319) (xy 144.464681 65.503905) (xy 144.478841 65.521159) + (xy 144.547667 65.577643) (xy 144.62619 65.619614) (xy 144.711392 65.64546) (xy 144.8 65.654187) (xy 144.822205 65.652) + (xy 158.894577 65.652) (xy 158.968437 65.72586) (xy 159.07932 65.79995) (xy 159.202526 65.850984) (xy 159.333321 65.877) + (xy 159.466679 65.877) (xy 159.597474 65.850984) (xy 159.72068 65.79995) (xy 159.831563 65.72586) (xy 159.92586 65.631563) + (xy 159.99995 65.52068) (xy 160.050984 65.397474) (xy 160.077 65.266679) (xy 160.077 65.133321) (xy 160.050984 65.002526) + (xy 159.99995 64.87932) (xy 159.92586 64.768437) (xy 159.831563 64.67414) (xy 159.72068 64.60005) (xy 159.597474 64.549016) + (xy 159.466679 64.523) (xy 159.333321 64.523) (xy 159.202526 64.549016) (xy 159.07932 64.60005) (xy 158.968437 64.67414) + (xy 158.894577 64.748) (xy 158.781695 64.748) (xy 158.79995 64.72068) (xy 158.850984 64.597474) (xy 158.877 64.466679) + (xy 158.877 64.333321) (xy 158.850984 64.202526) (xy 158.830055 64.152) (xy 159.012777 64.152) (xy 159.164681 64.303905) + (xy 159.178841 64.321159) (xy 159.247667 64.377643) (xy 159.32619 64.419614) (xy 159.411392 64.44546) (xy 159.499999 64.454187) + (xy 159.522204 64.452) (xy 189.612777 64.452) (xy 194.548 69.387224) (xy 194.548 83.137183) (xy 194.54546 83.111392) + (xy 194.539444 83.091562) (xy 194.519614 83.02619) (xy 194.477643 82.947667) (xy 194.421159 82.878841) (xy 194.403912 82.864687) + (xy 183.477 71.937777) (xy 183.477 71.833321) (xy 183.450984 71.702526) (xy 183.39995 71.57932) (xy 183.32586 71.468437) + (xy 183.231563 71.37414) (xy 183.12068 71.30005) (xy 182.997474 71.249016) (xy 182.866679 71.223) (xy 182.733321 71.223) + (xy 182.602526 71.249016) (xy 182.47932 71.30005) (xy 182.368437 71.37414) (xy 182.27414 71.468437) (xy 182.20005 71.57932) + (xy 182.149016 71.702526) (xy 182.123 71.833321) (xy 182.123 71.966679) (xy 182.149016 72.097474) (xy 182.20005 72.22068) + (xy 182.27414 72.331563) (xy 182.368437 72.42586) (xy 182.47932 72.49995) (xy 182.602526 72.550984) (xy 182.733321 72.577) + (xy 182.837777 72.577) (xy 193.648 83.387225) (xy 193.648001 132.112774) (xy 192.772777 132.988) (xy 191.940871 132.988) + (xy 191.887353 132.858798) (xy 191.753073 132.657833) (xy 191.582167 132.486927) (xy 191.381202 132.352647) (xy 191.157903 132.260153) + (xy 190.920849 132.213) (xy 190.679151 132.213) (xy 190.442097 132.260153) (xy 190.218798 132.352647) (xy 190.017833 132.486927) + (xy 189.846927 132.657833) (xy 189.712647 132.858798) (xy 189.620153 133.082097) (xy 189.573 133.319151) (xy 189.573 133.560849) + (xy 189.620153 133.797903) (xy 189.712647 134.021202) (xy 189.846927 134.222167) (xy 190.017833 134.393073) (xy 190.218798 134.527353) + (xy 190.442097 134.619847) (xy 190.679151 134.667) (xy 190.920849 134.667) (xy 191.157903 134.619847) (xy 191.381202 134.527353) + (xy 191.582167 134.393073) (xy 191.753073 134.222167) (xy 191.887353 134.021202) (xy 191.940871 133.892) (xy 192.937795 133.892) + (xy 192.96 133.894187) (xy 192.982205 133.892) (xy 193.048607 133.88546) (xy 193.13381 133.859614) (xy 193.212333 133.817643) + (xy 193.281159 133.761159) (xy 193.295323 133.7439) (xy 194.40391 132.635315) (xy 194.421159 132.621159) (xy 194.477643 132.552333) + (xy 194.519614 132.47381) (xy 194.54546 132.388607) (xy 194.548001 132.362809) (xy 194.548001 140.312774) (xy 193.312777 141.548) + (xy 187.822204 141.548) (xy 187.799999 141.545813) (xy 187.711392 141.55454) (xy 187.691562 141.560556) (xy 187.62619 141.580386) + (xy 187.547667 141.622357) (xy 187.478841 141.678841) (xy 187.464686 141.696089) (xy 185.237777 143.923) (xy 185.133321 143.923) + (xy 185.002526 143.949016) (xy 184.87932 144.00005) (xy 184.768437 144.07414) (xy 184.67414 144.168437) (xy 184.60005 144.27932) + (xy 184.549016 144.402526) (xy 184.523 144.533321) (xy 184.523 144.666679) (xy 184.549016 144.797474) (xy 184.60005 144.92068) + (xy 184.67414 145.031563) (xy 184.768437 145.12586) (xy 184.87932 145.19995) (xy 185.002526 145.250984) (xy 185.133321 145.277) + (xy 185.266679 145.277) (xy 185.397474 145.250984) (xy 185.52068 145.19995) (xy 185.631563 145.12586) (xy 185.72586 145.031563) + (xy 185.79995 144.92068) (xy 185.850984 144.797474) (xy 185.877 144.666679) (xy 185.877 144.562223) (xy 187.987225 142.452) + (xy 193.477795 142.452) (xy 193.5 142.454187) (xy 193.522205 142.452) (xy 193.588607 142.44546) (xy 193.67381 142.419614) + (xy 193.752333 142.377643) (xy 193.821159 142.321159) (xy 193.835323 142.3039) (xy 195.30391 140.835315) (xy 195.321159 140.821159) + (xy 195.373001 140.757989) (xy 195.373001 145.972063) (xy 195.301434 146.77395) (xy 195.177 147.228808) (xy 195.177 146.687093) + (xy 195.05491 146.073303) (xy 194.815421 145.495126) (xy 194.467737 144.974781) (xy 194.025219 144.532263) (xy 193.504874 144.184579) + (xy 192.926697 143.94509) (xy 192.312907 143.823) (xy 191.687093 143.823) (xy 191.073303 143.94509) (xy 190.495126 144.184579) + (xy 189.974781 144.532263) (xy 189.532263 144.974781) (xy 189.184579 145.495126) (xy 188.94509 146.073303) (xy 188.823 146.687093) + (xy 188.823 147.312907) (xy 188.94509 147.926697) (xy 189.184579 148.504874) (xy 189.532263 149.025219) (xy 189.974781 149.467737) + (xy 190.495126 149.815421) (xy 191.073303 150.05491) (xy 191.687093 150.177) (xy 192.249184 150.177) (xy 191.633632 150.324781) + (xy 190.977012 150.373) (xy 101.027926 150.373) (xy 100.22605 150.301434) (xy 99.771192 150.177) (xy 100.312907 150.177) + (xy 100.926697 150.05491) (xy 101.504874 149.815421) (xy 102.025219 149.467737) (xy 102.467737 149.025219) (xy 102.554861 148.894828) + (xy 103.412167 148.894828) (xy 103.412167 149.105172) (xy 103.453203 149.311475) (xy 103.533698 149.505809) (xy 103.65056 149.680704) + (xy 103.799296 149.82944) (xy 103.974191 149.946302) (xy 104.168525 150.026797) (xy 104.374828 150.067833) (xy 104.585172 150.067833) + (xy 104.791475 150.026797) (xy 104.985809 149.946302) (xy 105.160704 149.82944) (xy 105.30944 149.680704) (xy 105.426302 149.505809) + (xy 105.506797 149.311475) (xy 105.547833 149.105172) (xy 105.547833 148.894828) (xy 105.506797 148.688525) (xy 105.426302 148.494191) + (xy 105.30944 148.319296) (xy 105.160704 148.17056) (xy 104.985809 148.053698) (xy 104.791475 147.973203) (xy 104.585172 147.932167) + (xy 104.374828 147.932167) (xy 104.168525 147.973203) (xy 103.974191 148.053698) (xy 103.799296 148.17056) (xy 103.65056 148.319296) + (xy 103.533698 148.494191) (xy 103.453203 148.688525) (xy 103.412167 148.894828) (xy 102.554861 148.894828) (xy 102.815421 148.504874) + (xy 103.05491 147.926697) (xy 103.177 147.312907) (xy 103.177 146.687093) (xy 103.05491 146.073303) (xy 102.815421 145.495126) + (xy 102.467737 144.974781) (xy 102.025219 144.532263) (xy 101.504874 144.184579) (xy 100.926697 143.94509) (xy 100.312907 143.823) + (xy 99.687093 143.823) (xy 99.073303 143.94509) (xy 98.495126 144.184579) (xy 97.974781 144.532263) (xy 97.532263 144.974781) + (xy 97.184579 145.495126) (xy 96.94509 146.073303) (xy 96.823 146.687093) (xy 96.823 147.249184) (xy 96.675219 146.633632) + (xy 96.627 145.977012) (xy 96.627 141.864377) (xy 140.793 141.864377) (xy 140.793 142.135623) (xy 140.845917 142.401656) + (xy 140.949718 142.652254) (xy 141.100414 142.877787) (xy 141.292213 143.069586) (xy 141.517746 143.220282) (xy 141.768344 143.324083) + (xy 142.034377 143.377) (xy 142.305623 143.377) (xy 142.571656 143.324083) (xy 142.822254 143.220282) (xy 143.047787 143.069586) + (xy 143.239586 142.877787) (xy 143.390282 142.652254) (xy 143.494083 142.401656) (xy 143.547 142.135623) (xy 143.547 141.864377) + (xy 148.413 141.864377) (xy 148.413 142.135623) (xy 148.465917 142.401656) (xy 148.569718 142.652254) (xy 148.720414 142.877787) + (xy 148.912213 143.069586) (xy 149.137746 143.220282) (xy 149.388344 143.324083) (xy 149.654377 143.377) (xy 149.925623 143.377) + (xy 150.191656 143.324083) (xy 150.442254 143.220282) (xy 150.667787 143.069586) (xy 150.859586 142.877787) (xy 151.010282 142.652254) + (xy 151.114083 142.401656) (xy 151.167 142.135623) (xy 151.167 141.864377) (xy 151.114083 141.598344) (xy 151.010282 141.347746) + (xy 150.859586 141.122213) (xy 150.667787 140.930414) (xy 150.442254 140.779718) (xy 150.191656 140.675917) (xy 149.925623 140.623) + (xy 149.654377 140.623) (xy 149.388344 140.675917) (xy 149.137746 140.779718) (xy 148.912213 140.930414) (xy 148.720414 141.122213) + (xy 148.569718 141.347746) (xy 148.465917 141.598344) (xy 148.413 141.864377) (xy 143.547 141.864377) (xy 143.494083 141.598344) + (xy 143.390282 141.347746) (xy 143.239586 141.122213) (xy 143.047787 140.930414) (xy 142.822254 140.779718) (xy 142.571656 140.675917) + (xy 142.305623 140.623) (xy 142.034377 140.623) (xy 141.768344 140.675917) (xy 141.517746 140.779718) (xy 141.292213 140.930414) + (xy 141.100414 141.122213) (xy 140.949718 141.347746) (xy 140.845917 141.598344) (xy 140.793 141.864377) (xy 96.627 141.864377) + (xy 96.627 138.399151) (xy 189.573 138.399151) (xy 189.573 138.640849) (xy 189.620153 138.877903) (xy 189.712647 139.101202) + (xy 189.846927 139.302167) (xy 190.017833 139.473073) (xy 190.218798 139.607353) (xy 190.442097 139.699847) (xy 190.679151 139.747) + (xy 190.920849 139.747) (xy 191.157903 139.699847) (xy 191.381202 139.607353) (xy 191.582167 139.473073) (xy 191.753073 139.302167) + (xy 191.887353 139.101202) (xy 191.979847 138.877903) (xy 192.027 138.640849) (xy 192.027 138.399151) (xy 191.979847 138.162097) + (xy 191.887353 137.938798) (xy 191.753073 137.737833) (xy 191.582167 137.566927) (xy 191.381202 137.432647) (xy 191.157903 137.340153) + (xy 190.920849 137.293) (xy 190.679151 137.293) (xy 190.442097 137.340153) (xy 190.218798 137.432647) (xy 190.017833 137.566927) + (xy 189.846927 137.737833) (xy 189.712647 137.938798) (xy 189.620153 138.162097) (xy 189.573 138.399151) (xy 96.627 138.399151) + (xy 96.627 109.05) (xy 99.671176 109.05) (xy 99.671176 110.75) (xy 99.678455 110.823905) (xy 99.700012 110.89497) + (xy 99.735019 110.960463) (xy 99.782131 111.017869) (xy 99.839537 111.064981) (xy 99.90503 111.099988) (xy 99.976095 111.121545) + (xy 100.05 111.128824) (xy 101.75 111.128824) (xy 101.823905 111.121545) (xy 101.89497 111.099988) (xy 101.960463 111.064981) + (xy 102.017869 111.017869) (xy 102.064981 110.960463) (xy 102.099988 110.89497) (xy 102.121545 110.823905) (xy 102.128824 110.75) + (xy 102.128824 109.05) (xy 102.121545 108.976095) (xy 102.099988 108.90503) (xy 102.064981 108.839537) (xy 102.017869 108.782131) + (xy 101.960463 108.735019) (xy 101.89497 108.700012) (xy 101.823905 108.678455) (xy 101.75 108.671176) (xy 100.05 108.671176) + (xy 99.976095 108.678455) (xy 99.90503 108.700012) (xy 99.839537 108.735019) (xy 99.782131 108.782131) (xy 99.735019 108.839537) + (xy 99.700012 108.90503) (xy 99.678455 108.976095) (xy 99.671176 109.05) (xy 96.627 109.05) (xy 96.627 105.17689) + (xy 99.458524 105.17689) (xy 99.503175 105.324099) (xy 99.628359 105.58692) (xy 99.802412 105.820269) (xy 100.018645 106.015178) + (xy 100.268748 106.164157) (xy 100.436798 106.223769) (xy 100.318798 106.272647) (xy 100.117833 106.406927) (xy 99.946927 106.577833) + (xy 99.812647 106.778798) (xy 99.720153 107.002097) (xy 99.673 107.239151) (xy 99.673 107.480849) (xy 99.720153 107.717903) + (xy 99.812647 107.941202) (xy 99.946927 108.142167) (xy 100.117833 108.313073) (xy 100.318798 108.447353) (xy 100.542097 108.539847) + (xy 100.779151 108.587) (xy 101.020849 108.587) (xy 101.257903 108.539847) (xy 101.481202 108.447353) (xy 101.682167 108.313073) + (xy 101.853073 108.142167) (xy 101.987353 107.941202) (xy 102.065723 107.752) (xy 111.101572 107.752) (xy 111.068437 107.77414) + (xy 110.97414 107.868437) (xy 110.90005 107.97932) (xy 110.849016 108.102526) (xy 110.823 108.233321) (xy 110.823 108.366679) + (xy 110.849016 108.497474) (xy 110.90005 108.62068) (xy 110.97414 108.731563) (xy 111.048 108.805423) (xy 111.048001 113.377785) + (xy 111.045813 113.4) (xy 111.05454 113.488607) (xy 111.080386 113.573809) (xy 111.080387 113.57381) (xy 111.122358 113.652333) + (xy 111.178842 113.721159) (xy 111.196096 113.735319) (xy 112.164681 114.703905) (xy 112.178841 114.721159) (xy 112.247667 114.777643) + (xy 112.32619 114.819614) (xy 112.411392 114.84546) (xy 112.5 114.854187) (xy 112.522205 114.852) (xy 113.594577 114.852) + (xy 113.668437 114.92586) (xy 113.77932 114.99995) (xy 113.902526 115.050984) (xy 114.033321 115.077) (xy 114.166679 115.077) + (xy 114.297474 115.050984) (xy 114.42068 114.99995) (xy 114.531563 114.92586) (xy 114.62586 114.831563) (xy 114.69995 114.72068) + (xy 114.750984 114.597474) (xy 114.777 114.466679) (xy 114.777 114.333321) (xy 114.750984 114.202526) (xy 114.69995 114.07932) + (xy 114.62586 113.968437) (xy 114.531563 113.87414) (xy 114.42068 113.80005) (xy 114.297474 113.749016) (xy 114.166679 113.723) + (xy 114.033321 113.723) (xy 113.902526 113.749016) (xy 113.77932 113.80005) (xy 113.668437 113.87414) (xy 113.594577 113.948) + (xy 112.687224 113.948) (xy 111.952 113.212777) (xy 111.952 108.805423) (xy 112.02586 108.731563) (xy 112.09995 108.62068) + (xy 112.115424 108.583321) (xy 115.323 108.583321) (xy 115.323 108.716679) (xy 115.349016 108.847474) (xy 115.40005 108.97068) + (xy 115.47414 109.081563) (xy 115.548001 109.155424) (xy 115.548 110.694577) (xy 115.47414 110.768437) (xy 115.40005 110.87932) + (xy 115.349016 111.002526) (xy 115.323 111.133321) (xy 115.323 111.266679) (xy 115.349016 111.397474) (xy 115.40005 111.52068) + (xy 115.47414 111.631563) (xy 115.568437 111.72586) (xy 115.67932 111.79995) (xy 115.802526 111.850984) (xy 115.933321 111.877) + (xy 116.066679 111.877) (xy 116.197474 111.850984) (xy 116.32068 111.79995) (xy 116.431563 111.72586) (xy 116.52586 111.631563) + (xy 116.59995 111.52068) (xy 116.650984 111.397474) (xy 116.677 111.266679) (xy 116.677 111.133321) (xy 116.650984 111.002526) + (xy 116.59995 110.87932) (xy 116.52586 110.768437) (xy 116.452 110.694577) (xy 116.452 109.155423) (xy 116.52586 109.081563) + (xy 116.59995 108.97068) (xy 116.650984 108.847474) (xy 116.677 108.716679) (xy 116.677 108.583321) (xy 116.650984 108.452526) + (xy 116.59995 108.32932) (xy 116.52586 108.218437) (xy 116.431563 108.12414) (xy 116.32068 108.05005) (xy 116.197474 107.999016) + (xy 116.066679 107.973) (xy 115.933321 107.973) (xy 115.802526 107.999016) (xy 115.67932 108.05005) (xy 115.568437 108.12414) + (xy 115.47414 108.218437) (xy 115.40005 108.32932) (xy 115.349016 108.452526) (xy 115.323 108.583321) (xy 112.115424 108.583321) + (xy 112.150984 108.497474) (xy 112.177 108.366679) (xy 112.177 108.233321) (xy 112.150984 108.102526) (xy 112.09995 107.97932) + (xy 112.02586 107.868437) (xy 111.931563 107.77414) (xy 111.898428 107.752) (xy 119.245741 107.752) (xy 119.245326 107.752277) + (xy 119.102277 107.895326) (xy 118.989885 108.063533) (xy 118.912467 108.250435) (xy 118.873 108.448849) (xy 118.873 108.651151) + (xy 118.912467 108.849565) (xy 118.989885 109.036467) (xy 119.023001 109.086029) (xy 119.023 115.763973) (xy 118.989885 115.813533) + (xy 118.912467 116.000435) (xy 118.873 116.198849) (xy 118.873 116.401151) (xy 118.912467 116.599565) (xy 118.989885 116.786467) + (xy 119.102277 116.954674) (xy 119.245326 117.097723) (xy 119.413533 117.210115) (xy 119.600435 117.287533) (xy 119.798849 117.327) + (xy 120.001151 117.327) (xy 120.199565 117.287533) (xy 120.386467 117.210115) (xy 120.554674 117.097723) (xy 120.697723 116.954674) + (xy 120.810115 116.786467) (xy 120.887533 116.599565) (xy 120.927 116.401151) (xy 120.927 116.198849) (xy 120.887533 116.000435) + (xy 120.810115 115.813533) (xy 120.777 115.763973) (xy 120.777 109.086027) (xy 120.810115 109.036467) (xy 120.887533 108.849565) + (xy 120.927 108.651151) (xy 120.927 108.448849) (xy 120.887533 108.250435) (xy 120.810115 108.063533) (xy 120.697723 107.895326) + (xy 120.554674 107.752277) (xy 120.554259 107.752) (xy 133.090577 107.752) (xy 133.07414 107.768437) (xy 133.00005 107.87932) + (xy 132.949016 108.002526) (xy 132.923 108.133321) (xy 132.923 108.266679) (xy 132.949016 108.397474) (xy 133.00005 108.52068) + (xy 133.07414 108.631563) (xy 133.148 108.705423) (xy 133.148001 131.044576) (xy 133.07414 131.118437) (xy 133.00005 131.22932) + (xy 132.949016 131.352526) (xy 132.923 131.483321) (xy 132.923 131.616679) (xy 132.949016 131.747474) (xy 133.00005 131.87068) + (xy 133.07414 131.981563) (xy 133.168437 132.07586) (xy 133.27932 132.14995) (xy 133.402526 132.200984) (xy 133.533321 132.227) + (xy 133.666679 132.227) (xy 133.797474 132.200984) (xy 133.92068 132.14995) (xy 134.031563 132.07586) (xy 134.12586 131.981563) + (xy 134.19995 131.87068) (xy 134.250984 131.747474) (xy 134.277 131.616679) (xy 134.277 131.483321) (xy 134.250984 131.352526) + (xy 134.19995 131.22932) (xy 134.12586 131.118437) (xy 134.052 131.044577) (xy 134.052 108.705423) (xy 134.12586 108.631563) + (xy 134.19995 108.52068) (xy 134.250984 108.397474) (xy 134.277 108.266679) (xy 134.277 108.133321) (xy 134.250984 108.002526) + (xy 134.19995 107.87932) (xy 134.12586 107.768437) (xy 134.109423 107.752) (xy 139.690577 107.752) (xy 139.67414 107.768437) + (xy 139.60005 107.87932) (xy 139.549016 108.002526) (xy 139.523 108.133321) (xy 139.523 108.266679) (xy 139.549016 108.397474) + (xy 139.60005 108.52068) (xy 139.67414 108.631563) (xy 139.748 108.705423) (xy 139.748001 128.577785) (xy 139.745813 128.6) + (xy 139.75454 128.688607) (xy 139.780386 128.773809) (xy 139.780387 128.77381) (xy 139.822358 128.852333) (xy 139.878842 128.921159) + (xy 139.896096 128.935319) (xy 143.764681 132.803905) (xy 143.778841 132.821159) (xy 143.847667 132.877643) (xy 143.92619 132.919614) + (xy 144.011392 132.94546) (xy 144.1 132.954187) (xy 144.122205 132.952) (xy 174.194577 132.952) (xy 174.268437 133.02586) + (xy 174.37932 133.09995) (xy 174.502526 133.150984) (xy 174.633321 133.177) (xy 174.766679 133.177) (xy 174.897474 133.150984) + (xy 175.02068 133.09995) (xy 175.131563 133.02586) (xy 175.22586 132.931563) (xy 175.29995 132.82068) (xy 175.350984 132.697474) + (xy 175.377 132.566679) (xy 175.377 132.433321) (xy 175.350984 132.302526) (xy 175.29995 132.17932) (xy 175.22586 132.068437) + (xy 175.131563 131.97414) (xy 175.02068 131.90005) (xy 174.897474 131.849016) (xy 174.766679 131.823) (xy 174.633321 131.823) + (xy 174.502526 131.849016) (xy 174.37932 131.90005) (xy 174.268437 131.97414) (xy 174.194577 132.048) (xy 144.287224 132.048) + (xy 140.652 128.412777) (xy 140.652 108.705423) (xy 140.72586 108.631563) (xy 140.79995 108.52068) (xy 140.850984 108.397474) + (xy 140.877 108.266679) (xy 140.877 108.133321) (xy 140.850984 108.002526) (xy 140.79995 107.87932) (xy 140.72586 107.768437) + (xy 140.709423 107.752) (xy 141.718305 107.752) (xy 141.70005 107.77932) (xy 141.649016 107.902526) (xy 141.623 108.033321) + (xy 141.623 108.166679) (xy 141.649016 108.297474) (xy 141.70005 108.42068) (xy 141.77414 108.531563) (xy 141.848001 108.605424) + (xy 141.848 127.777795) (xy 141.845813 127.8) (xy 141.848 127.822204) (xy 141.85454 127.888606) (xy 141.880386 127.973809) + (xy 141.922357 128.052332) (xy 141.978841 128.121159) (xy 141.9961 128.135323) (xy 145.064681 131.203905) (xy 145.078841 131.221159) + (xy 145.147667 131.277643) (xy 145.22619 131.319614) (xy 145.311392 131.34546) (xy 145.399999 131.354187) (xy 145.422204 131.352) + (xy 172.094577 131.352) (xy 172.168437 131.42586) (xy 172.27932 131.49995) (xy 172.402526 131.550984) (xy 172.533321 131.577) + (xy 172.666679 131.577) (xy 172.797474 131.550984) (xy 172.92068 131.49995) (xy 173.031563 131.42586) (xy 173.12586 131.331563) + (xy 173.19995 131.22068) (xy 173.250984 131.097474) (xy 173.277 130.966679) (xy 173.277 130.833321) (xy 173.250984 130.702526) + (xy 173.19995 130.57932) (xy 173.12586 130.468437) (xy 173.031563 130.37414) (xy 172.92068 130.30005) (xy 172.797474 130.249016) + (xy 172.666679 130.223) (xy 172.533321 130.223) (xy 172.402526 130.249016) (xy 172.27932 130.30005) (xy 172.168437 130.37414) + (xy 172.094577 130.448) (xy 145.587224 130.448) (xy 142.752 127.612777) (xy 142.752 110.498849) (xy 165.873 110.498849) + (xy 165.873 110.701151) (xy 165.912467 110.899565) (xy 165.989885 111.086467) (xy 166.023001 111.136029) (xy 166.023 116.513973) + (xy 165.989885 116.563533) (xy 165.912467 116.750435) (xy 165.873 116.948849) (xy 165.873 117.151151) (xy 165.912467 117.349565) + (xy 165.989885 117.536467) (xy 166.102277 117.704674) (xy 166.245326 117.847723) (xy 166.413533 117.960115) (xy 166.600435 118.037533) + (xy 166.798849 118.077) (xy 167.001151 118.077) (xy 167.199565 118.037533) (xy 167.386467 117.960115) (xy 167.554674 117.847723) + (xy 167.697723 117.704674) (xy 167.810115 117.536467) (xy 167.887533 117.349565) (xy 167.927 117.151151) (xy 167.927 116.948849) + (xy 167.887533 116.750435) (xy 167.810115 116.563533) (xy 167.777 116.513973) (xy 167.777 111.136027) (xy 167.810115 111.086467) + (xy 167.887533 110.899565) (xy 167.927 110.701151) (xy 167.927 110.498849) (xy 167.887533 110.300435) (xy 167.810115 110.113533) + (xy 167.697723 109.945326) (xy 167.554674 109.802277) (xy 167.386467 109.689885) (xy 167.199565 109.612467) (xy 167.001151 109.573) + (xy 166.798849 109.573) (xy 166.600435 109.612467) (xy 166.413533 109.689885) (xy 166.245326 109.802277) (xy 166.102277 109.945326) + (xy 165.989885 110.113533) (xy 165.912467 110.300435) (xy 165.873 110.498849) (xy 142.752 110.498849) (xy 142.752 108.833321) + (xy 146.023 108.833321) (xy 146.023 108.966679) (xy 146.049016 109.097474) (xy 146.10005 109.22068) (xy 146.17414 109.331563) + (xy 146.268437 109.42586) (xy 146.37932 109.49995) (xy 146.502526 109.550984) (xy 146.633321 109.577) (xy 146.766679 109.577) + (xy 146.897474 109.550984) (xy 147.02068 109.49995) (xy 147.131563 109.42586) (xy 147.205423 109.352) (xy 168.194577 109.352) + (xy 168.268437 109.42586) (xy 168.37932 109.49995) (xy 168.502526 109.550984) (xy 168.633321 109.577) (xy 168.766679 109.577) + (xy 168.897474 109.550984) (xy 169.02068 109.49995) (xy 169.131563 109.42586) (xy 169.22586 109.331563) (xy 169.29995 109.22068) + (xy 169.350984 109.097474) (xy 169.377 108.966679) (xy 169.377 108.833321) (xy 169.350984 108.702526) (xy 169.29995 108.57932) + (xy 169.22586 108.468437) (xy 169.131563 108.37414) (xy 169.02068 108.30005) (xy 168.897474 108.249016) (xy 168.766679 108.223) + (xy 168.633321 108.223) (xy 168.502526 108.249016) (xy 168.37932 108.30005) (xy 168.268437 108.37414) (xy 168.194577 108.448) + (xy 147.205423 108.448) (xy 147.131563 108.37414) (xy 147.02068 108.30005) (xy 146.897474 108.249016) (xy 146.766679 108.223) + (xy 146.633321 108.223) (xy 146.502526 108.249016) (xy 146.37932 108.30005) (xy 146.268437 108.37414) (xy 146.17414 108.468437) + (xy 146.10005 108.57932) (xy 146.049016 108.702526) (xy 146.023 108.833321) (xy 142.752 108.833321) (xy 142.752 108.605423) + (xy 142.82586 108.531563) (xy 142.89995 108.42068) (xy 142.950984 108.297474) (xy 142.977 108.166679) (xy 142.977 108.033321) + (xy 142.950984 107.902526) (xy 142.89995 107.77932) (xy 142.881695 107.752) (xy 168.194577 107.752) (xy 168.268437 107.82586) + (xy 168.37932 107.89995) (xy 168.502526 107.950984) (xy 168.633321 107.977) (xy 168.766679 107.977) (xy 168.897474 107.950984) + (xy 169.02068 107.89995) (xy 169.131563 107.82586) (xy 169.22586 107.731563) (xy 169.29995 107.62068) (xy 169.350984 107.497474) + (xy 169.377 107.366679) (xy 169.377 107.233321) (xy 169.350984 107.102526) (xy 169.29995 106.97932) (xy 169.22586 106.868437) + (xy 169.131563 106.77414) (xy 169.02068 106.70005) (xy 168.897474 106.649016) (xy 168.766679 106.623) (xy 168.633321 106.623) + (xy 168.502526 106.649016) (xy 168.37932 106.70005) (xy 168.268437 106.77414) (xy 168.194577 106.848) (xy 142.881695 106.848) + (xy 142.89995 106.82068) (xy 142.950984 106.697474) (xy 142.977 106.566679) (xy 142.977 106.433321) (xy 142.950984 106.302526) + (xy 142.89995 106.17932) (xy 142.82586 106.068437) (xy 142.752 105.994577) (xy 142.752 103.787223) (xy 143.787224 102.752) + (xy 151.277795 102.752) (xy 151.3 102.754187) (xy 151.322205 102.752) (xy 151.388607 102.74546) (xy 151.47381 102.719614) + (xy 151.552333 102.677643) (xy 151.621159 102.621159) (xy 151.635323 102.6039) (xy 153.328906 100.910318) (xy 153.34616 100.896158) + (xy 153.402644 100.827332) (xy 153.444615 100.748809) (xy 153.470461 100.663606) (xy 153.477001 100.597204) (xy 153.479188 100.574999) + (xy 153.477001 100.552794) (xy 153.477001 90.133321) (xy 154.123 90.133321) (xy 154.123 90.266679) (xy 154.149016 90.397474) + (xy 154.20005 90.52068) (xy 154.27414 90.631563) (xy 154.348 90.705423) (xy 154.348001 104.477785) (xy 154.345813 104.5) + (xy 154.35454 104.588607) (xy 154.380386 104.673809) (xy 154.393932 104.699151) (xy 154.422358 104.752333) (xy 154.478842 104.821159) + (xy 154.496096 104.835319) (xy 154.964681 105.303905) (xy 154.978841 105.321159) (xy 155.047667 105.377643) (xy 155.12619 105.419614) + (xy 155.211392 105.44546) (xy 155.3 105.454187) (xy 155.322205 105.452) (xy 155.594573 105.452) (xy 155.668433 105.52586) + (xy 155.779316 105.59995) (xy 155.902522 105.650984) (xy 156.033317 105.677) (xy 156.166675 105.677) (xy 156.29747 105.650984) + (xy 156.420676 105.59995) (xy 156.531559 105.52586) (xy 156.625856 105.431563) (xy 156.699946 105.32068) (xy 156.75098 105.197474) + (xy 156.776996 105.066679) (xy 156.776996 104.933321) (xy 156.75098 104.802526) (xy 156.699946 104.67932) (xy 156.625856 104.568437) + (xy 156.531559 104.47414) (xy 156.420676 104.40005) (xy 156.29747 104.349016) (xy 156.166675 104.323) (xy 156.033317 104.323) + (xy 155.902522 104.349016) (xy 155.779316 104.40005) (xy 155.668433 104.47414) (xy 155.594573 104.548) (xy 155.487224 104.548) + (xy 155.252 104.312777) (xy 155.252 100.456321) (xy 157.023 100.456321) (xy 157.023 100.589679) (xy 157.049016 100.720474) + (xy 157.10005 100.84368) (xy 157.17414 100.954563) (xy 157.268437 101.04886) (xy 157.37932 101.12295) (xy 157.502526 101.173984) + (xy 157.633321 101.2) (xy 157.766679 101.2) (xy 157.897474 101.173984) (xy 158.02068 101.12295) (xy 158.131563 101.04886) + (xy 158.205423 100.975) (xy 159.354795 100.975) (xy 159.377 100.977187) (xy 159.399205 100.975) (xy 159.465607 100.96846) + (xy 159.55081 100.942614) (xy 159.629333 100.900643) (xy 159.698159 100.844159) (xy 159.712323 100.8269) (xy 163.185313 97.353911) + (xy 163.185318 97.353905) (xy 163.187223 97.352) (xy 164.094577 97.352) (xy 164.168437 97.42586) (xy 164.27932 97.49995) + (xy 164.402526 97.550984) (xy 164.533321 97.577) (xy 164.666679 97.577) (xy 164.797474 97.550984) (xy 164.92068 97.49995) + (xy 165.031563 97.42586) (xy 165.12586 97.331563) (xy 165.19995 97.22068) (xy 165.250984 97.097474) (xy 165.277 96.966679) + (xy 165.277 96.833321) (xy 165.250984 96.702526) (xy 165.19995 96.57932) (xy 165.12586 96.468437) (xy 165.031563 96.37414) + (xy 164.92068 96.30005) (xy 164.797474 96.249016) (xy 164.666679 96.223) (xy 164.533321 96.223) (xy 164.402526 96.249016) + (xy 164.27932 96.30005) (xy 164.168437 96.37414) (xy 164.094577 96.448) (xy 163.022204 96.448) (xy 162.999999 96.445813) + (xy 162.911392 96.45454) (xy 162.869418 96.467273) (xy 162.82619 96.480386) (xy 162.747667 96.522357) (xy 162.678841 96.578841) + (xy 162.664677 96.5961) (xy 162.546095 96.714682) (xy 162.546089 96.714687) (xy 159.442273 99.818504) (xy 159.450984 99.797474) + (xy 159.477 99.666679) (xy 159.477 99.562223) (xy 163.087224 95.952) (xy 163.894577 95.952) (xy 163.968437 96.02586) + (xy 164.07932 96.09995) (xy 164.202526 96.150984) (xy 164.333321 96.177) (xy 164.466679 96.177) (xy 164.597474 96.150984) + (xy 164.72068 96.09995) (xy 164.831563 96.02586) (xy 164.92586 95.931563) (xy 164.99995 95.82068) (xy 165.050984 95.697474) + (xy 165.077 95.566679) (xy 165.077 95.433321) (xy 165.050984 95.302526) (xy 164.99995 95.17932) (xy 164.92586 95.068437) + (xy 164.831563 94.97414) (xy 164.72068 94.90005) (xy 164.597474 94.849016) (xy 164.466679 94.823) (xy 164.333321 94.823) + (xy 164.202526 94.849016) (xy 164.07932 94.90005) (xy 163.968437 94.97414) (xy 163.894577 95.048) (xy 162.922205 95.048) + (xy 162.9 95.045813) (xy 162.877795 95.048) (xy 162.811393 95.05454) (xy 162.72619 95.080386) (xy 162.647667 95.122357) + (xy 162.578841 95.178841) (xy 162.564677 95.1961) (xy 162.546095 95.214682) (xy 162.546089 95.214687) (xy 158.837777 98.923) + (xy 158.733321 98.923) (xy 158.602526 98.949016) (xy 158.47932 99.00005) (xy 158.368437 99.07414) (xy 158.27414 99.168437) + (xy 158.20005 99.27932) (xy 158.149016 99.402526) (xy 158.123 99.533321) (xy 158.123 99.666679) (xy 158.149016 99.797474) + (xy 158.20005 99.92068) (xy 158.27414 100.031563) (xy 158.313577 100.071) (xy 158.205423 100.071) (xy 158.131563 99.99714) + (xy 158.02068 99.92305) (xy 157.897474 99.872016) (xy 157.766679 99.846) (xy 157.633321 99.846) (xy 157.502526 99.872016) + (xy 157.37932 99.92305) (xy 157.268437 99.99714) (xy 157.17414 100.091437) (xy 157.10005 100.20232) (xy 157.049016 100.325526) + (xy 157.023 100.456321) (xy 155.252 100.456321) (xy 155.252 94.633321) (xy 165.023 94.633321) (xy 165.023 94.766679) + (xy 165.049016 94.897474) (xy 165.10005 95.02068) (xy 165.17414 95.131563) (xy 165.268437 95.22586) (xy 165.37932 95.29995) + (xy 165.502526 95.350984) (xy 165.633321 95.377) (xy 165.737777 95.377) (xy 170.048001 99.687226) (xy 170.048 108.271202) + (xy 170.048001 108.271212) (xy 170.048 124.294577) (xy 169.97414 124.368437) (xy 169.90005 124.47932) (xy 169.849016 124.602526) + (xy 169.823 124.733321) (xy 169.823 124.866679) (xy 169.849016 124.997474) (xy 169.90005 125.12068) (xy 169.97414 125.231563) + (xy 170.068437 125.32586) (xy 170.17932 125.39995) (xy 170.302526 125.450984) (xy 170.433321 125.477) (xy 170.566679 125.477) + (xy 170.697474 125.450984) (xy 170.82068 125.39995) (xy 170.931563 125.32586) (xy 171.02586 125.231563) (xy 171.09995 125.12068) + (xy 171.150984 124.997474) (xy 171.177 124.866679) (xy 171.177 124.733321) (xy 171.150984 124.602526) (xy 171.09995 124.47932) + (xy 171.02586 124.368437) (xy 170.952 124.294577) (xy 170.952 105.833321) (xy 175.023 105.833321) (xy 175.023 105.966679) + (xy 175.049016 106.097474) (xy 175.10005 106.22068) (xy 175.17414 106.331563) (xy 175.248 106.405423) (xy 175.248001 124.594576) + (xy 175.17414 124.668437) (xy 175.10005 124.77932) (xy 175.049016 124.902526) (xy 175.023 125.033321) (xy 175.023 125.166679) + (xy 175.049016 125.297474) (xy 175.10005 125.42068) (xy 175.17414 125.531563) (xy 175.268437 125.62586) (xy 175.37932 125.69995) + (xy 175.502526 125.750984) (xy 175.633321 125.777) (xy 175.766679 125.777) (xy 175.897474 125.750984) (xy 176.02068 125.69995) + (xy 176.131563 125.62586) (xy 176.22586 125.531563) (xy 176.29995 125.42068) (xy 176.350984 125.297474) (xy 176.377 125.166679) + (xy 176.377 125.033321) (xy 176.350984 124.902526) (xy 176.29995 124.77932) (xy 176.22586 124.668437) (xy 176.152 124.594577) + (xy 176.152 106.405423) (xy 176.22586 106.331563) (xy 176.29995 106.22068) (xy 176.350984 106.097474) (xy 176.377 105.966679) + (xy 176.377 105.833321) (xy 176.350984 105.702526) (xy 176.29995 105.57932) (xy 176.22586 105.468437) (xy 176.131563 105.37414) + (xy 176.02068 105.30005) (xy 175.897474 105.249016) (xy 175.766679 105.223) (xy 175.633321 105.223) (xy 175.502526 105.249016) + (xy 175.37932 105.30005) (xy 175.268437 105.37414) (xy 175.17414 105.468437) (xy 175.10005 105.57932) (xy 175.049016 105.702526) + (xy 175.023 105.833321) (xy 170.952 105.833321) (xy 170.952 99.522204) (xy 170.954187 99.499999) (xy 170.94546 99.411392) + (xy 170.919614 99.32619) (xy 170.915166 99.317869) (xy 170.877643 99.247667) (xy 170.821159 99.178841) (xy 170.803911 99.164686) + (xy 166.377 94.737777) (xy 166.377 94.633321) (xy 166.350984 94.502526) (xy 166.29995 94.37932) (xy 166.22586 94.268437) + (xy 166.131563 94.17414) (xy 166.02068 94.10005) (xy 165.897474 94.049016) (xy 165.766679 94.023) (xy 165.633321 94.023) + (xy 165.502526 94.049016) (xy 165.37932 94.10005) (xy 165.268437 94.17414) (xy 165.17414 94.268437) (xy 165.10005 94.37932) + (xy 165.049016 94.502526) (xy 165.023 94.633321) (xy 155.252 94.633321) (xy 155.252 90.705423) (xy 155.32586 90.631563) + (xy 155.39995 90.52068) (xy 155.450984 90.397474) (xy 155.477 90.266679) (xy 155.477 90.133321) (xy 155.450984 90.002526) + (xy 155.39995 89.87932) (xy 155.32586 89.768437) (xy 155.231563 89.67414) (xy 155.12068 89.60005) (xy 154.997474 89.549016) + (xy 154.866679 89.523) (xy 154.733321 89.523) (xy 154.602526 89.549016) (xy 154.47932 89.60005) (xy 154.368437 89.67414) + (xy 154.27414 89.768437) (xy 154.20005 89.87932) (xy 154.149016 90.002526) (xy 154.123 90.133321) (xy 153.477001 90.133321) + (xy 153.477001 82.362222) (xy 158.005903 77.833321) (xy 160.023 77.833321) (xy 160.023 77.966679) (xy 160.049016 78.097474) + (xy 160.10005 78.22068) (xy 160.17414 78.331563) (xy 160.248001 78.405424) (xy 160.248 85.377799) (xy 160.248 85.522204) + (xy 160.248001 85.522214) (xy 160.248 87.777795) (xy 160.245813 87.8) (xy 160.248 87.822204) (xy 160.25454 87.888606) + (xy 160.280386 87.973809) (xy 160.322357 88.052332) (xy 160.378841 88.121159) (xy 160.3961 88.135323) (xy 177.391995 105.13122) + (xy 177.302526 105.149016) (xy 177.17932 105.20005) (xy 177.068437 105.27414) (xy 176.97414 105.368437) (xy 176.90005 105.47932) + (xy 176.849016 105.602526) (xy 176.823 105.733321) (xy 176.823 105.866679) (xy 176.849016 105.997474) (xy 176.90005 106.12068) + (xy 176.97414 106.231563) (xy 177.048 106.305423) (xy 177.048001 133.777785) (xy 177.045813 133.8) (xy 177.05454 133.888607) + (xy 177.080386 133.973809) (xy 177.080387 133.97381) (xy 177.122358 134.052333) (xy 177.178842 134.121159) (xy 177.196096 134.135319) + (xy 179.344681 136.283905) (xy 179.358841 136.301159) (xy 179.427667 136.357643) (xy 179.50619 136.399614) (xy 179.591392 136.42546) + (xy 179.68 136.434187) (xy 179.702205 136.432) (xy 189.659129 136.432) (xy 189.712647 136.561202) (xy 189.846927 136.762167) + (xy 190.017833 136.933073) (xy 190.218798 137.067353) (xy 190.442097 137.159847) (xy 190.679151 137.207) (xy 190.920849 137.207) + (xy 191.157903 137.159847) (xy 191.381202 137.067353) (xy 191.582167 136.933073) (xy 191.753073 136.762167) (xy 191.887353 136.561202) + (xy 191.979847 136.337903) (xy 192.027 136.100849) (xy 192.027 135.859151) (xy 191.979847 135.622097) (xy 191.887353 135.398798) + (xy 191.753073 135.197833) (xy 191.582167 135.026927) (xy 191.381202 134.892647) (xy 191.157903 134.800153) (xy 190.920849 134.753) + (xy 190.679151 134.753) (xy 190.442097 134.800153) (xy 190.218798 134.892647) (xy 190.017833 135.026927) (xy 189.846927 135.197833) + (xy 189.712647 135.398798) (xy 189.659129 135.528) (xy 179.867224 135.528) (xy 177.952 133.612777) (xy 177.952 132.433321) + (xy 178.823 132.433321) (xy 178.823 132.566679) (xy 178.849016 132.697474) (xy 178.90005 132.82068) (xy 178.97414 132.931563) + (xy 179.068437 133.02586) (xy 179.17932 133.09995) (xy 179.302526 133.150984) (xy 179.433321 133.177) (xy 179.566679 133.177) + (xy 179.697474 133.150984) (xy 179.82068 133.09995) (xy 179.931563 133.02586) (xy 180.005423 132.952) (xy 182.077795 132.952) + (xy 182.1 132.954187) (xy 182.122205 132.952) (xy 182.188607 132.94546) (xy 182.27381 132.919614) (xy 182.352333 132.877643) + (xy 182.421159 132.821159) (xy 182.435323 132.8039) (xy 184.460072 130.779151) (xy 189.573 130.779151) (xy 189.573 131.020849) + (xy 189.620153 131.257903) (xy 189.712647 131.481202) (xy 189.846927 131.682167) (xy 190.017833 131.853073) (xy 190.218798 131.987353) + (xy 190.442097 132.079847) (xy 190.679151 132.127) (xy 190.920849 132.127) (xy 191.157903 132.079847) (xy 191.381202 131.987353) + (xy 191.582167 131.853073) (xy 191.753073 131.682167) (xy 191.887353 131.481202) (xy 191.979847 131.257903) (xy 192.027 131.020849) + (xy 192.027 130.779151) (xy 191.979847 130.542097) (xy 191.887353 130.318798) (xy 191.753073 130.117833) (xy 191.582167 129.946927) + (xy 191.381202 129.812647) (xy 191.157903 129.720153) (xy 190.920849 129.673) (xy 190.679151 129.673) (xy 190.442097 129.720153) + (xy 190.218798 129.812647) (xy 190.017833 129.946927) (xy 189.846927 130.117833) (xy 189.712647 130.318798) (xy 189.620153 130.542097) + (xy 189.573 130.779151) (xy 184.460072 130.779151) (xy 187.000072 128.239151) (xy 189.573 128.239151) (xy 189.573 128.480849) + (xy 189.620153 128.717903) (xy 189.712647 128.941202) (xy 189.846927 129.142167) (xy 190.017833 129.313073) (xy 190.218798 129.447353) + (xy 190.442097 129.539847) (xy 190.679151 129.587) (xy 190.920849 129.587) (xy 191.157903 129.539847) (xy 191.381202 129.447353) + (xy 191.582167 129.313073) (xy 191.753073 129.142167) (xy 191.887353 128.941202) (xy 191.979847 128.717903) (xy 192.027 128.480849) + (xy 192.027 128.239151) (xy 191.979847 128.002097) (xy 191.887353 127.778798) (xy 191.753073 127.577833) (xy 191.582167 127.406927) + (xy 191.381202 127.272647) (xy 191.157903 127.180153) (xy 190.920849 127.133) (xy 190.679151 127.133) (xy 190.442097 127.180153) + (xy 190.218798 127.272647) (xy 190.017833 127.406927) (xy 189.846927 127.577833) (xy 189.712647 127.778798) (xy 189.620153 128.002097) + (xy 189.573 128.239151) (xy 187.000072 128.239151) (xy 188.967224 126.272) (xy 189.659129 126.272) (xy 189.712647 126.401202) + (xy 189.846927 126.602167) (xy 190.017833 126.773073) (xy 190.218798 126.907353) (xy 190.442097 126.999847) (xy 190.679151 127.047) + (xy 190.920849 127.047) (xy 191.157903 126.999847) (xy 191.381202 126.907353) (xy 191.582167 126.773073) (xy 191.753073 126.602167) + (xy 191.887353 126.401202) (xy 191.979847 126.177903) (xy 192.027 125.940849) (xy 192.027 125.699151) (xy 191.979847 125.462097) + (xy 191.887353 125.238798) (xy 191.753073 125.037833) (xy 191.582167 124.866927) (xy 191.381202 124.732647) (xy 191.157903 124.640153) + (xy 190.920849 124.593) (xy 190.679151 124.593) (xy 190.442097 124.640153) (xy 190.218798 124.732647) (xy 190.017833 124.866927) + (xy 189.846927 125.037833) (xy 189.712647 125.238798) (xy 189.659129 125.368) (xy 188.802205 125.368) (xy 188.78 125.365813) + (xy 188.691392 125.37454) (xy 188.607627 125.39995) (xy 188.60619 125.400386) (xy 188.527667 125.442357) (xy 188.458841 125.498841) + (xy 188.444681 125.516095) (xy 181.912777 132.048) (xy 180.005423 132.048) (xy 179.931563 131.97414) (xy 179.82068 131.90005) + (xy 179.697474 131.849016) (xy 179.566679 131.823) (xy 179.433321 131.823) (xy 179.302526 131.849016) (xy 179.17932 131.90005) + (xy 179.068437 131.97414) (xy 178.97414 132.068437) (xy 178.90005 132.17932) (xy 178.849016 132.302526) (xy 178.823 132.433321) + (xy 177.952 132.433321) (xy 177.952 123.159151) (xy 189.573 123.159151) (xy 189.573 123.400849) (xy 189.620153 123.637903) + (xy 189.712647 123.861202) (xy 189.846927 124.062167) (xy 190.017833 124.233073) (xy 190.218798 124.367353) (xy 190.442097 124.459847) + (xy 190.679151 124.507) (xy 190.920849 124.507) (xy 191.157903 124.459847) (xy 191.381202 124.367353) (xy 191.582167 124.233073) + (xy 191.753073 124.062167) (xy 191.887353 123.861202) (xy 191.979847 123.637903) (xy 192.027 123.400849) (xy 192.027 123.159151) + (xy 191.979847 122.922097) (xy 191.887353 122.698798) (xy 191.753073 122.497833) (xy 191.582167 122.326927) (xy 191.381202 122.192647) + (xy 191.157903 122.100153) (xy 190.920849 122.053) (xy 190.679151 122.053) (xy 190.442097 122.100153) (xy 190.218798 122.192647) + (xy 190.017833 122.326927) (xy 189.846927 122.497833) (xy 189.712647 122.698798) (xy 189.620153 122.922097) (xy 189.573 123.159151) + (xy 177.952 123.159151) (xy 177.952 118.55689) (xy 189.358524 118.55689) (xy 189.403175 118.704099) (xy 189.528359 118.96692) + (xy 189.702412 119.200269) (xy 189.918645 119.395178) (xy 190.168748 119.544157) (xy 190.336798 119.603769) (xy 190.218798 119.652647) + (xy 190.017833 119.786927) (xy 189.846927 119.957833) (xy 189.712647 120.158798) (xy 189.620153 120.382097) (xy 189.573 120.619151) + (xy 189.573 120.860849) (xy 189.620153 121.097903) (xy 189.712647 121.321202) (xy 189.846927 121.522167) (xy 190.017833 121.693073) + (xy 190.218798 121.827353) (xy 190.442097 121.919847) (xy 190.679151 121.967) (xy 190.920849 121.967) (xy 191.157903 121.919847) + (xy 191.381202 121.827353) (xy 191.582167 121.693073) (xy 191.753073 121.522167) (xy 191.887353 121.321202) (xy 191.979847 121.097903) + (xy 192.027 120.860849) (xy 192.027 120.619151) (xy 191.979847 120.382097) (xy 191.887353 120.158798) (xy 191.753073 119.957833) + (xy 191.582167 119.786927) (xy 191.381202 119.652647) (xy 191.263202 119.603769) (xy 191.431252 119.544157) (xy 191.681355 119.395178) + (xy 191.897588 119.200269) (xy 192.071641 118.96692) (xy 192.196825 118.704099) (xy 192.241476 118.55689) (xy 192.120155 118.327) + (xy 190.927 118.327) (xy 190.927 118.347) (xy 190.673 118.347) (xy 190.673 118.327) (xy 189.479845 118.327) + (xy 189.358524 118.55689) (xy 177.952 118.55689) (xy 177.952 117.84311) (xy 189.358524 117.84311) (xy 189.479845 118.073) + (xy 190.673 118.073) (xy 190.673 118.053) (xy 190.927 118.053) (xy 190.927 118.073) (xy 192.120155 118.073) + (xy 192.241476 117.84311) (xy 192.196825 117.695901) (xy 192.071641 117.43308) (xy 191.897588 117.199731) (xy 191.681355 117.004822) + (xy 191.48662 116.888824) (xy 191.65 116.888824) (xy 191.723905 116.881545) (xy 191.79497 116.859988) (xy 191.860463 116.824981) + (xy 191.917869 116.777869) (xy 191.964981 116.720463) (xy 191.999988 116.65497) (xy 192.021545 116.583905) (xy 192.028824 116.51) + (xy 192.028824 114.81) (xy 192.021545 114.736095) (xy 191.999988 114.66503) (xy 191.964981 114.599537) (xy 191.917869 114.542131) + (xy 191.860463 114.495019) (xy 191.79497 114.460012) (xy 191.723905 114.438455) (xy 191.65 114.431176) (xy 191.508047 114.431176) + (xy 192.462224 113.477) (xy 192.566679 113.477) (xy 192.697474 113.450984) (xy 192.82068 113.39995) (xy 192.931563 113.32586) + (xy 193.02586 113.231563) (xy 193.09995 113.12068) (xy 193.150984 112.997474) (xy 193.177 112.866679) (xy 193.177 112.733321) + (xy 193.150984 112.602526) (xy 193.09995 112.47932) (xy 193.02586 112.368437) (xy 192.931563 112.27414) (xy 192.82068 112.20005) + (xy 192.697474 112.149016) (xy 192.566679 112.123) (xy 192.433321 112.123) (xy 192.302526 112.149016) (xy 192.17932 112.20005) + (xy 192.068437 112.27414) (xy 191.97414 112.368437) (xy 191.90005 112.47932) (xy 191.849016 112.602526) (xy 191.823 112.733321) + (xy 191.823 112.837776) (xy 190.496096 114.164681) (xy 190.478842 114.178841) (xy 190.439984 114.22619) (xy 190.422358 114.247667) + (xy 190.380386 114.326191) (xy 190.35454 114.411393) (xy 190.352592 114.431176) (xy 189.95 114.431176) (xy 189.876095 114.438455) + (xy 189.80503 114.460012) (xy 189.739537 114.495019) (xy 189.682131 114.542131) (xy 189.635019 114.599537) (xy 189.600012 114.66503) + (xy 189.578455 114.736095) (xy 189.571176 114.81) (xy 189.571176 116.51) (xy 189.578455 116.583905) (xy 189.600012 116.65497) + (xy 189.635019 116.720463) (xy 189.682131 116.777869) (xy 189.739537 116.824981) (xy 189.80503 116.859988) (xy 189.876095 116.881545) + (xy 189.95 116.888824) (xy 190.11338 116.888824) (xy 189.918645 117.004822) (xy 189.702412 117.199731) (xy 189.528359 117.43308) + (xy 189.403175 117.695901) (xy 189.358524 117.84311) (xy 177.952 117.84311) (xy 177.952 106.305423) (xy 178.02586 106.231563) + (xy 178.09995 106.12068) (xy 178.150984 105.997474) (xy 178.16878 105.908005) (xy 182.444686 110.183911) (xy 182.458841 110.201159) + (xy 182.527667 110.257643) (xy 182.60619 110.299614) (xy 182.691393 110.32546) (xy 182.757795 110.332) (xy 182.757796 110.332) + (xy 182.779999 110.334187) (xy 182.802202 110.332) (xy 189.771176 110.332) (xy 189.771176 110.75) (xy 189.778455 110.823905) + (xy 189.800012 110.89497) (xy 189.835019 110.960463) (xy 189.882131 111.017869) (xy 189.939537 111.064981) (xy 190.00503 111.099988) + (xy 190.076095 111.121545) (xy 190.15 111.128824) (xy 191.85 111.128824) (xy 191.923905 111.121545) (xy 191.99497 111.099988) + (xy 192.060463 111.064981) (xy 192.117869 111.017869) (xy 192.164981 110.960463) (xy 192.199988 110.89497) (xy 192.221545 110.823905) + (xy 192.228824 110.75) (xy 192.228824 109.05) (xy 192.221545 108.976095) (xy 192.199988 108.90503) (xy 192.164981 108.839537) + (xy 192.117869 108.782131) (xy 192.060463 108.735019) (xy 191.99497 108.700012) (xy 191.923905 108.678455) (xy 191.85 108.671176) + (xy 190.15 108.671176) (xy 190.076095 108.678455) (xy 190.00503 108.700012) (xy 189.939537 108.735019) (xy 189.882131 108.782131) + (xy 189.835019 108.839537) (xy 189.800012 108.90503) (xy 189.778455 108.976095) (xy 189.771176 109.05) (xy 189.771176 109.428) + (xy 182.967225 109.428) (xy 181.313055 107.77383) (xy 181.329573 107.778841) (xy 181.351392 107.78546) (xy 181.439999 107.794187) + (xy 181.462204 107.792) (xy 189.850845 107.792) (xy 189.912647 107.941202) (xy 190.046927 108.142167) (xy 190.217833 108.313073) + (xy 190.418798 108.447353) (xy 190.642097 108.539847) (xy 190.879151 108.587) (xy 191.120849 108.587) (xy 191.357903 108.539847) + (xy 191.581202 108.447353) (xy 191.782167 108.313073) (xy 191.953073 108.142167) (xy 192.087353 107.941202) (xy 192.179847 107.717903) + (xy 192.227 107.480849) (xy 192.227 107.239151) (xy 192.179847 107.002097) (xy 192.087353 106.778798) (xy 191.953073 106.577833) + (xy 191.782167 106.406927) (xy 191.581202 106.272647) (xy 191.357903 106.180153) (xy 191.120849 106.133) (xy 190.879151 106.133) + (xy 190.642097 106.180153) (xy 190.418798 106.272647) (xy 190.217833 106.406927) (xy 190.046927 106.577833) (xy 189.912647 106.778798) + (xy 189.867414 106.888) (xy 181.627225 106.888) (xy 179.438376 104.699151) (xy 189.773 104.699151) (xy 189.773 104.940849) + (xy 189.820153 105.177903) (xy 189.912647 105.401202) (xy 190.046927 105.602167) (xy 190.217833 105.773073) (xy 190.418798 105.907353) + (xy 190.642097 105.999847) (xy 190.879151 106.047) (xy 191.120849 106.047) (xy 191.357903 105.999847) (xy 191.581202 105.907353) + (xy 191.782167 105.773073) (xy 191.953073 105.602167) (xy 192.087353 105.401202) (xy 192.179847 105.177903) (xy 192.227 104.940849) + (xy 192.227 104.699151) (xy 192.179847 104.462097) (xy 192.087353 104.238798) (xy 191.953073 104.037833) (xy 191.782167 103.866927) + (xy 191.581202 103.732647) (xy 191.357903 103.640153) (xy 191.120849 103.593) (xy 190.879151 103.593) (xy 190.642097 103.640153) + (xy 190.418798 103.732647) (xy 190.217833 103.866927) (xy 190.046927 104.037833) (xy 189.912647 104.238798) (xy 189.820153 104.462097) + (xy 189.773 104.699151) (xy 179.438376 104.699151) (xy 177.152 102.412777) (xy 177.152 102.055423) (xy 177.22586 101.981563) + (xy 177.29995 101.87068) (xy 177.350984 101.747474) (xy 177.360485 101.699709) (xy 178.224681 102.563905) (xy 178.238841 102.581159) + (xy 178.307667 102.637643) (xy 178.384744 102.678841) (xy 178.38619 102.679614) (xy 178.471392 102.70546) (xy 178.56 102.714187) + (xy 178.582205 102.712) (xy 189.850845 102.712) (xy 189.912647 102.861202) (xy 190.046927 103.062167) (xy 190.217833 103.233073) + (xy 190.418798 103.367353) (xy 190.642097 103.459847) (xy 190.879151 103.507) (xy 191.120849 103.507) (xy 191.357903 103.459847) + (xy 191.581202 103.367353) (xy 191.782167 103.233073) (xy 191.953073 103.062167) (xy 192.087353 102.861202) (xy 192.179847 102.637903) + (xy 192.227 102.400849) (xy 192.227 102.159151) (xy 192.179847 101.922097) (xy 192.087353 101.698798) (xy 191.953073 101.497833) + (xy 191.782167 101.326927) (xy 191.581202 101.192647) (xy 191.357903 101.100153) (xy 191.120849 101.053) (xy 190.879151 101.053) + (xy 190.642097 101.100153) (xy 190.418798 101.192647) (xy 190.217833 101.326927) (xy 190.046927 101.497833) (xy 189.912647 101.698798) + (xy 189.867414 101.808) (xy 178.747224 101.808) (xy 174.516223 97.577) (xy 174.566679 97.577) (xy 174.697474 97.550984) + (xy 174.82068 97.49995) (xy 174.931563 97.42586) (xy 175.005423 97.352) (xy 178.177795 97.352) (xy 178.2 97.354187) + (xy 178.222205 97.352) (xy 178.288607 97.34546) (xy 178.37381 97.319614) (xy 178.452333 97.277643) (xy 178.521159 97.221159) + (xy 178.535323 97.2039) (xy 179.727245 96.011978) (xy 179.723 96.033321) (xy 179.723 96.166679) (xy 179.749016 96.297474) + (xy 179.80005 96.42068) (xy 179.87414 96.531563) (xy 179.948001 96.605424) (xy 179.948001 96.827785) (xy 179.945813 96.85) + (xy 179.95454 96.938607) (xy 179.980386 97.023809) (xy 180.007112 97.073809) (xy 180.022358 97.102333) (xy 180.078842 97.171159) + (xy 180.096095 97.185318) (xy 180.496088 97.585313) (xy 180.496099 97.585322) (xy 181.414681 98.503905) (xy 181.428841 98.521159) + (xy 181.497667 98.577643) (xy 181.548271 98.604691) (xy 181.57619 98.619614) (xy 181.661392 98.64546) (xy 181.75 98.654187) + (xy 181.772205 98.652) (xy 189.771176 98.652) (xy 189.771176 99.05) (xy 189.778455 99.123905) (xy 189.800012 99.19497) + (xy 189.835019 99.260463) (xy 189.882131 99.317869) (xy 189.939537 99.364981) (xy 190.00503 99.399988) (xy 190.076095 99.421545) + (xy 190.15 99.428824) (xy 191.85 99.428824) (xy 191.923905 99.421545) (xy 191.99497 99.399988) (xy 192.060463 99.364981) + (xy 192.117869 99.317869) (xy 192.164981 99.260463) (xy 192.199988 99.19497) (xy 192.221545 99.123905) (xy 192.228824 99.05) + (xy 192.228824 97.35) (xy 192.221545 97.276095) (xy 192.199988 97.20503) (xy 192.164981 97.139537) (xy 192.117869 97.082131) + (xy 192.060463 97.035019) (xy 191.99497 97.000012) (xy 191.923905 96.978455) (xy 191.85 96.971176) (xy 190.15 96.971176) + (xy 190.076095 96.978455) (xy 190.00503 97.000012) (xy 189.939537 97.035019) (xy 189.882131 97.082131) (xy 189.835019 97.139537) + (xy 189.800012 97.20503) (xy 189.778455 97.276095) (xy 189.771176 97.35) (xy 189.771176 97.748) (xy 181.937224 97.748) + (xy 181.135322 96.946099) (xy 181.135313 96.946088) (xy 180.852 96.662776) (xy 180.852 96.605423) (xy 180.92586 96.531563) + (xy 180.99995 96.42068) (xy 181.050984 96.297474) (xy 181.077 96.166679) (xy 181.077 96.033321) (xy 181.050984 95.902526) + (xy 180.99995 95.77932) (xy 180.92586 95.668437) (xy 180.831563 95.57414) (xy 180.779199 95.539151) (xy 189.773 95.539151) + (xy 189.773 95.780849) (xy 189.820153 96.017903) (xy 189.912647 96.241202) (xy 190.046927 96.442167) (xy 190.217833 96.613073) + (xy 190.418798 96.747353) (xy 190.642097 96.839847) (xy 190.879151 96.887) (xy 191.120849 96.887) (xy 191.357903 96.839847) + (xy 191.581202 96.747353) (xy 191.782167 96.613073) (xy 191.953073 96.442167) (xy 192.087353 96.241202) (xy 192.179847 96.017903) + (xy 192.227 95.780849) (xy 192.227 95.539151) (xy 192.179847 95.302097) (xy 192.087353 95.078798) (xy 191.953073 94.877833) + (xy 191.782167 94.706927) (xy 191.581202 94.572647) (xy 191.357903 94.480153) (xy 191.120849 94.433) (xy 190.879151 94.433) + (xy 190.642097 94.480153) (xy 190.418798 94.572647) (xy 190.217833 94.706927) (xy 190.046927 94.877833) (xy 189.912647 95.078798) + (xy 189.820153 95.302097) (xy 189.773 95.539151) (xy 180.779199 95.539151) (xy 180.72068 95.50005) (xy 180.597474 95.449016) + (xy 180.466679 95.423) (xy 180.333321 95.423) (xy 180.311978 95.427245) (xy 182.740072 92.999151) (xy 189.773 92.999151) + (xy 189.773 93.240849) (xy 189.820153 93.477903) (xy 189.912647 93.701202) (xy 190.046927 93.902167) (xy 190.217833 94.073073) + (xy 190.418798 94.207353) (xy 190.642097 94.299847) (xy 190.879151 94.347) (xy 191.120849 94.347) (xy 191.357903 94.299847) + (xy 191.581202 94.207353) (xy 191.782167 94.073073) (xy 191.953073 93.902167) (xy 192.087353 93.701202) (xy 192.179847 93.477903) + (xy 192.227 93.240849) (xy 192.227 92.999151) (xy 192.179847 92.762097) (xy 192.087353 92.538798) (xy 191.953073 92.337833) + (xy 191.782167 92.166927) (xy 191.581202 92.032647) (xy 191.357903 91.940153) (xy 191.120849 91.893) (xy 190.879151 91.893) + (xy 190.642097 91.940153) (xy 190.418798 92.032647) (xy 190.217833 92.166927) (xy 190.046927 92.337833) (xy 189.912647 92.538798) + (xy 189.820153 92.762097) (xy 189.773 92.999151) (xy 182.740072 92.999151) (xy 185.280072 90.459151) (xy 189.773 90.459151) + (xy 189.773 90.700849) (xy 189.820153 90.937903) (xy 189.912647 91.161202) (xy 190.046927 91.362167) (xy 190.217833 91.533073) + (xy 190.418798 91.667353) (xy 190.642097 91.759847) (xy 190.879151 91.807) (xy 191.120849 91.807) (xy 191.357903 91.759847) + (xy 191.581202 91.667353) (xy 191.782167 91.533073) (xy 191.953073 91.362167) (xy 192.087353 91.161202) (xy 192.179847 90.937903) + (xy 192.227 90.700849) (xy 192.227 90.459151) (xy 192.179847 90.222097) (xy 192.087353 89.998798) (xy 191.953073 89.797833) + (xy 191.782167 89.626927) (xy 191.581202 89.492647) (xy 191.357903 89.400153) (xy 191.120849 89.353) (xy 190.879151 89.353) + (xy 190.642097 89.400153) (xy 190.418798 89.492647) (xy 190.217833 89.626927) (xy 190.046927 89.797833) (xy 189.912647 89.998798) + (xy 189.820153 90.222097) (xy 189.773 90.459151) (xy 185.280072 90.459151) (xy 186.953906 88.785318) (xy 186.971159 88.771159) + (xy 187.027643 88.702333) (xy 187.069614 88.62381) (xy 187.069614 88.623809) (xy 187.09546 88.538608) (xy 187.104187 88.45) + (xy 187.102 88.427795) (xy 187.102 81.405423) (xy 187.17586 81.331563) (xy 187.24995 81.22068) (xy 187.300984 81.097474) + (xy 187.327 80.966679) (xy 187.327 80.833321) (xy 187.300984 80.702526) (xy 187.24995 80.57932) (xy 187.17586 80.468437) + (xy 187.081563 80.37414) (xy 186.97068 80.30005) (xy 186.847474 80.249016) (xy 186.716679 80.223) (xy 186.583321 80.223) + (xy 186.452526 80.249016) (xy 186.32932 80.30005) (xy 186.252 80.351714) (xy 186.252 80.305423) (xy 186.32586 80.231563) + (xy 186.39995 80.12068) (xy 186.450984 79.997474) (xy 186.477 79.866679) (xy 186.477 79.733321) (xy 186.450984 79.602526) + (xy 186.39995 79.47932) (xy 186.32586 79.368437) (xy 186.231563 79.27414) (xy 186.12068 79.20005) (xy 185.997474 79.149016) + (xy 185.866679 79.123) (xy 185.733321 79.123) (xy 185.602526 79.149016) (xy 185.47932 79.20005) (xy 185.368437 79.27414) + (xy 185.27414 79.368437) (xy 185.20005 79.47932) (xy 185.149016 79.602526) (xy 185.123 79.733321) (xy 185.123 79.866679) + (xy 185.149016 79.997474) (xy 185.20005 80.12068) (xy 185.27414 80.231563) (xy 185.348001 80.305424) (xy 185.348 88.312776) + (xy 185.027 88.633776) (xy 185.027 88.633321) (xy 185.000984 88.502526) (xy 184.94995 88.37932) (xy 184.87586 88.268437) + (xy 184.802 88.194577) (xy 184.802 85.222205) (xy 184.804187 85.2) (xy 184.79546 85.111392) (xy 184.769614 85.02619) + (xy 184.761705 85.011393) (xy 184.727643 84.947667) (xy 184.671159 84.878841) (xy 184.653905 84.864681) (xy 182.435323 82.6461) + (xy 182.421159 82.628841) (xy 182.352333 82.572357) (xy 182.27381 82.530386) (xy 182.188607 82.50454) (xy 182.122205 82.498) + (xy 182.1 82.495813) (xy 182.077795 82.498) (xy 179.605423 82.498) (xy 179.531563 82.42414) (xy 179.42068 82.35005) + (xy 179.297474 82.299016) (xy 179.166679 82.273) (xy 179.033321 82.273) (xy 178.902526 82.299016) (xy 178.77932 82.35005) + (xy 178.668437 82.42414) (xy 178.57414 82.518437) (xy 178.50005 82.62932) (xy 178.449016 82.752526) (xy 178.423 82.883321) + (xy 178.423 83.016679) (xy 178.449016 83.147474) (xy 178.50005 83.27068) (xy 178.57414 83.381563) (xy 178.668437 83.47586) + (xy 178.77932 83.54995) (xy 178.902526 83.600984) (xy 179.033321 83.627) (xy 179.166679 83.627) (xy 179.297474 83.600984) + (xy 179.42068 83.54995) (xy 179.531563 83.47586) (xy 179.605423 83.402) (xy 181.912777 83.402) (xy 183.898001 85.387225) + (xy 183.898 88.194577) (xy 183.82414 88.268437) (xy 183.75005 88.37932) (xy 183.699016 88.502526) (xy 183.673 88.633321) + (xy 183.673 88.766679) (xy 183.699016 88.897474) (xy 183.75005 89.02068) (xy 183.82414 89.131563) (xy 183.918437 89.22586) + (xy 184.02932 89.29995) (xy 184.152526 89.350984) (xy 184.283321 89.377) (xy 184.283776 89.377) (xy 178.612777 95.048) + (xy 175.005423 95.048) (xy 174.931563 94.97414) (xy 174.82068 94.90005) (xy 174.697474 94.849016) (xy 174.566679 94.823) + (xy 174.433321 94.823) (xy 174.302526 94.849016) (xy 174.17932 94.90005) (xy 174.068437 94.97414) (xy 173.97414 95.068437) + (xy 173.90005 95.17932) (xy 173.849016 95.302526) (xy 173.823 95.433321) (xy 173.823 95.566679) (xy 173.849016 95.697474) + (xy 173.90005 95.82068) (xy 173.97414 95.931563) (xy 174.068437 96.02586) (xy 174.17932 96.09995) (xy 174.302526 96.150984) + (xy 174.433321 96.177) (xy 174.566679 96.177) (xy 174.697474 96.150984) (xy 174.82068 96.09995) (xy 174.931563 96.02586) + (xy 175.005423 95.952) (xy 178.508777 95.952) (xy 178.012777 96.448) (xy 175.005423 96.448) (xy 174.931563 96.37414) + (xy 174.82068 96.30005) (xy 174.697474 96.249016) (xy 174.566679 96.223) (xy 174.433321 96.223) (xy 174.302526 96.249016) + (xy 174.17932 96.30005) (xy 174.068437 96.37414) (xy 173.97414 96.468437) (xy 173.90005 96.57932) (xy 173.849016 96.702526) + (xy 173.823 96.833321) (xy 173.823 96.883777) (xy 171.835318 94.896095) (xy 171.835313 94.896089) (xy 170.072545 93.133321) + (xy 171.223 93.133321) (xy 171.223 93.266679) (xy 171.249016 93.397474) (xy 171.30005 93.52068) (xy 171.37414 93.631563) + (xy 171.468437 93.72586) (xy 171.57932 93.79995) (xy 171.702526 93.850984) (xy 171.833321 93.877) (xy 171.966679 93.877) + (xy 172.097474 93.850984) (xy 172.22068 93.79995) (xy 172.331563 93.72586) (xy 172.405423 93.652) (xy 178.177795 93.652) + (xy 178.2 93.654187) (xy 178.222205 93.652) (xy 178.288607 93.64546) (xy 178.37381 93.619614) (xy 178.452333 93.577643) + (xy 178.521159 93.521159) (xy 178.535323 93.5039) (xy 182.203911 89.835314) (xy 182.221159 89.821159) (xy 182.277643 89.752333) + (xy 182.319614 89.67381) (xy 182.333836 89.626927) (xy 182.34546 89.588608) (xy 182.354187 89.500001) (xy 182.352 89.477796) + (xy 182.352 87.605423) (xy 182.42586 87.531563) (xy 182.49995 87.42068) (xy 182.550984 87.297474) (xy 182.577 87.166679) + (xy 182.577 87.033321) (xy 182.550984 86.902526) (xy 182.49995 86.77932) (xy 182.42586 86.668437) (xy 182.331563 86.57414) + (xy 182.22068 86.50005) (xy 182.097474 86.449016) (xy 181.966679 86.423) (xy 181.833321 86.423) (xy 181.702526 86.449016) + (xy 181.57932 86.50005) (xy 181.468437 86.57414) (xy 181.37414 86.668437) (xy 181.30005 86.77932) (xy 181.249016 86.902526) + (xy 181.223 87.033321) (xy 181.223 87.166679) (xy 181.249016 87.297474) (xy 181.30005 87.42068) (xy 181.37414 87.531563) + (xy 181.448 87.605423) (xy 181.448001 89.312774) (xy 178.012777 92.748) (xy 172.405423 92.748) (xy 172.331563 92.67414) + (xy 172.22068 92.60005) (xy 172.097474 92.549016) (xy 171.966679 92.523) (xy 171.833321 92.523) (xy 171.702526 92.549016) + (xy 171.57932 92.60005) (xy 171.468437 92.67414) (xy 171.37414 92.768437) (xy 171.30005 92.87932) (xy 171.249016 93.002526) + (xy 171.223 93.133321) (xy 170.072545 93.133321) (xy 168.472545 91.533321) (xy 175.023 91.533321) (xy 175.023 91.666679) + (xy 175.049016 91.797474) (xy 175.10005 91.92068) (xy 175.17414 92.031563) (xy 175.268437 92.12586) (xy 175.37932 92.19995) + (xy 175.502526 92.250984) (xy 175.633321 92.277) (xy 175.766679 92.277) (xy 175.897474 92.250984) (xy 176.02068 92.19995) + (xy 176.131563 92.12586) (xy 176.22586 92.031563) (xy 176.29995 91.92068) (xy 176.350984 91.797474) (xy 176.377 91.666679) + (xy 176.377 91.533321) (xy 176.350984 91.402526) (xy 176.29995 91.27932) (xy 176.22586 91.168437) (xy 176.152 91.094577) + (xy 176.152 88.087223) (xy 176.60391 87.635315) (xy 176.621159 87.621159) (xy 176.677643 87.552333) (xy 176.719614 87.47381) + (xy 176.722381 87.464687) (xy 176.74546 87.388608) (xy 176.754187 87.300001) (xy 176.752 87.277796) (xy 176.752 81.305423) + (xy 176.82586 81.231563) (xy 176.89995 81.12068) (xy 176.950984 80.997474) (xy 176.977 80.866679) (xy 176.977 80.733321) + (xy 176.950984 80.602526) (xy 176.89995 80.47932) (xy 176.82586 80.368437) (xy 176.731563 80.27414) (xy 176.62068 80.20005) + (xy 176.497474 80.149016) (xy 176.366679 80.123) (xy 176.233321 80.123) (xy 176.102526 80.149016) (xy 175.97932 80.20005) + (xy 175.868437 80.27414) (xy 175.77414 80.368437) (xy 175.70005 80.47932) (xy 175.649016 80.602526) (xy 175.623 80.733321) + (xy 175.623 80.866679) (xy 175.649016 80.997474) (xy 175.70005 81.12068) (xy 175.77414 81.231563) (xy 175.848 81.305423) + (xy 175.848001 87.112775) (xy 175.3961 87.564677) (xy 175.378841 87.578841) (xy 175.322357 87.647668) (xy 175.313712 87.663842) + (xy 175.280386 87.726191) (xy 175.25454 87.811393) (xy 175.245813 87.9) (xy 175.248 87.922205) (xy 175.248001 91.094576) + (xy 175.17414 91.168437) (xy 175.10005 91.27932) (xy 175.049016 91.402526) (xy 175.023 91.533321) (xy 168.472545 91.533321) + (xy 167.832 90.892777) (xy 167.832 88.057971) (xy 167.839187 87.985001) (xy 167.832 87.912029) (xy 167.832 80.775423) + (xy 167.92586 80.681563) (xy 167.99995 80.57068) (xy 168.050984 80.447474) (xy 168.077 80.316679) (xy 168.077 80.183321) + (xy 168.050984 80.052526) (xy 168.001608 79.933321) (xy 176.823 79.933321) (xy 176.823 80.066679) (xy 176.849016 80.197474) + (xy 176.90005 80.32068) (xy 176.97414 80.431563) (xy 177.048 80.505423) (xy 177.048001 91.294576) (xy 176.97414 91.368437) + (xy 176.90005 91.47932) (xy 176.849016 91.602526) (xy 176.823 91.733321) (xy 176.823 91.866679) (xy 176.849016 91.997474) + (xy 176.90005 92.12068) (xy 176.97414 92.231563) (xy 177.068437 92.32586) (xy 177.17932 92.39995) (xy 177.302526 92.450984) + (xy 177.433321 92.477) (xy 177.566679 92.477) (xy 177.697474 92.450984) (xy 177.82068 92.39995) (xy 177.931563 92.32586) + (xy 178.02586 92.231563) (xy 178.09995 92.12068) (xy 178.150984 91.997474) (xy 178.177 91.866679) (xy 178.177 91.733321) + (xy 178.150984 91.602526) (xy 178.09995 91.47932) (xy 178.02586 91.368437) (xy 177.952 91.294577) (xy 177.952 80.505423) + (xy 178.02586 80.431563) (xy 178.09995 80.32068) (xy 178.150984 80.197474) (xy 178.177 80.066679) (xy 178.177 79.933321) + (xy 178.150984 79.802526) (xy 178.09995 79.67932) (xy 178.02586 79.568437) (xy 177.931563 79.47414) (xy 177.82068 79.40005) + (xy 177.697474 79.349016) (xy 177.566679 79.323) (xy 177.433321 79.323) (xy 177.302526 79.349016) (xy 177.17932 79.40005) + (xy 177.068437 79.47414) (xy 176.97414 79.568437) (xy 176.90005 79.67932) (xy 176.849016 79.802526) (xy 176.823 79.933321) + (xy 168.001608 79.933321) (xy 167.99995 79.92932) (xy 167.92586 79.818437) (xy 167.831563 79.72414) (xy 167.72068 79.65005) + (xy 167.597474 79.599016) (xy 167.466679 79.573) (xy 167.333321 79.573) (xy 167.202526 79.599016) (xy 167.07932 79.65005) + (xy 166.968437 79.72414) (xy 166.87414 79.818437) (xy 166.80005 79.92932) (xy 166.749016 80.052526) (xy 166.723 80.183321) + (xy 166.723 80.316679) (xy 166.749016 80.447474) (xy 166.80005 80.57068) (xy 166.87414 80.681563) (xy 166.928001 80.735424) + (xy 166.928 87.967795) (xy 166.925813 87.99) (xy 166.928001 88.012215) (xy 166.928 91.057795) (xy 166.925813 91.08) + (xy 166.933811 91.161202) (xy 166.93454 91.168606) (xy 166.960386 91.253809) (xy 167.002357 91.332332) (xy 167.058841 91.401159) + (xy 167.0761 91.415323) (xy 171.196089 95.535313) (xy 171.196095 95.535318) (xy 176.550291 100.889515) (xy 176.502526 100.899016) + (xy 176.37932 100.95005) (xy 176.268437 101.02414) (xy 176.17414 101.118437) (xy 176.10005 101.22932) (xy 176.049016 101.352526) + (xy 176.023 101.483321) (xy 176.023 101.616679) (xy 176.049016 101.747474) (xy 176.10005 101.87068) (xy 176.17414 101.981563) + (xy 176.248001 102.055424) (xy 176.248 102.577795) (xy 176.245813 102.6) (xy 176.25454 102.688607) (xy 176.261636 102.712) + (xy 176.26617 102.726946) (xy 161.152 87.612777) (xy 161.152 78.405423) (xy 161.22586 78.331563) (xy 161.29995 78.22068) + (xy 161.350984 78.097474) (xy 161.377 77.966679) (xy 161.377 77.833321) (xy 161.350984 77.702526) (xy 161.29995 77.57932) + (xy 161.22586 77.468437) (xy 161.131563 77.37414) (xy 161.02068 77.30005) (xy 160.897474 77.249016) (xy 160.766679 77.223) + (xy 160.633321 77.223) (xy 160.502526 77.249016) (xy 160.37932 77.30005) (xy 160.268437 77.37414) (xy 160.17414 77.468437) + (xy 160.10005 77.57932) (xy 160.049016 77.702526) (xy 160.023 77.833321) (xy 158.005903 77.833321) (xy 159.087225 76.752) + (xy 160.994577 76.752) (xy 161.068437 76.82586) (xy 161.17932 76.89995) (xy 161.302526 76.950984) (xy 161.433321 76.977) + (xy 161.566679 76.977) (xy 161.697474 76.950984) (xy 161.82068 76.89995) (xy 161.931563 76.82586) (xy 162.02586 76.731563) + (xy 162.09995 76.62068) (xy 162.150984 76.497474) (xy 162.177 76.366679) (xy 162.177 76.233321) (xy 162.150984 76.102526) + (xy 162.09995 75.97932) (xy 162.02586 75.868437) (xy 161.931563 75.77414) (xy 161.82068 75.70005) (xy 161.697474 75.649016) + (xy 161.566679 75.623) (xy 161.433321 75.623) (xy 161.302526 75.649016) (xy 161.17932 75.70005) (xy 161.068437 75.77414) + (xy 160.994577 75.848) (xy 158.922204 75.848) (xy 158.899999 75.845813) (xy 158.811392 75.85454) (xy 158.791562 75.860556) + (xy 158.72619 75.880386) (xy 158.647667 75.922357) (xy 158.578841 75.978841) (xy 158.564686 75.996089) (xy 152.721101 81.839676) + (xy 152.703842 81.85384) (xy 152.647359 81.922666) (xy 152.605387 82.00119) (xy 152.579541 82.086392) (xy 152.570814 82.174999) + (xy 152.573001 82.197204) (xy 152.573002 95.534203) (xy 152.516679 95.523) (xy 152.412224 95.523) (xy 152.085323 95.1961) + (xy 152.071159 95.178841) (xy 152.002333 95.122357) (xy 151.92381 95.080386) (xy 151.838607 95.05454) (xy 151.772205 95.048) + (xy 151.75 95.045813) (xy 151.727795 95.048) (xy 150.356582 95.048) (xy 150.42495 94.94568) (xy 150.475984 94.822474) + (xy 150.502 94.691679) (xy 150.502 94.558321) (xy 150.475984 94.427526) (xy 150.42495 94.30432) (xy 150.35086 94.193437) + (xy 150.256563 94.09914) (xy 150.14568 94.02505) (xy 150.022474 93.974016) (xy 149.891679 93.948) (xy 149.787224 93.948) + (xy 148.985323 93.1461) (xy 148.971159 93.128841) (xy 148.902333 93.072357) (xy 148.82381 93.030386) (xy 148.738607 93.00454) + (xy 148.672205 92.998) (xy 148.65 92.995813) (xy 148.627795 92.998) (xy 120.737224 92.998) (xy 119.172545 91.433321) + (xy 142.323 91.433321) (xy 142.323 91.566679) (xy 142.349016 91.697474) (xy 142.40005 91.82068) (xy 142.47414 91.931563) + (xy 142.568437 92.02586) (xy 142.67932 92.09995) (xy 142.802526 92.150984) (xy 142.933321 92.177) (xy 143.066679 92.177) + (xy 143.197474 92.150984) (xy 143.32068 92.09995) (xy 143.431563 92.02586) (xy 143.52586 91.931563) (xy 143.59995 91.82068) + (xy 143.650984 91.697474) (xy 143.677 91.566679) (xy 143.677 91.433321) (xy 143.650984 91.302526) (xy 143.59995 91.17932) + (xy 143.52586 91.068437) (xy 143.452 90.994577) (xy 143.452 88.633321) (xy 146.523 88.633321) (xy 146.523 88.766679) + (xy 146.549016 88.897474) (xy 146.60005 89.02068) (xy 146.67414 89.131563) (xy 146.768437 89.22586) (xy 146.87932 89.29995) + (xy 147.002526 89.350984) (xy 147.133321 89.377) (xy 147.266679 89.377) (xy 147.397474 89.350984) (xy 147.52068 89.29995) + (xy 147.631563 89.22586) (xy 147.72586 89.131563) (xy 147.79995 89.02068) (xy 147.850984 88.897474) (xy 147.877 88.766679) + (xy 147.877 88.633321) (xy 147.850984 88.502526) (xy 147.79995 88.37932) (xy 147.72586 88.268437) (xy 147.652 88.194577) + (xy 147.652 86.387223) (xy 158.335313 75.703912) (xy 158.335322 75.703901) (xy 158.962224 75.077) (xy 159.066679 75.077) + (xy 159.197474 75.050984) (xy 159.32068 74.99995) (xy 159.431563 74.92586) (xy 159.52586 74.831563) (xy 159.59995 74.72068) + (xy 159.650984 74.597474) (xy 159.677 74.466679) (xy 159.677 74.333321) (xy 159.650984 74.202526) (xy 159.59995 74.07932) + (xy 159.52586 73.968437) (xy 159.431563 73.87414) (xy 159.32068 73.80005) (xy 159.197474 73.749016) (xy 159.066679 73.723) + (xy 158.933321 73.723) (xy 158.802526 73.749016) (xy 158.67932 73.80005) (xy 158.568437 73.87414) (xy 158.47414 73.968437) + (xy 158.40005 74.07932) (xy 158.349016 74.202526) (xy 158.323 74.333321) (xy 158.323 74.437776) (xy 157.696099 75.064678) + (xy 157.696088 75.064687) (xy 146.896096 85.864681) (xy 146.878842 85.878841) (xy 146.824169 85.94546) (xy 146.822358 85.947667) + (xy 146.780386 86.026191) (xy 146.75454 86.111393) (xy 146.745813 86.2) (xy 146.748001 86.222215) (xy 146.748 88.194577) + (xy 146.67414 88.268437) (xy 146.60005 88.37932) (xy 146.549016 88.502526) (xy 146.523 88.633321) (xy 143.452 88.633321) + (xy 143.452 85.287223) (xy 158.303911 70.435314) (xy 158.321159 70.421159) (xy 158.377643 70.352333) (xy 158.377821 70.352) + (xy 159.194577 70.352) (xy 159.268437 70.42586) (xy 159.37932 70.49995) (xy 159.502526 70.550984) (xy 159.633321 70.577) + (xy 159.766679 70.577) (xy 159.897474 70.550984) (xy 160.02068 70.49995) (xy 160.131563 70.42586) (xy 160.22586 70.331563) + (xy 160.29995 70.22068) (xy 160.350984 70.097474) (xy 160.377 69.966679) (xy 160.377 69.833321) (xy 160.350984 69.702526) + (xy 160.29995 69.57932) (xy 160.22586 69.468437) (xy 160.131563 69.37414) (xy 160.02068 69.30005) (xy 159.897474 69.249016) + (xy 159.766679 69.223) (xy 159.633321 69.223) (xy 159.502526 69.249016) (xy 159.37932 69.30005) (xy 159.268437 69.37414) + (xy 159.194577 69.448) (xy 158.022205 69.448) (xy 158 69.445813) (xy 157.977795 69.448) (xy 157.911393 69.45454) + (xy 157.82619 69.480386) (xy 157.747667 69.522357) (xy 157.678841 69.578841) (xy 157.622357 69.647667) (xy 157.580386 69.72619) + (xy 157.55454 69.811393) (xy 157.545813 69.9) (xy 157.547154 69.913621) (xy 142.6961 84.764677) (xy 142.678841 84.778841) + (xy 142.622358 84.847667) (xy 142.580386 84.926191) (xy 142.55454 85.011393) (xy 142.545813 85.1) (xy 142.548 85.122205) + (xy 142.548001 90.994576) (xy 142.47414 91.068437) (xy 142.40005 91.17932) (xy 142.349016 91.302526) (xy 142.323 91.433321) + (xy 119.172545 91.433321) (xy 115.632 87.892777) (xy 115.632 74.433321) (xy 115.923 74.433321) (xy 115.923 74.566679) + (xy 115.949016 74.697474) (xy 116.00005 74.82068) (xy 116.07414 74.931563) (xy 116.168437 75.02586) (xy 116.27932 75.09995) + (xy 116.402526 75.150984) (xy 116.533321 75.177) (xy 116.666679 75.177) (xy 116.797474 75.150984) (xy 116.92068 75.09995) + (xy 117.031563 75.02586) (xy 117.105423 74.952) (xy 150.227795 74.952) (xy 150.25 74.954187) (xy 150.272205 74.952) + (xy 150.338607 74.94546) (xy 150.42381 74.919614) (xy 150.502333 74.877643) (xy 150.571159 74.821159) (xy 150.585323 74.8039) + (xy 155.962224 69.427) (xy 156.066679 69.427) (xy 156.197474 69.400984) (xy 156.32068 69.34995) (xy 156.431563 69.27586) + (xy 156.52586 69.181563) (xy 156.59995 69.07068) (xy 156.650984 68.947474) (xy 156.677 68.816679) (xy 156.677 68.683321) + (xy 156.650984 68.552526) (xy 156.59995 68.42932) (xy 156.52586 68.318437) (xy 156.431563 68.22414) (xy 156.32068 68.15005) + (xy 156.197474 68.099016) (xy 156.066679 68.073) (xy 155.933321 68.073) (xy 155.802526 68.099016) (xy 155.67932 68.15005) + (xy 155.568437 68.22414) (xy 155.47414 68.318437) (xy 155.40005 68.42932) (xy 155.349016 68.552526) (xy 155.323 68.683321) + (xy 155.323 68.787776) (xy 150.062777 74.048) (xy 117.105423 74.048) (xy 117.031563 73.97414) (xy 116.92068 73.90005) + (xy 116.797474 73.849016) (xy 116.666679 73.823) (xy 116.533321 73.823) (xy 116.402526 73.849016) (xy 116.27932 73.90005) + (xy 116.168437 73.97414) (xy 116.07414 74.068437) (xy 116.00005 74.17932) (xy 115.949016 74.302526) (xy 115.923 74.433321) + (xy 115.632 74.433321) (xy 115.632 66.105423) (xy 115.70586 66.031563) (xy 115.77995 65.92068) (xy 115.830984 65.797474) + (xy 115.857 65.666679) (xy 115.857 65.533321) (xy 115.830984 65.402526) (xy 115.77995 65.27932) (xy 115.70586 65.168437) + (xy 115.611563 65.07414) (xy 115.50068 65.00005) (xy 115.377474 64.949016) (xy 115.246679 64.923) (xy 115.113321 64.923) + (xy 114.982526 64.949016) (xy 114.85932 65.00005) (xy 114.748437 65.07414) (xy 114.65414 65.168437) (xy 114.58005 65.27932) + (xy 114.529016 65.402526) (xy 114.503 65.533321) (xy 114.503 65.666679) (xy 114.529016 65.797474) (xy 114.58005 65.92068) + (xy 114.65414 66.031563) (xy 114.728 66.105423) (xy 114.728001 88.057785) (xy 114.725813 88.08) (xy 114.73454 88.168607) + (xy 114.760386 88.253809) (xy 114.79104 88.311158) (xy 114.802358 88.332333) (xy 114.858842 88.401159) (xy 114.876096 88.415319) + (xy 120.214681 93.753905) (xy 120.228841 93.771159) (xy 120.297667 93.827643) (xy 120.37619 93.869614) (xy 120.461392 93.89546) + (xy 120.55 93.904187) (xy 120.572205 93.902) (xy 148.462777 93.902) (xy 149.148 94.587224) (xy 149.148 94.691679) + (xy 149.174016 94.822474) (xy 149.22505 94.94568) (xy 149.293418 95.048) (xy 119.467225 95.048) (xy 113.532 89.112777) + (xy 113.532 66.105423) (xy 113.60586 66.031563) (xy 113.67995 65.92068) (xy 113.730984 65.797474) (xy 113.757 65.666679) + (xy 113.757 65.533321) (xy 113.730984 65.402526) (xy 113.67995 65.27932) (xy 113.60586 65.168437) (xy 113.511563 65.07414) + (xy 113.40068 65.00005) (xy 113.277474 64.949016) (xy 113.146679 64.923) (xy 113.013321 64.923) (xy 112.882526 64.949016) + (xy 112.75932 65.00005) (xy 112.648437 65.07414) (xy 112.55414 65.168437) (xy 112.48005 65.27932) (xy 112.429016 65.402526) + (xy 112.403 65.533321) (xy 112.403 65.666679) (xy 112.429016 65.797474) (xy 112.48005 65.92068) (xy 112.55414 66.031563) + (xy 112.628 66.105423) (xy 112.628001 89.277785) (xy 112.625813 89.3) (xy 112.63454 89.388607) (xy 112.660386 89.473809) + (xy 112.660387 89.47381) (xy 112.702358 89.552333) (xy 112.758842 89.621159) (xy 112.776096 89.635319) (xy 118.944685 95.80391) + (xy 118.958841 95.821159) (xy 119.027667 95.877643) (xy 119.10619 95.919614) (xy 119.191392 95.94546) (xy 119.279999 95.954187) + (xy 119.302204 95.952) (xy 151.562777 95.952) (xy 151.773 96.162224) (xy 151.773 96.266679) (xy 151.799016 96.397474) + (xy 151.85005 96.52068) (xy 151.92414 96.631563) (xy 152.018437 96.72586) (xy 152.12932 96.79995) (xy 152.252526 96.850984) + (xy 152.383321 96.877) (xy 152.516679 96.877) (xy 152.573002 96.865797) (xy 152.573002 100.387774) (xy 151.112777 101.848) + (xy 143.622205 101.848) (xy 143.6 101.845813) (xy 143.511392 101.85454) (xy 143.458186 101.87068) (xy 143.42619 101.880386) + (xy 143.347667 101.922357) (xy 143.278841 101.978841) (xy 143.264681 101.996095) (xy 141.9961 103.264677) (xy 141.978841 103.278841) + (xy 141.922357 103.347668) (xy 141.906336 103.377642) (xy 141.880386 103.426191) (xy 141.85454 103.511393) (xy 141.845813 103.6) + (xy 141.848 103.622205) (xy 141.848001 105.994576) (xy 141.77414 106.068437) (xy 141.70005 106.17932) (xy 141.649016 106.302526) + (xy 141.623 106.433321) (xy 141.623 106.566679) (xy 141.649016 106.697474) (xy 141.70005 106.82068) (xy 141.718305 106.848) + (xy 140.709423 106.848) (xy 140.72586 106.831563) (xy 140.79995 106.72068) (xy 140.850984 106.597474) (xy 140.877 106.466679) + (xy 140.877 106.333321) (xy 140.850984 106.202526) (xy 140.79995 106.07932) (xy 140.72586 105.968437) (xy 140.652 105.894577) + (xy 140.652 105.005423) (xy 140.72586 104.931563) (xy 140.79995 104.82068) (xy 140.850984 104.697474) (xy 140.877 104.566679) + (xy 140.877 104.433321) (xy 140.850984 104.302526) (xy 140.79995 104.17932) (xy 140.72586 104.068437) (xy 140.631563 103.97414) + (xy 140.52068 103.90005) (xy 140.397474 103.849016) (xy 140.266679 103.823) (xy 140.133321 103.823) (xy 140.002526 103.849016) + (xy 139.87932 103.90005) (xy 139.768437 103.97414) (xy 139.67414 104.068437) (xy 139.60005 104.17932) (xy 139.549016 104.302526) + (xy 139.523 104.433321) (xy 139.523 104.566679) (xy 139.549016 104.697474) (xy 139.60005 104.82068) (xy 139.67414 104.931563) + (xy 139.748 105.005423) (xy 139.748001 105.894576) (xy 139.67414 105.968437) (xy 139.60005 106.07932) (xy 139.549016 106.202526) + (xy 139.523 106.333321) (xy 139.523 106.466679) (xy 139.549016 106.597474) (xy 139.60005 106.72068) (xy 139.67414 106.831563) + (xy 139.690577 106.848) (xy 102.016018 106.848) (xy 101.987353 106.778798) (xy 101.853073 106.577833) (xy 101.682167 106.406927) + (xy 101.481202 106.272647) (xy 101.363202 106.223769) (xy 101.531252 106.164157) (xy 101.781355 106.015178) (xy 101.997588 105.820269) + (xy 102.171641 105.58692) (xy 102.296825 105.324099) (xy 102.341476 105.17689) (xy 102.220155 104.947) (xy 101.027 104.947) + (xy 101.027 104.967) (xy 100.773 104.967) (xy 100.773 104.947) (xy 99.579845 104.947) (xy 99.458524 105.17689) + (xy 96.627 105.17689) (xy 96.627 104.46311) (xy 99.458524 104.46311) (xy 99.579845 104.693) (xy 100.773 104.693) + (xy 100.773 104.673) (xy 101.027 104.673) (xy 101.027 104.693) (xy 102.220155 104.693) (xy 102.341476 104.46311) + (xy 102.296825 104.315901) (xy 102.171641 104.05308) (xy 101.997588 103.819731) (xy 101.781355 103.624822) (xy 101.531252 103.475843) + (xy 101.363202 103.416231) (xy 101.481202 103.367353) (xy 101.682167 103.233073) (xy 101.853073 103.062167) (xy 101.987353 102.861202) + (xy 102.049155 102.712) (xy 110.172777 102.712) (xy 110.764681 103.303905) (xy 110.778841 103.321159) (xy 110.847667 103.377643) + (xy 110.92619 103.419614) (xy 111.011392 103.44546) (xy 111.099999 103.454187) (xy 111.122204 103.452) (xy 112.094577 103.452) + (xy 112.168437 103.52586) (xy 112.27932 103.59995) (xy 112.402526 103.650984) (xy 112.533321 103.677) (xy 112.666679 103.677) + (xy 112.797474 103.650984) (xy 112.92068 103.59995) (xy 113.031563 103.52586) (xy 113.12586 103.431563) (xy 113.19995 103.32068) + (xy 113.250984 103.197474) (xy 113.277 103.066679) (xy 113.277 102.933321) (xy 113.250984 102.802526) (xy 113.19995 102.67932) + (xy 113.12586 102.568437) (xy 113.031563 102.47414) (xy 112.92068 102.40005) (xy 112.797474 102.349016) (xy 112.666679 102.323) + (xy 112.533321 102.323) (xy 112.402526 102.349016) (xy 112.27932 102.40005) (xy 112.168437 102.47414) (xy 112.094577 102.548) + (xy 111.287224 102.548) (xy 110.695323 101.9561) (xy 110.681159 101.938841) (xy 110.612333 101.882357) (xy 110.53381 101.840386) + (xy 110.448607 101.81454) (xy 110.382205 101.808) (xy 110.36 101.805813) (xy 110.337795 101.808) (xy 102.032586 101.808) + (xy 101.987353 101.698798) (xy 101.853073 101.497833) (xy 101.682167 101.326927) (xy 101.481202 101.192647) (xy 101.257903 101.100153) + (xy 101.020849 101.053) (xy 100.779151 101.053) (xy 100.542097 101.100153) (xy 100.318798 101.192647) (xy 100.117833 101.326927) + (xy 99.946927 101.497833) (xy 99.812647 101.698798) (xy 99.720153 101.922097) (xy 99.673 102.159151) (xy 99.673 102.400849) + (xy 99.720153 102.637903) (xy 99.812647 102.861202) (xy 99.946927 103.062167) (xy 100.117833 103.233073) (xy 100.318798 103.367353) + (xy 100.436798 103.416231) (xy 100.268748 103.475843) (xy 100.018645 103.624822) (xy 99.802412 103.819731) (xy 99.628359 104.05308) + (xy 99.503175 104.315901) (xy 99.458524 104.46311) (xy 96.627 104.46311) (xy 96.627 99.619151) (xy 99.673 99.619151) + (xy 99.673 99.860849) (xy 99.720153 100.097903) (xy 99.812647 100.321202) (xy 99.946927 100.522167) (xy 100.117833 100.693073) + (xy 100.318798 100.827353) (xy 100.542097 100.919847) (xy 100.779151 100.967) (xy 101.020849 100.967) (xy 101.257903 100.919847) + (xy 101.481202 100.827353) (xy 101.682167 100.693073) (xy 101.853073 100.522167) (xy 101.987353 100.321202) (xy 102.049155 100.172) + (xy 108.332776 100.172) (xy 108.564685 100.40391) (xy 108.578841 100.421159) (xy 108.647667 100.477643) (xy 108.72619 100.519614) + (xy 108.811392 100.54546) (xy 108.899999 100.554187) (xy 108.922204 100.552) (xy 112.594577 100.552) (xy 112.668437 100.62586) + (xy 112.77932 100.69995) (xy 112.902526 100.750984) (xy 113.033321 100.777) (xy 113.166679 100.777) (xy 113.297474 100.750984) + (xy 113.42068 100.69995) (xy 113.531563 100.62586) (xy 113.62586 100.531563) (xy 113.69995 100.42068) (xy 113.750984 100.297474) + (xy 113.777 100.166679) (xy 113.777 100.033321) (xy 113.750984 99.902526) (xy 113.69995 99.77932) (xy 113.62586 99.668437) + (xy 113.531563 99.57414) (xy 113.42068 99.50005) (xy 113.297474 99.449016) (xy 113.166679 99.423) (xy 113.033321 99.423) + (xy 112.902526 99.449016) (xy 112.77932 99.50005) (xy 112.668437 99.57414) (xy 112.594577 99.648) (xy 109.087224 99.648) + (xy 108.855323 99.4161) (xy 108.841159 99.398841) (xy 108.772333 99.342357) (xy 108.69381 99.300386) (xy 108.608607 99.27454) + (xy 108.542205 99.268) (xy 108.52 99.265813) (xy 108.497795 99.268) (xy 102.032586 99.268) (xy 101.987353 99.158798) + (xy 101.853073 98.957833) (xy 101.682167 98.786927) (xy 101.481202 98.652647) (xy 101.257903 98.560153) (xy 101.020849 98.513) + (xy 100.779151 98.513) (xy 100.542097 98.560153) (xy 100.318798 98.652647) (xy 100.117833 98.786927) (xy 99.946927 98.957833) + (xy 99.812647 99.158798) (xy 99.720153 99.382097) (xy 99.673 99.619151) (xy 96.627 99.619151) (xy 96.627 97.079151) + (xy 99.673 97.079151) (xy 99.673 97.320849) (xy 99.720153 97.557903) (xy 99.812647 97.781202) (xy 99.946927 97.982167) + (xy 100.117833 98.153073) (xy 100.318798 98.287353) (xy 100.542097 98.379847) (xy 100.779151 98.427) (xy 101.020849 98.427) + (xy 101.257903 98.379847) (xy 101.481202 98.287353) (xy 101.682167 98.153073) (xy 101.75824 98.077) (xy 117.447704 98.077) + (xy 117.389885 98.163533) (xy 117.312467 98.350435) (xy 117.273 98.548849) (xy 117.273 98.751151) (xy 117.312467 98.949565) + (xy 117.389885 99.136467) (xy 117.423 99.186027) (xy 117.423001 104.663971) (xy 117.389885 104.713533) (xy 117.312467 104.900435) + (xy 117.273 105.098849) (xy 117.273 105.301151) (xy 117.312467 105.499565) (xy 117.389885 105.686467) (xy 117.502277 105.854674) + (xy 117.645326 105.997723) (xy 117.813533 106.110115) (xy 118.000435 106.187533) (xy 118.198849 106.227) (xy 118.401151 106.227) + (xy 118.599565 106.187533) (xy 118.786467 106.110115) (xy 118.954674 105.997723) (xy 119.097723 105.854674) (xy 119.210115 105.686467) + (xy 119.287533 105.499565) (xy 119.327 105.301151) (xy 119.327 105.098849) (xy 119.287533 104.900435) (xy 119.210115 104.713533) + (xy 119.177 104.663973) (xy 119.177 99.186027) (xy 119.210115 99.136467) (xy 119.256919 99.023472) (xy 125.323 99.023472) + (xy 125.323 99.176528) (xy 125.352859 99.326643) (xy 125.411431 99.468048) (xy 125.496464 99.595309) (xy 125.604691 99.703536) + (xy 125.731952 99.788569) (xy 125.873357 99.847141) (xy 126.023472 99.877) (xy 126.176528 99.877) (xy 126.326643 99.847141) + (xy 126.468048 99.788569) (xy 126.560193 99.727) (xy 148.824732 99.727) (xy 148.873357 99.747141) (xy 149.023472 99.777) + (xy 149.176528 99.777) (xy 149.326643 99.747141) (xy 149.468048 99.688569) (xy 149.595309 99.603536) (xy 149.703536 99.495309) + (xy 149.788569 99.368048) (xy 149.847141 99.226643) (xy 149.877 99.076528) (xy 149.877 98.923472) (xy 149.847141 98.773357) + (xy 149.788569 98.631952) (xy 149.703536 98.504691) (xy 149.595309 98.396464) (xy 149.468048 98.311431) (xy 149.326643 98.252859) + (xy 149.176528 98.223) (xy 149.023472 98.223) (xy 148.873357 98.252859) (xy 148.731952 98.311431) (xy 148.604691 98.396464) + (xy 148.528155 98.473) (xy 126.560193 98.473) (xy 126.468048 98.411431) (xy 126.326643 98.352859) (xy 126.176528 98.323) + (xy 126.023472 98.323) (xy 125.873357 98.352859) (xy 125.731952 98.411431) (xy 125.604691 98.496464) (xy 125.496464 98.604691) + (xy 125.411431 98.731952) (xy 125.352859 98.873357) (xy 125.323 99.023472) (xy 119.256919 99.023472) (xy 119.287533 98.949565) + (xy 119.327 98.751151) (xy 119.327 98.548849) (xy 119.287533 98.350435) (xy 119.210115 98.163533) (xy 119.152296 98.077) + (xy 120.713973 98.077) (xy 120.763533 98.110115) (xy 120.950435 98.187533) (xy 121.148849 98.227) (xy 121.351151 98.227) + (xy 121.549565 98.187533) (xy 121.736467 98.110115) (xy 121.904674 97.997723) (xy 122.047723 97.854674) (xy 122.160115 97.686467) + (xy 122.237533 97.499565) (xy 122.277 97.301151) (xy 122.277 97.098849) (xy 122.237533 96.900435) (xy 122.160115 96.713533) + (xy 122.047723 96.545326) (xy 121.904674 96.402277) (xy 121.736467 96.289885) (xy 121.549565 96.212467) (xy 121.351151 96.173) + (xy 121.148849 96.173) (xy 120.950435 96.212467) (xy 120.763533 96.289885) (xy 120.713973 96.323) (xy 101.75824 96.323) + (xy 101.682167 96.246927) (xy 101.481202 96.112647) (xy 101.257903 96.020153) (xy 101.020849 95.973) (xy 100.779151 95.973) + (xy 100.542097 96.020153) (xy 100.318798 96.112647) (xy 100.117833 96.246927) (xy 99.946927 96.417833) (xy 99.812647 96.618798) + (xy 99.720153 96.842097) (xy 99.673 97.079151) (xy 96.627 97.079151) (xy 96.627 94.539151) (xy 99.673 94.539151) + (xy 99.673 94.780849) (xy 99.720153 95.017903) (xy 99.812647 95.241202) (xy 99.946927 95.442167) (xy 100.117833 95.613073) + (xy 100.318798 95.747353) (xy 100.542097 95.839847) (xy 100.779151 95.887) (xy 101.020849 95.887) (xy 101.257903 95.839847) + (xy 101.481202 95.747353) (xy 101.682167 95.613073) (xy 101.853073 95.442167) (xy 101.987353 95.241202) (xy 102.079847 95.017903) + (xy 102.127 94.780849) (xy 102.127 94.539151) (xy 102.079847 94.302097) (xy 101.987353 94.078798) (xy 101.853073 93.877833) + (xy 101.682167 93.706927) (xy 101.481202 93.572647) (xy 101.352 93.519129) (xy 101.352 78.687223) (xy 105.087225 74.952) + (xy 110.794577 74.952) (xy 110.868437 75.02586) (xy 110.97932 75.09995) (xy 111.102526 75.150984) (xy 111.233321 75.177) + (xy 111.366679 75.177) (xy 111.497474 75.150984) (xy 111.62068 75.09995) (xy 111.731563 75.02586) (xy 111.82586 74.931563) + (xy 111.89995 74.82068) (xy 111.950984 74.697474) (xy 111.977 74.566679) (xy 111.977 74.433321) (xy 111.950984 74.302526) + (xy 111.89995 74.17932) (xy 111.82586 74.068437) (xy 111.731563 73.97414) (xy 111.62068 73.90005) (xy 111.497474 73.849016) + (xy 111.366679 73.823) (xy 111.233321 73.823) (xy 111.102526 73.849016) (xy 110.97932 73.90005) (xy 110.868437 73.97414) + (xy 110.794577 74.048) (xy 104.922204 74.048) (xy 104.899999 74.045813) (xy 104.811392 74.05454) (xy 104.791562 74.060556) + (xy 104.72619 74.080386) (xy 104.647667 74.122357) (xy 104.578841 74.178841) (xy 104.564686 74.196089) (xy 100.596096 78.164681) + (xy 100.578842 78.178841) (xy 100.544506 78.22068) (xy 100.522358 78.247667) (xy 100.480386 78.326191) (xy 100.45454 78.411393) + (xy 100.445813 78.5) (xy 100.448001 78.522215) (xy 100.448 93.519129) (xy 100.318798 93.572647) (xy 100.117833 93.706927) + (xy 99.946927 93.877833) (xy 99.812647 94.078798) (xy 99.720153 94.302097) (xy 99.673 94.539151) (xy 96.627 94.539151) + (xy 96.627 61.333321) (xy 113.523 61.333321) (xy 113.523 61.466679) (xy 113.549016 61.597474) (xy 113.60005 61.72068) + (xy 113.67414 61.831563) (xy 113.768437 61.92586) (xy 113.87932 61.99995) (xy 114.002526 62.050984) (xy 114.133321 62.077) + (xy 114.266679 62.077) (xy 114.397474 62.050984) (xy 114.52068 61.99995) (xy 114.631563 61.92586) (xy 114.705423 61.852) + (xy 123.874577 61.852) (xy 123.948437 61.92586) (xy 124.05932 61.99995) (xy 124.182526 62.050984) (xy 124.313321 62.077) + (xy 124.446679 62.077) (xy 124.577474 62.050984) (xy 124.70068 61.99995) (xy 124.811563 61.92586) (xy 124.90586 61.831563) + (xy 124.97995 61.72068) (xy 125.030984 61.597474) (xy 125.057 61.466679) (xy 125.057 61.333321) (xy 125.030984 61.202526) + (xy 124.97995 61.07932) (xy 124.90586 60.968437) (xy 124.811563 60.87414) (xy 124.70068 60.80005) (xy 124.577474 60.749016) + (xy 124.557 60.744944) (xy 124.557 60.633321) (xy 124.530984 60.502526) (xy 124.47995 60.37932) (xy 124.40586 60.268437) + (xy 124.311563 60.17414) (xy 124.20068 60.10005) (xy 124.077474 60.049016) (xy 123.946679 60.023) (xy 123.813321 60.023) + (xy 123.682526 60.049016) (xy 123.55932 60.10005) (xy 123.448437 60.17414) (xy 123.374577 60.248) (xy 116.205423 60.248) + (xy 116.131563 60.17414) (xy 116.02068 60.10005) (xy 115.897474 60.049016) (xy 115.766679 60.023) (xy 115.633321 60.023) + (xy 115.502526 60.049016) (xy 115.37932 60.10005) (xy 115.268437 60.17414) (xy 115.17414 60.268437) (xy 115.10005 60.37932) + (xy 115.049016 60.502526) (xy 115.023 60.633321) (xy 115.023 60.766679) (xy 115.049016 60.897474) (xy 115.069945 60.948) + (xy 114.705423 60.948) (xy 114.631563 60.87414) (xy 114.52068 60.80005) (xy 114.397474 60.749016) (xy 114.266679 60.723) + (xy 114.133321 60.723) (xy 114.002526 60.749016) (xy 113.87932 60.80005) (xy 113.768437 60.87414) (xy 113.67414 60.968437) + (xy 113.60005 61.07932) (xy 113.549016 61.202526) (xy 113.523 61.333321) (xy 96.627 61.333321) (xy 96.627 58.623078) + (xy 119.783 58.623078) (xy 119.79569 58.751921) (xy 119.845838 58.917236) (xy 119.927273 59.069591) (xy 120.036867 59.203133) + (xy 120.170408 59.312727) (xy 120.322763 59.394162) (xy 120.488078 59.44431) (xy 120.66 59.461243) (xy 120.831921 59.44431) + (xy 120.997236 59.394162) (xy 121.149591 59.312727) (xy 121.283133 59.203133) (xy 121.392727 59.069592) (xy 121.474162 58.917237) + (xy 121.52431 58.751922) (xy 121.537 58.623079) (xy 121.537 57.935944) (xy 121.544721 57.947499) (xy 121.642501 58.045279) + (xy 121.757478 58.122105) (xy 121.885234 58.175023) (xy 122.020859 58.202) (xy 122.159141 58.202) (xy 122.294766 58.175023) + (xy 122.422522 58.122105) (xy 122.537499 58.045279) (xy 122.635279 57.947499) (xy 122.712105 57.832522) (xy 122.765023 57.704766) + (xy 122.792 57.569141) (xy 122.792 57.430859) (xy 122.765023 57.295234) (xy 122.712105 57.167478) (xy 122.635279 57.052501) + (xy 122.537499 56.954721) (xy 122.422522 56.877895) (xy 122.294766 56.824977) (xy 122.159141 56.798) (xy 122.020859 56.798) + (xy 121.885234 56.824977) (xy 121.757478 56.877895) (xy 121.642501 56.954721) (xy 121.544721 57.052501) (xy 121.477362 57.15331) + (xy 121.474162 57.142763) (xy 121.392727 56.990408) (xy 121.283133 56.856867) (xy 121.149592 56.747273) (xy 121.12349 56.733321) + (xy 123.972961 56.733321) (xy 123.972961 56.866679) (xy 123.998977 56.997474) (xy 124.050011 57.12068) (xy 124.124101 57.231563) + (xy 124.218398 57.32586) (xy 124.329281 57.39995) (xy 124.452487 57.450984) (xy 124.583282 57.477) (xy 124.71664 57.477) + (xy 124.847435 57.450984) (xy 124.970641 57.39995) (xy 125.081524 57.32586) (xy 125.175821 57.231563) (xy 125.249911 57.12068) + (xy 125.274958 57.060213) (xy 125.300004 57.12068) (xy 125.374094 57.231563) (xy 125.468391 57.32586) (xy 125.579274 57.39995) + (xy 125.70248 57.450984) (xy 125.833275 57.477) (xy 125.966633 57.477) (xy 126.097428 57.450984) (xy 126.146013 57.430859) + (xy 127.168 57.430859) (xy 127.168 57.569141) (xy 127.194977 57.704766) (xy 127.247895 57.832522) (xy 127.324721 57.947499) + (xy 127.422501 58.045279) (xy 127.537478 58.122105) (xy 127.665234 58.175023) (xy 127.800859 58.202) (xy 127.939141 58.202) + (xy 128.074766 58.175023) (xy 128.202522 58.122105) (xy 128.317499 58.045279) (xy 128.415279 57.947499) (xy 128.423001 57.935943) + (xy 128.423 58.623078) (xy 128.43569 58.751921) (xy 128.485838 58.917236) (xy 128.567273 59.069591) (xy 128.676867 59.203133) + (xy 128.810408 59.312727) (xy 128.962763 59.394162) (xy 129.128078 59.44431) (xy 129.3 59.461243) (xy 129.471921 59.44431) + (xy 129.637236 59.394162) (xy 129.789591 59.312727) (xy 129.923133 59.203133) (xy 130.032727 59.069592) (xy 130.114162 58.917237) + (xy 130.16431 58.751922) (xy 130.177 58.623079) (xy 130.177 57.627) (xy 136.265 57.627) (xy 136.265 57.902) + (xy 136.313507 58.140496) (xy 136.40761 58.364946) (xy 136.543693 58.566725) (xy 136.716526 58.738078) (xy 136.919467 58.872421) + (xy 137.144718 58.964591) (xy 137.182391 58.968462) (xy 137.373 58.843731) (xy 137.373 57.627) (xy 136.265 57.627) + (xy 130.177 57.627) (xy 130.177 57.436921) (xy 130.16431 57.308078) (xy 130.114162 57.142763) (xy 130.090236 57.098) + (xy 136.265 57.098) (xy 136.265 57.373) (xy 137.373 57.373) (xy 137.373 56.156269) (xy 137.627 56.156269) + (xy 137.627 57.373) (xy 137.647 57.373) (xy 137.647 57.627) (xy 137.627 57.627) (xy 137.627 58.843731) + (xy 137.817609 58.968462) (xy 137.855282 58.964591) (xy 138.080533 58.872421) (xy 138.283474 58.738078) (xy 138.456307 58.566725) + (xy 138.59239 58.364946) (xy 138.643001 58.244231) (xy 138.683724 58.320418) (xy 138.805814 58.469186) (xy 138.954582 58.591276) + (xy 139.124309 58.681997) (xy 139.308475 58.737863) (xy 139.5 58.756727) (xy 139.691524 58.737863) (xy 139.87569 58.681997) + (xy 140.045418 58.591276) (xy 140.194186 58.469186) (xy 140.316276 58.320418) (xy 140.406997 58.150691) (xy 140.462863 57.966525) + (xy 140.477 57.822993) (xy 140.477 57.177008) (xy 140.477 57.177007) (xy 140.523 57.177007) (xy 140.523 57.822992) + (xy 140.537137 57.966524) (xy 140.593003 58.15069) (xy 140.683724 58.320418) (xy 140.805814 58.469186) (xy 140.954582 58.591276) + (xy 141.048 58.641209) (xy 141.048001 65.877785) (xy 141.045813 65.9) (xy 141.05454 65.988607) (xy 141.080386 66.073809) + (xy 141.080387 66.07381) (xy 141.122358 66.152333) (xy 141.178842 66.221159) (xy 141.196096 66.235319) (xy 142.664685 67.70391) + (xy 142.678841 67.721159) (xy 142.747667 67.777643) (xy 142.82619 67.819614) (xy 142.891562 67.839444) (xy 142.911392 67.84546) + (xy 142.999999 67.854187) (xy 143.022204 67.852) (xy 159.494577 67.852) (xy 159.568437 67.92586) (xy 159.67932 67.99995) + (xy 159.802526 68.050984) (xy 159.933321 68.077) (xy 160.066679 68.077) (xy 160.197474 68.050984) (xy 160.32068 67.99995) + (xy 160.431563 67.92586) (xy 160.52586 67.831563) (xy 160.59995 67.72068) (xy 160.650984 67.597474) (xy 160.677 67.466679) + (xy 160.677 67.333321) (xy 160.650984 67.202526) (xy 160.59995 67.07932) (xy 160.52586 66.968437) (xy 160.431563 66.87414) + (xy 160.32068 66.80005) (xy 160.197474 66.749016) (xy 160.066679 66.723) (xy 159.933321 66.723) (xy 159.802526 66.749016) + (xy 159.67932 66.80005) (xy 159.568437 66.87414) (xy 159.494577 66.948) (xy 143.187225 66.948) (xy 141.952 65.712777) + (xy 141.952 58.641209) (xy 142.045418 58.591276) (xy 142.194186 58.469186) (xy 142.316276 58.320418) (xy 142.406997 58.150691) + (xy 142.462863 57.966525) (xy 142.477 57.822993) (xy 142.477 57.177008) (xy 142.462863 57.033476) (xy 142.406997 56.849309) + (xy 142.316276 56.679582) (xy 142.194186 56.530814) (xy 142.045418 56.408724) (xy 141.875691 56.318003) (xy 141.691525 56.262137) + (xy 141.5 56.243273) (xy 141.308476 56.262137) (xy 141.12431 56.318003) (xy 140.954583 56.408724) (xy 140.805815 56.530814) + (xy 140.683725 56.679582) (xy 140.593003 56.849309) (xy 140.537137 57.033475) (xy 140.523 57.177007) (xy 140.477 57.177007) + (xy 140.462863 57.033476) (xy 140.406997 56.849309) (xy 140.316276 56.679582) (xy 140.194186 56.530814) (xy 140.045418 56.408724) + (xy 139.875691 56.318003) (xy 139.691525 56.262137) (xy 139.5 56.243273) (xy 139.308476 56.262137) (xy 139.12431 56.318003) + (xy 138.954583 56.408724) (xy 138.805815 56.530814) (xy 138.683725 56.679582) (xy 138.643001 56.75577) (xy 138.59239 56.635054) + (xy 138.456307 56.433275) (xy 138.283474 56.261922) (xy 138.080533 56.127579) (xy 137.855282 56.035409) (xy 137.817609 56.031538) + (xy 137.627 56.156269) (xy 137.373 56.156269) (xy 137.182391 56.031538) (xy 137.144718 56.035409) (xy 136.919467 56.127579) + (xy 136.716526 56.261922) (xy 136.543693 56.433275) (xy 136.40761 56.635054) (xy 136.313507 56.859504) (xy 136.265 57.098) + (xy 130.090236 57.098) (xy 130.032727 56.990408) (xy 129.923133 56.856867) (xy 129.789592 56.747273) (xy 129.637237 56.665838) + (xy 129.471922 56.61569) (xy 129.3 56.598757) (xy 129.128079 56.61569) (xy 128.962764 56.665838) (xy 128.810409 56.747273) + (xy 128.676868 56.856867) (xy 128.567274 56.990408) (xy 128.485839 57.142763) (xy 128.482639 57.153311) (xy 128.415279 57.052501) + (xy 128.317499 56.954721) (xy 128.202522 56.877895) (xy 128.074766 56.824977) (xy 127.939141 56.798) (xy 127.800859 56.798) + (xy 127.665234 56.824977) (xy 127.537478 56.877895) (xy 127.422501 56.954721) (xy 127.324721 57.052501) (xy 127.247895 57.167478) + (xy 127.194977 57.295234) (xy 127.168 57.430859) (xy 126.146013 57.430859) (xy 126.220634 57.39995) (xy 126.331517 57.32586) + (xy 126.425814 57.231563) (xy 126.499904 57.12068) (xy 126.550938 56.997474) (xy 126.576954 56.866679) (xy 126.576954 56.733321) + (xy 126.550938 56.602526) (xy 126.499904 56.47932) (xy 126.425814 56.368437) (xy 126.351954 56.294577) (xy 126.351954 56.222158) + (xy 126.354141 56.199953) (xy 126.345414 56.111346) (xy 126.339398 56.091516) (xy 126.319568 56.026144) (xy 126.277597 55.947621) + (xy 126.221113 55.878795) (xy 126.203865 55.86464) (xy 125.835323 55.4961) (xy 125.821159 55.478841) (xy 125.752333 55.422357) + (xy 125.67381 55.380386) (xy 125.588607 55.35454) (xy 125.522205 55.348) (xy 125.5 55.345813) (xy 125.477795 55.348) + (xy 124.922205 55.348) (xy 124.9 55.345813) (xy 124.811392 55.35454) (xy 124.72619 55.380386) (xy 124.647667 55.422357) + (xy 124.578841 55.478841) (xy 124.564677 55.4961) (xy 124.346057 55.71472) (xy 124.328803 55.72888) (xy 124.287866 55.778762) + (xy 124.272319 55.797706) (xy 124.230347 55.87623) (xy 124.204501 55.961432) (xy 124.195774 56.050039) (xy 124.197962 56.072254) + (xy 124.197962 56.294576) (xy 124.124101 56.368437) (xy 124.050011 56.47932) (xy 123.998977 56.602526) (xy 123.972961 56.733321) + (xy 121.12349 56.733321) (xy 120.997237 56.665838) (xy 120.831922 56.61569) (xy 120.66 56.598757) (xy 120.488079 56.61569) + (xy 120.322764 56.665838) (xy 120.170409 56.747273) (xy 120.036868 56.856867) (xy 119.927274 56.990408) (xy 119.845839 57.142763) + (xy 119.795691 57.308078) (xy 119.783001 57.436921) (xy 119.783 58.623078) (xy 96.627 58.623078) (xy 96.627 56.027927) + (xy 96.698566 55.226045) (xy 96.823 54.771192) (xy 96.823 55.312907) (xy 96.94509 55.926697) (xy 97.184579 56.504874) + (xy 97.532263 57.025219) (xy 97.974781 57.467737) (xy 98.495126 57.815421) (xy 99.073303 58.05491) (xy 99.687093 58.177) + (xy 100.312907 58.177) (xy 100.926697 58.05491) (xy 101.504874 57.815421) (xy 102.025219 57.467737) (xy 102.467737 57.025219) + (xy 102.815421 56.504874) (xy 103.045734 55.948849) (xy 110.323 55.948849) (xy 110.323 56.151151) (xy 110.362467 56.349565) + (xy 110.439885 56.536467) (xy 110.552277 56.704674) (xy 110.695326 56.847723) (xy 110.863533 56.960115) (xy 111.050435 57.037533) + (xy 111.248849 57.077) (xy 111.451151 57.077) (xy 111.649565 57.037533) (xy 111.836467 56.960115) (xy 112.004674 56.847723) + (xy 112.147723 56.704674) (xy 112.260115 56.536467) (xy 112.337533 56.349565) (xy 112.377 56.151151) (xy 112.377 55.948849) + (xy 115.183 55.948849) (xy 115.183 56.151151) (xy 115.222467 56.349565) (xy 115.299885 56.536467) (xy 115.412277 56.704674) + (xy 115.555326 56.847723) (xy 115.723533 56.960115) (xy 115.910435 57.037533) (xy 116.108849 57.077) (xy 116.311151 57.077) + (xy 116.509565 57.037533) (xy 116.696467 56.960115) (xy 116.864674 56.847723) (xy 117.007723 56.704674) (xy 117.120115 56.536467) + (xy 117.197533 56.349565) (xy 117.237 56.151151) (xy 117.237 55.948849) (xy 117.197533 55.750435) (xy 117.120115 55.563533) + (xy 117.007723 55.395326) (xy 116.864674 55.252277) (xy 116.696467 55.139885) (xy 116.509565 55.062467) (xy 116.311151 55.023) + (xy 116.108849 55.023) (xy 115.910435 55.062467) (xy 115.723533 55.139885) (xy 115.555326 55.252277) (xy 115.412277 55.395326) + (xy 115.299885 55.563533) (xy 115.222467 55.750435) (xy 115.183 55.948849) (xy 112.377 55.948849) (xy 112.337533 55.750435) + (xy 112.260115 55.563533) (xy 112.147723 55.395326) (xy 112.004674 55.252277) (xy 111.836467 55.139885) (xy 111.649565 55.062467) + (xy 111.451151 55.023) (xy 111.248849 55.023) (xy 111.050435 55.062467) (xy 110.863533 55.139885) (xy 110.695326 55.252277) + (xy 110.552277 55.395326) (xy 110.439885 55.563533) (xy 110.362467 55.750435) (xy 110.323 55.948849) (xy 103.045734 55.948849) + (xy 103.05491 55.926697) (xy 103.177 55.312907) (xy 103.177 54.687093) (xy 103.05491 54.073303) (xy 102.815421 53.495126) + (xy 102.467737 52.974781) (xy 102.387784 52.894828) (xy 103.412167 52.894828) (xy 103.412167 53.105172) (xy 103.453203 53.311475) + (xy 103.533698 53.505809) (xy 103.65056 53.680704) (xy 103.799296 53.82944) (xy 103.974191 53.946302) (xy 104.168525 54.026797) + (xy 104.374828 54.067833) (xy 104.585172 54.067833) (xy 104.791475 54.026797) (xy 104.985809 53.946302) (xy 105.160704 53.82944) + (xy 105.30944 53.680704) (xy 105.426302 53.505809) (xy 105.506797 53.311475) (xy 105.547833 53.105172) (xy 105.547833 53.004462) + (xy 109.253 53.004462) (xy 109.253 53.795537) (xy 109.266413 53.931723) (xy 109.31942 54.106463) (xy 109.405499 54.267504) + (xy 109.521341 54.408659) (xy 109.662495 54.524501) (xy 109.823536 54.61058) (xy 109.998276 54.663587) (xy 110.18 54.681485) + (xy 110.361723 54.663587) (xy 110.536463 54.61058) (xy 110.697504 54.524501) (xy 110.838659 54.408659) (xy 110.954501 54.267505) + (xy 111.04058 54.106464) (xy 111.093587 53.931724) (xy 111.107 53.795538) (xy 111.107 53.004462) (xy 116.453 53.004462) + (xy 116.453 53.795537) (xy 116.466413 53.931723) (xy 116.51942 54.106463) (xy 116.605499 54.267504) (xy 116.721341 54.408659) + (xy 116.862495 54.524501) (xy 117.023536 54.61058) (xy 117.198276 54.663587) (xy 117.38 54.681485) (xy 117.561723 54.663587) + (xy 117.736463 54.61058) (xy 117.897504 54.524501) (xy 118.038659 54.408659) (xy 118.154501 54.267505) (xy 118.24058 54.106464) + (xy 118.293587 53.931724) (xy 118.307 53.795538) (xy 118.307 53.506921) (xy 119.783 53.506921) (xy 119.783 54.193078) + (xy 119.79569 54.321921) (xy 119.845838 54.487236) (xy 119.927273 54.639591) (xy 120.036867 54.773133) (xy 120.170408 54.882727) + (xy 120.322763 54.964162) (xy 120.488078 55.01431) (xy 120.66 55.031243) (xy 120.831921 55.01431) (xy 120.997236 54.964162) + (xy 121.149591 54.882727) (xy 121.283133 54.773133) (xy 121.392727 54.639592) (xy 121.474162 54.487237) (xy 121.52431 54.321922) + (xy 121.537 54.193079) (xy 121.537 53.506921) (xy 128.423 53.506921) (xy 128.423 54.193078) (xy 128.43569 54.321921) + (xy 128.485838 54.487236) (xy 128.567273 54.639591) (xy 128.676867 54.773133) (xy 128.810408 54.882727) (xy 128.962763 54.964162) + (xy 129.128078 55.01431) (xy 129.3 55.031243) (xy 129.471921 55.01431) (xy 129.637236 54.964162) (xy 129.789591 54.882727) + (xy 129.923133 54.773133) (xy 130.032727 54.639592) (xy 130.114162 54.487237) (xy 130.16431 54.321922) (xy 130.177 54.193079) + (xy 130.177 53.506921) (xy 130.16431 53.378078) (xy 130.114162 53.212763) (xy 130.032727 53.060408) (xy 129.923133 52.926867) + (xy 129.789592 52.817273) (xy 129.637237 52.735838) (xy 129.471922 52.68569) (xy 129.3 52.668757) (xy 129.128079 52.68569) + (xy 128.962764 52.735838) (xy 128.810409 52.817273) (xy 128.676868 52.926867) (xy 128.567274 53.060408) (xy 128.485838 53.212763) + (xy 128.43569 53.378078) (xy 128.423 53.506921) (xy 121.537 53.506921) (xy 121.52431 53.378078) (xy 121.474162 53.212763) + (xy 121.392727 53.060408) (xy 121.283133 52.926867) (xy 121.149592 52.817273) (xy 120.997237 52.735838) (xy 120.831922 52.68569) + (xy 120.66 52.668757) (xy 120.488079 52.68569) (xy 120.322764 52.735838) (xy 120.170409 52.817273) (xy 120.036868 52.926867) + (xy 119.927274 53.060408) (xy 119.845838 53.212763) (xy 119.79569 53.378078) (xy 119.783 53.506921) (xy 118.307 53.506921) + (xy 118.307 53.004462) (xy 118.293587 52.868276) (xy 118.24058 52.693536) (xy 118.154501 52.532495) (xy 118.038659 52.391341) + (xy 117.897505 52.275499) (xy 117.736464 52.18942) (xy 117.561724 52.136413) (xy 117.38 52.118515) (xy 117.198277 52.136413) + (xy 117.023537 52.18942) (xy 116.862496 52.275499) (xy 116.721342 52.391341) (xy 116.6055 52.532495) (xy 116.519421 52.693536) + (xy 116.466413 52.868276) (xy 116.453 53.004462) (xy 111.107 53.004462) (xy 111.093587 52.868276) (xy 111.04058 52.693536) + (xy 110.954501 52.532495) (xy 110.838659 52.391341) (xy 110.697505 52.275499) (xy 110.536464 52.18942) (xy 110.361724 52.136413) + (xy 110.18 52.118515) (xy 109.998277 52.136413) (xy 109.823537 52.18942) (xy 109.662496 52.275499) (xy 109.521342 52.391341) + (xy 109.4055 52.532495) (xy 109.319421 52.693536) (xy 109.266413 52.868276) (xy 109.253 53.004462) (xy 105.547833 53.004462) + (xy 105.547833 52.894828) (xy 105.506797 52.688525) (xy 105.426302 52.494191) (xy 105.30944 52.319296) (xy 105.160704 52.17056) + (xy 104.985809 52.053698) (xy 104.791475 51.973203) (xy 104.585172 51.932167) (xy 104.374828 51.932167) (xy 104.168525 51.973203) + (xy 103.974191 52.053698) (xy 103.799296 52.17056) (xy 103.65056 52.319296) (xy 103.533698 52.494191) (xy 103.453203 52.688525) + (xy 103.412167 52.894828) (xy 102.387784 52.894828) (xy 102.025219 52.532263) (xy 101.504874 52.184579) (xy 100.926697 51.94509) + (xy 100.312907 51.823) (xy 99.750816 51.823) (xy 100.366369 51.675219) (xy 101.022988 51.627) (xy 148.873 51.627) + ) + ) + ) +) diff --git a/logic/hardware/bottom_PCB.pro b/logic/hardware/bottom_PCB.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/logic/hardware/bottom_PCB.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/logic/hardware/elektronika.sch b/logic/hardware/elektronika.sch new file mode 100644 index 0000000..e2904c7 --- /dev/null +++ b/logic/hardware/elektronika.sch @@ -0,0 +1,1529 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 26 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 8750 3600 8650 3600 +$Comp +L Device:R R1 +U 1 1 6026A9F8 +P 8400 3300 +F 0 "R1" H 8250 3350 50 0000 L CNN +F 1 "10k" H 8200 3250 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 8330 3300 50 0001 C CNN +F 3 "~" H 8400 3300 50 0001 C CNN +F 4 "C25744" H 8400 3300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8400 3300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8400 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8400 3050 8400 3150 +Wire Wire Line + 8400 3450 8400 3600 +Connection ~ 8400 3600 +Wire Wire Line + 8400 3600 8050 3600 +Text GLabel 7800 3600 0 50 Input ~ 0 +EN +Text GLabel 10200 3600 2 50 Input ~ 0 +IO0 +Text GLabel 10200 3700 2 50 Input ~ 0 +TX_ESP +$Comp +L Device:C C4 +U 1 1 6026AA1B +P 9700 2850 +F 0 "C4" V 9448 2850 50 0000 C CNN +F 1 "10u" V 9539 2850 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9738 2700 50 0001 C CNN +F 3 "~" H 9700 2850 50 0001 C CNN +F 4 "C15525" H 9700 2850 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 9700 2850 50 0001 C CNN "JLCPCB_CORRECTION" + 1 9700 2850 + 0 1 1 0 +$EndComp +Text GLabel 10200 3900 2 50 Input ~ 0 +RX_ESP +Text GLabel 10200 4600 2 50 Input ~ 0 +ZAPINANI_1_CAST_LED +$Comp +L Device:C C5 +U 1 1 6026AA2F +P 9700 3250 +F 0 "C5" V 9448 3250 50 0000 C CNN +F 1 "100n" V 9539 3250 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9738 3100 50 0001 C CNN +F 3 "~" H 9700 3250 50 0001 C CNN +F 4 "C1525" H 9700 3250 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 9700 3250 50 0001 C CNN "JLCPCB_CORRECTION" + 1 9700 3250 + 0 1 1 0 +$EndComp +$Comp +L RF_Module:ESP32-WROOM-32 U1 +U 1 1 6026AA3F +P 9350 4800 +F 0 "U1" H 9550 3400 50 0000 C CNN +F 1 "ESP32-WROOM-32" H 8900 3400 50 0000 C CNN +F 2 "RF_Module:ESP32-WROOM-32" H 9350 3300 50 0001 C CNN +F 3 "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" H 9050 4850 50 0001 C CNN +F 4 "0;-3;270" H 9350 4800 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 " C82899" H 9350 4800 50 0001 C CNN "LCSC" + 1 9350 4800 + 1 0 0 -1 +$EndComp +NoConn ~ 8750 5200 +NoConn ~ 8750 5300 +NoConn ~ 8750 5000 +NoConn ~ 8750 4900 +NoConn ~ 8750 4800 +$Comp +L Device:C C1 +U 1 1 6026AA54 +P 8650 3300 +F 0 "C1" H 8535 3254 50 0000 R CNN +F 1 "1u" H 8535 3345 50 0000 R CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 8688 3150 50 0001 C CNN +F 3 "~" H 8650 3300 50 0001 C CNN +F 4 "C52923" H 8650 3300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8650 3300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8650 3300 + -1 0 0 1 +$EndComp +Wire Wire Line + 8650 3450 8650 3600 +Connection ~ 8650 3600 +Wire Wire Line + 8650 3600 8400 3600 +Wire Wire Line + 8650 3050 8650 3150 +NoConn ~ 8750 5100 +Wire Wire Line + 8550 3800 8750 3800 +Wire Wire Line + 10200 5600 9950 5600 +Wire Wire Line + 9950 5500 10200 5500 +Wire Wire Line + 9950 5400 10200 5400 +Wire Wire Line + 10200 5300 9950 5300 +Wire Wire Line + 10200 4900 9950 4900 +Wire Wire Line + 9950 4800 10200 4800 +Wire Wire Line + 9950 4700 10200 4700 +Wire Wire Line + 10200 4600 9950 4600 +Wire Wire Line + 10200 4400 9950 4400 +Wire Wire Line + 10200 4300 9950 4300 +Wire Wire Line + 10200 3900 9950 3900 +Wire Wire Line + 10200 3700 9950 3700 +Wire Wire Line + 9950 3600 10200 3600 +Wire Wire Line + 9350 2600 9350 2850 +Wire Wire Line + 9550 3250 9350 3250 +Connection ~ 9350 3250 +Wire Wire Line + 9350 3250 9350 3400 +Wire Wire Line + 9550 2850 9350 2850 +Connection ~ 9350 2850 +Wire Wire Line + 9350 2850 9350 3250 +Wire Wire Line + 9850 2850 10000 2850 +Wire Wire Line + 10000 3250 9850 3250 +Text GLabel 8550 3900 0 50 Input ~ 0 +VSTUP1 +Wire Wire Line + 8750 3900 8550 3900 +Text GLabel 8550 3800 0 50 Input ~ 0 +VSTUP2 +Text GLabel 10200 5900 2 50 Input ~ 0 +VSTUP3 +Wire Wire Line + 9950 5800 10200 5800 +Wire Wire Line + 9950 5900 10200 5900 +Text GLabel 4600 3400 1 50 Input ~ 0 +TX_ESP +Text GLabel 4750 3400 1 50 Input ~ 0 +RX_ESP +Text GLabel 5650 4500 2 50 Input ~ 0 +EN +Text GLabel 6350 3500 2 50 Input ~ 0 +IO0 +$Comp +L Device:Buzzer BZ? +U 1 1 6029E624 +P 4050 1450 +AR Path="/6029E624" Ref="BZ?" Part="1" +AR Path="/6025ABB3/6029E624" Ref="BZ1" Part="1" +F 0 "BZ1" H 4000 1750 50 0000 C CNN +F 1 "Buzzer" H 4050 1650 50 0000 C CNN +F 2 "my_library:PIEZO" V 4025 1550 50 0001 C CNN +F 3 "~" V 4025 1550 50 0001 C CNN +F 4 "ručně" H 4050 1450 50 0001 C CNN "LCSC" + 1 4050 1450 + 1 0 0 -1 +$EndComp +Text GLabel 2900 1900 0 50 Input ~ 0 +PIEZO +$Comp +L Mechanical:MountingHole H? +U 1 1 602A2726 +P 700 7500 +AR Path="/602A2726" Ref="H?" Part="1" +AR Path="/6025ABB3/602A2726" Ref="H2" Part="1" +F 0 "H2" H 800 7546 50 0000 L CNN +F 1 "MountingHole" H 800 7455 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 700 7500 50 0001 C CNN +F 3 "~" H 700 7500 50 0001 C CNN +F 4 "-" H 700 7500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 700 7500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 700 7500 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H? +U 1 1 602A272E +P 1550 7500 +AR Path="/602A272E" Ref="H?" Part="1" +AR Path="/6025ABB3/602A272E" Ref="H4" Part="1" +F 0 "H4" H 1650 7546 50 0000 L CNN +F 1 "MountingHole" H 1650 7455 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 1550 7500 50 0001 C CNN +F 3 "~" H 1550 7500 50 0001 C CNN +F 4 "-" H 1550 7500 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1550 7500 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1550 7500 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H? +U 1 1 602A2736 +P 1550 7200 +AR Path="/602A2736" Ref="H?" Part="1" +AR Path="/6025ABB3/602A2736" Ref="H3" Part="1" +F 0 "H3" H 1650 7246 50 0000 L CNN +F 1 "MountingHole" H 1650 7155 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 1550 7200 50 0001 C CNN +F 3 "~" H 1550 7200 50 0001 C CNN +F 4 "-" H 1550 7200 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1550 7200 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1550 7200 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H? +U 1 1 602A273E +P 700 7200 +AR Path="/602A273E" Ref="H?" Part="1" +AR Path="/6025ABB3/602A273E" Ref="H1" Part="1" +F 0 "H1" H 800 7246 50 0000 L CNN +F 1 "MountingHole" H 800 7155 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 700 7200 50 0001 C CNN +F 3 "~" H 700 7200 50 0001 C CNN +F 4 "-" H 700 7200 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 700 7200 50 0001 C CNN "JLCPCB_CORRECTION" + 1 700 7200 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D? +U 1 1 602A926E +P 1250 2100 +AR Path="/602A926E" Ref="D?" Part="1" +AR Path="/6025ABB3/602A926E" Ref="D1" Part="1" +F 0 "D1" H 1243 1845 50 0000 C CNN +F 1 "green" H 1243 1936 50 0000 C CNN +F 2 "LED_SMD:LED_0603_1608Metric" H 1250 2100 50 0001 C CNN +F 3 "~" H 1250 2100 50 0001 C CNN +F 4 "C72043" H 1250 2100 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1250 2100 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1250 2100 + -1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 602A9276 +P 1750 2100 +AR Path="/602A9276" Ref="R?" Part="1" +AR Path="/6025ABB3/602A9276" Ref="R2" Part="1" +F 0 "R2" V 1543 2100 50 0000 C CNN +F 1 "10k" V 1634 2100 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 1680 2100 50 0001 C CNN +F 3 "~" H 1750 2100 50 0001 C CNN +F 4 "C25744" V 1750 2100 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1750 2100 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1750 2100 + 0 1 1 0 +$EndComp +Wire Wire Line + 1100 2100 900 2100 +Wire Wire Line + 1400 2100 1600 2100 +Wire Wire Line + 1900 2100 2150 2100 +$Comp +L Device:LED D? +U 1 1 602A9287 +P 1250 2600 +AR Path="/602A9287" Ref="D?" Part="1" +AR Path="/6025ABB3/602A9287" Ref="D2" Part="1" +F 0 "D2" H 1243 2345 50 0000 C CNN +F 1 "green" H 1243 2436 50 0000 C CNN +F 2 "LED_SMD:LED_0603_1608Metric" H 1250 2600 50 0001 C CNN +F 3 "~" H 1250 2600 50 0001 C CNN +F 4 "C72043" H 1250 2600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1250 2600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1250 2600 + -1 0 0 1 +$EndComp +Wire Wire Line + 2150 2600 1900 2600 +Wire Wire Line + 1600 2600 1400 2600 +Wire Wire Line + 1100 2600 850 2600 +$Comp +L Device:R R? +U 1 1 602AAA2A +P 1750 2600 +AR Path="/602AAA2A" Ref="R?" Part="1" +AR Path="/6025ABB3/602AAA2A" Ref="R3" Part="1" +F 0 "R3" V 1543 2600 50 0000 C CNN +F 1 "10k" V 1634 2600 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 1680 2600 50 0001 C CNN +F 3 "~" H 1750 2600 50 0001 C CNN +F 4 "C25744" V 1750 2600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1750 2600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1750 2600 + 0 1 1 0 +$EndComp +Text GLabel 5650 6800 0 50 Input ~ 0 +ZAPINANI_1_CAST_LED +$Comp +L Mechanical:DIN_Rail_Adapter DRA? +U 1 1 602FF342 +P 2850 7400 +AR Path="/602FF342" Ref="DRA?" Part="1" +AR Path="/6025ABB3/602FF342" Ref="DRA2" Part="1" +AR Path="/6025A839/602FF342" Ref="DRA?" Part="1" +F 0 "DRA2" H 2850 7665 50 0000 C CNN +F 1 "Logo_Robotarna" H 2850 7574 50 0000 C CNN +F 2 "my_library:RobotarnaLogo-6mm" H 2850 7200 50 0001 C CNN +F 3 "~" H 2850 7550 50 0001 C CNN +F 4 "-" H 2850 7400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 2850 7400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 2850 7400 + 1 0 0 -1 +$EndComp +Text HLabel 850 2600 0 50 Input ~ 0 +3V3 +Text HLabel 8400 3050 1 50 Input ~ 0 +3V3 +Text HLabel 9350 2600 1 50 Input ~ 0 +3V3 +Text HLabel 3750 2350 3 50 Input ~ 0 +GND +Text HLabel 2150 2100 2 50 Input ~ 0 +GND +Text HLabel 2150 2600 2 50 Input ~ 0 +GND +Text HLabel 10000 2850 2 50 Input ~ 0 +GND +Text HLabel 10000 3250 2 50 Input ~ 0 +GND +Text HLabel 8650 3050 1 50 Input ~ 0 +GND +Text HLabel 9350 6200 3 50 Input ~ 0 +GND +Text HLabel 10200 4300 2 50 Input ~ 0 +SW_3 +Text HLabel 10200 4400 2 50 Input ~ 0 +SW_5 +Text HLabel 10200 4700 2 50 Input ~ 0 +SW_2 +Text HLabel 10200 4800 2 50 Input ~ 0 +SW_9 +Text HLabel 10200 4900 2 50 Input ~ 0 +SW_10 +Text HLabel 10200 5400 2 50 Input ~ 0 +SW_8 +Text HLabel 10200 5300 2 50 Input ~ 0 +SW_11 +Text HLabel 10200 5600 2 50 Input ~ 0 +SW_4 +Text HLabel 10200 5800 2 50 Input ~ 0 +SENZOR_SVETLA +Text GLabel 10200 5500 2 50 Input ~ 0 +PIEZO +Text HLabel 1550 1100 2 50 Input ~ 0 +GND +Text HLabel 1550 1600 2 50 Input ~ 0 +GND +Wire Wire Line + 1550 1600 1300 1600 +Wire Wire Line + 1300 1500 1550 1500 +Wire Wire Line + 1550 1400 1300 1400 +Wire Wire Line + 1300 1300 1550 1300 +Wire Wire Line + 1550 1200 1300 1200 +Wire Wire Line + 1300 1100 1550 1100 +Text GLabel 1550 1400 2 50 Input ~ 0 +VSTUP3 +Text GLabel 1550 1200 2 50 Input ~ 0 +VSTUP2 +Text GLabel 1550 1300 2 50 Input ~ 0 +VSTUP1 +$Comp +L Connector:Conn_01x06_Male J? +U 1 1 6038CD42 +P 1100 1300 +AR Path="/6038CD42" Ref="J?" Part="1" +AR Path="/6025A839/6038CD42" Ref="J?" Part="1" +AR Path="/6025ABB3/6038CD42" Ref="J2" Part="1" +F 0 "J2" H 1208 1681 50 0000 C CNN +F 1 "Conn_01x06_Male" H 1208 1590 50 0000 C CNN +F 2 "Connector_JST:JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal" H 1100 1300 50 0001 C CNN +F 3 "~" H 1100 1300 50 0001 C CNN +F 4 "ručně" H 1100 1300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1100 1300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1100 1300 + 1 0 0 -1 +$EndComp +Text GLabel 2000 3450 1 50 Input ~ 0 +5V +Text GLabel 1550 1500 2 50 Input ~ 0 +5V +Text GLabel 900 2100 0 50 Input ~ 0 +5V +Text HLabel 10200 4000 2 50 Input ~ 0 +SW_7 +Wire Wire Line + 10200 4000 9950 4000 +$Comp +L Device:Q_NMOS_GSD Q? +U 1 1 602A0B57 +P 3650 1900 +AR Path="/5F7BA54B/602A0B57" Ref="Q?" Part="1" +AR Path="/6025ABB3/602AB8AB/602A0B57" Ref="Q?" Part="1" +AR Path="/6025ABB3/602A0B57" Ref="Q6" Part="1" +F 0 "Q6" H 3854 1946 50 0000 L CNN +F 1 "Q_NMOS_GSD" H 3854 1855 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 3850 2000 50 0001 C CNN +F 3 "~" H 3650 1900 50 0001 C CNN +F 4 "C8545" H 3650 1900 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 3650 1900 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3650 1900 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 1700 3750 1550 +Wire Wire Line + 3750 1550 3950 1550 +Text GLabel 3750 950 1 50 Input ~ 0 +5V +Wire Wire Line + 3750 950 3750 1100 +Wire Wire Line + 3750 1350 3950 1350 +$Comp +L Device:R R19 +U 1 1 602AB44D +P 3450 2250 +F 0 "R19" V 3350 2300 50 0000 L CNN +F 1 "100k" V 3350 2100 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 3380 2250 50 0001 C CNN +F 3 "~" H 3450 2250 50 0001 C CNN +F 4 "C25741" H 3450 2250 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3450 2250 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3450 2250 + 0 1 1 0 +$EndComp +Wire Wire Line + 3750 2350 3750 2250 +Wire Wire Line + 3600 2250 3750 2250 +Connection ~ 3750 2250 +Wire Wire Line + 3750 2250 3750 2100 +Wire Wire Line + 3300 2250 3150 2250 +Wire Wire Line + 3150 2250 3150 1900 +Connection ~ 3150 1900 +Wire Wire Line + 3150 1900 3450 1900 +$Comp +L Device:D_Schottky D114 +U 1 1 602BA02D +P 3400 1350 +F 0 "D114" V 3354 1430 50 0000 L CNN +F 1 "D_Schottky" V 3445 1430 50 0000 L CNN +F 2 "Diode_SMD:D_SOD-123" H 3400 1350 50 0001 C CNN +F 3 "~" H 3400 1350 50 0001 C CNN +F 4 "0;0;0" H 3400 1350 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C8598" H 3400 1350 50 0001 C CNN "LCSC" + 1 3400 1350 + 0 1 1 0 +$EndComp +Wire Wire Line + 3400 1500 3400 1550 +Wire Wire Line + 3400 1550 3750 1550 +Connection ~ 3750 1550 +Wire Wire Line + 3400 1200 3400 1100 +Wire Wire Line + 3400 1100 3750 1100 +Connection ~ 3750 1100 +Wire Wire Line + 3750 1100 3750 1350 +Text HLabel 7050 5700 2 50 Input ~ 0 +V_LED_1 +$Comp +L Device:R R? +U 1 1 602E642B +P 6250 6150 +AR Path="/602E642B" Ref="R?" Part="1" +AR Path="/5F7BA54B/602E642B" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCB45/602E642B" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCBA6/602E642B" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCC0A/602E642B" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCC69/602E642B" Ref="R?" Part="1" +AR Path="/6025ABB3/602AB8AB/602E642B" Ref="R?" Part="1" +AR Path="/6025ABB3/602E642B" Ref="R15" Part="1" +F 0 "R15" H 6320 6196 50 0000 L CNN +F 1 "100k" H 6320 6105 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 6180 6150 50 0001 C CNN +F 3 "~" H 6250 6150 50 0001 C CNN +F 4 "C25741" H 6250 6150 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6250 6150 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6250 6150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6100 5700 6250 5700 +Wire Wire Line + 6750 5700 7050 5700 +Text Notes 5850 5650 0 50 ~ 0 +IN\n +Text Notes 7100 5650 0 50 ~ 0 +OUT\n +Wire Wire Line + 6550 6500 6250 6500 +Wire Wire Line + 6250 6500 6250 6300 +Wire Wire Line + 6550 6000 6550 6500 +Wire Wire Line + 6250 6000 6250 5700 +Connection ~ 6250 5700 +Wire Wire Line + 6250 5700 6350 5700 +Wire Wire Line + 6250 7000 6250 7300 +Wire Wire Line + 6250 6600 6250 6500 +Connection ~ 6250 6500 +Wire Wire Line + 5950 6800 5850 6800 +$Comp +L Device:R R? +U 1 1 602E6441 +P 5850 7050 +AR Path="/602E6441" Ref="R?" Part="1" +AR Path="/5F7BA54B/602E6441" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCB45/602E6441" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCBA6/602E6441" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCC0A/602E6441" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCC69/602E6441" Ref="R?" Part="1" +AR Path="/6025ABB3/602AB8AB/602E6441" Ref="R?" Part="1" +AR Path="/6025ABB3/602E6441" Ref="R14" Part="1" +F 0 "R14" H 5920 7096 50 0000 L CNN +F 1 "100k" H 5920 7005 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 5780 7050 50 0001 C CNN +F 3 "~" H 5850 7050 50 0001 C CNN +F 4 "C25741" H 5850 7050 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5850 7050 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5850 7050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5850 6900 5850 6800 +Connection ~ 5850 6800 +Wire Wire Line + 5850 6800 5650 6800 +Wire Wire Line + 5850 7200 5850 7300 +Wire Wire Line + 5850 7300 6250 7300 +Connection ~ 6250 7300 +Wire Wire Line + 6250 7300 6250 7350 +$Comp +L Device:Q_PMOS_GSD Q? +U 1 1 602E6450 +P 6550 5800 +AR Path="/5F7BA54B/602E6450" Ref="Q?" Part="1" +AR Path="/6025ABB3/602AB8AB/602E6450" Ref="Q?" Part="1" +AR Path="/6025ABB3/602E6450" Ref="Q5" Part="1" +F 0 "Q5" V 6892 5800 50 0000 C CNN +F 1 "Q_PMOS_GSD" V 6801 5800 50 0000 C CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6750 5900 50 0001 C CNN +F 3 "~" H 6550 5800 50 0001 C CNN +F 4 "C15127" H 6550 5800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 6550 5800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6550 5800 + 0 1 -1 0 +$EndComp +$Comp +L Device:Q_NMOS_GSD Q? +U 1 1 602E6458 +P 6150 6800 +AR Path="/5F7BA54B/602E6458" Ref="Q?" Part="1" +AR Path="/6025ABB3/602AB8AB/602E6458" Ref="Q?" Part="1" +AR Path="/6025ABB3/602E6458" Ref="Q4" Part="1" +F 0 "Q4" H 6354 6846 50 0000 L CNN +F 1 "Q_NMOS_GSD" H 6354 6755 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6350 6900 50 0001 C CNN +F 3 "~" H 6150 6800 50 0001 C CNN +F 4 "C8545" H 6150 6800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 6150 6800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6150 6800 + 1 0 0 -1 +$EndComp +Text HLabel 6250 7350 3 50 Input ~ 0 +GND +Text GLabel 6100 5700 0 50 Input ~ 0 +5V +$Comp +L Device:R R? +U 1 1 60332EF6 +P 2550 3600 +AR Path="/5FBB3550/60332EF6" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/60332EF6" Ref="R?" Part="1" +AR Path="/6025ABB3/60332EF6" Ref="R6" Part="1" +F 0 "R6" H 2620 3646 50 0000 L CNN +F 1 "10k" H 2620 3555 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 2480 3600 50 0001 C CNN +F 3 "~" H 2550 3600 50 0001 C CNN +F 4 "C25744" H 2550 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 2550 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 2550 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2550 3400 2550 3450 +Wire Wire Line + 2550 3750 2550 3900 +$Comp +L Device:R R? +U 1 1 60332F00 +P 4550 4200 +AR Path="/5FBB3550/60332F00" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/60332F00" Ref="R?" Part="1" +AR Path="/6025ABB3/60332F00" Ref="R7" Part="1" +F 0 "R7" V 4450 4200 50 0000 C CNN +F 1 "10k" V 4650 4200 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 4480 4200 50 0001 C CNN +F 3 "~" H 4550 4200 50 0001 C CNN +F 4 "C25744" H 4550 4200 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4550 4200 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4550 4200 + 0 1 1 0 +$EndComp +Wire Wire Line + 4400 4200 4300 4200 +$Comp +L Device:R R? +U 1 1 60332F0A +P 5600 3800 +AR Path="/5FBB3550/60332F0A" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/60332F0A" Ref="R?" Part="1" +AR Path="/6025ABB3/60332F0A" Ref="R10" Part="1" +F 0 "R10" V 5393 3800 50 0000 C CNN +F 1 "10k" V 5484 3800 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 5530 3800 50 0001 C CNN +F 3 "~" H 5600 3800 50 0001 C CNN +F 4 "C25744" H 5600 3800 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5600 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5600 3800 + 0 1 1 0 +$EndComp +Wire Wire Line + 5750 3800 5900 3800 +Wire Wire Line + 6200 4000 6200 4650 +Wire Wire Line + 6200 4650 4300 4650 +Wire Wire Line + 4300 4650 4300 4200 +Connection ~ 4300 4200 +Wire Wire Line + 6200 3600 6200 3500 +Wire Wire Line + 6200 3500 6350 3500 +Wire Wire Line + 2550 3900 3050 3900 +Wire Wire Line + 3550 3000 3550 3050 +$Comp +L Device:C C? +U 1 1 60332F1C +P 3950 3350 +AR Path="/5FBB3550/60332F1C" Ref="C?" Part="1" +AR Path="/6025ABB3/6028543D/60332F1C" Ref="C?" Part="1" +AR Path="/6025ABB3/60332F1C" Ref="C23" Part="1" +F 0 "C23" V 4000 3500 50 0000 C CNN +F 1 "100n" V 3800 3350 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3988 3200 50 0001 C CNN +F 3 "~" H 3950 3350 50 0001 C CNN +F 4 "C1525" H 3950 3350 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3950 3350 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3950 3350 + 0 1 1 0 +$EndComp +Connection ~ 3550 3050 +Wire Wire Line + 3800 3350 3550 3350 +Wire Wire Line + 3550 3050 3550 3350 +Connection ~ 3550 3350 +Wire Wire Line + 3550 3350 3550 3500 +Wire Wire Line + 4200 3050 4200 3350 +Wire Wire Line + 4200 3350 4100 3350 +Connection ~ 4200 3050 +Wire Wire Line + 4700 4200 5100 4200 +Wire Wire Line + 5400 3800 5450 3800 +Connection ~ 5400 3800 +Wire Wire Line + 5400 3800 5400 4000 +Wire Wire Line + 5400 4400 5400 4500 +Wire Wire Line + 5400 4500 5650 4500 +$Comp +L Device:R R? +U 1 1 60332F32 +P 4350 5300 +AR Path="/5FBB3550/60332F32" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/60332F32" Ref="R?" Part="1" +AR Path="/6025ABB3/60332F32" Ref="R8" Part="1" +F 0 "R8" V 4250 5150 50 0000 L CNN +F 1 "10k" V 4250 5350 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 4280 5300 50 0001 C CNN +F 3 "~" H 4350 5300 50 0001 C CNN +F 4 "C25744" H 4350 5300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4350 5300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4350 5300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 60332F3A +P 4350 5400 +AR Path="/5FBB3550/60332F3A" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/60332F3A" Ref="R?" Part="1" +AR Path="/6025ABB3/60332F3A" Ref="R9" Part="1" +F 0 "R9" V 4450 5250 50 0000 L CNN +F 1 "10k" V 4450 5450 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 4280 5400 50 0001 C CNN +F 3 "~" H 4350 5400 50 0001 C CNN +F 4 "C25744" H 4350 5400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4350 5400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4350 5400 + 0 1 1 0 +$EndComp +$Comp +L Device:LED D? +U 1 1 60332F42 +P 5100 5300 +AR Path="/5FBB3550/60332F42" Ref="D?" Part="1" +AR Path="/6025ABB3/6028543D/60332F42" Ref="D?" Part="1" +AR Path="/6025ABB3/60332F42" Ref="D10" Part="1" +F 0 "D10" H 5100 5400 50 0000 R CNN +F 1 "green" H 5350 5400 50 0000 R CNN +F 2 "LED_SMD:LED_0603_1608Metric" H 5100 5300 50 0001 C CNN +F 3 "~" H 5100 5300 50 0001 C CNN +F 4 "C72043" H 5100 5300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5100 5300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5100 5300 + 1 0 0 -1 +$EndComp +$Comp +L Device:LED D? +U 1 1 60332F4A +P 4750 5400 +AR Path="/5FBB3550/60332F4A" Ref="D?" Part="1" +AR Path="/6025ABB3/6028543D/60332F4A" Ref="D?" Part="1" +AR Path="/6025ABB3/60332F4A" Ref="D11" Part="1" +F 0 "D11" H 4650 5250 50 0000 L CNN +F 1 "green" H 4800 5300 50 0000 L CNN +F 2 "LED_SMD:LED_0603_1608Metric" H 4750 5400 50 0001 C CNN +F 3 "~" H 4750 5400 50 0001 C CNN +F 4 "C72043" H 4750 5400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4750 5400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4750 5400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5400 5300 5250 5300 +Wire Wire Line + 5400 5400 4900 5400 +Wire Wire Line + 4950 5300 4500 5300 +Wire Wire Line + 4600 5400 4500 5400 +$Comp +L Interface_USB:CP2102N-A01-GQFN28 U? +U 1 1 60332F56 +P 3550 4800 +AR Path="/5FBB3550/60332F56" Ref="U?" Part="1" +AR Path="/6025ABB3/6028543D/60332F56" Ref="U?" Part="1" +AR Path="/6025ABB3/60332F56" Ref="U2" Part="1" +F 0 "U2" H 3300 3500 50 0000 C CNN +F 1 "CP2102N-A01-GQFN28" H 4050 3500 50 0000 C CNN +F 2 "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" H 4000 3600 50 0001 L CNN +F 3 "https://www.silabs.com/documents/public/data-sheets/cp2102n-datasheet.pdf" H 3600 4050 50 0001 C CNN +F 4 "C6568" H 3550 4800 50 0001 C CNN "LCSC" +F 5 "0;0;270" H 3550 4800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3550 4800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3550 3350 3450 3350 +Wire Wire Line + 3450 3350 3450 3500 +Wire Wire Line + 4200 5400 4050 5400 +NoConn ~ 4050 4700 +NoConn ~ 4050 4600 +Wire Wire Line + 4050 3800 5400 3800 +Wire Wire Line + 4050 4200 4300 4200 +Wire Wire Line + 2700 4100 3050 4100 +$Comp +L Device:Q_NPN_BEC Q? +U 1 1 60332F66 +P 6100 3800 +AR Path="/5FBB3550/60332F66" Ref="Q?" Part="1" +AR Path="/6025ABB3/6028543D/60332F66" Ref="Q?" Part="1" +AR Path="/6025ABB3/60332F66" Ref="Q2" Part="1" +F 0 "Q2" H 6291 3846 50 0000 L CNN +F 1 "Q_NPN_BEC" H 6291 3755 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 6300 3900 50 0001 C CNN +F 3 "~" H 6100 3800 50 0001 C CNN +F 4 "C20526" H 6100 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 6100 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6100 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:Q_NPN_BEC Q? +U 1 1 60332F6E +P 5300 4200 +AR Path="/5FBB3550/60332F6E" Ref="Q?" Part="1" +AR Path="/6025ABB3/6028543D/60332F6E" Ref="Q?" Part="1" +AR Path="/6025ABB3/60332F6E" Ref="Q1" Part="1" +F 0 "Q1" H 5491 4154 50 0000 L CNN +F 1 "Q_NPN_BEC" H 5491 4245 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5500 4300 50 0001 C CNN +F 3 "~" H 5300 4200 50 0001 C CNN +F 4 "C20526" H 5300 4200 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 5300 4200 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5300 4200 + 1 0 0 1 +$EndComp +Wire Wire Line + 3800 3050 3550 3050 +Wire Wire Line + 4100 3050 4200 3050 +$Comp +L Device:C C? +U 1 1 60332F78 +P 3950 3050 +AR Path="/5FBB3550/60332F78" Ref="C?" Part="1" +AR Path="/6025ABB3/6028543D/60332F78" Ref="C?" Part="1" +AR Path="/6025ABB3/60332F78" Ref="C22" Part="1" +F 0 "C22" V 3698 3050 50 0000 C CNN +F 1 "10u" V 3789 3050 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3988 2900 50 0001 C CNN +F 3 "~" H 3950 3050 50 0001 C CNN +F 4 "C15525" H 3950 3050 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 3950 3050 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3950 3050 + 0 1 1 0 +$EndComp +Wire Wire Line + 4250 3050 4200 3050 +Wire Wire Line + 4750 3400 4750 4000 +Wire Wire Line + 1650 4300 1700 4300 +Wire Wire Line + 1650 4000 2000 4000 +$Comp +L Diode:SD05_SOD323 D? +U 1 1 60332F8A +P 1700 4700 +AR Path="/5FBB3550/60332F8A" Ref="D?" Part="1" +AR Path="/60332F8A" Ref="D?" Part="1" +AR Path="/5F78DB3E/60332F8A" Ref="D?" Part="1" +AR Path="/6025ABB3/6028543D/60332F8A" Ref="D?" Part="1" +AR Path="/6025ABB3/60332F8A" Ref="D7" Part="1" +F 0 "D7" V 1750 4900 50 0000 R CNN +F 1 "SD05_SOD323" V 1550 5250 50 0000 R CNN +F 2 "Diode_SMD:D_SOD-323" H 1700 4500 50 0001 C CNN +F 3 "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sd_c_datasheet.pdf.pdf" H 1700 4700 50 0001 C CNN +F 4 "neosazovat" H 1700 4700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1700 4700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1700 4700 + 0 -1 -1 0 +$EndComp +$Comp +L Diode:SD05_SOD323 D? +U 1 1 60332F92 +P 1850 4700 +AR Path="/5FBB3550/60332F92" Ref="D?" Part="1" +AR Path="/60332F92" Ref="D?" Part="1" +AR Path="/5F78DB3E/60332F92" Ref="D?" Part="1" +AR Path="/6025ABB3/6028543D/60332F92" Ref="D?" Part="1" +AR Path="/6025ABB3/60332F92" Ref="D8" Part="1" +F 0 "D8" V 2000 4700 50 0000 R CNN +F 1 "SD05_SOD323" V 1700 4700 50 0000 R CNN +F 2 "Diode_SMD:D_SOD-323" H 1850 4500 50 0001 C CNN +F 3 "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sd_c_datasheet.pdf.pdf" H 1850 4700 50 0001 C CNN +F 4 "neosazovat" H 1850 4700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1850 4700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1850 4700 + 0 -1 -1 0 +$EndComp +$Comp +L Diode:SD05_SOD323 D? +U 1 1 60332F9A +P 2000 4700 +AR Path="/5FBB3550/60332F9A" Ref="D?" Part="1" +AR Path="/60332F9A" Ref="D?" Part="1" +AR Path="/5F78DB3E/60332F9A" Ref="D?" Part="1" +AR Path="/6025ABB3/6028543D/60332F9A" Ref="D?" Part="1" +AR Path="/6025ABB3/60332F9A" Ref="D9" Part="1" +F 0 "D9" V 2046 4621 50 0000 R CNN +F 1 "SD05_SOD323" V 1955 4621 50 0000 R CNN +F 2 "Diode_SMD:D_SOD-323" H 2000 4500 50 0001 C CNN +F 3 "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sd_c_datasheet.pdf.pdf" H 2000 4700 50 0001 C CNN +F 4 "neosazovat" H 2000 4700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 2000 4700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 2000 4700 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 1700 4850 1700 4950 +Wire Wire Line + 1850 4850 1850 4950 +Wire Wire Line + 2000 4850 2000 4950 +Wire Wire Line + 1700 4550 1700 4300 +Connection ~ 1700 4300 +Wire Wire Line + 2000 4550 2000 4000 +Connection ~ 2000 4000 +Wire Wire Line + 1850 4550 1850 4200 +Connection ~ 1850 4200 +Wire Wire Line + 1850 4200 1650 4200 +NoConn ~ 1650 4400 +Wire Wire Line + 1850 4200 2900 4200 +Wire Wire Line + 1700 4300 2700 4300 +NoConn ~ 1250 4600 +Wire Wire Line + 4050 3900 4600 3900 +Wire Wire Line + 4050 4000 4750 4000 +Wire Wire Line + 4600 3400 4600 3900 +Wire Wire Line + 4050 5300 4200 5300 +$Comp +L Connector:USB_B_Micro J? +U 1 1 60332FB7 +P 1350 4200 +AR Path="/5FBB3550/60332FB7" Ref="J?" Part="1" +AR Path="/6025ABB3/6028543D/60332FB7" Ref="J?" Part="1" +AR Path="/6025ABB3/60332FB7" Ref="J1" Part="1" +F 0 "J1" H 1407 4667 50 0000 C CNN +F 1 "USB_B_Micro" H 1407 4576 50 0000 C CNN +F 2 "my_library:USB_micro_JLCPCB_con" H 1500 4150 50 0001 C CNN +F 3 "~" H 1500 4150 50 0001 C CNN +F 4 "C319164" H 1350 4200 50 0001 C CNN "LCSC" +F 5 "0;0;270" H 1350 4200 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1350 4200 + 1 0 0 -1 +$EndComp +NoConn ~ 750 6850 +Wire Wire Line + 2700 5850 2700 4300 +Connection ~ 2700 4300 +Wire Wire Line + 2700 4300 3050 4300 +Wire Wire Line + 2900 6050 2900 4200 +Connection ~ 2900 4200 +Wire Wire Line + 2900 4200 3050 4200 +Wire Wire Line + 2000 4000 2300 4000 +Wire Wire Line + 2300 4000 2300 5350 +Wire Wire Line + 2300 5350 1650 5350 +$Comp +L Connector:USB_C_Receptacle_USB2.0 J? +U 1 1 60332FC9 +P 1050 5950 +AR Path="/6025ABB3/6028543D/60332FC9" Ref="J?" Part="1" +AR Path="/6025ABB3/60332FC9" Ref="J3" Part="1" +F 0 "J3" H 1157 6817 50 0000 C CNN +F 1 "USB_C_Receptacle_USB2.0" H 1157 6726 50 0000 C CNN +F 2 "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12" H 1200 5950 50 0001 C CNN +F 3 "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" H 1200 5950 50 0001 C CNN +F 4 "C165948" H 1050 5950 50 0001 C CNN "LCSC" +F 5 "1.8;-0.5;180" H 1050 5950 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1050 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 60332FD1 +P 1950 5550 +AR Path="/6025ABB3/6028543D/60332FD1" Ref="R?" Part="1" +AR Path="/6025ABB3/60332FD1" Ref="R16" Part="1" +F 0 "R16" V 1850 5500 50 0000 C CNN +F 1 "5k1" V 1850 5700 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 1880 5550 50 0001 C CNN +F 3 "~" H 1950 5550 50 0001 C CNN +F 4 "0;0;0" H 1950 5550 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C25905" H 1950 5550 50 0001 C CNN "LCSC" + 1 1950 5550 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 60332FD9 +P 1950 5650 +AR Path="/6025ABB3/6028543D/60332FD9" Ref="R?" Part="1" +AR Path="/6025ABB3/60332FD9" Ref="R17" Part="1" +F 0 "R17" V 2050 5600 50 0000 C CNN +F 1 "5k1" V 2050 5800 50 0000 C CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 1880 5650 50 0001 C CNN +F 3 "~" H 1950 5650 50 0001 C CNN +F 4 "0;0;0" H 1950 5650 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C25905" H 1950 5650 50 0001 C CNN "LCSC" + 1 1950 5650 + 0 1 1 0 +$EndComp +Wire Wire Line + 2250 5650 2100 5650 +Wire Wire Line + 2100 5550 2250 5550 +Wire Wire Line + 1800 5550 1650 5550 +Wire Wire Line + 1650 5650 1800 5650 +Text HLabel 1050 6850 3 50 Input ~ 0 +GND +Text HLabel 3550 6100 3 50 Input ~ 0 +GND +Text HLabel 2250 5550 2 50 Input ~ 0 +GND +Text HLabel 2250 5650 2 50 Input ~ 0 +GND +Text HLabel 2000 4950 3 50 Input ~ 0 +GND +Text HLabel 1850 4950 3 50 Input ~ 0 +GND +Text HLabel 1700 4950 3 50 Input ~ 0 +GND +Text HLabel 1350 4600 3 50 Input ~ 0 +GND +Text HLabel 4250 3050 2 50 Input ~ 0 +GND +Text HLabel 2550 3400 1 50 Input ~ 0 +3V3 +Text HLabel 3550 3000 1 50 Input ~ 0 +3V3 +Text HLabel 5400 5300 2 50 Input ~ 0 +3V3 +Text HLabel 5400 5400 2 50 Input ~ 0 +3V3 +Wire Wire Line + 1650 6050 1850 6050 +Wire Wire Line + 1650 5850 1850 5850 +Wire Wire Line + 2000 3800 2000 4000 +$Comp +L Device:D D? +U 1 1 60388C5E +P 2000 3650 +AR Path="/60388C5E" Ref="D?" Part="1" +AR Path="/6025A839/60388C5E" Ref="D?" Part="1" +AR Path="/6025ABB3/60388C5E" Ref="D92" Part="1" +F 0 "D92" H 2000 3433 50 0000 C CNN +F 1 "DIODE" H 2000 3524 50 0000 C CNN +F 2 "Diode_SMD:D_SMA" H 2000 3650 50 0001 C CNN +F 3 "~" H 2000 3650 50 0001 C CNN +F 4 "Y" H 2000 3650 50 0001 L CNN "Spice_Netlist_Enabled" +F 5 "D" H 2000 3650 50 0001 L CNN "Spice_Primitive" +F 6 "C8678" H 2000 3650 50 0001 C CNN "LCSC" +F 7 "0;0;0" H 2000 3650 50 0001 C CNN "JLCPCB_CORRECTION" + 1 2000 3650 + 0 -1 1 0 +$EndComp +Wire Wire Line + 2900 1900 3150 1900 +Wire Wire Line + 1650 5950 1850 5950 +Wire Wire Line + 1850 5950 1850 5850 +Connection ~ 1850 5850 +Wire Wire Line + 1850 5850 2700 5850 +Wire Wire Line + 1650 6150 1850 6150 +Wire Wire Line + 1850 6150 1850 6050 +Connection ~ 1850 6050 +Wire Wire Line + 1850 6050 2900 6050 +$Comp +L Regulator_Linear:AMS1117-3.3 U3 +U 1 1 60353C1F +P 6150 2450 +F 0 "U3" H 6150 2692 50 0000 C CNN +F 1 "AMS1117-3.3" H 6150 2601 50 0000 C CNN +F 2 "Package_TO_SOT_SMD:SOT-223-3_TabPin2" H 6150 2650 50 0001 C CNN +F 3 "http://www.advanced-monolithic.com/pdf/ds1117.pdf" H 6250 2200 50 0001 C CNN +F 4 "0;0;180" H 6150 2450 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 " C6186" H 6150 2450 50 0001 C CNN "LCSC" + 1 6150 2450 + 1 0 0 -1 +$EndComp +Text HLabel 6950 2450 2 50 Input ~ 0 +3V3 +Wire Wire Line + 6950 2450 6650 2450 +Text HLabel 6150 2900 3 50 Input ~ 0 +GND +Wire Wire Line + 6150 2900 6150 2750 +Text GLabel 5200 2450 0 50 Input ~ 0 +5V +Wire Wire Line + 5200 2450 5450 2450 +Text Notes 5550 2100 0 50 ~ 0 +Lineární stabilizátor na 3V3\n +$Comp +L Device:C C? +U 1 1 60390B99 +P 5450 2700 +AR Path="/602B57D2/60390B99" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/60390B99" Ref="C?" Part="1" +AR Path="/6025ABB3/60390B99" Ref="C24" Part="1" +F 0 "C24" H 5565 2746 50 0000 L CNN +F 1 "10u" H 5565 2655 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5488 2550 50 0001 C CNN +F 3 "~" H 5450 2700 50 0001 C CNN +F 4 "C15525" H 5450 2700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5450 2700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5450 2700 + 1 0 0 -1 +$EndComp +Text HLabel 5450 3000 3 50 Input ~ 0 +GND +Wire Wire Line + 5450 2850 5450 3000 +Wire Wire Line + 5450 2550 5450 2450 +Connection ~ 5450 2450 +Wire Wire Line + 5450 2450 5850 2450 +$Comp +L Device:C C? +U 1 1 603AB2CA +P 6650 2700 +AR Path="/602B57D2/603AB2CA" Ref="C?" Part="1" +AR Path="/6025ABB3/6027852E/603AB2CA" Ref="C?" Part="1" +AR Path="/6025ABB3/603AB2CA" Ref="C25" Part="1" +F 0 "C25" H 6765 2746 50 0000 L CNN +F 1 "10u" H 6765 2655 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6688 2550 50 0001 C CNN +F 3 "~" H 6650 2700 50 0001 C CNN +F 4 "C15525" H 6650 2700 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6650 2700 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6650 2700 + 1 0 0 -1 +$EndComp +Text HLabel 6650 3000 3 50 Input ~ 0 +GND +Wire Wire Line + 6650 2850 6650 3000 +Wire Wire Line + 6650 2550 6650 2450 +Connection ~ 6650 2450 +Wire Wire Line + 6650 2450 6450 2450 +Text HLabel 2500 800 2 50 Input ~ 0 +GND +Text HLabel 2500 900 2 50 Input ~ 0 +3V3 +Text GLabel 2500 1000 2 50 Input ~ 0 +5V +Text GLabel 2500 1600 2 50 Input ~ 0 +IO0 +Wire Wire Line + 2500 800 2400 800 +Wire Wire Line + 2500 900 2400 900 +Wire Wire Line + 2500 1000 2400 1000 +Wire Wire Line + 2500 1600 2400 1600 +Text GLabel 10200 3800 2 50 Input ~ 0 +IO2 +Text GLabel 2500 1500 2 50 Input ~ 0 +IO2 +Text GLabel 10200 4100 2 50 Input ~ 0 +IO5 +Text GLabel 2500 1400 2 50 Input ~ 0 +IO5 +Text GLabel 10200 4200 2 50 Input ~ 0 +IO12 +Text GLabel 2500 1300 2 50 Input ~ 0 +IO12 +Text GLabel 10200 4500 2 50 Input ~ 0 +IO15 +Text GLabel 2500 1200 2 50 Input ~ 0 +IO15 +Text GLabel 10200 5700 2 50 Input ~ 0 +IO33 +Wire Wire Line + 9950 5700 10200 5700 +Text GLabel 2500 1100 2 50 Input ~ 0 +IO33 +Wire Wire Line + 2500 1100 2400 1100 +Wire Wire Line + 2500 1200 2400 1200 +Wire Wire Line + 2500 1300 2400 1300 +Wire Wire Line + 2500 1400 2400 1400 +Wire Wire Line + 2500 1500 2400 1500 +Wire Wire Line + 9950 4500 10200 4500 +Wire Wire Line + 9950 4100 10200 4100 +Wire Wire Line + 10200 4200 9950 4200 +Wire Wire Line + 9950 3800 10200 3800 +$Comp +L Switch:SW_Push SW? +U 1 1 603B3AF1 +P 8050 3300 +AR Path="/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F768D65/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/603B3AF1" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/603B3AF1" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/603B3AF1" Ref="SW?" Part="1" +AR Path="/6025ABB3/603B3AF1" Ref="SW1" Part="1" +F 0 "SW1" H 8050 3585 50 0000 C CNN +F 1 "button" H 8050 3494 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 8050 3500 50 0001 C CNN +F 3 "~" H 8050 3500 50 0001 C CNN +F 4 "C318887" H 8050 3300 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8050 3300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8050 3300 + 0 -1 -1 0 +$EndComp +Text HLabel 8050 3000 1 50 Input ~ 0 +GND +Text Notes 7700 3100 0 50 ~ 0 +RESET\n +Wire Wire Line + 8050 3500 8050 3600 +Wire Wire Line + 8050 3000 8050 3100 +Connection ~ 8050 3600 +Wire Wire Line + 7800 3600 8050 3600 +$Comp +L Device:Q_NMOS_GSD Q? +U 1 1 603882F4 +P 9850 1400 +AR Path="/5F7BA54B/603882F4" Ref="Q?" Part="1" +AR Path="/6025ABB3/602AB8AB/603882F4" Ref="Q?" Part="1" +AR Path="/6025ABB3/603882F4" Ref="Q7" Part="1" +F 0 "Q7" H 10054 1446 50 0000 L CNN +F 1 "Q_NMOS_GSD" H 10054 1355 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 10050 1500 50 0001 C CNN +F 3 "~" H 9850 1400 50 0001 C CNN +F 4 "C8545" H 9850 1400 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 9850 1400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 9850 1400 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 6038A356 +P 9250 1150 +AR Path="/5FBB3550/6038A356" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/6038A356" Ref="R?" Part="1" +AR Path="/6025ABB3/6038A356" Ref="R4" Part="1" +F 0 "R4" H 9320 1196 50 0000 L CNN +F 1 "10k" H 9320 1105 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 9180 1150 50 0001 C CNN +F 3 "~" H 9250 1150 50 0001 C CNN +F 4 "C25744" H 9250 1150 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 9250 1150 50 0001 C CNN "JLCPCB_CORRECTION" + 1 9250 1150 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 6038ACD3 +P 10250 1150 +AR Path="/5FBB3550/6038ACD3" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/6038ACD3" Ref="R?" Part="1" +AR Path="/6025ABB3/6038ACD3" Ref="R11" Part="1" +F 0 "R11" H 10320 1196 50 0000 L CNN +F 1 "10k" H 10320 1105 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 10180 1150 50 0001 C CNN +F 3 "~" H 10250 1150 50 0001 C CNN +F 4 "C25744" H 10250 1150 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 10250 1150 50 0001 C CNN "JLCPCB_CORRECTION" + 1 10250 1150 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9250 1300 9250 1500 +Wire Wire Line + 9250 1500 9650 1500 +Wire Wire Line + 10250 1300 10250 1500 +Wire Wire Line + 10250 1500 10050 1500 +Text HLabel 9250 850 1 50 Input ~ 0 +3V3 +Text GLabel 10250 800 1 50 Input ~ 0 +5V +Wire Wire Line + 9250 850 9250 950 +Wire Wire Line + 10250 1000 10250 800 +Text HLabel 10400 1500 2 50 Input ~ 0 +DATA_ZADANI_LED +Text HLabel 7600 1400 2 50 Input ~ 0 +DATA_HERNI_LED +Wire Wire Line + 9850 1200 9850 950 +Wire Wire Line + 9850 950 9250 950 +Connection ~ 9250 950 +Wire Wire Line + 9250 950 9250 1000 +$Comp +L Device:Q_NMOS_GSD Q? +U 1 1 603C3616 +P 7050 1300 +AR Path="/5F7BA54B/603C3616" Ref="Q?" Part="1" +AR Path="/6025ABB3/602AB8AB/603C3616" Ref="Q?" Part="1" +AR Path="/6025ABB3/603C3616" Ref="Q8" Part="1" +F 0 "Q8" H 7254 1346 50 0000 L CNN +F 1 "Q_NMOS_GSD" H 7254 1255 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 7250 1400 50 0001 C CNN +F 3 "~" H 7050 1300 50 0001 C CNN +F 4 "C8545" H 7050 1300 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 7050 1300 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7050 1300 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 603C361E +P 6450 1050 +AR Path="/5FBB3550/603C361E" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/603C361E" Ref="R?" Part="1" +AR Path="/6025ABB3/603C361E" Ref="R12" Part="1" +F 0 "R12" H 6520 1096 50 0000 L CNN +F 1 "10k" H 6520 1005 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 6380 1050 50 0001 C CNN +F 3 "~" H 6450 1050 50 0001 C CNN +F 4 "C25744" H 6450 1050 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 6450 1050 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6450 1050 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 603C3626 +P 7450 1050 +AR Path="/5FBB3550/603C3626" Ref="R?" Part="1" +AR Path="/6025ABB3/6028543D/603C3626" Ref="R?" Part="1" +AR Path="/6025ABB3/603C3626" Ref="R18" Part="1" +F 0 "R18" H 7520 1096 50 0000 L CNN +F 1 "10k" H 7520 1005 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 7380 1050 50 0001 C CNN +F 3 "~" H 7450 1050 50 0001 C CNN +F 4 "C25744" H 7450 1050 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7450 1050 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7450 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6450 1200 6450 1400 +Wire Wire Line + 6450 1400 6850 1400 +Wire Wire Line + 7450 1200 7450 1400 +Wire Wire Line + 7450 1400 7250 1400 +Text HLabel 6450 750 1 50 Input ~ 0 +3V3 +Text GLabel 7450 700 1 50 Input ~ 0 +5V +Wire Wire Line + 6450 750 6450 850 +Wire Wire Line + 7450 900 7450 700 +Wire Wire Line + 7050 1100 7050 850 +Wire Wire Line + 7050 850 6450 850 +Connection ~ 6450 850 +Wire Wire Line + 6450 850 6450 900 +Wire Wire Line + 7600 1400 7450 1400 +Connection ~ 7450 1400 +Wire Wire Line + 6450 1400 6350 1400 +Connection ~ 6450 1400 +Wire Wire Line + 9150 1500 9250 1500 +Connection ~ 9250 1500 +Wire Wire Line + 10400 1500 10250 1500 +Connection ~ 10250 1500 +NoConn ~ 4050 3700 +NoConn ~ 4050 4100 +NoConn ~ 4050 4300 +NoConn ~ 4050 4400 +NoConn ~ 4050 4900 +NoConn ~ 4050 5000 +NoConn ~ 4050 5100 +NoConn ~ 4050 5500 +NoConn ~ 4050 5600 +NoConn ~ 4050 5700 +NoConn ~ 4050 5800 +NoConn ~ 4050 5900 +NoConn ~ 1650 6450 +NoConn ~ 1650 6550 +Text GLabel 2700 4100 0 50 Input ~ 0 +5V +Wire Wire Line + 9950 5200 10200 5200 +Wire Wire Line + 9950 5000 10200 5000 +Text GLabel 6350 1400 0 50 Input ~ 0 +DATA_HERNI_LED_LS +Text GLabel 10200 5200 2 50 Input ~ 0 +DATA_HERNI_LED_LS +Text GLabel 9150 1500 0 50 Input ~ 0 +DATA_ZADANI_LED_LS +Text GLabel 10200 5000 2 50 Input ~ 0 +DATA_ZADANI_LED_LS +Wire Wire Line + 2000 3450 2000 3500 +$Comp +L power:PWR_FLAG #FLG0101 +U 1 1 605F41B0 +P 5450 2450 +F 0 "#FLG0101" H 5450 2525 50 0001 C CNN +F 1 "PWR_FLAG" H 5450 2623 50 0000 C CNN +F 2 "" H 5450 2450 50 0001 C CNN +F 3 "~" H 5450 2450 50 0001 C CNN + 1 5450 2450 + 1 0 0 -1 +$EndComp +$Comp +L Connector:Conn_01x10_Male J8 +U 1 1 605C10BF +P 2200 1100 +F 0 "J8" H 2308 1681 50 0000 C CNN +F 1 "Conn_01x10_Male" H 2308 1590 50 0000 C CNN +F 2 "Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical" H 2200 1100 50 0001 C CNN +F 3 "~" H 2200 1100 50 0001 C CNN +F 4 "0;0;0" H 2200 1100 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "ručně" H 2200 1100 50 0001 C CNN "LCSC" + 1 2200 1100 + 1 0 0 -1 +$EndComp +Text GLabel 10200 5100 2 50 Input ~ 0 +IO22 +Wire Wire Line + 10200 5100 9950 5100 +Text GLabel 2500 700 2 50 Input ~ 0 +IO22 +Wire Wire Line + 2500 700 2400 700 +$EndSCHEMATC diff --git a/logic/hardware/fp-info-cache b/logic/hardware/fp-info-cache new file mode 100644 index 0000000..68016fd --- /dev/null +++ b/logic/hardware/fp-info-cache @@ -0,0 +1,78 @@ +17709454579964 +my_library +DIP1x1 + + +0 +2 +2 +my_library +MWSA0503S + + +0 +2 +2 +my_library +PIEZO + + +0 +2 +2 +my_library +RobotarnaLogo-6mm +Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg +svg2mod +0 +0 +0 +my_library +SMD,3.5x2.8x1.9mm + + +0 +2 +2 +my_library +TP4056 + + +0 +9 +9 +my_library +Tactile_switch + + +0 +4 +4 +my_library +USB_micro_JLCPCB_con + + +0 +9 +6 +my_library +UTDFN-10 + + +0 +10 +10 +my_library +battery_dock + + +0 +4 +4 +my_library +usb-PCB + + +0 +4 +4 diff --git a/logic/hardware/fp-lib-table b/logic/hardware/fp-lib-table new file mode 100644 index 0000000..e9a8123 --- /dev/null +++ b/logic/hardware/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name my_library)(type KiCad)(uri ${KIPRJMOD}/my_library.pretty)(options "")(descr "")) +) diff --git a/logic/hardware/herni_LED.sch b/logic/hardware/herni_LED.sch new file mode 100644 index 0000000..dba6b84 --- /dev/null +++ b/logic/hardware/herni_LED.sch @@ -0,0 +1,2367 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 31 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L LED:WS2812B D? +U 1 1 5F7144F5 +P 1800 1250 +AR Path="/5F7144F5" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7144F5" Ref="D?" Part="1" +F 0 "D?" H 2144 1296 50 0000 L CNN +F 1 "WS2812B" H 2144 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 1850 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 1900 875 50 0001 L TNN + 1 1800 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7144FB +P 1800 1650 +AR Path="/5F7144FB" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7144FB" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 1800 1400 50 0001 C CNN +F 1 "GND" H 1805 1477 50 0000 C CNN +F 2 "" H 1800 1650 50 0001 C CNN +F 3 "" H 1800 1650 50 0001 C CNN + 1 1800 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F714507 +P 2350 1050 +AR Path="/5F714507" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F714507" Ref="C?" Part="1" +F 0 "C?" H 2465 1096 50 0000 L CNN +F 1 "100n" H 2465 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 2388 900 50 0001 C CNN +F 3 "~" H 2350 1050 50 0001 C CNN + 1 2350 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2350 850 2350 900 +Wire Wire Line + 1800 850 2350 850 +Wire Wire Line + 2350 1200 2350 1550 +Wire Wire Line + 2350 1550 1800 1550 +Wire Wire Line + 1800 1650 1800 1550 +Connection ~ 1800 1550 +Wire Wire Line + 1800 950 1800 850 +Wire Wire Line + 1500 1250 1350 1250 +Text HLabel 1350 1250 0 50 Input ~ 0 +DATA_herni_LED +$Comp +L LED:WS2812B D? +U 1 1 5F719F69 +P 3200 1250 +AR Path="/5F719F69" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F719F69" Ref="D?" Part="1" +F 0 "D?" H 3544 1296 50 0000 L CNN +F 1 "WS2812B" H 3544 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3250 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3300 875 50 0001 L TNN + 1 3200 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F719F6F +P 3200 1650 +AR Path="/5F719F6F" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F719F6F" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3200 1400 50 0001 C CNN +F 1 "GND" H 3205 1477 50 0000 C CNN +F 2 "" H 3200 1650 50 0001 C CNN +F 3 "" H 3200 1650 50 0001 C CNN + 1 3200 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F719F7B +P 3750 1050 +AR Path="/5F719F7B" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F719F7B" Ref="C?" Part="1" +F 0 "C?" H 3865 1096 50 0000 L CNN +F 1 "100n" H 3865 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3788 900 50 0001 C CNN +F 3 "~" H 3750 1050 50 0001 C CNN + 1 3750 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 850 3750 900 +Wire Wire Line + 3200 850 3750 850 +Wire Wire Line + 3750 1200 3750 1550 +Wire Wire Line + 3750 1550 3200 1550 +Wire Wire Line + 3200 1650 3200 1550 +Connection ~ 3200 1550 +Wire Wire Line + 3200 950 3200 850 +Connection ~ 3200 850 +$Comp +L LED:WS2812B D? +U 1 1 5F720079 +P 4500 1250 +AR Path="/5F720079" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F720079" Ref="D?" Part="1" +F 0 "D?" H 4844 1296 50 0000 L CNN +F 1 "WS2812B" H 4844 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4550 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4600 875 50 0001 L TNN + 1 4500 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F72007F +P 4500 1650 +AR Path="/5F72007F" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F72007F" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 4500 1400 50 0001 C CNN +F 1 "GND" H 4505 1477 50 0000 C CNN +F 2 "" H 4500 1650 50 0001 C CNN +F 3 "" H 4500 1650 50 0001 C CNN + 1 4500 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72008B +P 5050 1050 +AR Path="/5F72008B" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72008B" Ref="C?" Part="1" +F 0 "C?" H 5165 1096 50 0000 L CNN +F 1 "100n" H 5165 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5088 900 50 0001 C CNN +F 3 "~" H 5050 1050 50 0001 C CNN + 1 5050 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5050 850 5050 900 +Wire Wire Line + 4500 850 5050 850 +Wire Wire Line + 5050 1200 5050 1550 +Wire Wire Line + 5050 1550 4500 1550 +Wire Wire Line + 4500 1650 4500 1550 +Connection ~ 4500 1550 +Wire Wire Line + 4500 950 4500 850 +Connection ~ 4500 850 +$Comp +L LED:WS2812B D? +U 1 1 5F721EA2 +P 5900 1250 +AR Path="/5F721EA2" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F721EA2" Ref="D?" Part="1" +F 0 "D?" H 6244 1296 50 0000 L CNN +F 1 "WS2812B" H 6244 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5950 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6000 875 50 0001 L TNN + 1 5900 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F721EA8 +P 5900 1650 +AR Path="/5F721EA8" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F721EA8" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 5900 1400 50 0001 C CNN +F 1 "GND" H 5905 1477 50 0000 C CNN +F 2 "" H 5900 1650 50 0001 C CNN +F 3 "" H 5900 1650 50 0001 C CNN + 1 5900 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F721EB4 +P 6450 1050 +AR Path="/5F721EB4" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F721EB4" Ref="C?" Part="1" +F 0 "C?" H 6565 1096 50 0000 L CNN +F 1 "100n" H 6565 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6488 900 50 0001 C CNN +F 3 "~" H 6450 1050 50 0001 C CNN + 1 6450 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6450 850 6450 900 +Wire Wire Line + 5900 850 6450 850 +Wire Wire Line + 6450 1200 6450 1550 +Wire Wire Line + 6450 1550 5900 1550 +Wire Wire Line + 5900 1650 5900 1550 +Connection ~ 5900 1550 +Wire Wire Line + 5900 950 5900 850 +Connection ~ 5900 850 +$Comp +L LED:WS2812B D? +U 1 1 5F72386D +P 7200 1250 +AR Path="/5F72386D" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F72386D" Ref="D?" Part="1" +F 0 "D?" H 7544 1296 50 0000 L CNN +F 1 "WS2812B" H 7544 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7250 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7300 875 50 0001 L TNN + 1 7200 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F723873 +P 7200 1650 +AR Path="/5F723873" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F723873" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 7200 1400 50 0001 C CNN +F 1 "GND" H 7205 1477 50 0000 C CNN +F 2 "" H 7200 1650 50 0001 C CNN +F 3 "" H 7200 1650 50 0001 C CNN + 1 7200 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72387F +P 7750 1050 +AR Path="/5F72387F" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72387F" Ref="C?" Part="1" +F 0 "C?" H 7865 1096 50 0000 L CNN +F 1 "100n" H 7865 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7788 900 50 0001 C CNN +F 3 "~" H 7750 1050 50 0001 C CNN + 1 7750 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7750 850 7750 900 +Wire Wire Line + 7200 850 7750 850 +Wire Wire Line + 7750 1200 7750 1550 +Wire Wire Line + 7750 1550 7200 1550 +Wire Wire Line + 7200 1650 7200 1550 +Connection ~ 7200 1550 +Wire Wire Line + 7200 950 7200 850 +Connection ~ 7200 850 +$Comp +L LED:WS2812B D? +U 1 1 5F724B10 +P 8500 1250 +AR Path="/5F724B10" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F724B10" Ref="D?" Part="1" +F 0 "D?" H 8844 1296 50 0000 L CNN +F 1 "WS2812B" H 8844 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 8550 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 8600 875 50 0001 L TNN + 1 8500 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F724B16 +P 8500 1650 +AR Path="/5F724B16" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F724B16" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 8500 1400 50 0001 C CNN +F 1 "GND" H 8505 1477 50 0000 C CNN +F 2 "" H 8500 1650 50 0001 C CNN +F 3 "" H 8500 1650 50 0001 C CNN + 1 8500 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F724B22 +P 9050 1050 +AR Path="/5F724B22" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F724B22" Ref="C?" Part="1" +F 0 "C?" H 9165 1096 50 0000 L CNN +F 1 "100n" H 9165 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9088 900 50 0001 C CNN +F 3 "~" H 9050 1050 50 0001 C CNN + 1 9050 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9050 850 9050 900 +Wire Wire Line + 8500 850 9050 850 +Wire Wire Line + 9050 1200 9050 1550 +Wire Wire Line + 9050 1550 8500 1550 +Wire Wire Line + 8500 1650 8500 1550 +Connection ~ 8500 1550 +Wire Wire Line + 8500 950 8500 850 +Connection ~ 8500 850 +$Comp +L LED:WS2812B D? +U 1 1 5F726A4E +P 9800 1250 +AR Path="/5F726A4E" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F726A4E" Ref="D?" Part="1" +F 0 "D?" H 10144 1296 50 0000 L CNN +F 1 "WS2812B" H 10144 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 9850 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 9900 875 50 0001 L TNN + 1 9800 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F726A54 +P 9800 1650 +AR Path="/5F726A54" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F726A54" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 9800 1400 50 0001 C CNN +F 1 "GND" H 9805 1477 50 0000 C CNN +F 2 "" H 9800 1650 50 0001 C CNN +F 3 "" H 9800 1650 50 0001 C CNN + 1 9800 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F726A60 +P 10350 1050 +AR Path="/5F726A60" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F726A60" Ref="C?" Part="1" +F 0 "C?" H 10465 1096 50 0000 L CNN +F 1 "100n" H 10465 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 10388 900 50 0001 C CNN +F 3 "~" H 10350 1050 50 0001 C CNN + 1 10350 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10350 850 10350 900 +Wire Wire Line + 9800 850 10350 850 +Wire Wire Line + 10350 1200 10350 1550 +Wire Wire Line + 10350 1550 9800 1550 +Wire Wire Line + 9800 1650 9800 1550 +Connection ~ 9800 1550 +Wire Wire Line + 9800 950 9800 850 +Connection ~ 9800 850 +$Comp +L LED:WS2812B D? +U 1 1 5F7293F8 +P 1800 2600 +AR Path="/5F7293F8" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7293F8" Ref="D?" Part="1" +F 0 "D?" H 2144 2646 50 0000 L CNN +F 1 "WS2812B" H 2144 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 1850 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 1900 2225 50 0001 L TNN + 1 1800 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7293FE +P 1800 3000 +AR Path="/5F7293FE" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7293FE" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 1800 2750 50 0001 C CNN +F 1 "GND" H 1805 2827 50 0000 C CNN +F 2 "" H 1800 3000 50 0001 C CNN +F 3 "" H 1800 3000 50 0001 C CNN + 1 1800 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72940A +P 2350 2400 +AR Path="/5F72940A" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72940A" Ref="C?" Part="1" +F 0 "C?" H 2465 2446 50 0000 L CNN +F 1 "100n" H 2465 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 2388 2250 50 0001 C CNN +F 3 "~" H 2350 2400 50 0001 C CNN + 1 2350 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2350 2200 2350 2250 +Wire Wire Line + 1800 2200 2350 2200 +Wire Wire Line + 2350 2550 2350 2900 +Wire Wire Line + 2350 2900 1800 2900 +Wire Wire Line + 1800 3000 1800 2900 +Connection ~ 1800 2900 +Wire Wire Line + 1800 2300 1800 2200 +Wire Wire Line + 1500 2600 1350 2600 +$Comp +L LED:WS2812B D? +U 1 1 5F72B231 +P 3200 2600 +AR Path="/5F72B231" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F72B231" Ref="D?" Part="1" +F 0 "D?" H 3544 2646 50 0000 L CNN +F 1 "WS2812B" H 3544 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3250 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3300 2225 50 0001 L TNN + 1 3200 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F72B237 +P 3200 3000 +AR Path="/5F72B237" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F72B237" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3200 2750 50 0001 C CNN +F 1 "GND" H 3205 2827 50 0000 C CNN +F 2 "" H 3200 3000 50 0001 C CNN +F 3 "" H 3200 3000 50 0001 C CNN + 1 3200 3000 + 1 0 0 -1 +$EndComp +$Comp +L power:+5V #PWR? +U 1 1 5F72B23D +P 3200 2200 +AR Path="/5F72B23D" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F72B23D" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3200 2050 50 0001 C CNN +F 1 "+5V" H 3215 2373 50 0000 C CNN +F 2 "" H 3200 2200 50 0001 C CNN +F 3 "" H 3200 2200 50 0001 C CNN + 1 3200 2200 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72B243 +P 3750 2400 +AR Path="/5F72B243" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72B243" Ref="C?" Part="1" +F 0 "C?" H 3865 2446 50 0000 L CNN +F 1 "100n" H 3865 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3788 2250 50 0001 C CNN +F 3 "~" H 3750 2400 50 0001 C CNN + 1 3750 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 2200 3750 2250 +Wire Wire Line + 3750 2550 3750 2900 +Wire Wire Line + 3750 2900 3200 2900 +Wire Wire Line + 3200 3000 3200 2900 +Connection ~ 3200 2900 +Wire Wire Line + 3200 2300 3200 2200 +Connection ~ 3200 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F72D932 +P 4500 2600 +AR Path="/5F72D932" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F72D932" Ref="D?" Part="1" +F 0 "D?" H 4844 2646 50 0000 L CNN +F 1 "WS2812B" H 4844 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4550 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4600 2225 50 0001 L TNN + 1 4500 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F72D938 +P 4500 3000 +AR Path="/5F72D938" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F72D938" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 4500 2750 50 0001 C CNN +F 1 "GND" H 4505 2827 50 0000 C CNN +F 2 "" H 4500 3000 50 0001 C CNN +F 3 "" H 4500 3000 50 0001 C CNN + 1 4500 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72D944 +P 5050 2400 +AR Path="/5F72D944" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72D944" Ref="C?" Part="1" +F 0 "C?" H 5165 2446 50 0000 L CNN +F 1 "100n" H 5165 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5088 2250 50 0001 C CNN +F 3 "~" H 5050 2400 50 0001 C CNN + 1 5050 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5050 2200 5050 2250 +Wire Wire Line + 4500 2200 5050 2200 +Wire Wire Line + 5050 2550 5050 2900 +Wire Wire Line + 5050 2900 4500 2900 +Wire Wire Line + 4500 3000 4500 2900 +Connection ~ 4500 2900 +Wire Wire Line + 4500 2300 4500 2200 +Connection ~ 4500 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F72F7E8 +P 5900 2600 +AR Path="/5F72F7E8" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F72F7E8" Ref="D?" Part="1" +F 0 "D?" H 6244 2646 50 0000 L CNN +F 1 "WS2812B" H 6244 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5950 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6000 2225 50 0001 L TNN + 1 5900 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F72F7EE +P 5900 3000 +AR Path="/5F72F7EE" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F72F7EE" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 5900 2750 50 0001 C CNN +F 1 "GND" H 5905 2827 50 0000 C CNN +F 2 "" H 5900 3000 50 0001 C CNN +F 3 "" H 5900 3000 50 0001 C CNN + 1 5900 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F72F7FA +P 6450 2400 +AR Path="/5F72F7FA" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F72F7FA" Ref="C?" Part="1" +F 0 "C?" H 6565 2446 50 0000 L CNN +F 1 "100n" H 6565 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6488 2250 50 0001 C CNN +F 3 "~" H 6450 2400 50 0001 C CNN + 1 6450 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6450 2200 6450 2250 +Wire Wire Line + 5900 2200 6450 2200 +Wire Wire Line + 6450 2550 6450 2900 +Wire Wire Line + 6450 2900 5900 2900 +Wire Wire Line + 5900 3000 5900 2900 +Connection ~ 5900 2900 +Wire Wire Line + 5900 2300 5900 2200 +Connection ~ 5900 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F731DC4 +P 7200 2600 +AR Path="/5F731DC4" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F731DC4" Ref="D?" Part="1" +F 0 "D?" H 7544 2646 50 0000 L CNN +F 1 "WS2812B" H 7544 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7250 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7300 2225 50 0001 L TNN + 1 7200 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F731DCA +P 7200 3000 +AR Path="/5F731DCA" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F731DCA" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 7200 2750 50 0001 C CNN +F 1 "GND" H 7205 2827 50 0000 C CNN +F 2 "" H 7200 3000 50 0001 C CNN +F 3 "" H 7200 3000 50 0001 C CNN + 1 7200 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F731DD6 +P 7750 2400 +AR Path="/5F731DD6" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F731DD6" Ref="C?" Part="1" +F 0 "C?" H 7865 2446 50 0000 L CNN +F 1 "100n" H 7865 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7788 2250 50 0001 C CNN +F 3 "~" H 7750 2400 50 0001 C CNN + 1 7750 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7750 2200 7750 2250 +Wire Wire Line + 7200 2200 7750 2200 +Wire Wire Line + 7750 2550 7750 2900 +Wire Wire Line + 7750 2900 7200 2900 +Wire Wire Line + 7200 3000 7200 2900 +Connection ~ 7200 2900 +Wire Wire Line + 7200 2300 7200 2200 +Connection ~ 7200 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F734FEE +P 8500 2600 +AR Path="/5F734FEE" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F734FEE" Ref="D?" Part="1" +F 0 "D?" H 8844 2646 50 0000 L CNN +F 1 "WS2812B" H 8844 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 8550 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 8600 2225 50 0001 L TNN + 1 8500 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F734FF4 +P 8500 3000 +AR Path="/5F734FF4" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F734FF4" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 8500 2750 50 0001 C CNN +F 1 "GND" H 8505 2827 50 0000 C CNN +F 2 "" H 8500 3000 50 0001 C CNN +F 3 "" H 8500 3000 50 0001 C CNN + 1 8500 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F735000 +P 9050 2400 +AR Path="/5F735000" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F735000" Ref="C?" Part="1" +F 0 "C?" H 9165 2446 50 0000 L CNN +F 1 "100n" H 9165 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9088 2250 50 0001 C CNN +F 3 "~" H 9050 2400 50 0001 C CNN + 1 9050 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9050 2200 9050 2250 +Wire Wire Line + 8500 2200 9050 2200 +Wire Wire Line + 9050 2550 9050 2900 +Wire Wire Line + 9050 2900 8500 2900 +Wire Wire Line + 8500 3000 8500 2900 +Connection ~ 8500 2900 +Wire Wire Line + 8500 2300 8500 2200 +Connection ~ 8500 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F737C1C +P 9800 2600 +AR Path="/5F737C1C" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F737C1C" Ref="D?" Part="1" +F 0 "D?" H 10144 2646 50 0000 L CNN +F 1 "WS2812B" H 10144 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 9850 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 9900 2225 50 0001 L TNN + 1 9800 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F737C22 +P 9800 3000 +AR Path="/5F737C22" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F737C22" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 9800 2750 50 0001 C CNN +F 1 "GND" H 9805 2827 50 0000 C CNN +F 2 "" H 9800 3000 50 0001 C CNN +F 3 "" H 9800 3000 50 0001 C CNN + 1 9800 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F737C2E +P 10350 2400 +AR Path="/5F737C2E" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F737C2E" Ref="C?" Part="1" +F 0 "C?" H 10465 2446 50 0000 L CNN +F 1 "100n" H 10465 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 10388 2250 50 0001 C CNN +F 3 "~" H 10350 2400 50 0001 C CNN + 1 10350 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10350 2200 10350 2250 +Wire Wire Line + 9800 2200 10350 2200 +Wire Wire Line + 10350 2550 10350 2900 +Wire Wire Line + 10350 2900 9800 2900 +Wire Wire Line + 9800 3000 9800 2900 +Connection ~ 9800 2900 +Wire Wire Line + 9800 2300 9800 2200 +Connection ~ 9800 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F73BB53 +P 1800 4150 +AR Path="/5F73BB53" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F73BB53" Ref="D?" Part="1" +F 0 "D?" H 2144 4196 50 0000 L CNN +F 1 "WS2812B" H 2144 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 1850 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 1900 3775 50 0001 L TNN + 1 1800 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F73BB59 +P 1800 4550 +AR Path="/5F73BB59" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F73BB59" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 1800 4300 50 0001 C CNN +F 1 "GND" H 1805 4377 50 0000 C CNN +F 2 "" H 1800 4550 50 0001 C CNN +F 3 "" H 1800 4550 50 0001 C CNN + 1 1800 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F73BB65 +P 2350 3950 +AR Path="/5F73BB65" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F73BB65" Ref="C?" Part="1" +F 0 "C?" H 2465 3996 50 0000 L CNN +F 1 "100n" H 2465 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 2388 3800 50 0001 C CNN +F 3 "~" H 2350 3950 50 0001 C CNN + 1 2350 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2350 3750 2350 3800 +Wire Wire Line + 2350 4100 2350 4450 +Wire Wire Line + 2350 4450 1800 4450 +Wire Wire Line + 1800 4550 1800 4450 +Connection ~ 1800 4450 +Wire Wire Line + 1800 3850 1800 3750 +Wire Wire Line + 1500 4150 1350 4150 +$Comp +L LED:WS2812B D? +U 1 1 5F73EDCB +P 3200 4150 +AR Path="/5F73EDCB" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F73EDCB" Ref="D?" Part="1" +F 0 "D?" H 3544 4196 50 0000 L CNN +F 1 "WS2812B" H 3544 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3250 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3300 3775 50 0001 L TNN + 1 3200 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F73EDD1 +P 3200 4550 +AR Path="/5F73EDD1" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F73EDD1" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3200 4300 50 0001 C CNN +F 1 "GND" H 3205 4377 50 0000 C CNN +F 2 "" H 3200 4550 50 0001 C CNN +F 3 "" H 3200 4550 50 0001 C CNN + 1 3200 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F73EDDD +P 3750 3950 +AR Path="/5F73EDDD" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F73EDDD" Ref="C?" Part="1" +F 0 "C?" H 3865 3996 50 0000 L CNN +F 1 "100n" H 3865 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3788 3800 50 0001 C CNN +F 3 "~" H 3750 3950 50 0001 C CNN + 1 3750 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 3750 3750 3800 +Wire Wire Line + 3200 3750 3750 3750 +Wire Wire Line + 3750 4100 3750 4450 +Wire Wire Line + 3750 4450 3200 4450 +Wire Wire Line + 3200 4550 3200 4450 +Connection ~ 3200 4450 +Wire Wire Line + 3200 3850 3200 3750 +Connection ~ 3200 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F742B0C +P 4550 4150 +AR Path="/5F742B0C" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F742B0C" Ref="D?" Part="1" +F 0 "D?" H 4894 4196 50 0000 L CNN +F 1 "WS2812B" H 4894 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4600 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4650 3775 50 0001 L TNN + 1 4550 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F742B12 +P 4550 4550 +AR Path="/5F742B12" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F742B12" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 4550 4300 50 0001 C CNN +F 1 "GND" H 4555 4377 50 0000 C CNN +F 2 "" H 4550 4550 50 0001 C CNN +F 3 "" H 4550 4550 50 0001 C CNN + 1 4550 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F742B1E +P 5100 3950 +AR Path="/5F742B1E" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F742B1E" Ref="C?" Part="1" +F 0 "C?" H 5215 3996 50 0000 L CNN +F 1 "100n" H 5215 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5138 3800 50 0001 C CNN +F 3 "~" H 5100 3950 50 0001 C CNN + 1 5100 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5100 3750 5100 3800 +Wire Wire Line + 4550 3750 5100 3750 +Wire Wire Line + 5100 4100 5100 4450 +Wire Wire Line + 5100 4450 4550 4450 +Wire Wire Line + 4550 4550 4550 4450 +Connection ~ 4550 4450 +Wire Wire Line + 4550 3850 4550 3750 +Connection ~ 4550 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F748154 +P 1800 5550 +AR Path="/5F748154" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F748154" Ref="D?" Part="1" +F 0 "D?" H 2144 5596 50 0000 L CNN +F 1 "WS2812B" H 2144 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 1850 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 1900 5175 50 0001 L TNN + 1 1800 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F74815A +P 1800 5950 +AR Path="/5F74815A" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F74815A" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 1800 5700 50 0001 C CNN +F 1 "GND" H 1805 5777 50 0000 C CNN +F 2 "" H 1800 5950 50 0001 C CNN +F 3 "" H 1800 5950 50 0001 C CNN + 1 1800 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F748166 +P 2350 5350 +AR Path="/5F748166" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F748166" Ref="C?" Part="1" +F 0 "C?" H 2465 5396 50 0000 L CNN +F 1 "100n" H 2465 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 2388 5200 50 0001 C CNN +F 3 "~" H 2350 5350 50 0001 C CNN + 1 2350 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2350 5150 2350 5200 +Wire Wire Line + 1800 5150 2350 5150 +Wire Wire Line + 2350 5500 2350 5850 +Wire Wire Line + 2350 5850 1800 5850 +Wire Wire Line + 1800 5950 1800 5850 +Connection ~ 1800 5850 +Wire Wire Line + 1800 5250 1800 5150 +Wire Wire Line + 1500 5550 1350 5550 +$Comp +L LED:WS2812B D? +U 1 1 5F74D4CB +P 3200 5550 +AR Path="/5F74D4CB" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F74D4CB" Ref="D?" Part="1" +F 0 "D?" H 3544 5596 50 0000 L CNN +F 1 "WS2812B" H 3544 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3250 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3300 5175 50 0001 L TNN + 1 3200 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F74D4D1 +P 3200 5950 +AR Path="/5F74D4D1" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F74D4D1" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3200 5700 50 0001 C CNN +F 1 "GND" H 3205 5777 50 0000 C CNN +F 2 "" H 3200 5950 50 0001 C CNN +F 3 "" H 3200 5950 50 0001 C CNN + 1 3200 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F74D4DD +P 3750 5350 +AR Path="/5F74D4DD" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F74D4DD" Ref="C?" Part="1" +F 0 "C?" H 3865 5396 50 0000 L CNN +F 1 "100n" H 3865 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3788 5200 50 0001 C CNN +F 3 "~" H 3750 5350 50 0001 C CNN + 1 3750 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 5150 3750 5200 +Wire Wire Line + 3200 5150 3750 5150 +Wire Wire Line + 3750 5500 3750 5850 +Wire Wire Line + 3750 5850 3200 5850 +Wire Wire Line + 3200 5950 3200 5850 +Connection ~ 3200 5850 +Wire Wire Line + 3200 5250 3200 5150 +Connection ~ 3200 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F753D33 +P 5900 4150 +AR Path="/5F753D33" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F753D33" Ref="D?" Part="1" +F 0 "D?" H 6244 4196 50 0000 L CNN +F 1 "WS2812B" H 6244 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5950 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6000 3775 50 0001 L TNN + 1 5900 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F753D39 +P 5900 4550 +AR Path="/5F753D39" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F753D39" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 5900 4300 50 0001 C CNN +F 1 "GND" H 5905 4377 50 0000 C CNN +F 2 "" H 5900 4550 50 0001 C CNN +F 3 "" H 5900 4550 50 0001 C CNN + 1 5900 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F753D45 +P 6450 3950 +AR Path="/5F753D45" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F753D45" Ref="C?" Part="1" +F 0 "C?" H 6565 3996 50 0000 L CNN +F 1 "100n" H 6565 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6488 3800 50 0001 C CNN +F 3 "~" H 6450 3950 50 0001 C CNN + 1 6450 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6450 3750 6450 3800 +Wire Wire Line + 5900 3750 6450 3750 +Wire Wire Line + 6450 4100 6450 4450 +Wire Wire Line + 6450 4450 5900 4450 +Wire Wire Line + 5900 4550 5900 4450 +Connection ~ 5900 4450 +Wire Wire Line + 5900 3850 5900 3750 +Connection ~ 5900 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F75A3DD +P 7200 4150 +AR Path="/5F75A3DD" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F75A3DD" Ref="D?" Part="1" +F 0 "D?" H 7544 4196 50 0000 L CNN +F 1 "WS2812B" H 7544 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7250 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7300 3775 50 0001 L TNN + 1 7200 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F75A3E3 +P 7200 4550 +AR Path="/5F75A3E3" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F75A3E3" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 7200 4300 50 0001 C CNN +F 1 "GND" H 7205 4377 50 0000 C CNN +F 2 "" H 7200 4550 50 0001 C CNN +F 3 "" H 7200 4550 50 0001 C CNN + 1 7200 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F75A3EF +P 7750 3950 +AR Path="/5F75A3EF" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F75A3EF" Ref="C?" Part="1" +F 0 "C?" H 7865 3996 50 0000 L CNN +F 1 "100n" H 7865 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7788 3800 50 0001 C CNN +F 3 "~" H 7750 3950 50 0001 C CNN + 1 7750 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7750 3750 7750 3800 +Wire Wire Line + 7200 3750 7750 3750 +Wire Wire Line + 7750 4100 7750 4450 +Wire Wire Line + 7750 4450 7200 4450 +Wire Wire Line + 7200 4550 7200 4450 +Connection ~ 7200 4450 +Wire Wire Line + 7200 3850 7200 3750 +Connection ~ 7200 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F7619C2 +P 8500 4150 +AR Path="/5F7619C2" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7619C2" Ref="D?" Part="1" +F 0 "D?" H 8844 4196 50 0000 L CNN +F 1 "WS2812B" H 8844 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 8550 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 8600 3775 50 0001 L TNN + 1 8500 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7619C8 +P 8500 4550 +AR Path="/5F7619C8" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7619C8" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 8500 4300 50 0001 C CNN +F 1 "GND" H 8505 4377 50 0000 C CNN +F 2 "" H 8500 4550 50 0001 C CNN +F 3 "" H 8500 4550 50 0001 C CNN + 1 8500 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F7619D4 +P 9050 3950 +AR Path="/5F7619D4" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F7619D4" Ref="C?" Part="1" +F 0 "C?" H 9165 3996 50 0000 L CNN +F 1 "100n" H 9165 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9088 3800 50 0001 C CNN +F 3 "~" H 9050 3950 50 0001 C CNN + 1 9050 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9050 3750 9050 3800 +Wire Wire Line + 8500 3750 9050 3750 +Wire Wire Line + 9050 4100 9050 4450 +Wire Wire Line + 9050 4450 8500 4450 +Wire Wire Line + 8500 4550 8500 4450 +Connection ~ 8500 4450 +Wire Wire Line + 8500 3850 8500 3750 +Connection ~ 8500 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F76912C +P 9800 4150 +AR Path="/5F76912C" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F76912C" Ref="D?" Part="1" +F 0 "D?" H 10144 4196 50 0000 L CNN +F 1 "WS2812B" H 10144 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 9850 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 9900 3775 50 0001 L TNN + 1 9800 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F769132 +P 9800 4550 +AR Path="/5F769132" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F769132" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 9800 4300 50 0001 C CNN +F 1 "GND" H 9805 4377 50 0000 C CNN +F 2 "" H 9800 4550 50 0001 C CNN +F 3 "" H 9800 4550 50 0001 C CNN + 1 9800 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F76913E +P 10350 3950 +AR Path="/5F76913E" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F76913E" Ref="C?" Part="1" +F 0 "C?" H 10465 3996 50 0000 L CNN +F 1 "100n" H 10465 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 10388 3800 50 0001 C CNN +F 3 "~" H 10350 3950 50 0001 C CNN + 1 10350 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10350 3750 10350 3800 +Wire Wire Line + 9800 3750 10350 3750 +Wire Wire Line + 10350 4100 10350 4450 +Wire Wire Line + 10350 4450 9800 4450 +Wire Wire Line + 9800 4550 9800 4450 +Connection ~ 9800 4450 +Wire Wire Line + 9800 3850 9800 3750 +Connection ~ 9800 3750 +$Comp +L LED:WS2812B D? +U 1 1 5F770CD9 +P 4550 5550 +AR Path="/5F770CD9" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F770CD9" Ref="D?" Part="1" +F 0 "D?" H 4894 5596 50 0000 L CNN +F 1 "WS2812B" H 4894 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4600 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4650 5175 50 0001 L TNN + 1 4550 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F770CDF +P 4550 5950 +AR Path="/5F770CDF" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F770CDF" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 4550 5700 50 0001 C CNN +F 1 "GND" H 4555 5777 50 0000 C CNN +F 2 "" H 4550 5950 50 0001 C CNN +F 3 "" H 4550 5950 50 0001 C CNN + 1 4550 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F770CEB +P 5100 5350 +AR Path="/5F770CEB" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F770CEB" Ref="C?" Part="1" +F 0 "C?" H 5215 5396 50 0000 L CNN +F 1 "100n" H 5215 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5138 5200 50 0001 C CNN +F 3 "~" H 5100 5350 50 0001 C CNN + 1 5100 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5100 5150 5100 5200 +Wire Wire Line + 4550 5150 5100 5150 +Wire Wire Line + 5100 5500 5100 5850 +Wire Wire Line + 5100 5850 4550 5850 +Wire Wire Line + 4550 5950 4550 5850 +Connection ~ 4550 5850 +Wire Wire Line + 4550 5250 4550 5150 +Connection ~ 4550 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F7792CF +P 5900 5550 +AR Path="/5F7792CF" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7792CF" Ref="D?" Part="1" +F 0 "D?" H 6244 5596 50 0000 L CNN +F 1 "WS2812B" H 6244 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5950 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6000 5175 50 0001 L TNN + 1 5900 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7792D5 +P 5900 5950 +AR Path="/5F7792D5" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7792D5" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 5900 5700 50 0001 C CNN +F 1 "GND" H 5905 5777 50 0000 C CNN +F 2 "" H 5900 5950 50 0001 C CNN +F 3 "" H 5900 5950 50 0001 C CNN + 1 5900 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F7792E1 +P 6450 5350 +AR Path="/5F7792E1" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F7792E1" Ref="C?" Part="1" +F 0 "C?" H 6565 5396 50 0000 L CNN +F 1 "100n" H 6565 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6488 5200 50 0001 C CNN +F 3 "~" H 6450 5350 50 0001 C CNN + 1 6450 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6450 5150 6450 5200 +Wire Wire Line + 5900 5150 6450 5150 +Wire Wire Line + 6450 5500 6450 5850 +Wire Wire Line + 6450 5850 5900 5850 +Wire Wire Line + 5900 5950 5900 5850 +Connection ~ 5900 5850 +Wire Wire Line + 5900 5250 5900 5150 +Connection ~ 5900 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F781ABD +P 7200 5550 +AR Path="/5F781ABD" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F781ABD" Ref="D?" Part="1" +F 0 "D?" H 7544 5596 50 0000 L CNN +F 1 "WS2812B" H 7544 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7250 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7300 5175 50 0001 L TNN + 1 7200 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F781AC3 +P 7200 5950 +AR Path="/5F781AC3" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F781AC3" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 7200 5700 50 0001 C CNN +F 1 "GND" H 7205 5777 50 0000 C CNN +F 2 "" H 7200 5950 50 0001 C CNN +F 3 "" H 7200 5950 50 0001 C CNN + 1 7200 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F781ACF +P 7750 5350 +AR Path="/5F781ACF" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F781ACF" Ref="C?" Part="1" +F 0 "C?" H 7865 5396 50 0000 L CNN +F 1 "100n" H 7865 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7788 5200 50 0001 C CNN +F 3 "~" H 7750 5350 50 0001 C CNN + 1 7750 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7750 5150 7750 5200 +Wire Wire Line + 7200 5150 7750 5150 +Wire Wire Line + 7750 5500 7750 5850 +Wire Wire Line + 7750 5850 7200 5850 +Wire Wire Line + 7200 5950 7200 5850 +Connection ~ 7200 5850 +Wire Wire Line + 7200 5250 7200 5150 +Connection ~ 7200 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F78AE49 +P 8500 5550 +AR Path="/5F78AE49" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F78AE49" Ref="D?" Part="1" +F 0 "D?" H 8844 5596 50 0000 L CNN +F 1 "WS2812B" H 8844 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 8550 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 8600 5175 50 0001 L TNN + 1 8500 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F78AE4F +P 8500 5950 +AR Path="/5F78AE4F" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F78AE4F" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 8500 5700 50 0001 C CNN +F 1 "GND" H 8505 5777 50 0000 C CNN +F 2 "" H 8500 5950 50 0001 C CNN +F 3 "" H 8500 5950 50 0001 C CNN + 1 8500 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F78AE5B +P 9050 5350 +AR Path="/5F78AE5B" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F78AE5B" Ref="C?" Part="1" +F 0 "C?" H 9165 5396 50 0000 L CNN +F 1 "100n" H 9165 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9088 5200 50 0001 C CNN +F 3 "~" H 9050 5350 50 0001 C CNN + 1 9050 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9050 5150 9050 5200 +Wire Wire Line + 8500 5150 9050 5150 +Wire Wire Line + 9050 5500 9050 5850 +Wire Wire Line + 9050 5850 8500 5850 +Wire Wire Line + 8500 5950 8500 5850 +Connection ~ 8500 5850 +Wire Wire Line + 8500 5250 8500 5150 +Connection ~ 8500 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F79527D +P 9800 5550 +AR Path="/5F79527D" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F79527D" Ref="D?" Part="1" +F 0 "D?" H 10144 5596 50 0000 L CNN +F 1 "WS2812B" H 10144 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 9850 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 9900 5175 50 0001 L TNN + 1 9800 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F795283 +P 9800 5950 +AR Path="/5F795283" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F795283" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 9800 5700 50 0001 C CNN +F 1 "GND" H 9805 5777 50 0000 C CNN +F 2 "" H 9800 5950 50 0001 C CNN +F 3 "" H 9800 5950 50 0001 C CNN + 1 9800 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F79528F +P 10350 5350 +AR Path="/5F79528F" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F79528F" Ref="C?" Part="1" +F 0 "C?" H 10465 5396 50 0000 L CNN +F 1 "100n" H 10465 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 10388 5200 50 0001 C CNN +F 3 "~" H 10350 5350 50 0001 C CNN + 1 10350 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 10350 5150 10350 5200 +Wire Wire Line + 10350 5500 10350 5850 +Wire Wire Line + 10350 5850 9800 5850 +Wire Wire Line + 9800 5950 9800 5850 +Connection ~ 9800 5850 +Wire Wire Line + 9800 5250 9800 5150 +Connection ~ 9800 5150 +$Comp +L LED:WS2812B D? +U 1 1 5F7A0174 +P 12250 2600 +AR Path="/5F7A0174" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7A0174" Ref="D?" Part="1" +F 0 "D?" H 12594 2646 50 0000 L CNN +F 1 "WS2812B" H 12594 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 12300 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 12350 2225 50 0001 L TNN + 1 12250 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7A017A +P 12250 3000 +AR Path="/5F7A017A" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7A017A" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 12250 2750 50 0001 C CNN +F 1 "GND" H 12255 2827 50 0000 C CNN +F 2 "" H 12250 3000 50 0001 C CNN +F 3 "" H 12250 3000 50 0001 C CNN + 1 12250 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F7A0186 +P 12800 2400 +AR Path="/5F7A0186" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F7A0186" Ref="C?" Part="1" +F 0 "C?" H 12915 2446 50 0000 L CNN +F 1 "100n" H 12915 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 12838 2250 50 0001 C CNN +F 3 "~" H 12800 2400 50 0001 C CNN + 1 12800 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 12800 2200 12800 2250 +Wire Wire Line + 12250 2200 12800 2200 +Wire Wire Line + 12800 2550 12800 2900 +Wire Wire Line + 12800 2900 12250 2900 +Wire Wire Line + 12250 3000 12250 2900 +Connection ~ 12250 2900 +Wire Wire Line + 12250 2300 12250 2200 +Connection ~ 12250 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F7AB951 +P 13650 2600 +AR Path="/5F7AB951" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7AB951" Ref="D?" Part="1" +F 0 "D?" H 13994 2646 50 0000 L CNN +F 1 "WS2812B" H 13994 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 13700 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 13750 2225 50 0001 L TNN + 1 13650 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7AB957 +P 13650 3000 +AR Path="/5F7AB957" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7AB957" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 13650 2750 50 0001 C CNN +F 1 "GND" H 13655 2827 50 0000 C CNN +F 2 "" H 13650 3000 50 0001 C CNN +F 3 "" H 13650 3000 50 0001 C CNN + 1 13650 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F7AB963 +P 14200 2400 +AR Path="/5F7AB963" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F7AB963" Ref="C?" Part="1" +F 0 "C?" H 14315 2446 50 0000 L CNN +F 1 "100n" H 14315 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 14238 2250 50 0001 C CNN +F 3 "~" H 14200 2400 50 0001 C CNN + 1 14200 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 14200 2200 14200 2250 +Wire Wire Line + 13650 2200 14200 2200 +Wire Wire Line + 14200 2550 14200 2900 +Wire Wire Line + 14200 2900 13650 2900 +Wire Wire Line + 13650 3000 13650 2900 +Connection ~ 13650 2900 +Wire Wire Line + 13650 2300 13650 2200 +Connection ~ 13650 2200 +$Comp +L LED:WS2812B D? +U 1 1 5F7B86F2 +P 15000 2600 +AR Path="/5F7B86F2" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F7B86F2" Ref="D?" Part="1" +F 0 "D?" H 15344 2646 50 0000 L CNN +F 1 "WS2812B" H 15344 2555 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 15050 2300 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 15100 2225 50 0001 L TNN + 1 15000 2600 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F7B86F8 +P 15000 3000 +AR Path="/5F7B86F8" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F7B86F8" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 15000 2750 50 0001 C CNN +F 1 "GND" H 15005 2827 50 0000 C CNN +F 2 "" H 15000 3000 50 0001 C CNN +F 3 "" H 15000 3000 50 0001 C CNN + 1 15000 3000 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F7B8704 +P 15550 2400 +AR Path="/5F7B8704" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F7B8704" Ref="C?" Part="1" +F 0 "C?" H 15665 2446 50 0000 L CNN +F 1 "100n" H 15665 2355 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 15588 2250 50 0001 C CNN +F 3 "~" H 15550 2400 50 0001 C CNN + 1 15550 2400 + 1 0 0 -1 +$EndComp +Wire Wire Line + 15550 2200 15550 2250 +Wire Wire Line + 15000 2200 15550 2200 +Wire Wire Line + 15550 2550 15550 2900 +Wire Wire Line + 15550 2900 15000 2900 +Wire Wire Line + 15000 3000 15000 2900 +Connection ~ 15000 2900 +Wire Wire Line + 15000 2300 15000 2200 +Connection ~ 15000 2200 +Wire Wire Line + 13950 2600 14700 2600 +Wire Wire Line + 2100 5550 2900 5550 +Wire Wire Line + 3500 5550 4250 5550 +Wire Wire Line + 4850 5550 5600 5550 +Wire Wire Line + 6200 5550 6900 5550 +Wire Wire Line + 7500 5550 8200 5550 +Wire Wire Line + 8800 5550 9500 5550 +Wire Wire Line + 8800 4150 9500 4150 +Wire Wire Line + 7500 4150 8200 4150 +Wire Wire Line + 6200 4150 6900 4150 +Wire Wire Line + 4850 4150 5600 4150 +Wire Wire Line + 3500 4150 4250 4150 +Wire Wire Line + 2100 4150 2900 4150 +Wire Wire Line + 2100 1250 2900 1250 +Wire Wire Line + 3500 1250 4200 1250 +Wire Wire Line + 4800 1250 5600 1250 +Wire Wire Line + 6200 1250 6900 1250 +Wire Wire Line + 7500 1250 8200 1250 +Wire Wire Line + 8800 1250 9500 1250 +Wire Wire Line + 8800 2600 9500 2600 +Wire Wire Line + 7500 2600 8200 2600 +Wire Wire Line + 6200 2600 6900 2600 +Wire Wire Line + 4800 2600 5600 2600 +Wire Wire Line + 3500 2600 4200 2600 +Wire Wire Line + 2100 2600 2900 2600 +Wire Wire Line + 12550 2600 13350 2600 +$Comp +L LED:WS2812B D? +U 1 1 5F98A6EC +P 12250 1250 +AR Path="/5F98A6EC" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F98A6EC" Ref="D?" Part="1" +F 0 "D?" H 12594 1296 50 0000 L CNN +F 1 "WS2812B" H 12594 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 12300 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 12350 875 50 0001 L TNN + 1 12250 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F98A6F2 +P 12250 1650 +AR Path="/5F98A6F2" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F98A6F2" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 12250 1400 50 0001 C CNN +F 1 "GND" H 12255 1477 50 0000 C CNN +F 2 "" H 12250 1650 50 0001 C CNN +F 3 "" H 12250 1650 50 0001 C CNN + 1 12250 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F98A6FE +P 12800 1050 +AR Path="/5F98A6FE" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F98A6FE" Ref="C?" Part="1" +F 0 "C?" H 12915 1096 50 0000 L CNN +F 1 "100n" H 12915 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 12838 900 50 0001 C CNN +F 3 "~" H 12800 1050 50 0001 C CNN + 1 12800 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 12800 850 12800 900 +Wire Wire Line + 12250 850 12800 850 +Wire Wire Line + 12800 1200 12800 1550 +Wire Wire Line + 12800 1550 12250 1550 +Wire Wire Line + 12250 1650 12250 1550 +Connection ~ 12250 1550 +Wire Wire Line + 12250 950 12250 850 +Connection ~ 12250 850 +Wire Wire Line + 10100 1250 11950 1250 +$Comp +L LED:WS2812B D? +U 1 1 5F9A8FA9 +P 13600 1250 +AR Path="/5F9A8FA9" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F9A8FA9" Ref="D?" Part="1" +F 0 "D?" H 13944 1296 50 0000 L CNN +F 1 "WS2812B" H 13944 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 13650 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 13700 875 50 0001 L TNN + 1 13600 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F9A8FAF +P 13600 1650 +AR Path="/5F9A8FAF" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F9A8FAF" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 13600 1400 50 0001 C CNN +F 1 "GND" H 13605 1477 50 0000 C CNN +F 2 "" H 13600 1650 50 0001 C CNN +F 3 "" H 13600 1650 50 0001 C CNN + 1 13600 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F9A8FBB +P 14150 1050 +AR Path="/5F9A8FBB" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F9A8FBB" Ref="C?" Part="1" +F 0 "C?" H 14265 1096 50 0000 L CNN +F 1 "100n" H 14265 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 14188 900 50 0001 C CNN +F 3 "~" H 14150 1050 50 0001 C CNN + 1 14150 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 14150 850 14150 900 +Wire Wire Line + 13600 850 14150 850 +Wire Wire Line + 14150 1200 14150 1550 +Wire Wire Line + 14150 1550 13600 1550 +Wire Wire Line + 13600 1650 13600 1550 +Connection ~ 13600 1550 +Wire Wire Line + 13600 950 13600 850 +Connection ~ 13600 850 +$Comp +L LED:WS2812B D? +U 1 1 5F9B8C2C +P 14950 1250 +AR Path="/5F9B8C2C" Ref="D?" Part="1" +AR Path="/5F70D6B6/5F9B8C2C" Ref="D?" Part="1" +F 0 "D?" H 15294 1296 50 0000 L CNN +F 1 "WS2812B" H 15294 1205 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 15000 950 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 15050 875 50 0001 L TNN + 1 14950 1250 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5F9B8C32 +P 14950 1650 +AR Path="/5F9B8C32" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5F9B8C32" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 14950 1400 50 0001 C CNN +F 1 "GND" H 14955 1477 50 0000 C CNN +F 2 "" H 14950 1650 50 0001 C CNN +F 3 "" H 14950 1650 50 0001 C CNN + 1 14950 1650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F9B8C3E +P 15500 1050 +AR Path="/5F9B8C3E" Ref="C?" Part="1" +AR Path="/5F70D6B6/5F9B8C3E" Ref="C?" Part="1" +F 0 "C?" H 15615 1096 50 0000 L CNN +F 1 "100n" H 15615 1005 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 15538 900 50 0001 C CNN +F 3 "~" H 15500 1050 50 0001 C CNN + 1 15500 1050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 15500 850 15500 900 +Wire Wire Line + 14950 850 15500 850 +Wire Wire Line + 15500 1200 15500 1550 +Wire Wire Line + 15500 1550 14950 1550 +Wire Wire Line + 14950 1650 14950 1550 +Connection ~ 14950 1550 +Wire Wire Line + 14950 950 14950 850 +Connection ~ 14950 850 +Wire Wire Line + 12550 1250 13300 1250 +Wire Wire Line + 13900 1250 14650 1250 +Wire Wire Line + 15250 1250 15900 1250 +Wire Wire Line + 10100 2600 11950 2600 +Wire Wire Line + 15300 2600 15950 2600 +$Comp +L LED:WS2812B D? +U 1 1 5FA876CC +P 12250 5550 +AR Path="/5FA876CC" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA876CC" Ref="D?" Part="1" +F 0 "D?" H 12594 5596 50 0000 L CNN +F 1 "WS2812B" H 12594 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 12300 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 12350 5175 50 0001 L TNN + 1 12250 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA876D2 +P 12250 5950 +AR Path="/5FA876D2" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA876D2" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 12250 5700 50 0001 C CNN +F 1 "GND" H 12255 5777 50 0000 C CNN +F 2 "" H 12250 5950 50 0001 C CNN +F 3 "" H 12250 5950 50 0001 C CNN + 1 12250 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA876DE +P 12800 5350 +AR Path="/5FA876DE" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA876DE" Ref="C?" Part="1" +F 0 "C?" H 12915 5396 50 0000 L CNN +F 1 "100n" H 12915 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 12838 5200 50 0001 C CNN +F 3 "~" H 12800 5350 50 0001 C CNN + 1 12800 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 12800 5150 12800 5200 +Wire Wire Line + 12250 5150 12800 5150 +Wire Wire Line + 12800 5500 12800 5850 +Wire Wire Line + 12800 5850 12250 5850 +Wire Wire Line + 12250 5950 12250 5850 +Connection ~ 12250 5850 +Wire Wire Line + 12250 5250 12250 5150 +Connection ~ 12250 5150 +$Comp +L LED:WS2812B D? +U 1 1 5FA876EC +P 13650 5550 +AR Path="/5FA876EC" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA876EC" Ref="D?" Part="1" +F 0 "D?" H 13994 5596 50 0000 L CNN +F 1 "WS2812B" H 13994 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 13700 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 13750 5175 50 0001 L TNN + 1 13650 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA876F2 +P 13650 5950 +AR Path="/5FA876F2" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA876F2" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 13650 5700 50 0001 C CNN +F 1 "GND" H 13655 5777 50 0000 C CNN +F 2 "" H 13650 5950 50 0001 C CNN +F 3 "" H 13650 5950 50 0001 C CNN + 1 13650 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA876FE +P 14200 5350 +AR Path="/5FA876FE" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA876FE" Ref="C?" Part="1" +F 0 "C?" H 14315 5396 50 0000 L CNN +F 1 "100n" H 14315 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 14238 5200 50 0001 C CNN +F 3 "~" H 14200 5350 50 0001 C CNN + 1 14200 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 14200 5150 14200 5200 +Wire Wire Line + 13650 5150 14200 5150 +Wire Wire Line + 14200 5500 14200 5850 +Wire Wire Line + 14200 5850 13650 5850 +Wire Wire Line + 13650 5950 13650 5850 +Connection ~ 13650 5850 +Wire Wire Line + 13650 5250 13650 5150 +Connection ~ 13650 5150 +$Comp +L LED:WS2812B D? +U 1 1 5FA8770C +P 15000 5550 +AR Path="/5FA8770C" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA8770C" Ref="D?" Part="1" +F 0 "D?" H 15344 5596 50 0000 L CNN +F 1 "WS2812B" H 15344 5505 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 15050 5250 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 15100 5175 50 0001 L TNN + 1 15000 5550 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA87712 +P 15000 5950 +AR Path="/5FA87712" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA87712" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 15000 5700 50 0001 C CNN +F 1 "GND" H 15005 5777 50 0000 C CNN +F 2 "" H 15000 5950 50 0001 C CNN +F 3 "" H 15000 5950 50 0001 C CNN + 1 15000 5950 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA8771E +P 15550 5350 +AR Path="/5FA8771E" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA8771E" Ref="C?" Part="1" +F 0 "C?" H 15665 5396 50 0000 L CNN +F 1 "100n" H 15665 5305 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 15588 5200 50 0001 C CNN +F 3 "~" H 15550 5350 50 0001 C CNN + 1 15550 5350 + 1 0 0 -1 +$EndComp +Wire Wire Line + 15550 5150 15550 5200 +Wire Wire Line + 15000 5150 15550 5150 +Wire Wire Line + 15550 5500 15550 5850 +Wire Wire Line + 15550 5850 15000 5850 +Wire Wire Line + 15000 5950 15000 5850 +Connection ~ 15000 5850 +Wire Wire Line + 15000 5250 15000 5150 +Connection ~ 15000 5150 +Wire Wire Line + 13950 5550 14700 5550 +Wire Wire Line + 12550 5550 13350 5550 +$Comp +L LED:WS2812B D? +U 1 1 5FA8772E +P 12250 4150 +AR Path="/5FA8772E" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA8772E" Ref="D?" Part="1" +F 0 "D?" H 12594 4196 50 0000 L CNN +F 1 "WS2812B" H 12594 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 12300 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 12350 3775 50 0001 L TNN + 1 12250 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA87734 +P 12250 4550 +AR Path="/5FA87734" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA87734" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 12250 4300 50 0001 C CNN +F 1 "GND" H 12255 4377 50 0000 C CNN +F 2 "" H 12250 4550 50 0001 C CNN +F 3 "" H 12250 4550 50 0001 C CNN + 1 12250 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA87740 +P 12800 3950 +AR Path="/5FA87740" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA87740" Ref="C?" Part="1" +F 0 "C?" H 12915 3996 50 0000 L CNN +F 1 "100n" H 12915 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 12838 3800 50 0001 C CNN +F 3 "~" H 12800 3950 50 0001 C CNN + 1 12800 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 12800 3750 12800 3800 +Wire Wire Line + 12250 3750 12800 3750 +Wire Wire Line + 12800 4100 12800 4450 +Wire Wire Line + 12800 4450 12250 4450 +Wire Wire Line + 12250 4550 12250 4450 +Connection ~ 12250 4450 +Wire Wire Line + 12250 3850 12250 3750 +Connection ~ 12250 3750 +Wire Wire Line + 10100 4150 11950 4150 +$Comp +L LED:WS2812B D? +U 1 1 5FA8774F +P 13600 4150 +AR Path="/5FA8774F" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA8774F" Ref="D?" Part="1" +F 0 "D?" H 13944 4196 50 0000 L CNN +F 1 "WS2812B" H 13944 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 13650 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 13700 3775 50 0001 L TNN + 1 13600 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA87755 +P 13600 4550 +AR Path="/5FA87755" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA87755" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 13600 4300 50 0001 C CNN +F 1 "GND" H 13605 4377 50 0000 C CNN +F 2 "" H 13600 4550 50 0001 C CNN +F 3 "" H 13600 4550 50 0001 C CNN + 1 13600 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA87761 +P 14150 3950 +AR Path="/5FA87761" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA87761" Ref="C?" Part="1" +F 0 "C?" H 14265 3996 50 0000 L CNN +F 1 "100n" H 14265 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 14188 3800 50 0001 C CNN +F 3 "~" H 14150 3950 50 0001 C CNN + 1 14150 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 14150 3750 14150 3800 +Wire Wire Line + 13600 3750 14150 3750 +Wire Wire Line + 14150 4100 14150 4450 +Wire Wire Line + 14150 4450 13600 4450 +Wire Wire Line + 13600 4550 13600 4450 +Connection ~ 13600 4450 +Wire Wire Line + 13600 3850 13600 3750 +Connection ~ 13600 3750 +$Comp +L LED:WS2812B D? +U 1 1 5FA8776F +P 14950 4150 +AR Path="/5FA8776F" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FA8776F" Ref="D?" Part="1" +F 0 "D?" H 15294 4196 50 0000 L CNN +F 1 "WS2812B" H 15294 4105 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 15000 3850 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 15050 3775 50 0001 L TNN + 1 14950 4150 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FA87775 +P 14950 4550 +AR Path="/5FA87775" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FA87775" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 14950 4300 50 0001 C CNN +F 1 "GND" H 14955 4377 50 0000 C CNN +F 2 "" H 14950 4550 50 0001 C CNN +F 3 "" H 14950 4550 50 0001 C CNN + 1 14950 4550 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FA87781 +P 15500 3950 +AR Path="/5FA87781" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FA87781" Ref="C?" Part="1" +F 0 "C?" H 15615 3996 50 0000 L CNN +F 1 "100n" H 15615 3905 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 15538 3800 50 0001 C CNN +F 3 "~" H 15500 3950 50 0001 C CNN + 1 15500 3950 + 1 0 0 -1 +$EndComp +Wire Wire Line + 15500 3750 15500 3800 +Wire Wire Line + 14950 3750 15500 3750 +Wire Wire Line + 15500 4100 15500 4450 +Wire Wire Line + 15500 4450 14950 4450 +Wire Wire Line + 14950 4550 14950 4450 +Connection ~ 14950 4450 +Wire Wire Line + 14950 3850 14950 3750 +Connection ~ 14950 3750 +Wire Wire Line + 12550 4150 13300 4150 +Wire Wire Line + 13900 4150 14650 4150 +Wire Wire Line + 15250 4150 15900 4150 +Wire Wire Line + 10100 5550 11950 5550 +Text GLabel 15900 1250 2 50 Input ~ 0 +DATA1 +Text GLabel 1350 2600 0 50 Input ~ 0 +DATA1 +Text GLabel 15950 2600 2 50 Input ~ 0 +DATA2 +Text GLabel 1350 4150 0 50 Input ~ 0 +DATA2 +Text GLabel 15900 4150 2 50 Input ~ 0 +DATA3 +Text GLabel 1350 5550 0 50 Input ~ 0 +DATA3 +Text HLabel 850 800 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 850 800 1100 800 +Text GLabel 1100 800 2 50 Input ~ 0 +V_BAT +Text GLabel 1800 850 0 50 Input ~ 0 +V_BAT +Text GLabel 1800 2200 0 50 Input ~ 0 +V_BAT +Text GLabel 1800 3750 0 50 Input ~ 0 +V_BAT +Text GLabel 1800 5150 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 3200 850 2350 850 +Connection ~ 2350 850 +Wire Wire Line + 3200 2200 2350 2200 +Connection ~ 2350 2200 +Wire Wire Line + 3200 2200 3750 2200 +Wire Wire Line + 4500 850 3750 850 +Connection ~ 3750 850 +Wire Wire Line + 4500 2200 3750 2200 +Connection ~ 3750 2200 +Wire Wire Line + 5900 850 5050 850 +Connection ~ 5050 850 +Wire Wire Line + 5900 2200 5050 2200 +Connection ~ 5050 2200 +Wire Wire Line + 7200 2200 6450 2200 +Connection ~ 6450 2200 +Wire Wire Line + 8500 2200 7750 2200 +Connection ~ 7750 2200 +Wire Wire Line + 8500 850 7750 850 +Connection ~ 7750 850 +Wire Wire Line + 7200 850 6450 850 +Connection ~ 6450 850 +Wire Wire Line + 9800 850 9050 850 +Connection ~ 9050 850 +Wire Wire Line + 12250 850 10350 850 +Connection ~ 10350 850 +Wire Wire Line + 9800 2200 9050 2200 +Connection ~ 9050 2200 +Wire Wire Line + 12250 2200 10350 2200 +Connection ~ 10350 2200 +Wire Wire Line + 13600 850 12800 850 +Connection ~ 12800 850 +Wire Wire Line + 13650 2200 12800 2200 +Connection ~ 12800 2200 +Wire Wire Line + 15000 2200 14200 2200 +Connection ~ 14200 2200 +Wire Wire Line + 14950 850 14150 850 +Connection ~ 14150 850 +Wire Wire Line + 1800 3750 2350 3750 +Connection ~ 2350 3750 +Wire Wire Line + 2350 3750 3200 3750 +Wire Wire Line + 3200 5150 2350 5150 +Connection ~ 2350 5150 +Wire Wire Line + 4550 3750 3750 3750 +Connection ~ 3750 3750 +Wire Wire Line + 4550 5150 3750 5150 +Connection ~ 3750 5150 +Wire Wire Line + 5900 3750 5100 3750 +Connection ~ 5100 3750 +Wire Wire Line + 5900 5150 5100 5150 +Connection ~ 5100 5150 +Wire Wire Line + 7200 5150 6450 5150 +Connection ~ 6450 5150 +Wire Wire Line + 7200 3750 6450 3750 +Connection ~ 6450 3750 +Wire Wire Line + 8500 3750 7750 3750 +Connection ~ 7750 3750 +Wire Wire Line + 8500 5150 7750 5150 +Connection ~ 7750 5150 +Wire Wire Line + 9800 5150 9050 5150 +Connection ~ 9050 5150 +Wire Wire Line + 9800 3750 9050 3750 +Connection ~ 9050 3750 +Wire Wire Line + 12250 3750 10350 3750 +Connection ~ 10350 3750 +Wire Wire Line + 9800 5150 10350 5150 +Connection ~ 10350 5150 +Wire Wire Line + 10350 5150 12250 5150 +Wire Wire Line + 13650 5150 12800 5150 +Connection ~ 12800 5150 +Wire Wire Line + 13600 3750 12800 3750 +Connection ~ 12800 3750 +Wire Wire Line + 14950 3750 14150 3750 +Connection ~ 14150 3750 +Wire Wire Line + 15000 5150 14200 5150 +Connection ~ 14200 5150 +$EndSCHEMATC diff --git a/logic/hardware/herni_pole_LED.sch b/logic/hardware/herni_pole_LED.sch new file mode 100644 index 0000000..d58ac79 --- /dev/null +++ b/logic/hardware/herni_pole_LED.sch @@ -0,0 +1,453 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 2750 1400 0 50 Input ~ 0 +V_LED_1 +Text HLabel 2750 1200 0 50 Input ~ 0 +DATA_IN +Wire Wire Line + 2750 1200 3000 1200 +Wire Wire Line + 2750 1400 3000 1400 +$Sheet +S 3000 1100 950 500 +U 602C0818 +F0 "1.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 3000 1200 50 +F3 "DATA_OUT" I R 3950 1200 50 +F4 "V_BAT" I L 3000 1400 50 +F5 "GND" I R 3950 1550 50 +$EndSheet +$Sheet +S 4650 1100 1100 500 +U 602C081D +F0 "2.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 4650 1200 50 +F3 "V_BAT" I L 4650 1400 50 +F4 "DATA_OUT" I R 5750 1200 50 +F5 "GND" I R 5750 1550 50 +$EndSheet +Wire Wire Line + 3950 1200 4650 1200 +Text HLabel 4400 1400 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 4400 1400 4650 1400 +$Sheet +S 6300 1100 1200 500 +U 602C0825 +F0 "3.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 6300 1200 50 +F3 "V_BAT" I L 6300 1400 50 +F4 "DATA_OUT" I R 7500 1200 50 +F5 "GND" I R 7500 1550 50 +$EndSheet +Wire Wire Line + 6300 1200 5750 1200 +Text HLabel 6150 1400 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 6150 1400 6300 1400 +$Sheet +S 8050 1100 1150 500 +U 602C082D +F0 "4.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 8050 1200 50 +F3 "V_BAT" I L 8050 1400 50 +F4 "DATA_OUT" I R 9200 1200 50 +F5 "GND" I R 9200 1550 50 +$EndSheet +Wire Wire Line + 8050 1200 7500 1200 +Text HLabel 7900 1400 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 7900 1400 8050 1400 +$Sheet +S 3000 1850 950 400 +U 602C0835 +F0 "5.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 3000 1950 50 +F3 "V_BAT" I L 3000 2150 50 +F4 "DATA_OUT" I R 3950 1950 50 +F5 "GND" I R 3950 2200 50 +$EndSheet +$Sheet +S 4650 1850 1100 400 +U 602C083A +F0 "6.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 4650 1950 50 +F3 "V_BAT" I L 4650 2150 50 +F4 "DATA_OUT" I R 5750 1950 50 +F5 "GND" I R 5750 2200 50 +$EndSheet +$Sheet +S 6300 1850 1200 400 +U 602C083F +F0 "7.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 6300 1950 50 +F3 "V_BAT" I L 6300 2150 50 +F4 "DATA_OUT" I R 7500 1950 50 +F5 "GND" I R 7500 2200 50 +$EndSheet +$Sheet +S 8050 1850 1150 400 +U 602C0844 +F0 "8.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 8050 1950 50 +F3 "V_BAT" I L 8050 2150 50 +F4 "DATA_OUT" I R 9200 1950 50 +F5 "GND" I R 9200 2200 50 +$EndSheet +Wire Wire Line + 3950 1950 4650 1950 +Wire Wire Line + 5750 1950 6300 1950 +Wire Wire Line + 7500 1950 8050 1950 +Wire Wire Line + 9200 1200 9350 1200 +Wire Wire Line + 9350 1200 9350 1700 +Wire Wire Line + 9350 1700 2850 1700 +Wire Wire Line + 2850 1700 2850 1950 +Wire Wire Line + 2850 1950 3000 1950 +Text HLabel 2750 2150 0 50 Input ~ 0 +V_LED_1 +Text HLabel 4450 2150 0 50 Input ~ 0 +V_LED_1 +Text HLabel 6150 2150 0 50 Input ~ 0 +V_LED_1 +Text HLabel 7950 2150 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 2750 2150 3000 2150 +Wire Wire Line + 4450 2150 4650 2150 +Wire Wire Line + 6150 2150 6300 2150 +Wire Wire Line + 7950 2150 8050 2150 +$Sheet +S 3000 2600 950 450 +U 602C0859 +F0 "9.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 3000 2700 50 +F3 "V_BAT" I L 3000 2900 50 +F4 "DATA_OUT" I R 3950 2700 50 +F5 "GND" I R 3950 3000 50 +$EndSheet +$Sheet +S 4650 2600 1100 450 +U 602C085E +F0 "10.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 4650 2700 50 +F3 "V_BAT" I L 4650 2900 50 +F4 "DATA_OUT" I R 5750 2700 50 +F5 "GND" I R 5750 3000 50 +$EndSheet +$Sheet +S 6300 2600 1200 450 +U 602C0863 +F0 "11.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 6300 2700 50 +F3 "V_BAT" I L 6300 2900 50 +F4 "DATA_OUT" I R 7500 2700 50 +F5 "GND" I R 7500 3000 50 +$EndSheet +$Sheet +S 8050 2600 1150 450 +U 602C0868 +F0 "12.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 8050 2700 50 +F3 "V_BAT" I L 8050 2900 50 +F4 "DATA_OUT" I R 9200 2700 50 +F5 "GND" I R 9200 3000 50 +$EndSheet +Wire Wire Line + 9200 1950 9350 1950 +Wire Wire Line + 9350 1950 9350 2450 +Wire Wire Line + 9350 2450 2850 2450 +Wire Wire Line + 2850 2450 2850 2700 +Wire Wire Line + 2850 2700 3000 2700 +Text HLabel 2800 2900 0 50 Input ~ 0 +V_LED_1 +Text HLabel 4500 2900 0 50 Input ~ 0 +V_LED_1 +Text HLabel 6150 2900 0 50 Input ~ 0 +V_LED_1 +Text HLabel 7950 2900 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 8050 2900 7950 2900 +Wire Wire Line + 8050 2700 7500 2700 +Wire Wire Line + 6300 2900 6150 2900 +Wire Wire Line + 6300 2700 5750 2700 +Wire Wire Line + 4650 2700 3950 2700 +Wire Wire Line + 4650 2900 4500 2900 +Wire Wire Line + 2800 2900 3000 2900 +$Sheet +S 3000 3350 950 400 +U 602C087D +F0 "13.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 3000 3450 50 +F3 "V_BAT" I L 3000 3650 50 +F4 "DATA_OUT" I R 3950 3450 50 +F5 "GND" I R 3950 3700 50 +$EndSheet +$Sheet +S 4650 3350 1100 400 +U 602C0882 +F0 "14.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 4650 3450 50 +F3 "V_BAT" I L 4650 3650 50 +F4 "DATA_OUT" I R 5750 3450 50 +F5 "GND" I R 5750 3700 50 +$EndSheet +$Sheet +S 6300 3350 1200 400 +U 602C0887 +F0 "15.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 6300 3450 50 +F3 "V_BAT" I L 6300 3650 50 +F4 "DATA_OUT" I R 7500 3450 50 +F5 "GND" I R 7500 3700 50 +$EndSheet +$Sheet +S 8050 3350 1150 400 +U 602C088C +F0 "16.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 8050 3450 50 +F3 "V_BAT" I L 8050 3650 50 +F4 "DATA_OUT" I R 9200 3450 50 +F5 "GND" I R 9200 3700 50 +$EndSheet +$Sheet +S 3000 4050 950 400 +U 602C0891 +F0 "17.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 3000 4150 50 +F3 "V_BAT" I L 3000 4350 50 +F4 "DATA_OUT" I R 3950 4150 50 +F5 "GND" I R 3950 4400 50 +$EndSheet +$Sheet +S 4650 4050 1100 400 +U 602C0896 +F0 "18.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 4650 4150 50 +F3 "V_BAT" I L 4650 4350 50 +F4 "DATA_OUT" I R 5750 4150 50 +F5 "GND" I R 5750 4400 50 +$EndSheet +$Sheet +S 6300 4050 1200 400 +U 602C089B +F0 "19.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 6300 4150 50 +F3 "V_BAT" I L 6300 4350 50 +F4 "DATA_OUT" I R 7500 4150 50 +F5 "GND" I R 7500 4400 50 +$EndSheet +$Sheet +S 8050 4050 1150 400 +U 602C08A0 +F0 "20.sch" 50 +F1 "LEDky5.sch" 50 +F2 "DATA_IN" I L 8050 4150 50 +F3 "V_BAT" I L 8050 4350 50 +F4 "DATA_OUT" I R 9200 4150 50 +F5 "GND" I R 9200 4400 50 +$EndSheet +Text HLabel 7950 3650 0 50 Input ~ 0 +V_LED_1 +Text HLabel 7950 4350 0 50 Input ~ 0 +V_LED_1 +Text HLabel 6150 3650 0 50 Input ~ 0 +V_LED_1 +Text HLabel 6150 4350 0 50 Input ~ 0 +V_LED_1 +Text HLabel 4500 3650 0 50 Input ~ 0 +V_LED_1 +Text HLabel 4450 4350 0 50 Input ~ 0 +V_LED_1 +Text HLabel 2800 3650 0 50 Input ~ 0 +V_LED_1 +Text HLabel 2800 4350 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 2800 3650 3000 3650 +Wire Wire Line + 3950 3450 4650 3450 +Wire Wire Line + 4650 3650 4500 3650 +Wire Wire Line + 4650 4350 4450 4350 +Wire Wire Line + 4650 4150 3950 4150 +Wire Wire Line + 3000 4350 2800 4350 +Wire Wire Line + 5750 3450 6300 3450 +Wire Wire Line + 6300 3650 6150 3650 +Wire Wire Line + 6300 4150 5750 4150 +Wire Wire Line + 6300 4350 6150 4350 +Wire Wire Line + 8050 4350 7950 4350 +Wire Wire Line + 8050 4150 7500 4150 +Wire Wire Line + 7950 3650 8050 3650 +Wire Wire Line + 8050 3450 7500 3450 +Wire Wire Line + 9200 2700 9400 2700 +Wire Wire Line + 9400 2700 9400 3200 +Wire Wire Line + 9400 3200 2750 3200 +Wire Wire Line + 2750 3200 2750 3450 +Wire Wire Line + 2750 3450 3000 3450 +Wire Wire Line + 9200 3450 9400 3450 +Wire Wire Line + 9400 3450 9400 3900 +Wire Wire Line + 9400 3900 2750 3900 +Wire Wire Line + 2750 3900 2750 4150 +Wire Wire Line + 2750 4150 3000 4150 +Wire Wire Line + 9200 4150 9400 4150 +NoConn ~ 9400 4150 +Text HLabel 4050 1550 2 50 Input ~ 0 +GND +Text HLabel 5900 1550 2 50 Input ~ 0 +GND +Text HLabel 7650 1550 2 50 Input ~ 0 +GND +Text HLabel 9400 1550 2 50 Input ~ 0 +GND +Text HLabel 9450 2200 2 50 Input ~ 0 +GND +Text HLabel 7600 2200 2 50 Input ~ 0 +GND +Text HLabel 5900 2200 2 50 Input ~ 0 +GND +Text HLabel 4100 2200 2 50 Input ~ 0 +GND +Text HLabel 4100 3000 2 50 Input ~ 0 +GND +Text HLabel 5950 3000 2 50 Input ~ 0 +GND +Text HLabel 7650 3000 2 50 Input ~ 0 +GND +Text HLabel 9500 3000 2 50 Input ~ 0 +GND +Text HLabel 9500 3700 2 50 Input ~ 0 +GND +Text HLabel 7650 3700 2 50 Input ~ 0 +GND +Text HLabel 5900 3700 2 50 Input ~ 0 +GND +Text HLabel 4150 3700 2 50 Input ~ 0 +GND +Text HLabel 4150 4400 2 50 Input ~ 0 +GND +Text HLabel 5950 4400 2 50 Input ~ 0 +GND +Text HLabel 7650 4400 2 50 Input ~ 0 +GND +Text HLabel 9500 4400 2 50 Input ~ 0 +GND +Wire Wire Line + 4050 1550 3950 1550 +Wire Wire Line + 5750 1550 5900 1550 +Wire Wire Line + 7500 1550 7650 1550 +Wire Wire Line + 9200 1550 9400 1550 +Wire Wire Line + 9450 2200 9200 2200 +Wire Wire Line + 7600 2200 7500 2200 +Wire Wire Line + 5900 2200 5750 2200 +Wire Wire Line + 4100 2200 3950 2200 +Wire Wire Line + 3950 3000 4100 3000 +Wire Wire Line + 5750 3000 5950 3000 +Wire Wire Line + 7500 3000 7650 3000 +Wire Wire Line + 9200 3000 9500 3000 +Wire Wire Line + 9500 3700 9200 3700 +Wire Wire Line + 7650 3700 7500 3700 +Wire Wire Line + 5900 3700 5750 3700 +Wire Wire Line + 4150 3700 3950 3700 +Wire Wire Line + 4150 4400 3950 4400 +Wire Wire Line + 5750 4400 5950 4400 +Wire Wire Line + 7500 4400 7650 4400 +Wire Wire Line + 9200 4400 9500 4400 +$EndSCHEMATC diff --git a/logic/hardware/hodnoceni_LED.sch b/logic/hardware/hodnoceni_LED.sch new file mode 100644 index 0000000..db9d771 --- /dev/null +++ b/logic/hardware/hodnoceni_LED.sch @@ -0,0 +1,195 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 31 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 1000 1000 0 50 Input ~ 0 +V_BAT_1 +Text HLabel 1000 800 0 50 Input ~ 0 +DATA_IN +$Sheet +S 1250 700 950 500 +U 5F78E191 +F0 "1.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 1250 800 50 +F3 "DATA_OUT" I R 2200 800 50 +F4 "V_BAT" I L 1250 1000 50 +$EndSheet +Wire Wire Line + 1000 800 1250 800 +Wire Wire Line + 1000 1000 1250 1000 +$Sheet +S 2750 700 950 500 +U 5F791DD2 +F0 "2.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 2750 800 50 +F3 "DATA_OUT" I R 3700 800 50 +F4 "V_BAT" I L 2750 1000 50 +$EndSheet +Text HLabel 2650 1000 0 50 Input ~ 0 +V_BAT_1 +Wire Wire Line + 2650 1000 2750 1000 +Wire Wire Line + 2750 800 2200 800 +$Sheet +S 4300 700 950 500 +U 5F793C20 +F0 "3.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4300 800 50 +F3 "DATA_OUT" I R 5250 800 50 +F4 "V_BAT" I L 4300 1000 50 +$EndSheet +Text HLabel 4150 1000 0 50 Input ~ 0 +V_BAT_1 +Wire Wire Line + 4150 1000 4300 1000 +Wire Wire Line + 4300 800 3700 800 +$Sheet +S 1250 1600 950 500 +U 5F7945F7 +F0 "4.ch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 1250 1700 50 +F3 "DATA_OUT" I R 2200 1700 50 +F4 "V_BAT" I L 1250 1900 50 +$EndSheet +Text HLabel 1000 1900 0 50 Input ~ 0 +V_BAT_2 +Wire Wire Line + 1250 1700 1000 1700 +Wire Wire Line + 1000 1700 1000 1400 +Wire Wire Line + 1000 1400 5450 1400 +Wire Wire Line + 5450 1400 5450 800 +Wire Wire Line + 5450 800 5250 800 +Wire Wire Line + 1250 1900 1000 1900 +$Sheet +S 2750 1600 950 500 +U 5F79516D +F0 "5.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 2750 1700 50 +F3 "DATA_OUT" I R 3700 1700 50 +F4 "V_BAT" I L 2750 1900 50 +$EndSheet +Text HLabel 2600 1900 0 50 Input ~ 0 +V_BAT_2 +Wire Wire Line + 2750 1700 2200 1700 +Wire Wire Line + 2750 1900 2600 1900 +$Sheet +S 4300 1600 950 500 +U 5F795CD3 +F0 "6.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 4300 1700 50 +F3 "DATA_OUT" I R 5250 1700 50 +F4 "V_BAT" I L 4300 1900 50 +$EndSheet +Wire Wire Line + 3700 1700 4300 1700 +Text HLabel 4150 1900 0 50 Input ~ 0 +V_BAT_2 +Wire Wire Line + 4150 1900 4300 1900 +$Sheet +S 1250 2550 950 450 +U 5F79747A +F0 "7.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 1250 2650 50 +F3 "DATA_OUT" I R 2200 2650 50 +F4 "V_BAT" I L 1250 2850 50 +$EndSheet +Text HLabel 1000 2850 0 50 Input ~ 0 +V_BAT_3 +Wire Wire Line + 1250 2650 1000 2650 +Wire Wire Line + 1000 2650 1000 2350 +Wire Wire Line + 1000 2350 5500 2350 +Wire Wire Line + 5500 2350 5500 1700 +Wire Wire Line + 5500 1700 5250 1700 +Wire Wire Line + 1250 2850 1000 2850 +$Sheet +S 2750 2550 950 450 +U 5F79845A +F0 "8.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 2750 2650 50 +F3 "DATA_OUT" I R 3700 2650 50 +F4 "V_BAT" I L 2750 2850 50 +$EndSheet +$Sheet +S 1250 3500 950 450 +U 5F79846B +F0 "9.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 1250 3600 50 +F3 "DATA_OUT" I R 2200 3600 50 +F4 "V_BAT" I L 1250 3800 50 +$EndSheet +$Sheet +S 2750 3500 950 450 +U 5F798482 +F0 "10.sch" 50 +F1 "LEDky4.sch" 50 +F2 "DATA_IN" I L 2750 3600 50 +F3 "DATA_OUT" I R 3700 3600 50 +F4 "V_BAT" I L 2750 3800 50 +$EndSheet +Text HLabel 1000 3800 0 50 Input ~ 0 +V_BAT_4 +Wire Wire Line + 2200 2650 2750 2650 +Wire Wire Line + 3700 2650 3950 2650 +Wire Wire Line + 3950 2650 3950 3250 +Wire Wire Line + 3950 3250 1000 3250 +Wire Wire Line + 1000 3250 1000 3600 +Wire Wire Line + 1000 3600 1250 3600 +Wire Wire Line + 1250 3800 1000 3800 +Wire Wire Line + 2200 3600 2750 3600 +Text HLabel 2600 3800 0 50 Input ~ 0 +V_BAT_4 +Wire Wire Line + 2600 3800 2750 3800 +Text HLabel 2600 2850 0 50 Input ~ 0 +V_BAT_3 +Wire Wire Line + 2600 2850 2750 2850 +Wire Wire Line + 3700 3600 3850 3600 +NoConn ~ 3850 3600 +$EndSCHEMATC diff --git a/logic/hardware/ovladaci_prvky.sch b/logic/hardware/ovladaci_prvky.sch new file mode 100644 index 0000000..fdbf36d --- /dev/null +++ b/logic/hardware/ovladaci_prvky.sch @@ -0,0 +1,274 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:Q_Photo_NPN Q? +U 1 1 6027232E +P 9650 2100 +AR Path="/6027232E" Ref="Q?" Part="1" +AR Path="/6025A839/6027232E" Ref="Q3" Part="1" +F 0 "Q3" H 9840 2146 50 0000 L CNN +F 1 "Q_Photo_NPN" H 9840 2055 50 0000 L CNN +F 2 "my_library:SMD,3.5x2.8x1.9mm" H 9850 2200 50 0001 C CNN +F 3 "~" H 9650 2100 50 0001 C CNN +F 4 "0;0;0" H 9650 2100 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C250859" H 9650 2100 50 0001 C CNN "LCSC" + 1 9650 2100 + 1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 60272336 +P 9750 2800 +AR Path="/60272336" Ref="R?" Part="1" +AR Path="/6025A839/60272336" Ref="R13" Part="1" +F 0 "R13" H 9820 2846 50 0000 L CNN +F 1 "10k" H 9820 2755 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 9680 2800 50 0001 C CNN +F 3 "~" H 9750 2800 50 0001 C CNN +F 4 "0;0;0" H 9750 2800 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C25744" H 9750 2800 50 0001 C CNN "LCSC" + 1 9750 2800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9750 3100 9750 2950 +Wire Wire Line + 9750 2650 9750 2500 +Connection ~ 9750 2500 +Wire Wire Line + 9750 2500 9750 2300 +$Comp +L Device:R R? +U 1 1 6027234F +P 9750 1650 +AR Path="/6027234F" Ref="R?" Part="1" +AR Path="/6025A839/6027234F" Ref="R5" Part="1" +F 0 "R5" H 9820 1696 50 0000 L CNN +F 1 "22k" H 9820 1605 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 9680 1650 50 0001 C CNN +F 3 "~" H 9750 1650 50 0001 C CNN +F 4 "0;0;0" H 9750 1650 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "C25768" H 9750 1650 50 0001 C CNN "LCSC" + 1 9750 1650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 9750 1350 9750 1500 +Wire Wire Line + 9750 1800 9750 1900 +Wire Wire Line + 9550 2500 9750 2500 +$Sheet +S 5400 3500 1050 350 +U 602B59A9 +F0 "zadani_LED.sch" 50 +F1 "zadani_LED.sch" 50 +F2 "DATA_zadani_LED" I L 5400 3600 50 +F3 "V_LED_1" I L 5400 3750 50 +F4 "GND" I R 6450 3650 50 +$EndSheet +Wire Wire Line + 5250 3600 5400 3600 +$Sheet +S 1800 2900 1550 1350 +U 602BAE12 +F0 "herni_pole_LED.sch" 50 +F1 "herni_pole_LED.sch" 50 +F2 "V_LED_1" I L 1800 3350 50 +F3 "DATA_IN" I L 1800 3200 50 +F4 "GND" I L 1800 3500 50 +$EndSheet +Wire Wire Line + 1500 3200 1800 3200 +Wire Wire Line + 1150 3350 1400 3350 +$Comp +L Mechanical:MountingHole H6 +U 1 1 602EC52B +P 700 7650 +F 0 "H6" H 800 7696 50 0000 L CNN +F 1 "MountingHole" H 800 7605 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 700 7650 50 0001 C CNN +F 3 "~" H 700 7650 50 0001 C CNN +F 4 "0;0;0" H 700 7650 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "-" H 700 7650 50 0001 C CNN "LCSC" + 1 700 7650 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H5 +U 1 1 602ECD0C +P 700 7400 +F 0 "H5" H 800 7446 50 0000 L CNN +F 1 "MountingHole" H 800 7355 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 700 7400 50 0001 C CNN +F 3 "~" H 700 7400 50 0001 C CNN +F 4 "0;0;0" H 700 7400 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "-" H 700 7400 50 0001 C CNN "LCSC" + 1 700 7400 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H8 +U 1 1 602ECEE7 +P 1450 7650 +F 0 "H8" H 1550 7696 50 0000 L CNN +F 1 "MountingHole" H 1550 7605 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 1450 7650 50 0001 C CNN +F 3 "~" H 1450 7650 50 0001 C CNN +F 4 "0;0;0" H 1450 7650 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "-" H 1450 7650 50 0001 C CNN "LCSC" + 1 1450 7650 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:MountingHole H7 +U 1 1 602ED292 +P 1450 7400 +F 0 "H7" H 1550 7446 50 0000 L CNN +F 1 "MountingHole" H 1550 7355 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.2mm_M3_DIN965_Pad" H 1450 7400 50 0001 C CNN +F 3 "~" H 1450 7400 50 0001 C CNN +F 4 "0;0;0" H 1450 7400 50 0001 C CNN "JLCPCB_CORRECTION" +F 5 "-" H 1450 7400 50 0001 C CNN "LCSC" + 1 1450 7400 + 1 0 0 -1 +$EndComp +$Comp +L Mechanical:DIN_Rail_Adapter DRA? +U 1 1 602FB1A9 +P 1500 1350 +AR Path="/602FB1A9" Ref="DRA?" Part="1" +AR Path="/6025ABB3/602FB1A9" Ref="DRA?" Part="1" +AR Path="/6025A839/602FB1A9" Ref="DRA1" Part="1" +F 0 "DRA1" H 1500 1615 50 0000 C CNN +F 1 "Logo_Robotarna" H 1500 1524 50 0000 C CNN +F 2 "my_library:RobotarnaLogo-6mm" H 1500 1150 50 0001 C CNN +F 3 "~" H 1500 1500 50 0001 C CNN +F 4 "-" H 1500 1350 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 1500 1350 50 0001 C CNN "JLCPCB_CORRECTION" + 1 1500 1350 + 1 0 0 -1 +$EndComp +Text HLabel 9750 3100 3 50 Input ~ 0 +GND +Text HLabel 9750 1350 1 50 Input ~ 0 +3V3 +Text HLabel 9550 2500 0 50 Input ~ 0 +SENZOR_SVETLA +Text HLabel 1500 3200 0 50 Input ~ 0 +DATA_HERNI_LED +Text HLabel 5250 3600 0 50 Input ~ 0 +DATA_ZADANI_LED +Text HLabel 1050 3500 0 50 Input ~ 0 +GND +Wire Wire Line + 1050 3500 1650 3500 +Text HLabel 6600 3650 2 50 Input ~ 0 +GND +Wire Wire Line + 6600 3650 6450 3650 +Text HLabel 6650 4350 2 50 Input ~ 0 +GND +Text HLabel 5000 3750 0 50 Input ~ 0 +V_LED_1 +Text HLabel 1150 3350 0 50 Input ~ 0 +V_LED_1 +$Sheet +S 5400 4150 1050 3000 +U 602B59C6 +F0 "tlacitka.sch" 50 +F1 "tlacitka.sch" 50 +F2 "SW_11" I R 6450 5900 50 +F3 "SW_3" I R 6450 4800 50 +F4 "SW_5" I R 6450 5000 50 +F5 "SW_8" I R 6450 5400 50 +F6 "SW_9" I R 6450 5500 50 +F7 "SW_10" I R 6450 5750 50 +F8 "SW_2" I R 6450 4650 50 +F9 "GND" I R 6450 4350 50 +F10 "SW_4" I R 6450 4900 50 +F11 "SW_7" I R 6450 5200 50 +$EndSheet +Text HLabel 6650 4650 2 50 Input ~ 0 +SW_2 +Text HLabel 6650 4800 2 50 Input ~ 0 +SW_3 +Text HLabel 6650 4900 2 50 Input ~ 0 +SW_4 +Text HLabel 6650 5000 2 50 Input ~ 0 +SW_5 +Text HLabel 6650 5200 2 50 Input ~ 0 +SW_7 +Text HLabel 6650 5400 2 50 Input ~ 0 +SW_8 +Text HLabel 6650 5500 2 50 Input ~ 0 +SW_9 +Text HLabel 6650 5750 2 50 Input ~ 0 +SW_10 +Text HLabel 6650 5900 2 50 Input ~ 0 +SW_11 +Wire Wire Line + 6450 4350 6650 4350 +Wire Wire Line + 6450 4650 6650 4650 +Wire Wire Line + 6450 4800 6650 4800 +Wire Wire Line + 6450 4900 6650 4900 +Wire Wire Line + 6650 5000 6450 5000 +Wire Wire Line + 6450 5200 6650 5200 +Wire Wire Line + 6650 5400 6450 5400 +Wire Wire Line + 6450 5500 6650 5500 +Wire Wire Line + 6450 5750 6650 5750 +Wire Wire Line + 6650 5900 6450 5900 +$Comp +L power:PWR_FLAG #FLG0103 +U 1 1 6056E153 +P 1400 3350 +F 0 "#FLG0103" H 1400 3425 50 0001 C CNN +F 1 "PWR_FLAG" H 1400 3523 50 0000 C CNN +F 2 "" H 1400 3350 50 0001 C CNN +F 3 "~" H 1400 3350 50 0001 C CNN + 1 1400 3350 + -1 0 0 1 +$EndComp +Connection ~ 1400 3350 +Wire Wire Line + 1400 3350 1800 3350 +Wire Wire Line + 5000 3750 5400 3750 +$Comp +L power:PWR_FLAG #FLG0105 +U 1 1 605CD185 +P 1650 3500 +F 0 "#FLG0105" H 1650 3575 50 0001 C CNN +F 1 "PWR_FLAG" H 1650 3673 50 0000 C CNN +F 2 "" H 1650 3500 50 0001 C CNN +F 3 "~" H 1650 3500 50 0001 C CNN + 1 1650 3500 + -1 0 0 1 +$EndComp +Connection ~ 1650 3500 +Wire Wire Line + 1650 3500 1800 3500 +$EndSCHEMATC diff --git a/logic/hardware/sym-lib-table b/logic/hardware/sym-lib-table new file mode 100644 index 0000000..f8dc635 --- /dev/null +++ b/logic/hardware/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (lib (name symbols)(type Legacy)(uri ${KIPRJMOD}/symbols.lib)(options "")(descr "")) + (lib (name Logic_KiCad-rescue)(type Legacy)(uri ${KIPRJMOD}/Logic_KiCad-rescue.lib)(options "")(descr "")) +) diff --git a/logic/hardware/symbols.bck b/logic/hardware/symbols.bck new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/logic/hardware/symbols.bck @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/logic/hardware/symbols.dcm b/logic/hardware/symbols.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/logic/hardware/symbols.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/logic/hardware/symbols.lib b/logic/hardware/symbols.lib new file mode 100644 index 0000000..d84e654 --- /dev/null +++ b/logic/hardware/symbols.lib @@ -0,0 +1,104 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Dual_battery +# +DEF Dual_battery U 0 40 Y Y 1 F N +F0 "U" 150 200 50 H V C CNN +F1 "Dual_battery" 0 300 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -20 -240 -10 -60 1 1 0 F +S -20 60 -10 240 1 1 0 F +S 3 -212 23 -92 1 1 0 F +S 3 88 23 208 1 1 0 F +P 2 1 1 10 -100 240 -60 240 N +P 2 1 1 10 -90 -60 -50 -60 N +P 2 1 1 10 -80 220 -80 260 N +P 2 1 1 10 -70 -80 -70 -40 N +P 2 1 1 0 -20 -150 -50 -150 N +P 2 1 1 0 -20 150 -50 150 N +P 2 1 1 0 20 -150 50 -150 N +P 2 1 1 0 20 150 50 150 N +X ~ 1 -150 150 100 R 50 50 1 1 w +X ~ 2 150 150 100 L 50 50 1 1 w +X ~ 3 -150 -150 100 R 50 50 1 1 w +X ~ 4 150 -150 100 L 50 50 1 1 w +ENDDRAW +ENDDEF +# +# MIC1555-MU +# +DEF MIC1555-MU U 0 40 Y Y 1 F N +F0 "U" 0 -300 50 H V C CNN +F1 "MIC1555-MU" 0 300 50 H V C CNN +F2 "RoboCamp:UTDFN-10" 0 -450 50 H I C CNN +F3 "" -150 -150 50 H I C CNN +DRAW +S -250 250 250 -250 0 1 0 f +X VS 1 -350 200 100 R 50 50 1 1 W +X OUT 10 350 200 100 L 50 50 1 1 O +X CS 2 -350 100 100 R 50 50 1 1 I +X THR 5 350 0 100 L 50 50 1 1 B +X TRG 6 -350 -50 100 R 50 50 1 1 I +X GND 8 -350 -200 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# SW +# +DEF SW SW 0 40 Y Y 1 F N +F0 "SW" 0 0 50 H V C CNN +F1 "SW" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -100 100 100 -100 0 1 0 f +X A 1 -200 50 100 R 50 50 1 1 P +X B 2 -200 -50 100 R 50 50 1 1 P +X C 3 200 50 100 L 50 50 1 1 P +X D 4 200 -50 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# SY8105 +# +DEF SY8105 U 0 40 Y Y 1 F N +F0 "U" 150 450 50 H V C CNN +F1 "SY8105" 0 50 50 H V C CNN +F2 "Package_TO_SOT_SMD:TSOT-23-6" 700 -350 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -250 -300 250 400 0 1 0 f +X FB 1 350 -200 100 L 50 50 1 1 I +X EN 2 -350 -200 100 R 50 50 1 1 I +X GND 3 0 -400 100 U 50 50 1 1 W +X IN 4 -350 300 100 R 50 50 1 1 W +X LX 5 350 300 100 L 50 50 1 1 w +X BS 6 0 500 100 D 50 50 1 1 P +ENDDRAW +ENDDEF +# +# TP4056 +# +DEF TP4056 U 0 40 Y Y 1 F N +F0 "U" -400 400 50 H V C CNN +F1 "TP4056" 0 0 50 H V C CNN +F2 "" -450 450 50 H I C CNN +F3 "" -450 450 50 H I C CNN +DRAW +S -450 350 450 -300 0 1 0 f +X TEMP 1 -550 250 100 R 50 50 1 1 I +X PROG 2 -550 100 100 R 50 50 1 1 I +X GND 3 0 -400 100 U 50 50 1 1 W +X VCC 4 0 450 100 D 50 50 1 1 W +X BAT 5 550 -200 100 L 50 50 1 1 w +X ~STDBY 6 550 50 100 L 50 50 1 1 O +X ~CHRG 7 550 200 100 L 50 50 1 1 O +X CE 8 -550 -50 100 R 50 50 1 1 I +X PAD 9 -550 -200 100 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +#End Library diff --git a/logic/hardware/tlacitka.sch b/logic/hardware/tlacitka.sch new file mode 100644 index 0000000..33de405 --- /dev/null +++ b/logic/hardware/tlacitka.sch @@ -0,0 +1,700 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 25 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Text HLabel 6500 4350 0 50 Input ~ 0 +SW_11 +Text HLabel 4300 2400 0 50 Input ~ 0 +SW_3 +Text HLabel 4350 3250 0 50 Input ~ 0 +SW_5 +Text HLabel 6500 1600 0 50 Input ~ 0 +SW_8 +Text HLabel 6500 2400 0 50 Input ~ 0 +SW_9 +Text HLabel 6500 3250 0 50 Input ~ 0 +SW_10 +Wire Wire Line + 4600 4350 4450 4350 +Wire Wire Line + 4450 4350 4450 4550 +Wire Wire Line + 4450 4550 4650 4550 +Wire Wire Line + 4300 4350 4450 4350 +Connection ~ 4450 4350 +Wire Wire Line + 5000 4350 5150 4350 +Wire Wire Line + 5150 4350 5150 4550 +Wire Wire Line + 5150 4550 4950 4550 +Wire Wire Line + 5350 4350 5150 4350 +Connection ~ 5150 4350 +Wire Wire Line + 6800 4350 6650 4350 +Wire Wire Line + 6650 4350 6650 4550 +Wire Wire Line + 6650 4550 6850 4550 +Wire Wire Line + 6500 4350 6650 4350 +Connection ~ 6650 4350 +Wire Wire Line + 7200 4350 7350 4350 +Wire Wire Line + 7350 4350 7350 4550 +Wire Wire Line + 7350 4550 7150 4550 +Wire Wire Line + 7550 4350 7350 4350 +Connection ~ 7350 4350 +Wire Wire Line + 4600 2400 4450 2400 +Wire Wire Line + 4450 2400 4450 2600 +Wire Wire Line + 4450 2600 4650 2600 +Wire Wire Line + 4300 2400 4450 2400 +Connection ~ 4450 2400 +Wire Wire Line + 5000 2400 5150 2400 +Wire Wire Line + 5150 2400 5150 2600 +Wire Wire Line + 5150 2600 4950 2600 +Wire Wire Line + 5350 2400 5150 2400 +Connection ~ 5150 2400 +Wire Wire Line + 4650 3250 4500 3250 +Wire Wire Line + 4500 3250 4500 3450 +Wire Wire Line + 4500 3450 4700 3450 +Wire Wire Line + 4350 3250 4500 3250 +Connection ~ 4500 3250 +Wire Wire Line + 5050 3250 5200 3250 +Wire Wire Line + 5200 3250 5200 3450 +Wire Wire Line + 5200 3450 5000 3450 +Wire Wire Line + 5400 3250 5200 3250 +Connection ~ 5200 3250 +Wire Wire Line + 6800 2400 6650 2400 +Wire Wire Line + 6650 2400 6650 2600 +Wire Wire Line + 6650 2600 6850 2600 +Wire Wire Line + 6500 2400 6650 2400 +Connection ~ 6650 2400 +Wire Wire Line + 7200 2400 7350 2400 +Wire Wire Line + 7350 2400 7350 2600 +Wire Wire Line + 7350 2600 7150 2600 +Wire Wire Line + 7550 2400 7350 2400 +Connection ~ 7350 2400 +Wire Wire Line + 6800 3250 6650 3250 +Wire Wire Line + 6650 3250 6650 3450 +Wire Wire Line + 6650 3450 6850 3450 +Wire Wire Line + 6500 3250 6650 3250 +Connection ~ 6650 3250 +Wire Wire Line + 7200 3250 7350 3250 +Wire Wire Line + 7350 3250 7350 3450 +Wire Wire Line + 7350 3450 7150 3450 +Wire Wire Line + 7550 3250 7350 3250 +Connection ~ 7350 3250 +Wire Wire Line + 6800 1600 6650 1600 +Wire Wire Line + 6650 1600 6650 1800 +Wire Wire Line + 6650 1800 6850 1800 +Wire Wire Line + 6500 1600 6650 1600 +Connection ~ 6650 1600 +Wire Wire Line + 7200 1600 7350 1600 +Wire Wire Line + 7350 1600 7350 1800 +Wire Wire Line + 7350 1800 7150 1800 +Wire Wire Line + 7550 1600 7350 1600 +Connection ~ 7350 1600 +Text HLabel 4300 1600 0 50 Input ~ 0 +SW_2 +Wire Wire Line + 4600 1600 4450 1600 +Wire Wire Line + 4450 1600 4450 1800 +Wire Wire Line + 4450 1800 4650 1800 +Connection ~ 4450 1600 +Wire Wire Line + 4300 1600 4450 1600 +Wire Wire Line + 5000 1600 5150 1600 +Wire Wire Line + 5150 1600 5150 1800 +Wire Wire Line + 5150 1800 4950 1800 +Connection ~ 5150 1600 +Wire Wire Line + 5350 1600 5150 1600 +$Comp +L Device:C C? +U 1 1 5F8E2E80 +P 4800 1800 +AR Path="/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8E2E80" Ref="C11" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8E2E80" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8E2E80" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8E2E80" Ref="C11" Part="1" +F 0 "C11" V 4850 1950 50 0000 C CNN +F 1 "10n" V 4639 1800 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4838 1650 50 0001 C CNN +F 3 "~" H 4800 1800 50 0001 C CNN +F 4 "C15195" H 4800 1800 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 1800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 1800 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8E2E9E +P 7000 1800 +AR Path="/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8E2E9E" Ref="C17" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8E2E9E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8E2E9E" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8E2E9E" Ref="C17" Part="1" +F 0 "C17" V 7050 1950 50 0000 C CNN +F 1 "10n" V 6839 1800 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7038 1650 50 0001 C CNN +F 3 "~" H 7000 1800 50 0001 C CNN +F 4 "C15195" H 7000 1800 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 1800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 1800 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8E2E97 +P 7000 1600 +AR Path="/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8E2E97" Ref="SW8" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8E2E97" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8E2E97" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8E2E97" Ref="SW8" Part="1" +F 0 "SW8" H 7000 1885 50 0000 C CNN +F 1 "button" H 7000 1794 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 7000 1800 50 0001 C CNN +F 3 "~" H 7000 1800 50 0001 C CNN +F 4 "C318887" H 7000 1600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 1600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 1600 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DF38A +P 7000 3450 +AR Path="/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DF38A" Ref="C19" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF38A" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF38A" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF38A" Ref="C19" Part="1" +F 0 "C19" V 7050 3600 50 0000 C CNN +F 1 "10n" V 6839 3450 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7038 3300 50 0001 C CNN +F 3 "~" H 7000 3450 50 0001 C CNN +F 4 "C15195" H 7000 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 3450 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DF383 +P 7000 3250 +AR Path="/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DF383" Ref="SW10" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF383" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF383" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF383" Ref="SW10" Part="1" +F 0 "SW10" H 7000 3535 50 0000 C CNN +F 1 "button" H 7000 3444 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 7000 3450 50 0001 C CNN +F 3 "~" H 7000 3450 50 0001 C CNN +F 4 "C318887" H 7000 3250 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 3250 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 3250 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DF36C +P 7000 2600 +AR Path="/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DF36C" Ref="C18" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF36C" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF36C" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF36C" Ref="C18" Part="1" +F 0 "C18" V 7050 2750 50 0000 C CNN +F 1 "10n" V 6839 2600 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7038 2450 50 0001 C CNN +F 3 "~" H 7000 2600 50 0001 C CNN +F 4 "C15195" H 7000 2600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 2600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 2600 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DF365 +P 7000 2400 +AR Path="/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DF365" Ref="SW9" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF365" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF365" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF365" Ref="SW9" Part="1" +F 0 "SW9" H 7000 2685 50 0000 C CNN +F 1 "button" H 7000 2594 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 7000 2600 50 0001 C CNN +F 3 "~" H 7000 2600 50 0001 C CNN +F 4 "C318887" H 7000 2400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 2400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 2400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DF34E +P 4850 3450 +AR Path="/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DF34E" Ref="C14" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF34E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF34E" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF34E" Ref="C14" Part="1" +F 0 "C14" V 4900 3600 50 0000 C CNN +F 1 "10n" V 4689 3450 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4888 3300 50 0001 C CNN +F 3 "~" H 4850 3450 50 0001 C CNN +F 4 "C15195" H 4850 3450 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4850 3450 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4850 3450 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DF347 +P 4850 3250 +AR Path="/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DF347" Ref="SW5" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF347" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF347" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF347" Ref="SW5" Part="1" +F 0 "SW5" H 4850 3535 50 0000 C CNN +F 1 "button" H 4850 3444 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 4850 3450 50 0001 C CNN +F 3 "~" H 4850 3450 50 0001 C CNN +F 4 "C318887" H 4850 3250 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4850 3250 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4850 3250 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DF330 +P 4800 2600 +AR Path="/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DF330" Ref="C12" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF330" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF330" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF330" Ref="C12" Part="1" +F 0 "C12" V 4850 2750 50 0000 C CNN +F 1 "10n" V 4639 2600 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4838 2450 50 0001 C CNN +F 3 "~" H 4800 2600 50 0001 C CNN +F 4 "C15195" H 4800 2600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 2600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 2600 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DF329 +P 4800 2400 +AR Path="/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DF329" Ref="SW3" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DF329" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DF329" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DF329" Ref="SW3" Part="1" +F 0 "SW3" H 4800 2685 50 0000 C CNN +F 1 "button" H 4800 2594 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 4800 2600 50 0001 C CNN +F 3 "~" H 4800 2600 50 0001 C CNN +F 4 "C318887" H 4800 2400 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 2400 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 2400 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DB38E +P 7000 4550 +AR Path="/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DB38E" Ref="C20" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DB38E" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DB38E" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DB38E" Ref="C20" Part="1" +F 0 "C20" V 7050 4700 50 0000 C CNN +F 1 "10n" V 6839 4550 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7038 4400 50 0001 C CNN +F 3 "~" H 7000 4550 50 0001 C CNN +F 4 "C15195" H 7000 4550 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 4550 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 4550 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DB387 +P 7000 4350 +AR Path="/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DB387" Ref="SW11" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DB387" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DB387" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DB387" Ref="SW11" Part="1" +F 0 "SW11" H 7000 4635 50 0000 C CNN +F 1 "button" H 7000 4544 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 7000 4550 50 0001 C CNN +F 3 "~" H 7000 4550 50 0001 C CNN +F 4 "C318887" H 7000 4350 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7000 4350 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7000 4350 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5F8DA654 +P 4800 4550 +AR Path="/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F8DA654" Ref="C13" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DA654" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DA654" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/5F8DA654" Ref="C13" Part="1" +F 0 "C13" V 4850 4700 50 0000 C CNN +F 1 "10n" V 4639 4550 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4838 4400 50 0001 C CNN +F 3 "~" H 4800 4550 50 0001 C CNN +F 4 "C15195" H 4800 4550 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 4550 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 4550 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 5F8DA64D +P 4800 4350 +AR Path="/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8DA64D" Ref="SW4" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8DA64D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8DA64D" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8DA64D" Ref="SW4" Part="1" +F 0 "SW4" H 4800 4635 50 0000 C CNN +F 1 "button" H 4800 4544 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 4800 4550 50 0001 C CNN +F 3 "~" H 4800 4550 50 0001 C CNN +F 4 "C318887" H 4800 4350 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 4350 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 4350 + 1 0 0 -1 +$EndComp +Text HLabel 5350 1600 2 50 Input ~ 0 +GND +Text HLabel 5350 2400 2 50 Input ~ 0 +GND +Text HLabel 5400 3250 2 50 Input ~ 0 +GND +Text HLabel 5350 4350 2 50 Input ~ 0 +GND +Text HLabel 7550 4350 2 50 Input ~ 0 +GND +Text HLabel 7550 3250 2 50 Input ~ 0 +GND +Text HLabel 7550 2400 2 50 Input ~ 0 +GND +Text HLabel 7550 1600 2 50 Input ~ 0 +GND +Text HLabel 4300 4350 0 50 Input ~ 0 +SW_4 +Wire Wire Line + 4600 5150 4450 5150 +Wire Wire Line + 4450 5150 4450 5350 +Wire Wire Line + 4450 5350 4650 5350 +Wire Wire Line + 4300 5150 4450 5150 +Connection ~ 4450 5150 +Wire Wire Line + 5000 5150 5150 5150 +Wire Wire Line + 5150 5150 5150 5350 +Wire Wire Line + 5150 5350 4950 5350 +Wire Wire Line + 5350 5150 5150 5150 +Connection ~ 5150 5150 +$Comp +L Device:C C? +U 1 1 603FB725 +P 4800 5350 +AR Path="/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F768D65/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76BB44/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76DF12/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76E918/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F76F385/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DB4/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DD0/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896DFE/603FB725" Ref="C?" Part="1" +AR Path="/5FB92F8B/5F896E12/603FB725" Ref="C?" Part="1" +AR Path="/6025A839/602B59C6/603FB725" Ref="C126" Part="1" +F 0 "C126" V 4850 5500 50 0000 C CNN +F 1 "10n" V 4639 5350 50 0000 C CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4838 5200 50 0001 C CNN +F 3 "~" H 4800 5350 50 0001 C CNN +F 4 "C15195" H 4800 5350 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 5350 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 5350 + 0 1 1 0 +$EndComp +$Comp +L Switch:SW_Push SW? +U 1 1 603FB72D +P 4800 5150 +AR Path="/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F768D65/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/603FB72D" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/603FB72D" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/603FB72D" Ref="SW7" Part="1" +F 0 "SW7" H 4800 5435 50 0000 C CNN +F 1 "button" H 4800 5344 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 4800 5350 50 0001 C CNN +F 3 "~" H 4800 5350 50 0001 C CNN +F 4 "C318887" H 4800 5150 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 5150 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 5150 + 1 0 0 -1 +$EndComp +Text HLabel 5350 5150 2 50 Input ~ 0 +GND +Text HLabel 4300 5150 0 50 Input ~ 0 +SW_7 +$Comp +L Switch:SW_Push SW? +U 1 1 5F8E2E79 +P 4800 1600 +AR Path="/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F8E2E79" Ref="SW2" Part="1" +AR Path="/5FB92F8B/5F768D65/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76BB44/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76DF12/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76E918/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76EE0D/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F2AA/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F76F385/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DB4/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DD0/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896DFE/5F8E2E79" Ref="SW?" Part="1" +AR Path="/5FB92F8B/5F896E12/5F8E2E79" Ref="SW?" Part="1" +AR Path="/6025A839/602B59C6/5F8E2E79" Ref="SW2" Part="1" +F 0 "SW2" H 4800 1885 50 0000 C CNN +F 1 "button" H 4800 1794 50 0000 C CNN +F 2 "my_library:Tactile_switch" H 4800 1800 50 0001 C CNN +F 3 "~" H 4800 1800 50 0001 C CNN +F 4 "C318887" H 4800 1600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4800 1600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4800 1600 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/logic/hardware/top_PCB.kicad_pcb b/logic/hardware/top_PCB.kicad_pcb new file mode 100644 index 0000000..11e7042 --- /dev/null +++ b/logic/hardware/top_PCB.kicad_pcb @@ -0,0 +1,19336 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.5+dfsg1-2build2) + + (general + (thickness 1.6) + (drawings 596) + (tracks 2280) + (zones 0) + (modules 239) + (nets 122) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (user_trace_width 0.15) + (user_trace_width 0.5) + (user_trace_width 0.8) + (user_trace_width 1) + (user_trace_width 1.5) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.127) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.45) + (via_min_drill 0.2) + (user_via 0.6 0.3) + (user_via 0.8 0.5) + (user_via 1.1 0.8) + (user_via 1.3 1) + (user_via 1.8 1.5) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.5) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 5.6 5.6) + (pad_drill 3.2) + (pad_to_mask_clearance 0.05) + (aux_axis_origin 0 0) + (visible_elements 7FFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (excludeedgelayer true) + (linewidth 0.150000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 Board_1-/ovladaci_prvky.sch/3V3) + (net 2 Board_1-/ovladaci_prvky.sch/DATA_HERNI_LED) + (net 3 Board_1-/ovladaci_prvky.sch/DATA_ZADANI_LED) + (net 4 Board_1-/ovladaci_prvky.sch/GND) + (net 5 Board_1-/ovladaci_prvky.sch/SENZOR_SVETLA) + (net 6 Board_1-/ovladaci_prvky.sch/SW_10) + (net 7 Board_1-/ovladaci_prvky.sch/SW_11) + (net 8 Board_1-/ovladaci_prvky.sch/SW_2) + (net 9 Board_1-/ovladaci_prvky.sch/SW_3) + (net 10 Board_1-/ovladaci_prvky.sch/SW_4) + (net 11 Board_1-/ovladaci_prvky.sch/SW_5) + (net 12 Board_1-/ovladaci_prvky.sch/SW_7) + (net 13 Board_1-/ovladaci_prvky.sch/SW_8) + (net 14 Board_1-/ovladaci_prvky.sch/SW_9) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1) + (net 16 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN) + (net 17 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN) + (net 18 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN) + (net 19 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN) + (net 20 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN) + (net 21 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN) + (net 22 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN) + (net 23 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN) + (net 24 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN) + (net 25 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN) + (net 26 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN) + (net 27 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN) + (net 28 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT) + (net 29 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN) + (net 30 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN) + (net 31 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN) + (net 32 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN) + (net 33 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN) + (net 34 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN) + (net 35 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN) + (net 36 "Board_1-Net-(D100-Pad2)") + (net 37 "Board_1-Net-(D100-Pad4)") + (net 38 "Board_1-Net-(D101-Pad2)") + (net 39 "Board_1-Net-(D103-Pad2)") + (net 40 "Board_1-Net-(D104-Pad2)") + (net 41 "Board_1-Net-(D105-Pad2)") + (net 42 "Board_1-Net-(D106-Pad2)") + (net 43 "Board_1-Net-(D108-Pad2)") + (net 44 "Board_1-Net-(D109-Pad2)") + (net 45 "Board_1-Net-(D110-Pad2)") + (net 46 "Board_1-Net-(D111-Pad2)") + (net 47 "Board_1-Net-(D113-Pad2)") + (net 48 "Board_1-Net-(D113-Pad4)") + (net 49 "Board_1-Net-(D12-Pad2)") + (net 50 "Board_1-Net-(D13-Pad2)") + (net 51 "Board_1-Net-(D14-Pad2)") + (net 52 "Board_1-Net-(D15-Pad2)") + (net 53 "Board_1-Net-(D17-Pad2)") + (net 54 "Board_1-Net-(D18-Pad2)") + (net 55 "Board_1-Net-(D19-Pad2)") + (net 56 "Board_1-Net-(D20-Pad2)") + (net 57 "Board_1-Net-(D22-Pad2)") + (net 58 "Board_1-Net-(D23-Pad2)") + (net 59 "Board_1-Net-(D24-Pad2)") + (net 60 "Board_1-Net-(D25-Pad2)") + (net 61 "Board_1-Net-(D27-Pad2)") + (net 62 "Board_1-Net-(D28-Pad2)") + (net 63 "Board_1-Net-(D29-Pad2)") + (net 64 "Board_1-Net-(D3-Pad2)") + (net 65 "Board_1-Net-(D30-Pad2)") + (net 66 "Board_1-Net-(D32-Pad2)") + (net 67 "Board_1-Net-(D33-Pad2)") + (net 68 "Board_1-Net-(D34-Pad2)") + (net 69 "Board_1-Net-(D35-Pad2)") + (net 70 "Board_1-Net-(D37-Pad2)") + (net 71 "Board_1-Net-(D38-Pad2)") + (net 72 "Board_1-Net-(D39-Pad2)") + (net 73 "Board_1-Net-(D4-Pad2)") + (net 74 "Board_1-Net-(D40-Pad2)") + (net 75 "Board_1-Net-(D42-Pad2)") + (net 76 "Board_1-Net-(D43-Pad2)") + (net 77 "Board_1-Net-(D44-Pad2)") + (net 78 "Board_1-Net-(D45-Pad2)") + (net 79 "Board_1-Net-(D47-Pad2)") + (net 80 "Board_1-Net-(D48-Pad2)") + (net 81 "Board_1-Net-(D49-Pad2)") + (net 82 "Board_1-Net-(D5-Pad2)") + (net 83 "Board_1-Net-(D50-Pad2)") + (net 84 "Board_1-Net-(D52-Pad2)") + (net 85 "Board_1-Net-(D53-Pad2)") + (net 86 "Board_1-Net-(D54-Pad2)") + (net 87 "Board_1-Net-(D55-Pad2)") + (net 88 "Board_1-Net-(D57-Pad2)") + (net 89 "Board_1-Net-(D58-Pad2)") + (net 90 "Board_1-Net-(D59-Pad2)") + (net 91 "Board_1-Net-(D60-Pad2)") + (net 92 "Board_1-Net-(D62-Pad2)") + (net 93 "Board_1-Net-(D63-Pad2)") + (net 94 "Board_1-Net-(D64-Pad2)") + (net 95 "Board_1-Net-(D65-Pad2)") + (net 96 "Board_1-Net-(D67-Pad2)") + (net 97 "Board_1-Net-(D68-Pad2)") + (net 98 "Board_1-Net-(D69-Pad2)") + (net 99 "Board_1-Net-(D70-Pad2)") + (net 100 "Board_1-Net-(D72-Pad2)") + (net 101 "Board_1-Net-(D73-Pad2)") + (net 102 "Board_1-Net-(D74-Pad2)") + (net 103 "Board_1-Net-(D75-Pad2)") + (net 104 "Board_1-Net-(D77-Pad2)") + (net 105 "Board_1-Net-(D78-Pad2)") + (net 106 "Board_1-Net-(D79-Pad2)") + (net 107 "Board_1-Net-(D80-Pad2)") + (net 108 "Board_1-Net-(D82-Pad2)") + (net 109 "Board_1-Net-(D83-Pad2)") + (net 110 "Board_1-Net-(D84-Pad2)") + (net 111 "Board_1-Net-(D85-Pad2)") + (net 112 "Board_1-Net-(D87-Pad2)") + (net 113 "Board_1-Net-(D88-Pad2)") + (net 114 "Board_1-Net-(D89-Pad2)") + (net 115 "Board_1-Net-(D90-Pad2)") + (net 116 "Board_1-Net-(D93-Pad2)") + (net 117 "Board_1-Net-(D94-Pad2)") + (net 118 "Board_1-Net-(D95-Pad2)") + (net 119 "Board_1-Net-(D96-Pad2)") + (net 120 "Board_1-Net-(D98-Pad2)") + (net 121 "Board_1-Net-(Q3-Pad1)") + + (net_class Default "Toto je výchozí třída sítě." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net Board_1-/ovladaci_prvky.sch/3V3) + (add_net Board_1-/ovladaci_prvky.sch/DATA_HERNI_LED) + (add_net Board_1-/ovladaci_prvky.sch/DATA_ZADANI_LED) + (add_net Board_1-/ovladaci_prvky.sch/GND) + (add_net Board_1-/ovladaci_prvky.sch/SENZOR_SVETLA) + (add_net Board_1-/ovladaci_prvky.sch/SW_10) + (add_net Board_1-/ovladaci_prvky.sch/SW_11) + (add_net Board_1-/ovladaci_prvky.sch/SW_2) + (add_net Board_1-/ovladaci_prvky.sch/SW_3) + (add_net Board_1-/ovladaci_prvky.sch/SW_4) + (add_net Board_1-/ovladaci_prvky.sch/SW_5) + (add_net Board_1-/ovladaci_prvky.sch/SW_7) + (add_net Board_1-/ovladaci_prvky.sch/SW_8) + (add_net Board_1-/ovladaci_prvky.sch/SW_9) + (add_net Board_1-/ovladaci_prvky.sch/V_LED_1) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN) + (add_net Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN) + (add_net "Board_1-Net-(D100-Pad2)") + (add_net "Board_1-Net-(D100-Pad4)") + (add_net "Board_1-Net-(D101-Pad2)") + (add_net "Board_1-Net-(D103-Pad2)") + (add_net "Board_1-Net-(D104-Pad2)") + (add_net "Board_1-Net-(D105-Pad2)") + (add_net "Board_1-Net-(D106-Pad2)") + (add_net "Board_1-Net-(D108-Pad2)") + (add_net "Board_1-Net-(D109-Pad2)") + (add_net "Board_1-Net-(D110-Pad2)") + (add_net "Board_1-Net-(D111-Pad2)") + (add_net "Board_1-Net-(D113-Pad2)") + (add_net "Board_1-Net-(D113-Pad4)") + (add_net "Board_1-Net-(D12-Pad2)") + (add_net "Board_1-Net-(D13-Pad2)") + (add_net "Board_1-Net-(D14-Pad2)") + (add_net "Board_1-Net-(D15-Pad2)") + (add_net "Board_1-Net-(D17-Pad2)") + (add_net "Board_1-Net-(D18-Pad2)") + (add_net "Board_1-Net-(D19-Pad2)") + (add_net "Board_1-Net-(D20-Pad2)") + (add_net "Board_1-Net-(D22-Pad2)") + (add_net "Board_1-Net-(D23-Pad2)") + (add_net "Board_1-Net-(D24-Pad2)") + (add_net "Board_1-Net-(D25-Pad2)") + (add_net "Board_1-Net-(D27-Pad2)") + (add_net "Board_1-Net-(D28-Pad2)") + (add_net "Board_1-Net-(D29-Pad2)") + (add_net "Board_1-Net-(D3-Pad2)") + (add_net "Board_1-Net-(D30-Pad2)") + (add_net "Board_1-Net-(D32-Pad2)") + (add_net "Board_1-Net-(D33-Pad2)") + (add_net "Board_1-Net-(D34-Pad2)") + (add_net "Board_1-Net-(D35-Pad2)") + (add_net "Board_1-Net-(D37-Pad2)") + (add_net "Board_1-Net-(D38-Pad2)") + (add_net "Board_1-Net-(D39-Pad2)") + (add_net "Board_1-Net-(D4-Pad2)") + (add_net "Board_1-Net-(D40-Pad2)") + (add_net "Board_1-Net-(D42-Pad2)") + (add_net "Board_1-Net-(D43-Pad2)") + (add_net "Board_1-Net-(D44-Pad2)") + (add_net "Board_1-Net-(D45-Pad2)") + (add_net "Board_1-Net-(D47-Pad2)") + (add_net "Board_1-Net-(D48-Pad2)") + (add_net "Board_1-Net-(D49-Pad2)") + (add_net "Board_1-Net-(D5-Pad2)") + (add_net "Board_1-Net-(D50-Pad2)") + (add_net "Board_1-Net-(D52-Pad2)") + (add_net "Board_1-Net-(D53-Pad2)") + (add_net "Board_1-Net-(D54-Pad2)") + (add_net "Board_1-Net-(D55-Pad2)") + (add_net "Board_1-Net-(D57-Pad2)") + (add_net "Board_1-Net-(D58-Pad2)") + (add_net "Board_1-Net-(D59-Pad2)") + (add_net "Board_1-Net-(D60-Pad2)") + (add_net "Board_1-Net-(D62-Pad2)") + (add_net "Board_1-Net-(D63-Pad2)") + (add_net "Board_1-Net-(D64-Pad2)") + (add_net "Board_1-Net-(D65-Pad2)") + (add_net "Board_1-Net-(D67-Pad2)") + (add_net "Board_1-Net-(D68-Pad2)") + (add_net "Board_1-Net-(D69-Pad2)") + (add_net "Board_1-Net-(D70-Pad2)") + (add_net "Board_1-Net-(D72-Pad2)") + (add_net "Board_1-Net-(D73-Pad2)") + (add_net "Board_1-Net-(D74-Pad2)") + (add_net "Board_1-Net-(D75-Pad2)") + (add_net "Board_1-Net-(D77-Pad2)") + (add_net "Board_1-Net-(D78-Pad2)") + (add_net "Board_1-Net-(D79-Pad2)") + (add_net "Board_1-Net-(D80-Pad2)") + (add_net "Board_1-Net-(D82-Pad2)") + (add_net "Board_1-Net-(D83-Pad2)") + (add_net "Board_1-Net-(D84-Pad2)") + (add_net "Board_1-Net-(D85-Pad2)") + (add_net "Board_1-Net-(D87-Pad2)") + (add_net "Board_1-Net-(D88-Pad2)") + (add_net "Board_1-Net-(D89-Pad2)") + (add_net "Board_1-Net-(D90-Pad2)") + (add_net "Board_1-Net-(D93-Pad2)") + (add_net "Board_1-Net-(D94-Pad2)") + (add_net "Board_1-Net-(D95-Pad2)") + (add_net "Board_1-Net-(D96-Pad2)") + (add_net "Board_1-Net-(D98-Pad2)") + (add_net "Board_1-Net-(Q3-Pad1)") + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C5E) + (at 112.94 54.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77618) + (attr smd) + (fp_text reference C7 (at -2.02 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C4E) + (at 120.48 54.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77638) + (attr smd) + (fp_text reference C8 (at -1.98 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C3E) + (at 127.66 54.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77658) + (attr smd) + (fp_text reference C9 (at -2 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C2E) + (at 135.38 54.11 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/5FB77678) + (attr smd) + (fp_text reference C10 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C1E) + (at 111.48 134.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8E2E80) + (attr smd) + (fp_text reference C11 (at 2.6 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 8 Board_1-/ovladaci_prvky.sch/SW_2)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0C0E) + (at 128.48 138.3 90) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF330) + (attr smd) + (fp_text reference C12 (at -1.8 1.3 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 9 Board_1-/ovladaci_prvky.sch/SW_3)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BFE) + (at 105.48 138.3 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DA654) + (attr smd) + (fp_text reference C13 (at -1.9 1.3 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 10 Board_1-/ovladaci_prvky.sch/SW_4)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BEE) + (at 112.88 132.9 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF34E) + (attr smd) + (fp_text reference C14 (at -1.8 1.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 11 Board_1-/ovladaci_prvky.sch/SW_5)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BDE) + (at 112.68 143.8 270) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8E2E9E) + (attr smd) + (fp_text reference C17 (at 1.9 1.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 13 Board_1-/ovladaci_prvky.sch/SW_8)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BCE) + (at 105.98 57.9 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF36C) + (attr smd) + (fp_text reference C18 (at 0.1 1.3) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 14 Board_1-/ovladaci_prvky.sch/SW_9)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BBE) + (at 188.58 57.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DF38A) + (attr smd) + (fp_text reference C19 (at 0 1.2 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 6 Board_1-/ovladaci_prvky.sch/SW_10)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0BAE) + (at 188.08 120.8 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/5F8DB38E) + (attr smd) + (fp_text reference C20 (at 0 1.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 7 Board_1-/ovladaci_prvky.sch/SW_11)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0B9E) + (at 113.08 65.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD62) + (attr smd) + (fp_text reference C31 (at -2.48 0 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0B8E) + (at 120.78 65.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD7D) + (attr smd) + (fp_text reference C32 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0B7E) + (at 128.42 65.11 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FD97) + (attr smd) + (fp_text reference C33 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0B6E) + (at 135.98 65.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/5F78FDB1) + (attr smd) + (fp_text reference C34 (at -2.5 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0B58) + (at 112.854 50.676 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77606) + (attr smd) + (fp_text reference D3 (at 2.044 -3.554) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 3 Board_1-/ovladaci_prvky.sch/DATA_ZADANI_LED)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 64 "Board_1-Net-(D3-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0B42) + (at 120.48 50.646 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77626) + (attr smd) + (fp_text reference D4 (at 2.6 -3.544) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 64 "Board_1-Net-(D3-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 73 "Board_1-Net-(D4-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0B2C) + (at 128.08 50.626 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77646) + (attr smd) + (fp_text reference D5 (at 2.6 -3.574) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 73 "Board_1-Net-(D4-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 82 "Board_1-Net-(D5-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0B16) + (at 135.68 50.576 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/5FB77666) + (attr smd) + (fp_text reference D6 (at 2.424 -3.594) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 82 "Board_1-Net-(D5-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 48 "Board_1-Net-(D113-Pad4)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0B00) + (at 112.887 61.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD56) + (attr smd) + (fp_text reference D12 (at 2.207 -3.507) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 2 Board_1-/ovladaci_prvky.sch/DATA_HERNI_LED)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 49 "Board_1-Net-(D12-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0AEA) + (at 120.48 61.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD71) + (attr smd) + (fp_text reference D13 (at 2.2 -3.547) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 49 "Board_1-Net-(D12-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 50 "Board_1-Net-(D13-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0AD4) + (at 128.08 61.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FD8B) + (attr smd) + (fp_text reference D14 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 50 "Board_1-Net-(D13-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 51 "Board_1-Net-(D14-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0ABE) + (at 135.68 61.583 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/5F78FDA5) + (attr smd) + (fp_text reference D15 (at 2.2 -3.517) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 51 "Board_1-Net-(D14-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 52 "Board_1-Net-(D15-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0AB2) + (at 116.98 138.4 180) + (path /6025A839/602B59C6/5F8E2E79) + (attr smd) + (fp_text reference SW2 (at -5.52 3.4 180) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 8 Board_1-/ovladaci_prvky.sch/SW_2)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0AA6) + (at 124.48 138.4) + (path /6025A839/602B59C6/5F8DF329) + (attr smd) + (fp_text reference SW3 (at 0.02 3.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 9 Board_1-/ovladaci_prvky.sch/SW_3)) + (pad 2 smd rect (at 2.8 1.8) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A9A) + (at 109.48 138.4 180) + (path /6025A839/602B59C6/5F8DA64D) + (attr smd) + (fp_text reference SW4 (at 0.68 3.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 10 Board_1-/ovladaci_prvky.sch/SW_4)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A8E) + (at 116.98 132.9 180) + (path /6025A839/602B59C6/5F8DF347) + (attr smd) + (fp_text reference SW5 (at -4.42 0.3) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 11 Board_1-/ovladaci_prvky.sch/SW_5)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A82) + (at 116.98 143.9 180) + (path /6025A839/602B59C6/5F8E2E97) + (attr smd) + (fp_text reference SW8 (at -4.52 -0.5) (layer F.SilkS) hide + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 13 Board_1-/ovladaci_prvky.sch/SW_8)) + (pad 2 smd rect (at 2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 180) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A76) + (at 105.96 61.815 90) + (path /6025A839/602B59C6/5F8DF365) + (attr smd) + (fp_text reference SW9 (at 1.4331 -4.69032 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 14 Board_1-/ovladaci_prvky.sch/SW_9)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A6A) + (at 188.46 61.79 90) + (path /6025A839/602B59C6/5F8DF383) + (attr smd) + (fp_text reference SW10 (at 1.39032 5.32918 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 6 Board_1-/ovladaci_prvky.sch/SW_10)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60AA0A5E) + (at 188.08 124.8 90) + (path /6025A839/602B59C6/5F8DB387) + (attr smd) + (fp_text reference SW11 (at 1.48198 5.3612 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 7 Board_1-/ovladaci_prvky.sch/SW_11)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0A4E) + (at 143.68 65.02 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0818/601C58A1) + (attr smd) + (fp_text reference C2 (at -1.95 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0A3E) + (at 151.08 65.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD62) + (attr smd) + (fp_text reference C3 (at -1.91 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0A2E) + (at 158.78 65.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD7D) + (attr smd) + (fp_text reference C6 (at -1.9 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0A1E) + (at 166.28 65.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FD97) + (attr smd) + (fp_text reference C15 (at -2.33 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA0A0E) + (at 173.88 65.09 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/5F78FDB1) + (attr smd) + (fp_text reference C16 (at -2.34 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09FE) + (at 181.48 65.06 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C081D/601C58A1) + (attr smd) + (fp_text reference C21 (at -2.35 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09EE) + (at 113.2 72.18 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD62) + (attr smd) + (fp_text reference C35 (at -2.34 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09DE) + (at 120.78 72.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD7D) + (attr smd) + (fp_text reference C36 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09CE) + (at 128.48 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FD97) + (attr smd) + (fp_text reference C37 (at -2.37 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09BE) + (at 135.88 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/5F78FDB1) + (attr smd) + (fp_text reference C38 (at -2.41 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA09AE) + (at 143.46 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0825/601C58A1) + (attr smd) + (fp_text reference C39 (at -2.4 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA099E) + (at 151.18 72.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD62) + (attr smd) + (fp_text reference C40 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA098E) + (at 158.78 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD7D) + (attr smd) + (fp_text reference C41 (at -2.37 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA097E) + (at 166.28 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FD97) + (attr smd) + (fp_text reference C42 (at -2.34 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA096E) + (at 173.98 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/5F78FDB1) + (attr smd) + (fp_text reference C43 (at -2.35 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA095E) + (at 181.38 72.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C082D/601C58A1) + (attr smd) + (fp_text reference C44 (at -2.34 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA094E) + (at 113.2 79.16 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD62) + (attr smd) + (fp_text reference C45 (at -2.32 -0.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA093E) + (at 120.78 79.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD7D) + (attr smd) + (fp_text reference C46 (at -2.36 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA092E) + (at 128.29 79.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FD97) + (attr smd) + (fp_text reference C47 (at -2.35 -0.14) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA091E) + (at 135.83 79.18 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/5F78FDB1) + (attr smd) + (fp_text reference C48 (at -2.35 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA090E) + (at 143.43 79.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0835/601C58A1) + (attr smd) + (fp_text reference C49 (at -2.36 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08FE) + (at 151.06 79.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD62) + (attr smd) + (fp_text reference C50 (at -2.39 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08EE) + (at 158.62 79.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD7D) + (attr smd) + (fp_text reference C51 (at -2.38 0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08DE) + (at 166.31 79.12 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FD97) + (attr smd) + (fp_text reference C52 (at -2.32 0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08CE) + (at 173.93 79.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/5F78FDB1) + (attr smd) + (fp_text reference C53 (at -2.34 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08BE) + (at 181.48 79.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083A/601C58A1) + (attr smd) + (fp_text reference C54 (at -2.37 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA08AE) + (at 113.08 86.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD62) + (attr smd) + (fp_text reference C55 (at -2.38 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA089E) + (at 120.78 86.19 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD7D) + (attr smd) + (fp_text reference C56 (at -2.36 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA088E) + (at 128.36 86.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FD97) + (attr smd) + (fp_text reference C57 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA087E) + (at 135.88 86.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/5F78FDB1) + (attr smd) + (fp_text reference C58 (at -2.4 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA086E) + (at 143.4 86.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C083F/601C58A1) + (attr smd) + (fp_text reference C59 (at -2.35 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA085E) + (at 151.08 86.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD62) + (attr smd) + (fp_text reference C60 (at -2.33 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA084E) + (at 158.76 86.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD7D) + (attr smd) + (fp_text reference C61 (at -2.36 -0.07) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA083E) + (at 166.28 86.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FD97) + (attr smd) + (fp_text reference C62 (at -2.3 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA082E) + (at 173.86 86.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/5F78FDB1) + (attr smd) + (fp_text reference C63 (at -2.35 -0.09) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA081E) + (at 181.3 86.09 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0844/601C58A1) + (attr smd) + (fp_text reference C64 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA080E) + (at 113.08 93.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD62) + (attr smd) + (fp_text reference C65 (at -2.35 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07FE) + (at 120.68 93.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD7D) + (attr smd) + (fp_text reference C66 (at -2.37 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07EE) + (at 128.36 93.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FD97) + (attr smd) + (fp_text reference C67 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07DE) + (at 135.88 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/5F78FDB1) + (attr smd) + (fp_text reference C68 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07CE) + (at 143.48 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0859/601C58A1) + (attr smd) + (fp_text reference C69 (at -2.37 -0.05) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07BE) + (at 151.18 93.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD62) + (attr smd) + (fp_text reference C70 (at -2.35 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA07AE) + (at 158.68 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD7D) + (attr smd) + (fp_text reference C71 (at -2.36 0) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA079E) + (at 166.28 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FD97) + (attr smd) + (fp_text reference C72 (at -2.34 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA078E) + (at 173.88 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/5F78FDB1) + (attr smd) + (fp_text reference C73 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA077E) + (at 181.36 93.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C085E/601C58A1) + (attr smd) + (fp_text reference C74 (at -2.36 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA076E) + (at 113.1 100.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD62) + (attr smd) + (fp_text reference C75 (at -2.33 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA075E) + (at 120.68 100.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD7D) + (attr smd) + (fp_text reference C76 (at -2.39 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA074E) + (at 128.28 100.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FD97) + (attr smd) + (fp_text reference C77 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA073E) + (at 136.11 100.12 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/5F78FDB1) + (attr smd) + (fp_text reference C78 (at -2.39 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA072E) + (at 143.58 100.14 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0863/601C58A1) + (attr smd) + (fp_text reference C79 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA071E) + (at 151.18 100.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD62) + (attr smd) + (fp_text reference C80 (at -2.35 0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA070E) + (at 158.68 100.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD7D) + (attr smd) + (fp_text reference C81 (at -2.41 -0.07) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06FE) + (at 166.28 100.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FD97) + (attr smd) + (fp_text reference C82 (at -2.39 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06EE) + (at 173.88 100.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/5F78FDB1) + (attr smd) + (fp_text reference C83 (at -2.36 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06DE) + (at 181.48 100.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0868/601C58A1) + (attr smd) + (fp_text reference C84 (at -2.44 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06CE) + (at 113.18 107.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD62) + (attr smd) + (fp_text reference C85 (at -2.34 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06BE) + (at 120.8 107.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD7D) + (attr smd) + (fp_text reference C86 (at -2.34 -0.08) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA06AE) + (at 128.38 107.17 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FD97) + (attr smd) + (fp_text reference C87 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA069E) + (at 135.88 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/5F78FDB1) + (attr smd) + (fp_text reference C88 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA068E) + (at 143.48 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C087D/601C58A1) + (attr smd) + (fp_text reference C89 (at -2.36 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA067E) + (at 151.08 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD62) + (attr smd) + (fp_text reference C90 (at -2.38 -0.04) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA066E) + (at 158.78 107.2 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD7D) + (attr smd) + (fp_text reference C91 (at -2.33 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA065E) + (at 166.28 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FD97) + (attr smd) + (fp_text reference C92 (at -2.36 -0.06) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA064E) + (at 173.88 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/5F78FDB1) + (attr smd) + (fp_text reference C93 (at -2.35 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA063E) + (at 181.48 107.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0882/601C58A1) + (attr smd) + (fp_text reference C94 (at -2.36 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA062E) + (at 113.08 114.17 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD62) + (attr smd) + (fp_text reference C95 (at -2.42 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA061E) + (at 120.68 114.15 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD7D) + (attr smd) + (fp_text reference C96 (at -2.37 -0.01) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA060E) + (at 128.36 114.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FD97) + (attr smd) + (fp_text reference C97 (at -2.37 -0.02) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05FE) + (at 135.9 114.04 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/5F78FDB1) + (attr smd) + (fp_text reference C98 (at -2.37 -0.03) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05EE) + (at 143.5 114 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0887/601C58A1) + (attr smd) + (fp_text reference C99 (at -2.36 -0.06 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05DE) + (at 151.08 114 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD62) + (attr smd) + (fp_text reference C100 (at -2.8 -0.1) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05CE) + (at 158.68 114.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD7D) + (attr smd) + (fp_text reference C101 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05BE) + (at 166.4 114 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FD97) + (attr smd) + (fp_text reference C102 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA05AE) + (at 173.98 114.05 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/5F78FDB1) + (attr smd) + (fp_text reference C103 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA059E) + (at 181.38 114 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C088C/601C58A1) + (attr smd) + (fp_text reference C104 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA058E) + (at 113.08 121.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD62) + (attr smd) + (fp_text reference C105 (at -1.55 -1.27) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA057E) + (at 120.7 121.13 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD7D) + (attr smd) + (fp_text reference C106 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA056E) + (at 128.2 121.04 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FD97) + (attr smd) + (fp_text reference C107 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA055E) + (at 135.88 121.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/5F78FDB1) + (attr smd) + (fp_text reference C108 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA054E) + (at 143.58 121.1 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0891/601C58A1) + (attr smd) + (fp_text reference C109 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA053E) + (at 151.06 121.07 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD62) + (attr smd) + (fp_text reference C110 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA052E) + (at 158.68 121.07 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD7D) + (attr smd) + (fp_text reference C111 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA051E) + (at 167.16 121.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FD97) + (attr smd) + (fp_text reference C112 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA050E) + (at 174.68 121.08 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/5F78FDB1) + (attr smd) + (fp_text reference C113 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04FE) + (at 182.48 121 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C0896/601C58A1) + (attr smd) + (fp_text reference C114 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04EE) + (at 114.08 128 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD62) + (attr smd) + (fp_text reference C115 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04DE) + (at 121.76 128 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD7D) + (attr smd) + (fp_text reference C116 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04CE) + (at 129.18 127.95 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FD97) + (attr smd) + (fp_text reference C117 (at 0 -1.16 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04BE) + (at 136.78 127.95 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/5F78FDB1) + (attr smd) + (fp_text reference C118 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA04AE) + (at 144.38 127.98 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C089B/601C58A1) + (attr smd) + (fp_text reference C119 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA049E) + (at 151.88 128 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD62) + (attr smd) + (fp_text reference C120 (at -0.07 -1.25) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA048E) + (at 159.68 128 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD7D) + (attr smd) + (fp_text reference C121 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA047E) + (at 167.25 127.99 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FD97) + (attr smd) + (fp_text reference C122 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA046E) + (at 174.68 128 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/5F78FDB1) + (attr smd) + (fp_text reference C123 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60AA045E) + (at 182.46 128.02 180) + (descr "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") + (tags capacitor) + (path /6025A839/602BAE12/602C08A0/601C58A1) + (attr smd) + (fp_text reference C124 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0448) + (at 143.28 61.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0818/601C51BF) + (attr smd) + (fp_text reference D16 (at 2.2 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 52 "Board_1-Net-(D15-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 26 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0432) + (at 150.88 61.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD56) + (attr smd) + (fp_text reference D17 (at 2.2 -3.57) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 26 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/2.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 53 "Board_1-Net-(D17-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA041C) + (at 158.48 61.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD71) + (attr smd) + (fp_text reference D18 (at 2.3 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 53 "Board_1-Net-(D17-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 54 "Board_1-Net-(D18-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0406) + (at 166.08 61.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FD8B) + (attr smd) + (fp_text reference D19 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 54 "Board_1-Net-(D18-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 55 "Board_1-Net-(D19-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA03F0) + (at 173.68 61.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/5F78FDA5) + (attr smd) + (fp_text reference D20 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 55 "Board_1-Net-(D19-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 56 "Board_1-Net-(D20-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA03DA) + (at 181.28 61.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C081D/601C51BF) + (attr smd) + (fp_text reference D21 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 56 "Board_1-Net-(D20-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 29 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA03C4) + (at 112.88 68.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD56) + (attr smd) + (fp_text reference D22 (at 2.2 -3.58) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 29 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/3.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 57 "Board_1-Net-(D22-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA03AE) + (at 120.48 68.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD71) + (attr smd) + (fp_text reference D23 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 57 "Board_1-Net-(D22-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 58 "Board_1-Net-(D23-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0398) + (at 128.08 68.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FD8B) + (attr smd) + (fp_text reference D24 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 58 "Board_1-Net-(D23-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 59 "Board_1-Net-(D24-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0382) + (at 135.68 68.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/5F78FDA5) + (attr smd) + (fp_text reference D25 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 59 "Board_1-Net-(D24-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 60 "Board_1-Net-(D25-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA036C) + (at 143.28 68.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0825/601C51BF) + (attr smd) + (fp_text reference D26 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 60 "Board_1-Net-(D25-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 30 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0356) + (at 150.88 68.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD56) + (attr smd) + (fp_text reference D27 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 30 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/4.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 61 "Board_1-Net-(D27-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0340) + (at 158.48 68.65 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD71) + (attr smd) + (fp_text reference D28 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 61 "Board_1-Net-(D27-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 62 "Board_1-Net-(D28-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA032A) + (at 166.08 68.66 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FD8B) + (attr smd) + (fp_text reference D29 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 62 "Board_1-Net-(D28-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 63 "Board_1-Net-(D29-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0314) + (at 173.68 68.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/5F78FDA5) + (attr smd) + (fp_text reference D30 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 63 "Board_1-Net-(D29-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 65 "Board_1-Net-(D30-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA02FE) + (at 181.28 68.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C082D/601C51BF) + (attr smd) + (fp_text reference D31 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 65 "Board_1-Net-(D30-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 31 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA02E8) + (at 112.88 75.66 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD56) + (attr smd) + (fp_text reference D32 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 31 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/5.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 66 "Board_1-Net-(D32-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA02D2) + (at 120.48 75.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD71) + (attr smd) + (fp_text reference D33 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 66 "Board_1-Net-(D32-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 67 "Board_1-Net-(D33-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA02BC) + (at 128.08 75.68 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FD8B) + (attr smd) + (fp_text reference D34 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 67 "Board_1-Net-(D33-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 68 "Board_1-Net-(D34-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA02A6) + (at 135.68 75.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/5F78FDA5) + (attr smd) + (fp_text reference D35 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 68 "Board_1-Net-(D34-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 69 "Board_1-Net-(D35-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0290) + (at 143.28 75.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0835/601C51BF) + (attr smd) + (fp_text reference D36 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 69 "Board_1-Net-(D35-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 32 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA027A) + (at 150.94 75.65 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD56) + (attr smd) + (fp_text reference D37 (at 2.26 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 32 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/6.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 70 "Board_1-Net-(D37-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0264) + (at 158.48 75.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD71) + (attr smd) + (fp_text reference D38 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 70 "Board_1-Net-(D37-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 71 "Board_1-Net-(D38-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA024E) + (at 166.08 75.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FD8B) + (attr smd) + (fp_text reference D39 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 71 "Board_1-Net-(D38-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 72 "Board_1-Net-(D39-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0238) + (at 173.68 75.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/5F78FDA5) + (attr smd) + (fp_text reference D40 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 72 "Board_1-Net-(D39-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 74 "Board_1-Net-(D40-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0222) + (at 181.28 75.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083A/601C51BF) + (attr smd) + (fp_text reference D41 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 74 "Board_1-Net-(D40-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 33 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA020C) + (at 112.88 82.69 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD56) + (attr smd) + (fp_text reference D42 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 33 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/7.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 75 "Board_1-Net-(D42-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA01F6) + (at 120.48 82.69 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD71) + (attr smd) + (fp_text reference D43 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 75 "Board_1-Net-(D42-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 76 "Board_1-Net-(D43-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA01E0) + (at 128.08 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FD8B) + (attr smd) + (fp_text reference D44 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 76 "Board_1-Net-(D43-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 77 "Board_1-Net-(D44-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA01CA) + (at 135.68 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/5F78FDA5) + (attr smd) + (fp_text reference D45 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 77 "Board_1-Net-(D44-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 78 "Board_1-Net-(D45-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA01B4) + (at 143.28 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C083F/601C51BF) + (attr smd) + (fp_text reference D46 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 78 "Board_1-Net-(D45-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 34 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA019E) + (at 150.88 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD56) + (attr smd) + (fp_text reference D47 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 34 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/8.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 79 "Board_1-Net-(D47-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0188) + (at 158.48 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD71) + (attr smd) + (fp_text reference D48 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 79 "Board_1-Net-(D47-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 80 "Board_1-Net-(D48-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0172) + (at 166.08 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FD8B) + (attr smd) + (fp_text reference D49 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 80 "Board_1-Net-(D48-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 81 "Board_1-Net-(D49-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA015C) + (at 173.68 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/5F78FDA5) + (attr smd) + (fp_text reference D50 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 81 "Board_1-Net-(D49-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 83 "Board_1-Net-(D50-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0146) + (at 181.28 82.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0844/601C51BF) + (attr smd) + (fp_text reference D51 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 83 "Board_1-Net-(D50-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 35 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0130) + (at 112.88 89.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD56) + (attr smd) + (fp_text reference D52 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 35 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/9.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 84 "Board_1-Net-(D52-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA011A) + (at 120.48 89.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD71) + (attr smd) + (fp_text reference D53 (at 2.2 -3.6) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 84 "Board_1-Net-(D52-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 85 "Board_1-Net-(D53-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0104) + (at 128.08 89.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FD8B) + (attr smd) + (fp_text reference D54 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 85 "Board_1-Net-(D53-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 86 "Board_1-Net-(D54-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA00EE) + (at 135.68 89.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/5F78FDA5) + (attr smd) + (fp_text reference D55 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 86 "Board_1-Net-(D54-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 87 "Board_1-Net-(D55-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA00D8) + (at 143.28 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0859/601C51BF) + (attr smd) + (fp_text reference D56 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 87 "Board_1-Net-(D55-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA00C2) + (at 150.88 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD56) + (attr smd) + (fp_text reference D57 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 16 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/10.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 88 "Board_1-Net-(D57-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA00AC) + (at 158.48 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD71) + (attr smd) + (fp_text reference D58 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 88 "Board_1-Net-(D57-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 89 "Board_1-Net-(D58-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0096) + (at 166.08 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FD8B) + (attr smd) + (fp_text reference D59 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 89 "Board_1-Net-(D58-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 90 "Board_1-Net-(D59-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0080) + (at 173.68 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/5F78FDA5) + (attr smd) + (fp_text reference D60 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 90 "Board_1-Net-(D59-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 91 "Board_1-Net-(D60-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA006A) + (at 181.28 89.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C085E/601C51BF) + (attr smd) + (fp_text reference D61 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 91 "Board_1-Net-(D60-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 17 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0054) + (at 112.88 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD56) + (attr smd) + (fp_text reference D62 (at 2.2 -3.47) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 17 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/11.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 92 "Board_1-Net-(D62-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA003E) + (at 120.48 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD71) + (attr smd) + (fp_text reference D63 (at 2.2 -3.55) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 92 "Board_1-Net-(D62-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 93 "Board_1-Net-(D63-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0028) + (at 128.08 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FD8B) + (attr smd) + (fp_text reference D64 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 93 "Board_1-Net-(D63-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 94 "Board_1-Net-(D64-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60AA0012) + (at 135.68 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/5F78FDA5) + (attr smd) + (fp_text reference D65 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 94 "Board_1-Net-(D64-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 95 "Board_1-Net-(D65-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FFFC) + (at 143.28 96.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0863/601C51BF) + (attr smd) + (fp_text reference D66 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 95 "Board_1-Net-(D65-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 18 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FFE6) + (at 150.88 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD56) + (attr smd) + (fp_text reference D67 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 18 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/12.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 96 "Board_1-Net-(D67-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FFD0) + (at 158.48 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD71) + (attr smd) + (fp_text reference D68 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 96 "Board_1-Net-(D67-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 97 "Board_1-Net-(D68-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FFBA) + (at 166.08 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FD8B) + (attr smd) + (fp_text reference D69 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 97 "Board_1-Net-(D68-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 98 "Board_1-Net-(D69-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FFA4) + (at 173.68 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/5F78FDA5) + (attr smd) + (fp_text reference D70 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 98 "Board_1-Net-(D69-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 99 "Board_1-Net-(D70-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF8E) + (at 181.28 96.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0868/601C51BF) + (attr smd) + (fp_text reference D71 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 99 "Board_1-Net-(D70-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 19 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF78) + (at 112.88 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD56) + (attr smd) + (fp_text reference D72 (at 2.2 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 19 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/13.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 100 "Board_1-Net-(D72-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF62) + (at 120.48 103.68 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD71) + (attr smd) + (fp_text reference D73 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 100 "Board_1-Net-(D72-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 101 "Board_1-Net-(D73-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF4C) + (at 135.68 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FDA5) + (attr smd) + (fp_text reference D75 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 102 "Board_1-Net-(D74-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 103 "Board_1-Net-(D75-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF36) + (at 143.28 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/601C51BF) + (attr smd) + (fp_text reference D76 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 103 "Board_1-Net-(D75-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 20 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF20) + (at 150.88 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD56) + (attr smd) + (fp_text reference D77 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 20 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/14.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 104 "Board_1-Net-(D77-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FF0A) + (at 158.48 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD71) + (attr smd) + (fp_text reference D78 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 104 "Board_1-Net-(D77-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 105 "Board_1-Net-(D78-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FEF4) + (at 166.08 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FD8B) + (attr smd) + (fp_text reference D79 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 105 "Board_1-Net-(D78-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 106 "Board_1-Net-(D79-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FEDE) + (at 173.68 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/5F78FDA5) + (attr smd) + (fp_text reference D80 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 106 "Board_1-Net-(D79-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 107 "Board_1-Net-(D80-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FEC8) + (at 181.28 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0882/601C51BF) + (attr smd) + (fp_text reference D81 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 107 "Board_1-Net-(D80-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 21 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FEB2) + (at 112.88 110.67 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD56) + (attr smd) + (fp_text reference D82 (at 2.2 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 21 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/15.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 108 "Board_1-Net-(D82-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE9C) + (at 120.48 110.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD71) + (attr smd) + (fp_text reference D83 (at 2.2 -3.56) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 108 "Board_1-Net-(D82-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 109 "Board_1-Net-(D83-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE86) + (at 128.08 110.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FD8B) + (attr smd) + (fp_text reference D84 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 109 "Board_1-Net-(D83-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 110 "Board_1-Net-(D84-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE70) + (at 135.68 110.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/5F78FDA5) + (attr smd) + (fp_text reference D85 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 110 "Board_1-Net-(D84-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 111 "Board_1-Net-(D85-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE5A) + (at 143.28 110.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0887/601C51BF) + (attr smd) + (fp_text reference D86 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 111 "Board_1-Net-(D85-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 22 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE44) + (at 150.88 110.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD56) + (attr smd) + (fp_text reference D87 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 22 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/16.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 112 "Board_1-Net-(D87-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE2E) + (at 158.48 110.59 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD71) + (attr smd) + (fp_text reference D88 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 112 "Board_1-Net-(D87-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 113 "Board_1-Net-(D88-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE18) + (at 166.08 110.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FD8B) + (attr smd) + (fp_text reference D89 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 113 "Board_1-Net-(D88-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 114 "Board_1-Net-(D89-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FE02) + (at 173.68 110.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/5F78FDA5) + (attr smd) + (fp_text reference D90 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 114 "Board_1-Net-(D89-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 115 "Board_1-Net-(D90-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FDEC) + (at 181.28 110.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C088C/601C51BF) + (attr smd) + (fp_text reference D91 (at 2.2 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 115 "Board_1-Net-(D90-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 23 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FDD6) + (at 112.88 117.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD56) + (attr smd) + (fp_text reference D93 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 23 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/17.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 116 "Board_1-Net-(D93-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FDC0) + (at 120.48 117.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD71) + (attr smd) + (fp_text reference D94 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 116 "Board_1-Net-(D93-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 117 "Board_1-Net-(D94-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FDAA) + (at 128.08 117.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FD8B) + (attr smd) + (fp_text reference D95 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 117 "Board_1-Net-(D94-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 118 "Board_1-Net-(D95-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD94) + (at 135.68 117.64 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/5F78FDA5) + (attr smd) + (fp_text reference D96 (at 2.2 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 118 "Board_1-Net-(D95-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 119 "Board_1-Net-(D96-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD7E) + (at 143.28 117.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0891/601C51BF) + (attr smd) + (fp_text reference D97 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 119 "Board_1-Net-(D96-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 24 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD68) + (at 150.88 117.62 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD56) + (attr smd) + (fp_text reference D98 (at 2.2 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 24 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/18.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 120 "Board_1-Net-(D98-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD52) + (at 158.48 117.63 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD71) + (attr smd) + (fp_text reference D99 (at 2.2 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 120 "Board_1-Net-(D98-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 37 "Board_1-Net-(D100-Pad4)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD3C) + (at 166.08 117.61 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FD8B) + (attr smd) + (fp_text reference D100 (at 1.8 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 37 "Board_1-Net-(D100-Pad4)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 36 "Board_1-Net-(D100-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD26) + (at 173.68 117.61 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/5F78FDA5) + (attr smd) + (fp_text reference D101 (at 1.7 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 36 "Board_1-Net-(D100-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 38 "Board_1-Net-(D101-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FD10) + (at 181.28 117.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C0896/601C51BF) + (attr smd) + (fp_text reference D102 (at 1.7 -3.54) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 38 "Board_1-Net-(D101-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 25 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FCFA) + (at 112.88 124.57 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD56) + (attr smd) + (fp_text reference D103 (at 1.7 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 25 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/19.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 39 "Board_1-Net-(D103-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FCE4) + (at 120.48 124.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD71) + (attr smd) + (fp_text reference D104 (at 1.7 -3.44) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 39 "Board_1-Net-(D103-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 40 "Board_1-Net-(D104-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FCCE) + (at 128.08 124.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FD8B) + (attr smd) + (fp_text reference D105 (at 1.7 -3.51) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 40 "Board_1-Net-(D104-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 41 "Board_1-Net-(D105-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FCB8) + (at 135.68 124.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/5F78FDA5) + (attr smd) + (fp_text reference D106 (at 1.7 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 41 "Board_1-Net-(D105-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 42 "Board_1-Net-(D106-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FCA2) + (at 143.28 124.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C089B/601C51BF) + (attr smd) + (fp_text reference D107 (at 1.7 -3.48) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 42 "Board_1-Net-(D106-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 27 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FC8C) + (at 150.88 124.54 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD56) + (attr smd) + (fp_text reference D108 (at 1.88 -3.52) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 27 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_IN)) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 43 "Board_1-Net-(D108-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FC76) + (at 158.48 124.56 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD71) + (attr smd) + (fp_text reference D109 (at 1.7 -3.53) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 43 "Board_1-Net-(D108-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 44 "Board_1-Net-(D109-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FC60) + (at 166.08 124.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FD8B) + (attr smd) + (fp_text reference D110 (at 1.7 -3.46) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 44 "Board_1-Net-(D109-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 45 "Board_1-Net-(D110-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FC4A) + (at 173.68 124.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/5F78FDA5) + (attr smd) + (fp_text reference D111 (at 1.7 -3.49) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 45 "Board_1-Net-(D110-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 46 "Board_1-Net-(D111-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FC34) + (at 181.28 124.58 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C08A0/601C51BF) + (attr smd) + (fp_text reference D112 (at 1.7 -3.49) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 46 "Board_1-Net-(D111-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 28 Board_1-/ovladaci_prvky.sch/herni_pole_LED.sch/20.sch/DATA_OUT)) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC24) + (at 101.48 81.4 90) + (descr "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") + (tags resistor) + (path /6025A839/6027234F) + (attr smd) + (fp_text reference R5 (at 0 1.6 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 1 Board_1-/ovladaci_prvky.sch/3V3)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 121 "Board_1-Net-(Q3-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC14) + (at 101.48 74.6 90) + (descr "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") + (tags resistor) + (path /6025A839/60272336) + (attr smd) + (fp_text reference R13 (at -0.7 2.2 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10k (at 0 1.17 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.26 0.26) (thickness 0.04))) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.153641 0.38) (end 0.153641 0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.153641 -0.38) (end 0.153641 -0.38) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.525 0.27) (end -0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.525 -0.27) (end 0.525 0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 -0.27) (end 0.525 -0.27) (layer F.Fab) (width 0.1)) + (fp_line (start -0.525 0.27) (end -0.525 -0.27) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 5 Board_1-/ovladaci_prvky.sch/SENZOR_SVETLA)) + (pad 2 smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FC04) + (at 144.26 54 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59A9/602E03EC) + (attr smd) + (fp_text reference C125 (at 0 -1.16) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FBEE) + (at 143.28 50.6 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602B59A9/602DF22F) + (attr smd) + (fp_text reference D113 (at 1.9 -3.5) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 48 "Board_1-Net-(D113-Pad4)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 47 "Board_1-Net-(D113-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FBE7) + (at 101 51) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ECD0C) + (attr virtual) + (fp_text reference H5 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FBE0) + (at 193 51) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602EC52B) + (attr virtual) + (fp_text reference H6 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FBD9) + (at 101 143) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ED292) + (attr virtual) + (fp_text reference H7 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module MountingHole:MountingHole_3.2mm_M3_DIN965_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 60A9FBD2) + (at 193 143) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (path /6025A839/602ECEE7) + (attr virtual) + (fp_text reference H8 (at 0 -3.8) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole (at 0 3.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.05 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 2.8 0) (layer Cmts.User) (width 0.15)) + (pad 1 thru_hole circle (at 0 0) (size 5.6 5.6) (drill 3.2) (layers *.Cu *.Mask)) + ) + + (module my_library:RobotarnaLogo-6mm (layer F.Cu) (tedit 5FD6798D) (tstamp 60A9FBCD) + (at 156.73312 134.8166) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (path /6025A839/602FB1A9) + (attr virtual) + (fp_text reference DRA1 (at 0 -6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_text value Logo_Robotarna (at 0 6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_poly (pts (xy -0.189086 -2.172622) (xy -0.248619 -0.013868) (xy -0.244221 0.035179) (xy -0.231546 0.081341) + (xy -0.211363 0.123849) (xy -0.184443 0.161931) (xy -0.151557 0.194817) (xy -0.113474 0.221737) + (xy -0.070967 0.24192) (xy -0.024805 0.254595) (xy 0.024242 0.258991) (xy 0.073288 0.254595) + (xy 0.119451 0.24192) (xy 0.161958 0.221737) (xy 0.20004 0.194817) (xy 0.232927 0.161931) + (xy 0.259847 0.123849) (xy 0.28003 0.081341) (xy 0.292705 0.035179) (xy 0.297102 -0.013868) + (xy 0.292706 -0.062915) (xy 0.280031 -0.109078) (xy 0.259848 -0.151586) (xy 0.232928 -0.189668) + (xy 0.200041 -0.222555) (xy 0.161959 -0.249475) (xy 0.119451 -0.269658) (xy 0.073289 -0.282333) + (xy 0.024242 -0.28673) (xy -0.024805 -0.282333) (xy -0.070968 -0.269658) (xy -0.113475 -0.249475) + (xy -0.151558 -0.222555) (xy -0.184444 -0.189668) (xy -0.211364 -0.151586) (xy -0.231547 -0.109078) + (xy -0.244222 -0.062915) (xy -0.248619 -0.013868) (xy -0.189086 -2.172622) (xy -0.135651 -2.173005) + (xy -0.078019 -2.17281) (xy -0.017967 -2.172163) (xy 0.042729 -2.171192) (xy 0.102292 -2.170022) + (xy 0.158945 -2.168782) (xy 0.210913 -2.167596) (xy 0.256417 -2.166592) (xy 0.293682 -2.165897) + (xy 0.32093 -2.165637) (xy 0.337879 -2.157108) (xy 0.350612 -2.133341) (xy 0.359778 -2.097068) + (xy 0.366025 -2.051018) (xy 0.370001 -1.997923) (xy 0.372356 -1.940513) (xy 0.373737 -1.881519) + (xy 0.374794 -1.823671) (xy 0.376174 -1.7697) (xy 0.378527 -1.722337) (xy 0.3825 -1.684313) + (xy 0.388743 -1.658357) (xy 0.397903 -1.647202) (xy 0.447699 -1.634116) (xy 0.496994 -1.619496) + (xy 0.545752 -1.603356) (xy 0.593942 -1.585715) (xy 0.641527 -1.566587) (xy 0.688475 -1.54599) + (xy 0.734751 -1.523939) (xy 0.780321 -1.50045) (xy 0.825151 -1.47554) (xy 0.869207 -1.449225) + (xy 0.912456 -1.421521) (xy 0.954862 -1.392445) (xy 0.996392 -1.362013) (xy 1.013334 -1.361715) + (xy 1.041997 -1.374635) (xy 1.080023 -1.398112) (xy 1.125053 -1.429489) (xy 1.174729 -1.466104) + (xy 1.226691 -1.505299) (xy 1.27858 -1.544413) (xy 1.328039 -1.580788) (xy 1.372708 -1.611763) + (xy 1.410229 -1.63468) (xy 1.438243 -1.646879) (xy 1.454391 -1.645699) (xy 1.491331 -1.608417) + (xy 1.527571 -1.570487) (xy 1.563104 -1.53192) (xy 1.597921 -1.492726) (xy 1.632014 -1.452915) + (xy 1.665376 -1.412497) (xy 1.697997 -1.371483) (xy 1.729871 -1.329881) (xy 1.760989 -1.287704) + (xy 1.791342 -1.24496) (xy 1.820924 -1.20166) (xy 1.849726 -1.157814) (xy 1.877739 -1.113431) + (xy 1.875451 -1.09719) (xy 1.85774 -1.072146) (xy 1.827672 -1.040049) (xy 1.788314 -1.002648) + (xy 1.742734 -0.961692) (xy 1.693999 -0.91893) (xy 1.645176 -0.876112) (xy 1.599331 -0.834987) + (xy 1.559533 -0.797305) (xy 1.528848 -0.764815) (xy 1.510343 -0.739265) (xy 1.507085 -0.722406) + (xy 1.528603 -0.674946) (xy 1.548451 -0.626855) (xy 1.56662 -0.578177) (xy 1.583099 -0.528957) + (xy 1.597878 -0.479239) (xy 1.610948 -0.429068) (xy 1.622299 -0.378487) (xy 1.63192 -0.327542) + (xy 1.639802 -0.276276) (xy 1.645935 -0.224734) (xy 1.650308 -0.172961) (xy 1.652913 -0.121) + (xy 1.653738 -0.068896) (xy 1.665092 -0.060185) (xy 1.696214 -0.048632) (xy 1.742692 -0.034697) + (xy 1.800114 -0.018839) (xy 1.864068 -0.001518) (xy 1.930142 0.016806) (xy 1.993924 0.035673) + (xy 2.051002 0.054623) (xy 2.096965 0.073196) (xy 2.1274 0.090933) (xy 2.137896 0.107375) + (xy 2.134463 0.147706) (xy 2.128781 0.192143) (xy 2.121114 0.239886) (xy 2.111727 0.290134) + (xy 2.100886 0.342088) (xy 2.088855 0.394949) (xy 2.075899 0.447915) (xy 2.062283 0.500188) + (xy 2.048272 0.550968) (xy 2.034131 0.599454) (xy 2.020124 0.644846) (xy 2.006516 0.686346) + (xy 1.993573 0.723153) (xy 1.979249 0.734445) (xy 1.949479 0.738833) (xy 1.907322 0.737688) + (xy 1.85584 0.732382) (xy 1.798093 0.724285) (xy 1.737141 0.71477) (xy 1.676045 0.705206) + (xy 1.617865 0.696965) (xy 1.565661 0.691419) (xy 1.522495 0.689938) (xy 1.491425 0.693894) + (xy 1.475514 0.704658) (xy 1.451599 0.752047) (xy 1.428453 0.798038) (xy 1.405655 0.842694) + (xy 1.382786 0.886075) (xy 1.359425 0.928243) (xy 1.335154 0.969259) (xy 1.309551 1.009185) + (xy 1.282198 1.048081) (xy 1.252674 1.08601) (xy 1.220559 1.123032) (xy 1.185434 1.159209) + (xy 1.146879 1.194603) (xy 1.140976 1.212326) (xy 1.146451 1.242417) (xy 1.16113 1.282298) + (xy 1.182842 1.329391) (xy 1.209412 1.381119) (xy 1.238668 1.434903) (xy 1.268437 1.488166) + (xy 1.296546 1.53833) (xy 1.320823 1.582817) (xy 1.339095 1.619049) (xy 1.349188 1.644449) + (xy 1.348931 1.656438) (xy 1.318491 1.677945) (xy 1.283065 1.701824) (xy 1.243361 1.727615) + (xy 1.200091 1.754861) (xy 1.153962 1.783099) (xy 1.105685 1.811871) (xy 1.055969 1.840717) + (xy 1.005524 1.869178) (xy 0.955059 1.896792) (xy 0.905283 1.923101) (xy 0.856907 1.947645) + (xy 0.81064 1.969964) (xy 0.767191 1.989598) (xy 0.727269 2.006088) (xy 0.691585 2.018973) + (xy 0.675692 2.0151) (xy 0.655999 1.996387) (xy 0.633188 1.96551) (xy 0.607943 1.925144) + (xy 0.580944 1.877966) (xy 0.552874 1.826651) (xy 0.524415 1.773874) (xy 0.49625 1.722313) + (xy 0.46906 1.674643) (xy 0.443527 1.633539) (xy 0.420334 1.601677) (xy 0.400163 1.581733) + (xy 0.383696 1.576383) (xy 0.336632 1.584127) (xy 0.289432 1.590885) (xy 0.242112 1.596656) + (xy 0.194687 1.60144) (xy 0.147172 1.605233) (xy 0.099584 1.608036) (xy 0.051937 1.609845) + (xy 0.004247 1.61066) (xy -0.047376 1.609923) (xy -0.098925 1.607578) (xy -0.150364 1.603628) + (xy -0.201655 1.598075) (xy -0.25276 1.590922) (xy -0.303642 1.582173) (xy -0.318666 1.589456) + (xy -0.338978 1.613657) (xy -0.363511 1.651376) (xy -0.391204 1.699213) (xy -0.420992 1.753768) + (xy -0.451812 1.811643) (xy -0.482599 1.869437) (xy -0.512291 1.923752) (xy -0.539824 1.971186) + (xy -0.564133 2.008342) (xy -0.584155 2.031818) (xy -0.598827 2.038216) (xy -0.63794 2.026058) + (xy -0.681219 2.010624) (xy -0.727959 1.992304) (xy -0.777451 1.971485) (xy -0.828989 1.948557) + (xy -0.881863 1.923909) (xy -0.935368 1.897928) (xy -0.988796 1.871003) (xy -1.041439 1.843524) + (xy -1.09259 1.815879) (xy -1.141541 1.788456) (xy -1.187585 1.761644) (xy -1.230014 1.735831) + (xy -1.268121 1.711407) (xy -1.301199 1.68876) (xy -1.302572 1.675271) (xy -1.29278 1.64765) + (xy -1.274048 1.608716) (xy -1.248601 1.561287) (xy -1.218664 1.50818) (xy -1.186462 1.452215) + (xy -1.15422 1.39621) (xy -1.124163 1.342983) (xy -1.098515 1.295352) (xy -1.079503 1.256136) + (xy -1.06935 1.228153) (xy -1.070282 1.214222) (xy -1.108501 1.181655) (xy -1.145548 1.147876) + (xy -1.181395 1.112918) (xy -1.216018 1.076813) (xy -1.24939 1.039596) (xy -1.281485 1.0013) + (xy -1.312278 0.961957) (xy -1.341742 0.921601) (xy -1.369851 0.880265) (xy -1.39658 0.837982) + (xy -1.421902 0.794786) (xy -1.445792 0.750709) (xy -1.468223 0.705785) (xy -1.482519 0.699902) + (xy -1.514058 0.699254) (xy -1.559381 0.70279) (xy -1.615026 0.709457) (xy -1.677534 0.718205) + (xy -1.743446 0.72798) (xy -1.809302 0.73773) (xy -1.871643 0.746405) (xy -1.927007 0.752952) + (xy -1.971936 0.756319) (xy -2.00297 0.755455) (xy -2.01665 0.749307) (xy -2.031671 0.709582) + (xy -2.045338 0.665809) (xy -2.057718 0.618655) (xy -2.06888 0.568786) (xy -2.07889 0.516869) + (xy -2.087815 0.463569) (xy -2.095722 0.409554) (xy -2.10268 0.355489) (xy -2.108754 0.302041) + (xy -2.114013 0.249877) (xy -2.118524 0.199662) (xy -2.122353 0.152064) (xy -2.125568 0.107748) + (xy -2.115008 0.096498) (xy -2.084763 0.083937) (xy -2.039193 0.070352) (xy -1.982657 0.056033) + (xy -1.919515 0.041271) (xy -1.854127 0.026354) (xy -1.790852 0.011572) (xy -1.734049 -0.002784) + (xy -1.688079 -0.016426) (xy -1.657299 -0.029064) (xy -1.64607 -0.040408) (xy -1.645304 -0.090652) + (xy -1.643011 -0.140779) (xy -1.639198 -0.190755) (xy -1.633872 -0.240546) (xy -1.627041 -0.290119) + (xy -1.618713 -0.339439) (xy -1.608893 -0.388472) (xy -1.597591 -0.437185) (xy -1.584813 -0.485544) + (xy -1.570566 -0.533514) (xy -1.554858 -0.581062) (xy -1.537697 -0.628153) (xy -1.519089 -0.674755) + (xy -1.499042 -0.720832) (xy -1.503132 -0.735328) (xy -1.521566 -0.759443) (xy -1.551466 -0.791249) + (xy -1.589954 -0.828821) (xy -1.634149 -0.870231) (xy -1.681176 -0.913551) (xy -1.728154 -0.956855) + (xy -1.772205 -0.998217) (xy -1.810452 -1.035708) (xy -1.840015 -1.067403) (xy -1.858016 -1.091373) + (xy -1.861578 -1.105692) (xy -1.834611 -1.150814) (xy -1.806572 -1.195227) (xy -1.777477 -1.238913) + (xy -1.747341 -1.281854) (xy -1.716178 -1.324032) (xy -1.684003 -1.365428) (xy -1.650831 -1.406024) + (xy -1.616677 -1.445803) (xy -1.581555 -1.484746) (xy -1.545481 -1.522835) (xy -1.508469 -1.560051) + (xy -1.470534 -1.596378) (xy -1.431691 -1.631795) (xy -1.41595 -1.632589) (xy -1.387707 -1.621533) + (xy -1.34945 -1.600985) (xy -1.303669 -1.5733) (xy -1.252853 -1.540837) (xy -1.199492 -1.505953) + (xy -1.146074 -1.471004) (xy -1.09509 -1.438349) (xy -1.049028 -1.410343) (xy -1.010379 -1.389345) + (xy -0.98163 -1.377712) (xy -0.965272 -1.3778) (xy -0.925163 -1.406326) (xy -0.884268 -1.433602) + (xy -0.842617 -1.459616) (xy -0.800239 -1.484352) (xy -0.757164 -1.507798) (xy -0.713422 -1.529938) + (xy -0.669043 -1.55076) (xy -0.624057 -1.570248) (xy -0.578493 -1.58839) (xy -0.532382 -1.60517) + (xy -0.485753 -1.620575) (xy -0.438637 -1.634591) (xy -0.391062 -1.647205) (xy -0.382157 -1.661138) + (xy -0.374548 -1.695124) (xy -0.367933 -1.74469) (xy -0.362004 -1.805367) (xy -0.356457 -1.872683) + (xy -0.350986 -1.942168) (xy -0.345286 -2.009351) (xy -0.339052 -2.06976) (xy -0.331978 -2.118925) + (xy -0.32376 -2.152375) (xy -0.31409 -2.16564) (xy -0.283863 -2.169109) (xy -0.241379 -2.171378) + (xy -0.189086 -2.172625) (xy -0.189086 -2.172622)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.000038 -3.000001) (xy -0.190589 -2.283197) (xy -0.135477 -2.28358) (xy -0.076274 -2.283385) + (xy -0.014845 -2.282738) (xy 0.046947 -2.281767) (xy 0.107238 -2.280597) (xy 0.164163 -2.279356) + (xy 0.215859 -2.278171) (xy 0.260461 -2.277167) (xy 0.296107 -2.276472) (xy 0.32093 -2.276212) + (xy 0.369446 -2.266215) (xy 0.408201 -2.242911) (xy 0.43187 -2.216496) (xy 0.446086 -2.191571) + (xy 0.462414 -2.146691) (xy 0.47089 -2.103476) (xy 0.476551 -2.058265) (xy 0.480162 -2.011062) + (xy 0.482333 -1.962597) (xy 0.48367 -1.9136) (xy 0.484657 -1.865073) (xy 0.485552 -1.818739) + (xy 0.486653 -1.776406) (xy 0.488255 -1.739885) (xy 0.489154 -1.731472) (xy 0.539454 -1.716135) + (xy 0.589223 -1.699324) (xy 0.638428 -1.68105) (xy 0.687037 -1.661327) (xy 0.735018 -1.640168) + (xy 0.782337 -1.617586) (xy 0.828964 -1.593594) (xy 0.874865 -1.568206) (xy 0.920008 -1.541433) + (xy 0.96436 -1.51329) (xy 1.00789 -1.48379) (xy 1.018791 -1.490246) (xy 1.049088 -1.511181) + (xy 1.083611 -1.536246) (xy 1.121016 -1.564131) (xy 1.159956 -1.593526) (xy 1.199203 -1.623185) + (xy 1.238007 -1.652117) (xy 1.275746 -1.679396) (xy 1.311796 -1.704098) (xy 1.345785 -1.725505) + (xy 1.381176 -1.743637) (xy 1.429209 -1.757607) (xy 1.457042 -1.758321) (xy 1.492461 -1.750265) + (xy 1.529633 -1.726714) (xy 1.532253 -1.724333) (xy 1.567856 -1.688444) (xy 1.602847 -1.651958) + (xy 1.637217 -1.614887) (xy 1.670956 -1.577242) (xy 1.704056 -1.539035) (xy 1.736508 -1.500276) + (xy 1.768304 -1.460978) (xy 1.799435 -1.42115) (xy 1.829891 -1.380804) (xy 1.859666 -1.339951) + (xy 1.888748 -1.298603) (xy 1.917131 -1.256771) (xy 1.944805 -1.214465) (xy 1.971761 -1.171698) + (xy 1.973719 -1.16847) (xy 1.988202 -1.127652) (xy 1.988399 -1.092098) (xy 1.981913 -1.065566) + (xy 1.958535 -1.021666) (xy 1.933574 -0.990701) (xy 1.905691 -0.961759) (xy 1.874202 -0.931502) + (xy 1.839866 -0.900145) (xy 1.803715 -0.868099) (xy 1.76678 -0.835775) (xy 1.730183 -0.80369) + (xy 1.695383 -0.772784) (xy 1.663922 -0.744116) (xy 1.637341 -0.718739) (xy 1.630801 -0.711596) + (xy 1.649273 -0.666484) (xy 1.666369 -0.620865) (xy 1.682083 -0.574776) (xy 1.696406 -0.528252) + (xy 1.709334 -0.481332) (xy 1.720859 -0.434053) (xy 1.730973 -0.386451) (xy 1.739672 -0.338563) + (xy 1.746947 -0.290428) (xy 1.752792 -0.242081) (xy 1.7572 -0.193561) (xy 1.760165 -0.144903) + (xy 1.760774 -0.144675) (xy 1.796138 -0.134685) (xy 1.836632 -0.123626) (xy 1.880652 -0.111703) + (xy 1.926595 -0.099125) (xy 1.972893 -0.086103) (xy 2.018381 -0.072661) (xy 2.062062 -0.058713) + (xy 2.102939 -0.044176) (xy 2.140403 -0.02885) (xy 2.176454 -0.009674) (xy 2.215992 0.023025) + (xy 2.238618 0.058593) (xy 2.248315 0.113902) (xy 2.248315 0.113981) (xy 2.244517 0.160131) + (xy 2.238504 0.209231) (xy 2.230525 0.260641) (xy 2.22083 0.313722) (xy 2.209666 0.367834) + (xy 2.197285 0.422337) (xy 2.183935 0.476593) (xy 2.169865 0.529961) (xy 2.155326 0.581802) + (xy 2.140565 0.631476) (xy 2.125833 0.678344) (xy 2.111379 0.721765) (xy 2.097452 0.761102) + (xy 2.097375 0.761181) (xy 2.068683 0.805712) (xy 2.034234 0.83101) (xy 2.00582 0.842063) + (xy 1.981992 0.846806) (xy 1.939857 0.849736) (xy 1.899232 0.847864) (xy 1.856484 0.843784) + (xy 1.811835 0.838021) (xy 1.766028 0.831188) (xy 1.719805 0.823893) (xy 1.674101 0.816727) + (xy 1.630548 0.810247) (xy 1.590939 0.805006) (xy 1.557066 0.801562) (xy 1.54925 0.801411) + (xy 1.525983 0.847553) (xy 1.502481 0.893168) (xy 1.478375 0.93822) (xy 1.453292 0.982675) + (xy 1.426862 1.026495) (xy 1.398713 1.069645) (xy 1.368474 1.11209) (xy 1.335774 1.153794) + (xy 1.300242 1.19472) (xy 1.261506 1.234833) (xy 1.263014 1.239119) (xy 1.27664 1.269103) + (xy 1.293949 1.303861) (xy 1.313888 1.341764) (xy 1.335401 1.381187) (xy 1.357468 1.420705) + (xy 1.379225 1.4594) (xy 1.399854 1.496403) (xy 1.418537 1.530846) (xy 1.43457 1.562028) + (xy 1.448003 1.592108) (xy 1.45928 1.630446) (xy 1.459676 1.670734) (xy 1.447007 1.707431) + (xy 1.413599 1.746053) (xy 1.413522 1.74613) (xy 1.380686 1.769455) (xy 1.343579 1.794778) + (xy 1.30276 1.821698) (xy 1.258785 1.849816) (xy 1.212211 1.878732) (xy 1.163596 1.908047) + (xy 1.113496 1.937361) (xy 1.062468 1.966276) (xy 1.011071 1.994391) (xy 0.95986 2.021308) + (xy 0.909393 2.046626) (xy 0.860228 2.069946) (xy 0.81292 2.090869) (xy 0.768028 2.108995) + (xy 0.726109 2.123925) (xy 0.72558 2.124079) (xy 0.669928 2.128408) (xy 0.628087 2.115136) + (xy 0.602598 2.098677) (xy 0.58494 2.082365) (xy 0.557488 2.050191) (xy 0.534126 2.015991) + (xy 0.510935 1.978311) (xy 0.487708 1.937817) (xy 0.464482 1.895556) (xy 0.441294 1.852574) + (xy 0.4183 1.81006) (xy 0.396076 1.769693) (xy 0.375282 1.733258) (xy 0.356579 1.702539) + (xy 0.347634 1.690131) (xy 0.298937 1.697221) (xy 0.25015 1.703658) (xy 0.201277 1.7093) + (xy 0.152323 1.714006) (xy 0.103292 1.717635) (xy 0.054188 1.720047) (xy 0.005017 1.7211) + (xy 0.004408 1.7211) (xy -0.040012 1.720246) (xy -0.084347 1.717745) (xy -0.128599 1.713864) + (xy -0.172768 1.708869) (xy -0.216855 1.703025) (xy -0.26086 1.6966) (xy -0.268903 1.708638) + (xy -0.287728 1.740876) (xy -0.308643 1.778553) (xy -0.33098 1.819947) (xy -0.354069 1.863335) + (xy -0.377313 1.90708) (xy -0.400415 1.949946) (xy -0.423158 1.990811) (xy -0.445323 2.028554) + (xy -0.466839 2.062343) (xy -0.490424 2.093498) (xy -0.525603 2.126122) (xy -0.548968 2.139397) + (xy -0.5836 2.148756) (xy -0.628733 2.144616) (xy -0.628884 2.144539) (xy -0.670646 2.131779) + (xy -0.715148 2.116408) (xy -0.761924 2.098696) (xy -0.810508 2.078915) (xy -0.860437 2.057335) + (xy -0.911245 2.034228) (xy -0.962467 2.009863) (xy -1.013638 1.984513) (xy -1.064293 1.958446) + (xy -1.113968 1.931935) (xy -1.162197 1.90525) (xy -1.208515 1.878662) (xy -1.252457 1.852442) + (xy -1.293559 1.82686) (xy -1.331356 1.802187) (xy -1.365381 1.778694) (xy -1.396242 1.745263) + (xy -1.410633 1.71157) (xy -1.413414 1.669101) (xy -1.403116 1.625802) (xy -1.389276 1.592218) + (xy -1.372372 1.558003) (xy -1.352493 1.520574) (xy -1.330307 1.480627) (xy -1.306622 1.439059) + (xy -1.282245 1.396766) (xy -1.258035 1.354739) (xy -1.235016 1.314353) (xy -1.214245 1.277082) + (xy -1.196779 1.2444) (xy -1.195954 1.242548) (xy -1.232412 1.208293) (xy -1.267762 1.172983) + (xy -1.301978 1.136642) (xy -1.335035 1.099292) (xy -1.366905 1.060957) (xy -1.397565 1.021659) + (xy -1.426989 0.981422) (xy -1.45515 0.940267) (xy -1.482023 0.898219) (xy -1.507584 0.855301) + (xy -1.531805 0.811534) (xy -1.547966 0.812592) (xy -1.586289 0.817065) (xy -1.630094 0.822957) + (xy -1.677616 0.829812) (xy -1.727092 0.837172) (xy -1.776858 0.844578) (xy -1.825666 0.851589) + (xy -1.872374 0.857781) (xy -1.915839 0.862731) (xy -1.955148 0.866055) (xy -1.992286 0.866779) + (xy -2.035282 0.861434) (xy -2.059666 0.854211) (xy -2.090245 0.834676) (xy -2.118568 0.791981) + (xy -2.118645 0.79183) (xy -2.135396 0.748327) (xy -2.150409 0.702309) (xy -2.163797 0.654219) + (xy -2.175671 0.6045) (xy -2.186144 0.553595) (xy -2.195329 0.501948) (xy -2.203338 0.450001) + (xy -2.210283 0.398199) (xy -2.216277 0.346984) (xy -2.221432 0.2968) (xy -2.225861 0.248089) + (xy -2.229676 0.201296) (xy -2.23299 0.156863) (xy -2.235914 0.115233) (xy -2.235914 0.115156) + (xy -2.235914 0.115079) (xy -2.22907 0.064562) (xy -2.208978 0.031421) (xy -2.188708 0.012701) + (xy -2.150297 -0.00955) (xy -2.11703 -0.022247) (xy -2.081819 -0.03286) (xy -2.04271 -0.043323) + (xy -2.000548 -0.053695) (xy -1.956421 -0.064004) (xy -1.911413 -0.074278) (xy -1.867194 -0.084392) + (xy -1.824939 -0.094283) (xy -1.78627 -0.103755) (xy -1.752808 -0.112613) (xy -1.749961 -0.163472) + (xy -1.745647 -0.214203) (xy -1.739872 -0.26477) (xy -1.732645 -0.315135) (xy -1.723971 -0.365262) + (xy -1.713859 -0.415114) (xy -1.702315 -0.464653) (xy -1.689346 -0.513843) (xy -1.67496 -0.562646) + (xy -1.659164 -0.611026) (xy -1.641964 -0.658946) (xy -1.623368 -0.706367) (xy -1.630058 -0.71367) + (xy -1.656328 -0.739469) (xy -1.687025 -0.768548) (xy -1.720735 -0.79986) (xy -1.75604 -0.832359) + (xy -1.791588 -0.865072) (xy -1.826302 -0.89735) (xy -1.859185 -0.928628) (xy -1.889238 -0.958341) + (xy -1.915661 -0.986104) (xy -1.939 -1.014192) (xy -1.9614 -1.051249) (xy -1.970558 -1.074676) + (xy -1.974152 -1.109998) (xy -1.959672 -1.157162) (xy -1.957193 -1.161527) (xy -1.930943 -1.20553) + (xy -1.903699 -1.248922) (xy -1.875476 -1.291685) (xy -1.846292 -1.333798) (xy -1.816163 -1.37524) + (xy -1.785105 -1.415991) (xy -1.753135 -1.456031) (xy -1.72027 -1.495339) (xy -1.686527 -1.533895) + (xy -1.651921 -1.571679) (xy -1.616469 -1.608671) (xy -1.580189 -1.64485) (xy -1.543096 -1.680195) + (xy -1.505206 -1.714686) (xy -1.504153 -1.715745) (xy -1.465752 -1.738819) (xy -1.432185 -1.745182) + (xy -1.406961 -1.743632) (xy -1.362762 -1.731673) (xy -1.328295 -1.71595) (xy -1.294134 -1.697094) + (xy -1.257545 -1.67521) (xy -1.21899 -1.65097) (xy -1.179183 -1.625212) (xy -1.138836 -1.598775) + (xy -1.098779 -1.572555) (xy -1.060275 -1.54765) (xy -1.024688 -1.525193) (xy -0.993386 -1.506317) + (xy -0.978352 -1.498432) (xy -0.936437 -1.526105) (xy -0.893779 -1.552526) (xy -0.850408 -1.577686) + (xy -0.806353 -1.601575) (xy -0.761643 -1.624182) (xy -0.716308 -1.645498) (xy -0.670376 -1.665513) + (xy -0.623876 -1.684216) (xy -0.576838 -1.701597) (xy -0.529292 -1.717647) (xy -0.481265 -1.732355) + (xy -0.479307 -1.744685) (xy -0.475354 -1.781229) (xy -0.471509 -1.823197) (xy -0.467729 -1.868849) + (xy -0.463972 -1.916445) (xy -0.460181 -1.964345) (xy -0.456212 -2.011313) (xy -0.451895 -2.05621) + (xy -0.447059 -2.097898) (xy -0.441511 -2.135461) (xy -0.43383 -2.170812) (xy -0.418495 -2.211254) + (xy -0.405366 -2.23311) (xy -0.379012 -2.257859) (xy -0.331976 -2.274995) (xy -0.289928 -2.280216) + (xy -0.24378 -2.282579) (xy -0.190585 -2.283567) (xy -0.190589 -2.283197) (xy -0.000038 -3.000001) + (xy -0.050147 -2.99959) (xy -0.100059 -2.998364) (xy -0.149765 -2.996328) (xy -0.199261 -2.993489) + (xy -0.248539 -2.989853) (xy -0.297593 -2.985427) (xy -0.346417 -2.980217) (xy -0.395004 -2.974229) + (xy -0.443348 -2.96747) (xy -0.491443 -2.959945) (xy -0.539282 -2.951663) (xy -0.586859 -2.942628) + (xy -0.634168 -2.932847) (xy -0.681202 -2.922327) (xy -0.727955 -2.911074) (xy -0.77442 -2.899094) + (xy -0.820591 -2.886393) (xy -0.866463 -2.872979) (xy -0.912027 -2.858857) (xy -0.957278 -2.844033) + (xy -1.002211 -2.828515) (xy -1.046817 -2.812308) (xy -1.091091 -2.795419) (xy -1.135027 -2.777854) + (xy -1.178618 -2.75962) (xy -1.221858 -2.740723) (xy -1.26474 -2.721168) (xy -1.307259 -2.700964) + (xy -1.349407 -2.680116) (xy -1.391178 -2.658629) (xy -1.432567 -2.636512) (xy -1.473566 -2.61377) + (xy -1.514169 -2.590409) (xy -1.554371 -2.566436) (xy -1.594163 -2.541857) (xy -1.633541 -2.516679) + (xy -1.672498 -2.490908) (xy -1.711027 -2.46455) (xy -1.749122 -2.437612) (xy -1.786777 -2.4101) + (xy -1.823986 -2.38202) (xy -1.860741 -2.353379) (xy -1.897037 -2.324183) (xy -1.932867 -2.294438) + (xy -1.968225 -2.264151) (xy -2.003104 -2.233329) (xy -2.037499 -2.201977) (xy -2.071402 -2.170102) + (xy -2.104808 -2.137711) (xy -2.13771 -2.104809) (xy -2.170102 -2.071403) (xy -2.201976 -2.0375) + (xy -2.233328 -2.003105) (xy -2.264151 -1.968226) (xy -2.294437 -1.932868) (xy -2.324182 -1.897038) + (xy -2.353378 -1.860742) (xy -2.382019 -1.823986) (xy -2.410099 -1.786778) (xy -2.437611 -1.749123) + (xy -2.464549 -1.711028) (xy -2.490907 -1.672499) (xy -2.516678 -1.633542) (xy -2.541857 -1.594164) + (xy -2.566435 -1.554371) (xy -2.590408 -1.51417) (xy -2.613769 -1.473567) (xy -2.636511 -1.432567) + (xy -2.658629 -1.391179) (xy -2.680115 -1.349408) (xy -2.700963 -1.307259) (xy -2.721168 -1.264741) + (xy -2.740722 -1.221859) (xy -2.759619 -1.178619) (xy -2.777853 -1.135028) (xy -2.795418 -1.091092) + (xy -2.812307 -1.046818) (xy -2.828514 -1.002211) (xy -2.844032 -0.957279) (xy -2.858856 -0.912028) + (xy -2.872978 -0.866463) (xy -2.886392 -0.820592) (xy -2.899093 -0.774421) (xy -2.911073 -0.727955) + (xy -2.922326 -0.681203) (xy -2.932846 -0.634169) (xy -2.942627 -0.58686) (xy -2.951662 -0.539283) + (xy -2.959945 -0.491444) (xy -2.967469 -0.443349) (xy -2.974228 -0.395005) (xy -2.980216 -0.346417) + (xy -2.985426 -0.297594) (xy -2.989852 -0.248539) (xy -2.993488 -0.199262) (xy -2.996327 -0.149766) + (xy -2.998363 -0.100059) (xy -2.999589 -0.050148) (xy -3 -0.000038) (xy -2.999591 0.050072) + (xy -2.998365 0.099985) (xy -2.996331 0.149692) (xy -2.993493 0.199188) (xy -2.989858 0.248467) + (xy -2.985433 0.297522) (xy -2.980224 0.346347) (xy -2.974237 0.394935) (xy -2.967479 0.44328) + (xy -2.959956 0.491376) (xy -2.951674 0.539216) (xy -2.94264 0.586795) (xy -2.93286 0.634104) + (xy -2.922341 0.681139) (xy -2.911088 0.727893) (xy -2.899109 0.774359) (xy -2.886409 0.820531) + (xy -2.872995 0.866403) (xy -2.858874 0.911969) (xy -2.844051 0.957221) (xy -2.828534 1.002155) + (xy -2.812327 1.046762) (xy -2.795439 1.091037) (xy -2.777875 1.134974) (xy -2.759641 1.178566) + (xy -2.740744 1.221807) (xy -2.72119 1.26469) (xy -2.700986 1.30721) (xy -2.680138 1.349359) + (xy -2.658652 1.391131) (xy -2.636535 1.432521) (xy -2.613794 1.473521) (xy -2.590433 1.514125) + (xy -2.56646 1.554328) (xy -2.541882 1.594121) (xy -2.516704 1.6335) (xy -2.490933 1.672458) + (xy -2.464575 1.710988) (xy -2.437637 1.749084) (xy -2.410125 1.78674) (xy -2.382045 1.82395) + (xy -2.353404 1.860706) (xy -2.324208 1.897003) (xy -2.294464 1.932834) (xy -2.264177 1.968193) + (xy -2.233355 2.003073) (xy -2.202003 2.037469) (xy -2.170128 2.071373) (xy -2.137737 2.10478) + (xy -2.104835 2.137683) (xy -2.071429 2.170075) (xy -2.037525 2.201951) (xy -2.00313 2.233303) + (xy -1.968251 2.264127) (xy -1.932893 2.294414) (xy -1.897062 2.324159) (xy -1.860766 2.353356) + (xy -1.824011 2.381998) (xy -1.786802 2.410079) (xy -1.749147 2.437592) (xy -1.711051 2.464531) + (xy -1.672522 2.49089) (xy -1.633565 2.516662) (xy -1.594186 2.541841) (xy -1.554393 2.56642) + (xy -1.514192 2.590394) (xy -1.473588 2.613755) (xy -1.432588 2.636498) (xy -1.391199 2.658616) + (xy -1.349427 2.680103) (xy -1.307279 2.700952) (xy -1.26476 2.721157) (xy -1.221877 2.740712) + (xy -1.178637 2.75961) (xy -1.135045 2.777845) (xy -1.091108 2.79541) (xy -1.046834 2.812299) + (xy -1.002227 2.828507) (xy -0.957294 2.844026) (xy -0.912042 2.858849) (xy -0.866477 2.872972) + (xy -0.820605 2.886387) (xy -0.774433 2.899088) (xy -0.727967 2.911068) (xy -0.681213 2.922322) + (xy -0.634179 2.932842) (xy -0.586869 2.942623) (xy -0.539291 2.951658) (xy -0.491451 2.959941) + (xy -0.443356 2.967466) (xy -0.395011 2.974225) (xy -0.346423 2.980213) (xy -0.297598 2.985424) + (xy -0.248543 2.98985) (xy -0.199264 2.993486) (xy -0.149768 2.996325) (xy -0.100061 2.998361) + (xy -0.050148 2.999587) (xy -0.000038 2.999998) (xy 0.050074 2.999589) (xy 0.099987 2.998363) + (xy 0.149695 2.996329) (xy 0.199193 2.993491) (xy 0.248472 2.989856) (xy 0.297528 2.985431) + (xy 0.346354 2.980221) (xy 0.394943 2.974234) (xy 0.443289 2.967476) (xy 0.491385 2.959953) + (xy 0.539226 2.951671) (xy 0.586805 2.942636) (xy 0.634116 2.932856) (xy 0.681151 2.922336) + (xy 0.727906 2.911084) (xy 0.774373 2.899104) (xy 0.820546 2.886404) (xy 0.866419 2.87299) + (xy 0.911985 2.858868) (xy 0.957238 2.844045) (xy 1.002172 2.828527) (xy 1.04678 2.81232) + (xy 1.091056 2.795431) (xy 1.134993 2.777866) (xy 1.178586 2.759632) (xy 1.221827 2.740734) + (xy 1.264711 2.72118) (xy 1.307231 2.700975) (xy 1.349381 2.680127) (xy 1.391154 2.65864) + (xy 1.432544 2.636523) (xy 1.473544 2.61378) (xy 1.514149 2.590419) (xy 1.554352 2.566446) + (xy 1.594146 2.541866) (xy 1.633525 2.516688) (xy 1.672483 2.490916) (xy 1.711014 2.464557) + (xy 1.74911 2.437619) (xy 1.786766 2.410106) (xy 1.823976 2.382025) (xy 1.860732 2.353383) + (xy 1.89703 2.324186) (xy 1.932861 2.294441) (xy 1.96822 2.264154) (xy 2.003101 2.23333) + (xy 2.037496 2.201978) (xy 2.071401 2.170102) (xy 2.104808 2.137709) (xy 2.137711 2.104806) + (xy 2.170103 2.0714) (xy 2.201979 2.037495) (xy 2.233332 2.003099) (xy 2.264155 1.968219) + (xy 2.294442 1.93286) (xy 2.324188 1.897028) (xy 2.353384 1.860731) (xy 2.382026 1.823975) + (xy 2.410107 1.786765) (xy 2.43762 1.749109) (xy 2.464559 1.711012) (xy 2.490917 1.672482) + (xy 2.516689 1.633524) (xy 2.541868 1.594145) (xy 2.566447 1.55435) (xy 2.59042 1.514148) + (xy 2.613781 1.473543) (xy 2.636524 1.432542) (xy 2.658642 1.391152) (xy 2.680128 1.349379) + (xy 2.700977 1.30723) (xy 2.721181 1.26471) (xy 2.740736 1.221826) (xy 2.759633 1.178585) + (xy 2.777867 1.134992) (xy 2.795432 1.091054) (xy 2.812321 1.046779) (xy 2.828528 1.002171) + (xy 2.844046 0.957237) (xy 2.858869 0.911984) (xy 2.872991 0.866418) (xy 2.886405 0.820545) + (xy 2.899105 0.774372) (xy 2.911085 0.727905) (xy 2.922338 0.68115) (xy 2.932858 0.634115) + (xy 2.942638 0.586804) (xy 2.951672 0.539225) (xy 2.959954 0.491385) (xy 2.967478 0.443288) + (xy 2.974236 0.394942) (xy 2.980223 0.346353) (xy 2.985433 0.297527) (xy 2.989858 0.248472) + (xy 2.993493 0.199192) (xy 2.996331 0.149695) (xy 2.998365 0.099986) (xy 2.999591 0.050073) + (xy 3 -0.000038) (xy 2.999589 -0.050149) (xy 2.998363 -0.100061) (xy 2.996327 -0.149769) + (xy 2.993488 -0.199265) (xy 2.989852 -0.248544) (xy 2.985426 -0.297599) (xy 2.980215 -0.346423) + (xy 2.974227 -0.395011) (xy 2.967468 -0.443356) (xy 2.959943 -0.491452) (xy 2.95166 -0.539292) + (xy 2.942625 -0.58687) (xy 2.932844 -0.634179) (xy 2.922323 -0.681214) (xy 2.91107 -0.727967) + (xy 2.899089 -0.774433) (xy 2.886388 -0.820605) (xy 2.872974 -0.866477) (xy 2.858851 -0.912042) + (xy 2.844027 -0.957294) (xy 2.828508 -1.002227) (xy 2.812301 -1.046834) (xy 2.795412 -1.091109) + (xy 2.777846 -1.135045) (xy 2.759611 -1.178637) (xy 2.740713 -1.221877) (xy 2.721159 -1.26476) + (xy 2.700953 -1.307279) (xy 2.680104 -1.349428) (xy 2.658618 -1.391199) (xy 2.6365 -1.432588) + (xy 2.613757 -1.473588) (xy 2.590395 -1.514192) (xy 2.566422 -1.554393) (xy 2.541842 -1.594187) + (xy 2.516663 -1.633565) (xy 2.490891 -1.672522) (xy 2.464532 -1.711051) (xy 2.437593 -1.749147) + (xy 2.41008 -1.786802) (xy 2.382 -1.824011) (xy 2.353358 -1.860766) (xy 2.324161 -1.897062) + (xy 2.294416 -1.932893) (xy 2.264128 -1.968251) (xy 2.233305 -2.00313) (xy 2.201952 -2.037525) + (xy 2.170076 -2.071429) (xy 2.137684 -2.104835) (xy 2.104781 -2.137737) (xy 2.071374 -2.170128) + (xy 2.03747 -2.202003) (xy 2.003074 -2.233355) (xy 1.968194 -2.264177) (xy 1.932835 -2.294464) + (xy 1.897004 -2.324208) (xy 1.860707 -2.353404) (xy 1.823951 -2.382045) (xy 1.786742 -2.410125) + (xy 1.749086 -2.437637) (xy 1.71099 -2.464575) (xy 1.672459 -2.490933) (xy 1.633502 -2.516704) + (xy 1.594123 -2.541882) (xy 1.554329 -2.566461) (xy 1.514127 -2.590433) (xy 1.473522 -2.613794) + (xy 1.432522 -2.636536) (xy 1.391133 -2.658653) (xy 1.34936 -2.680138) (xy 1.307211 -2.700986) + (xy 1.264692 -2.72119) (xy 1.221808 -2.740744) (xy 1.178567 -2.759641) (xy 1.134975 -2.777875) + (xy 1.091038 -2.795439) (xy 1.046763 -2.812327) (xy 1.002156 -2.828534) (xy 0.957222 -2.844051) + (xy 0.91197 -2.858874) (xy 0.866405 -2.872996) (xy 0.820532 -2.886409) (xy 0.77436 -2.899109) + (xy 0.727894 -2.911088) (xy 0.68114 -2.922341) (xy 0.634105 -2.93286) (xy 0.586795 -2.94264) + (xy 0.539217 -2.951674) (xy 0.491377 -2.959956) (xy 0.443281 -2.967479) (xy 0.394936 -2.974237) + (xy 0.346348 -2.980224) (xy 0.297523 -2.985433) (xy 0.248468 -2.989859) (xy 0.199189 -2.993493) + (xy 0.149693 -2.996331) (xy 0.099985 -2.998366) (xy 0.050073 -2.999591) (xy -0.000038 -3.000001)) (layer F.SilkS) (width 0)) + ) + + (module Capacitor_SMD:C_0402_1005Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 60A9FBBD) + (at 105.9 120.6 180) + (descr "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") + (tags capacitor) + (path /6025A839/602B59C6/603FB725) + (attr smd) + (fp_text reference C126 (at 0.12 1.2) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n (at 0 1.16) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.25 0.25) (thickness 0.04))) + ) + (fp_line (start 0.91 0.46) (end -0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.91 -0.46) (end 0.91 0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 -0.46) (end 0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.91 0.46) (end -0.91 -0.46) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.107836 0.36) (end 0.107836 0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.107836 -0.36) (end 0.107836 -0.36) (layer F.SilkS) (width 0.12)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer F.Fab) (width 0.1)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer F.Fab) (width 0.1)) + (pad 1 smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 2 smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 12 Board_1-/ovladaci_prvky.sch/SW_7)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:Tactile_switch (layer F.Cu) (tedit 600DD696) (tstamp 60A9FBB1) + (at 105.905 124.785001 90) + (path /6025A839/602B59C6/603FB72D) + (attr smd) + (fp_text reference SW7 (at 0.931041 -4.6912 180) (layer F.SilkS) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (fp_text value button (at 0 -0.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 1.1 0.45) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 2.55) (end -2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 2.55) (end -2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start 2.55 -2.55) (end 2.55 2.55) (layer Dwgs.User) (width 0.12)) + (fp_line (start -2.55 -2.55) (end 2.55 -2.55) (layer Dwgs.User) (width 0.12)) + (pad 1 smd rect (at 2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 12 Board_1-/ovladaci_prvky.sch/SW_7)) + (pad 2 smd rect (at 2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 3 smd rect (at -2.8 1.8 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.8 -1.85 90) (size 1.3 0.7) (layers F.Cu F.Paste F.Mask)) + ) + + (module LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm (layer F.Cu) (tedit 5AA4B285) (tstamp 60A9FB9B) + (at 128.1 103.7 180) + (descr https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf) + (tags "LED RGB NeoPixel") + (path /6025A839/602BAE12/602C087D/5F78FD8B) + (attr smd) + (fp_text reference D74 (at 2.1 -3.4) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value WS2812C (at 0 4) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user 1 (at -4.15 -1.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.15))) + ) + (fp_line (start 3.45 -2.75) (end -3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.45 2.75) (end 3.45 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 2.75) (end 3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.45 -2.75) (end -3.45 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.5 1.5) (end 1.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 -2.5) (end -2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.5 2.5) (end 2.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 2.5) (end 2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.5 -2.5) (end -2.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.75) (end 3.65 -2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.65 2.75) (end 3.65 2.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 3.65 2.75) (end 3.65 1.6) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 0 -2) (layer F.Fab) (width 0.1)) + (pad 3 smd rect (at 2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 smd rect (at 2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 101 "Board_1-Net-(D73-Pad2)")) + (pad 2 smd rect (at -2.45 1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 102 "Board_1-Net-(D74-Pad2)")) + (pad 1 smd rect (at -2.45 -1.6 180) (size 1.5 1) (layers F.Cu F.Paste F.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module my_library:SMD,3.5x2.8x1.9mm (layer F.Cu) (tedit 602DA168) (tstamp 60A9FB92) + (at 101.5 78.2 90) + (path /6025A839/6027232E) + (attr smd) + (fp_text reference Q3 (at 0.1 2.1 180) (layer F.SilkS) hide + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Q_Photo_NPN (at 0.15 -1.725 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.775 1.075) (end -1.775 -1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start 1.775 1.075) (end -1.775 1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start 1.775 -1.075) (end 1.775 1.075) (layer Dwgs.User) (width 0.05)) + (fp_line (start -1.775 -1.075) (end 1.775 -1.075) (layer Dwgs.User) (width 0.05)) + (pad 1 smd rect (at -1.25 0 90) (size 1 2.1) (layers F.Cu F.Paste F.Mask) + (net 121 "Board_1-Net-(Q3-Pad1)")) + (pad 2 smd rect (at 1.25 0 90) (size 1 2.1) (layers F.Cu F.Paste F.Mask) + (net 5 Board_1-/ovladaci_prvky.sch/SENZOR_SVETLA)) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB78) + (at 102.1 105.9 180) + (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x07 2.54mm single row") + (path /605B938E) + (fp_text reference J4 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x07_Female (at 0 17.57) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 7.62 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 16.51) (end -1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 16.51) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 16.57) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 17.05) (end 1.8 17.05) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 17.05) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 Board_1-/ovladaci_prvky.sch/3V3)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 12 Board_1-/ovladaci_prvky.sch/SW_7)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 4 Board_1-/ovladaci_prvky.sch/GND)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 3 Board_1-/ovladaci_prvky.sch/DATA_ZADANI_LED)) + (pad 5 thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 Board_1-/ovladaci_prvky.sch/DATA_HERNI_LED)) + (pad 6 thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 15 Board_1-/ovladaci_prvky.sch/V_LED_1)) + (pad 7 thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 5 Board_1-/ovladaci_prvky.sch/SENZOR_SVETLA)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB61) + (at 192 105.92 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059C745) + (fp_text reference J5 (at 0 -2.33) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3.81 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 11 Board_1-/ovladaci_prvky.sch/SW_5)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 10 Board_1-/ovladaci_prvky.sch/SW_4)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 8 Board_1-/ovladaci_prvky.sch/SW_2)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 9 Board_1-/ovladaci_prvky.sch/SW_3)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 60A9FB4A) + (at 192 94.2 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (path /6059DE00) + (fp_text reference J6 (at 0.3 10.1) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x04_Female (at 0 9.95) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 3.81 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 8.89) (end -1.27 8.89) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 8.95) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 8.95) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 9.4) (end 1.8 9.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 13 Board_1-/ovladaci_prvky.sch/SW_8)) + (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 7 Board_1-/ovladaci_prvky.sch/SW_11)) + (pad 3 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 14 Board_1-/ovladaci_prvky.sch/SW_9)) + (pad 4 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 6 Board_1-/ovladaci_prvky.sch/SW_10)) + (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 106.0636 145.1139) (end 106.0721 145.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0495 145.1695) (end 106.0636 145.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0298 145.2233) (end 106.0495 145.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.005 145.275) (end 106.0298 145.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9751 145.3239) (end 106.005 145.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9405 145.3696) (end 105.9751 145.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9015 145.4116) (end 105.9405 145.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.8585 145.4496) (end 105.9015 145.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.812 145.483) (end 105.8585 145.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7623 145.5117) (end 105.812 145.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7101 145.5353) (end 105.7623 145.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.6557 145.5535) (end 105.7101 145.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.5998 145.5663) (end 105.6557 145.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.543 145.5734) (end 105.5998 145.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4857 145.5748) (end 105.543 145.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4285 145.5705) (end 105.4857 145.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3721 145.5606) (end 105.4285 145.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3169 145.5451) (end 105.3721 145.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2635 145.5241) (end 105.3169 145.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2125 145.498) (end 105.2635 145.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1643 145.4669) (end 105.2125 145.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1195 145.4311) (end 105.1643 145.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0785 145.3911) (end 105.1195 145.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0416 145.3472) (end 105.0785 145.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0094 145.2998) (end 105.0416 145.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9819 145.2495) (end 105.0094 145.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9597 145.1967) (end 104.9819 145.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9428 145.1419) (end 104.9597 145.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9314 145.0857) (end 104.9428 145.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9257 145.0287) (end 104.9314 145.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9257 144.9713) (end 104.9257 145.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9314 144.9143) (end 104.9257 144.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9428 144.8581) (end 104.9314 144.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9597 144.8033) (end 104.9428 144.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9819 144.7505) (end 104.9597 144.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0094 144.7002) (end 104.9819 144.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0416 144.6528) (end 105.0094 144.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0785 144.6089) (end 105.0416 144.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1195 144.5689) (end 105.0785 144.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1643 144.5331) (end 105.1195 144.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2125 144.502) (end 105.1643 144.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2635 144.4759) (end 105.2125 144.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3169 144.4549) (end 105.2635 144.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3721 144.4394) (end 105.3169 144.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4285 144.4295) (end 105.3721 144.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4857 144.4252) (end 105.4285 144.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.543 144.4266) (end 105.4857 144.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.5998 144.4337) (end 105.543 144.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.6557 144.4465) (end 105.5998 144.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7101 144.4647) (end 105.6557 144.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7623 144.4883) (end 105.7101 144.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.812 144.517) (end 105.7623 144.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.8585 144.5504) (end 105.812 144.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9015 144.5884) (end 105.8585 144.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9405 144.6304) (end 105.9015 144.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9751 144.6761) (end 105.9405 144.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.005 144.725) (end 105.9751 144.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0298 144.7767) (end 106.005 144.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0495 144.8305) (end 106.0298 144.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0636 144.8861) (end 106.0495 144.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0721 144.9427) (end 106.0636 144.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.075 145) (end 106.0721 144.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0721 145.0573) (end 106.075 145) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0636 49.1139) (end 106.0721 49.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0495 49.1695) (end 106.0636 49.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0298 49.2233) (end 106.0495 49.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.005 49.275) (end 106.0298 49.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9751 49.3239) (end 106.005 49.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9405 49.3696) (end 105.9751 49.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9015 49.4116) (end 105.9405 49.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.8585 49.4496) (end 105.9015 49.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.812 49.483) (end 105.8585 49.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7623 49.5117) (end 105.812 49.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7101 49.5353) (end 105.7623 49.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.6557 49.5535) (end 105.7101 49.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.5998 49.5663) (end 105.6557 49.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.543 49.5734) (end 105.5998 49.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4857 49.5748) (end 105.543 49.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4285 49.5705) (end 105.4857 49.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3721 49.5606) (end 105.4285 49.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3169 49.5451) (end 105.3721 49.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2635 49.5241) (end 105.3169 49.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2125 49.498) (end 105.2635 49.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1643 49.4669) (end 105.2125 49.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1195 49.4311) (end 105.1643 49.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0785 49.3911) (end 105.1195 49.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0416 49.3472) (end 105.0785 49.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0094 49.2998) (end 105.0416 49.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9819 49.2495) (end 105.0094 49.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9597 49.1967) (end 104.9819 49.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9428 49.1419) (end 104.9597 49.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9314 49.0857) (end 104.9428 49.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9257 49.0287) (end 104.9314 49.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9257 48.9713) (end 104.9257 49.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9314 48.9143) (end 104.9257 48.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9428 48.8581) (end 104.9314 48.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9597 48.8033) (end 104.9428 48.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 104.9819 48.7505) (end 104.9597 48.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0094 48.7002) (end 104.9819 48.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0416 48.6528) (end 105.0094 48.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.0785 48.6089) (end 105.0416 48.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1195 48.5689) (end 105.0785 48.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.1643 48.5331) (end 105.1195 48.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2125 48.502) (end 105.1643 48.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.2635 48.4759) (end 105.2125 48.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3169 48.4549) (end 105.2635 48.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.3721 48.4394) (end 105.3169 48.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4285 48.4295) (end 105.3721 48.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.4857 48.4252) (end 105.4285 48.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.543 48.4266) (end 105.4857 48.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.5998 48.4337) (end 105.543 48.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.6557 48.4465) (end 105.5998 48.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7101 48.4647) (end 105.6557 48.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.7623 48.4883) (end 105.7101 48.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.812 48.517) (end 105.7623 48.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.8585 48.5504) (end 105.812 48.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9015 48.5884) (end 105.8585 48.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9405 48.6304) (end 105.9015 48.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 105.9751 48.6761) (end 105.9405 48.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.005 48.725) (end 105.9751 48.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0298 48.7767) (end 106.005 48.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0495 48.8305) (end 106.0298 48.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0636 48.8861) (end 106.0495 48.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0721 48.9427) (end 106.0636 48.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.075 49) (end 106.0721 48.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 106.0721 49.0573) (end 106.075 49) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.9781 139.2085) (end 153.0687 138.6073) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.828 139.7977) (end 152.9781 139.2085) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.6201 140.3691) (end 152.828 139.7977) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.3563 140.9169) (end 152.6201 140.3691) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.0392 141.4357) (end 152.3563 140.9169) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 151.6721 141.9204) (end 152.0392 141.4357) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 151.2585 142.3661) (end 151.6721 141.9204) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 150.8027 142.7684) (end 151.2585 142.3661) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 150.309 143.1233) (end 150.8027 142.7684) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 149.7824 143.4273) (end 150.309 143.1233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 149.2282 143.6774) (end 149.7824 143.4273) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 148.6519 143.871) (end 149.2282 143.6774) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 148.0591 144.0063) (end 148.6519 143.871) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 147.4558 144.0819) (end 148.0591 144.0063) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 146.8479 144.0971) (end 147.4558 144.0819) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 146.2416 144.0517) (end 146.8479 144.0971) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 145.6428 143.9461) (end 146.2416 144.0517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 145.0576 143.7814) (end 145.6428 143.9461) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 144.4916 143.5593) (end 145.0576 143.7814) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 143.9505 143.2819) (end 144.4916 143.5593) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 143.4397 142.952) (end 143.9505 143.2819) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.9644 142.5729) (end 143.4397 142.952) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.5291 142.1484) (end 142.9644 142.5729) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.1383 141.6826) (end 142.5291 142.1484) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.7958 141.1802) (end 142.1383 141.6826) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.505 140.6463) (end 141.7958 141.1802) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.2688 140.086) (end 141.505 140.6463) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.0896 139.505) (end 141.2688 140.086) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 140.9691 138.909) (end 141.0896 139.505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 140.9086 138.304) (end 140.9691 138.909) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 140.9086 137.696) (end 140.9086 138.304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 140.9691 137.091) (end 140.9086 137.696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.0896 136.495) (end 140.9691 137.091) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.2688 135.914) (end 141.0896 136.495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.505 135.3537) (end 141.2688 135.914) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 141.7958 134.8198) (end 141.505 135.3537) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.1383 134.3174) (end 141.7958 134.8198) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.5291 133.8516) (end 142.1383 134.3174) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 142.9644 133.4271) (end 142.5291 133.8516) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 143.4397 133.048) (end 142.9644 133.4271) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 143.9505 132.7181) (end 143.4397 133.048) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 144.4916 132.4407) (end 143.9505 132.7181) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 145.0576 132.2186) (end 144.4916 132.4407) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 145.6428 132.0539) (end 145.0576 132.2186) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 146.2416 131.9483) (end 145.6428 132.0539) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 146.8479 131.9029) (end 146.2416 131.9483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 147.4558 131.9181) (end 146.8479 131.9029) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 148.0591 131.9937) (end 147.4558 131.9181) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 148.6519 132.129) (end 148.0591 131.9937) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 149.2282 132.3226) (end 148.6519 132.129) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 149.7824 132.5727) (end 149.2282 132.3226) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 150.309 132.8767) (end 149.7824 132.5727) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 150.8027 133.2316) (end 150.309 132.8767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 151.2585 133.6339) (end 150.8027 133.2316) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 151.6721 134.0796) (end 151.2585 133.6339) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.0392 134.5643) (end 151.6721 134.0796) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.3563 135.0831) (end 152.0392 134.5643) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.6201 135.6309) (end 152.3563 135.0831) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.828 136.2023) (end 152.6201 135.6309) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 152.9781 136.7915) (end 152.828 136.2023) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 153.0687 137.3927) (end 152.9781 136.7915) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 153.099 138) (end 153.0687 137.3927) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 153.0687 138.6073) (end 153.099 138) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.2177 140.9664) (end 182.2377 140.8339) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.1846 141.0963) (end 182.2177 140.9664) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.1388 141.2222) (end 182.1846 141.0963) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.0806 141.3429) (end 182.1388 141.2222) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.0108 141.4573) (end 182.0806 141.3429) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.9298 141.5641) (end 182.0108 141.4573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.8387 141.6624) (end 181.9298 141.5641) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.7382 141.7511) (end 181.8387 141.6624) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.6294 141.8293) (end 181.7382 141.7511) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.5133 141.8963) (end 181.6294 141.8293) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.3912 141.9514) (end 181.5133 141.8963) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.2641 141.9941) (end 181.3912 141.9514) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.1334 142.0239) (end 181.2641 141.9941) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.0005 142.0406) (end 181.1334 142.0239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.8665 142.0439) (end 181.0005 142.0406) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.7328 142.0339) (end 180.8665 142.0439) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.6009 142.0107) (end 180.7328 142.0339) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.4718 141.9744) (end 180.6009 142.0107) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.3471 141.9254) (end 180.4718 141.9744) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.2278 141.8643) (end 180.3471 141.9254) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.1152 141.7915) (end 180.2278 141.8643) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.0105 141.708) (end 180.1152 141.7915) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.9145 141.6144) (end 180.0105 141.708) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.8284 141.5117) (end 179.9145 141.6144) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.7529 141.401) (end 179.8284 141.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.6888 141.2833) (end 179.7529 141.401) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.6367 141.1598) (end 179.6888 141.2833) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5972 141.0317) (end 179.6367 141.1598) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5707 140.9004) (end 179.5972 141.0317) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5573 140.767) (end 179.5707 140.9004) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5573 140.633) (end 179.5573 140.767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5707 140.4996) (end 179.5573 140.633) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.5972 140.3683) (end 179.5707 140.4996) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.6367 140.2402) (end 179.5972 140.3683) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.6888 140.1167) (end 179.6367 140.2402) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.7529 139.999) (end 179.6888 140.1167) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.8284 139.8883) (end 179.7529 139.999) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 179.9145 139.7856) (end 179.8284 139.8883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.0105 139.692) (end 179.9145 139.7856) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.1152 139.6085) (end 180.0105 139.692) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.2278 139.5357) (end 180.1152 139.6085) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.3471 139.4746) (end 180.2278 139.5357) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.4718 139.4256) (end 180.3471 139.4746) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.6009 139.3893) (end 180.4718 139.4256) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.7328 139.3661) (end 180.6009 139.3893) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 180.8665 139.3561) (end 180.7328 139.3661) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.0005 139.3594) (end 180.8665 139.3561) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.1334 139.3761) (end 181.0005 139.3594) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.2641 139.4059) (end 181.1334 139.3761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.3912 139.4486) (end 181.2641 139.4059) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.5133 139.5037) (end 181.3912 139.4486) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.6294 139.5707) (end 181.5133 139.5037) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.7382 139.6489) (end 181.6294 139.5707) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.8387 139.7376) (end 181.7382 139.6489) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 181.9298 139.8359) (end 181.8387 139.7376) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.0108 139.9427) (end 181.9298 139.8359) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.0806 140.0571) (end 182.0108 139.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.1388 140.1778) (end 182.0806 140.0571) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.1846 140.3037) (end 182.1388 140.1778) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.2177 140.4336) (end 182.1846 140.3037) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.2377 140.5661) (end 182.2177 140.4336) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.2444 140.7) (end 182.2377 140.5661) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 182.2377 140.8339) (end 182.2444 140.7) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0636 49.1139) (end 189.0721 49.0573) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0495 49.1695) (end 189.0636 49.1139) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0298 49.2233) (end 189.0495 49.1695) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.005 49.275) (end 189.0298 49.2233) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9751 49.3239) (end 189.005 49.275) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9405 49.3696) (end 188.9751 49.3239) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9015 49.4116) (end 188.9405 49.3696) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.8585 49.4496) (end 188.9015 49.4116) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.812 49.483) (end 188.8585 49.4496) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.7623 49.5117) (end 188.812 49.483) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.7101 49.5353) (end 188.7623 49.5117) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.6557 49.5535) (end 188.7101 49.5353) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.5998 49.5663) (end 188.6557 49.5535) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.543 49.5734) (end 188.5998 49.5663) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.4857 49.5748) (end 188.543 49.5734) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.4285 49.5705) (end 188.4857 49.5748) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.3721 49.5606) (end 188.4285 49.5705) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.3169 49.5451) (end 188.3721 49.5606) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.2635 49.5241) (end 188.3169 49.5451) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.2125 49.498) (end 188.2635 49.5241) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.1643 49.4669) (end 188.2125 49.498) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.1195 49.4311) (end 188.1643 49.4669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0785 49.3911) (end 188.1195 49.4311) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0416 49.3472) (end 188.0785 49.3911) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0094 49.2998) (end 188.0416 49.3472) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9819 49.2495) (end 188.0094 49.2998) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9597 49.1967) (end 187.9819 49.2495) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9428 49.1419) (end 187.9597 49.1967) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9314 49.0857) (end 187.9428 49.1419) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9257 49.0287) (end 187.9314 49.0857) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9257 48.9713) (end 187.9257 49.0287) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9314 48.9143) (end 187.9257 48.9713) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9428 48.8581) (end 187.9314 48.9143) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9597 48.8033) (end 187.9428 48.8581) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 187.9819 48.7505) (end 187.9597 48.8033) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0094 48.7002) (end 187.9819 48.7505) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0416 48.6528) (end 188.0094 48.7002) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.0785 48.6089) (end 188.0416 48.6528) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.1195 48.5689) (end 188.0785 48.6089) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.1643 48.5331) (end 188.1195 48.5689) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.2125 48.502) (end 188.1643 48.5331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.2635 48.4759) (end 188.2125 48.502) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.3169 48.4549) (end 188.2635 48.4759) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.3721 48.4394) (end 188.3169 48.4549) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.4285 48.4295) (end 188.3721 48.4394) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.4857 48.4252) (end 188.4285 48.4295) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.543 48.4266) (end 188.4857 48.4252) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.5998 48.4337) (end 188.543 48.4266) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.6557 48.4465) (end 188.5998 48.4337) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.7101 48.4647) (end 188.6557 48.4465) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.7623 48.4883) (end 188.7101 48.4647) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.812 48.517) (end 188.7623 48.4883) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.8585 48.5504) (end 188.812 48.517) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9015 48.5884) (end 188.8585 48.5504) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9405 48.6304) (end 188.9015 48.5884) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 188.9751 48.6761) (end 188.9405 48.6304) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.005 48.725) (end 188.9751 48.6761) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0298 48.7767) (end 189.005 48.725) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0495 48.8305) (end 189.0298 48.7767) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0636 48.8861) (end 189.0495 48.8305) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0721 48.9427) (end 189.0636 48.8861) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.075 49) (end 189.0721 48.9427) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 189.0721 49.0573) (end 189.075 49) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.999 142) (end 96.999 52) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.0264 142.5227) (end 96.999 142) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.1083 143.0397) (end 97.0264 142.5227) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.2438 143.5453) (end 97.1083 143.0397) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.4313 144.034) (end 97.2438 143.5453) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.669 144.5005) (end 97.4313 144.034) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.9541 144.9395) (end 97.669 144.5005) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.2835 145.3463) (end 97.9541 144.9395) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.6536 145.7164) (end 98.2835 145.3463) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.0605 146.0459) (end 98.6536 145.7164) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.4995 146.331) (end 99.0605 146.0459) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.966 146.5687) (end 99.4995 146.331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.4547 146.7562) (end 99.966 146.5687) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.9603 146.8917) (end 100.4547 146.7562) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 101.4773 146.9736) (end 100.9603 146.8917) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 102 147.001) (end 101.4773 146.9736) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192 147.001) (end 102 147.001) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.5227 146.9736) (end 192 147.001) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.0397 146.8917) (end 192.5227 146.9736) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.5453 146.7562) (end 193.0397 146.8917) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.034 146.5687) (end 193.5453 146.7562) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.5005 146.331) (end 194.034 146.5687) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.9395 146.0459) (end 194.5005 146.331) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.3463 145.7165) (end 194.9395 146.0459) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.7164 145.3464) (end 195.3463 145.7165) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.0459 144.9395) (end 195.7164 145.3464) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.331 144.5005) (end 196.0459 144.9395) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.5687 144.034) (end 196.331 144.5005) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.7562 143.5453) (end 196.5687 144.034) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.8917 143.0397) (end 196.7562 143.5453) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.9736 142.5227) (end 196.8917 143.0397) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 197.001 142) (end 196.9736 142.5227) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 197.001 52) (end 197.001 142) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.9736 51.4773) (end 197.001 52) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.8917 50.9603) (end 196.9736 51.4773) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.7562 50.4547) (end 196.8917 50.9603) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.5687 49.966) (end 196.7562 50.4547) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.331 49.4995) (end 196.5687 49.966) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 196.0459 49.0605) (end 196.331 49.4995) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.7165 48.6537) (end 196.0459 49.0605) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 195.3464 48.2836) (end 195.7165 48.6537) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.9396 47.9541) (end 195.3464 48.2836) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.5005 47.669) (end 194.9396 47.9541) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 194.034 47.4313) (end 194.5005 47.669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.5453 47.2438) (end 194.034 47.4313) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 193.0397 47.1083) (end 193.5453 47.2438) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192.5227 47.0264) (end 193.0397 47.1083) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 192 46.999) (end 192.5227 47.0264) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 101.9999 46.999) (end 192 46.999) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 101.4772 47.0264) (end 101.9999 46.999) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.9603 47.1083) (end 101.4772 47.0264) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 100.4547 47.2438) (end 100.9603 47.1083) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.966 47.4313) (end 100.4547 47.2438) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.4995 47.669) (end 99.966 47.4313) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 99.0605 47.9541) (end 99.4995 47.669) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.6537 48.2835) (end 99.0605 47.9541) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 98.2836 48.6536) (end 98.6537 48.2835) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.9541 49.0605) (end 98.2836 48.6536) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.669 49.4995) (end 97.9541 49.0605) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.4313 49.966) (end 97.669 49.4995) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.2438 50.4547) (end 97.4313 49.966) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.1083 50.9603) (end 97.2438 50.4547) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 97.0264 51.4773) (end 97.1083 50.9603) (layer Edge.Cuts) (width 0.1)) + (gr_line (start 96.999 52) (end 97.0264 51.4773) (layer Edge.Cuts) (width 0.1)) + (gr_text "Logic v1.1\nby Renata Zemanová" (at 170.8 52.3) (layer F.SilkS) (tstamp 60AA1630) + (effects (font (size 2 2) (thickness 0.3))) + ) + (gr_line (start 185.38 58.1) (end 185.38 43.3) (layer Dwgs.User) (width 0.15) (tstamp 60AA162F)) + (gr_line (start 156.78 57.8) (end 156.78 43.9) (layer Dwgs.User) (width 0.15) (tstamp 60AA162E)) + (gr_text "Phototransistor\n" (at 98.9 77.8 90) (layer F.SilkS) (tstamp 60AA162D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "IO4\n" (at 101.5186 125.5837) (layer F.SilkS) (tstamp 60AA162C) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO32 (at 129.9 135) (layer F.SilkS) (tstamp 60AA162B) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO26\n" (at 134.4 138.2) (layer F.SilkS) (tstamp 60AA162A) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO14\n" (at 134.2 131.6) (layer F.SilkS) (tstamp 60AA1629) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO17\n" (at 134.2 134.9) (layer F.SilkS) (tstamp 60AA1628) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO13 (at 138.6 134.8) (layer F.SilkS) (tstamp 60AA1627) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO25\n" (at 193.238 125.11126) (layer F.SilkS) (tstamp 60AA1626) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO34\n" (at 104.87394 79.66812) (layer F.SilkS) (tstamp 60AA1625) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO19 (at 193.48438 62.26404) (layer F.SilkS) (tstamp 60AA1624) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO18\n" (at 101.2138 61.96432) (layer F.SilkS) (tstamp 60AA1623) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text RESET (at 182 138.2) (layer F.SilkS) (tstamp 60AA1622) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "IO27\nBZ1" (at 154.7 143) (layer F.SilkS) (tstamp 60AA1621) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO21 (at 107.3479 50.9585) (layer F.SilkS) (tstamp 60AA1620) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO23 (at 110.39336 58.00192) (layer F.SilkS) (tstamp 60AA161F) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text IO23 (at 161.3 132.9) (layer F.SilkS) (tstamp 60AA161E) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text × (at 148.92516 49.80788) (layer F.SilkS) (tstamp 60AA161D) + (effects (font (size 4 4) (thickness 0.3))) + ) + (gr_text × (at 186.3419 129.3556) (layer F.SilkS) (tstamp 60AA161C) + (effects (font (size 4 4) (thickness 0.3))) + ) + (gr_line (start 163.58644 132.76428) (end 165.98166 132.76428) (layer F.SilkS) (width 0.12) (tstamp 60AA161B)) + (gr_line (start 163.58644 132.76428) (end 163.58644 135.1595) (layer F.SilkS) (width 0.12) (tstamp 60AA161A)) + (gr_line (start 165.98166 132.76428) (end 165.98166 135.1595) (layer F.SilkS) (width 0.12) (tstamp 60AA1619)) + (gr_line (start 163.58644 135.1595) (end 165.98166 135.1595) (layer F.SilkS) (width 0.12) (tstamp 60AA1618)) + (gr_line (start 168.52796 132.75666) (end 168.52796 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA1617)) + (gr_line (start 170.92318 132.75666) (end 170.92318 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA1616)) + (gr_line (start 168.52796 135.15188) (end 170.92318 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA1615)) + (gr_line (start 168.52796 132.75666) (end 170.92318 132.75666) (layer F.SilkS) (width 0.12) (tstamp 60AA1614)) + (gr_line (start 159.9009 134.0038) (end 162.987 134.0038) (layer F.SilkS) (width 0.12) (tstamp 60AA1613)) + (gr_line (start 162.987 134.0038) (end 162.42566 133.5847) (layer F.SilkS) (width 0.12) (tstamp 60AA1612)) + (gr_line (start 162.987 134.00888) (end 162.41804 134.38226) (layer F.SilkS) (width 0.12) (tstamp 60AA1611)) + (gr_line (start 166.32192 133.98348) (end 168.23708 133.98348) (layer F.SilkS) (width 0.12) (tstamp 60AA1610)) + (gr_line (start 168.23708 133.98348) (end 167.67574 133.56438) (layer F.SilkS) (width 0.12) (tstamp 60AA160F)) + (gr_line (start 168.23708 133.98856) (end 167.66812 134.36194) (layer F.SilkS) (width 0.12) (tstamp 60AA160E)) + (gr_line (start 173.33708 133.98856) (end 172.76812 134.36194) (layer F.SilkS) (width 0.12) (tstamp 60AA160D)) + (gr_line (start 171.42192 133.98348) (end 173.33708 133.98348) (layer F.SilkS) (width 0.12) (tstamp 60AA160C)) + (gr_line (start 173.33708 133.98348) (end 172.77574 133.56438) (layer F.SilkS) (width 0.12) (tstamp 60AA160B)) + (gr_line (start 173.72796 132.75666) (end 173.72796 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA160A)) + (gr_line (start 173.72796 132.75666) (end 176.12318 132.75666) (layer F.SilkS) (width 0.12) (tstamp 60AA1609)) + (gr_line (start 176.12318 132.75666) (end 176.12318 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA1608)) + (gr_line (start 173.72796 135.15188) (end 176.12318 135.15188) (layer F.SilkS) (width 0.12) (tstamp 60AA1607)) + (gr_line (start 163.58644 137.26428) (end 163.58644 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA1606)) + (gr_line (start 165.98166 137.26428) (end 165.98166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA1605)) + (gr_line (start 163.58644 139.6595) (end 165.98166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA1604)) + (gr_line (start 163.58644 137.26428) (end 165.98166 137.26428) (layer F.SilkS) (width 0.12) (tstamp 60AA1603)) + (gr_line (start 168.23708 138.58856) (end 167.66812 138.96194) (layer F.SilkS) (width 0.12) (tstamp 60AA1602)) + (gr_line (start 166.32192 138.58348) (end 168.23708 138.58348) (layer F.SilkS) (width 0.12) (tstamp 60AA1601)) + (gr_line (start 168.23708 138.58348) (end 167.67574 138.16438) (layer F.SilkS) (width 0.12) (tstamp 60AA1600)) + (gr_line (start 170.88166 137.26428) (end 170.88166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15FF)) + (gr_line (start 168.48644 137.26428) (end 170.88166 137.26428) (layer F.SilkS) (width 0.12) (tstamp 60AA15FE)) + (gr_line (start 168.48644 137.26428) (end 168.48644 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15FD)) + (gr_line (start 168.48644 139.6595) (end 170.88166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15FC)) + (gr_line (start 171.32192 138.58348) (end 173.23708 138.58348) (layer F.SilkS) (width 0.12) (tstamp 60AA15FB)) + (gr_line (start 173.23708 138.58856) (end 172.66812 138.96194) (layer F.SilkS) (width 0.12) (tstamp 60AA15FA)) + (gr_line (start 173.23708 138.58348) (end 172.67574 138.16438) (layer F.SilkS) (width 0.12) (tstamp 60AA15F9)) + (gr_line (start 173.78644 137.26428) (end 176.18166 137.26428) (layer F.SilkS) (width 0.12) (tstamp 60AA15F8)) + (gr_line (start 173.78644 137.26428) (end 173.78644 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15F7)) + (gr_line (start 176.18166 137.26428) (end 176.18166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15F6)) + (gr_line (start 173.78644 139.6595) (end 176.18166 139.6595) (layer F.SilkS) (width 0.12) (tstamp 60AA15F5)) + (gr_line (start 176.9 134) (end 177.8 134) (layer F.SilkS) (width 0.12) (tstamp 60AA15F4)) + (gr_line (start 177.8 134) (end 177.8 136.3) (layer F.SilkS) (width 0.12) (tstamp 60AA15F3)) + (gr_line (start 177.8 136.3) (end 160.9 136.3) (layer F.SilkS) (width 0.12) (tstamp 60AA15F2)) + (gr_line (start 160.9 136.3) (end 160.9 138.58348) (layer F.SilkS) (width 0.12) (tstamp 60AA15F1)) + (gr_line (start 160.92192 138.58348) (end 162.83708 138.58348) (layer F.SilkS) (width 0.12) (tstamp 60AA15F0)) + (gr_line (start 162.83708 138.58856) (end 162.26812 138.96194) (layer F.SilkS) (width 0.12) (tstamp 60AA15EF)) + (gr_line (start 162.83708 138.58348) (end 162.27574 138.16438) (layer F.SilkS) (width 0.12) (tstamp 60AA15EE)) + (gr_line (start 165.98166 141.96428) (end 165.98166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15ED)) + (gr_line (start 163.58644 141.96428) (end 165.98166 141.96428) (layer F.SilkS) (width 0.12) (tstamp 60AA15EC)) + (gr_line (start 163.58644 141.96428) (end 163.58644 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15EB)) + (gr_line (start 163.58644 144.3595) (end 165.98166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15EA)) + (gr_line (start 166.32192 143.18348) (end 168.23708 143.18348) (layer F.SilkS) (width 0.12) (tstamp 60AA15E9)) + (gr_line (start 168.23708 143.18856) (end 167.66812 143.56194) (layer F.SilkS) (width 0.12) (tstamp 60AA15E8)) + (gr_line (start 168.23708 143.18348) (end 167.67574 142.76438) (layer F.SilkS) (width 0.12) (tstamp 60AA15E7)) + (gr_line (start 170.98166 141.96428) (end 170.98166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15E6)) + (gr_line (start 168.58644 144.3595) (end 170.98166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15E5)) + (gr_line (start 168.58644 141.96428) (end 170.98166 141.96428) (layer F.SilkS) (width 0.12) (tstamp 60AA15E4)) + (gr_line (start 168.58644 141.96428) (end 168.58644 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15E3)) + (gr_line (start 173.23708 143.18856) (end 172.66812 143.56194) (layer F.SilkS) (width 0.12) (tstamp 60AA15E2)) + (gr_line (start 173.23708 143.18348) (end 172.67574 142.76438) (layer F.SilkS) (width 0.12) (tstamp 60AA15E1)) + (gr_line (start 171.32192 143.18348) (end 173.23708 143.18348) (layer F.SilkS) (width 0.12) (tstamp 60AA15E0)) + (gr_line (start 176.18166 141.96428) (end 176.18166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15DF)) + (gr_line (start 173.78644 141.96428) (end 173.78644 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15DE)) + (gr_line (start 173.78644 144.3595) (end 176.18166 144.3595) (layer F.SilkS) (width 0.12) (tstamp 60AA15DD)) + (gr_line (start 173.78644 141.96428) (end 176.18166 141.96428) (layer F.SilkS) (width 0.12) (tstamp 60AA15DC)) + (gr_line (start 176.7 138.5) (end 177.8 138.5) (layer F.SilkS) (width 0.12) (tstamp 60AA15DB)) + (gr_line (start 177.8 138.5) (end 177.8 140.8) (layer F.SilkS) (width 0.12) (tstamp 60AA15DA)) + (gr_line (start 177.8 140.8) (end 160.9 140.7) (layer F.SilkS) (width 0.12) (tstamp 60AA15D9)) + (gr_line (start 160.9 140.7) (end 160.9 142.98348) (layer F.SilkS) (width 0.12) (tstamp 60AA15D8)) + (gr_line (start 162.83708 142.98348) (end 162.27574 142.56438) (layer F.SilkS) (width 0.12) (tstamp 60AA15D7)) + (gr_line (start 162.83708 142.98856) (end 162.26812 143.36194) (layer F.SilkS) (width 0.12) (tstamp 60AA15D6)) + (gr_line (start 160.92192 142.98348) (end 162.83708 142.98348) (layer F.SilkS) (width 0.12) (tstamp 60AA15D5)) + (gr_text × (at 178 142.9) (layer F.SilkS) (tstamp 60AA15D4) + (effects (font (size 3 3) (thickness 0.2))) + ) + (gr_text A (at 110.7 54.3) (layer F.SilkS) (tstamp 60AA15D3) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text B (at 118 54.3) (layer F.SilkS) (tstamp 60AA15D2) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text C (at 125.4 54.3) (layer F.SilkS) (tstamp 60AA15D1) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text D (at 133.3 54.2) (layer F.SilkS) (tstamp 60AA15D0) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "E\n" (at 141.6 54.3) (layer F.SilkS) (tstamp 60AA15CF) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text "00\n" (at 110.7 65.1) (layer F.SilkS) (tstamp 60AA15CE) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 01 (at 118.3 65.2) (layer F.SilkS) (tstamp 60AA15CD) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 10 (at 110.8 72.1) (layer F.SilkS) (tstamp 60AA15CC) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 11 (at 118.4 72.1) (layer F.SilkS) (tstamp 60AA15CB) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 02 (at 126 65.1) (layer F.SilkS) (tstamp 60AA15CA) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 03 (at 133.5 65.1) (layer F.SilkS) (tstamp 60AA15C9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 04 (at 141.3 65.2) (layer F.SilkS) (tstamp 60AA15C8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 05 (at 148.7 65.1) (layer F.SilkS) (tstamp 60AA15C7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 06 (at 156.5 65.2) (layer F.SilkS) (tstamp 60AA15C6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 07 (at 164 65.2) (layer F.SilkS) (tstamp 60AA15C5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 08 (at 171.6 65.1) (layer F.SilkS) (tstamp 60AA15C4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 09 (at 179.2 65.1) (layer F.SilkS) (tstamp 60AA15C3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "19\n" (at 179.2 72.1) (layer F.SilkS) (tstamp 60AA15C2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 18 (at 171.5 72.2) (layer F.SilkS) (tstamp 60AA15C1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 17 (at 163.9 72.2) (layer F.SilkS) (tstamp 60AA15C0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 16 (at 156.3 72.2) (layer F.SilkS) (tstamp 60AA15BF) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 15 (at 148.7 72.2) (layer F.SilkS) (tstamp 60AA15BE) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 14 (at 141.1 72.2) (layer F.SilkS) (tstamp 60AA15BD) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 13 (at 133.3 72.2) (layer F.SilkS) (tstamp 60AA15BC) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 12 (at 126 72.2) (layer F.SilkS) (tstamp 60AA15BB) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 29 (at 179.1 79.2) (layer F.SilkS) (tstamp 60AA15BA) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 39 (at 179 86.3) (layer F.SilkS) (tstamp 60AA15B9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 49 (at 178.9 93.2) (layer F.SilkS) (tstamp 60AA15B8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "28\n" (at 171.3 79.2) (layer F.SilkS) (tstamp 60AA15B7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 27 (at 164 79.2) (layer F.SilkS) (tstamp 60AA15B6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 26 (at 156.3 79.2) (layer F.SilkS) (tstamp 60AA15B5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 25 (at 148.5 79.2) (layer F.SilkS) (tstamp 60AA15B4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 24 (at 141.1 79.2) (layer F.SilkS) (tstamp 60AA15B3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 23 (at 133.3 79.2) (layer F.SilkS) (tstamp 60AA15B2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 22 (at 125.8 79.2) (layer F.SilkS) (tstamp 60AA15B1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 21 (at 118.3 79.2) (layer F.SilkS) (tstamp 60AA15B0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 20 (at 110.6 79.2) (layer F.SilkS) (tstamp 60AA15AF) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 30 (at 110.7 86.3) (layer F.SilkS) (tstamp 60AA15AE) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 31 (at 118.3 86.2) (layer F.SilkS) (tstamp 60AA15AD) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 32 (at 126.1 86.2) (layer F.SilkS) (tstamp 60AA15AC) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 33 (at 133.4 86.3) (layer F.SilkS) (tstamp 60AA15AB) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 34 (at 141 86.3) (layer F.SilkS) (tstamp 60AA15AA) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "35\n" (at 148.7 86.3) (layer F.SilkS) (tstamp 60AA15A9) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 36 (at 156.3 86.3) (layer F.SilkS) (tstamp 60AA15A8) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "37\n" (at 163.7 86.3) (layer F.SilkS) (tstamp 60AA15A7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 46 (at 156.2 93.2) (layer F.SilkS) (tstamp 60AA15A6) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 38 (at 171.5 86.3) (layer F.SilkS) (tstamp 60AA15A5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "48\n" (at 171.3 93.3) (layer F.SilkS) (tstamp 60AA15A4) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 47 (at 163.7 93.3) (layer F.SilkS) (tstamp 60AA15A3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 59 (at 179.1 100.3) (layer F.SilkS) (tstamp 60AA15A2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 58 (at 171.3 100.3) (layer F.SilkS) (tstamp 60AA15A1) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 57 (at 163.9 100.3) (layer F.SilkS) (tstamp 60AA15A0) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 56 (at 156.1 100.3) (layer F.SilkS) (tstamp 60AA159F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 45 (at 148.4 93.3) (layer F.SilkS) (tstamp 60AA159E) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 44 (at 141 93.3) (layer F.SilkS) (tstamp 60AA159D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 43 (at 133.6 93.3) (layer F.SilkS) (tstamp 60AA159C) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 55 (at 148.6 100.3) (layer F.SilkS) (tstamp 60AA159B) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 54 (at 141.3 100.3) (layer F.SilkS) (tstamp 60AA159A) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 42 (at 125.9 93.3) (layer F.SilkS) (tstamp 60AA1599) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 41 (at 118.4 93.2) (layer F.SilkS) (tstamp 60AA1598) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 53 (at 133.9 100.3) (layer F.SilkS) (tstamp 60AA1597) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 52 (at 126 100.3) (layer F.SilkS) (tstamp 60AA1596) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 40 (at 110.8 93.2) (layer F.SilkS) (tstamp 60AA1595) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 50 (at 110.9 100.2) (layer F.SilkS) (tstamp 60AA1594) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 51 (at 118.4 100.2) (layer F.SilkS) (tstamp 60AA1593) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "60\n" (at 110.8 107.2) (layer F.SilkS) (tstamp 60AA1592) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "70\n" (at 110.6 114.3) (layer F.SilkS) (tstamp 60AA1591) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 71 (at 118.3 114.2) (layer F.SilkS) (tstamp 60AA1590) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 61 (at 118.3 107.2) (layer F.SilkS) (tstamp 60AA158F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 62 (at 126 107.2) (layer F.SilkS) (tstamp 60AA158E) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 63 (at 133.6 107.2) (layer F.SilkS) (tstamp 60AA158D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 72 (at 126 114.2) (layer F.SilkS) (tstamp 60AA158C) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 73 (at 133.5 114.2) (layer F.SilkS) (tstamp 60AA158B) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 74 (at 141.1 114.2) (layer F.SilkS) (tstamp 60AA158A) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 64 (at 141.1 107.2) (layer F.SilkS) (tstamp 60AA1589) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 65 (at 148.8 107.2) (layer F.SilkS) (tstamp 60AA1588) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 66 (at 156.4 107.2) (layer F.SilkS) (tstamp 60AA1587) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 67 (at 164 107.2) (layer F.SilkS) (tstamp 60AA1586) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 75 (at 148.6 114.2) (layer F.SilkS) (tstamp 60AA1585) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 76 (at 156.1 114.1) (layer F.SilkS) (tstamp 60AA1584) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 86 (at 156.3 121.1) (layer F.SilkS) (tstamp 60AA1583) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 68 (at 171.5 107.2) (layer F.SilkS) (tstamp 60AA1582) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 85 (at 148.6 121.1) (layer F.SilkS) (tstamp 60AA1581) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 84 (at 141.1 121.1) (layer F.SilkS) (tstamp 60AA1580) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 77 (at 164.1 114.2) (layer F.SilkS) (tstamp 60AA157F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 87 (at 164.3 121.1) (layer F.SilkS) (tstamp 60AA157E) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 78 (at 171.5 114.2) (layer F.SilkS) (tstamp 60AA157D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 88 (at 171.8 121.1) (layer F.SilkS) (tstamp 60AA157C) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 69 (at 179 107.3) (layer F.SilkS) (tstamp 60AA157B) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 79 (at 179.1 114.2) (layer F.SilkS) (tstamp 60AA157A) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 89 (at 179.4 121.1) (layer F.SilkS) (tstamp 60AA1579) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 99 (at 178.9 128.2) (layer F.SilkS) (tstamp 60AA1578) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 98 (at 171.9 128.1) (layer F.SilkS) (tstamp 60AA1577) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 97 (at 164.2 128.2) (layer F.SilkS) (tstamp 60AA1576) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 96 (at 156.8 128.1) (layer F.SilkS) (tstamp 60AA1575) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 95 (at 148.7 128.1) (layer F.SilkS) (tstamp 60AA1574) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 94 (at 141.2 128.2) (layer F.SilkS) (tstamp 60AA1573) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 83 (at 133.2 121.1) (layer F.SilkS) (tstamp 60AA1572) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 82 (at 125.8 121.1) (layer F.SilkS) (tstamp 60AA1571) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 81 (at 118.3 121.2) (layer F.SilkS) (tstamp 60AA1570) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 91 (at 118.5 128.1) (layer F.SilkS) (tstamp 60AA156F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 92 (at 126.1 128.1) (layer F.SilkS) (tstamp 60AA156E) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 93 (at 133.7 128.1) (layer F.SilkS) (tstamp 60AA156D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 80 (at 110.8 121.1) (layer F.SilkS) (tstamp 60AA156C) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text 90 (at 111.1 128.1) (layer F.SilkS) (tstamp 60AA156B) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_line (start 127.8 132.4) (end 140.7 132.4) (layer F.SilkS) (width 0.12) (tstamp 60AA156A)) + (gr_line (start 140.7 132.4) (end 140.7 135.5) (layer F.SilkS) (width 0.12) (tstamp 60AA1569)) + (gr_line (start 140.7 135.7) (end 127.9 135.7) (layer F.SilkS) (width 0.12) (tstamp 60AA1568)) + (gr_line (start 127.8 135.7) (end 127.8 132.4) (layer F.SilkS) (width 0.12) (tstamp 60AA1567)) + (gr_line (start 132.1 132.4) (end 132.1 139) (layer F.SilkS) (width 0.12) (tstamp 60AA1566)) + (gr_line (start 132.1 139) (end 136.4 139) (layer F.SilkS) (width 0.12) (tstamp 60AA1565)) + (gr_line (start 136.5 139) (end 136.5 129) (layer F.SilkS) (width 0.12) (tstamp 60AA1564)) + (gr_line (start 136.5 129) (end 132.4 129) (layer F.SilkS) (width 0.12) (tstamp 60AA1563)) + (gr_line (start 132.1 129) (end 132.1 132.4) (layer F.SilkS) (width 0.12) (tstamp 60AA1562)) + (gr_line (start 140.7 135.5) (end 140.7 135.7) (layer F.SilkS) (width 0.12) (tstamp 60AA1561)) + (gr_line (start 127.9 135.7) (end 127.8 135.7) (layer F.SilkS) (width 0.12) (tstamp 60AA1560)) + (gr_line (start 136.4 139) (end 136.5 139) (layer F.SilkS) (width 0.12) (tstamp 60AA155F)) + (gr_line (start 132.4 129) (end 132.1 129) (layer F.SilkS) (width 0.12) (tstamp 60AA155E)) + (gr_text UP (at 134.3 130) (layer F.SilkS) (tstamp 60AA155D) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text ENTR (at 134.3 133.3) (layer F.SilkS) (tstamp 60AA155C) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text LEFT (at 129.9 133.3) (layer F.SilkS) (tstamp 60AA155B) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text RGT (at 138.5 133.3) (layer F.SilkS) (tstamp 60AA155A) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text DWN (at 134.3 136.6) (layer F.SilkS) (tstamp 60AA1559) + (effects (font (size 1.2 1.2) (thickness 0.2))) + ) + (gr_text + (at 138.7 138) (layer F.SilkS) (tstamp 60AA1558) + (effects (font (size 3.5 3.5) (thickness 0.3))) + ) + + (segment (start 102.1 105.9) (end 99.75 105.9) (width 1) (layer F.Cu) (net 1) (tstamp 60AA122F)) + (segment (start 99.75 105.9) (end 99.15 105.3) (width 1) (layer F.Cu) (net 1) (tstamp 60AA1230)) + (segment (start 99.15 105.3) (end 99.15 83.1) (width 1) (layer F.Cu) (net 1) (tstamp 60AA1231)) + (segment (start 100.34 81.91) (end 101.48 81.91) (width 1) (layer F.Cu) (net 1) (tstamp 60AA1232)) + (segment (start 99.15 83.1) (end 100.34 81.91) (width 1) (layer F.Cu) (net 1) (tstamp 60AA1233)) + (segment (start 110.437 63.183) (end 102.397 63.183) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA121F)) + (via (at 100.4 68.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 2) (tstamp 60AA1220)) + (segment (start 100.4 65.18) (end 100.69 64.89) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA1221)) + (segment (start 100.4 68.6) (end 100.4 65.18) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA1222)) + (segment (start 100.69 64.89) (end 100.58 65) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA1223)) + (segment (start 102.397 63.183) (end 100.69 64.89) (width 0.15) (layer F.Cu) (net 2) (tstamp 60AA1224)) + (segment (start 100.4 95.2) (end 100.4 68.6) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA1225)) + (segment (start 100.92 95.72) (end 100.4 95.2) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA1226)) + (segment (start 102 95.72) (end 100.92 95.72) (width 0.15) (layer B.Cu) (net 2) (tstamp 60AA1227)) + (segment (start 107.28 52.3) (end 108.38 52.3) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA1215)) + (via (at 108.38 52.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 3) (tstamp 60AA1216)) + (segment (start 100.48 59.1) (end 107.28 52.3) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA1217)) + (segment (start 110.38 52.3) (end 110.404 52.276) (width 0.15) (layer F.Cu) (net 3) (tstamp 60AA1218)) + (segment (start 108.38 52.3) (end 110.38 52.3) (width 0.15) (layer F.Cu) (net 3) (tstamp 60AA1219)) + (segment (start 100.48 59.1) (end 100.48 59.12) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA121A)) + (segment (start 100.48 59.12) (end 99.4 60.2) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA121B)) + (segment (start 99.4 60.2) (end 99.4 97.4) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA121C)) + (segment (start 100.26 98.26) (end 102 98.26) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA121D)) + (segment (start 99.4 97.4) (end 100.26 98.26) (width 0.15) (layer B.Cu) (net 3) (tstamp 60AA121E)) + (segment (start 110.437 59.983) (end 111.863 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EBE)) + (segment (start 112.6 60.72) (end 112.6 65.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EBF)) + (segment (start 111.863 59.983) (end 112.6 60.72) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC0)) + (segment (start 178.83 59.99) (end 180.17 59.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC1)) + (segment (start 180.17 59.99) (end 181 60.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC2)) + (segment (start 178.83 67) (end 180.18 67) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC3)) + (segment (start 180.18 67) (end 180.9 67.72) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC4)) + (segment (start 110.43 67.02) (end 111.8 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC5)) + (segment (start 111.8 67.02) (end 112.72 67.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC6)) + (segment (start 110.43 74.06) (end 111.84 74.06) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC7)) + (segment (start 111.84 74.06) (end 112.72 74.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC8)) + (segment (start 178.83 74.1) (end 180.18 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EC9)) + (segment (start 180.18 74.1) (end 181 74.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECA)) + (segment (start 178.83 81.1) (end 180.08 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECB)) + (segment (start 180.08 81.1) (end 180.82 81.84) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECC)) + (segment (start 110.43 81.09) (end 112.07 81.09) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECD)) + (segment (start 112.07 81.09) (end 112.6 81.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECE)) + (segment (start 120 49.72) (end 120 54.19) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ECF)) + (segment (start 125.63 49.026) (end 126.906 49.026) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED0)) + (segment (start 127.18 49.3) (end 127.18 54.19) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED1)) + (segment (start 126.906 49.026) (end 127.18 49.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED2)) + (segment (start 140.83 49) (end 142.78 49) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED3)) + (segment (start 143.78 50) (end 143.78 54) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED4)) + (segment (start 142.78 49) (end 143.78 50) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED5)) + (segment (start 110.43 88.07) (end 112.05 88.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED6)) + (segment (start 112.05 88.07) (end 112.6 88.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED7)) + (segment (start 178.83 88.1) (end 180.18 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED8)) + (segment (start 180.18 88.1) (end 180.88 88.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0ED9)) + (segment (start 178.83 95.1) (end 180.18 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDA)) + (segment (start 180.18 95.1) (end 181 95.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDB)) + (segment (start 110.43 95.1) (end 111.88 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDC)) + (segment (start 111.88 95.1) (end 112.62 95.84) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDD)) + (segment (start 110.43 102.1) (end 111.78 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDE)) + (segment (start 111.78 102.1) (end 112.7 103.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EDF)) + (segment (start 178.83 102.1) (end 180.28 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE0)) + (segment (start 180.28 102.1) (end 181 102.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE1)) + (segment (start 178.83 109.02) (end 180.3 109.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE2)) + (segment (start 180.3 109.02) (end 180.9 109.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE3)) + (segment (start 110.43 109.07) (end 111.85 109.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE4)) + (segment (start 111.85 109.07) (end 112.6 109.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE5)) + (segment (start 110.43 116.1) (end 111.88 116.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE6)) + (segment (start 111.88 116.1) (end 112.6 116.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE7)) + (segment (start 178.83 115.96) (end 181.34 115.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE8)) + (segment (start 181.34 115.96) (end 182 116.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EE9)) + (segment (start 178.83 122.98) (end 181.06 122.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EEA)) + (segment (start 181.06 122.98) (end 181.98 123.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EEB)) + (segment (start 110.43 122.97) (end 112.75 122.97) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EEC)) + (segment (start 112.75 122.97) (end 113.6 123.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EED)) + (segment (start 106.68 136.6) (end 105.98 136.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EEE)) + (segment (start 105.48 137.1) (end 105.48 137.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EEF)) + (segment (start 105.98 136.6) (end 105.48 137.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF0)) + (segment (start 114.18 142.1) (end 113.18 142.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF1)) + (segment (start 112.68 142.6) (end 112.68 143.32) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF2)) + (segment (start 113.18 142.1) (end 112.68 142.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF3)) + (segment (start 128.48 138.78) (end 128.48 139.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF4)) + (segment (start 128.08 140.2) (end 127.28 140.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF5)) + (segment (start 128.48 139.8) (end 128.08 140.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF6)) + (segment (start 107.76 59.015) (end 107.76 58.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF7)) + (segment (start 107.58 57.9) (end 106.46 57.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF8)) + (segment (start 107.76 58.08) (end 107.58 57.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EF9)) + (segment (start 189.88 122) (end 189.88 121.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFA)) + (segment (start 189.58 120.8) (end 188.56 120.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFB)) + (segment (start 189.88 121.1) (end 189.58 120.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFC)) + (segment (start 189.06 57.8) (end 189.88 57.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFD)) + (segment (start 190.26 58.18) (end 190.26 58.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFE)) + (segment (start 189.88 57.8) (end 190.26 58.18) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0EFF)) + (segment (start 110.437 59.983) (end 109.363 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F00)) + (segment (start 108.395 59.015) (end 107.76 59.015) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F01)) + (segment (start 109.363 59.983) (end 108.395 59.015) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F02)) + (segment (start 106.68 136.6) (end 109.38 136.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F03)) + (segment (start 109.38 136.6) (end 110.08 137.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F04)) + (segment (start 111.1 143.32) (end 112.68 143.32) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F05)) + (segment (start 110.08 142.3) (end 111.1 143.32) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F06)) + (segment (start 114.18 136.6) (end 114.18 137.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F07)) + (segment (start 114.18 137.8) (end 113.08 138.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F08)) + (segment (start 113.08 138.9) (end 110.08 138.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F09)) + (segment (start 110.08 138.9) (end 110.08 142.3) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0A)) + (segment (start 110.08 137.3) (end 110.08 138.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0B)) + (segment (start 190.26 58.99) (end 190.26 60.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0C)) + (segment (start 190.26 60.62) (end 188.96 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0D)) + (segment (start 181 61.92) (end 181 65.06) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0E)) + (segment (start 181 60.82) (end 181 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F0F)) + (segment (start 118.03 49.046) (end 118.03 48.15) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F10)) + (segment (start 118.03 48.15) (end 117.78 47.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F11)) + (segment (start 117.78 47.9) (end 112.88 47.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F12)) + (segment (start 112.88 47.9) (end 112.46 48.32) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F13)) + (segment (start 112.46 50.02) (end 112.46 54.19) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F14)) + (segment (start 112.364 49.076) (end 112.46 48.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F15)) + (segment (start 110.404 49.076) (end 112.364 49.076) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F16)) + (segment (start 112.46 48.98) (end 112.46 50.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F17)) + (segment (start 112.46 48.32) (end 112.46 48.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F18)) + (segment (start 125.63 49.026) (end 125.63 48.15) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F19)) + (segment (start 125.63 48.15) (end 125.28 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1A)) + (segment (start 125.28 47.8) (end 120.68 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1B)) + (segment (start 120.68 47.8) (end 120 48.48) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1C)) + (segment (start 119.966 49.046) (end 120 49.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1D)) + (segment (start 118.03 49.046) (end 119.966 49.046) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1E)) + (segment (start 120 49.08) (end 120 49.72) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F1F)) + (segment (start 120 48.48) (end 120 49.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F20)) + (segment (start 134.9 49.52) (end 134.9 54.11) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F21)) + (segment (start 134.896 48.976) (end 134.9 48.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F22)) + (segment (start 133.23 48.976) (end 134.896 48.976) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F23)) + (segment (start 134.9 48.98) (end 134.9 49.52) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F24)) + (segment (start 134.9 48.48) (end 134.9 48.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F25)) + (segment (start 135.58 47.8) (end 134.9 48.48) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F26)) + (segment (start 139.78 47.8) (end 135.58 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F27)) + (segment (start 140.83 49) (end 140.83 47.85) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F28)) + (segment (start 140.83 47.85) (end 140.88 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F29)) + (segment (start 140.88 47.8) (end 139.78 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2A)) + (segment (start 127.28 140.2) (end 127.28 142) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2B)) + (segment (start 189.88 122) (end 189.88 123.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2C)) + (segment (start 188.88 124.8) (end 181.98 124.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2D)) + (segment (start 189.88 123.8) (end 188.88 124.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2E)) + (segment (start 181.98 123.9) (end 181.98 124.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F2F)) + (segment (start 110.404 49.076) (end 108.304 49.076) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F30)) + (segment (start 106.46 50.92) (end 106.46 57.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F31)) + (segment (start 108.304 49.076) (end 106.46 50.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F32)) + (via (at 107.88 102.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F33)) + (segment (start 110.43 102.1) (end 107.88 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F34)) + (segment (start 107.705 121.985001) (end 107.705 121.225) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F35)) + (segment (start 107.08 120.6) (end 106.38 120.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F36)) + (segment (start 107.705 121.225) (end 107.08 120.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F37)) + (segment (start 107.88 102.1) (end 105.68 102.1) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0F38)) + (segment (start 113.6 123.82) (end 113.6 124.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F39)) + (segment (start 113.6 124.92) (end 113.6 128) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3A)) + (segment (start 111.96 131.12) (end 111.98 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3B)) + (segment (start 111.98 131.1) (end 114.18 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3C)) + (segment (start 111.96 132.98) (end 111.96 134.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3D)) + (segment (start 112 132.42) (end 111.96 132.38) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3E)) + (segment (start 112.88 132.42) (end 112 132.42) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F3F)) + (segment (start 111.96 132.38) (end 111.96 131.12) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F40)) + (segment (start 111.96 132.98) (end 111.96 132.38) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F41)) + (via (at 180.28 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F42)) + (segment (start 181.88 125) (end 181.98 125.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F43)) + (segment (start 180.28 125) (end 181.88 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F44)) + (segment (start 181.98 125.1) (end 181.98 128.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F45)) + (segment (start 181.98 124.8) (end 181.98 125.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F46)) + (via (at 113.88 117.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F47)) + (segment (start 113.86 117.82) (end 113.88 117.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F48)) + (segment (start 112.6 117.82) (end 113.86 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F49)) + (segment (start 112.6 116.82) (end 112.6 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F4A)) + (segment (start 112.6 117.82) (end 112.6 121.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F4B)) + (via (at 180.68 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F4C)) + (segment (start 181.88 117.7) (end 182 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F4D)) + (segment (start 182 117.82) (end 182 121) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F4E)) + (segment (start 182 116.62) (end 182 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F4F)) + (via (at 113.88 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F50)) + (segment (start 113.86 110.88) (end 113.88 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F51)) + (segment (start 112.6 110.88) (end 113.86 110.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F52)) + (segment (start 112.6 109.82) (end 112.6 110.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F53)) + (segment (start 112.6 110.88) (end 112.6 114.17) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F54)) + (via (at 179.78 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F55)) + (segment (start 180.78 110.9) (end 180.9 111.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F56)) + (segment (start 180.9 111.02) (end 180.9 114) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F57)) + (segment (start 180.9 109.62) (end 180.9 111.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F58)) + (via (at 113.68 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F59)) + (segment (start 113.66 103.98) (end 113.68 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F5A)) + (segment (start 112.7 103.98) (end 113.66 103.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F5B)) + (segment (start 112.7 103.02) (end 112.7 103.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F5C)) + (segment (start 112.7 103.98) (end 112.7 107.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F5D)) + (via (at 179.88 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F5E)) + (segment (start 180.88 104) (end 181 103.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F5F)) + (segment (start 181 103.88) (end 181 107.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F60)) + (segment (start 181 102.82) (end 181 103.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F61)) + (segment (start 112.62 95.84) (end 112.62 96.86) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F62)) + (segment (start 112.62 96.86) (end 112.62 100.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F63)) + (via (at 179.78 96.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F64)) + (segment (start 180.98 96.8) (end 181 96.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F65)) + (segment (start 181 96.82) (end 181 100.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F66)) + (segment (start 181 95.92) (end 181 96.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F67)) + (segment (start 179.78 96.8) (end 180.68 96.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F68)) + (segment (start 180.68 96.8) (end 180.98 96.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F69)) + (segment (start 181.38 117.7) (end 186.48 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F6A)) + (via (at 186.48 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F6B)) + (segment (start 180.68 117.7) (end 181.38 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F6C)) + (segment (start 181.38 117.7) (end 181.88 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F6D)) + (segment (start 186.48 117.7) (end 187.88 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0F6E)) + (via (at 188.58 119.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F6F)) + (segment (start 188.56 119.62) (end 188.58 119.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F70)) + (segment (start 188.56 120.8) (end 188.56 119.62) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F71)) + (segment (start 188.58 119.6) (end 188.58 118.3) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0F72)) + (segment (start 187.98 117.7) (end 187.88 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0F73)) + (segment (start 188.58 118.3) (end 187.98 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0F74)) + (segment (start 113.76 89.88) (end 113.78 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F75)) + (segment (start 112.6 89.88) (end 113.76 89.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F76)) + (via (at 113.78 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F77)) + (segment (start 112.6 88.62) (end 112.6 89.88) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F78)) + (segment (start 112.6 89.88) (end 112.6 93.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F79)) + (via (at 179.58 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F7A)) + (segment (start 180.78 89.9) (end 180.88 90) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F7B)) + (segment (start 180.88 90) (end 180.88 93.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F7C)) + (segment (start 180.88 88.8) (end 180.88 90) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F7D)) + (segment (start 113.96 82.78) (end 113.98 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F7E)) + (segment (start 112.6 82.78) (end 113.96 82.78) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F7F)) + (segment (start 112.6 81.62) (end 112.6 82.78) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F80)) + (via (at 113.98 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F81)) + (segment (start 112.6 82.78) (end 112.6 86.2) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F82)) + (via (at 179.58 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F83)) + (segment (start 180.68 82.8) (end 180.82 82.66) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F84)) + (segment (start 180.82 82.66) (end 180.82 86.09) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F85)) + (segment (start 180.82 81.84) (end 180.82 82.66) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F86)) + (via (at 113.88 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F87)) + (segment (start 113.84 75.96) (end 113.88 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F88)) + (segment (start 112.72 75.96) (end 113.84 75.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F89)) + (segment (start 112.72 74.94) (end 112.72 75.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F8A)) + (segment (start 112.72 75.96) (end 112.72 79.16) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F8B)) + (via (at 179.98 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F8C)) + (segment (start 180.98 76) (end 181 76.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F8D)) + (segment (start 181 76.02) (end 181 79.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F8E)) + (segment (start 179.98 76) (end 180.98 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F8F)) + (segment (start 181 74.92) (end 181 76.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F90)) + (segment (start 112.72 68.84) (end 114.04 68.84) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F91)) + (segment (start 114.04 68.84) (end 114.08 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F92)) + (segment (start 112.72 67.94) (end 112.72 68.84) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F93)) + (via (at 114.08 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F94)) + (segment (start 112.72 68.84) (end 112.72 72.18) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F95)) + (via (at 179.78 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F96)) + (segment (start 180.88 68.8) (end 180.9 68.78) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F97)) + (segment (start 180.9 68.78) (end 180.9 72.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F98)) + (segment (start 180.9 67.72) (end 180.9 68.78) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F99)) + (segment (start 110.437 59.983) (end 110.437 61.457) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F9A)) + (via (at 111.48 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F9B)) + (segment (start 110.78 61.8) (end 111.48 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F9C)) + (segment (start 110.437 61.457) (end 110.78 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F9D)) + (via (at 179.78 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0F9E)) + (segment (start 180.88 61.8) (end 181 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0F9F)) + (segment (start 179.78 61.8) (end 180.88 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA0)) + (segment (start 188.06 61.92) (end 181 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA1)) + (segment (start 188.96 61.92) (end 188.06 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA2)) + (segment (start 188.08 61.94) (end 188.06 61.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA3)) + (segment (start 186.48 67.1) (end 188.08 65.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA4)) + (segment (start 188.08 65.5) (end 188.08 61.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA5)) + (segment (start 186.48 68.8) (end 186.48 67.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA6)) + (segment (start 180.28 68.8) (end 186.48 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA7)) + (segment (start 179.78 68.8) (end 180.28 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA8)) + (segment (start 180.28 68.8) (end 180.88 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FA9)) + (segment (start 186.38 76) (end 186.48 76.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAA)) + (segment (start 180.98 76) (end 186.38 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAB)) + (segment (start 186.48 76.1) (end 186.48 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAC)) + (segment (start 180.18 82.8) (end 186.48 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAD)) + (segment (start 179.58 82.8) (end 180.18 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAE)) + (segment (start 180.18 82.8) (end 180.68 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FAF)) + (segment (start 180.08 89.9) (end 186.48 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB0)) + (segment (start 186.48 89.9) (end 186.48 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB1)) + (segment (start 179.58 89.9) (end 180.08 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB2)) + (segment (start 180.08 89.9) (end 180.78 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB3)) + (segment (start 186.38 96.8) (end 186.48 96.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB4)) + (segment (start 180.68 96.8) (end 186.38 96.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB5)) + (segment (start 186.48 96.7) (end 186.48 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB6)) + (segment (start 186.48 104) (end 186.48 96.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB7)) + (segment (start 179.88 104) (end 180.48 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB8)) + (segment (start 180.48 104) (end 186.48 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FB9)) + (segment (start 180.48 104) (end 180.88 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBA)) + (segment (start 180.38 110.9) (end 186.48 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBB)) + (segment (start 186.48 110.9) (end 186.48 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBC)) + (segment (start 186.48 117.7) (end 186.48 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBD)) + (segment (start 179.78 110.9) (end 180.38 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBE)) + (segment (start 180.38 110.9) (end 180.78 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FBF)) + (segment (start 103.5 100.8) (end 102 100.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FC0)) + (segment (start 104.8 102.1) (end 103.5 100.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FC1)) + (segment (start 105.68 102.1) (end 104.8 102.1) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FC2)) + (segment (start 148.43 60) (end 148.43 48.93) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC3)) + (segment (start 147.3 47.8) (end 140.88 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC4)) + (segment (start 148.43 48.93) (end 147.3 47.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC5)) + (segment (start 186.48 80.78) (end 186.48 76.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC6)) + (segment (start 186.48 82.8) (end 186.48 80.78) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC7)) + (via (at 107.8 74.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FC8)) + (segment (start 107.84 74.06) (end 107.8 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FC9)) + (segment (start 110.43 74.06) (end 107.84 74.06) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FCA)) + (via (at 105.5 74.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FCB)) + (segment (start 107.8 74.1) (end 105.5 74.1) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FCC)) + (segment (start 101.49 74.1) (end 101.48 74.09) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FCD)) + (segment (start 105.5 74.1) (end 101.49 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FCE)) + (segment (start 111.48 61.8) (end 118.8 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FCF)) + (segment (start 118.8 61.8) (end 119.08 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FD0)) + (segment (start 120.3 65.08) (end 120.3 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FD1)) + (via (at 120.3 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FD2)) + (segment (start 120.3 61.8) (end 121.68 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FD3)) + (segment (start 118.8 61.8) (end 120.3 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FD4)) + (segment (start 120.3 61.8) (end 120.3 60.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FD5)) + (segment (start 119.7 60) (end 118.03 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FD6)) + (segment (start 120.3 60.6) (end 119.7 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FD7)) + (segment (start 121.68 61.8) (end 126.3 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FD8)) + (segment (start 126.3 61.8) (end 126.68 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FD9)) + (via (at 127.9 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FDA)) + (segment (start 127.94 61.84) (end 127.9 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FDB)) + (segment (start 127.94 65.11) (end 127.94 61.84) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FDC)) + (segment (start 127.9 61.8) (end 128.98 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FDD)) + (segment (start 126.3 61.8) (end 127.9 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FDE)) + (segment (start 127.9 61.8) (end 127.9 60.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FDF)) + (segment (start 127.383 59.983) (end 125.63 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE0)) + (segment (start 127.9 60.5) (end 127.383 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE1)) + (segment (start 128.98 61.8) (end 133.6 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FE2)) + (segment (start 133.6 61.8) (end 134.18 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FE3)) + (via (at 135.5 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FE4)) + (segment (start 135.5 65.08) (end 135.5 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE5)) + (segment (start 133.6 61.8) (end 135.5 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FE6)) + (segment (start 135.5 61.8) (end 135.5 60.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE7)) + (segment (start 134.983 59.983) (end 133.23 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE8)) + (segment (start 135.5 60.5) (end 134.983 59.983) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FE9)) + (segment (start 143.2 65.02) (end 143.2 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FEA)) + (via (at 143.2 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FEB)) + (segment (start 135.5 61.8) (end 143.2 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FEC)) + (segment (start 143.2 61.8) (end 143.2 60.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FED)) + (segment (start 142.7 60) (end 140.83 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FEE)) + (segment (start 143.2 60.5) (end 142.7 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FEF)) + (via (at 150.6 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FF0)) + (segment (start 150.6 65.1) (end 150.6 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF1)) + (segment (start 143.2 61.8) (end 150.6 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FF2)) + (segment (start 150.6 61.8) (end 150.6 60.4) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF3)) + (segment (start 150.2 60) (end 148.43 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF4)) + (segment (start 150.6 60.4) (end 150.2 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF5)) + (via (at 158.3 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FF6)) + (segment (start 158.3 65.1) (end 158.3 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF7)) + (segment (start 150.6 61.8) (end 158.3 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FF8)) + (segment (start 158.3 61.8) (end 158.3 60.4) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FF9)) + (segment (start 157.9 60) (end 156.03 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FFA)) + (segment (start 158.3 60.4) (end 157.9 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FFB)) + (via (at 165.8 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA0FFC)) + (segment (start 165.8 65.1) (end 165.8 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FFD)) + (segment (start 158.3 61.8) (end 165.8 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA0FFE)) + (segment (start 165.8 61.8) (end 165.8 60.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA0FFF)) + (segment (start 165.1 60) (end 163.63 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1000)) + (segment (start 165.8 60.7) (end 165.1 60) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1001)) + (segment (start 174.78 61.8) (end 179.78 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1002)) + (via (at 173.4 61.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1003)) + (segment (start 173.4 65.09) (end 173.4 61.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1004)) + (segment (start 173.4 61.8) (end 174.78 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1005)) + (segment (start 165.8 61.8) (end 173.4 61.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1006)) + (segment (start 173.4 61.8) (end 173.4 60.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1007)) + (segment (start 172.69 59.99) (end 171.23 59.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1008)) + (segment (start 173.4 60.7) (end 172.69 59.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1009)) + (via (at 120.3 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA100A)) + (segment (start 120.3 68.8) (end 121.58 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA100B)) + (segment (start 120.3 72.08) (end 120.3 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA100C)) + (segment (start 114.08 68.8) (end 120.3 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA100D)) + (segment (start 120.3 68.8) (end 120.3 67.4) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA100E)) + (segment (start 119.92 67.02) (end 118.03 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA100F)) + (segment (start 120.3 67.4) (end 119.92 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1010)) + (segment (start 121.58 68.8) (end 126.4 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1011)) + (segment (start 126.4 68.8) (end 126.68 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1012)) + (via (at 128 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1013)) + (segment (start 128 72.1) (end 128 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1014)) + (segment (start 126.4 68.8) (end 128 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1015)) + (segment (start 128 68.8) (end 128 67.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1016)) + (segment (start 127.42 67.02) (end 125.63 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1017)) + (segment (start 128 67.6) (end 127.42 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1018)) + (via (at 135.4 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1019)) + (segment (start 135.4 72.1) (end 135.4 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA101A)) + (segment (start 128 68.8) (end 135.4 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA101B)) + (segment (start 135.4 68.8) (end 135.4 67.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA101C)) + (segment (start 134.92 67.02) (end 133.23 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA101D)) + (segment (start 135.4 67.5) (end 134.92 67.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA101E)) + (via (at 143 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA101F)) + (segment (start 142.98 68.82) (end 143 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1020)) + (segment (start 142.98 72.1) (end 142.98 68.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1021)) + (segment (start 135.4 68.8) (end 143 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1022)) + (segment (start 143 68.8) (end 143 67.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1023)) + (segment (start 142.3 67) (end 140.83 67) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1024)) + (segment (start 143 67.7) (end 142.3 67) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1025)) + (via (at 150.7 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1026)) + (segment (start 150.7 72.13) (end 150.7 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1027)) + (segment (start 143 68.8) (end 150.7 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1028)) + (segment (start 150.7 68.8) (end 150.7 67.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1029)) + (segment (start 150.24 67.04) (end 148.43 67.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA102A)) + (segment (start 150.7 67.5) (end 150.24 67.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA102B)) + (via (at 158.3 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA102C)) + (segment (start 158.3 72.1) (end 158.3 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA102D)) + (segment (start 150.7 68.8) (end 158.3 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA102E)) + (segment (start 158.3 68.8) (end 158.3 67.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA102F)) + (segment (start 157.75 67.05) (end 156.03 67.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1030)) + (segment (start 158.3 67.6) (end 157.75 67.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1031)) + (via (at 165.8 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1032)) + (segment (start 165.8 72.1) (end 165.8 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1033)) + (segment (start 158.3 68.8) (end 165.8 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1034)) + (segment (start 165.8 68.8) (end 165.8 67.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1035)) + (segment (start 165.16 67.06) (end 163.63 67.06) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1036)) + (segment (start 165.8 67.7) (end 165.16 67.06) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1037)) + (segment (start 174.68 68.8) (end 179.78 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1038)) + (via (at 173.5 68.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1039)) + (segment (start 173.5 72.1) (end 173.5 68.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA103A)) + (segment (start 173.5 68.8) (end 174.68 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA103B)) + (segment (start 165.8 68.8) (end 173.5 68.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA103C)) + (segment (start 173.5 68.8) (end 173.5 67.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA103D)) + (segment (start 172.9 67) (end 171.23 67) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA103E)) + (segment (start 173.5 67.6) (end 172.9 67) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA103F)) + (via (at 120.3 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1040)) + (segment (start 120.3 79.1) (end 120.3 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1041)) + (segment (start 113.88 76) (end 120.3 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1042)) + (segment (start 120.3 76) (end 120.3 74.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1043)) + (segment (start 119.77 74.07) (end 118.03 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1044)) + (segment (start 120.3 74.6) (end 119.77 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1045)) + (via (at 127.8 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1046)) + (segment (start 127.81 76.01) (end 127.8 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1047)) + (segment (start 127.81 79.14) (end 127.81 76.01) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1048)) + (segment (start 120.3 76) (end 127.8 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1049)) + (segment (start 127.8 76) (end 127.8 74.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA104A)) + (segment (start 127.08 74.08) (end 125.63 74.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA104B)) + (segment (start 127.8 74.8) (end 127.08 74.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA104C)) + (via (at 135.4 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA104D)) + (segment (start 135.35 76.05) (end 135.4 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA104E)) + (segment (start 135.35 79.18) (end 135.35 76.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA104F)) + (segment (start 127.8 76) (end 135.4 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1050)) + (segment (start 135.4 76) (end 135.4 74.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1051)) + (segment (start 134.97 74.07) (end 133.23 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1052)) + (segment (start 135.4 74.5) (end 134.97 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1053)) + (segment (start 142.95 76.05) (end 142.9 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1054)) + (segment (start 142.95 79.1) (end 142.95 76.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1055)) + (via (at 142.9 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1056)) + (segment (start 135.4 76) (end 142.9 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1057)) + (segment (start 142.9 76) (end 142.9 74.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1058)) + (segment (start 142.17 74.07) (end 140.83 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1059)) + (segment (start 142.9 74.8) (end 142.17 74.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA105A)) + (via (at 150.6 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA105B)) + (segment (start 150.58 76.02) (end 150.6 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA105C)) + (segment (start 150.58 79.1) (end 150.58 76.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA105D)) + (segment (start 142.9 76) (end 150.6 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA105E)) + (segment (start 150.05 74.05) (end 148.49 74.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA105F)) + (segment (start 150.6 74.6) (end 150.05 74.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1060)) + (segment (start 150.6 76) (end 150.6 74.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1061)) + (via (at 158.1 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1062)) + (segment (start 158.14 76.04) (end 158.1 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1063)) + (segment (start 158.14 79.13) (end 158.14 76.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1064)) + (segment (start 150.6 76) (end 158.1 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1065)) + (segment (start 158.1 76) (end 158.1 74.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1066)) + (segment (start 157.6 74.1) (end 156.03 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1067)) + (segment (start 158.1 74.6) (end 157.6 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1068)) + (via (at 165.8 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1069)) + (segment (start 165.83 76.03) (end 165.8 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA106A)) + (segment (start 165.83 79.12) (end 165.83 76.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA106B)) + (segment (start 158.1 76) (end 165.8 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA106C)) + (segment (start 165.8 76) (end 165.8 74.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA106D)) + (segment (start 165.2 74.1) (end 163.63 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA106E)) + (segment (start 165.8 74.7) (end 165.2 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA106F)) + (segment (start 174.58 76) (end 179.98 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1070)) + (via (at 173.4 76) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1071)) + (segment (start 173.45 76.05) (end 173.4 76) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1072)) + (segment (start 173.45 79.1) (end 173.45 76.05) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1073)) + (segment (start 173.4 76) (end 174.58 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1074)) + (segment (start 165.8 76) (end 173.4 76) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1075)) + (segment (start 173.4 76) (end 173.4 74.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1076)) + (segment (start 172.8 74.1) (end 171.23 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1077)) + (segment (start 173.4 74.7) (end 172.8 74.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1078)) + (via (at 120.3 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1079)) + (segment (start 120.3 86.19) (end 120.3 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA107A)) + (segment (start 113.98 82.8) (end 120.3 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA107B)) + (segment (start 120.3 82.8) (end 120.3 81.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA107C)) + (segment (start 119.69 81.09) (end 118.03 81.09) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA107D)) + (segment (start 120.3 81.7) (end 119.69 81.09) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA107E)) + (segment (start 127.88 82.82) (end 127.9 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA107F)) + (via (at 127.9 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1080)) + (segment (start 127.88 86.15) (end 127.88 82.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1081)) + (segment (start 120.3 82.8) (end 127.9 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1082)) + (segment (start 127.9 82.8) (end 127.9 81.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1083)) + (segment (start 127.2 81.1) (end 125.63 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1084)) + (segment (start 127.9 81.8) (end 127.2 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1085)) + (via (at 135.4 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1086)) + (segment (start 135.4 86.1) (end 135.4 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1087)) + (segment (start 127.9 82.8) (end 135.4 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1088)) + (segment (start 135.4 82.8) (end 135.4 81.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1089)) + (segment (start 134.9 81.1) (end 133.23 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA108A)) + (segment (start 135.4 81.6) (end 134.9 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA108B)) + (via (at 142.9 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA108C)) + (segment (start 142.92 82.82) (end 142.9 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA108D)) + (segment (start 142.92 86.1) (end 142.92 82.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA108E)) + (segment (start 135.4 82.8) (end 142.9 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA108F)) + (segment (start 142.9 82.8) (end 142.9 81.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1090)) + (segment (start 142.2 81.1) (end 140.83 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1091)) + (segment (start 142.9 81.8) (end 142.2 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1092)) + (via (at 150.6 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1093)) + (segment (start 150.6 86.2) (end 150.6 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1094)) + (segment (start 142.9 82.8) (end 150.6 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1095)) + (segment (start 150.6 82.8) (end 150.6 81.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1096)) + (segment (start 150.1 81.1) (end 148.43 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1097)) + (segment (start 150.6 81.6) (end 150.1 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1098)) + (via (at 158.3 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1099)) + (segment (start 158.28 82.82) (end 158.3 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA109A)) + (segment (start 158.28 86.1) (end 158.28 82.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA109B)) + (segment (start 150.6 82.8) (end 158.3 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA109C)) + (segment (start 158.3 82.8) (end 158.3 81.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA109D)) + (segment (start 157.6 81.1) (end 156.03 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA109E)) + (segment (start 158.3 81.8) (end 157.6 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA109F)) + (via (at 165.8 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10A0)) + (segment (start 165.8 86.1) (end 165.8 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A1)) + (segment (start 158.3 82.8) (end 165.8 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10A2)) + (segment (start 165.8 82.8) (end 165.8 81.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A3)) + (segment (start 165.3 81.1) (end 163.63 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A4)) + (segment (start 165.8 81.6) (end 165.3 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A5)) + (segment (start 174.48 82.8) (end 179.58 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10A6)) + (segment (start 173.38 82.82) (end 173.4 82.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A7)) + (segment (start 173.38 86.1) (end 173.38 82.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10A8)) + (via (at 173.4 82.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10A9)) + (segment (start 173.4 82.8) (end 174.48 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10AA)) + (segment (start 165.8 82.8) (end 173.4 82.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10AB)) + (segment (start 173.4 82.8) (end 173.4 81.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10AC)) + (segment (start 172.9 81.1) (end 171.23 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10AD)) + (segment (start 173.4 81.6) (end 172.9 81.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10AE)) + (via (at 120.2 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10AF)) + (segment (start 120.2 93.2) (end 120.2 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B0)) + (segment (start 113.78 89.9) (end 120.2 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10B1)) + (segment (start 120.2 89.9) (end 120.2 88.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B2)) + (segment (start 119.57 88.07) (end 118.03 88.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B3)) + (segment (start 120.2 88.7) (end 119.57 88.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B4)) + (via (at 127.9 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10B5)) + (segment (start 127.88 89.92) (end 127.9 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B6)) + (segment (start 127.88 93.14) (end 127.88 89.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B7)) + (segment (start 120.2 89.9) (end 127.9 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10B8)) + (segment (start 127.9 89.9) (end 127.9 88.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10B9)) + (segment (start 127.17 88.07) (end 125.63 88.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10BA)) + (segment (start 127.9 88.8) (end 127.17 88.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10BB)) + (via (at 135.4 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10BC)) + (segment (start 135.4 93.1) (end 135.4 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10BD)) + (segment (start 127.9 89.9) (end 135.4 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10BE)) + (segment (start 135.4 89.9) (end 135.4 88.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10BF)) + (segment (start 134.74 88.04) (end 133.23 88.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C0)) + (segment (start 135.4 88.7) (end 134.74 88.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C1)) + (segment (start 143 93.1) (end 143 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C2)) + (via (at 143 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10C3)) + (segment (start 135.4 89.9) (end 143 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10C4)) + (segment (start 143 89.9) (end 143 88.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C5)) + (segment (start 142.3 88.1) (end 140.83 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C6)) + (segment (start 143 88.8) (end 142.3 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C7)) + (segment (start 150.7 93.13) (end 150.7 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10C8)) + (via (at 150.7 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10C9)) + (segment (start 143 89.9) (end 150.7 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10CA)) + (segment (start 150.7 89.9) (end 150.7 88.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10CB)) + (segment (start 150 88.1) (end 148.43 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10CC)) + (segment (start 150.7 88.8) (end 150 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10CD)) + (via (at 158.2 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10CE)) + (segment (start 158.2 93.1) (end 158.2 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10CF)) + (segment (start 150.7 89.9) (end 158.2 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10D0)) + (segment (start 158.2 89.9) (end 158.2 88.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D1)) + (segment (start 157.6 88.1) (end 156.03 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D2)) + (segment (start 158.2 88.7) (end 157.6 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D3)) + (via (at 165.8 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10D4)) + (segment (start 165.8 93.1) (end 165.8 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D5)) + (segment (start 158.2 89.9) (end 165.8 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10D6)) + (segment (start 165.8 89.9) (end 165.8 88.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D7)) + (segment (start 165 88.1) (end 163.63 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D8)) + (segment (start 165.8 88.9) (end 165 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10D9)) + (segment (start 174.68 89.9) (end 179.58 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10DA)) + (via (at 173.4 89.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10DB)) + (segment (start 173.4 89.9) (end 174.68 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10DC)) + (segment (start 173.4 93.1) (end 173.4 89.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10DD)) + (segment (start 165.8 89.9) (end 173.4 89.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10DE)) + (segment (start 173.4 89.9) (end 173.4 88.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10DF)) + (segment (start 172.6 88.1) (end 171.23 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E0)) + (segment (start 173.4 88.9) (end 172.6 88.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E1)) + (segment (start 112.62 96.86) (end 113.94 96.86) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E2)) + (segment (start 113.94 96.86) (end 113.98 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E3)) + (via (at 113.98 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10E4)) + (via (at 120.2 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10E5)) + (segment (start 120.2 100.2) (end 120.2 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E6)) + (segment (start 113.98 96.9) (end 120.2 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10E7)) + (segment (start 120.2 96.9) (end 120.2 95.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E8)) + (segment (start 119.4 95.1) (end 118.03 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10E9)) + (segment (start 120.2 95.9) (end 119.4 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10EA)) + (via (at 127.8 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10EB)) + (segment (start 127.8 100.2) (end 127.8 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10EC)) + (segment (start 120.2 96.9) (end 127.8 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10ED)) + (segment (start 127.8 96.9) (end 127.8 95.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10EE)) + (segment (start 127.1 95.1) (end 125.63 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10EF)) + (segment (start 127.8 95.8) (end 127.1 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F0)) + (via (at 135.6 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10F1)) + (segment (start 135.63 100.12) (end 135.63 96.93) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F2)) + (segment (start 135.63 96.93) (end 135.6 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F3)) + (segment (start 127.8 96.9) (end 135.6 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10F4)) + (segment (start 135.6 96.9) (end 135.6 95.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F5)) + (segment (start 134.8 95.1) (end 133.23 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F6)) + (segment (start 135.6 95.9) (end 134.8 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F7)) + (via (at 143.1 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10F8)) + (segment (start 143.1 100.14) (end 143.1 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10F9)) + (segment (start 135.6 96.9) (end 143.1 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA10FA)) + (segment (start 143.1 96.9) (end 143.1 95.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10FB)) + (segment (start 142.57 95.07) (end 140.83 95.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10FC)) + (segment (start 143.1 95.6) (end 142.57 95.07) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10FD)) + (via (at 150.7 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA10FE)) + (segment (start 150.7 100.13) (end 150.7 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA10FF)) + (segment (start 143.1 96.9) (end 150.7 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1100)) + (segment (start 150.7 96.9) (end 150.7 95.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1101)) + (segment (start 150.1 95.1) (end 148.43 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1102)) + (segment (start 150.7 95.7) (end 150.1 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1103)) + (via (at 158.2 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1104)) + (segment (start 158.2 100.1) (end 158.2 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1105)) + (segment (start 150.7 96.9) (end 158.2 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1106)) + (segment (start 158.2 96.9) (end 158.2 96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1107)) + (segment (start 157.3 95.1) (end 156.03 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1108)) + (segment (start 158.2 96) (end 157.3 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1109)) + (via (at 165.8 96.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA110A)) + (segment (start 165.8 100.1) (end 165.8 96.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA110B)) + (segment (start 158.2 96.9) (end 165.8 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA110C)) + (segment (start 165.8 96.9) (end 165.8 95.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA110D)) + (segment (start 165.1 95.1) (end 163.63 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA110E)) + (segment (start 165.8 95.8) (end 165.1 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA110F)) + (segment (start 174.58 96.8) (end 179.78 96.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1110)) + (segment (start 167.08 96.9) (end 167.18 96.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1111)) + (segment (start 165.8 96.9) (end 167.08 96.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1112)) + (via (at 173.4 96.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1113)) + (segment (start 173.4 100.1) (end 173.4 96.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1114)) + (segment (start 173.4 96.8) (end 174.58 96.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1115)) + (segment (start 167.18 96.8) (end 173.4 96.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1116)) + (segment (start 173.4 96.8) (end 173.4 95.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1117)) + (segment (start 172.9 95.1) (end 171.23 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1118)) + (segment (start 173.4 95.6) (end 172.9 95.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1119)) + (via (at 120.2 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA111A)) + (segment (start 120.2 114.15) (end 120.2 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA111B)) + (segment (start 113.88 110.9) (end 120.2 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA111C)) + (segment (start 120.2 110.9) (end 120.2 110) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA111D)) + (segment (start 119.23 109.03) (end 118.03 109.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA111E)) + (segment (start 120.2 110) (end 119.23 109.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA111F)) + (segment (start 127.88 110.92) (end 127.9 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1120)) + (segment (start 127.88 114.08) (end 127.88 110.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1121)) + (via (at 127.9 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1122)) + (segment (start 120.2 110.9) (end 127.9 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1123)) + (segment (start 127.9 110.9) (end 127.9 109.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1124)) + (segment (start 126.99 108.99) (end 125.63 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1125)) + (segment (start 127.9 109.9) (end 126.99 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1126)) + (via (at 135.4 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1127)) + (segment (start 135.42 110.92) (end 135.4 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1128)) + (segment (start 135.42 114.04) (end 135.42 110.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1129)) + (segment (start 127.9 110.9) (end 135.4 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA112A)) + (segment (start 135.4 110.9) (end 135.4 109.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA112B)) + (segment (start 134.69 108.99) (end 133.23 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA112C)) + (segment (start 135.4 109.7) (end 134.69 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA112D)) + (via (at 143 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA112E)) + (segment (start 143.02 110.92) (end 143 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA112F)) + (segment (start 143.02 114) (end 143.02 110.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1130)) + (segment (start 135.4 110.9) (end 143 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1131)) + (segment (start 143 110.9) (end 143 109.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1132)) + (segment (start 142.49 108.99) (end 140.83 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1133)) + (segment (start 143 109.5) (end 142.49 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1134)) + (via (at 150.6 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1135)) + (segment (start 150.6 114) (end 150.6 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1136)) + (segment (start 143 110.9) (end 150.6 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1137)) + (segment (start 150.6 110.9) (end 150.6 109.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1138)) + (segment (start 149.98 108.98) (end 148.43 108.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1139)) + (segment (start 150.6 109.6) (end 149.98 108.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA113A)) + (segment (start 151.78 110.9) (end 150.6 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA113B)) + (via (at 158.2 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA113C)) + (segment (start 158.2 114.08) (end 158.2 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA113D)) + (segment (start 158.2 110.9) (end 151.78 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA113E)) + (segment (start 158.2 110.9) (end 158.2 109.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA113F)) + (segment (start 157.69 108.99) (end 156.03 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1140)) + (segment (start 158.2 109.5) (end 157.69 108.99) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1141)) + (via (at 165.9 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1142)) + (segment (start 165.92 110.92) (end 165.9 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1143)) + (segment (start 165.92 114) (end 165.92 110.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1144)) + (segment (start 158.2 110.9) (end 165.9 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1145)) + (segment (start 165.9 110.9) (end 165.9 109.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1146)) + (segment (start 165.3 109) (end 163.63 109) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1147)) + (segment (start 165.9 109.6) (end 165.3 109) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1148)) + (segment (start 174.68 110.9) (end 179.78 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1149)) + (via (at 173.5 110.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA114A)) + (segment (start 173.5 114.05) (end 173.5 110.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA114B)) + (segment (start 173.5 110.9) (end 174.68 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA114C)) + (segment (start 165.9 110.9) (end 173.5 110.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA114D)) + (segment (start 173.5 110.9) (end 173.5 109.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA114E)) + (segment (start 172.9 109) (end 171.23 109) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA114F)) + (segment (start 173.5 109.6) (end 172.9 109) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1150)) + (via (at 120.2 117.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1151)) + (segment (start 120.22 117.82) (end 120.2 117.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1152)) + (segment (start 120.22 121.13) (end 120.22 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1153)) + (segment (start 113.88 117.8) (end 120.2 117.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1154)) + (segment (start 120.2 117.8) (end 120.2 117) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1155)) + (segment (start 119.3 116.1) (end 118.03 116.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1156)) + (segment (start 120.2 117) (end 119.3 116.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1157)) + (segment (start 127.72 117.82) (end 127.7 117.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1158)) + (segment (start 127.72 121.04) (end 127.72 117.82) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1159)) + (via (at 127.7 117.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA115A)) + (segment (start 120.2 117.8) (end 127.7 117.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA115B)) + (segment (start 127.7 117.8) (end 127.7 116.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA115C)) + (segment (start 127.13 116.03) (end 125.63 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA115D)) + (segment (start 127.7 116.6) (end 127.13 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA115E)) + (via (at 135.4 117.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA115F)) + (segment (start 135.4 121.1) (end 135.4 117.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1160)) + (segment (start 127.7 117.8) (end 135.4 117.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1161)) + (segment (start 135.4 117.8) (end 135.4 116.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1162)) + (segment (start 134.94 116.04) (end 133.23 116.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1163)) + (segment (start 135.4 116.5) (end 134.94 116.04) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1164)) + (segment (start 136.78 117.8) (end 136.88 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1165)) + (segment (start 135.4 117.8) (end 136.78 117.8) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1166)) + (segment (start 143.1 121.1) (end 143.1 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1167)) + (via (at 143.1 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1168)) + (segment (start 136.88 117.7) (end 143.1 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1169)) + (segment (start 143.1 117.7) (end 143.1 116.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA116A)) + (segment (start 142.43 116.03) (end 140.83 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA116B)) + (segment (start 143.1 116.7) (end 142.43 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA116C)) + (via (at 150.6 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA116D)) + (segment (start 150.58 121.07) (end 150.58 117.72) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA116E)) + (segment (start 150.58 117.72) (end 150.6 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA116F)) + (segment (start 143.1 117.7) (end 150.6 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1170)) + (segment (start 150.6 117.7) (end 150.6 116.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1171)) + (segment (start 149.82 116.02) (end 148.43 116.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1172)) + (segment (start 150.6 116.8) (end 149.82 116.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1173)) + (via (at 158.2 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1174)) + (segment (start 158.2 121.07) (end 158.2 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1175)) + (segment (start 150.6 117.7) (end 158.2 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1176)) + (segment (start 158.2 117.7) (end 158.2 116.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1177)) + (segment (start 157.73 116.03) (end 156.03 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1178)) + (segment (start 158.2 116.5) (end 157.73 116.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1179)) + (via (at 166.7 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA117A)) + (segment (start 166.68 117.72) (end 166.7 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA117B)) + (segment (start 166.68 121.08) (end 166.68 117.72) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA117C)) + (segment (start 158.2 117.7) (end 166.7 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA117D)) + (segment (start 166.7 117.7) (end 166.7 116.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA117E)) + (segment (start 166.01 116.01) (end 163.63 116.01) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA117F)) + (segment (start 166.7 116.7) (end 166.01 116.01) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1180)) + (segment (start 175.18 117.7) (end 180.68 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1181)) + (via (at 174.2 117.7) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1182)) + (segment (start 174.2 121.08) (end 174.2 117.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1183)) + (segment (start 174.2 117.7) (end 175.18 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1184)) + (segment (start 166.7 117.7) (end 174.2 117.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1185)) + (segment (start 174.2 117.7) (end 174.2 116.5) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1186)) + (segment (start 173.71 116.01) (end 171.23 116.01) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1187)) + (segment (start 174.2 116.5) (end 173.71 116.01) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1188)) + (segment (start 113.6 124.92) (end 114.56 124.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1189)) + (segment (start 114.56 124.92) (end 114.58 124.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA118A)) + (via (at 114.58 124.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA118B)) + (via (at 121.3 124.9) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA118C)) + (segment (start 121.28 124.92) (end 121.3 124.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA118D)) + (segment (start 121.28 128) (end 121.28 124.92) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA118E)) + (segment (start 114.58 124.9) (end 121.3 124.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA118F)) + (segment (start 121.3 124.9) (end 121.3 123.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1190)) + (segment (start 120.56 122.96) (end 118.03 122.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1191)) + (segment (start 121.3 123.7) (end 120.56 122.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1192)) + (segment (start 122.38 124.9) (end 122.48 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1193)) + (segment (start 121.3 124.9) (end 122.38 124.9) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1194)) + (via (at 128.7 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1195)) + (segment (start 128.7 127.95) (end 128.7 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1196)) + (segment (start 122.48 125) (end 128.7 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1197)) + (segment (start 128.7 125) (end 128.7 123.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1198)) + (segment (start 128.04 122.94) (end 125.63 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1199)) + (segment (start 128.7 123.6) (end 128.04 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA119A)) + (segment (start 129.620718 125) (end 128.7 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA119B)) + (via (at 136.3 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA119C)) + (segment (start 136.3 127.95) (end 136.3 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA119D)) + (segment (start 136.3 125) (end 129.620718 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA119E)) + (segment (start 136.3 125) (end 136.3 123.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA119F)) + (segment (start 135.54 122.94) (end 133.23 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11A0)) + (segment (start 136.3 123.7) (end 135.54 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11A1)) + (segment (start 150.068569 125.039998) (end 150.069794 125.041223) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11A2)) + (segment (start 144.98 125.039998) (end 150.068569 125.039998) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11A3)) + (segment (start 144.940002 125) (end 144.98 125.039998) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11A4)) + (via (at 143.9 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11A5)) + (segment (start 143.9 127.98) (end 143.9 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11A6)) + (segment (start 143.9 125) (end 144.940002 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11A7)) + (segment (start 136.3 125) (end 143.9 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11A8)) + (segment (start 143.9 125) (end 143.9 123.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11A9)) + (segment (start 143.14 122.94) (end 140.83 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11AA)) + (segment (start 143.9 123.7) (end 143.14 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11AB)) + (segment (start 157.895565 125.039998) (end 157.895705 125.039858) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11AC)) + (segment (start 151.4 125.079996) (end 151.360002 125.039998) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11AD)) + (segment (start 151.4 128) (end 151.4 125.079996) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11AE)) + (segment (start 151.360002 125.039998) (end 157.895565 125.039998) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11AF)) + (via (at 151.360002 125.039998) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11B0)) + (segment (start 150.068569 125.039998) (end 151.360002 125.039998) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11B1)) + (segment (start 151.360002 125.039998) (end 151.360002 123.560002) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11B2)) + (segment (start 150.74 122.94) (end 148.43 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11B3)) + (segment (start 151.360002 123.560002) (end 150.74 122.94) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11B4)) + (segment (start 157.935563 125) (end 157.895565 125.039998) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11B5)) + (via (at 159.2 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11B6)) + (segment (start 159.2 128) (end 159.2 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11B7)) + (segment (start 159.2 125) (end 157.935563 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11B8)) + (segment (start 159.2 125) (end 159.2 123.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11B9)) + (segment (start 158.36 122.96) (end 156.03 122.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11BA)) + (segment (start 159.2 123.8) (end 158.36 122.96) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11BB)) + (via (at 166.8 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11BC)) + (segment (start 166.77 125.03) (end 166.8 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11BD)) + (segment (start 166.77 127.99) (end 166.77 125.03) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11BE)) + (segment (start 159.2 125) (end 166.8 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11BF)) + (segment (start 166.8 125) (end 166.8 123.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C0)) + (segment (start 166.18 122.98) (end 163.63 122.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C1)) + (segment (start 166.8 123.6) (end 166.18 122.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C2)) + (segment (start 175.28 125) (end 180.28 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11C3)) + (via (at 174.2 125) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11C4)) + (segment (start 174.2 128) (end 174.2 125) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C5)) + (segment (start 174.2 125) (end 175.28 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11C6)) + (segment (start 166.8 125) (end 174.2 125) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11C7)) + (segment (start 174.2 125) (end 174.2 123.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C8)) + (segment (start 173.28 122.98) (end 171.23 122.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11C9)) + (segment (start 174.2 123.9) (end 173.28 122.98) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11CA)) + (via (at 120.3 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11CB)) + (segment (start 120.32 104.02) (end 120.3 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11CC)) + (segment (start 120.32 107.15) (end 120.32 104.02) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11CD)) + (segment (start 113.68 104) (end 120.3 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11CE)) + (segment (start 120.3 104) (end 120.3 103) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11CF)) + (segment (start 119.38 102.08) (end 118.03 102.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D0)) + (segment (start 120.3 103) (end 119.38 102.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D1)) + (via (at 127.9 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11D2)) + (segment (start 127.9 107.17) (end 127.9 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D3)) + (segment (start 120.3 104) (end 127.9 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11D4)) + (segment (start 127.9 104) (end 127.9 102.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D5)) + (segment (start 127.2 102.1) (end 125.65 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D6)) + (segment (start 127.9 102.8) (end 127.2 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D7)) + (via (at 135.4 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11D8)) + (segment (start 135.4 107.1) (end 135.4 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11D9)) + (segment (start 127.9 104) (end 135.4 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11DA)) + (segment (start 135.4 104) (end 135.4 102.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11DB)) + (segment (start 134.7 102.1) (end 133.23 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11DC)) + (segment (start 135.4 102.8) (end 134.7 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11DD)) + (via (at 143 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11DE)) + (segment (start 143 107.1) (end 143 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11DF)) + (segment (start 135.4 104) (end 143 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11E0)) + (segment (start 143 104) (end 143 102.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E1)) + (segment (start 142.4 102.1) (end 140.83 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E2)) + (segment (start 143 102.7) (end 142.4 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E3)) + (via (at 150.6 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11E4)) + (segment (start 150.6 107.1) (end 150.6 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E5)) + (segment (start 143 104) (end 150.6 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11E6)) + (segment (start 150.6 104) (end 150.6 102.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E7)) + (segment (start 149.8 102.1) (end 148.43 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E8)) + (segment (start 150.6 102.9) (end 149.8 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11E9)) + (via (at 158.3 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11EA)) + (segment (start 158.3 107.2) (end 158.3 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11EB)) + (segment (start 150.6 104) (end 158.3 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11EC)) + (segment (start 158.3 104) (end 158.3 102.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11ED)) + (segment (start 157.6 102.1) (end 156.03 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11EE)) + (segment (start 158.3 102.8) (end 157.6 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11EF)) + (via (at 165.8 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11F0)) + (segment (start 165.8 107.1) (end 165.8 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11F1)) + (segment (start 158.3 104) (end 165.8 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11F2)) + (segment (start 165.8 104) (end 165.8 102.7) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11F3)) + (segment (start 165.2 102.1) (end 163.63 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11F4)) + (segment (start 165.8 102.7) (end 165.2 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11F5)) + (segment (start 179.58 104) (end 179.88 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11F6)) + (segment (start 173.4 107.1) (end 173.4 104) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11F7)) + (segment (start 173.4 104) (end 179.58 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11F8)) + (via (at 173.4 104) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA11F9)) + (segment (start 165.8 104) (end 173.4 104) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA11FA)) + (segment (start 173.4 104) (end 173.4 102.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11FB)) + (segment (start 172.9 102.1) (end 171.23 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11FC)) + (segment (start 173.4 102.6) (end 172.9 102.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11FD)) + (segment (start 107.705 121.985001) (end 107.705 124.195) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11FE)) + (segment (start 107.705 124.195) (end 106 125.9) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA11FF)) + (segment (start 106 125.9) (end 106 129.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1200)) + (segment (start 106 129.8) (end 107.3 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1201)) + (segment (start 111.58 131.1) (end 111.98 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1202)) + (segment (start 111.98 128) (end 111.28 128.7) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1203)) + (segment (start 111.28 128.7) (end 111.28 130.3) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1204)) + (segment (start 112.58 128) (end 111.98 128) (width 0.5) (layer B.Cu) (net 4) (tstamp 60AA1205)) + (segment (start 113.6 128) (end 112.58 128) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1206)) + (via (at 112.58 128) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1207)) + (via (at 111.28 130.3) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 4) (tstamp 60AA1208)) + (segment (start 111.28 130.3) (end 111.28 131.08) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1209)) + (segment (start 111.28 131.08) (end 111.3 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120A)) + (segment (start 111.3 131.1) (end 111.98 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120B)) + (segment (start 107.3 131.1) (end 111.3 131.1) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120C)) + (segment (start 125.96 143.32) (end 126.74 142.54) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120D)) + (segment (start 112.68 143.32) (end 125.96 143.32) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120E)) + (segment (start 127.28 142) (end 126.74 142.54) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA120F)) + (segment (start 114.18 135.8) (end 114.18 136.6) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1210)) + (segment (start 113.169999 135.550001) (end 113.930001 135.550001) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1211)) + (segment (start 112.419998 134.8) (end 113.169999 135.550001) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1212)) + (segment (start 113.930001 135.550001) (end 114.18 135.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1213)) + (segment (start 111.96 134.8) (end 112.419998 134.8) (width 0.5) (layer F.Cu) (net 4) (tstamp 60AA1214)) + (segment (start 101.49 75.12) (end 101.48 75.11) (width 0.25) (layer F.Cu) (net 5) (tstamp 60AA1228)) + (segment (start 101.49 76.92) (end 101.49 75.12) (width 0.25) (layer F.Cu) (net 5) (tstamp 60AA1229)) + (segment (start 102.1 90.66) (end 102.1 87.8) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA122A)) + (segment (start 102.1 87.8) (end 104.5 85.4) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA122B)) + (segment (start 104.5 85.4) (end 104.5 77.8) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA122C)) + (segment (start 103.65 76.95) (end 101.5 76.95) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA122D)) + (segment (start 104.5 77.8) (end 103.65 76.95) (width 0.15) (layer F.Cu) (net 5) (tstamp 60AA122E)) + (segment (start 188.1 57.8) (end 187 57.8) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA153B)) + (segment (start 186.61 58.19) (end 186.61 58.99) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA153C)) + (segment (start 187 57.8) (end 186.61 58.19) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA153D)) + (segment (start 188.1 57) (end 188.1 57.8) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA153E)) + (segment (start 191.2 56.7) (end 188.4 56.7) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA153F)) + (segment (start 192 57.5) (end 191.2 56.7) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA1540)) + (segment (start 188.4 56.7) (end 188.1 57) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA1541)) + (segment (start 192 86.58) (end 192 57.5) (width 0.15) (layer F.Cu) (net 6) (tstamp 60AA1542)) + (segment (start 187.6 120.8) (end 186.48 120.8) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1543)) + (segment (start 186.23 121.05) (end 186.23 122) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1544)) + (segment (start 186.48 120.8) (end 186.23 121.05) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1545)) + (segment (start 187.6 114.38) (end 187.6 114.22) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1546)) + (segment (start 187.6 114.58) (end 187.6 114.38) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1547)) + (segment (start 187.6 120.8) (end 187.6 114.58) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1548)) + (segment (start 187.6 95.1) (end 187.6 114.58) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA1549)) + (segment (start 187.6 94.78) (end 187.6 95.1) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA154A)) + (segment (start 189.09 91.66) (end 187.6 93.15) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA154B)) + (segment (start 192 91.66) (end 189.09 91.66) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA154C)) + (segment (start 187.6 93.15) (end 187.6 95.1) (width 0.15) (layer F.Cu) (net 7) (tstamp 60AA154D)) + (via (at 114.18 139.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 60AA14D7)) + (segment (start 114.18 140.25) (end 114.18 139.2) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14D8)) + (segment (start 114.18 139.2) (end 114.18 138.3) (width 0.15) (layer B.Cu) (net 8) (tstamp 60AA14D9)) + (segment (start 114.18 138.3) (end 113.48 137.6) (width 0.15) (layer B.Cu) (net 8) (tstamp 60AA14DA)) + (segment (start 113.48 137.6) (end 111.58 137.6) (width 0.15) (layer B.Cu) (net 8) (tstamp 60AA14DB)) + (via (at 110.98 135.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 8) (tstamp 60AA14DC)) + (segment (start 110.98 137) (end 110.98 135.9) (width 0.15) (layer B.Cu) (net 8) (tstamp 60AA14DD)) + (segment (start 111.58 137.6) (end 110.98 137) (width 0.15) (layer B.Cu) (net 8) (tstamp 60AA14DE)) + (segment (start 110.98 134.82) (end 111 134.8) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14DF)) + (segment (start 110.98 135.9) (end 110.98 134.82) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E0)) + (segment (start 194.78 102) (end 193.58 100.8) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E1)) + (segment (start 173.12999 130.74999) (end 191.75001 130.74999) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E2)) + (segment (start 191.75001 130.74999) (end 194.78 127.72) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E3)) + (segment (start 173.08 130.7) (end 173.12999 130.74999) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E4)) + (segment (start 193.58 100.8) (end 192 100.8) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E5)) + (segment (start 138.28 135.3) (end 142.88 130.7) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E6)) + (segment (start 142.88 130.7) (end 173.08 130.7) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E7)) + (segment (start 126.78 135.3) (end 138.28 135.3) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E8)) + (segment (start 123.08 139) (end 126.78 135.3) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14E9)) + (segment (start 116.13 140.25) (end 117.38 139) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14EA)) + (segment (start 194.78 127.72) (end 194.78 102) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14EB)) + (segment (start 117.38 139) (end 123.08 139) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14EC)) + (segment (start 114.18 140.25) (end 116.13 140.25) (width 0.15) (layer F.Cu) (net 8) (tstamp 60AA14ED)) + (segment (start 138.43 136.55) (end 143.88 131.1) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14EE)) + (segment (start 143.88 131.1) (end 192.58 131.1) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14EF)) + (segment (start 192.58 131.1) (end 195.48 128.2) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F0)) + (segment (start 128.48 136.6) (end 128.43 136.55) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F1)) + (segment (start 128.48 137.82) (end 128.48 136.6) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F2)) + (segment (start 128.43 136.55) (end 138.43 136.55) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F3)) + (segment (start 127.28 136.55) (end 128.43 136.55) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F4)) + (segment (start 195.48 122.4) (end 195.48 99.4) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F5)) + (segment (start 195.48 128.2) (end 195.48 122.4) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F6)) + (segment (start 195.48 122.4) (end 195.48 122.3) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F7)) + (segment (start 194.34 98.26) (end 192 98.26) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F8)) + (segment (start 195.48 99.4) (end 194.34 98.26) (width 0.15) (layer F.Cu) (net 9) (tstamp 60AA14F9)) + (segment (start 106.68 140.25) (end 105.83 140.25) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA14FA)) + (segment (start 105.48 139.9) (end 105.48 138.78) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA14FB)) + (segment (start 105.83 140.25) (end 105.48 139.9) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA14FC)) + (via (at 108.78 140.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 10) (tstamp 60AA14FD)) + (segment (start 108.73 140.25) (end 108.78 140.2) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA14FE)) + (segment (start 106.68 140.25) (end 108.73 140.25) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA14FF)) + (segment (start 108.78 140.2) (end 114.031002 140.2) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA1500)) + (segment (start 114.031002 140.2) (end 120.98 140.2) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA1501)) + (via (at 128.38 134.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 10) (tstamp 60AA1502)) + (segment (start 126.68 134.5) (end 128.38 134.5) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA1503)) + (segment (start 120.98 140.2) (end 126.68 134.5) (width 0.15) (layer B.Cu) (net 10) (tstamp 60AA1504)) + (segment (start 193.98 123.8) (end 193.98 123.6) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA1505)) + (segment (start 193.32 103.34) (end 192 103.34) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA1506)) + (segment (start 193.98 104) (end 193.32 103.34) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA1507)) + (segment (start 193.98 123.8) (end 193.98 104) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA1508)) + (segment (start 193.98 127.22) (end 193.98 123.8) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA1509)) + (segment (start 190.9 130.3) (end 193.98 127.22) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA150A)) + (segment (start 142.28 130.3) (end 190.9 130.3) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA150B)) + (segment (start 138.08 134.5) (end 142.28 130.3) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA150C)) + (segment (start 128.38 134.5) (end 138.08 134.5) (width 0.15) (layer F.Cu) (net 10) (tstamp 60AA150D)) + (segment (start 114.18 133.4) (end 114.2 133.38) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA150E)) + (segment (start 114.18 134.75) (end 114.18 133.4) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA150F)) + (segment (start 112.88 133.38) (end 114.2 133.38) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1510)) + (segment (start 141.98 129.9) (end 189.7 129.9) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1511)) + (segment (start 138.5 133.38) (end 141.98 129.9) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1512)) + (segment (start 114.2 133.38) (end 138.5 133.38) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1513)) + (segment (start 192 110.6) (end 192 127.6) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1514)) + (segment (start 189.7 129.9) (end 191.9 127.7) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1515)) + (segment (start 192 105.88) (end 192 110.6) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1516)) + (segment (start 192 127.6) (end 191.9 127.7) (width 0.15) (layer F.Cu) (net 11) (tstamp 60AA1517)) + (segment (start 104.08 120.6) (end 104.055 120.575) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA154E)) + (segment (start 105.42 120.6) (end 104.08 120.6) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA154F)) + (segment (start 104.055 121.985001) (end 104.055 120.575) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1550)) + (segment (start 104.055 120.575) (end 104.055 109.845) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1551)) + (segment (start 104.055 109.845) (end 105.3 108.6) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1552)) + (segment (start 105.3 108.6) (end 105.3 104) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1553)) + (segment (start 104.64 103.34) (end 102 103.34) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1554)) + (segment (start 105.3 104) (end 104.64 103.34) (width 0.15) (layer F.Cu) (net 12) (tstamp 60AA1555)) + (segment (start 180.88 146.1) (end 196.08 130.9) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1518)) + (segment (start 140.08 146.1) (end 180.88 146.1) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1519)) + (segment (start 138.26 144.28) (end 140.08 146.1) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151A)) + (segment (start 114.18 144.3) (end 114.16 144.28) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151B)) + (segment (start 114.18 145.75) (end 114.18 144.3) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151C)) + (segment (start 114.16 144.28) (end 138.26 144.28) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151D)) + (segment (start 112.68 144.28) (end 114.16 144.28) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151E)) + (segment (start 196.08 130.9) (end 196.08 123.4) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA151F)) + (segment (start 196.08 123.4) (end 196.08 123.2) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1520)) + (segment (start 196.08 123.4) (end 196.08 98.03) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1521)) + (segment (start 196.08 98.03) (end 196.08 97.7) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1522)) + (segment (start 194.76 94.2) (end 196.08 95.52) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1523)) + (segment (start 192 94.2) (end 194.76 94.2) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1524)) + (segment (start 196.08 98.03) (end 196.08 95.52) (width 0.15) (layer F.Cu) (net 13) (tstamp 60AA1525)) + (via (at 104.68 61.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 14) (tstamp 60AA1526)) + (segment (start 105.88 68.9) (end 108.78 71.8) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1527)) + (segment (start 188.08 68.7) (end 188.08 69) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1528)) + (segment (start 104.11 60.63) (end 104.68 61.2) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA1529)) + (segment (start 105.88 62.4) (end 105.88 68.9) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA152A)) + (segment (start 104.11 58.09) (end 104.3 57.9) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA152B)) + (segment (start 104.3 57.9) (end 105.5 57.9) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA152C)) + (segment (start 104.11 59.015) (end 104.11 58.09) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA152D)) + (segment (start 178.28 71.8) (end 183.18 66.9) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA152E)) + (segment (start 187.28 66.9) (end 188.08 67.7) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA152F)) + (segment (start 104.68 61.2) (end 105.88 62.4) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1530)) + (segment (start 188.08 67.7) (end 188.08 69) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1531)) + (segment (start 183.18 66.9) (end 187.28 66.9) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1532)) + (segment (start 108.78 71.8) (end 178.28 71.8) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1533)) + (segment (start 104.11 59.015) (end 104.11 60.63) (width 0.15) (layer F.Cu) (net 14) (tstamp 60AA1534)) + (segment (start 188.08 69) (end 188.08 85.92) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1535)) + (segment (start 192 89.12) (end 188.97 89.12) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1536)) + (segment (start 188.08 88.23) (end 188.08 86.68) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1537)) + (segment (start 188.97 89.12) (end 188.08 88.23) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1538)) + (segment (start 188.08 86.68) (end 188.08 86.83) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA1539)) + (segment (start 188.08 85.92) (end 188.08 86.68) (width 0.15) (layer B.Cu) (net 14) (tstamp 60AA153A)) + (segment (start 122.24 128) (end 122.78 128) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1234)) + (segment (start 122.93 127.85) (end 122.93 126.16) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1235)) + (segment (start 122.78 128) (end 122.93 127.85) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1236)) + (segment (start 129.66 127.95) (end 130.13 127.95) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1237)) + (segment (start 130.53 127.55) (end 130.53 126.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1238)) + (segment (start 130.13 127.95) (end 130.53 127.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1239)) + (segment (start 137.26 127.95) (end 137.73 127.95) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123A)) + (segment (start 138.13 127.55) (end 138.13 126.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123B)) + (segment (start 137.73 127.95) (end 138.13 127.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123C)) + (segment (start 144.86 127.98) (end 145.5 127.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123D)) + (segment (start 145.73 127.75) (end 145.73 126.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123E)) + (segment (start 145.5 127.98) (end 145.73 127.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA123F)) + (segment (start 152.36 128) (end 152.98 128) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1240)) + (segment (start 153.33 127.65) (end 153.33 126.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1241)) + (segment (start 152.98 128) (end 153.33 127.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1242)) + (segment (start 160.16 128) (end 160.48 128) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1243)) + (segment (start 160.93 127.55) (end 160.93 126.16) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1244)) + (segment (start 160.48 128) (end 160.93 127.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1245)) + (segment (start 167.73 127.99) (end 168.19 127.99) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1246)) + (segment (start 168.53 127.65) (end 168.53 126.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1247)) + (segment (start 168.19 127.99) (end 168.53 127.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1248)) + (segment (start 175.16 128) (end 175.78 128) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1249)) + (segment (start 176.13 127.65) (end 176.13 126.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124A)) + (segment (start 175.78 128) (end 176.13 127.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124B)) + (segment (start 182.94 128.02) (end 183.36 128.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124C)) + (segment (start 183.73 127.65) (end 183.73 126.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124D)) + (segment (start 183.36 128.02) (end 183.73 127.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124E)) + (segment (start 182.96 121) (end 183.38 121) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA124F)) + (segment (start 183.73 120.65) (end 183.73 119.16) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1250)) + (segment (start 183.38 121) (end 183.73 120.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1251)) + (segment (start 175.16 121.08) (end 175.6 121.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1252)) + (segment (start 176.13 120.55) (end 176.13 119.21) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1253)) + (segment (start 175.6 121.08) (end 176.13 120.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1254)) + (segment (start 167.64 121.08) (end 168.1 121.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1255)) + (segment (start 168.53 120.65) (end 168.53 119.21) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1256)) + (segment (start 168.1 121.08) (end 168.53 120.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1257)) + (segment (start 159.16 121.07) (end 160.41 121.07) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1258)) + (segment (start 160.93 120.55) (end 160.93 119.23) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1259)) + (segment (start 160.41 121.07) (end 160.93 120.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125A)) + (segment (start 151.54 121.07) (end 152.71 121.07) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125B)) + (segment (start 153.33 120.45) (end 153.33 119.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125C)) + (segment (start 152.71 121.07) (end 153.33 120.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125D)) + (segment (start 144.06 121.1) (end 145.28 121.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125E)) + (segment (start 145.73 120.65) (end 145.73 119.23) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA125F)) + (segment (start 145.28 121.1) (end 145.73 120.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1260)) + (segment (start 136.36 121.1) (end 137.58 121.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1261)) + (segment (start 138.13 120.55) (end 138.13 119.24) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1262)) + (segment (start 137.58 121.1) (end 138.13 120.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1263)) + (segment (start 128.68 121.04) (end 130.14 121.04) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1264)) + (segment (start 130.53 120.65) (end 130.53 119.23) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1265)) + (segment (start 130.14 121.04) (end 130.53 120.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1266)) + (segment (start 121.18 121.13) (end 122.45 121.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1267)) + (segment (start 122.93 120.65) (end 122.93 119.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1268)) + (segment (start 122.45 121.13) (end 122.93 120.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1269)) + (segment (start 113.56 121.1) (end 114.68 121.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126A)) + (segment (start 115.33 120.45) (end 115.33 119.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126B)) + (segment (start 114.68 121.1) (end 115.33 120.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126C)) + (segment (start 114.56 128) (end 114.98 128) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126D)) + (segment (start 115.33 127.65) (end 115.33 126.17) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126E)) + (segment (start 114.98 128) (end 115.33 127.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA126F)) + (segment (start 113.56 114.17) (end 114.91 114.17) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1270)) + (segment (start 115.33 113.75) (end 115.33 112.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1271)) + (segment (start 114.91 114.17) (end 115.33 113.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1272)) + (segment (start 121.16 114.15) (end 122.53 114.15) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1273)) + (segment (start 122.93 113.75) (end 122.93 112.23) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1274)) + (segment (start 122.53 114.15) (end 122.93 113.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1275)) + (segment (start 128.84 114.08) (end 130.2 114.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1276)) + (segment (start 130.53 113.75) (end 130.53 112.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1277)) + (segment (start 130.2 114.08) (end 130.53 113.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1278)) + (segment (start 136.38 114.04) (end 137.74 114.04) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1279)) + (segment (start 138.13 113.65) (end 138.13 112.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127A)) + (segment (start 137.74 114.04) (end 138.13 113.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127B)) + (segment (start 143.98 114) (end 145.18 114) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127C)) + (segment (start 145.73 113.45) (end 145.73 112.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127D)) + (segment (start 145.18 114) (end 145.73 113.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127E)) + (segment (start 151.56 114) (end 152.68 114) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA127F)) + (segment (start 153.33 113.35) (end 153.33 112.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1280)) + (segment (start 152.68 114) (end 153.33 113.35) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1281)) + (segment (start 159.16 114.08) (end 160.4 114.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1282)) + (segment (start 160.93 113.55) (end 160.93 112.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1283)) + (segment (start 160.4 114.08) (end 160.93 113.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1284)) + (segment (start 166.88 114) (end 168.08 114) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1285)) + (segment (start 168.53 113.55) (end 168.53 112.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1286)) + (segment (start 168.08 114) (end 168.53 113.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1287)) + (segment (start 174.46 114.05) (end 175.53 114.05) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1288)) + (segment (start 176.13 113.45) (end 176.13 112.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1289)) + (segment (start 175.53 114.05) (end 176.13 113.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128A)) + (segment (start 181.86 114) (end 183.18 114) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128B)) + (segment (start 183.73 113.45) (end 183.73 112.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128C)) + (segment (start 183.18 114) (end 183.73 113.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128D)) + (segment (start 181.96 107.1) (end 183.08 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128E)) + (segment (start 183.73 106.45) (end 183.73 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA128F)) + (segment (start 183.08 107.1) (end 183.73 106.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1290)) + (segment (start 174.36 107.1) (end 175.58 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1291)) + (segment (start 176.13 106.55) (end 176.13 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1292)) + (segment (start 175.58 107.1) (end 176.13 106.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1293)) + (segment (start 166.76 107.1) (end 168.08 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1294)) + (segment (start 168.53 106.65) (end 168.53 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1295)) + (segment (start 168.08 107.1) (end 168.53 106.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1296)) + (segment (start 159.26 107.2) (end 160.58 107.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1297)) + (segment (start 160.93 106.85) (end 160.93 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1298)) + (segment (start 160.58 107.2) (end 160.93 106.85) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1299)) + (segment (start 151.56 107.1) (end 152.98 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129A)) + (segment (start 153.33 106.75) (end 153.33 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129B)) + (segment (start 152.98 107.1) (end 153.33 106.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129C)) + (segment (start 143.96 107.1) (end 145.28 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129D)) + (segment (start 145.73 106.65) (end 145.73 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129E)) + (segment (start 145.28 107.1) (end 145.73 106.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA129F)) + (segment (start 136.36 107.1) (end 137.78 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A0)) + (segment (start 138.13 106.75) (end 138.13 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A1)) + (segment (start 137.78 107.1) (end 138.13 106.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A2)) + (segment (start 128.86 107.17) (end 130.01 107.17) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A3)) + (segment (start 130.53 106.65) (end 130.53 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A4)) + (segment (start 130.01 107.17) (end 130.53 106.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A5)) + (segment (start 121.28 107.15) (end 122.33 107.15) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A6)) + (segment (start 122.93 106.55) (end 122.93 105.28) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A7)) + (segment (start 122.33 107.15) (end 122.93 106.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A8)) + (segment (start 113.66 107.2) (end 114.88 107.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12A9)) + (segment (start 115.33 106.75) (end 115.33 105.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AA)) + (segment (start 114.88 107.2) (end 115.33 106.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AB)) + (segment (start 113.58 100.2) (end 114.98 100.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AC)) + (segment (start 115.33 99.85) (end 115.33 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AD)) + (segment (start 114.98 100.2) (end 115.33 99.85) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AE)) + (segment (start 121.16 100.2) (end 122.48 100.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12AF)) + (segment (start 122.93 99.75) (end 122.93 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B0)) + (segment (start 122.48 100.2) (end 122.93 99.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B1)) + (segment (start 128.76 100.2) (end 130.08 100.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B2)) + (segment (start 130.53 99.75) (end 130.53 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B3)) + (segment (start 130.08 100.2) (end 130.53 99.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B4)) + (segment (start 136.59 100.12) (end 137.66 100.12) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B5)) + (segment (start 138.13 99.65) (end 138.13 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B6)) + (segment (start 137.66 100.12) (end 138.13 99.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B7)) + (segment (start 144.06 100.14) (end 145.34 100.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B8)) + (segment (start 145.73 99.75) (end 145.73 98.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12B9)) + (segment (start 145.34 100.14) (end 145.73 99.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BA)) + (segment (start 151.66 100.13) (end 152.75 100.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BB)) + (segment (start 153.33 99.55) (end 153.33 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BC)) + (segment (start 152.75 100.13) (end 153.33 99.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BD)) + (segment (start 160.93 99.55) (end 160.93 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BE)) + (segment (start 160.38 100.1) (end 160.93 99.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12BF)) + (segment (start 159.16 100.1) (end 160.38 100.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C0)) + (segment (start 166.76 100.1) (end 167.98 100.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C1)) + (segment (start 168.53 99.55) (end 168.53 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C2)) + (segment (start 167.98 100.1) (end 168.53 99.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C3)) + (segment (start 174.36 100.1) (end 175.68 100.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C4)) + (segment (start 176.13 99.65) (end 176.13 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C5)) + (segment (start 175.68 100.1) (end 176.13 99.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C6)) + (segment (start 181.96 100.1) (end 183.38 100.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C7)) + (segment (start 183.73 99.75) (end 183.73 98.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C8)) + (segment (start 183.38 100.1) (end 183.73 99.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12C9)) + (segment (start 181.84 93.1) (end 183.28 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CA)) + (segment (start 183.73 92.65) (end 183.73 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CB)) + (segment (start 183.28 93.1) (end 183.73 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CC)) + (segment (start 174.36 93.1) (end 175.78 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CD)) + (segment (start 176.13 92.75) (end 176.13 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CE)) + (segment (start 175.78 93.1) (end 176.13 92.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12CF)) + (segment (start 166.76 93.1) (end 168.28 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D0)) + (segment (start 168.53 92.85) (end 168.53 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D1)) + (segment (start 168.28 93.1) (end 168.53 92.85) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D2)) + (segment (start 159.16 93.1) (end 160.48 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D3)) + (segment (start 160.93 92.65) (end 160.93 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D4)) + (segment (start 160.48 93.1) (end 160.93 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D5)) + (segment (start 151.66 93.13) (end 152.85 93.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D6)) + (segment (start 153.33 92.65) (end 153.33 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D7)) + (segment (start 152.85 93.13) (end 153.33 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D8)) + (segment (start 143.96 93.1) (end 145.28 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12D9)) + (segment (start 145.73 92.65) (end 145.73 91.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DA)) + (segment (start 145.28 93.1) (end 145.73 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DB)) + (segment (start 136.36 93.1) (end 137.68 93.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DC)) + (segment (start 138.13 92.65) (end 138.13 91.24) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DD)) + (segment (start 137.68 93.1) (end 138.13 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DE)) + (segment (start 128.84 93.14) (end 129.94 93.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12DF)) + (segment (start 130.53 92.55) (end 130.53 91.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E0)) + (segment (start 129.94 93.14) (end 130.53 92.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E1)) + (segment (start 121.16 93.2) (end 122.38 93.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E2)) + (segment (start 122.93 92.65) (end 122.93 91.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E3)) + (segment (start 122.38 93.2) (end 122.93 92.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E4)) + (segment (start 113.56 93.2) (end 114.68 93.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E5)) + (segment (start 115.33 92.55) (end 115.33 91.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E6)) + (segment (start 114.68 93.2) (end 115.33 92.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E7)) + (segment (start 113.56 86.2) (end 114.68 86.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E8)) + (segment (start 115.33 85.55) (end 115.33 84.29) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12E9)) + (segment (start 114.68 86.2) (end 115.33 85.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12EA)) + (segment (start 121.26 86.19) (end 122.49 86.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12EB)) + (segment (start 122.93 85.75) (end 122.93 84.29) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12EC)) + (segment (start 122.49 86.19) (end 122.93 85.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12ED)) + (segment (start 128.84 86.15) (end 130.03 86.15) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12EE)) + (segment (start 130.53 85.65) (end 130.53 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12EF)) + (segment (start 130.03 86.15) (end 130.53 85.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F0)) + (segment (start 136.36 86.1) (end 137.68 86.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F1)) + (segment (start 138.13 85.65) (end 138.13 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F2)) + (segment (start 137.68 86.1) (end 138.13 85.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F3)) + (segment (start 143.88 86.1) (end 145.28 86.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F4)) + (segment (start 145.73 85.65) (end 145.73 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F5)) + (segment (start 145.28 86.1) (end 145.73 85.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F6)) + (segment (start 151.56 86.2) (end 152.78 86.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F7)) + (segment (start 153.33 85.65) (end 153.33 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F8)) + (segment (start 152.78 86.2) (end 153.33 85.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12F9)) + (segment (start 159.24 86.1) (end 160.38 86.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FA)) + (segment (start 160.93 85.55) (end 160.93 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FB)) + (segment (start 160.38 86.1) (end 160.93 85.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FC)) + (segment (start 166.76 86.1) (end 167.98 86.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FD)) + (segment (start 168.53 85.55) (end 168.53 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FE)) + (segment (start 167.98 86.1) (end 168.53 85.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA12FF)) + (segment (start 174.34 86.1) (end 175.58 86.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1300)) + (segment (start 176.13 85.55) (end 176.13 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1301)) + (segment (start 175.58 86.1) (end 176.13 85.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1302)) + (segment (start 181.78 86.09) (end 183.09 86.09) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1303)) + (segment (start 183.73 85.45) (end 183.73 84.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1304)) + (segment (start 183.09 86.09) (end 183.73 85.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1305)) + (segment (start 181.96 79.1) (end 183.18 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1306)) + (segment (start 183.73 78.55) (end 183.73 77.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1307)) + (segment (start 183.18 79.1) (end 183.73 78.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1308)) + (segment (start 174.41 79.1) (end 175.68 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1309)) + (segment (start 176.13 78.65) (end 176.13 77.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130A)) + (segment (start 175.68 79.1) (end 176.13 78.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130B)) + (segment (start 166.79 79.12) (end 168.16 79.12) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130C)) + (segment (start 168.53 78.75) (end 168.53 77.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130D)) + (segment (start 168.16 79.12) (end 168.53 78.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130E)) + (segment (start 159.1 79.13) (end 160.25 79.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA130F)) + (segment (start 160.93 78.45) (end 160.93 77.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1310)) + (segment (start 160.25 79.13) (end 160.93 78.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1311)) + (segment (start 151.54 79.1) (end 152.98 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1312)) + (segment (start 153.39 78.69) (end 153.39 77.25) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1313)) + (segment (start 152.98 79.1) (end 153.39 78.69) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1314)) + (segment (start 143.91 79.1) (end 145.18 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1315)) + (segment (start 145.73 78.55) (end 145.73 77.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1316)) + (segment (start 145.18 79.1) (end 145.73 78.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1317)) + (segment (start 136.31 79.18) (end 137.6 79.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1318)) + (segment (start 138.13 78.65) (end 138.13 77.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1319)) + (segment (start 137.6 79.18) (end 138.13 78.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131A)) + (segment (start 128.77 79.14) (end 130.04 79.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131B)) + (segment (start 130.53 78.65) (end 130.53 77.28) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131C)) + (segment (start 130.04 79.14) (end 130.53 78.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131D)) + (segment (start 121.26 79.1) (end 122.28 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131E)) + (segment (start 122.93 78.45) (end 122.93 77.27) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA131F)) + (segment (start 122.28 79.1) (end 122.93 78.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1320)) + (segment (start 113.68 79.16) (end 114.72 79.16) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1321)) + (segment (start 115.33 78.55) (end 115.33 77.26) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1322)) + (segment (start 114.72 79.16) (end 115.33 78.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1323)) + (segment (start 113.68 72.18) (end 114.8 72.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1324)) + (segment (start 115.33 71.65) (end 115.33 70.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1325)) + (segment (start 114.8 72.18) (end 115.33 71.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1326)) + (segment (start 122.93 71.45) (end 122.93 70.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1327)) + (segment (start 122.3 72.08) (end 122.93 71.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1328)) + (segment (start 121.26 72.08) (end 122.3 72.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1329)) + (segment (start 128.96 72.1) (end 130.08 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132A)) + (segment (start 130.53 71.65) (end 130.53 70.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132B)) + (segment (start 130.08 72.1) (end 130.53 71.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132C)) + (segment (start 136.36 72.1) (end 137.48 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132D)) + (segment (start 138.13 71.45) (end 138.13 70.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132E)) + (segment (start 137.48 72.1) (end 138.13 71.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA132F)) + (segment (start 143.94 72.1) (end 145.18 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1330)) + (segment (start 145.73 71.55) (end 145.73 70.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1331)) + (segment (start 145.18 72.1) (end 145.73 71.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1332)) + (segment (start 151.66 72.13) (end 152.75 72.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1333)) + (segment (start 153.33 71.55) (end 153.33 70.24) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1334)) + (segment (start 152.75 72.13) (end 153.33 71.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1335)) + (segment (start 159.26 72.1) (end 160.38 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1336)) + (segment (start 160.93 71.55) (end 160.93 70.25) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1337)) + (segment (start 160.38 72.1) (end 160.93 71.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1338)) + (segment (start 166.76 72.1) (end 167.88 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1339)) + (segment (start 168.53 71.45) (end 168.53 70.26) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133A)) + (segment (start 167.88 72.1) (end 168.53 71.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133B)) + (segment (start 174.46 72.1) (end 175.58 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133C)) + (segment (start 176.13 71.55) (end 176.13 70.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133D)) + (segment (start 175.58 72.1) (end 176.13 71.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133E)) + (segment (start 181.86 72.1) (end 183.18 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA133F)) + (segment (start 183.73 71.55) (end 183.73 70.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1340)) + (segment (start 183.18 72.1) (end 183.73 71.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1341)) + (segment (start 181.96 65.06) (end 183.32 65.06) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1342)) + (segment (start 183.73 64.65) (end 183.73 63.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1343)) + (segment (start 183.32 65.06) (end 183.73 64.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1344)) + (segment (start 174.36 65.09) (end 175.69 65.09) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1345)) + (segment (start 176.13 64.65) (end 176.13 63.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1346)) + (segment (start 175.69 65.09) (end 176.13 64.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1347)) + (segment (start 166.76 65.1) (end 168.18 65.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1348)) + (segment (start 168.53 64.75) (end 168.53 63.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1349)) + (segment (start 168.18 65.1) (end 168.53 64.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134A)) + (segment (start 159.26 65.1) (end 160.38 65.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134B)) + (segment (start 160.93 64.55) (end 160.93 63.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134C)) + (segment (start 160.38 65.1) (end 160.93 64.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134D)) + (segment (start 151.56 65.1) (end 152.98 65.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134E)) + (segment (start 153.33 64.75) (end 153.33 63.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA134F)) + (segment (start 152.98 65.1) (end 153.33 64.75) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1350)) + (segment (start 144.16 65.02) (end 145.06 65.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1351)) + (segment (start 145.73 64.35) (end 145.73 63.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1352)) + (segment (start 145.06 65.02) (end 145.73 64.35) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1353)) + (segment (start 136.46 65.08) (end 137.7 65.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1354)) + (segment (start 138.13 64.65) (end 138.13 63.183) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1355)) + (segment (start 137.7 65.08) (end 138.13 64.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1356)) + (segment (start 128.9 65.11) (end 129.87 65.11) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1357)) + (segment (start 130.53 64.45) (end 130.53 63.183) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1358)) + (segment (start 129.87 65.11) (end 130.53 64.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1359)) + (segment (start 121.26 65.08) (end 122.3 65.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135A)) + (segment (start 122.93 64.45) (end 122.93 63.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135B)) + (segment (start 122.3 65.08) (end 122.93 64.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135C)) + (segment (start 113.56 65.1) (end 114.68 65.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135D)) + (segment (start 115.337 64.443) (end 115.337 63.183) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135E)) + (segment (start 114.68 65.1) (end 115.337 64.443) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA135F)) + (segment (start 145.73 54.65) (end 144.78 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1360)) + (segment (start 115.304 52.276) (end 115.304 53.676) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1361)) + (segment (start 114.79 54.19) (end 113.42 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1362)) + (segment (start 115.304 53.676) (end 114.79 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1363)) + (segment (start 122.93 52.246) (end 122.93 53.45) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1364)) + (segment (start 122.19 54.19) (end 120.96 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1365)) + (segment (start 122.93 53.45) (end 122.19 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1366)) + (segment (start 120.96 54.19) (end 120.96 55.58) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1367)) + (segment (start 120.96 55.58) (end 120.98 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1368)) + (segment (start 130.53 52.226) (end 130.53 53.55) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1369)) + (segment (start 130.53 53.55) (end 129.88 54.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136A)) + (segment (start 128.15 54.2) (end 128.14 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136B)) + (segment (start 129.88 54.2) (end 128.15 54.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136C)) + (segment (start 128.14 54.19) (end 128.14 55.54) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136D)) + (segment (start 128.08 55.6) (end 120.98 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136E)) + (segment (start 128.14 55.54) (end 128.08 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA136F)) + (segment (start 138.13 52.176) (end 138.13 53.05) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1370)) + (segment (start 137.07 54.11) (end 135.86 54.11) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1371)) + (segment (start 138.13 53.05) (end 137.07 54.11) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1372)) + (segment (start 135.86 54.11) (end 135.86 55.58) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1373)) + (segment (start 135.88 55.6) (end 128.08 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1374)) + (segment (start 135.86 55.58) (end 135.88 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1375)) + (segment (start 144.78 55.6) (end 135.88 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1376)) + (segment (start 145.68 54) (end 145.73 53.95) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1377)) + (segment (start 144.74 54) (end 145.68 54) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1378)) + (segment (start 145.73 53.95) (end 145.73 54.65) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1379)) + (segment (start 145.73 52.2) (end 145.73 53.95) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137A)) + (segment (start 181.96 65.72) (end 181.96 65.06) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137B)) + (segment (start 181.68 66) (end 181.96 65.72) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137C)) + (segment (start 174.36 65.88) (end 174.48 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137D)) + (segment (start 174.36 65.09) (end 174.36 65.88) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137E)) + (segment (start 174.48 66) (end 181.68 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA137F)) + (segment (start 166.76 65.1) (end 166.76 65.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1380)) + (segment (start 166.78 66) (end 174.48 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1381)) + (segment (start 166.76 65.98) (end 166.78 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1382)) + (segment (start 159.26 65.98) (end 159.28 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1383)) + (segment (start 159.26 65.1) (end 159.26 65.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1384)) + (segment (start 159.28 66) (end 166.78 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1385)) + (segment (start 151.56 65.1) (end 151.56 65.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1386)) + (segment (start 151.56 65.98) (end 151.58 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1387)) + (segment (start 151.58 66) (end 159.28 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1388)) + (segment (start 144.16 65.98) (end 144.18 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1389)) + (segment (start 144.16 65.02) (end 144.16 65.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138A)) + (segment (start 144.18 66) (end 151.58 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138B)) + (segment (start 136.46 65.08) (end 136.46 65.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138C)) + (segment (start 136.38 66) (end 144.18 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138D)) + (segment (start 136.46 65.92) (end 136.38 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138E)) + (segment (start 128.9 65.82) (end 129.08 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA138F)) + (segment (start 128.9 65.11) (end 128.9 65.82) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1390)) + (segment (start 129.08 66) (end 136.38 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1391)) + (segment (start 121.26 65.08) (end 121.26 65.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1392)) + (segment (start 121.28 66) (end 129.08 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1393)) + (segment (start 121.26 65.98) (end 121.28 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1394)) + (segment (start 116.67 66) (end 121.28 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1395)) + (segment (start 181.96 79.62) (end 181.96 79.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1396)) + (segment (start 181.440001 80.139999) (end 181.96 79.62) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1397)) + (segment (start 174.41 80.13) (end 174.419999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1398)) + (segment (start 174.41 79.1) (end 174.41 80.13) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1399)) + (segment (start 174.419999 80.139999) (end 181.440001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139A)) + (segment (start 166.79 80.069998) (end 166.719999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139B)) + (segment (start 166.79 79.12) (end 166.79 80.069998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139C)) + (segment (start 166.719999 80.139999) (end 174.419999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139D)) + (segment (start 159.1 80.099998) (end 159.140001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139E)) + (segment (start 159.1 79.13) (end 159.1 80.099998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA139F)) + (segment (start 159.140001 80.139999) (end 166.719999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A0)) + (segment (start 151.540001 79.410001) (end 151.540001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A1)) + (segment (start 151.54 79.1) (end 151.540001 79.410001) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A2)) + (segment (start 151.540001 80.139999) (end 159.140001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A3)) + (segment (start 143.91 80.109998) (end 143.940001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A4)) + (segment (start 143.91 79.1) (end 143.91 80.109998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A5)) + (segment (start 143.940001 80.139999) (end 151.540001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A6)) + (segment (start 136.31 80.109998) (end 136.340001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A7)) + (segment (start 136.31 79.18) (end 136.31 80.109998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A8)) + (segment (start 136.340001 80.139999) (end 143.940001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13A9)) + (segment (start 128.77 80.09) (end 128.819999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AA)) + (segment (start 128.77 79.14) (end 128.77 80.09) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AB)) + (segment (start 128.819999 80.139999) (end 136.340001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AC)) + (segment (start 121.26 80.08) (end 121.319999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AD)) + (segment (start 121.26 79.1) (end 121.26 80.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AE)) + (segment (start 121.319999 80.139999) (end 128.819999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13AF)) + (segment (start 181.86 72.72) (end 181.86 72.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B0)) + (segment (start 181.48 73.1) (end 181.86 72.72) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B1)) + (segment (start 174.46 72.98) (end 174.58 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B2)) + (segment (start 174.46 72.1) (end 174.46 72.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B3)) + (segment (start 174.58 73.1) (end 181.48 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B4)) + (segment (start 166.76 73.08) (end 166.78 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B5)) + (segment (start 166.76 72.1) (end 166.76 73.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B6)) + (segment (start 166.78 73.1) (end 174.58 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B7)) + (segment (start 159.26 73.08) (end 159.28 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B8)) + (segment (start 159.26 72.1) (end 159.26 73.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13B9)) + (segment (start 159.28 73.1) (end 166.78 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BA)) + (segment (start 151.66 73.08) (end 151.68 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BB)) + (segment (start 151.66 72.13) (end 151.66 73.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BC)) + (segment (start 151.68 73.1) (end 159.28 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BD)) + (segment (start 143.94 73.04) (end 143.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BE)) + (segment (start 143.94 72.1) (end 143.94 73.04) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13BF)) + (segment (start 143.88 73.1) (end 151.68 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C0)) + (segment (start 136.36 73.02) (end 136.28 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C1)) + (segment (start 136.36 72.1) (end 136.36 73.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C2)) + (segment (start 136.28 73.1) (end 143.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C3)) + (segment (start 128.96 73.02) (end 128.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C4)) + (segment (start 128.96 72.1) (end 128.96 73.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C5)) + (segment (start 128.88 73.1) (end 136.28 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C6)) + (segment (start 121.26 73.02) (end 121.18 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C7)) + (segment (start 121.26 72.08) (end 121.26 73.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C8)) + (segment (start 121.18 73.1) (end 128.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13C9)) + (segment (start 132.089999 87.119999) (end 132.119999 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CA)) + (segment (start 181.78 86.579998) (end 181.78 86.09) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CB)) + (segment (start 181.269999 87.089999) (end 181.78 86.579998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CC)) + (segment (start 174.34 87.039998) (end 174.390001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CD)) + (segment (start 174.34 86.1) (end 174.34 87.039998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CE)) + (segment (start 174.390001 87.089999) (end 181.269999 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13CF)) + (segment (start 166.76 87.059998) (end 166.790001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D0)) + (segment (start 166.76 86.1) (end 166.76 87.059998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D1)) + (segment (start 166.790001 87.089999) (end 174.390001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D2)) + (segment (start 159.24 87.039998) (end 159.290001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D3)) + (segment (start 159.290001 87.089999) (end 166.790001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D4)) + (segment (start 159.24 86.1) (end 159.24 87.039998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D5)) + (segment (start 151.56 86.999998) (end 151.469999 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D6)) + (segment (start 151.469999 87.089999) (end 159.290001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D7)) + (segment (start 151.56 86.2) (end 151.56 86.999998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D8)) + (segment (start 143.88 87) (end 143.790001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13D9)) + (segment (start 143.88 86.1) (end 143.88 87) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DA)) + (segment (start 143.790001 87.089999) (end 151.469999 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DB)) + (segment (start 136.36 87.059998) (end 136.390001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DC)) + (segment (start 136.36 86.1) (end 136.36 87.059998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DD)) + (segment (start 136.390001 87.089999) (end 143.790001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DE)) + (segment (start 132.119999 87.089999) (end 136.390001 87.089999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13DF)) + (segment (start 128.84 86.999998) (end 128.960001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E0)) + (segment (start 128.84 86.15) (end 128.84 86.999998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E1)) + (segment (start 128.960001 87.119999) (end 132.089999 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E2)) + (segment (start 121.260001 86.500001) (end 121.260001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E3)) + (segment (start 121.26 86.19) (end 121.260001 86.500001) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E4)) + (segment (start 121.260001 87.119999) (end 128.960001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E5)) + (segment (start 174.36 94.08) (end 174.38 94.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E6)) + (segment (start 174.36 93.1) (end 174.36 94.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E7)) + (segment (start 166.76 94.08) (end 166.78 94.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E8)) + (segment (start 166.76 93.1) (end 166.76 94.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13E9)) + (segment (start 159.16 93.98) (end 159.28 94.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13EA)) + (segment (start 159.16 93.1) (end 159.16 93.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13EB)) + (segment (start 151.66 94.08) (end 151.68 94.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13EC)) + (segment (start 151.66 93.13) (end 151.66 94.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13ED)) + (segment (start 143.96 93.98) (end 144.08 94.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13EE)) + (segment (start 143.96 93.1) (end 143.96 93.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13EF)) + (segment (start 136.36 94.119998) (end 136.329999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F0)) + (segment (start 136.36 93.1) (end 136.36 94.119998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F1)) + (segment (start 136.329999 94.149999) (end 138.830001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F2)) + (segment (start 138.830001 94.149999) (end 139.240001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F3)) + (segment (start 139.689999 94.149999) (end 138.830001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F4)) + (segment (start 181.399999 94.119999) (end 139.719999 94.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F5)) + (segment (start 139.719999 94.119999) (end 139.689999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F6)) + (segment (start 181.84 93.679998) (end 181.399999 94.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F7)) + (segment (start 181.84 93.1) (end 181.84 93.679998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F8)) + (segment (start 128.84 94.139998) (end 128.829999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13F9)) + (segment (start 128.84 93.14) (end 128.84 94.139998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FA)) + (segment (start 128.829999 94.149999) (end 136.329999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FB)) + (segment (start 121.16 94.08) (end 121.229999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FC)) + (segment (start 121.16 93.2) (end 121.16 94.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FD)) + (segment (start 121.229999 94.149999) (end 128.829999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FE)) + (segment (start 116.899999 101.149999) (end 116.949998 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA13FF)) + (segment (start 181.96 100.72) (end 181.96 100.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1400)) + (segment (start 181.58 101.1) (end 181.96 100.72) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1401)) + (segment (start 174.36 101.08) (end 174.38 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1402)) + (segment (start 174.36 100.1) (end 174.36 101.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1403)) + (segment (start 174.38 101.1) (end 181.58 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1404)) + (segment (start 166.76 100.98) (end 166.88 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1405)) + (segment (start 166.88 101.1) (end 174.38 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1406)) + (segment (start 166.76 100.1) (end 166.76 100.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1407)) + (segment (start 159.16 101.08) (end 159.18 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1408)) + (segment (start 159.16 100.1) (end 159.16 101.08) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1409)) + (segment (start 159.18 101.1) (end 166.88 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140A)) + (segment (start 151.66 100.98) (end 151.78 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140B)) + (segment (start 151.66 100.13) (end 151.66 100.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140C)) + (segment (start 151.78 101.1) (end 159.18 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140D)) + (segment (start 144.06 100.98) (end 144.18 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140E)) + (segment (start 144.06 100.14) (end 144.06 100.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA140F)) + (segment (start 144.18 101.1) (end 151.78 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1410)) + (segment (start 136.59 100.12) (end 136.59 100.99) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1411)) + (segment (start 136.59 100.99) (end 136.48 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1412)) + (segment (start 136.48 101.1) (end 144.18 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1413)) + (segment (start 128.76 101.02) (end 128.68 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1414)) + (segment (start 128.68 101.1) (end 136.48 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1415)) + (segment (start 128.76 100.2) (end 128.76 101.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1416)) + (segment (start 121.16 100.2) (end 121.16 101.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1417)) + (segment (start 121.08 101.1) (end 128.68 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1418)) + (segment (start 121.16 101.02) (end 121.08 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1419)) + (segment (start 116.949998 101.1) (end 121.08 101.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141A)) + (segment (start 181.96 107.62) (end 181.96 107.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141B)) + (segment (start 181.550001 108.029999) (end 181.96 107.62) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141C)) + (segment (start 174.36 107.1) (end 174.36 107.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141D)) + (segment (start 174.36 107.92) (end 174.250001 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141E)) + (segment (start 174.250001 108.029999) (end 181.550001 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA141F)) + (segment (start 166.76 107.98) (end 166.809999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1420)) + (segment (start 166.76 107.1) (end 166.76 107.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1421)) + (segment (start 166.809999 108.029999) (end 174.250001 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1422)) + (segment (start 159.26 107.98) (end 159.309999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1423)) + (segment (start 159.26 107.2) (end 159.26 107.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1424)) + (segment (start 159.309999 108.029999) (end 166.809999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1425)) + (segment (start 151.56 107.1) (end 151.56 107.979998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1426)) + (segment (start 151.56 107.979998) (end 151.509999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1427)) + (segment (start 151.509999 108.029999) (end 159.309999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1428)) + (segment (start 143.96 107.98) (end 144.009999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1429)) + (segment (start 143.96 107.1) (end 143.96 107.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142A)) + (segment (start 144.009999 108.029999) (end 151.509999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142B)) + (segment (start 136.36 107.98) (end 136.409999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142C)) + (segment (start 136.36 107.1) (end 136.36 107.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142D)) + (segment (start 136.409999 108.029999) (end 144.009999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142E)) + (segment (start 128.86 107.88) (end 129.009999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA142F)) + (segment (start 128.86 107.17) (end 128.86 107.88) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1430)) + (segment (start 129.009999 108.029999) (end 136.409999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1431)) + (segment (start 121.28 108) (end 121.309999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1432)) + (segment (start 121.28 107.15) (end 121.28 108) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1433)) + (segment (start 121.309999 108.029999) (end 129.009999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1434)) + (segment (start 181.86 114.42) (end 181.86 114) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1435)) + (segment (start 181.270001 115.009999) (end 181.86 114.42) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1436)) + (segment (start 174.46 114.92) (end 174.370001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1437)) + (segment (start 174.46 114.05) (end 174.46 114.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1438)) + (segment (start 174.370001 115.009999) (end 181.270001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1439)) + (segment (start 166.88 115) (end 166.870001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143A)) + (segment (start 166.88 114) (end 166.88 115) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143B)) + (segment (start 166.870001 115.009999) (end 174.370001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143C)) + (segment (start 159.16 114.92) (end 159.070001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143D)) + (segment (start 159.16 114.08) (end 159.16 114.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143E)) + (segment (start 159.070001 115.009999) (end 166.870001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA143F)) + (segment (start 151.56 114.98) (end 151.589999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1440)) + (segment (start 151.56 114) (end 151.56 114.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1441)) + (segment (start 151.589999 115.009999) (end 159.070001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1442)) + (segment (start 143.98 114.9) (end 143.870001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1443)) + (segment (start 143.98 114) (end 143.98 114.9) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1444)) + (segment (start 143.870001 115.009999) (end 151.589999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1445)) + (segment (start 136.38 115) (end 136.389999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1446)) + (segment (start 136.38 114.04) (end 136.38 115) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1447)) + (segment (start 136.389999 115.009999) (end 143.870001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1448)) + (segment (start 128.84 114.96) (end 128.889999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1449)) + (segment (start 128.84 114.08) (end 128.84 114.96) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144A)) + (segment (start 128.889999 115.009999) (end 136.389999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144B)) + (segment (start 121.16 114.92) (end 121.070001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144C)) + (segment (start 121.070001 115.009999) (end 128.889999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144D)) + (segment (start 121.16 114.15) (end 121.16 114.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144E)) + (segment (start 116.749999 122.019999) (end 116.779999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA144F)) + (segment (start 182.96 121.62) (end 182.96 121) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1450)) + (segment (start 182.590001 121.989999) (end 182.96 121.62) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1451)) + (segment (start 175.16 121.98) (end 175.169999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1452)) + (segment (start 175.16 121.08) (end 175.16 121.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1453)) + (segment (start 175.169999 121.989999) (end 182.590001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1454)) + (segment (start 167.64 121.08) (end 167.64 121.96) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1455)) + (segment (start 167.64 121.96) (end 167.669999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1456)) + (segment (start 167.669999 121.989999) (end 175.169999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1457)) + (segment (start 159.16 121.92) (end 159.090001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1458)) + (segment (start 159.16 121.07) (end 159.16 121.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1459)) + (segment (start 159.090001 121.989999) (end 167.669999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145A)) + (segment (start 151.54 121.96) (end 151.569999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145B)) + (segment (start 151.54 121.07) (end 151.54 121.96) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145C)) + (segment (start 151.569999 121.989999) (end 159.090001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145D)) + (segment (start 144.06 121.98) (end 144.069999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145E)) + (segment (start 144.06 121.1) (end 144.06 121.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA145F)) + (segment (start 144.069999 121.989999) (end 151.569999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1460)) + (segment (start 136.36 121.859998) (end 136.490001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1461)) + (segment (start 136.36 121.1) (end 136.36 121.859998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1462)) + (segment (start 136.490001 121.989999) (end 144.069999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1463)) + (segment (start 128.68 121.9) (end 128.769999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1464)) + (segment (start 128.68 121.04) (end 128.68 121.9) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1465)) + (segment (start 128.769999 121.989999) (end 136.490001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1466)) + (segment (start 121.18 121.9) (end 121.090001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1467)) + (segment (start 121.18 121.13) (end 121.18 121.9) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1468)) + (segment (start 121.090001 121.989999) (end 128.769999 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1469)) + (segment (start 116.779999 121.989999) (end 121.090001 121.989999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146A)) + (segment (start 182.94 128.94) (end 182.94 128.02) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146B)) + (segment (start 182.58 129.3) (end 182.94 128.94) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146C)) + (segment (start 175.16 129.18) (end 175.28 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146D)) + (segment (start 175.16 128) (end 175.16 129.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146E)) + (segment (start 175.28 129.3) (end 182.58 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA146F)) + (segment (start 167.73 129.25) (end 167.78 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1470)) + (segment (start 167.73 127.99) (end 167.73 129.25) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1471)) + (segment (start 167.78 129.3) (end 175.28 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1472)) + (segment (start 160.16 129.18) (end 160.28 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1473)) + (segment (start 160.16 128) (end 160.16 129.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1474)) + (segment (start 160.28 129.3) (end 167.78 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1475)) + (segment (start 152.36 129.18) (end 152.48 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1476)) + (segment (start 152.36 128) (end 152.36 129.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1477)) + (segment (start 152.48 129.3) (end 160.28 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1478)) + (segment (start 144.86 129.18) (end 144.98 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1479)) + (segment (start 144.86 127.98) (end 144.86 129.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147A)) + (segment (start 144.98 129.3) (end 152.48 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147B)) + (segment (start 137.26 129.22) (end 137.18 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147C)) + (segment (start 137.26 127.95) (end 137.26 129.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147D)) + (segment (start 137.18 129.3) (end 144.98 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147E)) + (segment (start 129.66 129.22) (end 129.58 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA147F)) + (segment (start 129.66 127.95) (end 129.66 129.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1480)) + (segment (start 129.58 129.3) (end 137.18 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1481)) + (segment (start 122.24 129.16) (end 122.38 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1482)) + (segment (start 122.24 128) (end 122.24 129.16) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1483)) + (segment (start 122.38 129.3) (end 129.58 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1484)) + (segment (start 114.98 66) (end 116.67 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1485)) + (segment (start 114.98 129.3) (end 115.68 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1486)) + (segment (start 115.68 129.3) (end 122.38 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1487)) + (segment (start 106.88 67.4) (end 108.28 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1488)) + (segment (start 114.56 129.22) (end 114.48 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1489)) + (segment (start 114.56 128) (end 114.56 129.22) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148A)) + (segment (start 115.68 129.3) (end 114.48 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148B)) + (segment (start 114.499999 122.019999) (end 116.749999 122.019999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148C)) + (segment (start 113.56 121.92) (end 113.460001 122.019999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148D)) + (segment (start 113.56 121.1) (end 113.56 121.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148E)) + (segment (start 114.499999 122.019999) (end 113.460001 122.019999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA148F)) + (segment (start 110.560002 115) (end 106.88 115) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1490)) + (segment (start 110.570001 115.009999) (end 110.560002 115) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1491)) + (segment (start 121.070001 115.009999) (end 114.889999 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1492)) + (segment (start 113.56 114.92) (end 113.470001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1493)) + (segment (start 113.56 114.17) (end 113.56 114.92) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1494)) + (segment (start 113.470001 115.009999) (end 110.570001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1495)) + (segment (start 114.889999 115.009999) (end 113.470001 115.009999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1496)) + (segment (start 106.909999 108.029999) (end 106.88 108) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1497)) + (segment (start 106.88 115) (end 106.88 108) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1498)) + (segment (start 121.309999 108.029999) (end 114.850001 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA1499)) + (segment (start 113.66 107.98) (end 113.709999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149A)) + (segment (start 113.66 107.2) (end 113.66 107.98) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149B)) + (segment (start 113.709999 108.029999) (end 106.909999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149C)) + (segment (start 114.850001 108.029999) (end 113.709999 108.029999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149D)) + (segment (start 106.930001 101.149999) (end 106.88 101.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149E)) + (segment (start 106.88 108) (end 106.88 101.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA149F)) + (segment (start 114.229999 101.149999) (end 116.899999 101.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A0)) + (segment (start 113.58 101.099998) (end 113.529999 101.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A1)) + (segment (start 113.58 100.2) (end 113.58 101.099998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A2)) + (segment (start 113.529999 101.149999) (end 106.930001 101.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A3)) + (segment (start 114.229999 101.149999) (end 113.529999 101.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A4)) + (segment (start 106.930001 94.149999) (end 106.88 94.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A5)) + (segment (start 106.88 101.2) (end 106.88 94.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A6)) + (segment (start 115.429999 94.149999) (end 121.229999 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A7)) + (segment (start 113.56 94.12) (end 113.530001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A8)) + (segment (start 113.530001 94.149999) (end 106.930001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14A9)) + (segment (start 113.56 93.2) (end 113.56 94.12) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AA)) + (segment (start 115.429999 94.149999) (end 113.530001 94.149999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AB)) + (segment (start 106.86 93.18) (end 106.88 93.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AC)) + (segment (start 102 93.18) (end 106.86 93.18) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AD)) + (segment (start 106.88 94.2) (end 106.88 93.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AE)) + (segment (start 106.899999 87.119999) (end 106.88 87.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14AF)) + (segment (start 106.88 93.2) (end 106.88 87.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B0)) + (segment (start 114.360001 87.119999) (end 121.260001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B1)) + (segment (start 113.56 87.019998) (end 113.660001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B2)) + (segment (start 113.56 86.2) (end 113.56 87.019998) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B3)) + (segment (start 113.660001 87.119999) (end 106.899999 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B4)) + (segment (start 114.360001 87.119999) (end 113.660001 87.119999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B5)) + (segment (start 106.940001 80.139999) (end 106.88 80.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B6)) + (segment (start 106.88 87.1) (end 106.88 80.2) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B7)) + (segment (start 114.740001 80.139999) (end 121.319999 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B8)) + (segment (start 113.68 80.1) (end 113.640001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14B9)) + (segment (start 113.68 79.16) (end 113.68 80.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BA)) + (segment (start 113.640001 80.139999) (end 106.940001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BB)) + (segment (start 114.740001 80.139999) (end 113.640001 80.139999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BC)) + (segment (start 106.88 73.1) (end 106.88 67.4) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BD)) + (segment (start 106.88 80.2) (end 106.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BE)) + (segment (start 114.68 73.1) (end 121.18 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14BF)) + (segment (start 113.68 72.18) (end 113.68 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C0)) + (segment (start 113.68 73.1) (end 106.88 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C1)) + (segment (start 114.68 73.1) (end 113.68 73.1) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C2)) + (segment (start 113.56 65.88) (end 113.68 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C3)) + (segment (start 113.56 65.1) (end 113.56 65.88) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C4)) + (segment (start 113.68 66) (end 114.98 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C5)) + (segment (start 108.28 66) (end 113.68 66) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C6)) + (segment (start 113.42 55.04) (end 113.42 54.19) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C7)) + (segment (start 113.56 57.28) (end 113.42 57.14) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C8)) + (segment (start 113.56 65.1) (end 113.56 57.28) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14C9)) + (segment (start 113.58 55.6) (end 113.42 55.44) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CA)) + (segment (start 120.98 55.6) (end 113.58 55.6) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CB)) + (segment (start 113.42 55.44) (end 113.42 55.04) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CC)) + (segment (start 113.42 57.14) (end 113.42 55.44) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CD)) + (segment (start 114.48 129.3) (end 110.6 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CE)) + (segment (start 109 120.5) (end 106.88 118.38) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14CF)) + (segment (start 110 129.3) (end 109 128.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D0)) + (segment (start 110.6 129.3) (end 110 129.3) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D1)) + (segment (start 106.88 118.38) (end 106.88 115) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D2)) + (segment (start 109.019999 122.019999) (end 109 122) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D3)) + (segment (start 113.460001 122.019999) (end 109.019999 122.019999) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D4)) + (segment (start 109 122) (end 109 120.5) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D5)) + (segment (start 109 128.3) (end 109 122) (width 0.5) (layer F.Cu) (net 15) (tstamp 60AA14D6)) + (segment (start 145.73 88.1) (end 145.73 89.15) (width 0.25) (layer F.Cu) (net 16) (tstamp 60AA0E58)) + (segment (start 145.73 89.15) (end 146.28 89.7) (width 0.25) (layer F.Cu) (net 16) (tstamp 60AA0E59)) + (segment (start 146.28 89.7) (end 147.88 89.7) (width 0.25) (layer F.Cu) (net 16) (tstamp 60AA0E5A)) + (segment (start 148.43 90.25) (end 148.43 91.3) (width 0.25) (layer F.Cu) (net 16) (tstamp 60AA0E5B)) + (segment (start 147.88 89.7) (end 148.43 90.25) (width 0.25) (layer F.Cu) (net 16) (tstamp 60AA0E5C)) + (via (at 108.68 96.5) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 17) (tstamp 60AA0E5D)) + (segment (start 108.68 96.5) (end 108.68 97.9) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E5E)) + (segment (start 109.08 98.3) (end 110.43 98.3) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E5F)) + (segment (start 108.68 97.9) (end 109.08 98.3) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E60)) + (via (at 185.38 88.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 17) (tstamp 60AA0E61)) + (segment (start 108.68 94.7) (end 108.68 96.5) (width 0.25) (layer B.Cu) (net 17) (tstamp 60AA0E62)) + (segment (start 184.18 93.9) (end 109.48 93.9) (width 0.25) (layer B.Cu) (net 17) (tstamp 60AA0E63)) + (segment (start 109.48 93.9) (end 108.68 94.7) (width 0.25) (layer B.Cu) (net 17) (tstamp 60AA0E64)) + (segment (start 185.38 92.7) (end 184.18 93.9) (width 0.25) (layer B.Cu) (net 17) (tstamp 60AA0E65)) + (segment (start 185.38 88.5) (end 185.38 88.8) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E66)) + (segment (start 185.38 88.8) (end 185.38 92.7) (width 0.25) (layer B.Cu) (net 17) (tstamp 60AA0E67)) + (segment (start 183.73 88.1) (end 184.98 88.1) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E68)) + (segment (start 184.98 88.1) (end 185.38 88.5) (width 0.25) (layer F.Cu) (net 17) (tstamp 60AA0E69)) + (segment (start 145.73 95.07) (end 145.73 96.05) (width 0.25) (layer F.Cu) (net 18) (tstamp 60AA0E6A)) + (segment (start 145.73 96.05) (end 146.28 96.6) (width 0.25) (layer F.Cu) (net 18) (tstamp 60AA0E6B)) + (segment (start 146.28 96.6) (end 148.08 96.6) (width 0.25) (layer F.Cu) (net 18) (tstamp 60AA0E6C)) + (segment (start 148.43 96.95) (end 148.43 98.3) (width 0.25) (layer F.Cu) (net 18) (tstamp 60AA0E6D)) + (segment (start 148.08 96.6) (end 148.43 96.95) (width 0.25) (layer F.Cu) (net 18) (tstamp 60AA0E6E)) + (segment (start 185.38 100) (end 184.38 101) (width 0.25) (layer B.Cu) (net 19) (tstamp 60AA0E6F)) + (segment (start 184.38 101) (end 109.38 101) (width 0.25) (layer B.Cu) (net 19) (tstamp 60AA0E70)) + (via (at 108.68 103.8) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 19) (tstamp 60AA0E71)) + (segment (start 108.68 101.7) (end 108.68 103.8) (width 0.25) (layer B.Cu) (net 19) (tstamp 60AA0E72)) + (segment (start 109.38 101) (end 108.68 101.7) (width 0.25) (layer B.Cu) (net 19) (tstamp 60AA0E73)) + (segment (start 108.68 103.8) (end 108.68 104.7) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E74)) + (segment (start 109.28 105.3) (end 110.43 105.3) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E75)) + (segment (start 108.68 104.7) (end 109.28 105.3) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E76)) + (segment (start 183.73 95.1) (end 184.88 95.1) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E77)) + (via (at 185.38 96) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19) (tstamp 60AA0E78)) + (segment (start 185.38 95.6) (end 185.38 96) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E79)) + (segment (start 184.88 95.1) (end 185.38 95.6) (width 0.25) (layer F.Cu) (net 19) (tstamp 60AA0E7A)) + (segment (start 185.38 96) (end 185.38 100) (width 0.25) (layer B.Cu) (net 19) (tstamp 60AA0E7B)) + (segment (start 145.73 102.1) (end 145.73 103.35) (width 0.25) (layer F.Cu) (net 20) (tstamp 60AA0E7C)) + (segment (start 145.73 103.35) (end 146.08 103.7) (width 0.25) (layer F.Cu) (net 20) (tstamp 60AA0E7D)) + (segment (start 146.08 103.7) (end 148.08 103.7) (width 0.25) (layer F.Cu) (net 20) (tstamp 60AA0E7E)) + (segment (start 148.43 104.05) (end 148.43 105.3) (width 0.25) (layer F.Cu) (net 20) (tstamp 60AA0E7F)) + (segment (start 148.08 103.7) (end 148.43 104.05) (width 0.25) (layer F.Cu) (net 20) (tstamp 60AA0E80)) + (segment (start 183.73 102.1) (end 184.88 102.1) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E81)) + (via (at 108.68 110.4) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 21) (tstamp 60AA0E82)) + (segment (start 108.68 110.4) (end 108.68 111.7) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E83)) + (segment (start 109.25 112.27) (end 110.43 112.27) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E84)) + (segment (start 108.68 111.7) (end 109.25 112.27) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E85)) + (segment (start 184.88 102.1) (end 185.18 102.1) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E86)) + (via (at 185.48 103.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21) (tstamp 60AA0E87)) + (segment (start 185.48 102.4) (end 185.48 103.1) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E88)) + (segment (start 185.18 102.1) (end 185.48 102.4) (width 0.25) (layer F.Cu) (net 21) (tstamp 60AA0E89)) + (segment (start 108.68 108.5) (end 108.68 110.4) (width 0.25) (layer B.Cu) (net 21) (tstamp 60AA0E8A)) + (segment (start 109.18 108) (end 108.68 108.5) (width 0.25) (layer B.Cu) (net 21) (tstamp 60AA0E8B)) + (segment (start 184.08 108) (end 109.18 108) (width 0.25) (layer B.Cu) (net 21) (tstamp 60AA0E8C)) + (segment (start 185.48 106.6) (end 184.08 108) (width 0.25) (layer B.Cu) (net 21) (tstamp 60AA0E8D)) + (segment (start 185.48 103.1) (end 185.48 106.6) (width 0.25) (layer B.Cu) (net 21) (tstamp 60AA0E8E)) + (segment (start 145.73 108.99) (end 145.73 110.25) (width 0.25) (layer F.Cu) (net 22) (tstamp 60AA0E8F)) + (segment (start 145.73 110.25) (end 146.08 110.6) (width 0.25) (layer F.Cu) (net 22) (tstamp 60AA0E90)) + (segment (start 146.08 110.6) (end 147.88 110.6) (width 0.25) (layer F.Cu) (net 22) (tstamp 60AA0E91)) + (segment (start 148.43 111.15) (end 148.43 112.18) (width 0.25) (layer F.Cu) (net 22) (tstamp 60AA0E92)) + (segment (start 147.88 110.6) (end 148.43 111.15) (width 0.25) (layer F.Cu) (net 22) (tstamp 60AA0E93)) + (segment (start 183.73 109.02) (end 185 109.02) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E94)) + (segment (start 185.58 113.8) (end 184.48 114.9) (width 0.25) (layer B.Cu) (net 23) (tstamp 60AA0E95)) + (segment (start 184.48 114.9) (end 109.38 114.9) (width 0.25) (layer B.Cu) (net 23) (tstamp 60AA0E96)) + (via (at 108.58 117.3) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 23) (tstamp 60AA0E97)) + (segment (start 108.58 115.7) (end 108.58 117.3) (width 0.25) (layer B.Cu) (net 23) (tstamp 60AA0E98)) + (segment (start 109.38 114.9) (end 108.58 115.7) (width 0.25) (layer B.Cu) (net 23) (tstamp 60AA0E99)) + (segment (start 108.58 117.3) (end 108.58 118.7) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E9A)) + (segment (start 109.18 119.3) (end 110.43 119.3) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E9B)) + (segment (start 108.58 118.7) (end 109.18 119.3) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E9C)) + (segment (start 185 109.02) (end 185.38 109.4) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E9D)) + (via (at 185.58 110) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 23) (tstamp 60AA0E9E)) + (segment (start 185.58 109.6) (end 185.58 110) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0E9F)) + (segment (start 185.38 109.4) (end 185.58 109.6) (width 0.25) (layer F.Cu) (net 23) (tstamp 60AA0EA0)) + (segment (start 185.58 110) (end 185.58 113.8) (width 0.25) (layer B.Cu) (net 23) (tstamp 60AA0EA1)) + (segment (start 145.73 116.03) (end 145.73 117.15) (width 0.25) (layer F.Cu) (net 24) (tstamp 60AA0EA2)) + (segment (start 145.73 117.15) (end 146.18 117.6) (width 0.25) (layer F.Cu) (net 24) (tstamp 60AA0EA3)) + (segment (start 146.18 117.6) (end 147.98 117.6) (width 0.25) (layer F.Cu) (net 24) (tstamp 60AA0EA4)) + (segment (start 148.43 118.05) (end 148.43 119.22) (width 0.25) (layer F.Cu) (net 24) (tstamp 60AA0EA5)) + (segment (start 147.98 117.6) (end 148.43 118.05) (width 0.25) (layer F.Cu) (net 24) (tstamp 60AA0EA6)) + (via (at 185.48 116.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA0EA7)) + (segment (start 185.48 120.8) (end 184.38 121.9) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EA8)) + (segment (start 185.48 116.8) (end 185.48 120.8) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EA9)) + (segment (start 185.14 115.96) (end 185.48 116.3) (width 0.25) (layer F.Cu) (net 25) (tstamp 60AA0EAA)) + (segment (start 185.48 116.3) (end 185.48 116.8) (width 0.25) (layer F.Cu) (net 25) (tstamp 60AA0EAB)) + (segment (start 183.73 115.96) (end 185.14 115.96) (width 0.25) (layer F.Cu) (net 25) (tstamp 60AA0EAC)) + (via (at 110.4 124.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 25) (tstamp 60AA0EAD)) + (segment (start 110.43 124.63) (end 110.4 124.6) (width 0.25) (layer F.Cu) (net 25) (tstamp 60AA0EAE)) + (segment (start 110.43 126.17) (end 110.43 124.63) (width 0.25) (layer F.Cu) (net 25) (tstamp 60AA0EAF)) + (segment (start 110.4 124.6) (end 110.4 122.7) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EB0)) + (segment (start 111.2 121.9) (end 111.3 121.9) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EB1)) + (segment (start 110.4 122.7) (end 111.2 121.9) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EB2)) + (segment (start 184.38 121.9) (end 111.3 121.9) (width 0.25) (layer B.Cu) (net 25) (tstamp 60AA0EB3)) + (segment (start 145.73 60) (end 145.73 60.95) (width 0.25) (layer F.Cu) (net 26) (tstamp 60AA0E0F)) + (segment (start 145.73 60.95) (end 146.38 61.6) (width 0.25) (layer F.Cu) (net 26) (tstamp 60AA0E10)) + (segment (start 146.38 61.6) (end 147.98 61.6) (width 0.25) (layer F.Cu) (net 26) (tstamp 60AA0E11)) + (segment (start 148.43 62.05) (end 148.43 63.2) (width 0.25) (layer F.Cu) (net 26) (tstamp 60AA0E12)) + (segment (start 147.98 61.6) (end 148.43 62.05) (width 0.25) (layer F.Cu) (net 26) (tstamp 60AA0E13)) + (segment (start 145.73 122.94) (end 145.73 124.05) (width 0.25) (layer F.Cu) (net 27) (tstamp 60AA0EB4)) + (segment (start 145.73 124.05) (end 146.08 124.4) (width 0.25) (layer F.Cu) (net 27) (tstamp 60AA0EB5)) + (segment (start 146.08 124.4) (end 147.88 124.4) (width 0.25) (layer F.Cu) (net 27) (tstamp 60AA0EB6)) + (segment (start 148.43 124.95) (end 148.43 126.14) (width 0.25) (layer F.Cu) (net 27) (tstamp 60AA0EB7)) + (segment (start 147.88 124.4) (end 148.43 124.95) (width 0.25) (layer F.Cu) (net 27) (tstamp 60AA0EB8)) + (segment (start 185.28 64.9) (end 184.48 65.7) (width 0.25) (layer B.Cu) (net 29) (tstamp 60AA0E14)) + (segment (start 184.48 65.7) (end 109.28 65.7) (width 0.25) (layer B.Cu) (net 29) (tstamp 60AA0E15)) + (via (at 108.58 68.1) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 29) (tstamp 60AA0E16)) + (segment (start 108.58 66.4) (end 108.58 68.1) (width 0.25) (layer B.Cu) (net 29) (tstamp 60AA0E17)) + (segment (start 109.28 65.7) (end 108.58 66.4) (width 0.25) (layer B.Cu) (net 29) (tstamp 60AA0E18)) + (segment (start 108.58 68.1) (end 108.58 69.6) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E19)) + (segment (start 109.2 70.22) (end 110.43 70.22) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E1A)) + (segment (start 108.58 69.6) (end 109.2 70.22) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E1B)) + (segment (start 183.73 59.99) (end 184.97 59.99) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E1C)) + (via (at 185.28 61) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 29) (tstamp 60AA0E1D)) + (segment (start 185.28 60.3) (end 185.28 61) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E1E)) + (segment (start 184.97 59.99) (end 185.28 60.3) (width 0.25) (layer F.Cu) (net 29) (tstamp 60AA0E1F)) + (segment (start 185.28 61) (end 185.28 64.9) (width 0.25) (layer B.Cu) (net 29) (tstamp 60AA0E20)) + (segment (start 145.73 67) (end 145.73 68.05) (width 0.25) (layer F.Cu) (net 30) (tstamp 60AA0E21)) + (segment (start 145.73 68.05) (end 146.08 68.4) (width 0.25) (layer F.Cu) (net 30) (tstamp 60AA0E22)) + (segment (start 146.08 68.4) (end 147.88 68.4) (width 0.25) (layer F.Cu) (net 30) (tstamp 60AA0E23)) + (segment (start 148.43 68.95) (end 148.43 70.24) (width 0.25) (layer F.Cu) (net 30) (tstamp 60AA0E24)) + (segment (start 147.88 68.4) (end 148.43 68.95) (width 0.25) (layer F.Cu) (net 30) (tstamp 60AA0E25)) + (via (at 108.68 75.5) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 31) (tstamp 60AA0E26)) + (segment (start 108.68 75.5) (end 108.68 77) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E27)) + (segment (start 108.94 77.26) (end 110.43 77.26) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E28)) + (segment (start 108.68 77) (end 108.94 77.26) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E29)) + (segment (start 185.48 71.8) (end 184.68 72.6) (width 0.25) (layer B.Cu) (net 31) (tstamp 60AA0E2A)) + (segment (start 184.68 72.6) (end 109.48 72.6) (width 0.25) (layer B.Cu) (net 31) (tstamp 60AA0E2B)) + (segment (start 109.48 72.6) (end 108.68 73.4) (width 0.25) (layer B.Cu) (net 31) (tstamp 60AA0E2C)) + (segment (start 108.68 73.4) (end 108.68 75.5) (width 0.25) (layer B.Cu) (net 31) (tstamp 60AA0E2D)) + (segment (start 183.73 67) (end 184.88 67) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E2E)) + (segment (start 184.88 67) (end 185.38 67.5) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E2F)) + (via (at 185.48 68.05) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 31) (tstamp 60AA0E30)) + (segment (start 185.48 67.6) (end 185.48 68.05) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E31)) + (segment (start 185.38 67.5) (end 185.48 67.6) (width 0.25) (layer F.Cu) (net 31) (tstamp 60AA0E32)) + (segment (start 185.48 68.05) (end 185.48 71.8) (width 0.25) (layer B.Cu) (net 31) (tstamp 60AA0E33)) + (segment (start 145.73 74.07) (end 145.73 75.25) (width 0.25) (layer F.Cu) (net 32) (tstamp 60AA0E34)) + (segment (start 145.73 75.25) (end 146.08 75.6) (width 0.25) (layer F.Cu) (net 32) (tstamp 60AA0E35)) + (segment (start 146.08 75.6) (end 147.98 75.6) (width 0.25) (layer F.Cu) (net 32) (tstamp 60AA0E36)) + (segment (start 148.49 76.11) (end 148.49 77.25) (width 0.25) (layer F.Cu) (net 32) (tstamp 60AA0E37)) + (segment (start 147.98 75.6) (end 148.49 76.11) (width 0.25) (layer F.Cu) (net 32) (tstamp 60AA0E38)) + (segment (start 109.27 84.29) (end 110.43 84.29) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E39)) + (segment (start 108.78 83.8) (end 109.27 84.29) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E3A)) + (segment (start 108.78 82.6) (end 108.78 83.8) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E3B)) + (via (at 108.78 82.6) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 33) (tstamp 60AA0E3C)) + (segment (start 183.73 74.1) (end 184.88 74.1) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E3D)) + (via (at 185.48 75.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 33) (tstamp 60AA0E3E)) + (segment (start 185.48 74.7) (end 185.48 75.2) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E3F)) + (segment (start 184.88 74.1) (end 185.48 74.7) (width 0.25) (layer F.Cu) (net 33) (tstamp 60AA0E40)) + (segment (start 108.78 80.9) (end 108.78 82.6) (width 0.25) (layer B.Cu) (net 33) (tstamp 60AA0E41)) + (segment (start 109.58 80.1) (end 108.78 80.9) (width 0.25) (layer B.Cu) (net 33) (tstamp 60AA0E42)) + (segment (start 184.48 80.1) (end 109.58 80.1) (width 0.25) (layer B.Cu) (net 33) (tstamp 60AA0E43)) + (segment (start 185.48 79.1) (end 184.48 80.1) (width 0.25) (layer B.Cu) (net 33) (tstamp 60AA0E44)) + (segment (start 185.48 75.2) (end 185.48 79.1) (width 0.25) (layer B.Cu) (net 33) (tstamp 60AA0E45)) + (segment (start 145.73 81.1) (end 145.73 82.15) (width 0.25) (layer F.Cu) (net 34) (tstamp 60AA0E46)) + (segment (start 145.73 82.15) (end 146.28 82.7) (width 0.25) (layer F.Cu) (net 34) (tstamp 60AA0E47)) + (segment (start 146.28 82.7) (end 148.08 82.7) (width 0.25) (layer F.Cu) (net 34) (tstamp 60AA0E48)) + (segment (start 148.43 83.05) (end 148.43 84.3) (width 0.25) (layer F.Cu) (net 34) (tstamp 60AA0E49)) + (segment (start 148.08 82.7) (end 148.43 83.05) (width 0.25) (layer F.Cu) (net 34) (tstamp 60AA0E4A)) + (via (at 108.68 89) (size 0.8) (drill 0.5) (layers F.Cu B.Cu) (net 35) (tstamp 60AA0E4B)) + (segment (start 108.68 89) (end 108.68 90.7) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E4C)) + (segment (start 109.25 91.27) (end 110.43 91.27) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E4D)) + (segment (start 108.68 90.7) (end 109.25 91.27) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E4E)) + (segment (start 185.38 85.8) (end 184.48 86.7) (width 0.25) (layer B.Cu) (net 35) (tstamp 60AA0E4F)) + (segment (start 108.68 87.5) (end 108.68 89) (width 0.25) (layer B.Cu) (net 35) (tstamp 60AA0E50)) + (segment (start 184.48 86.7) (end 109.48 86.7) (width 0.25) (layer B.Cu) (net 35) (tstamp 60AA0E51)) + (segment (start 109.48 86.7) (end 108.68 87.5) (width 0.25) (layer B.Cu) (net 35) (tstamp 60AA0E52)) + (segment (start 183.73 81.1) (end 184.88 81.1) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E53)) + (via (at 185.38 82) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 35) (tstamp 60AA0E54)) + (segment (start 185.38 81.6) (end 185.38 82) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E55)) + (segment (start 184.88 81.1) (end 185.38 81.6) (width 0.25) (layer F.Cu) (net 35) (tstamp 60AA0E56)) + (segment (start 185.38 82) (end 185.38 85.8) (width 0.25) (layer B.Cu) (net 35) (tstamp 60AA0E57)) + (segment (start 168.53 116.01) (end 168.53 117.25) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA0DDB)) + (segment (start 168.53 117.25) (end 168.88 117.6) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA0DDC)) + (segment (start 168.88 117.6) (end 170.88 117.6) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA0DDD)) + (segment (start 171.23 117.95) (end 171.23 119.21) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA0DDE)) + (segment (start 170.88 117.6) (end 171.23 117.95) (width 0.25) (layer F.Cu) (net 36) (tstamp 60AA0DDF)) + (segment (start 160.93 116.03) (end 160.93 117.15) (width 0.25) (layer F.Cu) (net 37) (tstamp 60AA0DD6)) + (segment (start 160.93 117.15) (end 161.28 117.5) (width 0.25) (layer F.Cu) (net 37) (tstamp 60AA0DD7)) + (segment (start 161.28 117.5) (end 163.38 117.5) (width 0.25) (layer F.Cu) (net 37) (tstamp 60AA0DD8)) + (segment (start 163.63 117.75) (end 163.63 119.21) (width 0.25) (layer F.Cu) (net 37) (tstamp 60AA0DD9)) + (segment (start 163.38 117.5) (end 163.63 117.75) (width 0.25) (layer F.Cu) (net 37) (tstamp 60AA0DDA)) + (segment (start 176.13 116.01) (end 176.13 117.05) (width 0.25) (layer F.Cu) (net 38) (tstamp 60AA0DE0)) + (segment (start 176.13 117.05) (end 176.48 117.4) (width 0.25) (layer F.Cu) (net 38) (tstamp 60AA0DE1)) + (segment (start 176.48 117.4) (end 178.28 117.4) (width 0.25) (layer F.Cu) (net 38) (tstamp 60AA0DE2)) + (segment (start 178.83 117.95) (end 178.83 119.16) (width 0.25) (layer F.Cu) (net 38) (tstamp 60AA0DE3)) + (segment (start 178.28 117.4) (end 178.83 117.95) (width 0.25) (layer F.Cu) (net 38) (tstamp 60AA0DE4)) + (segment (start 115.33 122.97) (end 115.33 124.15) (width 0.25) (layer F.Cu) (net 39) (tstamp 60AA0DE5)) + (segment (start 115.33 124.15) (end 115.68 124.5) (width 0.25) (layer F.Cu) (net 39) (tstamp 60AA0DE6)) + (segment (start 115.68 124.5) (end 117.68 124.5) (width 0.25) (layer F.Cu) (net 39) (tstamp 60AA0DE7)) + (segment (start 118.03 124.85) (end 118.03 126.16) (width 0.25) (layer F.Cu) (net 39) (tstamp 60AA0DE8)) + (segment (start 117.68 124.5) (end 118.03 124.85) (width 0.25) (layer F.Cu) (net 39) (tstamp 60AA0DE9)) + (segment (start 122.93 122.96) (end 122.93 124.05) (width 0.25) (layer F.Cu) (net 40) (tstamp 60AA0DEA)) + (segment (start 122.93 124.05) (end 123.18 124.3) (width 0.25) (layer F.Cu) (net 40) (tstamp 60AA0DEB)) + (segment (start 123.18 124.3) (end 124.98 124.3) (width 0.25) (layer F.Cu) (net 40) (tstamp 60AA0DEC)) + (segment (start 125.63 124.95) (end 125.63 126.14) (width 0.25) (layer F.Cu) (net 40) (tstamp 60AA0DED)) + (segment (start 124.98 124.3) (end 125.63 124.95) (width 0.25) (layer F.Cu) (net 40) (tstamp 60AA0DEE)) + (segment (start 130.53 122.94) (end 130.53 124.05) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0DEF)) + (segment (start 130.53 124.05) (end 130.98 124.5) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0DF0)) + (segment (start 130.98 124.5) (end 132.78 124.5) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0DF1)) + (segment (start 133.23 124.95) (end 133.23 126.14) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0DF2)) + (segment (start 132.78 124.5) (end 133.23 124.95) (width 0.25) (layer F.Cu) (net 41) (tstamp 60AA0DF3)) + (segment (start 138.13 122.94) (end 138.13 123.95) (width 0.25) (layer F.Cu) (net 42) (tstamp 60AA0DF4)) + (segment (start 138.13 123.95) (end 138.58 124.4) (width 0.25) (layer F.Cu) (net 42) (tstamp 60AA0DF5)) + (segment (start 138.58 124.4) (end 140.38 124.4) (width 0.25) (layer F.Cu) (net 42) (tstamp 60AA0DF6)) + (segment (start 140.83 124.85) (end 140.83 126.14) (width 0.25) (layer F.Cu) (net 42) (tstamp 60AA0DF7)) + (segment (start 140.38 124.4) (end 140.83 124.85) (width 0.25) (layer F.Cu) (net 42) (tstamp 60AA0DF8)) + (segment (start 153.33 122.94) (end 153.33 123.95) (width 0.25) (layer F.Cu) (net 43) (tstamp 60AA0DF9)) + (segment (start 153.33 123.95) (end 153.88 124.5) (width 0.25) (layer F.Cu) (net 43) (tstamp 60AA0DFA)) + (segment (start 153.88 124.5) (end 155.68 124.5) (width 0.25) (layer F.Cu) (net 43) (tstamp 60AA0DFB)) + (segment (start 156.03 124.85) (end 156.03 126.16) (width 0.25) (layer F.Cu) (net 43) (tstamp 60AA0DFC)) + (segment (start 155.68 124.5) (end 156.03 124.85) (width 0.25) (layer F.Cu) (net 43) (tstamp 60AA0DFD)) + (segment (start 160.93 122.96) (end 160.93 124.05) (width 0.25) (layer F.Cu) (net 44) (tstamp 60AA0DFE)) + (segment (start 160.93 124.05) (end 161.38 124.5) (width 0.25) (layer F.Cu) (net 44) (tstamp 60AA0DFF)) + (segment (start 161.38 124.5) (end 163.18 124.5) (width 0.25) (layer F.Cu) (net 44) (tstamp 60AA0E00)) + (segment (start 163.63 124.95) (end 163.63 126.18) (width 0.25) (layer F.Cu) (net 44) (tstamp 60AA0E01)) + (segment (start 163.18 124.5) (end 163.63 124.95) (width 0.25) (layer F.Cu) (net 44) (tstamp 60AA0E02)) + (segment (start 168.53 122.98) (end 168.53 123.95) (width 0.25) (layer F.Cu) (net 45) (tstamp 60AA0E03)) + (segment (start 168.53 123.95) (end 168.98 124.4) (width 0.25) (layer F.Cu) (net 45) (tstamp 60AA0E04)) + (segment (start 168.98 124.4) (end 170.78 124.4) (width 0.25) (layer F.Cu) (net 45) (tstamp 60AA0E05)) + (segment (start 171.23 124.85) (end 171.23 126.18) (width 0.25) (layer F.Cu) (net 45) (tstamp 60AA0E06)) + (segment (start 170.78 124.4) (end 171.23 124.85) (width 0.25) (layer F.Cu) (net 45) (tstamp 60AA0E07)) + (segment (start 176.13 122.98) (end 176.13 124.15) (width 0.25) (layer F.Cu) (net 46) (tstamp 60AA0E08)) + (segment (start 176.13 124.15) (end 176.58 124.6) (width 0.25) (layer F.Cu) (net 46) (tstamp 60AA0E09)) + (segment (start 176.58 124.6) (end 178.48 124.6) (width 0.25) (layer F.Cu) (net 46) (tstamp 60AA0E0A)) + (segment (start 178.83 124.95) (end 178.83 126.18) (width 0.25) (layer F.Cu) (net 46) (tstamp 60AA0E0B)) + (segment (start 178.48 124.6) (end 178.83 124.95) (width 0.25) (layer F.Cu) (net 46) (tstamp 60AA0E0C)) + (segment (start 140.83 52.2) (end 140.83 51.05) (width 0.25) (layer F.Cu) (net 48) (tstamp 60AA0EB9)) + (segment (start 140.83 51.05) (end 140.58 50.8) (width 0.25) (layer F.Cu) (net 48) (tstamp 60AA0EBA)) + (segment (start 140.58 50.8) (end 138.68 50.8) (width 0.25) (layer F.Cu) (net 48) (tstamp 60AA0EBB)) + (segment (start 138.13 50.25) (end 138.13 48.976) (width 0.25) (layer F.Cu) (net 48) (tstamp 60AA0EBC)) + (segment (start 138.68 50.8) (end 138.13 50.25) (width 0.25) (layer F.Cu) (net 48) (tstamp 60AA0EBD)) + (segment (start 118.03 63.2) (end 118.03 62.15) (width 0.25) (layer F.Cu) (net 49) (tstamp 60AA0C7D)) + (segment (start 118.03 62.15) (end 117.48 61.6) (width 0.25) (layer F.Cu) (net 49) (tstamp 60AA0C7E)) + (segment (start 117.48 61.6) (end 115.88 61.6) (width 0.25) (layer F.Cu) (net 49) (tstamp 60AA0C7F)) + (segment (start 115.337 61.057) (end 115.337 59.983) (width 0.25) (layer F.Cu) (net 49) (tstamp 60AA0C80)) + (segment (start 115.88 61.6) (end 115.337 61.057) (width 0.25) (layer F.Cu) (net 49) (tstamp 60AA0C81)) + (segment (start 125.63 63.183) (end 125.63 62.45) (width 0.25) (layer F.Cu) (net 50) (tstamp 60AA0C82)) + (segment (start 125.63 62.45) (end 124.98 61.8) (width 0.25) (layer F.Cu) (net 50) (tstamp 60AA0C83)) + (segment (start 124.98 61.8) (end 123.68 61.8) (width 0.25) (layer F.Cu) (net 50) (tstamp 60AA0C84)) + (segment (start 122.93 61.05) (end 122.93 60) (width 0.25) (layer F.Cu) (net 50) (tstamp 60AA0C85)) + (segment (start 123.68 61.8) (end 122.93 61.05) (width 0.25) (layer F.Cu) (net 50) (tstamp 60AA0C86)) + (segment (start 130.53 59.983) (end 130.53 61.05) (width 0.25) (layer F.Cu) (net 51) (tstamp 60AA0C87)) + (segment (start 130.53 61.05) (end 130.98 61.5) (width 0.25) (layer F.Cu) (net 51) (tstamp 60AA0C88)) + (segment (start 130.98 61.5) (end 132.68 61.5) (width 0.25) (layer F.Cu) (net 51) (tstamp 60AA0C89)) + (segment (start 133.23 62.05) (end 133.23 63.183) (width 0.25) (layer F.Cu) (net 51) (tstamp 60AA0C8A)) + (segment (start 132.68 61.5) (end 133.23 62.05) (width 0.25) (layer F.Cu) (net 51) (tstamp 60AA0C8B)) + (segment (start 138.13 59.983) (end 138.13 61.05) (width 0.25) (layer F.Cu) (net 52) (tstamp 60AA0D6D)) + (segment (start 138.13 61.05) (end 138.48 61.4) (width 0.25) (layer F.Cu) (net 52) (tstamp 60AA0D6E)) + (segment (start 138.48 61.4) (end 140.38 61.4) (width 0.25) (layer F.Cu) (net 52) (tstamp 60AA0D6F)) + (segment (start 140.83 61.85) (end 140.83 63.2) (width 0.25) (layer F.Cu) (net 52) (tstamp 60AA0D70)) + (segment (start 140.38 61.4) (end 140.83 61.85) (width 0.25) (layer F.Cu) (net 52) (tstamp 60AA0D71)) + (segment (start 153.33 60) (end 153.33 61.15) (width 0.25) (layer F.Cu) (net 53) (tstamp 60AA0C8C)) + (segment (start 153.33 61.15) (end 153.78 61.6) (width 0.25) (layer F.Cu) (net 53) (tstamp 60AA0C8D)) + (segment (start 153.78 61.6) (end 155.68 61.6) (width 0.25) (layer F.Cu) (net 53) (tstamp 60AA0C8E)) + (segment (start 156.03 61.95) (end 156.03 63.2) (width 0.25) (layer F.Cu) (net 53) (tstamp 60AA0C8F)) + (segment (start 155.68 61.6) (end 156.03 61.95) (width 0.25) (layer F.Cu) (net 53) (tstamp 60AA0C90)) + (segment (start 160.93 60) (end 160.93 61.15) (width 0.25) (layer F.Cu) (net 54) (tstamp 60AA0C91)) + (segment (start 160.93 61.15) (end 161.28 61.5) (width 0.25) (layer F.Cu) (net 54) (tstamp 60AA0C92)) + (segment (start 161.28 61.5) (end 163.18 61.5) (width 0.25) (layer F.Cu) (net 54) (tstamp 60AA0C93)) + (segment (start 163.63 61.95) (end 163.63 63.2) (width 0.25) (layer F.Cu) (net 54) (tstamp 60AA0C94)) + (segment (start 163.18 61.5) (end 163.63 61.95) (width 0.25) (layer F.Cu) (net 54) (tstamp 60AA0C95)) + (segment (start 168.53 60) (end 168.53 60.95) (width 0.25) (layer F.Cu) (net 55) (tstamp 60AA0D72)) + (segment (start 168.53 60.95) (end 169.08 61.5) (width 0.25) (layer F.Cu) (net 55) (tstamp 60AA0D73)) + (segment (start 169.08 61.5) (end 170.78 61.5) (width 0.25) (layer F.Cu) (net 55) (tstamp 60AA0D74)) + (segment (start 171.23 61.95) (end 171.23 63.19) (width 0.25) (layer F.Cu) (net 55) (tstamp 60AA0D75)) + (segment (start 170.78 61.5) (end 171.23 61.95) (width 0.25) (layer F.Cu) (net 55) (tstamp 60AA0D76)) + (segment (start 178.83 62) (end 178.83 63.19) (width 0.25) (layer F.Cu) (net 56) (tstamp 60AA0C96)) + (segment (start 178.43 61.6) (end 178.83 62) (width 0.25) (layer F.Cu) (net 56) (tstamp 60AA0C97)) + (segment (start 176.68 61.6) (end 178.43 61.6) (width 0.25) (layer F.Cu) (net 56) (tstamp 60AA0C98)) + (segment (start 176.13 61.05) (end 176.68 61.6) (width 0.25) (layer F.Cu) (net 56) (tstamp 60AA0C99)) + (segment (start 176.13 59.99) (end 176.13 61.05) (width 0.25) (layer F.Cu) (net 56) (tstamp 60AA0C9A)) + (segment (start 115.33 67.02) (end 115.33 68.05) (width 0.25) (layer F.Cu) (net 57) (tstamp 60AA0C9B)) + (segment (start 115.33 68.05) (end 115.78 68.5) (width 0.25) (layer F.Cu) (net 57) (tstamp 60AA0C9C)) + (segment (start 115.78 68.5) (end 117.68 68.5) (width 0.25) (layer F.Cu) (net 57) (tstamp 60AA0C9D)) + (segment (start 118.03 68.85) (end 118.03 70.22) (width 0.25) (layer F.Cu) (net 57) (tstamp 60AA0C9E)) + (segment (start 117.68 68.5) (end 118.03 68.85) (width 0.25) (layer F.Cu) (net 57) (tstamp 60AA0C9F)) + (segment (start 122.93 67.02) (end 122.93 67.95) (width 0.25) (layer F.Cu) (net 58) (tstamp 60AA0D77)) + (segment (start 122.93 67.95) (end 123.48 68.5) (width 0.25) (layer F.Cu) (net 58) (tstamp 60AA0D78)) + (segment (start 123.48 68.5) (end 125.18 68.5) (width 0.25) (layer F.Cu) (net 58) (tstamp 60AA0D79)) + (segment (start 125.63 68.95) (end 125.63 70.22) (width 0.25) (layer F.Cu) (net 58) (tstamp 60AA0D7A)) + (segment (start 125.18 68.5) (end 125.63 68.95) (width 0.25) (layer F.Cu) (net 58) (tstamp 60AA0D7B)) + (segment (start 130.53 67.02) (end 130.53 67.95) (width 0.25) (layer F.Cu) (net 59) (tstamp 60AA0CA0)) + (segment (start 130.53 67.95) (end 130.98 68.4) (width 0.25) (layer F.Cu) (net 59) (tstamp 60AA0CA1)) + (segment (start 130.98 68.4) (end 132.68 68.4) (width 0.25) (layer F.Cu) (net 59) (tstamp 60AA0CA2)) + (segment (start 133.23 68.95) (end 133.23 70.22) (width 0.25) (layer F.Cu) (net 59) (tstamp 60AA0CA3)) + (segment (start 132.68 68.4) (end 133.23 68.95) (width 0.25) (layer F.Cu) (net 59) (tstamp 60AA0CA4)) + (segment (start 138.13 67.02) (end 138.13 68.05) (width 0.25) (layer F.Cu) (net 60) (tstamp 60AA0CA5)) + (segment (start 138.13 68.05) (end 138.58 68.5) (width 0.25) (layer F.Cu) (net 60) (tstamp 60AA0CA6)) + (segment (start 138.58 68.5) (end 140.28 68.5) (width 0.25) (layer F.Cu) (net 60) (tstamp 60AA0CA7)) + (segment (start 140.83 69.05) (end 140.83 70.2) (width 0.25) (layer F.Cu) (net 60) (tstamp 60AA0CA8)) + (segment (start 140.28 68.5) (end 140.83 69.05) (width 0.25) (layer F.Cu) (net 60) (tstamp 60AA0CA9)) + (segment (start 156.03 69.25) (end 156.03 70.25) (width 0.25) (layer F.Cu) (net 61) (tstamp 60AA0D7C)) + (segment (start 155.48 68.7) (end 156.03 69.25) (width 0.25) (layer F.Cu) (net 61) (tstamp 60AA0D7D)) + (segment (start 153.78 68.7) (end 155.48 68.7) (width 0.25) (layer F.Cu) (net 61) (tstamp 60AA0D7E)) + (segment (start 153.33 68.25) (end 153.78 68.7) (width 0.25) (layer F.Cu) (net 61) (tstamp 60AA0D7F)) + (segment (start 153.33 67.04) (end 153.33 68.25) (width 0.25) (layer F.Cu) (net 61) (tstamp 60AA0D80)) + (segment (start 160.93 67.05) (end 160.93 68.15) (width 0.25) (layer F.Cu) (net 62) (tstamp 60AA0CAA)) + (segment (start 160.93 68.15) (end 161.38 68.6) (width 0.25) (layer F.Cu) (net 62) (tstamp 60AA0CAB)) + (segment (start 161.38 68.6) (end 163.08 68.6) (width 0.25) (layer F.Cu) (net 62) (tstamp 60AA0CAC)) + (segment (start 163.63 69.15) (end 163.63 70.26) (width 0.25) (layer F.Cu) (net 62) (tstamp 60AA0CAD)) + (segment (start 163.08 68.6) (end 163.63 69.15) (width 0.25) (layer F.Cu) (net 62) (tstamp 60AA0CAE)) + (segment (start 168.53 67.06) (end 168.53 68.05) (width 0.25) (layer F.Cu) (net 63) (tstamp 60AA0CAF)) + (segment (start 168.53 68.05) (end 168.98 68.5) (width 0.25) (layer F.Cu) (net 63) (tstamp 60AA0CB0)) + (segment (start 168.98 68.5) (end 170.78 68.5) (width 0.25) (layer F.Cu) (net 63) (tstamp 60AA0CB1)) + (segment (start 171.23 68.95) (end 171.23 70.2) (width 0.25) (layer F.Cu) (net 63) (tstamp 60AA0CB2)) + (segment (start 170.78 68.5) (end 171.23 68.95) (width 0.25) (layer F.Cu) (net 63) (tstamp 60AA0CB3)) + (segment (start 115.304 49.076) (end 115.304 50.324) (width 0.25) (layer F.Cu) (net 64) (tstamp 60AA0C6E)) + (segment (start 115.304 50.324) (end 115.68 50.7) (width 0.25) (layer F.Cu) (net 64) (tstamp 60AA0C6F)) + (segment (start 115.68 50.7) (end 117.48 50.7) (width 0.25) (layer F.Cu) (net 64) (tstamp 60AA0C70)) + (segment (start 118.03 51.25) (end 118.03 52.246) (width 0.25) (layer F.Cu) (net 64) (tstamp 60AA0C71)) + (segment (start 117.48 50.7) (end 118.03 51.25) (width 0.25) (layer F.Cu) (net 64) (tstamp 60AA0C72)) + (segment (start 176.13 67) (end 176.13 68.05) (width 0.25) (layer F.Cu) (net 65) (tstamp 60AA0CB4)) + (segment (start 176.13 68.05) (end 176.68 68.6) (width 0.25) (layer F.Cu) (net 65) (tstamp 60AA0CB5)) + (segment (start 176.68 68.6) (end 178.48 68.6) (width 0.25) (layer F.Cu) (net 65) (tstamp 60AA0CB6)) + (segment (start 178.83 68.95) (end 178.83 70.2) (width 0.25) (layer F.Cu) (net 65) (tstamp 60AA0CB7)) + (segment (start 178.48 68.6) (end 178.83 68.95) (width 0.25) (layer F.Cu) (net 65) (tstamp 60AA0CB8)) + (segment (start 115.33 74.06) (end 115.33 75.05) (width 0.25) (layer F.Cu) (net 66) (tstamp 60AA0CB9)) + (segment (start 115.33 75.05) (end 115.88 75.6) (width 0.25) (layer F.Cu) (net 66) (tstamp 60AA0CBA)) + (segment (start 115.88 75.6) (end 117.48 75.6) (width 0.25) (layer F.Cu) (net 66) (tstamp 60AA0CBB)) + (segment (start 118.03 76.15) (end 118.03 77.27) (width 0.25) (layer F.Cu) (net 66) (tstamp 60AA0CBC)) + (segment (start 117.48 75.6) (end 118.03 76.15) (width 0.25) (layer F.Cu) (net 66) (tstamp 60AA0CBD)) + (segment (start 122.93 74.07) (end 122.93 75.15) (width 0.25) (layer F.Cu) (net 67) (tstamp 60AA0CBE)) + (segment (start 122.93 75.15) (end 123.38 75.6) (width 0.25) (layer F.Cu) (net 67) (tstamp 60AA0CBF)) + (segment (start 123.38 75.6) (end 125.18 75.6) (width 0.25) (layer F.Cu) (net 67) (tstamp 60AA0CC0)) + (segment (start 125.63 76.05) (end 125.63 77.28) (width 0.25) (layer F.Cu) (net 67) (tstamp 60AA0CC1)) + (segment (start 125.18 75.6) (end 125.63 76.05) (width 0.25) (layer F.Cu) (net 67) (tstamp 60AA0CC2)) + (segment (start 130.53 74.08) (end 130.53 75.15) (width 0.25) (layer F.Cu) (net 68) (tstamp 60AA0CC3)) + (segment (start 130.53 75.15) (end 130.98 75.6) (width 0.25) (layer F.Cu) (net 68) (tstamp 60AA0CC4)) + (segment (start 130.98 75.6) (end 132.78 75.6) (width 0.25) (layer F.Cu) (net 68) (tstamp 60AA0CC5)) + (segment (start 133.23 76.05) (end 133.23 77.27) (width 0.25) (layer F.Cu) (net 68) (tstamp 60AA0CC6)) + (segment (start 132.78 75.6) (end 133.23 76.05) (width 0.25) (layer F.Cu) (net 68) (tstamp 60AA0CC7)) + (segment (start 138.13 74.07) (end 138.13 75.15) (width 0.25) (layer F.Cu) (net 69) (tstamp 60AA0D81)) + (segment (start 138.13 75.15) (end 138.48 75.5) (width 0.25) (layer F.Cu) (net 69) (tstamp 60AA0D82)) + (segment (start 138.48 75.5) (end 140.38 75.5) (width 0.25) (layer F.Cu) (net 69) (tstamp 60AA0D83)) + (segment (start 140.83 75.95) (end 140.83 77.27) (width 0.25) (layer F.Cu) (net 69) (tstamp 60AA0D84)) + (segment (start 140.38 75.5) (end 140.83 75.95) (width 0.25) (layer F.Cu) (net 69) (tstamp 60AA0D85)) + (segment (start 153.39 74.05) (end 153.39 75.11) (width 0.25) (layer F.Cu) (net 70) (tstamp 60AA0CC8)) + (segment (start 153.39 75.11) (end 153.98 75.7) (width 0.25) (layer F.Cu) (net 70) (tstamp 60AA0CC9)) + (segment (start 153.98 75.7) (end 155.48 75.7) (width 0.25) (layer F.Cu) (net 70) (tstamp 60AA0CCA)) + (segment (start 156.03 76.25) (end 156.03 77.3) (width 0.25) (layer F.Cu) (net 70) (tstamp 60AA0CCB)) + (segment (start 155.48 75.7) (end 156.03 76.25) (width 0.25) (layer F.Cu) (net 70) (tstamp 60AA0CCC)) + (segment (start 160.93 74.1) (end 160.93 75.05) (width 0.25) (layer F.Cu) (net 71) (tstamp 60AA0CCD)) + (segment (start 160.93 75.05) (end 161.38 75.5) (width 0.25) (layer F.Cu) (net 71) (tstamp 60AA0CCE)) + (segment (start 161.38 75.5) (end 162.98 75.5) (width 0.25) (layer F.Cu) (net 71) (tstamp 60AA0CCF)) + (segment (start 163.63 76.15) (end 163.63 77.3) (width 0.25) (layer F.Cu) (net 71) (tstamp 60AA0CD0)) + (segment (start 162.98 75.5) (end 163.63 76.15) (width 0.25) (layer F.Cu) (net 71) (tstamp 60AA0CD1)) + (segment (start 168.53 74.1) (end 168.53 75.15) (width 0.25) (layer F.Cu) (net 72) (tstamp 60AA0D86)) + (segment (start 168.53 75.15) (end 169.08 75.7) (width 0.25) (layer F.Cu) (net 72) (tstamp 60AA0D87)) + (segment (start 169.08 75.7) (end 170.88 75.7) (width 0.25) (layer F.Cu) (net 72) (tstamp 60AA0D88)) + (segment (start 171.23 76.05) (end 171.23 77.3) (width 0.25) (layer F.Cu) (net 72) (tstamp 60AA0D89)) + (segment (start 170.88 75.7) (end 171.23 76.05) (width 0.25) (layer F.Cu) (net 72) (tstamp 60AA0D8A)) + (segment (start 122.93 49.046) (end 122.93 50.05) (width 0.25) (layer F.Cu) (net 73) (tstamp 60AA0C73)) + (segment (start 122.93 50.05) (end 123.28 50.4) (width 0.25) (layer F.Cu) (net 73) (tstamp 60AA0C74)) + (segment (start 123.28 50.4) (end 125.18 50.4) (width 0.25) (layer F.Cu) (net 73) (tstamp 60AA0C75)) + (segment (start 125.63 50.85) (end 125.63 52.226) (width 0.25) (layer F.Cu) (net 73) (tstamp 60AA0C76)) + (segment (start 125.18 50.4) (end 125.63 50.85) (width 0.25) (layer F.Cu) (net 73) (tstamp 60AA0C77)) + (segment (start 176.13 74.1) (end 176.13 75.05) (width 0.25) (layer F.Cu) (net 74) (tstamp 60AA0CD2)) + (segment (start 176.13 75.05) (end 176.68 75.6) (width 0.25) (layer F.Cu) (net 74) (tstamp 60AA0CD3)) + (segment (start 176.68 75.6) (end 178.38 75.6) (width 0.25) (layer F.Cu) (net 74) (tstamp 60AA0CD4)) + (segment (start 178.83 76.05) (end 178.83 77.3) (width 0.25) (layer F.Cu) (net 74) (tstamp 60AA0CD5)) + (segment (start 178.38 75.6) (end 178.83 76.05) (width 0.25) (layer F.Cu) (net 74) (tstamp 60AA0CD6)) + (segment (start 115.33 81.09) (end 115.33 82.15) (width 0.25) (layer F.Cu) (net 75) (tstamp 60AA0CD7)) + (segment (start 115.33 82.15) (end 115.68 82.5) (width 0.25) (layer F.Cu) (net 75) (tstamp 60AA0CD8)) + (segment (start 115.68 82.5) (end 117.58 82.5) (width 0.25) (layer F.Cu) (net 75) (tstamp 60AA0CD9)) + (segment (start 118.03 82.95) (end 118.03 84.29) (width 0.25) (layer F.Cu) (net 75) (tstamp 60AA0CDA)) + (segment (start 117.58 82.5) (end 118.03 82.95) (width 0.25) (layer F.Cu) (net 75) (tstamp 60AA0CDB)) + (segment (start 122.93 81.09) (end 122.93 82.25) (width 0.25) (layer F.Cu) (net 76) (tstamp 60AA0D8B)) + (segment (start 122.93 82.25) (end 123.38 82.7) (width 0.25) (layer F.Cu) (net 76) (tstamp 60AA0D8C)) + (segment (start 123.38 82.7) (end 125.08 82.7) (width 0.25) (layer F.Cu) (net 76) (tstamp 60AA0D8D)) + (segment (start 125.63 83.25) (end 125.63 84.3) (width 0.25) (layer F.Cu) (net 76) (tstamp 60AA0D8E)) + (segment (start 125.08 82.7) (end 125.63 83.25) (width 0.25) (layer F.Cu) (net 76) (tstamp 60AA0D8F)) + (segment (start 130.53 81.1) (end 130.53 82.15) (width 0.25) (layer F.Cu) (net 77) (tstamp 60AA0CDC)) + (segment (start 130.53 82.15) (end 130.98 82.6) (width 0.25) (layer F.Cu) (net 77) (tstamp 60AA0CDD)) + (segment (start 130.98 82.6) (end 132.68 82.6) (width 0.25) (layer F.Cu) (net 77) (tstamp 60AA0CDE)) + (segment (start 133.23 83.15) (end 133.23 84.3) (width 0.25) (layer F.Cu) (net 77) (tstamp 60AA0CDF)) + (segment (start 132.68 82.6) (end 133.23 83.15) (width 0.25) (layer F.Cu) (net 77) (tstamp 60AA0CE0)) + (segment (start 138.13 81.1) (end 138.13 82.25) (width 0.25) (layer F.Cu) (net 78) (tstamp 60AA0CE1)) + (segment (start 138.13 82.25) (end 138.48 82.6) (width 0.25) (layer F.Cu) (net 78) (tstamp 60AA0CE2)) + (segment (start 138.48 82.6) (end 140.08 82.6) (width 0.25) (layer F.Cu) (net 78) (tstamp 60AA0CE3)) + (segment (start 140.83 83.35) (end 140.83 84.3) (width 0.25) (layer F.Cu) (net 78) (tstamp 60AA0CE4)) + (segment (start 140.08 82.6) (end 140.83 83.35) (width 0.25) (layer F.Cu) (net 78) (tstamp 60AA0CE5)) + (segment (start 153.33 81.1) (end 153.33 82.15) (width 0.25) (layer F.Cu) (net 79) (tstamp 60AA0D90)) + (segment (start 153.33 82.15) (end 153.88 82.7) (width 0.25) (layer F.Cu) (net 79) (tstamp 60AA0D91)) + (segment (start 153.88 82.7) (end 155.78 82.7) (width 0.25) (layer F.Cu) (net 79) (tstamp 60AA0D92)) + (segment (start 156.03 82.95) (end 156.03 84.3) (width 0.25) (layer F.Cu) (net 79) (tstamp 60AA0D93)) + (segment (start 155.78 82.7) (end 156.03 82.95) (width 0.25) (layer F.Cu) (net 79) (tstamp 60AA0D94)) + (segment (start 160.93 81.1) (end 160.93 82.25) (width 0.25) (layer F.Cu) (net 80) (tstamp 60AA0CE6)) + (segment (start 160.93 82.25) (end 161.38 82.7) (width 0.25) (layer F.Cu) (net 80) (tstamp 60AA0CE7)) + (segment (start 161.38 82.7) (end 163.18 82.7) (width 0.25) (layer F.Cu) (net 80) (tstamp 60AA0CE8)) + (segment (start 163.63 83.15) (end 163.63 84.3) (width 0.25) (layer F.Cu) (net 80) (tstamp 60AA0CE9)) + (segment (start 163.18 82.7) (end 163.63 83.15) (width 0.25) (layer F.Cu) (net 80) (tstamp 60AA0CEA)) + (segment (start 168.53 81.1) (end 168.53 82.15) (width 0.25) (layer F.Cu) (net 81) (tstamp 60AA0CEB)) + (segment (start 168.53 82.15) (end 169.08 82.7) (width 0.25) (layer F.Cu) (net 81) (tstamp 60AA0CEC)) + (segment (start 169.08 82.7) (end 170.78 82.7) (width 0.25) (layer F.Cu) (net 81) (tstamp 60AA0CED)) + (segment (start 171.23 83.15) (end 171.23 84.3) (width 0.25) (layer F.Cu) (net 81) (tstamp 60AA0CEE)) + (segment (start 170.78 82.7) (end 171.23 83.15) (width 0.25) (layer F.Cu) (net 81) (tstamp 60AA0CEF)) + (segment (start 130.53 49.026) (end 130.53 49.95) (width 0.25) (layer F.Cu) (net 82) (tstamp 60AA0C78)) + (segment (start 130.53 49.95) (end 130.88 50.3) (width 0.25) (layer F.Cu) (net 82) (tstamp 60AA0C79)) + (segment (start 130.88 50.3) (end 132.58 50.3) (width 0.25) (layer F.Cu) (net 82) (tstamp 60AA0C7A)) + (segment (start 133.23 50.95) (end 133.23 52.176) (width 0.25) (layer F.Cu) (net 82) (tstamp 60AA0C7B)) + (segment (start 132.58 50.3) (end 133.23 50.95) (width 0.25) (layer F.Cu) (net 82) (tstamp 60AA0C7C)) + (segment (start 176.13 81.1) (end 176.13 82.15) (width 0.25) (layer F.Cu) (net 83) (tstamp 60AA0CF0)) + (segment (start 176.13 82.15) (end 176.58 82.6) (width 0.25) (layer F.Cu) (net 83) (tstamp 60AA0CF1)) + (segment (start 176.58 82.6) (end 178.18 82.6) (width 0.25) (layer F.Cu) (net 83) (tstamp 60AA0CF2)) + (segment (start 178.83 83.25) (end 178.83 84.3) (width 0.25) (layer F.Cu) (net 83) (tstamp 60AA0CF3)) + (segment (start 178.18 82.6) (end 178.83 83.25) (width 0.25) (layer F.Cu) (net 83) (tstamp 60AA0CF4)) + (segment (start 115.33 88.07) (end 115.33 89.15) (width 0.25) (layer F.Cu) (net 84) (tstamp 60AA0CF5)) + (segment (start 115.33 89.15) (end 115.68 89.5) (width 0.25) (layer F.Cu) (net 84) (tstamp 60AA0CF6)) + (segment (start 115.68 89.5) (end 117.48 89.5) (width 0.25) (layer F.Cu) (net 84) (tstamp 60AA0CF7)) + (segment (start 118.03 90.05) (end 118.03 91.27) (width 0.25) (layer F.Cu) (net 84) (tstamp 60AA0CF8)) + (segment (start 117.48 89.5) (end 118.03 90.05) (width 0.25) (layer F.Cu) (net 84) (tstamp 60AA0CF9)) + (segment (start 122.93 88.07) (end 122.93 89.05) (width 0.25) (layer F.Cu) (net 85) (tstamp 60AA0CFA)) + (segment (start 122.93 89.05) (end 123.48 89.6) (width 0.25) (layer F.Cu) (net 85) (tstamp 60AA0CFB)) + (segment (start 123.48 89.6) (end 125.18 89.6) (width 0.25) (layer F.Cu) (net 85) (tstamp 60AA0CFC)) + (segment (start 125.63 90.05) (end 125.63 91.27) (width 0.25) (layer F.Cu) (net 85) (tstamp 60AA0CFD)) + (segment (start 125.18 89.6) (end 125.63 90.05) (width 0.25) (layer F.Cu) (net 85) (tstamp 60AA0CFE)) + (segment (start 130.53 88.07) (end 130.53 89.15) (width 0.25) (layer F.Cu) (net 86) (tstamp 60AA0CFF)) + (segment (start 130.53 89.15) (end 130.98 89.6) (width 0.25) (layer F.Cu) (net 86) (tstamp 60AA0D00)) + (segment (start 130.98 89.6) (end 132.68 89.6) (width 0.25) (layer F.Cu) (net 86) (tstamp 60AA0D01)) + (segment (start 133.23 90.15) (end 133.23 91.24) (width 0.25) (layer F.Cu) (net 86) (tstamp 60AA0D02)) + (segment (start 132.68 89.6) (end 133.23 90.15) (width 0.25) (layer F.Cu) (net 86) (tstamp 60AA0D03)) + (segment (start 138.13 88.04) (end 138.13 89.15) (width 0.25) (layer F.Cu) (net 87) (tstamp 60AA0D95)) + (segment (start 138.13 89.15) (end 138.48 89.5) (width 0.25) (layer F.Cu) (net 87) (tstamp 60AA0D96)) + (segment (start 138.48 89.5) (end 140.08 89.5) (width 0.25) (layer F.Cu) (net 87) (tstamp 60AA0D97)) + (segment (start 140.83 90.25) (end 140.83 91.3) (width 0.25) (layer F.Cu) (net 87) (tstamp 60AA0D98)) + (segment (start 140.08 89.5) (end 140.83 90.25) (width 0.25) (layer F.Cu) (net 87) (tstamp 60AA0D99)) + (segment (start 153.33 88.1) (end 153.33 89.05) (width 0.25) (layer F.Cu) (net 88) (tstamp 60AA0D04)) + (segment (start 153.33 89.05) (end 153.88 89.6) (width 0.25) (layer F.Cu) (net 88) (tstamp 60AA0D05)) + (segment (start 153.88 89.6) (end 155.38 89.6) (width 0.25) (layer F.Cu) (net 88) (tstamp 60AA0D06)) + (segment (start 156.03 90.25) (end 156.03 91.3) (width 0.25) (layer F.Cu) (net 88) (tstamp 60AA0D07)) + (segment (start 155.38 89.6) (end 156.03 90.25) (width 0.25) (layer F.Cu) (net 88) (tstamp 60AA0D08)) + (segment (start 160.93 88.1) (end 160.93 89.15) (width 0.25) (layer F.Cu) (net 89) (tstamp 60AA0D09)) + (segment (start 160.93 89.15) (end 161.58 89.8) (width 0.25) (layer F.Cu) (net 89) (tstamp 60AA0D0A)) + (segment (start 161.58 89.8) (end 163.18 89.8) (width 0.25) (layer F.Cu) (net 89) (tstamp 60AA0D0B)) + (segment (start 163.63 90.25) (end 163.63 91.3) (width 0.25) (layer F.Cu) (net 89) (tstamp 60AA0D0C)) + (segment (start 163.18 89.8) (end 163.63 90.25) (width 0.25) (layer F.Cu) (net 89) (tstamp 60AA0D0D)) + (segment (start 168.53 88.1) (end 168.53 89.05) (width 0.25) (layer F.Cu) (net 90) (tstamp 60AA0D9A)) + (segment (start 168.53 89.05) (end 169.08 89.6) (width 0.25) (layer F.Cu) (net 90) (tstamp 60AA0D9B)) + (segment (start 169.08 89.6) (end 170.68 89.6) (width 0.25) (layer F.Cu) (net 90) (tstamp 60AA0D9C)) + (segment (start 171.23 90.15) (end 171.23 91.3) (width 0.25) (layer F.Cu) (net 90) (tstamp 60AA0D9D)) + (segment (start 170.68 89.6) (end 171.23 90.15) (width 0.25) (layer F.Cu) (net 90) (tstamp 60AA0D9E)) + (segment (start 176.13 88.1) (end 176.13 89.15) (width 0.25) (layer F.Cu) (net 91) (tstamp 60AA0D0E)) + (segment (start 176.13 89.15) (end 176.68 89.7) (width 0.25) (layer F.Cu) (net 91) (tstamp 60AA0D0F)) + (segment (start 176.68 89.7) (end 178.28 89.7) (width 0.25) (layer F.Cu) (net 91) (tstamp 60AA0D10)) + (segment (start 178.83 90.25) (end 178.83 91.3) (width 0.25) (layer F.Cu) (net 91) (tstamp 60AA0D11)) + (segment (start 178.28 89.7) (end 178.83 90.25) (width 0.25) (layer F.Cu) (net 91) (tstamp 60AA0D12)) + (segment (start 115.33 95.1) (end 115.33 96.15) (width 0.25) (layer F.Cu) (net 92) (tstamp 60AA0D13)) + (segment (start 115.33 96.15) (end 115.78 96.6) (width 0.25) (layer F.Cu) (net 92) (tstamp 60AA0D14)) + (segment (start 115.78 96.6) (end 117.48 96.6) (width 0.25) (layer F.Cu) (net 92) (tstamp 60AA0D15)) + (segment (start 118.03 97.15) (end 118.03 98.3) (width 0.25) (layer F.Cu) (net 92) (tstamp 60AA0D16)) + (segment (start 117.48 96.6) (end 118.03 97.15) (width 0.25) (layer F.Cu) (net 92) (tstamp 60AA0D17)) + (segment (start 122.93 95.1) (end 122.93 96.25) (width 0.25) (layer F.Cu) (net 93) (tstamp 60AA0D9F)) + (segment (start 122.93 96.25) (end 123.28 96.6) (width 0.25) (layer F.Cu) (net 93) (tstamp 60AA0DA0)) + (segment (start 123.28 96.6) (end 125.08 96.6) (width 0.25) (layer F.Cu) (net 93) (tstamp 60AA0DA1)) + (segment (start 125.63 97.15) (end 125.63 98.3) (width 0.25) (layer F.Cu) (net 93) (tstamp 60AA0DA2)) + (segment (start 125.08 96.6) (end 125.63 97.15) (width 0.25) (layer F.Cu) (net 93) (tstamp 60AA0DA3)) + (segment (start 130.53 95.1) (end 130.53 96.15) (width 0.25) (layer F.Cu) (net 94) (tstamp 60AA0D18)) + (segment (start 130.53 96.15) (end 131.08 96.7) (width 0.25) (layer F.Cu) (net 94) (tstamp 60AA0D19)) + (segment (start 131.08 96.7) (end 132.58 96.7) (width 0.25) (layer F.Cu) (net 94) (tstamp 60AA0D1A)) + (segment (start 133.23 97.35) (end 133.23 98.3) (width 0.25) (layer F.Cu) (net 94) (tstamp 60AA0D1B)) + (segment (start 132.58 96.7) (end 133.23 97.35) (width 0.25) (layer F.Cu) (net 94) (tstamp 60AA0D1C)) + (segment (start 138.13 95.1) (end 138.13 96.05) (width 0.25) (layer F.Cu) (net 95) (tstamp 60AA0D1D)) + (segment (start 138.13 96.05) (end 138.68 96.6) (width 0.25) (layer F.Cu) (net 95) (tstamp 60AA0D1E)) + (segment (start 138.68 96.6) (end 140.28 96.6) (width 0.25) (layer F.Cu) (net 95) (tstamp 60AA0D1F)) + (segment (start 140.83 97.15) (end 140.83 98.27) (width 0.25) (layer F.Cu) (net 95) (tstamp 60AA0D20)) + (segment (start 140.28 96.6) (end 140.83 97.15) (width 0.25) (layer F.Cu) (net 95) (tstamp 60AA0D21)) + (segment (start 153.33 95.1) (end 153.33 96.25) (width 0.25) (layer F.Cu) (net 96) (tstamp 60AA0DA4)) + (segment (start 153.33 96.25) (end 153.88 96.8) (width 0.25) (layer F.Cu) (net 96) (tstamp 60AA0DA5)) + (segment (start 153.88 96.8) (end 155.58 96.8) (width 0.25) (layer F.Cu) (net 96) (tstamp 60AA0DA6)) + (segment (start 156.03 97.25) (end 156.03 98.3) (width 0.25) (layer F.Cu) (net 96) (tstamp 60AA0DA7)) + (segment (start 155.58 96.8) (end 156.03 97.25) (width 0.25) (layer F.Cu) (net 96) (tstamp 60AA0DA8)) + (segment (start 160.93 95.1) (end 160.93 96.25) (width 0.25) (layer F.Cu) (net 97) (tstamp 60AA0D22)) + (segment (start 160.93 96.25) (end 161.48 96.8) (width 0.25) (layer F.Cu) (net 97) (tstamp 60AA0D23)) + (segment (start 161.48 96.8) (end 163.08 96.8) (width 0.25) (layer F.Cu) (net 97) (tstamp 60AA0D24)) + (segment (start 163.63 97.35) (end 163.63 98.3) (width 0.25) (layer F.Cu) (net 97) (tstamp 60AA0D25)) + (segment (start 163.08 96.8) (end 163.63 97.35) (width 0.25) (layer F.Cu) (net 97) (tstamp 60AA0D26)) + (segment (start 168.53 95.1) (end 168.53 96.25) (width 0.25) (layer F.Cu) (net 98) (tstamp 60AA0D27)) + (segment (start 168.53 96.25) (end 168.98 96.7) (width 0.25) (layer F.Cu) (net 98) (tstamp 60AA0D28)) + (segment (start 168.98 96.7) (end 170.78 96.7) (width 0.25) (layer F.Cu) (net 98) (tstamp 60AA0D29)) + (segment (start 171.23 97.15) (end 171.23 98.3) (width 0.25) (layer F.Cu) (net 98) (tstamp 60AA0D2A)) + (segment (start 170.78 96.7) (end 171.23 97.15) (width 0.25) (layer F.Cu) (net 98) (tstamp 60AA0D2B)) + (segment (start 176.13 95.1) (end 176.13 96.35) (width 0.25) (layer F.Cu) (net 99) (tstamp 60AA0D2C)) + (segment (start 176.13 96.35) (end 176.68 96.9) (width 0.25) (layer F.Cu) (net 99) (tstamp 60AA0D2D)) + (segment (start 176.68 96.9) (end 178.48 96.9) (width 0.25) (layer F.Cu) (net 99) (tstamp 60AA0D2E)) + (segment (start 178.83 97.25) (end 178.83 98.3) (width 0.25) (layer F.Cu) (net 99) (tstamp 60AA0D2F)) + (segment (start 178.48 96.9) (end 178.83 97.25) (width 0.25) (layer F.Cu) (net 99) (tstamp 60AA0D30)) + (segment (start 115.33 102.1) (end 115.33 103.15) (width 0.25) (layer F.Cu) (net 100) (tstamp 60AA0D31)) + (segment (start 115.33 103.15) (end 115.78 103.6) (width 0.25) (layer F.Cu) (net 100) (tstamp 60AA0D32)) + (segment (start 115.78 103.6) (end 117.68 103.6) (width 0.25) (layer F.Cu) (net 100) (tstamp 60AA0D33)) + (segment (start 118.03 103.95) (end 118.03 105.28) (width 0.25) (layer F.Cu) (net 100) (tstamp 60AA0D34)) + (segment (start 117.68 103.6) (end 118.03 103.95) (width 0.25) (layer F.Cu) (net 100) (tstamp 60AA0D35)) + (segment (start 122.93 102.08) (end 122.93 103.15) (width 0.25) (layer F.Cu) (net 101) (tstamp 60AA0D36)) + (segment (start 122.93 103.15) (end 123.48 103.7) (width 0.25) (layer F.Cu) (net 101) (tstamp 60AA0D37)) + (segment (start 123.48 103.7) (end 125.08 103.7) (width 0.25) (layer F.Cu) (net 101) (tstamp 60AA0D38)) + (segment (start 125.63 104.25) (end 125.63 105.3) (width 0.25) (layer F.Cu) (net 101) (tstamp 60AA0D39)) + (segment (start 125.08 103.7) (end 125.63 104.25) (width 0.25) (layer F.Cu) (net 101) (tstamp 60AA0D3A)) + (segment (start 130.53 102.1) (end 130.53 103.05) (width 0.25) (layer F.Cu) (net 102) (tstamp 60AA0D3B)) + (segment (start 130.53 103.05) (end 131.08 103.6) (width 0.25) (layer F.Cu) (net 102) (tstamp 60AA0D3C)) + (segment (start 131.08 103.6) (end 132.78 103.6) (width 0.25) (layer F.Cu) (net 102) (tstamp 60AA0D3D)) + (segment (start 133.23 104.05) (end 133.23 105.3) (width 0.25) (layer F.Cu) (net 102) (tstamp 60AA0D3E)) + (segment (start 132.78 103.6) (end 133.23 104.05) (width 0.25) (layer F.Cu) (net 102) (tstamp 60AA0D3F)) + (segment (start 138.13 102.1) (end 138.13 103.25) (width 0.25) (layer F.Cu) (net 103) (tstamp 60AA0DA9)) + (segment (start 138.13 103.25) (end 138.48 103.6) (width 0.25) (layer F.Cu) (net 103) (tstamp 60AA0DAA)) + (segment (start 138.48 103.6) (end 140.38 103.6) (width 0.25) (layer F.Cu) (net 103) (tstamp 60AA0DAB)) + (segment (start 140.83 104.05) (end 140.83 105.3) (width 0.25) (layer F.Cu) (net 103) (tstamp 60AA0DAC)) + (segment (start 140.38 103.6) (end 140.83 104.05) (width 0.25) (layer F.Cu) (net 103) (tstamp 60AA0DAD)) + (segment (start 153.33 102.1) (end 153.33 103.15) (width 0.25) (layer F.Cu) (net 104) (tstamp 60AA0D40)) + (segment (start 153.33 103.15) (end 153.88 103.7) (width 0.25) (layer F.Cu) (net 104) (tstamp 60AA0D41)) + (segment (start 153.88 103.7) (end 155.58 103.7) (width 0.25) (layer F.Cu) (net 104) (tstamp 60AA0D42)) + (segment (start 156.03 104.15) (end 156.03 105.3) (width 0.25) (layer F.Cu) (net 104) (tstamp 60AA0D43)) + (segment (start 155.58 103.7) (end 156.03 104.15) (width 0.25) (layer F.Cu) (net 104) (tstamp 60AA0D44)) + (segment (start 160.93 102.1) (end 160.93 103.15) (width 0.25) (layer F.Cu) (net 105) (tstamp 60AA0D45)) + (segment (start 160.93 103.15) (end 161.48 103.7) (width 0.25) (layer F.Cu) (net 105) (tstamp 60AA0D46)) + (segment (start 161.48 103.7) (end 163.18 103.7) (width 0.25) (layer F.Cu) (net 105) (tstamp 60AA0D47)) + (segment (start 163.63 104.15) (end 163.63 105.3) (width 0.25) (layer F.Cu) (net 105) (tstamp 60AA0D48)) + (segment (start 163.18 103.7) (end 163.63 104.15) (width 0.25) (layer F.Cu) (net 105) (tstamp 60AA0D49)) + (segment (start 168.53 102.1) (end 168.53 103.15) (width 0.25) (layer F.Cu) (net 106) (tstamp 60AA0DAE)) + (segment (start 168.53 103.15) (end 169.08 103.7) (width 0.25) (layer F.Cu) (net 106) (tstamp 60AA0DAF)) + (segment (start 169.08 103.7) (end 170.68 103.7) (width 0.25) (layer F.Cu) (net 106) (tstamp 60AA0DB0)) + (segment (start 171.23 104.25) (end 171.23 105.3) (width 0.25) (layer F.Cu) (net 106) (tstamp 60AA0DB1)) + (segment (start 170.68 103.7) (end 171.23 104.25) (width 0.25) (layer F.Cu) (net 106) (tstamp 60AA0DB2)) + (segment (start 176.13 102.1) (end 176.13 103.25) (width 0.25) (layer F.Cu) (net 107) (tstamp 60AA0D4A)) + (segment (start 176.13 103.25) (end 176.58 103.7) (width 0.25) (layer F.Cu) (net 107) (tstamp 60AA0D4B)) + (segment (start 176.58 103.7) (end 178.28 103.7) (width 0.25) (layer F.Cu) (net 107) (tstamp 60AA0D4C)) + (segment (start 178.83 104.25) (end 178.83 105.3) (width 0.25) (layer F.Cu) (net 107) (tstamp 60AA0D4D)) + (segment (start 178.28 103.7) (end 178.83 104.25) (width 0.25) (layer F.Cu) (net 107) (tstamp 60AA0D4E)) + (segment (start 115.33 109.07) (end 115.33 110.25) (width 0.25) (layer F.Cu) (net 108) (tstamp 60AA0D4F)) + (segment (start 115.33 110.25) (end 115.78 110.7) (width 0.25) (layer F.Cu) (net 108) (tstamp 60AA0D50)) + (segment (start 115.78 110.7) (end 117.58 110.7) (width 0.25) (layer F.Cu) (net 108) (tstamp 60AA0D51)) + (segment (start 118.03 111.15) (end 118.03 112.23) (width 0.25) (layer F.Cu) (net 108) (tstamp 60AA0D52)) + (segment (start 117.58 110.7) (end 118.03 111.15) (width 0.25) (layer F.Cu) (net 108) (tstamp 60AA0D53)) + (segment (start 122.93 109.03) (end 122.93 110.05) (width 0.25) (layer F.Cu) (net 109) (tstamp 60AA0DB3)) + (segment (start 122.93 110.05) (end 123.48 110.6) (width 0.25) (layer F.Cu) (net 109) (tstamp 60AA0DB4)) + (segment (start 123.48 110.6) (end 125.18 110.6) (width 0.25) (layer F.Cu) (net 109) (tstamp 60AA0DB5)) + (segment (start 125.63 111.05) (end 125.63 112.19) (width 0.25) (layer F.Cu) (net 109) (tstamp 60AA0DB6)) + (segment (start 125.18 110.6) (end 125.63 111.05) (width 0.25) (layer F.Cu) (net 109) (tstamp 60AA0DB7)) + (segment (start 130.53 108.99) (end 130.53 109.85) (width 0.25) (layer F.Cu) (net 110) (tstamp 60AA0D54)) + (segment (start 130.53 109.85) (end 131.28 110.6) (width 0.25) (layer F.Cu) (net 110) (tstamp 60AA0D55)) + (segment (start 131.28 110.6) (end 132.88 110.6) (width 0.25) (layer F.Cu) (net 110) (tstamp 60AA0D56)) + (segment (start 133.23 110.95) (end 133.23 112.19) (width 0.25) (layer F.Cu) (net 110) (tstamp 60AA0D57)) + (segment (start 132.88 110.6) (end 133.23 110.95) (width 0.25) (layer F.Cu) (net 110) (tstamp 60AA0D58)) + (segment (start 138.13 108.99) (end 138.13 110.15) (width 0.25) (layer F.Cu) (net 111) (tstamp 60AA0D59)) + (segment (start 138.13 110.15) (end 138.48 110.5) (width 0.25) (layer F.Cu) (net 111) (tstamp 60AA0D5A)) + (segment (start 138.48 110.5) (end 140.58 110.5) (width 0.25) (layer F.Cu) (net 111) (tstamp 60AA0D5B)) + (segment (start 140.83 110.75) (end 140.83 112.19) (width 0.25) (layer F.Cu) (net 111) (tstamp 60AA0D5C)) + (segment (start 140.58 110.5) (end 140.83 110.75) (width 0.25) (layer F.Cu) (net 111) (tstamp 60AA0D5D)) + (segment (start 153.33 108.98) (end 153.33 110.15) (width 0.25) (layer F.Cu) (net 112) (tstamp 60AA0DB8)) + (segment (start 153.33 110.15) (end 153.68 110.5) (width 0.25) (layer F.Cu) (net 112) (tstamp 60AA0DB9)) + (segment (start 153.68 110.5) (end 155.68 110.5) (width 0.25) (layer F.Cu) (net 112) (tstamp 60AA0DBA)) + (segment (start 156.03 110.85) (end 156.03 112.19) (width 0.25) (layer F.Cu) (net 112) (tstamp 60AA0DBB)) + (segment (start 155.68 110.5) (end 156.03 110.85) (width 0.25) (layer F.Cu) (net 112) (tstamp 60AA0DBC)) + (segment (start 160.93 108.99) (end 160.93 110.15) (width 0.25) (layer F.Cu) (net 113) (tstamp 60AA0D5E)) + (segment (start 160.93 110.15) (end 161.28 110.5) (width 0.25) (layer F.Cu) (net 113) (tstamp 60AA0D5F)) + (segment (start 161.28 110.5) (end 163.18 110.5) (width 0.25) (layer F.Cu) (net 113) (tstamp 60AA0D60)) + (segment (start 163.63 110.95) (end 163.63 112.2) (width 0.25) (layer F.Cu) (net 113) (tstamp 60AA0D61)) + (segment (start 163.18 110.5) (end 163.63 110.95) (width 0.25) (layer F.Cu) (net 113) (tstamp 60AA0D62)) + (segment (start 168.53 109) (end 168.53 109.95) (width 0.25) (layer F.Cu) (net 114) (tstamp 60AA0D63)) + (segment (start 168.53 109.95) (end 168.98 110.4) (width 0.25) (layer F.Cu) (net 114) (tstamp 60AA0D64)) + (segment (start 168.98 110.4) (end 170.78 110.4) (width 0.25) (layer F.Cu) (net 114) (tstamp 60AA0D65)) + (segment (start 171.23 110.85) (end 171.23 112.2) (width 0.25) (layer F.Cu) (net 114) (tstamp 60AA0D66)) + (segment (start 170.78 110.4) (end 171.23 110.85) (width 0.25) (layer F.Cu) (net 114) (tstamp 60AA0D67)) + (segment (start 176.13 109) (end 176.13 110.05) (width 0.25) (layer F.Cu) (net 115) (tstamp 60AA0D68)) + (segment (start 176.13 110.05) (end 176.58 110.5) (width 0.25) (layer F.Cu) (net 115) (tstamp 60AA0D69)) + (segment (start 176.58 110.5) (end 178.48 110.5) (width 0.25) (layer F.Cu) (net 115) (tstamp 60AA0D6A)) + (segment (start 178.83 110.85) (end 178.83 112.22) (width 0.25) (layer F.Cu) (net 115) (tstamp 60AA0D6B)) + (segment (start 178.48 110.5) (end 178.83 110.85) (width 0.25) (layer F.Cu) (net 115) (tstamp 60AA0D6C)) + (segment (start 115.33 116.1) (end 115.33 117.25) (width 0.25) (layer F.Cu) (net 116) (tstamp 60AA0DBD)) + (segment (start 115.33 117.25) (end 115.68 117.6) (width 0.25) (layer F.Cu) (net 116) (tstamp 60AA0DBE)) + (segment (start 115.68 117.6) (end 117.58 117.6) (width 0.25) (layer F.Cu) (net 116) (tstamp 60AA0DBF)) + (segment (start 118.03 118.05) (end 118.03 119.3) (width 0.25) (layer F.Cu) (net 116) (tstamp 60AA0DC0)) + (segment (start 117.58 117.6) (end 118.03 118.05) (width 0.25) (layer F.Cu) (net 116) (tstamp 60AA0DC1)) + (segment (start 122.93 116.1) (end 122.93 117.25) (width 0.25) (layer F.Cu) (net 117) (tstamp 60AA0DC2)) + (segment (start 122.93 117.25) (end 123.38 117.7) (width 0.25) (layer F.Cu) (net 117) (tstamp 60AA0DC3)) + (segment (start 123.38 117.7) (end 125.18 117.7) (width 0.25) (layer F.Cu) (net 117) (tstamp 60AA0DC4)) + (segment (start 125.63 118.15) (end 125.63 119.23) (width 0.25) (layer F.Cu) (net 117) (tstamp 60AA0DC5)) + (segment (start 125.18 117.7) (end 125.63 118.15) (width 0.25) (layer F.Cu) (net 117) (tstamp 60AA0DC6)) + (segment (start 130.53 116.03) (end 130.53 117.25) (width 0.25) (layer F.Cu) (net 118) (tstamp 60AA0DC7)) + (segment (start 130.53 117.25) (end 130.88 117.6) (width 0.25) (layer F.Cu) (net 118) (tstamp 60AA0DC8)) + (segment (start 130.88 117.6) (end 132.78 117.6) (width 0.25) (layer F.Cu) (net 118) (tstamp 60AA0DC9)) + (segment (start 133.23 118.05) (end 133.23 119.24) (width 0.25) (layer F.Cu) (net 118) (tstamp 60AA0DCA)) + (segment (start 132.78 117.6) (end 133.23 118.05) (width 0.25) (layer F.Cu) (net 118) (tstamp 60AA0DCB)) + (segment (start 138.13 116.04) (end 138.13 117.15) (width 0.25) (layer F.Cu) (net 119) (tstamp 60AA0DCC)) + (segment (start 138.13 117.15) (end 138.58 117.6) (width 0.25) (layer F.Cu) (net 119) (tstamp 60AA0DCD)) + (segment (start 138.58 117.6) (end 140.48 117.6) (width 0.25) (layer F.Cu) (net 119) (tstamp 60AA0DCE)) + (segment (start 140.83 117.95) (end 140.83 119.23) (width 0.25) (layer F.Cu) (net 119) (tstamp 60AA0DCF)) + (segment (start 140.48 117.6) (end 140.83 117.95) (width 0.25) (layer F.Cu) (net 119) (tstamp 60AA0DD0)) + (segment (start 153.33 116.02) (end 153.33 117.15) (width 0.25) (layer F.Cu) (net 120) (tstamp 60AA0DD1)) + (segment (start 153.33 117.15) (end 153.78 117.6) (width 0.25) (layer F.Cu) (net 120) (tstamp 60AA0DD2)) + (segment (start 153.78 117.6) (end 155.68 117.6) (width 0.25) (layer F.Cu) (net 120) (tstamp 60AA0DD3)) + (segment (start 156.03 117.95) (end 156.03 119.23) (width 0.25) (layer F.Cu) (net 120) (tstamp 60AA0DD4)) + (segment (start 155.68 117.6) (end 156.03 117.95) (width 0.25) (layer F.Cu) (net 120) (tstamp 60AA0DD5)) + (segment (start 101.48 79.43) (end 101.49 79.42) (width 0.25) (layer F.Cu) (net 121) (tstamp 60AA0E0D)) + (segment (start 101.48 80.89) (end 101.48 79.43) (width 0.25) (layer F.Cu) (net 121) (tstamp 60AA0E0E)) + + (zone (net 4) (net_name Board_1-/ovladaci_prvky.sch/GND) (layer B.Cu) (tstamp 60AA1556) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 149 59.5) (xy 186 59.5) (xy 186 56) (xy 197 56) (xy 197 147) + (xy 97 147) (xy 97 47) (xy 149 47) + ) + ) + (filled_polygon + (pts + (xy 148.873 59.5) (xy 148.87544 59.524776) (xy 148.882667 59.548601) (xy 148.894403 59.570557) (xy 148.910197 59.589803) + (xy 148.929443 59.605597) (xy 148.951399 59.617333) (xy 148.975224 59.62456) (xy 149 59.627) (xy 186 59.627) + (xy 186.024776 59.62456) (xy 186.048601 59.617333) (xy 186.070557 59.605597) (xy 186.089803 59.589803) (xy 186.105597 59.570557) + (xy 186.117333 59.548601) (xy 186.12456 59.524776) (xy 186.127 59.5) (xy 186.127 56.127) (xy 196.373 56.127) + (xy 196.373001 141.972063) (xy 196.301434 142.77395) (xy 196.177 143.228808) (xy 196.177 142.687093) (xy 196.05491 142.073303) + (xy 195.815421 141.495126) (xy 195.467737 140.974781) (xy 195.025219 140.532263) (xy 194.504874 140.184579) (xy 193.926697 139.94509) + (xy 193.312907 139.823) (xy 192.687093 139.823) (xy 192.073303 139.94509) (xy 191.495126 140.184579) (xy 190.974781 140.532263) + (xy 190.532263 140.974781) (xy 190.184579 141.495126) (xy 189.94509 142.073303) (xy 189.823 142.687093) (xy 189.823 143.312907) + (xy 189.94509 143.926697) (xy 190.184579 144.504874) (xy 190.532263 145.025219) (xy 190.974781 145.467737) (xy 191.495126 145.815421) + (xy 192.073303 146.05491) (xy 192.687093 146.177) (xy 193.249184 146.177) (xy 192.633632 146.324781) (xy 191.977012 146.373) + (xy 102.027926 146.373) (xy 101.22605 146.301434) (xy 100.771192 146.177) (xy 101.312907 146.177) (xy 101.926697 146.05491) + (xy 102.504874 145.815421) (xy 103.025219 145.467737) (xy 103.467737 145.025219) (xy 103.554861 144.894828) (xy 104.432167 144.894828) + (xy 104.432167 145.105172) (xy 104.473203 145.311475) (xy 104.553698 145.505809) (xy 104.67056 145.680704) (xy 104.819296 145.82944) + (xy 104.994191 145.946302) (xy 105.188525 146.026797) (xy 105.394828 146.067833) (xy 105.605172 146.067833) (xy 105.811475 146.026797) + (xy 106.005809 145.946302) (xy 106.180704 145.82944) (xy 106.32944 145.680704) (xy 106.446302 145.505809) (xy 106.526797 145.311475) + (xy 106.567833 145.105172) (xy 106.567833 144.894828) (xy 106.526797 144.688525) (xy 106.446302 144.494191) (xy 106.32944 144.319296) + (xy 106.180704 144.17056) (xy 106.005809 144.053698) (xy 105.811475 143.973203) (xy 105.605172 143.932167) (xy 105.394828 143.932167) + (xy 105.188525 143.973203) (xy 104.994191 144.053698) (xy 104.819296 144.17056) (xy 104.67056 144.319296) (xy 104.553698 144.494191) + (xy 104.473203 144.688525) (xy 104.432167 144.894828) (xy 103.554861 144.894828) (xy 103.815421 144.504874) (xy 104.05491 143.926697) + (xy 104.177 143.312907) (xy 104.177 142.687093) (xy 104.05491 142.073303) (xy 103.815421 141.495126) (xy 103.467737 140.974781) + (xy 103.025219 140.532263) (xy 102.504874 140.184579) (xy 102.381127 140.133321) (xy 108.103 140.133321) (xy 108.103 140.266679) + (xy 108.129016 140.397474) (xy 108.18005 140.52068) (xy 108.25414 140.631563) (xy 108.348437 140.72586) (xy 108.45932 140.79995) + (xy 108.582526 140.850984) (xy 108.713321 140.877) (xy 108.846679 140.877) (xy 108.977474 140.850984) (xy 109.10068 140.79995) + (xy 109.211563 140.72586) (xy 109.285423 140.652) (xy 120.957795 140.652) (xy 120.98 140.654187) (xy 121.002205 140.652) + (xy 121.068607 140.64546) (xy 121.15381 140.619614) (xy 121.232333 140.577643) (xy 121.301159 140.521159) (xy 121.315323 140.5039) + (xy 123.819223 138) (xy 140.253 138) (xy 140.340372 139.082295) (xy 140.600225 140.136559) (xy 141.025828 141.135487) + (xy 141.60616 142.053208) (xy 142.326189 142.865953) (xy 143.167267 143.552672) (xy 144.107611 144.09558) (xy 145.122867 144.480616) + (xy 146.186739 144.697807) (xy 147.271674 144.741528) (xy 148.349573 144.610648) (xy 149.392519 144.308555) (xy 150.3735 143.843073) + (xy 151.267109 143.22626) (xy 152.050202 142.474089) (xy 152.702498 141.606041) (xy 153.207101 140.644599) (xy 153.253801 140.504714) + (xy 178.917232 140.504714) (xy 178.917232 140.895286) (xy 178.993428 141.278352) (xy 179.142894 141.639193) (xy 179.359883 141.963941) + (xy 179.636059 142.240117) (xy 179.960807 142.457106) (xy 180.321648 142.606572) (xy 180.704714 142.682768) (xy 181.095286 142.682768) + (xy 181.478352 142.606572) (xy 181.839193 142.457106) (xy 182.163941 142.240117) (xy 182.440117 141.963941) (xy 182.657106 141.639193) + (xy 182.806572 141.278352) (xy 182.882768 140.895286) (xy 182.882768 140.504714) (xy 182.806572 140.121648) (xy 182.657106 139.760807) + (xy 182.440117 139.436059) (xy 182.163941 139.159883) (xy 181.839193 138.942894) (xy 181.478352 138.793428) (xy 181.095286 138.717232) + (xy 180.704714 138.717232) (xy 180.321648 138.793428) (xy 179.960807 138.942894) (xy 179.636059 139.159883) (xy 179.359883 139.436059) + (xy 179.142894 139.760807) (xy 178.993428 140.121648) (xy 178.917232 140.504714) (xy 153.253801 140.504714) (xy 153.550944 139.614663) + (xy 153.725122 138.542908) (xy 153.725122 137.457092) (xy 153.550944 136.385337) (xy 153.207101 135.355401) (xy 152.702498 134.393959) + (xy 152.050202 133.525911) (xy 151.267109 132.77374) (xy 150.3735 132.156927) (xy 149.392519 131.691445) (xy 148.349573 131.389352) + (xy 147.271674 131.258472) (xy 146.186739 131.302193) (xy 145.122867 131.519384) (xy 144.107611 131.90442) (xy 143.167267 132.447328) + (xy 142.326189 133.134047) (xy 141.60616 133.946792) (xy 141.025828 134.864513) (xy 140.600225 135.863441) (xy 140.340372 136.917705) + (xy 140.253 138) (xy 123.819223 138) (xy 126.867225 134.952) (xy 127.874577 134.952) (xy 127.948437 135.02586) + (xy 128.05932 135.09995) (xy 128.182526 135.150984) (xy 128.313321 135.177) (xy 128.446679 135.177) (xy 128.577474 135.150984) + (xy 128.70068 135.09995) (xy 128.811563 135.02586) (xy 128.90586 134.931563) (xy 128.97995 134.82068) (xy 129.030984 134.697474) + (xy 129.057 134.566679) (xy 129.057 134.433321) (xy 129.030984 134.302526) (xy 128.97995 134.17932) (xy 128.90586 134.068437) + (xy 128.811563 133.97414) (xy 128.70068 133.90005) (xy 128.577474 133.849016) (xy 128.446679 133.823) (xy 128.313321 133.823) + (xy 128.182526 133.849016) (xy 128.05932 133.90005) (xy 127.948437 133.97414) (xy 127.874577 134.048) (xy 126.702204 134.048) + (xy 126.679999 134.045813) (xy 126.591392 134.05454) (xy 126.571562 134.060556) (xy 126.50619 134.080386) (xy 126.427667 134.122357) + (xy 126.358841 134.178841) (xy 126.344686 134.196089) (xy 120.792777 139.748) (xy 114.578428 139.748) (xy 114.611563 139.72586) + (xy 114.70586 139.631563) (xy 114.77995 139.52068) (xy 114.830984 139.397474) (xy 114.857 139.266679) (xy 114.857 139.133321) + (xy 114.830984 139.002526) (xy 114.77995 138.87932) (xy 114.70586 138.768437) (xy 114.632 138.694577) (xy 114.632 138.322202) + (xy 114.634187 138.299999) (xy 114.632 138.277795) (xy 114.62546 138.211393) (xy 114.599614 138.12619) (xy 114.557643 138.047667) + (xy 114.501159 137.978841) (xy 114.48391 137.964685) (xy 113.815323 137.2961) (xy 113.801159 137.278841) (xy 113.732333 137.222357) + (xy 113.65381 137.180386) (xy 113.568607 137.15454) (xy 113.502205 137.148) (xy 113.48 137.145813) (xy 113.457795 137.148) + (xy 111.767225 137.148) (xy 111.432 136.812777) (xy 111.432 136.405423) (xy 111.50586 136.331563) (xy 111.57995 136.22068) + (xy 111.630984 136.097474) (xy 111.657 135.966679) (xy 111.657 135.833321) (xy 111.630984 135.702526) (xy 111.57995 135.57932) + (xy 111.50586 135.468437) (xy 111.411563 135.37414) (xy 111.30068 135.30005) (xy 111.177474 135.249016) (xy 111.046679 135.223) + (xy 110.913321 135.223) (xy 110.782526 135.249016) (xy 110.65932 135.30005) (xy 110.548437 135.37414) (xy 110.45414 135.468437) + (xy 110.38005 135.57932) (xy 110.329016 135.702526) (xy 110.303 135.833321) (xy 110.303 135.966679) (xy 110.329016 136.097474) + (xy 110.38005 136.22068) (xy 110.45414 136.331563) (xy 110.528001 136.405424) (xy 110.528 136.977795) (xy 110.525813 137) + (xy 110.53454 137.088607) (xy 110.552557 137.148) (xy 110.560386 137.173809) (xy 110.602357 137.252332) (xy 110.658841 137.321159) + (xy 110.6761 137.335323) (xy 111.244685 137.90391) (xy 111.258841 137.921159) (xy 111.327667 137.977643) (xy 111.40619 138.019614) + (xy 111.491392 138.04546) (xy 111.579999 138.054187) (xy 111.602204 138.052) (xy 113.292777 138.052) (xy 113.728001 138.487225) + (xy 113.728001 138.694576) (xy 113.65414 138.768437) (xy 113.58005 138.87932) (xy 113.529016 139.002526) (xy 113.503 139.133321) + (xy 113.503 139.266679) (xy 113.529016 139.397474) (xy 113.58005 139.52068) (xy 113.65414 139.631563) (xy 113.748437 139.72586) + (xy 113.781572 139.748) (xy 109.285423 139.748) (xy 109.211563 139.67414) (xy 109.10068 139.60005) (xy 108.977474 139.549016) + (xy 108.846679 139.523) (xy 108.713321 139.523) (xy 108.582526 139.549016) (xy 108.45932 139.60005) (xy 108.348437 139.67414) + (xy 108.25414 139.768437) (xy 108.18005 139.87932) (xy 108.129016 140.002526) (xy 108.103 140.133321) (xy 102.381127 140.133321) + (xy 101.926697 139.94509) (xy 101.312907 139.823) (xy 100.687093 139.823) (xy 100.073303 139.94509) (xy 99.495126 140.184579) + (xy 98.974781 140.532263) (xy 98.532263 140.974781) (xy 98.184579 141.495126) (xy 97.94509 142.073303) (xy 97.823 142.687093) + (xy 97.823 143.249184) (xy 97.675219 142.633632) (xy 97.627 141.977012) (xy 97.627 124.533321) (xy 109.723 124.533321) + (xy 109.723 124.666679) (xy 109.749016 124.797474) (xy 109.80005 124.92068) (xy 109.87414 125.031563) (xy 109.968437 125.12586) + (xy 110.07932 125.19995) (xy 110.202526 125.250984) (xy 110.333321 125.277) (xy 110.466679 125.277) (xy 110.597474 125.250984) + (xy 110.72068 125.19995) (xy 110.831563 125.12586) (xy 110.92586 125.031563) (xy 110.99995 124.92068) (xy 111.050984 124.797474) + (xy 111.077 124.666679) (xy 111.077 124.533321) (xy 111.050984 124.402526) (xy 110.99995 124.27932) (xy 110.92586 124.168437) + (xy 110.902 124.144577) (xy 110.902 122.907934) (xy 111.407936 122.402) (xy 184.355357 122.402) (xy 184.38 122.404427) + (xy 184.404643 122.402) (xy 184.404653 122.402) (xy 184.478409 122.394736) (xy 184.573036 122.366031) (xy 184.660245 122.319417) + (xy 184.736684 122.256684) (xy 184.752401 122.237533) (xy 185.817538 121.172397) (xy 185.836684 121.156684) (xy 185.899417 121.080245) + (xy 185.946031 120.993036) (xy 185.974736 120.898409) (xy 185.982 120.824653) (xy 185.982 120.824643) (xy 185.984427 120.8) + (xy 185.982 120.775357) (xy 185.982 117.255423) (xy 186.00586 117.231563) (xy 186.07995 117.12068) (xy 186.130984 116.997474) + (xy 186.157 116.866679) (xy 186.157 116.733321) (xy 186.130984 116.602526) (xy 186.07995 116.47932) (xy 186.00586 116.368437) + (xy 185.911563 116.27414) (xy 185.80068 116.20005) (xy 185.677474 116.149016) (xy 185.546679 116.123) (xy 185.413321 116.123) + (xy 185.282526 116.149016) (xy 185.15932 116.20005) (xy 185.048437 116.27414) (xy 184.95414 116.368437) (xy 184.88005 116.47932) + (xy 184.829016 116.602526) (xy 184.803 116.733321) (xy 184.803 116.866679) (xy 184.829016 116.997474) (xy 184.88005 117.12068) + (xy 184.95414 117.231563) (xy 184.978 117.255423) (xy 184.978001 120.592064) (xy 184.172066 121.398) (xy 111.224643 121.398) + (xy 111.2 121.395573) (xy 111.175357 121.398) (xy 111.175347 121.398) (xy 111.101591 121.405264) (xy 111.006964 121.433969) + (xy 110.919755 121.480583) (xy 110.919753 121.480584) (xy 110.919754 121.480584) (xy 110.862464 121.5276) (xy 110.862456 121.527608) + (xy 110.843316 121.543316) (xy 110.827607 121.562457) (xy 110.062463 122.327603) (xy 110.043317 122.343316) (xy 110.027604 122.362462) + (xy 110.027601 122.362465) (xy 109.980584 122.419755) (xy 109.93397 122.506964) (xy 109.905265 122.601591) (xy 109.895573 122.7) + (xy 109.898001 122.724653) (xy 109.898 124.144577) (xy 109.87414 124.168437) (xy 109.80005 124.27932) (xy 109.749016 124.402526) + (xy 109.723 124.533321) (xy 97.627 124.533321) (xy 97.627 117.223472) (xy 107.803 117.223472) (xy 107.803 117.376528) + (xy 107.832859 117.526643) (xy 107.891431 117.668048) (xy 107.976464 117.795309) (xy 108.084691 117.903536) (xy 108.211952 117.988569) + (xy 108.353357 118.047141) (xy 108.503472 118.077) (xy 108.656528 118.077) (xy 108.806643 118.047141) (xy 108.948048 117.988569) + (xy 109.075309 117.903536) (xy 109.183536 117.795309) (xy 109.268569 117.668048) (xy 109.327141 117.526643) (xy 109.357 117.376528) + (xy 109.357 117.223472) (xy 109.327141 117.073357) (xy 109.268569 116.931952) (xy 109.183536 116.804691) (xy 109.082 116.703155) + (xy 109.082 115.907934) (xy 109.587936 115.402) (xy 184.455357 115.402) (xy 184.48 115.404427) (xy 184.504643 115.402) + (xy 184.504653 115.402) (xy 184.578409 115.394736) (xy 184.673036 115.366031) (xy 184.760245 115.319417) (xy 184.836684 115.256684) + (xy 184.852401 115.237533) (xy 185.917538 114.172397) (xy 185.936684 114.156684) (xy 185.999417 114.080245) (xy 186.046031 113.993036) + (xy 186.074736 113.898409) (xy 186.082 113.824653) (xy 186.082 113.824643) (xy 186.084427 113.8) (xy 186.082 113.775357) + (xy 186.082 110.455423) (xy 186.10586 110.431563) (xy 186.17995 110.32068) (xy 186.230984 110.197474) (xy 186.257 110.066679) + (xy 186.257 109.933321) (xy 186.230984 109.802526) (xy 186.17995 109.67932) (xy 186.10586 109.568437) (xy 186.011563 109.47414) + (xy 185.90068 109.40005) (xy 185.777474 109.349016) (xy 185.646679 109.323) (xy 185.513321 109.323) (xy 185.382526 109.349016) + (xy 185.25932 109.40005) (xy 185.148437 109.47414) (xy 185.05414 109.568437) (xy 184.98005 109.67932) (xy 184.929016 109.802526) + (xy 184.903 109.933321) (xy 184.903 110.066679) (xy 184.929016 110.197474) (xy 184.98005 110.32068) (xy 185.05414 110.431563) + (xy 185.078 110.455423) (xy 185.078001 113.592064) (xy 184.272066 114.398) (xy 109.404643 114.398) (xy 109.38 114.395573) + (xy 109.355357 114.398) (xy 109.355347 114.398) (xy 109.281591 114.405264) (xy 109.186964 114.433969) (xy 109.099755 114.480583) + (xy 109.099753 114.480584) (xy 109.099754 114.480584) (xy 109.042464 114.5276) (xy 109.042456 114.527608) (xy 109.023316 114.543316) + (xy 109.007607 114.562457) (xy 108.242467 115.327599) (xy 108.223316 115.343316) (xy 108.160583 115.419755) (xy 108.113969 115.506965) + (xy 108.085264 115.601592) (xy 108.078 115.675348) (xy 108.078 115.675357) (xy 108.075573 115.7) (xy 108.078 115.724643) + (xy 108.078001 116.703154) (xy 107.976464 116.804691) (xy 107.891431 116.931952) (xy 107.832859 117.073357) (xy 107.803 117.223472) + (xy 97.627 117.223472) (xy 97.627 110.323472) (xy 107.903 110.323472) (xy 107.903 110.476528) (xy 107.932859 110.626643) + (xy 107.991431 110.768048) (xy 108.076464 110.895309) (xy 108.184691 111.003536) (xy 108.311952 111.088569) (xy 108.453357 111.147141) + (xy 108.603472 111.177) (xy 108.756528 111.177) (xy 108.906643 111.147141) (xy 109.048048 111.088569) (xy 109.175309 111.003536) + (xy 109.283536 110.895309) (xy 109.368569 110.768048) (xy 109.427141 110.626643) (xy 109.457 110.476528) (xy 109.457 110.323472) + (xy 109.427141 110.173357) (xy 109.368569 110.031952) (xy 109.283536 109.904691) (xy 109.182 109.803155) (xy 109.182 108.707935) + (xy 109.387935 108.502) (xy 184.055357 108.502) (xy 184.08 108.504427) (xy 184.104643 108.502) (xy 184.104653 108.502) + (xy 184.178409 108.494736) (xy 184.273036 108.466031) (xy 184.360245 108.419417) (xy 184.436684 108.356684) (xy 184.452401 108.337533) + (xy 185.817538 106.972397) (xy 185.836684 106.956684) (xy 185.870919 106.91497) (xy 185.899416 106.880246) (xy 185.94603 106.793037) + (xy 185.946031 106.793036) (xy 185.974736 106.698409) (xy 185.982 106.624653) (xy 185.982 106.624643) (xy 185.984427 106.6) + (xy 185.982 106.575357) (xy 185.982 105.07) (xy 190.771176 105.07) (xy 190.771176 106.77) (xy 190.778455 106.843905) + (xy 190.800012 106.91497) (xy 190.835019 106.980463) (xy 190.882131 107.037869) (xy 190.939537 107.084981) (xy 191.00503 107.119988) + (xy 191.076095 107.141545) (xy 191.15 107.148824) (xy 192.85 107.148824) (xy 192.923905 107.141545) (xy 192.99497 107.119988) + (xy 193.060463 107.084981) (xy 193.117869 107.037869) (xy 193.164981 106.980463) (xy 193.199988 106.91497) (xy 193.221545 106.843905) + (xy 193.228824 106.77) (xy 193.228824 105.07) (xy 193.221545 104.996095) (xy 193.199988 104.92503) (xy 193.164981 104.859537) + (xy 193.117869 104.802131) (xy 193.060463 104.755019) (xy 192.99497 104.720012) (xy 192.923905 104.698455) (xy 192.85 104.691176) + (xy 191.15 104.691176) (xy 191.076095 104.698455) (xy 191.00503 104.720012) (xy 190.939537 104.755019) (xy 190.882131 104.802131) + (xy 190.835019 104.859537) (xy 190.800012 104.92503) (xy 190.778455 104.996095) (xy 190.771176 105.07) (xy 185.982 105.07) + (xy 185.982 103.555423) (xy 186.00586 103.531563) (xy 186.07995 103.42068) (xy 186.130984 103.297474) (xy 186.138606 103.259151) + (xy 190.773 103.259151) (xy 190.773 103.500849) (xy 190.820153 103.737903) (xy 190.912647 103.961202) (xy 191.046927 104.162167) + (xy 191.217833 104.333073) (xy 191.418798 104.467353) (xy 191.642097 104.559847) (xy 191.879151 104.607) (xy 192.120849 104.607) + (xy 192.357903 104.559847) (xy 192.581202 104.467353) (xy 192.782167 104.333073) (xy 192.953073 104.162167) (xy 193.087353 103.961202) + (xy 193.179847 103.737903) (xy 193.227 103.500849) (xy 193.227 103.259151) (xy 193.179847 103.022097) (xy 193.087353 102.798798) + (xy 192.953073 102.597833) (xy 192.782167 102.426927) (xy 192.581202 102.292647) (xy 192.357903 102.200153) (xy 192.120849 102.153) + (xy 191.879151 102.153) (xy 191.642097 102.200153) (xy 191.418798 102.292647) (xy 191.217833 102.426927) (xy 191.046927 102.597833) + (xy 190.912647 102.798798) (xy 190.820153 103.022097) (xy 190.773 103.259151) (xy 186.138606 103.259151) (xy 186.157 103.166679) + (xy 186.157 103.033321) (xy 186.130984 102.902526) (xy 186.07995 102.77932) (xy 186.00586 102.668437) (xy 185.911563 102.57414) + (xy 185.80068 102.50005) (xy 185.677474 102.449016) (xy 185.546679 102.423) (xy 185.413321 102.423) (xy 185.282526 102.449016) + (xy 185.15932 102.50005) (xy 185.048437 102.57414) (xy 184.95414 102.668437) (xy 184.88005 102.77932) (xy 184.829016 102.902526) + (xy 184.803 103.033321) (xy 184.803 103.166679) (xy 184.829016 103.297474) (xy 184.88005 103.42068) (xy 184.95414 103.531563) + (xy 184.978 103.555423) (xy 184.978001 106.392064) (xy 183.872066 107.498) (xy 109.204643 107.498) (xy 109.18 107.495573) + (xy 109.155357 107.498) (xy 109.155347 107.498) (xy 109.081591 107.505264) (xy 108.986964 107.533969) (xy 108.946368 107.555668) + (xy 108.899754 107.580583) (xy 108.842464 107.6276) (xy 108.842456 107.627608) (xy 108.823316 107.643316) (xy 108.807607 107.662457) + (xy 108.342467 108.127599) (xy 108.323316 108.143316) (xy 108.260583 108.219755) (xy 108.213969 108.306965) (xy 108.185264 108.401592) + (xy 108.178 108.475348) (xy 108.178 108.475357) (xy 108.175573 108.5) (xy 108.178 108.524643) (xy 108.178001 109.803154) + (xy 108.076464 109.904691) (xy 107.991431 110.031952) (xy 107.932859 110.173357) (xy 107.903 110.323472) (xy 97.627 110.323472) + (xy 97.627 105.05) (xy 100.871176 105.05) (xy 100.871176 106.75) (xy 100.878455 106.823905) (xy 100.900012 106.89497) + (xy 100.935019 106.960463) (xy 100.982131 107.017869) (xy 101.039537 107.064981) (xy 101.10503 107.099988) (xy 101.176095 107.121545) + (xy 101.25 107.128824) (xy 102.95 107.128824) (xy 103.023905 107.121545) (xy 103.09497 107.099988) (xy 103.160463 107.064981) + (xy 103.217869 107.017869) (xy 103.264981 106.960463) (xy 103.299988 106.89497) (xy 103.321545 106.823905) (xy 103.328824 106.75) + (xy 103.328824 105.05) (xy 103.321545 104.976095) (xy 103.299988 104.90503) (xy 103.264981 104.839537) (xy 103.217869 104.782131) + (xy 103.160463 104.735019) (xy 103.09497 104.700012) (xy 103.023905 104.678455) (xy 102.95 104.671176) (xy 101.25 104.671176) + (xy 101.176095 104.678455) (xy 101.10503 104.700012) (xy 101.039537 104.735019) (xy 100.982131 104.782131) (xy 100.935019 104.839537) + (xy 100.900012 104.90503) (xy 100.878455 104.976095) (xy 100.871176 105.05) (xy 97.627 105.05) (xy 97.627 101.17689) + (xy 100.658524 101.17689) (xy 100.703175 101.324099) (xy 100.828359 101.58692) (xy 101.002412 101.820269) (xy 101.218645 102.015178) + (xy 101.468748 102.164157) (xy 101.636798 102.223769) (xy 101.518798 102.272647) (xy 101.317833 102.406927) (xy 101.146927 102.577833) + (xy 101.012647 102.778798) (xy 100.920153 103.002097) (xy 100.873 103.239151) (xy 100.873 103.480849) (xy 100.920153 103.717903) + (xy 101.012647 103.941202) (xy 101.146927 104.142167) (xy 101.317833 104.313073) (xy 101.518798 104.447353) (xy 101.742097 104.539847) + (xy 101.979151 104.587) (xy 102.220849 104.587) (xy 102.457903 104.539847) (xy 102.681202 104.447353) (xy 102.882167 104.313073) + (xy 103.053073 104.142167) (xy 103.187353 103.941202) (xy 103.27754 103.723472) (xy 107.903 103.723472) (xy 107.903 103.876528) + (xy 107.932859 104.026643) (xy 107.991431 104.168048) (xy 108.076464 104.295309) (xy 108.184691 104.403536) (xy 108.311952 104.488569) + (xy 108.453357 104.547141) (xy 108.603472 104.577) (xy 108.756528 104.577) (xy 108.906643 104.547141) (xy 109.048048 104.488569) + (xy 109.175309 104.403536) (xy 109.283536 104.295309) (xy 109.368569 104.168048) (xy 109.427141 104.026643) (xy 109.457 103.876528) + (xy 109.457 103.723472) (xy 109.427141 103.573357) (xy 109.368569 103.431952) (xy 109.283536 103.304691) (xy 109.182 103.203155) + (xy 109.182 101.907934) (xy 109.587935 101.502) (xy 184.355357 101.502) (xy 184.38 101.504427) (xy 184.404643 101.502) + (xy 184.404653 101.502) (xy 184.478409 101.494736) (xy 184.573036 101.466031) (xy 184.660245 101.419417) (xy 184.736684 101.356684) + (xy 184.752401 101.337533) (xy 185.370783 100.719151) (xy 190.773 100.719151) (xy 190.773 100.960849) (xy 190.820153 101.197903) + (xy 190.912647 101.421202) (xy 191.046927 101.622167) (xy 191.217833 101.793073) (xy 191.418798 101.927353) (xy 191.642097 102.019847) + (xy 191.879151 102.067) (xy 192.120849 102.067) (xy 192.357903 102.019847) (xy 192.581202 101.927353) (xy 192.782167 101.793073) + (xy 192.953073 101.622167) (xy 193.087353 101.421202) (xy 193.179847 101.197903) (xy 193.227 100.960849) (xy 193.227 100.719151) + (xy 193.179847 100.482097) (xy 193.087353 100.258798) (xy 192.953073 100.057833) (xy 192.782167 99.886927) (xy 192.581202 99.752647) + (xy 192.357903 99.660153) (xy 192.120849 99.613) (xy 191.879151 99.613) (xy 191.642097 99.660153) (xy 191.418798 99.752647) + (xy 191.217833 99.886927) (xy 191.046927 100.057833) (xy 190.912647 100.258798) (xy 190.820153 100.482097) (xy 190.773 100.719151) + (xy 185.370783 100.719151) (xy 185.717538 100.372397) (xy 185.736684 100.356684) (xy 185.752397 100.337538) (xy 185.7524 100.337535) + (xy 185.799417 100.280246) (xy 185.846031 100.193037) (xy 185.874736 100.09841) (xy 185.8792 100.05308) (xy 185.882 100.024653) + (xy 185.882 100.024646) (xy 185.884427 100) (xy 185.882 99.975355) (xy 185.882 98.179151) (xy 190.773 98.179151) + (xy 190.773 98.420849) (xy 190.820153 98.657903) (xy 190.912647 98.881202) (xy 191.046927 99.082167) (xy 191.217833 99.253073) + (xy 191.418798 99.387353) (xy 191.642097 99.479847) (xy 191.879151 99.527) (xy 192.120849 99.527) (xy 192.357903 99.479847) + (xy 192.581202 99.387353) (xy 192.782167 99.253073) (xy 192.953073 99.082167) (xy 193.087353 98.881202) (xy 193.179847 98.657903) + (xy 193.227 98.420849) (xy 193.227 98.179151) (xy 193.179847 97.942097) (xy 193.087353 97.718798) (xy 192.953073 97.517833) + (xy 192.782167 97.346927) (xy 192.581202 97.212647) (xy 192.357903 97.120153) (xy 192.120849 97.073) (xy 191.879151 97.073) + (xy 191.642097 97.120153) (xy 191.418798 97.212647) (xy 191.217833 97.346927) (xy 191.046927 97.517833) (xy 190.912647 97.718798) + (xy 190.820153 97.942097) (xy 190.773 98.179151) (xy 185.882 98.179151) (xy 185.882 96.455423) (xy 185.90586 96.431563) + (xy 185.97995 96.32068) (xy 186.030984 96.197474) (xy 186.057 96.066679) (xy 186.057 95.933321) (xy 186.030984 95.802526) + (xy 185.97995 95.67932) (xy 185.90586 95.568437) (xy 185.811563 95.47414) (xy 185.70068 95.40005) (xy 185.577474 95.349016) + (xy 185.446679 95.323) (xy 185.313321 95.323) (xy 185.182526 95.349016) (xy 185.05932 95.40005) (xy 184.948437 95.47414) + (xy 184.85414 95.568437) (xy 184.78005 95.67932) (xy 184.729016 95.802526) (xy 184.703 95.933321) (xy 184.703 96.066679) + (xy 184.729016 96.197474) (xy 184.78005 96.32068) (xy 184.85414 96.431563) (xy 184.878 96.455423) (xy 184.878001 99.792064) + (xy 184.172066 100.498) (xy 109.404642 100.498) (xy 109.379999 100.495573) (xy 109.355356 100.498) (xy 109.355347 100.498) + (xy 109.281591 100.505264) (xy 109.186964 100.533969) (xy 109.099755 100.580583) (xy 109.023316 100.643316) (xy 109.007603 100.662462) + (xy 108.342467 101.327599) (xy 108.323316 101.343316) (xy 108.260583 101.419755) (xy 108.213969 101.506965) (xy 108.185264 101.601592) + (xy 108.178 101.675348) (xy 108.178 101.675357) (xy 108.175573 101.7) (xy 108.178 101.724643) (xy 108.178001 103.203154) + (xy 108.076464 103.304691) (xy 107.991431 103.431952) (xy 107.932859 103.573357) (xy 107.903 103.723472) (xy 103.27754 103.723472) + (xy 103.279847 103.717903) (xy 103.327 103.480849) (xy 103.327 103.239151) (xy 103.279847 103.002097) (xy 103.187353 102.778798) + (xy 103.053073 102.577833) (xy 102.882167 102.406927) (xy 102.681202 102.272647) (xy 102.563202 102.223769) (xy 102.731252 102.164157) + (xy 102.981355 102.015178) (xy 103.197588 101.820269) (xy 103.371641 101.58692) (xy 103.496825 101.324099) (xy 103.541476 101.17689) + (xy 103.420155 100.947) (xy 102.227 100.947) (xy 102.227 100.967) (xy 101.973 100.967) (xy 101.973 100.947) + (xy 100.779845 100.947) (xy 100.658524 101.17689) (xy 97.627 101.17689) (xy 97.627 60.2) (xy 98.945813 60.2) + (xy 98.948 60.222205) (xy 98.948001 97.377785) (xy 98.945813 97.4) (xy 98.95454 97.488607) (xy 98.980386 97.573809) + (xy 98.980387 97.57381) (xy 99.022358 97.652333) (xy 99.078842 97.721159) (xy 99.096096 97.735319) (xy 99.924681 98.563905) + (xy 99.938841 98.581159) (xy 100.007667 98.637643) (xy 100.08619 98.679614) (xy 100.171392 98.70546) (xy 100.26 98.714187) + (xy 100.282205 98.712) (xy 100.950845 98.712) (xy 101.012647 98.861202) (xy 101.146927 99.062167) (xy 101.317833 99.233073) + (xy 101.518798 99.367353) (xy 101.636798 99.416231) (xy 101.468748 99.475843) (xy 101.218645 99.624822) (xy 101.002412 99.819731) + (xy 100.828359 100.05308) (xy 100.703175 100.315901) (xy 100.658524 100.46311) (xy 100.779845 100.693) (xy 101.973 100.693) + (xy 101.973 100.673) (xy 102.227 100.673) (xy 102.227 100.693) (xy 103.420155 100.693) (xy 103.541476 100.46311) + (xy 103.496825 100.315901) (xy 103.371641 100.05308) (xy 103.197588 99.819731) (xy 102.981355 99.624822) (xy 102.731252 99.475843) + (xy 102.563202 99.416231) (xy 102.681202 99.367353) (xy 102.882167 99.233073) (xy 103.053073 99.062167) (xy 103.187353 98.861202) + (xy 103.279847 98.637903) (xy 103.327 98.400849) (xy 103.327 98.159151) (xy 103.279847 97.922097) (xy 103.187353 97.698798) + (xy 103.053073 97.497833) (xy 102.882167 97.326927) (xy 102.681202 97.192647) (xy 102.457903 97.100153) (xy 102.220849 97.053) + (xy 101.979151 97.053) (xy 101.742097 97.100153) (xy 101.518798 97.192647) (xy 101.317833 97.326927) (xy 101.146927 97.497833) + (xy 101.012647 97.698798) (xy 100.967414 97.808) (xy 100.447224 97.808) (xy 99.852 97.212777) (xy 99.852 68.998428) + (xy 99.87414 69.031563) (xy 99.948001 69.105424) (xy 99.948 95.177795) (xy 99.945813 95.2) (xy 99.948 95.222204) + (xy 99.95454 95.288606) (xy 99.980386 95.373809) (xy 100.022357 95.452332) (xy 100.078841 95.521159) (xy 100.0961 95.535323) + (xy 100.584681 96.023905) (xy 100.598841 96.041159) (xy 100.667667 96.097643) (xy 100.731855 96.131952) (xy 100.74619 96.139614) + (xy 100.831392 96.16546) (xy 100.919999 96.174187) (xy 100.942204 96.172) (xy 100.950845 96.172) (xy 101.012647 96.321202) + (xy 101.146927 96.522167) (xy 101.317833 96.693073) (xy 101.518798 96.827353) (xy 101.742097 96.919847) (xy 101.979151 96.967) + (xy 102.220849 96.967) (xy 102.457903 96.919847) (xy 102.681202 96.827353) (xy 102.882167 96.693073) (xy 103.053073 96.522167) + (xy 103.119018 96.423472) (xy 107.903 96.423472) (xy 107.903 96.576528) (xy 107.932859 96.726643) (xy 107.991431 96.868048) + (xy 108.076464 96.995309) (xy 108.184691 97.103536) (xy 108.311952 97.188569) (xy 108.453357 97.247141) (xy 108.603472 97.277) + (xy 108.756528 97.277) (xy 108.906643 97.247141) (xy 109.048048 97.188569) (xy 109.175309 97.103536) (xy 109.283536 96.995309) + (xy 109.368569 96.868048) (xy 109.427141 96.726643) (xy 109.457 96.576528) (xy 109.457 96.423472) (xy 109.427141 96.273357) + (xy 109.368569 96.131952) (xy 109.283536 96.004691) (xy 109.182 95.903155) (xy 109.182 94.907934) (xy 109.687936 94.402) + (xy 184.155357 94.402) (xy 184.18 94.404427) (xy 184.204643 94.402) (xy 184.204653 94.402) (xy 184.278409 94.394736) + (xy 184.373036 94.366031) (xy 184.460245 94.319417) (xy 184.536684 94.256684) (xy 184.552401 94.237533) (xy 185.439934 93.35) + (xy 190.771176 93.35) (xy 190.771176 95.05) (xy 190.778455 95.123905) (xy 190.800012 95.19497) (xy 190.835019 95.260463) + (xy 190.882131 95.317869) (xy 190.939537 95.364981) (xy 191.00503 95.399988) (xy 191.076095 95.421545) (xy 191.15 95.428824) + (xy 192.85 95.428824) (xy 192.923905 95.421545) (xy 192.99497 95.399988) (xy 193.060463 95.364981) (xy 193.117869 95.317869) + (xy 193.164981 95.260463) (xy 193.199988 95.19497) (xy 193.221545 95.123905) (xy 193.228824 95.05) (xy 193.228824 93.35) + (xy 193.221545 93.276095) (xy 193.199988 93.20503) (xy 193.164981 93.139537) (xy 193.117869 93.082131) (xy 193.060463 93.035019) + (xy 192.99497 93.000012) (xy 192.923905 92.978455) (xy 192.85 92.971176) (xy 191.15 92.971176) (xy 191.076095 92.978455) + (xy 191.00503 93.000012) (xy 190.939537 93.035019) (xy 190.882131 93.082131) (xy 190.835019 93.139537) (xy 190.800012 93.20503) + (xy 190.778455 93.276095) (xy 190.771176 93.35) (xy 185.439934 93.35) (xy 185.717538 93.072397) (xy 185.736684 93.056684) + (xy 185.754465 93.035019) (xy 185.799416 92.980246) (xy 185.799417 92.980245) (xy 185.846031 92.893036) (xy 185.874736 92.798409) + (xy 185.882 92.724653) (xy 185.882 92.724644) (xy 185.884427 92.700001) (xy 185.882 92.675358) (xy 185.882 91.539151) + (xy 190.773 91.539151) (xy 190.773 91.780849) (xy 190.820153 92.017903) (xy 190.912647 92.241202) (xy 191.046927 92.442167) + (xy 191.217833 92.613073) (xy 191.418798 92.747353) (xy 191.642097 92.839847) (xy 191.879151 92.887) (xy 192.120849 92.887) + (xy 192.357903 92.839847) (xy 192.581202 92.747353) (xy 192.782167 92.613073) (xy 192.953073 92.442167) (xy 193.087353 92.241202) + (xy 193.179847 92.017903) (xy 193.227 91.780849) (xy 193.227 91.539151) (xy 193.179847 91.302097) (xy 193.087353 91.078798) + (xy 192.953073 90.877833) (xy 192.782167 90.706927) (xy 192.581202 90.572647) (xy 192.357903 90.480153) (xy 192.120849 90.433) + (xy 191.879151 90.433) (xy 191.642097 90.480153) (xy 191.418798 90.572647) (xy 191.217833 90.706927) (xy 191.046927 90.877833) + (xy 190.912647 91.078798) (xy 190.820153 91.302097) (xy 190.773 91.539151) (xy 185.882 91.539151) (xy 185.882 89.255423) + (xy 185.90586 89.231563) (xy 185.97995 89.12068) (xy 186.030984 88.997474) (xy 186.057 88.866679) (xy 186.057 88.733321) + (xy 186.030984 88.602526) (xy 185.97995 88.47932) (xy 185.90586 88.368437) (xy 185.811563 88.27414) (xy 185.70068 88.20005) + (xy 185.577474 88.149016) (xy 185.446679 88.123) (xy 185.313321 88.123) (xy 185.182526 88.149016) (xy 185.05932 88.20005) + (xy 184.948437 88.27414) (xy 184.85414 88.368437) (xy 184.78005 88.47932) (xy 184.729016 88.602526) (xy 184.703 88.733321) + (xy 184.703 88.866679) (xy 184.729016 88.997474) (xy 184.78005 89.12068) (xy 184.85414 89.231563) (xy 184.878 89.255423) + (xy 184.878001 92.492064) (xy 183.972066 93.398) (xy 109.504643 93.398) (xy 109.48 93.395573) (xy 109.455357 93.398) + (xy 109.455347 93.398) (xy 109.381591 93.405264) (xy 109.286964 93.433969) (xy 109.199755 93.480583) (xy 109.199753 93.480584) + (xy 109.199754 93.480584) (xy 109.142464 93.5276) (xy 109.142456 93.527608) (xy 109.123316 93.543316) (xy 109.107607 93.562457) + (xy 108.342467 94.327599) (xy 108.323316 94.343316) (xy 108.260583 94.419755) (xy 108.213969 94.506965) (xy 108.185264 94.601592) + (xy 108.178 94.675348) (xy 108.178 94.675357) (xy 108.175573 94.7) (xy 108.178 94.724643) (xy 108.178001 95.903154) + (xy 108.076464 96.004691) (xy 107.991431 96.131952) (xy 107.932859 96.273357) (xy 107.903 96.423472) (xy 103.119018 96.423472) + (xy 103.187353 96.321202) (xy 103.279847 96.097903) (xy 103.327 95.860849) (xy 103.327 95.619151) (xy 103.279847 95.382097) + (xy 103.187353 95.158798) (xy 103.053073 94.957833) (xy 102.882167 94.786927) (xy 102.681202 94.652647) (xy 102.457903 94.560153) + (xy 102.220849 94.513) (xy 101.979151 94.513) (xy 101.742097 94.560153) (xy 101.518798 94.652647) (xy 101.317833 94.786927) + (xy 101.146927 94.957833) (xy 101.012647 95.158798) (xy 101.008363 95.16914) (xy 100.852 95.012777) (xy 100.852 93.079151) + (xy 100.873 93.079151) (xy 100.873 93.320849) (xy 100.920153 93.557903) (xy 101.012647 93.781202) (xy 101.146927 93.982167) + (xy 101.317833 94.153073) (xy 101.518798 94.287353) (xy 101.742097 94.379847) (xy 101.979151 94.427) (xy 102.220849 94.427) + (xy 102.457903 94.379847) (xy 102.681202 94.287353) (xy 102.882167 94.153073) (xy 103.053073 93.982167) (xy 103.187353 93.781202) + (xy 103.279847 93.557903) (xy 103.327 93.320849) (xy 103.327 93.079151) (xy 103.279847 92.842097) (xy 103.187353 92.618798) + (xy 103.053073 92.417833) (xy 102.882167 92.246927) (xy 102.681202 92.112647) (xy 102.457903 92.020153) (xy 102.220849 91.973) + (xy 101.979151 91.973) (xy 101.742097 92.020153) (xy 101.518798 92.112647) (xy 101.317833 92.246927) (xy 101.146927 92.417833) + (xy 101.012647 92.618798) (xy 100.920153 92.842097) (xy 100.873 93.079151) (xy 100.852 93.079151) (xy 100.852 90.539151) + (xy 100.873 90.539151) (xy 100.873 90.780849) (xy 100.920153 91.017903) (xy 101.012647 91.241202) (xy 101.146927 91.442167) + (xy 101.317833 91.613073) (xy 101.518798 91.747353) (xy 101.742097 91.839847) (xy 101.979151 91.887) (xy 102.220849 91.887) + (xy 102.457903 91.839847) (xy 102.681202 91.747353) (xy 102.882167 91.613073) (xy 103.053073 91.442167) (xy 103.187353 91.241202) + (xy 103.279847 91.017903) (xy 103.327 90.780849) (xy 103.327 90.539151) (xy 103.279847 90.302097) (xy 103.187353 90.078798) + (xy 103.053073 89.877833) (xy 102.882167 89.706927) (xy 102.681202 89.572647) (xy 102.457903 89.480153) (xy 102.220849 89.433) + (xy 101.979151 89.433) (xy 101.742097 89.480153) (xy 101.518798 89.572647) (xy 101.317833 89.706927) (xy 101.146927 89.877833) + (xy 101.012647 90.078798) (xy 100.920153 90.302097) (xy 100.873 90.539151) (xy 100.852 90.539151) (xy 100.852 88.923472) + (xy 107.903 88.923472) (xy 107.903 89.076528) (xy 107.932859 89.226643) (xy 107.991431 89.368048) (xy 108.076464 89.495309) + (xy 108.184691 89.603536) (xy 108.311952 89.688569) (xy 108.453357 89.747141) (xy 108.603472 89.777) (xy 108.756528 89.777) + (xy 108.906643 89.747141) (xy 109.048048 89.688569) (xy 109.175309 89.603536) (xy 109.283536 89.495309) (xy 109.368569 89.368048) + (xy 109.427141 89.226643) (xy 109.457 89.076528) (xy 109.457 88.923472) (xy 109.427141 88.773357) (xy 109.368569 88.631952) + (xy 109.283536 88.504691) (xy 109.182 88.403155) (xy 109.182 87.707934) (xy 109.687936 87.202) (xy 184.455357 87.202) + (xy 184.48 87.204427) (xy 184.504643 87.202) (xy 184.504653 87.202) (xy 184.578409 87.194736) (xy 184.673036 87.166031) + (xy 184.760245 87.119417) (xy 184.836684 87.056684) (xy 184.852401 87.037533) (xy 185.717538 86.172397) (xy 185.736684 86.156684) + (xy 185.799417 86.080245) (xy 185.846031 85.993036) (xy 185.874736 85.898409) (xy 185.882 85.824653) (xy 185.882 85.824644) + (xy 185.884427 85.800001) (xy 185.882 85.775358) (xy 185.882 82.455423) (xy 185.90586 82.431563) (xy 185.97995 82.32068) + (xy 186.030984 82.197474) (xy 186.057 82.066679) (xy 186.057 81.933321) (xy 186.030984 81.802526) (xy 185.97995 81.67932) + (xy 185.90586 81.568437) (xy 185.811563 81.47414) (xy 185.70068 81.40005) (xy 185.577474 81.349016) (xy 185.446679 81.323) + (xy 185.313321 81.323) (xy 185.182526 81.349016) (xy 185.05932 81.40005) (xy 184.948437 81.47414) (xy 184.85414 81.568437) + (xy 184.78005 81.67932) (xy 184.729016 81.802526) (xy 184.703 81.933321) (xy 184.703 82.066679) (xy 184.729016 82.197474) + (xy 184.78005 82.32068) (xy 184.85414 82.431563) (xy 184.878 82.455423) (xy 184.878001 85.592064) (xy 184.272066 86.198) + (xy 109.504643 86.198) (xy 109.48 86.195573) (xy 109.455357 86.198) (xy 109.455347 86.198) (xy 109.381591 86.205264) + (xy 109.286964 86.233969) (xy 109.199755 86.280583) (xy 109.199753 86.280584) (xy 109.199754 86.280584) (xy 109.142464 86.3276) + (xy 109.142456 86.327608) (xy 109.123316 86.343316) (xy 109.107607 86.362457) (xy 108.342467 87.127599) (xy 108.323316 87.143316) + (xy 108.260583 87.219755) (xy 108.213969 87.306965) (xy 108.185264 87.401592) (xy 108.178 87.475348) (xy 108.178 87.475357) + (xy 108.175573 87.5) (xy 108.178 87.524643) (xy 108.178001 88.403154) (xy 108.076464 88.504691) (xy 107.991431 88.631952) + (xy 107.932859 88.773357) (xy 107.903 88.923472) (xy 100.852 88.923472) (xy 100.852 82.523472) (xy 108.003 82.523472) + (xy 108.003 82.676528) (xy 108.032859 82.826643) (xy 108.091431 82.968048) (xy 108.176464 83.095309) (xy 108.284691 83.203536) + (xy 108.411952 83.288569) (xy 108.553357 83.347141) (xy 108.703472 83.377) (xy 108.856528 83.377) (xy 109.006643 83.347141) + (xy 109.148048 83.288569) (xy 109.275309 83.203536) (xy 109.383536 83.095309) (xy 109.468569 82.968048) (xy 109.527141 82.826643) + (xy 109.557 82.676528) (xy 109.557 82.523472) (xy 109.527141 82.373357) (xy 109.468569 82.231952) (xy 109.383536 82.104691) + (xy 109.282 82.003155) (xy 109.282 81.107934) (xy 109.787936 80.602) (xy 184.455357 80.602) (xy 184.48 80.604427) + (xy 184.504643 80.602) (xy 184.504653 80.602) (xy 184.578409 80.594736) (xy 184.673036 80.566031) (xy 184.760245 80.519417) + (xy 184.836684 80.456684) (xy 184.852401 80.437533) (xy 185.817538 79.472397) (xy 185.836684 79.456684) (xy 185.852397 79.437538) + (xy 185.8524 79.437535) (xy 185.899417 79.380246) (xy 185.946031 79.293037) (xy 185.974736 79.19841) (xy 185.975607 79.189568) + (xy 185.982 79.124653) (xy 185.982 79.124646) (xy 185.984427 79.1) (xy 185.982 79.075355) (xy 185.982 75.655423) + (xy 186.00586 75.631563) (xy 186.07995 75.52068) (xy 186.130984 75.397474) (xy 186.157 75.266679) (xy 186.157 75.133321) + (xy 186.130984 75.002526) (xy 186.07995 74.87932) (xy 186.00586 74.768437) (xy 185.911563 74.67414) (xy 185.80068 74.60005) + (xy 185.677474 74.549016) (xy 185.546679 74.523) (xy 185.413321 74.523) (xy 185.282526 74.549016) (xy 185.15932 74.60005) + (xy 185.048437 74.67414) (xy 184.95414 74.768437) (xy 184.88005 74.87932) (xy 184.829016 75.002526) (xy 184.803 75.133321) + (xy 184.803 75.266679) (xy 184.829016 75.397474) (xy 184.88005 75.52068) (xy 184.95414 75.631563) (xy 184.978 75.655423) + (xy 184.978001 78.892064) (xy 184.272066 79.598) (xy 109.604643 79.598) (xy 109.58 79.595573) (xy 109.555357 79.598) + (xy 109.555347 79.598) (xy 109.481591 79.605264) (xy 109.386964 79.633969) (xy 109.299755 79.680583) (xy 109.299753 79.680584) + (xy 109.299754 79.680584) (xy 109.242464 79.7276) (xy 109.242456 79.727608) (xy 109.223316 79.743316) (xy 109.207607 79.762457) + (xy 108.442467 80.527599) (xy 108.423316 80.543316) (xy 108.360583 80.619755) (xy 108.313969 80.706965) (xy 108.285264 80.801592) + (xy 108.278 80.875348) (xy 108.278 80.875357) (xy 108.275573 80.9) (xy 108.278 80.924643) (xy 108.278001 82.003154) + (xy 108.176464 82.104691) (xy 108.091431 82.231952) (xy 108.032859 82.373357) (xy 108.003 82.523472) (xy 100.852 82.523472) + (xy 100.852 69.105423) (xy 100.92586 69.031563) (xy 100.99995 68.92068) (xy 101.050984 68.797474) (xy 101.077 68.666679) + (xy 101.077 68.533321) (xy 101.050984 68.402526) (xy 100.99995 68.27932) (xy 100.92586 68.168437) (xy 100.831563 68.07414) + (xy 100.72068 68.00005) (xy 100.597474 67.949016) (xy 100.466679 67.923) (xy 100.333321 67.923) (xy 100.202526 67.949016) + (xy 100.07932 68.00005) (xy 99.968437 68.07414) (xy 99.87414 68.168437) (xy 99.852 68.201572) (xy 99.852 61.133321) + (xy 104.003 61.133321) (xy 104.003 61.266679) (xy 104.029016 61.397474) (xy 104.08005 61.52068) (xy 104.15414 61.631563) + (xy 104.248437 61.72586) (xy 104.35932 61.79995) (xy 104.482526 61.850984) (xy 104.613321 61.877) (xy 104.717776 61.877) + (xy 105.428 62.587225) (xy 105.428001 68.877785) (xy 105.425813 68.9) (xy 105.43454 68.988607) (xy 105.460386 69.073809) + (xy 105.460387 69.07381) (xy 105.502358 69.152333) (xy 105.558842 69.221159) (xy 105.576096 69.235319) (xy 108.444686 72.103911) + (xy 108.458841 72.121159) (xy 108.527667 72.177643) (xy 108.60619 72.219614) (xy 108.671562 72.239444) (xy 108.691392 72.24546) + (xy 108.779999 72.254187) (xy 108.802204 72.252) (xy 109.116189 72.252) (xy 109.107607 72.262457) (xy 108.342467 73.027599) + (xy 108.323316 73.043316) (xy 108.260583 73.119755) (xy 108.213969 73.206965) (xy 108.185264 73.301592) (xy 108.178 73.375348) + (xy 108.178 73.375357) (xy 108.175573 73.4) (xy 108.178 73.424643) (xy 108.178001 74.903154) (xy 108.076464 75.004691) + (xy 107.991431 75.131952) (xy 107.932859 75.273357) (xy 107.903 75.423472) (xy 107.903 75.576528) (xy 107.932859 75.726643) + (xy 107.991431 75.868048) (xy 108.076464 75.995309) (xy 108.184691 76.103536) (xy 108.311952 76.188569) (xy 108.453357 76.247141) + (xy 108.603472 76.277) (xy 108.756528 76.277) (xy 108.906643 76.247141) (xy 109.048048 76.188569) (xy 109.175309 76.103536) + (xy 109.283536 75.995309) (xy 109.368569 75.868048) (xy 109.427141 75.726643) (xy 109.457 75.576528) (xy 109.457 75.423472) + (xy 109.427141 75.273357) (xy 109.368569 75.131952) (xy 109.283536 75.004691) (xy 109.182 74.903155) (xy 109.182 73.607934) + (xy 109.687936 73.102) (xy 184.655357 73.102) (xy 184.68 73.104427) (xy 184.704643 73.102) (xy 184.704653 73.102) + (xy 184.778409 73.094736) (xy 184.873036 73.066031) (xy 184.960245 73.019417) (xy 185.036684 72.956684) (xy 185.052401 72.937533) + (xy 185.817543 72.172393) (xy 185.836684 72.156684) (xy 185.852392 72.137544) (xy 185.8524 72.137536) (xy 185.899416 72.080246) + (xy 185.914336 72.052333) (xy 185.946031 71.993036) (xy 185.974736 71.898409) (xy 185.982 71.824653) (xy 185.982 71.824643) + (xy 185.984427 71.8) (xy 185.982 71.775357) (xy 185.982 68.505423) (xy 186.00586 68.481563) (xy 186.07995 68.37068) + (xy 186.130984 68.247474) (xy 186.157 68.116679) (xy 186.157 67.983321) (xy 186.130984 67.852526) (xy 186.07995 67.72932) + (xy 186.00586 67.618437) (xy 185.911563 67.52414) (xy 185.80068 67.45005) (xy 185.677474 67.399016) (xy 185.546679 67.373) + (xy 185.413321 67.373) (xy 185.282526 67.399016) (xy 185.15932 67.45005) (xy 185.048437 67.52414) (xy 184.95414 67.618437) + (xy 184.88005 67.72932) (xy 184.829016 67.852526) (xy 184.803 67.983321) (xy 184.803 68.116679) (xy 184.829016 68.247474) + (xy 184.88005 68.37068) (xy 184.95414 68.481563) (xy 184.978 68.505423) (xy 184.978001 71.592063) (xy 184.472066 72.098) + (xy 178.621223 72.098) (xy 183.367225 67.352) (xy 187.092777 67.352) (xy 187.628 67.887224) (xy 187.628001 68.677788) + (xy 187.628 68.677796) (xy 187.628 68.977796) (xy 187.628001 85.897786) (xy 187.628 85.897796) (xy 187.628001 86.657786) + (xy 187.628 86.657796) (xy 187.628 86.852205) (xy 187.628001 86.852214) (xy 187.628 88.207795) (xy 187.625813 88.23) + (xy 187.63016 88.27414) (xy 187.63454 88.318606) (xy 187.660386 88.403809) (xy 187.702357 88.482332) (xy 187.758841 88.551159) + (xy 187.7761 88.565323) (xy 188.634685 89.42391) (xy 188.648841 89.441159) (xy 188.717667 89.497643) (xy 188.79619 89.539614) + (xy 188.881392 89.56546) (xy 188.969999 89.574187) (xy 188.992204 89.572) (xy 190.859129 89.572) (xy 190.912647 89.701202) + (xy 191.046927 89.902167) (xy 191.217833 90.073073) (xy 191.418798 90.207353) (xy 191.642097 90.299847) (xy 191.879151 90.347) + (xy 192.120849 90.347) (xy 192.357903 90.299847) (xy 192.581202 90.207353) (xy 192.782167 90.073073) (xy 192.953073 89.902167) + (xy 193.087353 89.701202) (xy 193.179847 89.477903) (xy 193.227 89.240849) (xy 193.227 88.999151) (xy 193.179847 88.762097) + (xy 193.087353 88.538798) (xy 192.953073 88.337833) (xy 192.782167 88.166927) (xy 192.581202 88.032647) (xy 192.357903 87.940153) + (xy 192.120849 87.893) (xy 191.879151 87.893) (xy 191.642097 87.940153) (xy 191.418798 88.032647) (xy 191.217833 88.166927) + (xy 191.046927 88.337833) (xy 190.912647 88.538798) (xy 190.859129 88.668) (xy 189.157225 88.668) (xy 188.532 88.042777) + (xy 188.532 86.459151) (xy 190.773 86.459151) (xy 190.773 86.700849) (xy 190.820153 86.937903) (xy 190.912647 87.161202) + (xy 191.046927 87.362167) (xy 191.217833 87.533073) (xy 191.418798 87.667353) (xy 191.642097 87.759847) (xy 191.879151 87.807) + (xy 192.120849 87.807) (xy 192.357903 87.759847) (xy 192.581202 87.667353) (xy 192.782167 87.533073) (xy 192.953073 87.362167) + (xy 193.087353 87.161202) (xy 193.179847 86.937903) (xy 193.227 86.700849) (xy 193.227 86.459151) (xy 193.179847 86.222097) + (xy 193.087353 85.998798) (xy 192.953073 85.797833) (xy 192.782167 85.626927) (xy 192.581202 85.492647) (xy 192.357903 85.400153) + (xy 192.120849 85.353) (xy 191.879151 85.353) (xy 191.642097 85.400153) (xy 191.418798 85.492647) (xy 191.217833 85.626927) + (xy 191.046927 85.797833) (xy 190.912647 85.998798) (xy 190.820153 86.222097) (xy 190.773 86.459151) (xy 188.532 86.459151) + (xy 188.532 67.722205) (xy 188.534187 67.7) (xy 188.52546 67.611392) (xy 188.499614 67.52619) (xy 188.483725 67.496464) + (xy 188.457643 67.447667) (xy 188.401159 67.378841) (xy 188.383906 67.364682) (xy 187.615323 66.5961) (xy 187.601159 66.578841) + (xy 187.532333 66.522357) (xy 187.45381 66.480386) (xy 187.368607 66.45454) (xy 187.302205 66.448) (xy 187.28 66.445813) + (xy 187.257795 66.448) (xy 183.202202 66.448) (xy 183.179999 66.445813) (xy 183.157796 66.448) (xy 183.157795 66.448) + (xy 183.091393 66.45454) (xy 183.00619 66.480386) (xy 182.927667 66.522357) (xy 182.858841 66.578841) (xy 182.844686 66.596089) + (xy 178.092777 71.348) (xy 108.967225 71.348) (xy 106.332 68.712777) (xy 106.332 68.023472) (xy 107.803 68.023472) + (xy 107.803 68.176528) (xy 107.832859 68.326643) (xy 107.891431 68.468048) (xy 107.976464 68.595309) (xy 108.084691 68.703536) + (xy 108.211952 68.788569) (xy 108.353357 68.847141) (xy 108.503472 68.877) (xy 108.656528 68.877) (xy 108.806643 68.847141) + (xy 108.948048 68.788569) (xy 109.075309 68.703536) (xy 109.183536 68.595309) (xy 109.268569 68.468048) (xy 109.327141 68.326643) + (xy 109.357 68.176528) (xy 109.357 68.023472) (xy 109.327141 67.873357) (xy 109.268569 67.731952) (xy 109.183536 67.604691) + (xy 109.082 67.503155) (xy 109.082 66.607934) (xy 109.487935 66.202) (xy 184.455357 66.202) (xy 184.48 66.204427) + (xy 184.504643 66.202) (xy 184.504653 66.202) (xy 184.578409 66.194736) (xy 184.673036 66.166031) (xy 184.760245 66.119417) + (xy 184.836684 66.056684) (xy 184.852401 66.037533) (xy 185.617543 65.272393) (xy 185.636684 65.256684) (xy 185.652392 65.237544) + (xy 185.6524 65.237536) (xy 185.699416 65.180246) (xy 185.74603 65.093037) (xy 185.746031 65.093036) (xy 185.774736 64.998409) + (xy 185.782 64.924653) (xy 185.782 64.924643) (xy 185.784427 64.9) (xy 185.782 64.875357) (xy 185.782 61.455423) + (xy 185.80586 61.431563) (xy 185.87995 61.32068) (xy 185.930984 61.197474) (xy 185.957 61.066679) (xy 185.957 60.933321) + (xy 185.930984 60.802526) (xy 185.87995 60.67932) (xy 185.80586 60.568437) (xy 185.711563 60.47414) (xy 185.60068 60.40005) + (xy 185.477474 60.349016) (xy 185.346679 60.323) (xy 185.213321 60.323) (xy 185.082526 60.349016) (xy 184.95932 60.40005) + (xy 184.848437 60.47414) (xy 184.75414 60.568437) (xy 184.68005 60.67932) (xy 184.629016 60.802526) (xy 184.603 60.933321) + (xy 184.603 61.066679) (xy 184.629016 61.197474) (xy 184.68005 61.32068) (xy 184.75414 61.431563) (xy 184.778 61.455423) + (xy 184.778001 64.692063) (xy 184.272066 65.198) (xy 109.304642 65.198) (xy 109.279999 65.195573) (xy 109.255356 65.198) + (xy 109.255347 65.198) (xy 109.181591 65.205264) (xy 109.086964 65.233969) (xy 108.999755 65.280583) (xy 108.923316 65.343316) + (xy 108.907603 65.362462) (xy 108.242467 66.027599) (xy 108.223316 66.043316) (xy 108.160583 66.119755) (xy 108.113969 66.206965) + (xy 108.085264 66.301592) (xy 108.078 66.375348) (xy 108.078 66.375357) (xy 108.075573 66.4) (xy 108.078 66.424643) + (xy 108.078001 67.503154) (xy 107.976464 67.604691) (xy 107.891431 67.731952) (xy 107.832859 67.873357) (xy 107.803 68.023472) + (xy 106.332 68.023472) (xy 106.332 62.422204) (xy 106.334187 62.399999) (xy 106.32546 62.311392) (xy 106.319444 62.291562) + (xy 106.299614 62.22619) (xy 106.257643 62.147667) (xy 106.201159 62.078841) (xy 106.183912 62.064687) (xy 105.357 61.237776) + (xy 105.357 61.133321) (xy 105.330984 61.002526) (xy 105.27995 60.87932) (xy 105.20586 60.768437) (xy 105.111563 60.67414) + (xy 105.00068 60.60005) (xy 104.877474 60.549016) (xy 104.746679 60.523) (xy 104.613321 60.523) (xy 104.482526 60.549016) + (xy 104.35932 60.60005) (xy 104.248437 60.67414) (xy 104.15414 60.768437) (xy 104.08005 60.87932) (xy 104.029016 61.002526) + (xy 104.003 61.133321) (xy 99.852 61.133321) (xy 99.852 60.387223) (xy 100.783905 59.455319) (xy 100.801159 59.441159) + (xy 100.857643 59.372333) (xy 100.86999 59.349233) (xy 107.467225 52.752) (xy 107.874577 52.752) (xy 107.948437 52.82586) + (xy 108.05932 52.89995) (xy 108.182526 52.950984) (xy 108.313321 52.977) (xy 108.446679 52.977) (xy 108.577474 52.950984) + (xy 108.70068 52.89995) (xy 108.811563 52.82586) (xy 108.90586 52.731563) (xy 108.97995 52.62068) (xy 109.030984 52.497474) + (xy 109.057 52.366679) (xy 109.057 52.233321) (xy 109.030984 52.102526) (xy 108.97995 51.97932) (xy 108.90586 51.868437) + (xy 108.811563 51.77414) (xy 108.70068 51.70005) (xy 108.577474 51.649016) (xy 108.446679 51.623) (xy 108.313321 51.623) + (xy 108.182526 51.649016) (xy 108.05932 51.70005) (xy 107.948437 51.77414) (xy 107.874577 51.848) (xy 107.302204 51.848) + (xy 107.279999 51.845813) (xy 107.191392 51.85454) (xy 107.171562 51.860556) (xy 107.10619 51.880386) (xy 107.027667 51.922357) + (xy 106.958841 51.978841) (xy 106.944686 51.996089) (xy 100.1761 58.764677) (xy 100.158841 58.778841) (xy 100.102357 58.847668) + (xy 100.090012 58.870764) (xy 99.0961 59.864677) (xy 99.078841 59.878841) (xy 99.022358 59.947667) (xy 98.980386 60.026191) + (xy 98.95454 60.111393) (xy 98.945813 60.2) (xy 97.627 60.2) (xy 97.627 52.027927) (xy 97.698566 51.226045) + (xy 97.823 50.771192) (xy 97.823 51.312907) (xy 97.94509 51.926697) (xy 98.184579 52.504874) (xy 98.532263 53.025219) + (xy 98.974781 53.467737) (xy 99.495126 53.815421) (xy 100.073303 54.05491) (xy 100.687093 54.177) (xy 101.312907 54.177) + (xy 101.926697 54.05491) (xy 102.504874 53.815421) (xy 103.025219 53.467737) (xy 103.467737 53.025219) (xy 103.815421 52.504874) + (xy 104.05491 51.926697) (xy 104.177 51.312907) (xy 104.177 50.687093) (xy 104.05491 50.073303) (xy 103.815421 49.495126) + (xy 103.467737 48.974781) (xy 103.387784 48.894828) (xy 104.432167 48.894828) (xy 104.432167 49.105172) (xy 104.473203 49.311475) + (xy 104.553698 49.505809) (xy 104.67056 49.680704) (xy 104.819296 49.82944) (xy 104.994191 49.946302) (xy 105.188525 50.026797) + (xy 105.394828 50.067833) (xy 105.605172 50.067833) (xy 105.811475 50.026797) (xy 106.005809 49.946302) (xy 106.180704 49.82944) + (xy 106.32944 49.680704) (xy 106.446302 49.505809) (xy 106.526797 49.311475) (xy 106.567833 49.105172) (xy 106.567833 48.894828) + (xy 106.526797 48.688525) (xy 106.446302 48.494191) (xy 106.32944 48.319296) (xy 106.180704 48.17056) (xy 106.005809 48.053698) + (xy 105.811475 47.973203) (xy 105.605172 47.932167) (xy 105.394828 47.932167) (xy 105.188525 47.973203) (xy 104.994191 48.053698) + (xy 104.819296 48.17056) (xy 104.67056 48.319296) (xy 104.553698 48.494191) (xy 104.473203 48.688525) (xy 104.432167 48.894828) + (xy 103.387784 48.894828) (xy 103.025219 48.532263) (xy 102.504874 48.184579) (xy 101.926697 47.94509) (xy 101.312907 47.823) + (xy 100.750816 47.823) (xy 101.366369 47.675219) (xy 102.022988 47.627) (xy 148.873 47.627) + ) + ) + ) + (zone (net 4) (net_name Board_1-/ovladaci_prvky.sch/GND) (layer F.Cu) (tstamp 60AA1557) (hatch edge 0.508) + (connect_pads (clearance 0.25)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 149 59.5) (xy 186 59.5) (xy 186 56) (xy 197 56) (xy 197 147) + (xy 97 147) (xy 97 47) (xy 149 47) + ) + ) + (filled_polygon + (pts + (xy 148.873 58.863959) (xy 148.71575 58.865) (xy 148.557 59.02375) (xy 148.557 59.873) (xy 149.65625 59.873) + (xy 149.815 59.71425) (xy 149.816251 59.627) (xy 152.201176 59.627) (xy 152.201176 60.5) (xy 152.208455 60.573905) + (xy 152.230012 60.64497) (xy 152.265019 60.710463) (xy 152.312131 60.767869) (xy 152.369537 60.814981) (xy 152.43503 60.849988) + (xy 152.506095 60.871545) (xy 152.58 60.878824) (xy 152.828001 60.878824) (xy 152.828001 61.125347) (xy 152.825573 61.15) + (xy 152.835265 61.248409) (xy 152.86397 61.343036) (xy 152.910584 61.430245) (xy 152.957601 61.487535) (xy 152.957604 61.487538) + (xy 152.973317 61.506684) (xy 152.992463 61.522397) (xy 153.407603 61.937538) (xy 153.423316 61.956684) (xy 153.442462 61.972397) + (xy 153.442464 61.972399) (xy 153.478533 62.002) (xy 153.499755 62.019417) (xy 153.586964 62.066031) (xy 153.681591 62.094736) + (xy 153.755347 62.102) (xy 153.755356 62.102) (xy 153.779999 62.104427) (xy 153.804642 62.102) (xy 155.472065 62.102) + (xy 155.528 62.157935) (xy 155.528 62.321176) (xy 155.28 62.321176) (xy 155.206095 62.328455) (xy 155.13503 62.350012) + (xy 155.069537 62.385019) (xy 155.012131 62.432131) (xy 154.965019 62.489537) (xy 154.930012 62.55503) (xy 154.908455 62.626095) + (xy 154.901176 62.7) (xy 154.901176 63.7) (xy 154.908455 63.773905) (xy 154.930012 63.84497) (xy 154.965019 63.910463) + (xy 155.012131 63.967869) (xy 155.069537 64.014981) (xy 155.13503 64.049988) (xy 155.206095 64.071545) (xy 155.28 64.078824) + (xy 156.78 64.078824) (xy 156.853905 64.071545) (xy 156.92497 64.049988) (xy 156.990463 64.014981) (xy 157.047869 63.967869) + (xy 157.094981 63.910463) (xy 157.129988 63.84497) (xy 157.151545 63.773905) (xy 157.158824 63.7) (xy 157.158824 62.7) + (xy 157.151545 62.626095) (xy 157.129988 62.55503) (xy 157.094981 62.489537) (xy 157.047869 62.432131) (xy 156.990463 62.385019) + (xy 156.92497 62.350012) (xy 156.853905 62.328455) (xy 156.78 62.321176) (xy 156.532 62.321176) (xy 156.532 61.974643) + (xy 156.534427 61.95) (xy 156.532 61.925357) (xy 156.532 61.925347) (xy 156.524736 61.851591) (xy 156.496031 61.756964) + (xy 156.45329 61.677) (xy 156.449417 61.669754) (xy 156.4024 61.612464) (xy 156.402392 61.612456) (xy 156.386684 61.593316) + (xy 156.367543 61.577607) (xy 156.052401 61.262467) (xy 156.036684 61.243316) (xy 155.960245 61.180583) (xy 155.873036 61.133969) + (xy 155.778409 61.105264) (xy 155.774383 61.104867) (xy 155.903 60.97625) (xy 155.903 60.127) (xy 156.157 60.127) + (xy 156.157 60.97625) (xy 156.31575 61.135) (xy 156.78 61.138072) (xy 156.904482 61.125812) (xy 157.02418 61.089502) + (xy 157.134494 61.030537) (xy 157.231185 60.951185) (xy 157.310537 60.854494) (xy 157.369502 60.74418) (xy 157.405812 60.624482) + (xy 157.418072 60.5) (xy 157.415 60.28575) (xy 157.25625 60.127) (xy 156.157 60.127) (xy 155.903 60.127) + (xy 154.80375 60.127) (xy 154.645 60.28575) (xy 154.641928 60.5) (xy 154.654188 60.624482) (xy 154.690498 60.74418) + (xy 154.749463 60.854494) (xy 154.828815 60.951185) (xy 154.925506 61.030537) (xy 155.03582 61.089502) (xy 155.063834 61.098) + (xy 153.987935 61.098) (xy 153.832 60.942066) (xy 153.832 60.878824) (xy 154.08 60.878824) (xy 154.153905 60.871545) + (xy 154.22497 60.849988) (xy 154.290463 60.814981) (xy 154.347869 60.767869) (xy 154.394981 60.710463) (xy 154.429988 60.64497) + (xy 154.451545 60.573905) (xy 154.458824 60.5) (xy 154.458824 59.627) (xy 154.643749 59.627) (xy 154.645 59.71425) + (xy 154.80375 59.873) (xy 155.903 59.873) (xy 155.903 59.853) (xy 156.157 59.853) (xy 156.157 59.873) + (xy 157.25625 59.873) (xy 157.415 59.71425) (xy 157.416251 59.627) (xy 159.801176 59.627) (xy 159.801176 60.5) + (xy 159.808455 60.573905) (xy 159.830012 60.64497) (xy 159.865019 60.710463) (xy 159.912131 60.767869) (xy 159.969537 60.814981) + (xy 160.03503 60.849988) (xy 160.106095 60.871545) (xy 160.18 60.878824) (xy 160.428001 60.878824) (xy 160.428001 61.125347) + (xy 160.425573 61.15) (xy 160.435265 61.248409) (xy 160.46397 61.343036) (xy 160.510584 61.430245) (xy 160.557601 61.487535) + (xy 160.557604 61.487538) (xy 160.573317 61.506684) (xy 160.592462 61.522396) (xy 160.907607 61.837543) (xy 160.923316 61.856684) + (xy 160.942456 61.872392) (xy 160.942464 61.8724) (xy 160.999754 61.919417) (xy 161.046368 61.944332) (xy 161.086964 61.966031) + (xy 161.181591 61.994736) (xy 161.255347 62.002) (xy 161.255357 62.002) (xy 161.28 62.004427) (xy 161.304643 62.002) + (xy 162.972066 62.002) (xy 163.128 62.157935) (xy 163.128 62.321176) (xy 162.88 62.321176) (xy 162.806095 62.328455) + (xy 162.73503 62.350012) (xy 162.669537 62.385019) (xy 162.612131 62.432131) (xy 162.565019 62.489537) (xy 162.530012 62.55503) + (xy 162.508455 62.626095) (xy 162.501176 62.7) (xy 162.501176 63.7) (xy 162.508455 63.773905) (xy 162.530012 63.84497) + (xy 162.565019 63.910463) (xy 162.612131 63.967869) (xy 162.669537 64.014981) (xy 162.73503 64.049988) (xy 162.806095 64.071545) + (xy 162.88 64.078824) (xy 164.38 64.078824) (xy 164.453905 64.071545) (xy 164.52497 64.049988) (xy 164.590463 64.014981) + (xy 164.647869 63.967869) (xy 164.694981 63.910463) (xy 164.729988 63.84497) (xy 164.751545 63.773905) (xy 164.758824 63.7) + (xy 164.758824 62.7) (xy 164.751545 62.626095) (xy 164.729988 62.55503) (xy 164.694981 62.489537) (xy 164.647869 62.432131) + (xy 164.590463 62.385019) (xy 164.52497 62.350012) (xy 164.453905 62.328455) (xy 164.38 62.321176) (xy 164.132 62.321176) + (xy 164.132 61.974642) (xy 164.134427 61.949999) (xy 164.132 61.925356) (xy 164.132 61.925347) (xy 164.124736 61.851591) + (xy 164.096031 61.756964) (xy 164.049417 61.669755) (xy 163.986684 61.593316) (xy 163.967538 61.577603) (xy 163.552401 61.162467) + (xy 163.536684 61.143316) (xy 163.460245 61.080583) (xy 163.420116 61.059134) (xy 163.503 60.97625) (xy 163.503 60.127) + (xy 163.757 60.127) (xy 163.757 60.97625) (xy 163.91575 61.135) (xy 164.38 61.138072) (xy 164.504482 61.125812) + (xy 164.62418 61.089502) (xy 164.734494 61.030537) (xy 164.831185 60.951185) (xy 164.910537 60.854494) (xy 164.969502 60.74418) + (xy 165.005812 60.624482) (xy 165.018072 60.5) (xy 165.015 60.28575) (xy 164.85625 60.127) (xy 163.757 60.127) + (xy 163.503 60.127) (xy 162.40375 60.127) (xy 162.245 60.28575) (xy 162.241928 60.5) (xy 162.254188 60.624482) + (xy 162.290498 60.74418) (xy 162.349463 60.854494) (xy 162.428815 60.951185) (xy 162.485859 60.998) (xy 161.487935 60.998) + (xy 161.432 60.942065) (xy 161.432 60.878824) (xy 161.68 60.878824) (xy 161.753905 60.871545) (xy 161.82497 60.849988) + (xy 161.890463 60.814981) (xy 161.947869 60.767869) (xy 161.994981 60.710463) (xy 162.029988 60.64497) (xy 162.051545 60.573905) + (xy 162.058824 60.5) (xy 162.058824 59.627) (xy 162.243749 59.627) (xy 162.245 59.71425) (xy 162.40375 59.873) + (xy 163.503 59.873) (xy 163.503 59.853) (xy 163.757 59.853) (xy 163.757 59.873) (xy 164.85625 59.873) + (xy 165.015 59.71425) (xy 165.016251 59.627) (xy 167.401176 59.627) (xy 167.401176 60.5) (xy 167.408455 60.573905) + (xy 167.430012 60.64497) (xy 167.465019 60.710463) (xy 167.512131 60.767869) (xy 167.569537 60.814981) (xy 167.63503 60.849988) + (xy 167.706095 60.871545) (xy 167.78 60.878824) (xy 168.028001 60.878824) (xy 168.028001 60.925347) (xy 168.025573 60.95) + (xy 168.035265 61.048409) (xy 168.06397 61.143036) (xy 168.110584 61.230245) (xy 168.157601 61.287535) (xy 168.157604 61.287538) + (xy 168.173317 61.306684) (xy 168.192463 61.322397) (xy 168.707603 61.837538) (xy 168.723316 61.856684) (xy 168.742462 61.872397) + (xy 168.742464 61.872399) (xy 168.76968 61.894735) (xy 168.799755 61.919417) (xy 168.886964 61.966031) (xy 168.981591 61.994736) + (xy 169.055347 62.002) (xy 169.055356 62.002) (xy 169.079999 62.004427) (xy 169.104642 62.002) (xy 170.572066 62.002) + (xy 170.728 62.157935) (xy 170.728 62.311176) (xy 170.48 62.311176) (xy 170.406095 62.318455) (xy 170.33503 62.340012) + (xy 170.269537 62.375019) (xy 170.212131 62.422131) (xy 170.165019 62.479537) (xy 170.130012 62.54503) (xy 170.108455 62.616095) + (xy 170.101176 62.69) (xy 170.101176 63.69) (xy 170.108455 63.763905) (xy 170.130012 63.83497) (xy 170.165019 63.900463) + (xy 170.212131 63.957869) (xy 170.269537 64.004981) (xy 170.33503 64.039988) (xy 170.406095 64.061545) (xy 170.48 64.068824) + (xy 171.98 64.068824) (xy 172.053905 64.061545) (xy 172.12497 64.039988) (xy 172.190463 64.004981) (xy 172.247869 63.957869) + (xy 172.294981 63.900463) (xy 172.329988 63.83497) (xy 172.351545 63.763905) (xy 172.358824 63.69) (xy 172.358824 62.69) + (xy 172.351545 62.616095) (xy 172.329988 62.54503) (xy 172.294981 62.479537) (xy 172.247869 62.422131) (xy 172.190463 62.375019) + (xy 172.12497 62.340012) (xy 172.053905 62.318455) (xy 171.98 62.311176) (xy 171.732 62.311176) (xy 171.732 61.974642) + (xy 171.734427 61.949999) (xy 171.732 61.925356) (xy 171.732 61.925347) (xy 171.724736 61.851591) (xy 171.696031 61.756964) + (xy 171.649417 61.669755) (xy 171.586684 61.593316) (xy 171.567538 61.577603) (xy 171.152401 61.162467) (xy 171.136684 61.143316) + (xy 171.060245 61.080583) (xy 171.013599 61.055651) (xy 171.103 60.96625) (xy 171.103 60.117) (xy 171.357 60.117) + (xy 171.357 60.96625) (xy 171.51575 61.125) (xy 171.98 61.128072) (xy 172.104482 61.115812) (xy 172.22418 61.079502) + (xy 172.334494 61.020537) (xy 172.431185 60.941185) (xy 172.510537 60.844494) (xy 172.569502 60.73418) (xy 172.605812 60.614482) + (xy 172.618072 60.49) (xy 172.615 60.27575) (xy 172.45625 60.117) (xy 171.357 60.117) (xy 171.103 60.117) + (xy 170.00375 60.117) (xy 169.845 60.27575) (xy 169.841928 60.49) (xy 169.854188 60.614482) (xy 169.890498 60.73418) + (xy 169.949463 60.844494) (xy 170.028815 60.941185) (xy 170.098044 60.998) (xy 169.287935 60.998) (xy 169.168759 60.878824) + (xy 169.28 60.878824) (xy 169.353905 60.871545) (xy 169.42497 60.849988) (xy 169.490463 60.814981) (xy 169.547869 60.767869) + (xy 169.594981 60.710463) (xy 169.629988 60.64497) (xy 169.651545 60.573905) (xy 169.658824 60.5) (xy 169.658824 59.627) + (xy 169.843892 59.627) (xy 169.845 59.70425) (xy 170.00375 59.863) (xy 171.103 59.863) (xy 171.103 59.843) + (xy 171.357 59.843) (xy 171.357 59.863) (xy 172.45625 59.863) (xy 172.615 59.70425) (xy 172.616108 59.627) + (xy 175.001176 59.627) (xy 175.001176 60.49) (xy 175.008455 60.563905) (xy 175.030012 60.63497) (xy 175.065019 60.700463) + (xy 175.112131 60.757869) (xy 175.169537 60.804981) (xy 175.23503 60.839988) (xy 175.306095 60.861545) (xy 175.38 60.868824) + (xy 175.628001 60.868824) (xy 175.628001 61.025347) (xy 175.625573 61.05) (xy 175.635265 61.148409) (xy 175.66397 61.243036) + (xy 175.710584 61.330245) (xy 175.757601 61.387535) (xy 175.757604 61.387538) (xy 175.773317 61.406684) (xy 175.792463 61.422397) + (xy 176.307603 61.937538) (xy 176.323316 61.956684) (xy 176.342462 61.972397) (xy 176.342464 61.972399) (xy 176.378533 62.002) + (xy 176.399755 62.019417) (xy 176.486964 62.066031) (xy 176.581591 62.094736) (xy 176.655347 62.102) (xy 176.655356 62.102) + (xy 176.679999 62.104427) (xy 176.704642 62.102) (xy 178.222066 62.102) (xy 178.328 62.207935) (xy 178.328 62.311176) + (xy 178.08 62.311176) (xy 178.006095 62.318455) (xy 177.93503 62.340012) (xy 177.869537 62.375019) (xy 177.812131 62.422131) + (xy 177.765019 62.479537) (xy 177.730012 62.54503) (xy 177.708455 62.616095) (xy 177.701176 62.69) (xy 177.701176 63.69) + (xy 177.708455 63.763905) (xy 177.730012 63.83497) (xy 177.765019 63.900463) (xy 177.812131 63.957869) (xy 177.869537 64.004981) + (xy 177.93503 64.039988) (xy 178.006095 64.061545) (xy 178.08 64.068824) (xy 179.58 64.068824) (xy 179.653905 64.061545) + (xy 179.72497 64.039988) (xy 179.790463 64.004981) (xy 179.847869 63.957869) (xy 179.894981 63.900463) (xy 179.929988 63.83497) + (xy 179.951545 63.763905) (xy 179.958824 63.69) (xy 179.958824 62.69) (xy 179.951545 62.616095) (xy 179.929988 62.54503) + (xy 179.894981 62.479537) (xy 179.847869 62.422131) (xy 179.790463 62.375019) (xy 179.72497 62.340012) (xy 179.653905 62.318455) + (xy 179.58 62.311176) (xy 179.332 62.311176) (xy 179.332 62.024642) (xy 179.334427 61.999999) (xy 179.332 61.975356) + (xy 179.332 61.975347) (xy 179.324736 61.901591) (xy 179.296031 61.806964) (xy 179.249417 61.719755) (xy 179.220048 61.683969) + (xy 179.202399 61.662464) (xy 179.202397 61.662462) (xy 179.186684 61.643316) (xy 179.167538 61.627603) (xy 178.802401 61.262467) + (xy 178.786684 61.243316) (xy 178.710245 61.180583) (xy 178.623036 61.133969) (xy 178.555706 61.113544) (xy 178.703 60.96625) + (xy 178.703 60.117) (xy 178.957 60.117) (xy 178.957 60.96625) (xy 179.11575 61.125) (xy 179.58 61.128072) + (xy 179.704482 61.115812) (xy 179.82418 61.079502) (xy 179.934494 61.020537) (xy 180.031185 60.941185) (xy 180.110537 60.844494) + (xy 180.169502 60.73418) (xy 180.205812 60.614482) (xy 180.218072 60.49) (xy 180.215 60.27575) (xy 180.05625 60.117) + (xy 178.957 60.117) (xy 178.703 60.117) (xy 177.60375 60.117) (xy 177.445 60.27575) (xy 177.441928 60.49) + (xy 177.454188 60.614482) (xy 177.490498 60.73418) (xy 177.549463 60.844494) (xy 177.628815 60.941185) (xy 177.725506 61.020537) + (xy 177.83582 61.079502) (xy 177.8968 61.098) (xy 176.887935 61.098) (xy 176.658758 60.868824) (xy 176.88 60.868824) + (xy 176.953905 60.861545) (xy 177.02497 60.839988) (xy 177.090463 60.804981) (xy 177.147869 60.757869) (xy 177.194981 60.700463) + (xy 177.229988 60.63497) (xy 177.251545 60.563905) (xy 177.258824 60.49) (xy 177.258824 59.627) (xy 177.443892 59.627) + (xy 177.445 59.70425) (xy 177.60375 59.863) (xy 178.703 59.863) (xy 178.703 59.843) (xy 178.957 59.843) + (xy 178.957 59.863) (xy 180.05625 59.863) (xy 180.215 59.70425) (xy 180.216108 59.627) (xy 182.601176 59.627) + (xy 182.601176 60.49) (xy 182.608455 60.563905) (xy 182.630012 60.63497) (xy 182.665019 60.700463) (xy 182.712131 60.757869) + (xy 182.769537 60.804981) (xy 182.83503 60.839988) (xy 182.906095 60.861545) (xy 182.98 60.868824) (xy 184.48 60.868824) + (xy 184.553905 60.861545) (xy 184.621346 60.841087) (xy 184.603 60.933321) (xy 184.603 61.066679) (xy 184.629016 61.197474) + (xy 184.68005 61.32068) (xy 184.75414 61.431563) (xy 184.848437 61.52586) (xy 184.95932 61.59995) (xy 185.082526 61.650984) + (xy 185.213321 61.677) (xy 185.346679 61.677) (xy 185.477474 61.650984) (xy 185.60068 61.59995) (xy 185.711563 61.52586) + (xy 185.80586 61.431563) (xy 185.87995 61.32068) (xy 185.930984 61.197474) (xy 185.957 61.066679) (xy 185.957 60.933321) + (xy 185.930984 60.802526) (xy 185.87995 60.67932) (xy 185.80586 60.568437) (xy 185.782 60.544577) (xy 185.782 60.324642) + (xy 185.784427 60.299999) (xy 185.782 60.275356) (xy 185.782 60.275347) (xy 185.774736 60.201591) (xy 185.746031 60.106964) + (xy 185.699417 60.019755) (xy 185.636684 59.943316) (xy 185.617532 59.927598) (xy 185.342402 59.652468) (xy 185.326684 59.633316) + (xy 185.318988 59.627) (xy 185.881176 59.627) (xy 185.881176 59.64) (xy 185.888455 59.713905) (xy 185.910012 59.78497) + (xy 185.945019 59.850463) (xy 185.992131 59.907869) (xy 186.049537 59.954981) (xy 186.11503 59.989988) (xy 186.186095 60.011545) + (xy 186.26 60.018824) (xy 186.96 60.018824) (xy 187.033905 60.011545) (xy 187.10497 59.989988) (xy 187.170463 59.954981) + (xy 187.227869 59.907869) (xy 187.274981 59.850463) (xy 187.309988 59.78497) (xy 187.331545 59.713905) (xy 187.338824 59.64) + (xy 189.271928 59.64) (xy 189.284188 59.764482) (xy 189.320498 59.88418) (xy 189.379463 59.994494) (xy 189.458815 60.091185) + (xy 189.555506 60.170537) (xy 189.66582 60.229502) (xy 189.785518 60.265812) (xy 189.91 60.278072) (xy 189.97425 60.275) + (xy 190.133 60.11625) (xy 190.133 59.117) (xy 190.387 59.117) (xy 190.387 60.11625) (xy 190.54575 60.275) + (xy 190.61 60.278072) (xy 190.734482 60.265812) (xy 190.85418 60.229502) (xy 190.964494 60.170537) (xy 191.061185 60.091185) + (xy 191.140537 59.994494) (xy 191.199502 59.88418) (xy 191.235812 59.764482) (xy 191.248072 59.64) (xy 191.245 59.27575) + (xy 191.08625 59.117) (xy 190.387 59.117) (xy 190.133 59.117) (xy 189.43375 59.117) (xy 189.275 59.27575) + (xy 189.271928 59.64) (xy 187.338824 59.64) (xy 187.338824 58.34) (xy 187.331545 58.266095) (xy 187.327269 58.252) + (xy 187.525277 58.252) (xy 187.528614 58.258243) (xy 187.593136 58.336864) (xy 187.671757 58.401386) (xy 187.761455 58.449331) + (xy 187.858782 58.478855) (xy 187.96 58.488824) (xy 188.24 58.488824) (xy 188.26741 58.486124) (xy 188.326753 58.559113) + (xy 188.423079 58.638908) (xy 188.533122 58.698377) (xy 188.652652 58.735235) (xy 188.77425 58.745) (xy 188.933 58.58625) + (xy 188.933 57.927) (xy 188.913 57.927) (xy 188.913 57.673) (xy 188.933 57.673) (xy 188.933 57.653) + (xy 189.187 57.653) (xy 189.187 57.673) (xy 189.207 57.673) (xy 189.207 57.927) (xy 189.187 57.927) + (xy 189.187 58.58625) (xy 189.274745 58.673995) (xy 189.275 58.70425) (xy 189.43375 58.863) (xy 190.133 58.863) + (xy 190.133 57.86375) (xy 190.387 57.86375) (xy 190.387 58.863) (xy 191.08625 58.863) (xy 191.245 58.70425) + (xy 191.248072 58.34) (xy 191.235812 58.215518) (xy 191.199502 58.09582) (xy 191.140537 57.985506) (xy 191.061185 57.888815) + (xy 190.964494 57.809463) (xy 190.85418 57.750498) (xy 190.734482 57.714188) (xy 190.61 57.701928) (xy 190.54575 57.705) + (xy 190.387 57.86375) (xy 190.133 57.86375) (xy 189.975 57.70575) (xy 189.975 57.672998) (xy 189.816252 57.672998) + (xy 189.975 57.51425) (xy 189.978065 57.492923) (xy 189.966375 57.368387) (xy 189.930614 57.248524) (xy 189.879588 57.152) + (xy 191.012777 57.152) (xy 191.548001 57.687225) (xy 191.548 85.439129) (xy 191.418798 85.492647) (xy 191.217833 85.626927) + (xy 191.046927 85.797833) (xy 190.912647 85.998798) (xy 190.820153 86.222097) (xy 190.773 86.459151) (xy 190.773 86.700849) + (xy 190.820153 86.937903) (xy 190.912647 87.161202) (xy 191.046927 87.362167) (xy 191.217833 87.533073) (xy 191.418798 87.667353) + (xy 191.642097 87.759847) (xy 191.879151 87.807) (xy 192.120849 87.807) (xy 192.357903 87.759847) (xy 192.581202 87.667353) + (xy 192.782167 87.533073) (xy 192.953073 87.362167) (xy 193.087353 87.161202) (xy 193.179847 86.937903) (xy 193.227 86.700849) + (xy 193.227 86.459151) (xy 193.179847 86.222097) (xy 193.087353 85.998798) (xy 192.953073 85.797833) (xy 192.782167 85.626927) + (xy 192.581202 85.492647) (xy 192.452 85.439129) (xy 192.452 57.522205) (xy 192.454187 57.5) (xy 192.44546 57.411392) + (xy 192.419614 57.32619) (xy 192.385792 57.262913) (xy 192.377643 57.247667) (xy 192.321159 57.178841) (xy 192.303905 57.164681) + (xy 191.535323 56.3961) (xy 191.521159 56.378841) (xy 191.452333 56.322357) (xy 191.37381 56.280386) (xy 191.288607 56.25454) + (xy 191.222205 56.248) (xy 191.2 56.245813) (xy 191.177795 56.248) (xy 188.422204 56.248) (xy 188.399999 56.245813) + (xy 188.311392 56.25454) (xy 188.22619 56.280386) (xy 188.147667 56.322357) (xy 188.078841 56.378841) (xy 188.064681 56.396095) + (xy 187.7961 56.664677) (xy 187.778841 56.678841) (xy 187.722357 56.747668) (xy 187.699745 56.789973) (xy 187.680386 56.826191) + (xy 187.65454 56.911393) (xy 187.645813 57) (xy 187.648 57.022206) (xy 187.648 57.21811) (xy 187.593136 57.263136) + (xy 187.528614 57.341757) (xy 187.525277 57.348) (xy 187.022204 57.348) (xy 186.999999 57.345813) (xy 186.911392 57.35454) + (xy 186.891562 57.360556) (xy 186.82619 57.380386) (xy 186.747667 57.422357) (xy 186.678841 57.478841) (xy 186.664685 57.49609) + (xy 186.3061 57.854677) (xy 186.288841 57.868841) (xy 186.232357 57.937668) (xy 186.217557 57.965356) (xy 186.186095 57.968455) + (xy 186.127 57.986381) (xy 186.127 56.127) (xy 196.373 56.127) (xy 196.373 95.173777) (xy 195.095323 93.8961) + (xy 195.081159 93.878841) (xy 195.012333 93.822357) (xy 194.93381 93.780386) (xy 194.848607 93.75454) (xy 194.782205 93.748) + (xy 194.76 93.745813) (xy 194.737795 93.748) (xy 193.228824 93.748) (xy 193.228824 93.35) (xy 193.221545 93.276095) + (xy 193.199988 93.20503) (xy 193.164981 93.139537) (xy 193.117869 93.082131) (xy 193.060463 93.035019) (xy 192.99497 93.000012) + (xy 192.923905 92.978455) (xy 192.85 92.971176) (xy 191.15 92.971176) (xy 191.076095 92.978455) (xy 191.00503 93.000012) + (xy 190.939537 93.035019) (xy 190.882131 93.082131) (xy 190.835019 93.139537) (xy 190.800012 93.20503) (xy 190.778455 93.276095) + (xy 190.771176 93.35) (xy 190.771176 95.05) (xy 190.778455 95.123905) (xy 190.800012 95.19497) (xy 190.835019 95.260463) + (xy 190.882131 95.317869) (xy 190.939537 95.364981) (xy 191.00503 95.399988) (xy 191.076095 95.421545) (xy 191.15 95.428824) + (xy 192.85 95.428824) (xy 192.923905 95.421545) (xy 192.99497 95.399988) (xy 193.060463 95.364981) (xy 193.117869 95.317869) + (xy 193.164981 95.260463) (xy 193.199988 95.19497) (xy 193.221545 95.123905) (xy 193.228824 95.05) (xy 193.228824 94.652) + (xy 194.572777 94.652) (xy 195.628001 95.707225) (xy 195.628 97.677794) (xy 195.628 98.052204) (xy 195.628001 98.052214) + (xy 195.628001 98.908776) (xy 194.675323 97.9561) (xy 194.661159 97.938841) (xy 194.592333 97.882357) (xy 194.51381 97.840386) + (xy 194.428607 97.81454) (xy 194.362205 97.808) (xy 194.34 97.805813) (xy 194.317795 97.808) (xy 193.124302 97.808) + (xy 193.087353 97.718798) (xy 192.953073 97.517833) (xy 192.782167 97.346927) (xy 192.581202 97.212647) (xy 192.357903 97.120153) + (xy 192.120849 97.073) (xy 191.879151 97.073) (xy 191.642097 97.120153) (xy 191.418798 97.212647) (xy 191.217833 97.346927) + (xy 191.046927 97.517833) (xy 190.912647 97.718798) (xy 190.820153 97.942097) (xy 190.773 98.179151) (xy 190.773 98.420849) + (xy 190.820153 98.657903) (xy 190.912647 98.881202) (xy 191.046927 99.082167) (xy 191.217833 99.253073) (xy 191.418798 99.387353) + (xy 191.642097 99.479847) (xy 191.879151 99.527) (xy 192.120849 99.527) (xy 192.357903 99.479847) (xy 192.581202 99.387353) + (xy 192.782167 99.253073) (xy 192.953073 99.082167) (xy 193.087353 98.881202) (xy 193.157439 98.712) (xy 194.152777 98.712) + (xy 195.028001 99.587226) (xy 195.028001 101.608776) (xy 193.915323 100.4961) (xy 193.901159 100.478841) (xy 193.832333 100.422357) + (xy 193.75381 100.380386) (xy 193.668607 100.35454) (xy 193.602205 100.348) (xy 193.58 100.345813) (xy 193.557795 100.348) + (xy 193.124302 100.348) (xy 193.087353 100.258798) (xy 192.953073 100.057833) (xy 192.782167 99.886927) (xy 192.581202 99.752647) + (xy 192.357903 99.660153) (xy 192.120849 99.613) (xy 191.879151 99.613) (xy 191.642097 99.660153) (xy 191.418798 99.752647) + (xy 191.217833 99.886927) (xy 191.046927 100.057833) (xy 190.912647 100.258798) (xy 190.820153 100.482097) (xy 190.773 100.719151) + (xy 190.773 100.960849) (xy 190.820153 101.197903) (xy 190.912647 101.421202) (xy 191.046927 101.622167) (xy 191.217833 101.793073) + (xy 191.418798 101.927353) (xy 191.642097 102.019847) (xy 191.879151 102.067) (xy 192.120849 102.067) (xy 192.357903 102.019847) + (xy 192.581202 101.927353) (xy 192.782167 101.793073) (xy 192.953073 101.622167) (xy 193.087353 101.421202) (xy 193.157439 101.252) + (xy 193.392777 101.252) (xy 194.328001 102.187226) (xy 194.328001 103.711548) (xy 194.301159 103.678841) (xy 194.283905 103.664681) + (xy 193.655323 103.0361) (xy 193.641159 103.018841) (xy 193.572333 102.962357) (xy 193.49381 102.920386) (xy 193.408607 102.89454) + (xy 193.342205 102.888) (xy 193.32 102.885813) (xy 193.297795 102.888) (xy 193.124302 102.888) (xy 193.087353 102.798798) + (xy 192.953073 102.597833) (xy 192.782167 102.426927) (xy 192.581202 102.292647) (xy 192.357903 102.200153) (xy 192.120849 102.153) + (xy 191.879151 102.153) (xy 191.642097 102.200153) (xy 191.418798 102.292647) (xy 191.217833 102.426927) (xy 191.046927 102.597833) + (xy 190.912647 102.798798) (xy 190.820153 103.022097) (xy 190.773 103.259151) (xy 190.773 103.500849) (xy 190.820153 103.737903) + (xy 190.912647 103.961202) (xy 191.046927 104.162167) (xy 191.217833 104.333073) (xy 191.418798 104.467353) (xy 191.642097 104.559847) + (xy 191.879151 104.607) (xy 192.120849 104.607) (xy 192.357903 104.559847) (xy 192.581202 104.467353) (xy 192.782167 104.333073) + (xy 192.953073 104.162167) (xy 193.087353 103.961202) (xy 193.150216 103.809439) (xy 193.528001 104.187225) (xy 193.528 123.822204) + (xy 193.528001 123.822214) (xy 193.528 127.032776) (xy 190.712777 129.848) (xy 190.391223 129.848) (xy 192.235313 128.003911) + (xy 192.235316 128.003907) (xy 192.303904 127.93532) (xy 192.321159 127.921159) (xy 192.377643 127.852333) (xy 192.419614 127.77381) + (xy 192.44546 127.688607) (xy 192.449262 127.650001) (xy 192.454187 127.600001) (xy 192.452 127.577796) (xy 192.452 107.148824) + (xy 192.85 107.148824) (xy 192.923905 107.141545) (xy 192.99497 107.119988) (xy 193.060463 107.084981) (xy 193.117869 107.037869) + (xy 193.164981 106.980463) (xy 193.199988 106.91497) (xy 193.221545 106.843905) (xy 193.228824 106.77) (xy 193.228824 105.07) + (xy 193.221545 104.996095) (xy 193.199988 104.92503) (xy 193.164981 104.859537) (xy 193.117869 104.802131) (xy 193.060463 104.755019) + (xy 192.99497 104.720012) (xy 192.923905 104.698455) (xy 192.85 104.691176) (xy 191.15 104.691176) (xy 191.076095 104.698455) + (xy 191.00503 104.720012) (xy 190.939537 104.755019) (xy 190.882131 104.802131) (xy 190.835019 104.859537) (xy 190.800012 104.92503) + (xy 190.778455 104.996095) (xy 190.771176 105.07) (xy 190.771176 106.77) (xy 190.778455 106.843905) (xy 190.800012 106.91497) + (xy 190.835019 106.980463) (xy 190.882131 107.037869) (xy 190.939537 107.084981) (xy 191.00503 107.119988) (xy 191.076095 107.141545) + (xy 191.15 107.148824) (xy 191.548 107.148824) (xy 191.548001 110.577786) (xy 191.548 110.577796) (xy 191.548001 127.412775) + (xy 190.586163 128.374613) (xy 190.601545 128.323905) (xy 190.608824 128.25) (xy 190.608824 126.95) (xy 190.601545 126.876095) + (xy 190.579988 126.80503) (xy 190.544981 126.739537) (xy 190.497869 126.682131) (xy 190.440463 126.635019) (xy 190.37497 126.600012) + (xy 190.303905 126.578455) (xy 190.23 126.571176) (xy 189.53 126.571176) (xy 189.456095 126.578455) (xy 189.38503 126.600012) + (xy 189.319537 126.635019) (xy 189.262131 126.682131) (xy 189.215019 126.739537) (xy 189.180012 126.80503) (xy 189.158455 126.876095) + (xy 189.151176 126.95) (xy 189.151176 128.25) (xy 189.158455 128.323905) (xy 189.180012 128.39497) (xy 189.215019 128.460463) + (xy 189.262131 128.517869) (xy 189.319537 128.564981) (xy 189.38503 128.599988) (xy 189.456095 128.621545) (xy 189.53 128.628824) + (xy 190.23 128.628824) (xy 190.303905 128.621545) (xy 190.354614 128.606163) (xy 189.512777 129.448) (xy 183.318711 129.448) + (xy 183.361574 129.405137) (xy 183.385501 129.385501) (xy 183.463853 129.290028) (xy 183.522075 129.181103) (xy 183.557927 129.062913) + (xy 183.567 128.970794) (xy 183.567 128.970793) (xy 183.570033 128.94) (xy 183.567 128.909206) (xy 183.567 128.61242) + (xy 183.601103 128.602075) (xy 183.710028 128.543853) (xy 183.805501 128.465501) (xy 183.825138 128.441573) (xy 184.151574 128.115137) + (xy 184.175501 128.095501) (xy 184.253853 128.000028) (xy 184.312075 127.891103) (xy 184.347927 127.772913) (xy 184.350596 127.745813) + (xy 184.360033 127.650001) (xy 184.357 127.619207) (xy 184.357 127.058824) (xy 184.48 127.058824) (xy 184.553905 127.051545) + (xy 184.62497 127.029988) (xy 184.690463 126.994981) (xy 184.745272 126.95) (xy 185.501176 126.95) (xy 185.501176 128.25) + (xy 185.508455 128.323905) (xy 185.530012 128.39497) (xy 185.565019 128.460463) (xy 185.612131 128.517869) (xy 185.669537 128.564981) + (xy 185.73503 128.599988) (xy 185.806095 128.621545) (xy 185.88 128.628824) (xy 186.58 128.628824) (xy 186.653905 128.621545) + (xy 186.72497 128.599988) (xy 186.790463 128.564981) (xy 186.847869 128.517869) (xy 186.894981 128.460463) (xy 186.929988 128.39497) + (xy 186.951545 128.323905) (xy 186.958824 128.25) (xy 186.958824 126.95) (xy 186.951545 126.876095) (xy 186.929988 126.80503) + (xy 186.894981 126.739537) (xy 186.847869 126.682131) (xy 186.790463 126.635019) (xy 186.72497 126.600012) (xy 186.653905 126.578455) + (xy 186.58 126.571176) (xy 185.88 126.571176) (xy 185.806095 126.578455) (xy 185.73503 126.600012) (xy 185.669537 126.635019) + (xy 185.612131 126.682131) (xy 185.565019 126.739537) (xy 185.530012 126.80503) (xy 185.508455 126.876095) (xy 185.501176 126.95) + (xy 184.745272 126.95) (xy 184.747869 126.947869) (xy 184.794981 126.890463) (xy 184.829988 126.82497) (xy 184.851545 126.753905) + (xy 184.858824 126.68) (xy 184.858824 125.68) (xy 184.851545 125.606095) (xy 184.829988 125.53503) (xy 184.794981 125.469537) + (xy 184.747869 125.412131) (xy 184.690463 125.365019) (xy 184.62497 125.330012) (xy 184.553905 125.308455) (xy 184.48 125.301176) + (xy 182.98 125.301176) (xy 182.906095 125.308455) (xy 182.83503 125.330012) (xy 182.769537 125.365019) (xy 182.712131 125.412131) + (xy 182.665019 125.469537) (xy 182.630012 125.53503) (xy 182.608455 125.606095) (xy 182.601176 125.68) (xy 182.601176 126.68) + (xy 182.608455 126.753905) (xy 182.630012 126.82497) (xy 182.665019 126.890463) (xy 182.712131 126.947869) (xy 182.769537 126.994981) + (xy 182.83503 127.029988) (xy 182.906095 127.051545) (xy 182.98 127.058824) (xy 183.103 127.058824) (xy 183.103 127.333441) + (xy 183.08 127.331176) (xy 182.8 127.331176) (xy 182.77259 127.333876) (xy 182.713247 127.260887) (xy 182.616921 127.181092) + (xy 182.506878 127.121623) (xy 182.387348 127.084765) (xy 182.26575 127.075) (xy 182.107 127.23375) (xy 182.107 127.893) + (xy 182.127 127.893) (xy 182.127 128.147) (xy 182.107 128.147) (xy 182.107 128.167) (xy 181.853 128.167) + (xy 181.853 128.147) (xy 181.22375 128.147) (xy 181.065 128.30575) (xy 181.061935 128.327077) (xy 181.073625 128.451613) + (xy 181.109386 128.571476) (xy 181.163055 128.673) (xy 175.787 128.673) (xy 175.787 128.629344) (xy 175.810794 128.627) + (xy 175.902913 128.617927) (xy 176.021103 128.582075) (xy 176.130028 128.523853) (xy 176.225501 128.445501) (xy 176.245138 128.421573) + (xy 176.551574 128.115137) (xy 176.575501 128.095501) (xy 176.653853 128.000028) (xy 176.712075 127.891103) (xy 176.747927 127.772913) + (xy 176.750596 127.745813) (xy 176.753835 127.712923) (xy 181.061935 127.712923) (xy 181.065 127.73425) (xy 181.22375 127.893) + (xy 181.853 127.893) (xy 181.853 127.23375) (xy 181.69425 127.075) (xy 181.572652 127.084765) (xy 181.453122 127.121623) + (xy 181.343079 127.181092) (xy 181.246753 127.260887) (xy 181.167844 127.357941) (xy 181.109386 127.468524) (xy 181.073625 127.588387) + (xy 181.061935 127.712923) (xy 176.753835 127.712923) (xy 176.760033 127.65) (xy 176.757 127.619206) (xy 176.757 127.058824) + (xy 176.88 127.058824) (xy 176.953905 127.051545) (xy 177.02497 127.029988) (xy 177.090463 126.994981) (xy 177.147869 126.947869) + (xy 177.194981 126.890463) (xy 177.229988 126.82497) (xy 177.251545 126.753905) (xy 177.258824 126.68) (xy 177.258824 125.68) + (xy 177.251545 125.606095) (xy 177.229988 125.53503) (xy 177.194981 125.469537) (xy 177.147869 125.412131) (xy 177.090463 125.365019) + (xy 177.02497 125.330012) (xy 176.953905 125.308455) (xy 176.88 125.301176) (xy 175.38 125.301176) (xy 175.306095 125.308455) + (xy 175.23503 125.330012) (xy 175.169537 125.365019) (xy 175.112131 125.412131) (xy 175.065019 125.469537) (xy 175.030012 125.53503) + (xy 175.008455 125.606095) (xy 175.001176 125.68) (xy 175.001176 126.68) (xy 175.008455 126.753905) (xy 175.030012 126.82497) + (xy 175.065019 126.890463) (xy 175.112131 126.947869) (xy 175.169537 126.994981) (xy 175.23503 127.029988) (xy 175.306095 127.051545) + (xy 175.38 127.058824) (xy 175.503 127.058824) (xy 175.503 127.35305) (xy 175.498545 127.350669) (xy 175.401218 127.321145) + (xy 175.3 127.311176) (xy 175.02 127.311176) (xy 174.99259 127.313876) (xy 174.933247 127.240887) (xy 174.836921 127.161092) + (xy 174.726878 127.101623) (xy 174.607348 127.064765) (xy 174.48575 127.055) (xy 174.327 127.21375) (xy 174.327 127.873) + (xy 174.347 127.873) (xy 174.347 128.127) (xy 174.327 128.127) (xy 174.327 128.147) (xy 174.073 128.147) + (xy 174.073 128.127) (xy 173.44375 128.127) (xy 173.285 128.28575) (xy 173.281935 128.307077) (xy 173.293625 128.431613) + (xy 173.329386 128.551476) (xy 173.387844 128.662059) (xy 173.396739 128.673) (xy 168.357 128.673) (xy 168.357 128.594554) + (xy 168.431103 128.572075) (xy 168.540028 128.513853) (xy 168.635501 128.435501) (xy 168.655138 128.411573) (xy 168.951574 128.115137) + (xy 168.975501 128.095501) (xy 169.053853 128.000028) (xy 169.107304 127.900029) (xy 169.112075 127.891104) (xy 169.147927 127.772913) + (xy 169.155805 127.692923) (xy 173.281935 127.692923) (xy 173.285 127.71425) (xy 173.44375 127.873) (xy 174.073 127.873) + (xy 174.073 127.21375) (xy 173.91425 127.055) (xy 173.792652 127.064765) (xy 173.673122 127.101623) (xy 173.563079 127.161092) + (xy 173.466753 127.240887) (xy 173.387844 127.337941) (xy 173.329386 127.448524) (xy 173.293625 127.568387) (xy 173.281935 127.692923) + (xy 169.155805 127.692923) (xy 169.160033 127.65) (xy 169.157 127.619206) (xy 169.157 127.058824) (xy 169.28 127.058824) + (xy 169.353905 127.051545) (xy 169.42497 127.029988) (xy 169.490463 126.994981) (xy 169.547869 126.947869) (xy 169.594981 126.890463) + (xy 169.629988 126.82497) (xy 169.651545 126.753905) (xy 169.658824 126.68) (xy 169.658824 125.68) (xy 169.651545 125.606095) + (xy 169.629988 125.53503) (xy 169.594981 125.469537) (xy 169.547869 125.412131) (xy 169.490463 125.365019) (xy 169.42497 125.330012) + (xy 169.353905 125.308455) (xy 169.28 125.301176) (xy 167.78 125.301176) (xy 167.706095 125.308455) (xy 167.63503 125.330012) + (xy 167.569537 125.365019) (xy 167.512131 125.412131) (xy 167.465019 125.469537) (xy 167.430012 125.53503) (xy 167.408455 125.606095) + (xy 167.401176 125.68) (xy 167.401176 126.68) (xy 167.408455 126.753905) (xy 167.430012 126.82497) (xy 167.465019 126.890463) + (xy 167.512131 126.947869) (xy 167.569537 126.994981) (xy 167.63503 127.029988) (xy 167.706095 127.051545) (xy 167.78 127.058824) + (xy 167.903 127.058824) (xy 167.903 127.304426) (xy 167.87 127.301176) (xy 167.59 127.301176) (xy 167.56259 127.303876) + (xy 167.503247 127.230887) (xy 167.406921 127.151092) (xy 167.296878 127.091623) (xy 167.177348 127.054765) (xy 167.05575 127.045) + (xy 166.897 127.20375) (xy 166.897 127.863) (xy 166.917 127.863) (xy 166.917 128.117) (xy 166.897 128.117) + (xy 166.897 128.137) (xy 166.643 128.137) (xy 166.643 128.117) (xy 166.01375 128.117) (xy 165.855 128.27575) + (xy 165.851935 128.297077) (xy 165.863625 128.421613) (xy 165.899386 128.541476) (xy 165.957844 128.652059) (xy 165.97487 128.673) + (xy 160.787 128.673) (xy 160.787 128.546852) (xy 160.830028 128.523853) (xy 160.925501 128.445501) (xy 160.945138 128.421573) + (xy 161.351579 128.015133) (xy 161.375501 127.995501) (xy 161.453853 127.900028) (xy 161.512075 127.791103) (xy 161.54489 127.682923) + (xy 165.851935 127.682923) (xy 165.855 127.70425) (xy 166.01375 127.863) (xy 166.643 127.863) (xy 166.643 127.20375) + (xy 166.48425 127.045) (xy 166.362652 127.054765) (xy 166.243122 127.091623) (xy 166.133079 127.151092) (xy 166.036753 127.230887) + (xy 165.957844 127.327941) (xy 165.899386 127.438524) (xy 165.863625 127.558387) (xy 165.851935 127.682923) (xy 161.54489 127.682923) + (xy 161.547927 127.672913) (xy 161.557 127.580794) (xy 161.557 127.580793) (xy 161.560033 127.550001) (xy 161.557 127.519207) + (xy 161.557 127.038824) (xy 161.68 127.038824) (xy 161.753905 127.031545) (xy 161.82497 127.009988) (xy 161.890463 126.974981) + (xy 161.947869 126.927869) (xy 161.994981 126.870463) (xy 162.029988 126.80497) (xy 162.051545 126.733905) (xy 162.058824 126.66) + (xy 162.058824 125.66) (xy 162.051545 125.586095) (xy 162.029988 125.51503) (xy 161.994981 125.449537) (xy 161.947869 125.392131) + (xy 161.890463 125.345019) (xy 161.82497 125.310012) (xy 161.753905 125.288455) (xy 161.68 125.281176) (xy 160.18 125.281176) + (xy 160.106095 125.288455) (xy 160.03503 125.310012) (xy 159.969537 125.345019) (xy 159.912131 125.392131) (xy 159.865019 125.449537) + (xy 159.830012 125.51503) (xy 159.808455 125.586095) (xy 159.801176 125.66) (xy 159.801176 126.66) (xy 159.808455 126.733905) + (xy 159.830012 126.80497) (xy 159.865019 126.870463) (xy 159.912131 126.927869) (xy 159.969537 126.974981) (xy 160.03503 127.009988) + (xy 160.106095 127.031545) (xy 160.18 127.038824) (xy 160.303 127.038824) (xy 160.303 127.290288) (xy 160.282112 127.311176) + (xy 160.02 127.311176) (xy 159.99259 127.313876) (xy 159.933247 127.240887) (xy 159.836921 127.161092) (xy 159.726878 127.101623) + (xy 159.607348 127.064765) (xy 159.48575 127.055) (xy 159.327 127.21375) (xy 159.327 127.873) (xy 159.347 127.873) + (xy 159.347 128.127) (xy 159.327 128.127) (xy 159.327 128.147) (xy 159.073 128.147) (xy 159.073 128.127) + (xy 158.44375 128.127) (xy 158.285 128.28575) (xy 158.281935 128.307077) (xy 158.293625 128.431613) (xy 158.329386 128.551476) + (xy 158.387844 128.662059) (xy 158.396739 128.673) (xy 152.987 128.673) (xy 152.987 128.629344) (xy 153.010794 128.627) + (xy 153.102913 128.617927) (xy 153.221103 128.582075) (xy 153.330028 128.523853) (xy 153.425501 128.445501) (xy 153.445138 128.421573) + (xy 153.751574 128.115137) (xy 153.775501 128.095501) (xy 153.853853 128.000028) (xy 153.912075 127.891103) (xy 153.947927 127.772913) + (xy 153.950596 127.745813) (xy 153.955805 127.692923) (xy 158.281935 127.692923) (xy 158.285 127.71425) (xy 158.44375 127.873) + (xy 159.073 127.873) (xy 159.073 127.21375) (xy 158.91425 127.055) (xy 158.792652 127.064765) (xy 158.673122 127.101623) + (xy 158.563079 127.161092) (xy 158.466753 127.240887) (xy 158.387844 127.337941) (xy 158.329386 127.448524) (xy 158.293625 127.568387) + (xy 158.281935 127.692923) (xy 153.955805 127.692923) (xy 153.960033 127.65) (xy 153.957 127.619206) (xy 153.957 127.018824) + (xy 154.08 127.018824) (xy 154.153905 127.011545) (xy 154.22497 126.989988) (xy 154.290463 126.954981) (xy 154.347869 126.907869) + (xy 154.394981 126.850463) (xy 154.429988 126.78497) (xy 154.451545 126.713905) (xy 154.458824 126.64) (xy 154.458824 125.64) + (xy 154.451545 125.566095) (xy 154.429988 125.49503) (xy 154.394981 125.429537) (xy 154.347869 125.372131) (xy 154.290463 125.325019) + (xy 154.22497 125.290012) (xy 154.153905 125.268455) (xy 154.08 125.261176) (xy 152.58 125.261176) (xy 152.506095 125.268455) + (xy 152.43503 125.290012) (xy 152.369537 125.325019) (xy 152.312131 125.372131) (xy 152.265019 125.429537) (xy 152.230012 125.49503) + (xy 152.208455 125.566095) (xy 152.201176 125.64) (xy 152.201176 126.64) (xy 152.208455 126.713905) (xy 152.230012 126.78497) + (xy 152.265019 126.850463) (xy 152.312131 126.907869) (xy 152.369537 126.954981) (xy 152.43503 126.989988) (xy 152.506095 127.011545) + (xy 152.58 127.018824) (xy 152.703 127.018824) (xy 152.703 127.35305) (xy 152.698545 127.350669) (xy 152.601218 127.321145) + (xy 152.5 127.311176) (xy 152.22 127.311176) (xy 152.19259 127.313876) (xy 152.133247 127.240887) (xy 152.036921 127.161092) + (xy 151.926878 127.101623) (xy 151.807348 127.064765) (xy 151.68575 127.055) (xy 151.527 127.21375) (xy 151.527 127.873) + (xy 151.547 127.873) (xy 151.547 128.127) (xy 151.527 128.127) (xy 151.527 128.147) (xy 151.273 128.147) + (xy 151.273 128.127) (xy 150.64375 128.127) (xy 150.485 128.28575) (xy 150.481935 128.307077) (xy 150.493625 128.431613) + (xy 150.529386 128.551476) (xy 150.587844 128.662059) (xy 150.596739 128.673) (xy 145.487 128.673) (xy 145.487 128.608753) + (xy 145.5 128.610033) (xy 145.530794 128.607) (xy 145.622913 128.597927) (xy 145.741103 128.562075) (xy 145.850028 128.503853) + (xy 145.945501 128.425501) (xy 145.965138 128.401573) (xy 146.151574 128.215137) (xy 146.175501 128.195501) (xy 146.253853 128.100028) + (xy 146.312075 127.991103) (xy 146.347927 127.872913) (xy 146.353139 127.82) (xy 146.360033 127.750001) (xy 146.357 127.719207) + (xy 146.357 127.692923) (xy 150.481935 127.692923) (xy 150.485 127.71425) (xy 150.64375 127.873) (xy 151.273 127.873) + (xy 151.273 127.21375) (xy 151.11425 127.055) (xy 150.992652 127.064765) (xy 150.873122 127.101623) (xy 150.763079 127.161092) + (xy 150.666753 127.240887) (xy 150.587844 127.337941) (xy 150.529386 127.448524) (xy 150.493625 127.568387) (xy 150.481935 127.692923) + (xy 146.357 127.692923) (xy 146.357 127.018824) (xy 146.48 127.018824) (xy 146.553905 127.011545) (xy 146.62497 126.989988) + (xy 146.690463 126.954981) (xy 146.747869 126.907869) (xy 146.794981 126.850463) (xy 146.829988 126.78497) (xy 146.851545 126.713905) + (xy 146.858824 126.64) (xy 146.858824 125.64) (xy 146.851545 125.566095) (xy 146.829988 125.49503) (xy 146.794981 125.429537) + (xy 146.747869 125.372131) (xy 146.690463 125.325019) (xy 146.62497 125.290012) (xy 146.553905 125.268455) (xy 146.48 125.261176) + (xy 144.98 125.261176) (xy 144.906095 125.268455) (xy 144.83503 125.290012) (xy 144.769537 125.325019) (xy 144.712131 125.372131) + (xy 144.665019 125.429537) (xy 144.630012 125.49503) (xy 144.608455 125.566095) (xy 144.601176 125.64) (xy 144.601176 126.64) + (xy 144.608455 126.713905) (xy 144.630012 126.78497) (xy 144.665019 126.850463) (xy 144.712131 126.907869) (xy 144.769537 126.954981) + (xy 144.83503 126.989988) (xy 144.906095 127.011545) (xy 144.98 127.018824) (xy 145.103 127.018824) (xy 145.103 127.301686) + (xy 145.101218 127.301145) (xy 145 127.291176) (xy 144.72 127.291176) (xy 144.69259 127.293876) (xy 144.633247 127.220887) + (xy 144.536921 127.141092) (xy 144.426878 127.081623) (xy 144.307348 127.044765) (xy 144.18575 127.035) (xy 144.027 127.19375) + (xy 144.027 127.853) (xy 144.047 127.853) (xy 144.047 128.107) (xy 144.027 128.107) (xy 144.027 128.127) + (xy 143.773 128.127) (xy 143.773 128.107) (xy 143.14375 128.107) (xy 142.985 128.26575) (xy 142.981935 128.287077) + (xy 142.993625 128.411613) (xy 143.029386 128.531476) (xy 143.087844 128.642059) (xy 143.113 128.673) (xy 137.887 128.673) + (xy 137.887 128.557587) (xy 137.971103 128.532075) (xy 138.080028 128.473853) (xy 138.175501 128.395501) (xy 138.195138 128.371573) + (xy 138.551574 128.015137) (xy 138.575501 127.995501) (xy 138.653853 127.900028) (xy 138.712075 127.791103) (xy 138.747923 127.672923) + (xy 142.981935 127.672923) (xy 142.985 127.69425) (xy 143.14375 127.853) (xy 143.773 127.853) (xy 143.773 127.19375) + (xy 143.61425 127.035) (xy 143.492652 127.044765) (xy 143.373122 127.081623) (xy 143.263079 127.141092) (xy 143.166753 127.220887) + (xy 143.087844 127.317941) (xy 143.029386 127.428524) (xy 142.993625 127.548387) (xy 142.981935 127.672923) (xy 138.747923 127.672923) + (xy 138.747927 127.672913) (xy 138.757 127.580794) (xy 138.757 127.580793) (xy 138.760033 127.550001) (xy 138.757 127.519209) + (xy 138.757 127.018824) (xy 138.88 127.018824) (xy 138.953905 127.011545) (xy 139.02497 126.989988) (xy 139.090463 126.954981) + (xy 139.147869 126.907869) (xy 139.194981 126.850463) (xy 139.229988 126.78497) (xy 139.251545 126.713905) (xy 139.258824 126.64) + (xy 139.258824 125.64) (xy 139.251545 125.566095) (xy 139.229988 125.49503) (xy 139.194981 125.429537) (xy 139.147869 125.372131) + (xy 139.090463 125.325019) (xy 139.02497 125.290012) (xy 138.953905 125.268455) (xy 138.88 125.261176) (xy 137.38 125.261176) + (xy 137.306095 125.268455) (xy 137.23503 125.290012) (xy 137.169537 125.325019) (xy 137.112131 125.372131) (xy 137.065019 125.429537) + (xy 137.030012 125.49503) (xy 137.008455 125.566095) (xy 137.001176 125.64) (xy 137.001176 126.64) (xy 137.008455 126.713905) + (xy 137.030012 126.78497) (xy 137.065019 126.850463) (xy 137.112131 126.907869) (xy 137.169537 126.954981) (xy 137.23503 126.989988) + (xy 137.306095 127.011545) (xy 137.38 127.018824) (xy 137.503 127.018824) (xy 137.503 127.271686) (xy 137.501218 127.271145) + (xy 137.4 127.261176) (xy 137.12 127.261176) (xy 137.09259 127.263876) (xy 137.033247 127.190887) (xy 136.936921 127.111092) + (xy 136.826878 127.051623) (xy 136.707348 127.014765) (xy 136.58575 127.005) (xy 136.427 127.16375) (xy 136.427 127.823) + (xy 136.447 127.823) (xy 136.447 128.077) (xy 136.427 128.077) (xy 136.427 128.097) (xy 136.173 128.097) + (xy 136.173 128.077) (xy 135.54375 128.077) (xy 135.385 128.23575) (xy 135.381935 128.257077) (xy 135.393625 128.381613) + (xy 135.429386 128.501476) (xy 135.487844 128.612059) (xy 135.537392 128.673) (xy 130.287 128.673) (xy 130.287 128.557587) + (xy 130.371103 128.532075) (xy 130.480028 128.473853) (xy 130.575501 128.395501) (xy 130.595138 128.371573) (xy 130.951574 128.015137) + (xy 130.975501 127.995501) (xy 131.053853 127.900028) (xy 131.112075 127.791103) (xy 131.147927 127.672913) (xy 131.15088 127.642923) + (xy 135.381935 127.642923) (xy 135.385 127.66425) (xy 135.54375 127.823) (xy 136.173 127.823) (xy 136.173 127.16375) + (xy 136.01425 127.005) (xy 135.892652 127.014765) (xy 135.773122 127.051623) (xy 135.663079 127.111092) (xy 135.566753 127.190887) + (xy 135.487844 127.287941) (xy 135.429386 127.398524) (xy 135.393625 127.518387) (xy 135.381935 127.642923) (xy 131.15088 127.642923) + (xy 131.157 127.580794) (xy 131.157 127.580793) (xy 131.160033 127.550001) (xy 131.157 127.519209) (xy 131.157 127.018824) + (xy 131.28 127.018824) (xy 131.353905 127.011545) (xy 131.42497 126.989988) (xy 131.490463 126.954981) (xy 131.547869 126.907869) + (xy 131.594981 126.850463) (xy 131.629988 126.78497) (xy 131.651545 126.713905) (xy 131.658824 126.64) (xy 131.658824 125.64) + (xy 131.651545 125.566095) (xy 131.629988 125.49503) (xy 131.594981 125.429537) (xy 131.547869 125.372131) (xy 131.490463 125.325019) + (xy 131.42497 125.290012) (xy 131.353905 125.268455) (xy 131.28 125.261176) (xy 129.78 125.261176) (xy 129.706095 125.268455) + (xy 129.63503 125.290012) (xy 129.569537 125.325019) (xy 129.512131 125.372131) (xy 129.465019 125.429537) (xy 129.430012 125.49503) + (xy 129.408455 125.566095) (xy 129.401176 125.64) (xy 129.401176 126.64) (xy 129.408455 126.713905) (xy 129.430012 126.78497) + (xy 129.465019 126.850463) (xy 129.512131 126.907869) (xy 129.569537 126.954981) (xy 129.63503 126.989988) (xy 129.706095 127.011545) + (xy 129.78 127.018824) (xy 129.903 127.018824) (xy 129.903 127.271686) (xy 129.901218 127.271145) (xy 129.8 127.261176) + (xy 129.52 127.261176) (xy 129.49259 127.263876) (xy 129.433247 127.190887) (xy 129.336921 127.111092) (xy 129.226878 127.051623) + (xy 129.107348 127.014765) (xy 128.98575 127.005) (xy 128.827 127.16375) (xy 128.827 127.823) (xy 128.847 127.823) + (xy 128.847 128.077) (xy 128.827 128.077) (xy 128.827 128.097) (xy 128.573 128.097) (xy 128.573 128.077) + (xy 127.94375 128.077) (xy 127.785 128.23575) (xy 127.781935 128.257077) (xy 127.793625 128.381613) (xy 127.829386 128.501476) + (xy 127.887844 128.612059) (xy 127.937392 128.673) (xy 122.867 128.673) (xy 122.867 128.621464) (xy 122.902913 128.617927) + (xy 123.021103 128.582075) (xy 123.130028 128.523853) (xy 123.225501 128.445501) (xy 123.245138 128.421573) (xy 123.351574 128.315137) + (xy 123.375501 128.295501) (xy 123.453853 128.200028) (xy 123.512075 128.091103) (xy 123.547927 127.972913) (xy 123.557 127.880794) + (xy 123.557 127.880793) (xy 123.560033 127.850001) (xy 123.557 127.819207) (xy 123.557 127.642923) (xy 127.781935 127.642923) + (xy 127.785 127.66425) (xy 127.94375 127.823) (xy 128.573 127.823) (xy 128.573 127.16375) (xy 128.41425 127.005) + (xy 128.292652 127.014765) (xy 128.173122 127.051623) (xy 128.063079 127.111092) (xy 127.966753 127.190887) (xy 127.887844 127.287941) + (xy 127.829386 127.398524) (xy 127.793625 127.518387) (xy 127.781935 127.642923) (xy 123.557 127.642923) (xy 123.557 127.038824) + (xy 123.68 127.038824) (xy 123.753905 127.031545) (xy 123.82497 127.009988) (xy 123.890463 126.974981) (xy 123.947869 126.927869) + (xy 123.994981 126.870463) (xy 124.029988 126.80497) (xy 124.051545 126.733905) (xy 124.058824 126.66) (xy 124.058824 125.66) + (xy 124.051545 125.586095) (xy 124.029988 125.51503) (xy 123.994981 125.449537) (xy 123.947869 125.392131) (xy 123.890463 125.345019) + (xy 123.82497 125.310012) (xy 123.753905 125.288455) (xy 123.68 125.281176) (xy 122.18 125.281176) (xy 122.106095 125.288455) + (xy 122.03503 125.310012) (xy 121.969537 125.345019) (xy 121.912131 125.392131) (xy 121.865019 125.449537) (xy 121.830012 125.51503) + (xy 121.808455 125.586095) (xy 121.801176 125.66) (xy 121.801176 126.66) (xy 121.808455 126.733905) (xy 121.830012 126.80497) + (xy 121.865019 126.870463) (xy 121.912131 126.927869) (xy 121.969537 126.974981) (xy 122.03503 127.009988) (xy 122.106095 127.031545) + (xy 122.18 127.038824) (xy 122.303 127.038824) (xy 122.303 127.311176) (xy 122.1 127.311176) (xy 122.07259 127.313876) + (xy 122.013247 127.240887) (xy 121.916921 127.161092) (xy 121.806878 127.101623) (xy 121.687348 127.064765) (xy 121.56575 127.055) + (xy 121.407 127.21375) (xy 121.407 127.873) (xy 121.427 127.873) (xy 121.427 128.127) (xy 121.407 128.127) + (xy 121.407 128.147) (xy 121.153 128.147) (xy 121.153 128.127) (xy 120.52375 128.127) (xy 120.365 128.28575) + (xy 120.361935 128.307077) (xy 120.373625 128.431613) (xy 120.409386 128.551476) (xy 120.467844 128.662059) (xy 120.476739 128.673) + (xy 115.187 128.673) (xy 115.187 128.59242) (xy 115.221103 128.582075) (xy 115.330028 128.523853) (xy 115.425501 128.445501) + (xy 115.445138 128.421573) (xy 115.751574 128.115137) (xy 115.775501 128.095501) (xy 115.853853 128.000028) (xy 115.912075 127.891103) + (xy 115.947927 127.772913) (xy 115.950596 127.745813) (xy 115.955805 127.692923) (xy 120.361935 127.692923) (xy 120.365 127.71425) + (xy 120.52375 127.873) (xy 121.153 127.873) (xy 121.153 127.21375) (xy 120.99425 127.055) (xy 120.872652 127.064765) + (xy 120.753122 127.101623) (xy 120.643079 127.161092) (xy 120.546753 127.240887) (xy 120.467844 127.337941) (xy 120.409386 127.448524) + (xy 120.373625 127.568387) (xy 120.361935 127.692923) (xy 115.955805 127.692923) (xy 115.960033 127.65) (xy 115.957 127.619206) + (xy 115.957 127.048824) (xy 116.08 127.048824) (xy 116.153905 127.041545) (xy 116.22497 127.019988) (xy 116.290463 126.984981) + (xy 116.347869 126.937869) (xy 116.394981 126.880463) (xy 116.429988 126.81497) (xy 116.451545 126.743905) (xy 116.458824 126.67) + (xy 116.458824 125.67) (xy 116.451545 125.596095) (xy 116.429988 125.52503) (xy 116.394981 125.459537) (xy 116.347869 125.402131) + (xy 116.290463 125.355019) (xy 116.22497 125.320012) (xy 116.153905 125.298455) (xy 116.08 125.291176) (xy 114.58 125.291176) + (xy 114.506095 125.298455) (xy 114.43503 125.320012) (xy 114.369537 125.355019) (xy 114.312131 125.402131) (xy 114.265019 125.459537) + (xy 114.230012 125.52503) (xy 114.208455 125.596095) (xy 114.201176 125.67) (xy 114.201176 126.67) (xy 114.208455 126.743905) + (xy 114.230012 126.81497) (xy 114.265019 126.880463) (xy 114.312131 126.937869) (xy 114.369537 126.984981) (xy 114.43503 127.019988) + (xy 114.506095 127.041545) (xy 114.58 127.048824) (xy 114.703 127.048824) (xy 114.703 127.311471) (xy 114.7 127.311176) + (xy 114.42 127.311176) (xy 114.39259 127.313876) (xy 114.333247 127.240887) (xy 114.236921 127.161092) (xy 114.126878 127.101623) + (xy 114.007348 127.064765) (xy 113.88575 127.055) (xy 113.727 127.21375) (xy 113.727 127.873) (xy 113.747 127.873) + (xy 113.747 128.127) (xy 113.727 128.127) (xy 113.727 128.147) (xy 113.473 128.147) (xy 113.473 128.127) + (xy 112.84375 128.127) (xy 112.685 128.28575) (xy 112.681935 128.307077) (xy 112.693625 128.431613) (xy 112.729386 128.551476) + (xy 112.787844 128.662059) (xy 112.796739 128.673) (xy 110.259711 128.673) (xy 109.627 128.040289) (xy 109.627 127.692923) + (xy 112.681935 127.692923) (xy 112.685 127.71425) (xy 112.84375 127.873) (xy 113.473 127.873) (xy 113.473 127.21375) + (xy 113.31425 127.055) (xy 113.192652 127.064765) (xy 113.073122 127.101623) (xy 112.963079 127.161092) (xy 112.866753 127.240887) + (xy 112.787844 127.337941) (xy 112.729386 127.448524) (xy 112.693625 127.568387) (xy 112.681935 127.692923) (xy 109.627 127.692923) + (xy 109.627 127.043604) (xy 109.68 127.048824) (xy 111.18 127.048824) (xy 111.253905 127.041545) (xy 111.32497 127.019988) + (xy 111.390463 126.984981) (xy 111.447869 126.937869) (xy 111.494981 126.880463) (xy 111.529988 126.81497) (xy 111.551545 126.743905) + (xy 111.558824 126.67) (xy 111.558824 125.67) (xy 111.551545 125.596095) (xy 111.529988 125.52503) (xy 111.494981 125.459537) + (xy 111.447869 125.402131) (xy 111.390463 125.355019) (xy 111.32497 125.320012) (xy 111.253905 125.298455) (xy 111.18 125.291176) + (xy 110.932 125.291176) (xy 110.932 125.022374) (xy 110.99995 124.92068) (xy 111.050984 124.797474) (xy 111.077 124.666679) + (xy 111.077 124.533321) (xy 111.050984 124.402526) (xy 110.99995 124.27932) (xy 110.92586 124.168437) (xy 110.8634 124.105977) + (xy 111.18 124.108072) (xy 111.304482 124.095812) (xy 111.42418 124.059502) (xy 111.534494 124.000537) (xy 111.631185 123.921185) + (xy 111.710537 123.824494) (xy 111.769502 123.71418) (xy 111.805812 123.594482) (xy 111.818072 123.47) (xy 111.815 123.25575) + (xy 111.65625 123.097) (xy 110.557 123.097) (xy 110.557 123.117) (xy 110.303 123.117) (xy 110.303 123.097) + (xy 110.283 123.097) (xy 110.283 122.843) (xy 110.303 122.843) (xy 110.303 122.823) (xy 110.557 122.823) + (xy 110.557 122.843) (xy 111.65625 122.843) (xy 111.815 122.68425) (xy 111.815534 122.646999) (xy 113.429207 122.646999) + (xy 113.460001 122.650032) (xy 113.490795 122.646999) (xy 114.201176 122.646999) (xy 114.201176 123.47) (xy 114.208455 123.543905) + (xy 114.230012 123.61497) (xy 114.265019 123.680463) (xy 114.312131 123.737869) (xy 114.369537 123.784981) (xy 114.43503 123.819988) + (xy 114.506095 123.841545) (xy 114.58 123.848824) (xy 114.828001 123.848824) (xy 114.828001 124.125347) (xy 114.825573 124.15) + (xy 114.835265 124.248409) (xy 114.86397 124.343036) (xy 114.910584 124.430245) (xy 114.957601 124.487535) (xy 114.957604 124.487538) + (xy 114.973317 124.506684) (xy 114.992462 124.522396) (xy 115.307607 124.837543) (xy 115.323316 124.856684) (xy 115.342456 124.872392) + (xy 115.342464 124.8724) (xy 115.399754 124.919417) (xy 115.446368 124.944332) (xy 115.486964 124.966031) (xy 115.581591 124.994736) + (xy 115.655347 125.002) (xy 115.655357 125.002) (xy 115.68 125.004427) (xy 115.704643 125.002) (xy 117.472065 125.002) + (xy 117.528 125.057935) (xy 117.528 125.281176) (xy 117.28 125.281176) (xy 117.206095 125.288455) (xy 117.13503 125.310012) + (xy 117.069537 125.345019) (xy 117.012131 125.392131) (xy 116.965019 125.449537) (xy 116.930012 125.51503) (xy 116.908455 125.586095) + (xy 116.901176 125.66) (xy 116.901176 126.66) (xy 116.908455 126.733905) (xy 116.930012 126.80497) (xy 116.965019 126.870463) + (xy 117.012131 126.927869) (xy 117.069537 126.974981) (xy 117.13503 127.009988) (xy 117.206095 127.031545) (xy 117.28 127.038824) + (xy 118.78 127.038824) (xy 118.853905 127.031545) (xy 118.92497 127.009988) (xy 118.990463 126.974981) (xy 119.047869 126.927869) + (xy 119.094981 126.870463) (xy 119.129988 126.80497) (xy 119.151545 126.733905) (xy 119.158824 126.66) (xy 119.158824 125.66) + (xy 119.151545 125.586095) (xy 119.129988 125.51503) (xy 119.094981 125.449537) (xy 119.047869 125.392131) (xy 118.990463 125.345019) + (xy 118.92497 125.310012) (xy 118.853905 125.288455) (xy 118.78 125.281176) (xy 118.532 125.281176) (xy 118.532 124.874643) + (xy 118.534427 124.85) (xy 118.532 124.825357) (xy 118.532 124.825347) (xy 118.524736 124.751591) (xy 118.496031 124.656964) + (xy 118.455024 124.580245) (xy 118.449417 124.569754) (xy 118.4024 124.512464) (xy 118.402392 124.512456) (xy 118.386684 124.493316) + (xy 118.367543 124.477607) (xy 118.052401 124.162467) (xy 118.036684 124.143316) (xy 117.960245 124.080583) (xy 117.873036 124.033969) + (xy 117.821051 124.018199) (xy 117.903 123.93625) (xy 117.903 123.087) (xy 118.157 123.087) (xy 118.157 123.93625) + (xy 118.31575 124.095) (xy 118.78 124.098072) (xy 118.904482 124.085812) (xy 119.02418 124.049502) (xy 119.134494 123.990537) + (xy 119.231185 123.911185) (xy 119.310537 123.814494) (xy 119.369502 123.70418) (xy 119.405812 123.584482) (xy 119.418072 123.46) + (xy 119.415 123.24575) (xy 119.25625 123.087) (xy 118.157 123.087) (xy 117.903 123.087) (xy 116.80375 123.087) + (xy 116.645 123.24575) (xy 116.641928 123.46) (xy 116.654188 123.584482) (xy 116.690498 123.70418) (xy 116.749463 123.814494) + (xy 116.828815 123.911185) (xy 116.925506 123.990537) (xy 116.939468 123.998) (xy 115.887935 123.998) (xy 115.832 123.942065) + (xy 115.832 123.848824) (xy 116.08 123.848824) (xy 116.153905 123.841545) (xy 116.22497 123.819988) (xy 116.290463 123.784981) + (xy 116.347869 123.737869) (xy 116.394981 123.680463) (xy 116.429988 123.61497) (xy 116.451545 123.543905) (xy 116.458824 123.47) + (xy 116.458824 122.646999) (xy 116.644609 122.646999) (xy 116.645 122.67425) (xy 116.80375 122.833) (xy 117.903 122.833) + (xy 117.903 122.813) (xy 118.157 122.813) (xy 118.157 122.833) (xy 119.25625 122.833) (xy 119.415 122.67425) + (xy 119.415821 122.616999) (xy 121.059207 122.616999) (xy 121.090001 122.620032) (xy 121.120795 122.616999) (xy 121.801176 122.616999) + (xy 121.801176 123.46) (xy 121.808455 123.533905) (xy 121.830012 123.60497) (xy 121.865019 123.670463) (xy 121.912131 123.727869) + (xy 121.969537 123.774981) (xy 122.03503 123.809988) (xy 122.106095 123.831545) (xy 122.18 123.838824) (xy 122.428001 123.838824) + (xy 122.428001 124.025347) (xy 122.425573 124.05) (xy 122.435265 124.148409) (xy 122.46397 124.243036) (xy 122.510584 124.330245) + (xy 122.557601 124.387535) (xy 122.557604 124.387538) (xy 122.573317 124.406684) (xy 122.592463 124.422397) (xy 122.807598 124.637532) + (xy 122.823316 124.656684) (xy 122.899755 124.719417) (xy 122.986964 124.766031) (xy 123.081591 124.794736) (xy 123.155347 124.802) + (xy 123.155356 124.802) (xy 123.179999 124.804427) (xy 123.204642 124.802) (xy 124.772066 124.802) (xy 125.128 125.157936) + (xy 125.128 125.261176) (xy 124.88 125.261176) (xy 124.806095 125.268455) (xy 124.73503 125.290012) (xy 124.669537 125.325019) + (xy 124.612131 125.372131) (xy 124.565019 125.429537) (xy 124.530012 125.49503) (xy 124.508455 125.566095) (xy 124.501176 125.64) + (xy 124.501176 126.64) (xy 124.508455 126.713905) (xy 124.530012 126.78497) (xy 124.565019 126.850463) (xy 124.612131 126.907869) + (xy 124.669537 126.954981) (xy 124.73503 126.989988) (xy 124.806095 127.011545) (xy 124.88 127.018824) (xy 126.38 127.018824) + (xy 126.453905 127.011545) (xy 126.52497 126.989988) (xy 126.590463 126.954981) (xy 126.647869 126.907869) (xy 126.694981 126.850463) + (xy 126.729988 126.78497) (xy 126.751545 126.713905) (xy 126.758824 126.64) (xy 126.758824 125.64) (xy 126.751545 125.566095) + (xy 126.729988 125.49503) (xy 126.694981 125.429537) (xy 126.647869 125.372131) (xy 126.590463 125.325019) (xy 126.52497 125.290012) + (xy 126.453905 125.268455) (xy 126.38 125.261176) (xy 126.132 125.261176) (xy 126.132 124.974643) (xy 126.134427 124.95) + (xy 126.132 124.925357) (xy 126.132 124.925347) (xy 126.124736 124.851591) (xy 126.096031 124.756964) (xy 126.049417 124.669755) + (xy 126.036838 124.654428) (xy 126.0024 124.612464) (xy 126.002392 124.612456) (xy 125.986684 124.593316) (xy 125.967543 124.577607) + (xy 125.404592 124.014658) (xy 125.503 123.91625) (xy 125.503 123.067) (xy 125.757 123.067) (xy 125.757 123.91625) + (xy 125.91575 124.075) (xy 126.38 124.078072) (xy 126.504482 124.065812) (xy 126.62418 124.029502) (xy 126.734494 123.970537) + (xy 126.831185 123.891185) (xy 126.910537 123.794494) (xy 126.969502 123.68418) (xy 127.005812 123.564482) (xy 127.018072 123.44) + (xy 127.015 123.22575) (xy 126.85625 123.067) (xy 125.757 123.067) (xy 125.503 123.067) (xy 124.40375 123.067) + (xy 124.245 123.22575) (xy 124.241928 123.44) (xy 124.254188 123.564482) (xy 124.290498 123.68418) (xy 124.349463 123.794494) + (xy 124.35234 123.798) (xy 123.847398 123.798) (xy 123.890463 123.774981) (xy 123.947869 123.727869) (xy 123.994981 123.670463) + (xy 124.029988 123.60497) (xy 124.051545 123.533905) (xy 124.058824 123.46) (xy 124.058824 122.616999) (xy 124.244466 122.616999) + (xy 124.245 122.65425) (xy 124.40375 122.813) (xy 125.503 122.813) (xy 125.503 122.793) (xy 125.757 122.793) + (xy 125.757 122.813) (xy 126.85625 122.813) (xy 127.015 122.65425) (xy 127.015534 122.616999) (xy 128.739205 122.616999) + (xy 128.769999 122.620032) (xy 128.800793 122.616999) (xy 129.401176 122.616999) (xy 129.401176 123.44) (xy 129.408455 123.513905) + (xy 129.430012 123.58497) (xy 129.465019 123.650463) (xy 129.512131 123.707869) (xy 129.569537 123.754981) (xy 129.63503 123.789988) + (xy 129.706095 123.811545) (xy 129.78 123.818824) (xy 130.028001 123.818824) (xy 130.028001 124.025347) (xy 130.025573 124.05) + (xy 130.035265 124.148409) (xy 130.06397 124.243036) (xy 130.110584 124.330245) (xy 130.157601 124.387535) (xy 130.157604 124.387538) + (xy 130.173317 124.406684) (xy 130.192463 124.422397) (xy 130.607603 124.837538) (xy 130.623316 124.856684) (xy 130.642462 124.872397) + (xy 130.642464 124.872399) (xy 130.66968 124.894735) (xy 130.699755 124.919417) (xy 130.786964 124.966031) (xy 130.881591 124.994736) + (xy 130.955347 125.002) (xy 130.955356 125.002) (xy 130.979999 125.004427) (xy 131.004642 125.002) (xy 132.572066 125.002) + (xy 132.728 125.157935) (xy 132.728 125.261176) (xy 132.48 125.261176) (xy 132.406095 125.268455) (xy 132.33503 125.290012) + (xy 132.269537 125.325019) (xy 132.212131 125.372131) (xy 132.165019 125.429537) (xy 132.130012 125.49503) (xy 132.108455 125.566095) + (xy 132.101176 125.64) (xy 132.101176 126.64) (xy 132.108455 126.713905) (xy 132.130012 126.78497) (xy 132.165019 126.850463) + (xy 132.212131 126.907869) (xy 132.269537 126.954981) (xy 132.33503 126.989988) (xy 132.406095 127.011545) (xy 132.48 127.018824) + (xy 133.98 127.018824) (xy 134.053905 127.011545) (xy 134.12497 126.989988) (xy 134.190463 126.954981) (xy 134.247869 126.907869) + (xy 134.294981 126.850463) (xy 134.329988 126.78497) (xy 134.351545 126.713905) (xy 134.358824 126.64) (xy 134.358824 125.64) + (xy 134.351545 125.566095) (xy 134.329988 125.49503) (xy 134.294981 125.429537) (xy 134.247869 125.372131) (xy 134.190463 125.325019) + (xy 134.12497 125.290012) (xy 134.053905 125.268455) (xy 133.98 125.261176) (xy 133.732 125.261176) (xy 133.732 124.974642) + (xy 133.734427 124.949999) (xy 133.732 124.925356) (xy 133.732 124.925347) (xy 133.724736 124.851591) (xy 133.696031 124.756964) + (xy 133.649417 124.669755) (xy 133.586684 124.593316) (xy 133.567538 124.577603) (xy 133.152401 124.162467) (xy 133.136684 124.143316) + (xy 133.060245 124.080583) (xy 132.981016 124.038234) (xy 133.103 123.91625) (xy 133.103 123.067) (xy 133.357 123.067) + (xy 133.357 123.91625) (xy 133.51575 124.075) (xy 133.98 124.078072) (xy 134.104482 124.065812) (xy 134.22418 124.029502) + (xy 134.334494 123.970537) (xy 134.431185 123.891185) (xy 134.510537 123.794494) (xy 134.569502 123.68418) (xy 134.605812 123.564482) + (xy 134.618072 123.44) (xy 134.615 123.22575) (xy 134.45625 123.067) (xy 133.357 123.067) (xy 133.103 123.067) + (xy 132.00375 123.067) (xy 131.845 123.22575) (xy 131.841928 123.44) (xy 131.854188 123.564482) (xy 131.890498 123.68418) + (xy 131.949463 123.794494) (xy 132.028815 123.891185) (xy 132.125506 123.970537) (xy 132.176885 123.998) (xy 131.187935 123.998) + (xy 131.032 123.842066) (xy 131.032 123.818824) (xy 131.28 123.818824) (xy 131.353905 123.811545) (xy 131.42497 123.789988) + (xy 131.490463 123.754981) (xy 131.547869 123.707869) (xy 131.594981 123.650463) (xy 131.629988 123.58497) (xy 131.651545 123.513905) + (xy 131.658824 123.44) (xy 131.658824 122.616999) (xy 131.844466 122.616999) (xy 131.845 122.65425) (xy 132.00375 122.813) + (xy 133.103 122.813) (xy 133.103 122.793) (xy 133.357 122.793) (xy 133.357 122.813) (xy 134.45625 122.813) + (xy 134.615 122.65425) (xy 134.615534 122.616999) (xy 136.459206 122.616999) (xy 136.49 122.620032) (xy 136.520794 122.616999) + (xy 137.001176 122.616999) (xy 137.001176 123.44) (xy 137.008455 123.513905) (xy 137.030012 123.58497) (xy 137.065019 123.650463) + (xy 137.112131 123.707869) (xy 137.169537 123.754981) (xy 137.23503 123.789988) (xy 137.306095 123.811545) (xy 137.38 123.818824) + (xy 137.628001 123.818824) (xy 137.628001 123.925347) (xy 137.625573 123.95) (xy 137.635265 124.048409) (xy 137.66397 124.143036) + (xy 137.710584 124.230245) (xy 137.757601 124.287535) (xy 137.757604 124.287538) (xy 137.773317 124.306684) (xy 137.792463 124.322397) + (xy 138.207603 124.737538) (xy 138.223316 124.756684) (xy 138.242462 124.772397) (xy 138.242464 124.772399) (xy 138.26761 124.793036) + (xy 138.299755 124.819417) (xy 138.386964 124.866031) (xy 138.481591 124.894736) (xy 138.555347 124.902) (xy 138.555356 124.902) + (xy 138.579999 124.904427) (xy 138.604642 124.902) (xy 140.172066 124.902) (xy 140.328 125.057935) (xy 140.328 125.261176) + (xy 140.08 125.261176) (xy 140.006095 125.268455) (xy 139.93503 125.290012) (xy 139.869537 125.325019) (xy 139.812131 125.372131) + (xy 139.765019 125.429537) (xy 139.730012 125.49503) (xy 139.708455 125.566095) (xy 139.701176 125.64) (xy 139.701176 126.64) + (xy 139.708455 126.713905) (xy 139.730012 126.78497) (xy 139.765019 126.850463) (xy 139.812131 126.907869) (xy 139.869537 126.954981) + (xy 139.93503 126.989988) (xy 140.006095 127.011545) (xy 140.08 127.018824) (xy 141.58 127.018824) (xy 141.653905 127.011545) + (xy 141.72497 126.989988) (xy 141.790463 126.954981) (xy 141.847869 126.907869) (xy 141.894981 126.850463) (xy 141.929988 126.78497) + (xy 141.951545 126.713905) (xy 141.958824 126.64) (xy 141.958824 125.64) (xy 141.951545 125.566095) (xy 141.929988 125.49503) + (xy 141.894981 125.429537) (xy 141.847869 125.372131) (xy 141.790463 125.325019) (xy 141.72497 125.290012) (xy 141.653905 125.268455) + (xy 141.58 125.261176) (xy 141.332 125.261176) (xy 141.332 124.874642) (xy 141.334427 124.849999) (xy 141.332 124.825356) + (xy 141.332 124.825347) (xy 141.324736 124.751591) (xy 141.296031 124.656964) (xy 141.249417 124.569755) (xy 141.186684 124.493316) + (xy 141.167538 124.477603) (xy 140.752401 124.062467) (xy 140.736684 124.043316) (xy 140.660245 123.980583) (xy 140.646183 123.973067) + (xy 140.703 123.91625) (xy 140.703 123.067) (xy 140.957 123.067) (xy 140.957 123.91625) (xy 141.11575 124.075) + (xy 141.58 124.078072) (xy 141.704482 124.065812) (xy 141.82418 124.029502) (xy 141.934494 123.970537) (xy 142.031185 123.891185) + (xy 142.110537 123.794494) (xy 142.169502 123.68418) (xy 142.205812 123.564482) (xy 142.218072 123.44) (xy 142.215 123.22575) + (xy 142.05625 123.067) (xy 140.957 123.067) (xy 140.703 123.067) (xy 139.60375 123.067) (xy 139.445 123.22575) + (xy 139.441928 123.44) (xy 139.454188 123.564482) (xy 139.490498 123.68418) (xy 139.549463 123.794494) (xy 139.628815 123.891185) + (xy 139.637119 123.898) (xy 138.787935 123.898) (xy 138.708758 123.818824) (xy 138.88 123.818824) (xy 138.953905 123.811545) + (xy 139.02497 123.789988) (xy 139.090463 123.754981) (xy 139.147869 123.707869) (xy 139.194981 123.650463) (xy 139.229988 123.58497) + (xy 139.251545 123.513905) (xy 139.258824 123.44) (xy 139.258824 122.616999) (xy 139.444466 122.616999) (xy 139.445 122.65425) + (xy 139.60375 122.813) (xy 140.703 122.813) (xy 140.703 122.793) (xy 140.957 122.793) (xy 140.957 122.813) + (xy 142.05625 122.813) (xy 142.215 122.65425) (xy 142.215534 122.616999) (xy 144.039205 122.616999) (xy 144.069999 122.620032) + (xy 144.100793 122.616999) (xy 144.601176 122.616999) (xy 144.601176 123.44) (xy 144.608455 123.513905) (xy 144.630012 123.58497) + (xy 144.665019 123.650463) (xy 144.712131 123.707869) (xy 144.769537 123.754981) (xy 144.83503 123.789988) (xy 144.906095 123.811545) + (xy 144.98 123.818824) (xy 145.228001 123.818824) (xy 145.228001 124.025347) (xy 145.225573 124.05) (xy 145.235265 124.148409) + (xy 145.26397 124.243036) (xy 145.310584 124.330245) (xy 145.357601 124.387535) (xy 145.357604 124.387538) (xy 145.373317 124.406684) + (xy 145.392462 124.422396) (xy 145.707607 124.737543) (xy 145.723316 124.756684) (xy 145.742456 124.772392) (xy 145.742464 124.7724) + (xy 145.799754 124.819417) (xy 145.846368 124.844332) (xy 145.886964 124.866031) (xy 145.981591 124.894736) (xy 146.055347 124.902) + (xy 146.055357 124.902) (xy 146.08 124.904427) (xy 146.104643 124.902) (xy 147.672066 124.902) (xy 147.928 125.157935) + (xy 147.928 125.261176) (xy 147.68 125.261176) (xy 147.606095 125.268455) (xy 147.53503 125.290012) (xy 147.469537 125.325019) + (xy 147.412131 125.372131) (xy 147.365019 125.429537) (xy 147.330012 125.49503) (xy 147.308455 125.566095) (xy 147.301176 125.64) + (xy 147.301176 126.64) (xy 147.308455 126.713905) (xy 147.330012 126.78497) (xy 147.365019 126.850463) (xy 147.412131 126.907869) + (xy 147.469537 126.954981) (xy 147.53503 126.989988) (xy 147.606095 127.011545) (xy 147.68 127.018824) (xy 149.18 127.018824) + (xy 149.253905 127.011545) (xy 149.32497 126.989988) (xy 149.390463 126.954981) (xy 149.447869 126.907869) (xy 149.494981 126.850463) + (xy 149.529988 126.78497) (xy 149.551545 126.713905) (xy 149.558824 126.64) (xy 149.558824 125.64) (xy 149.551545 125.566095) + (xy 149.529988 125.49503) (xy 149.494981 125.429537) (xy 149.447869 125.372131) (xy 149.390463 125.325019) (xy 149.32497 125.290012) + (xy 149.253905 125.268455) (xy 149.18 125.261176) (xy 148.932 125.261176) (xy 148.932 124.974642) (xy 148.934427 124.949999) + (xy 148.932 124.925356) (xy 148.932 124.925347) (xy 148.924736 124.851591) (xy 148.896031 124.756964) (xy 148.849417 124.669755) + (xy 148.786684 124.593316) (xy 148.767538 124.577603) (xy 148.252401 124.062467) (xy 148.236684 124.043316) (xy 148.203318 124.015932) + (xy 148.303 123.91625) (xy 148.303 123.067) (xy 148.557 123.067) (xy 148.557 123.91625) (xy 148.71575 124.075) + (xy 149.18 124.078072) (xy 149.304482 124.065812) (xy 149.42418 124.029502) (xy 149.534494 123.970537) (xy 149.631185 123.891185) + (xy 149.710537 123.794494) (xy 149.769502 123.68418) (xy 149.805812 123.564482) (xy 149.818072 123.44) (xy 149.815 123.22575) + (xy 149.65625 123.067) (xy 148.557 123.067) (xy 148.303 123.067) (xy 147.20375 123.067) (xy 147.045 123.22575) + (xy 147.041928 123.44) (xy 147.054188 123.564482) (xy 147.090498 123.68418) (xy 147.149463 123.794494) (xy 147.228815 123.891185) + (xy 147.237119 123.898) (xy 146.287935 123.898) (xy 146.232 123.842065) (xy 146.232 123.818824) (xy 146.48 123.818824) + (xy 146.553905 123.811545) (xy 146.62497 123.789988) (xy 146.690463 123.754981) (xy 146.747869 123.707869) (xy 146.794981 123.650463) + (xy 146.829988 123.58497) (xy 146.851545 123.513905) (xy 146.858824 123.44) (xy 146.858824 122.616999) (xy 147.044466 122.616999) + (xy 147.045 122.65425) (xy 147.20375 122.813) (xy 148.303 122.813) (xy 148.303 122.793) (xy 148.557 122.793) + (xy 148.557 122.813) (xy 149.65625 122.813) (xy 149.815 122.65425) (xy 149.815534 122.616999) (xy 151.539205 122.616999) + (xy 151.569999 122.620032) (xy 151.600793 122.616999) (xy 152.201176 122.616999) (xy 152.201176 123.44) (xy 152.208455 123.513905) + (xy 152.230012 123.58497) (xy 152.265019 123.650463) (xy 152.312131 123.707869) (xy 152.369537 123.754981) (xy 152.43503 123.789988) + (xy 152.506095 123.811545) (xy 152.58 123.818824) (xy 152.828001 123.818824) (xy 152.828001 123.925347) (xy 152.825573 123.95) + (xy 152.835265 124.048409) (xy 152.86397 124.143036) (xy 152.910584 124.230245) (xy 152.957601 124.287535) (xy 152.957604 124.287538) + (xy 152.973317 124.306684) (xy 152.992463 124.322397) (xy 153.507603 124.837538) (xy 153.523316 124.856684) (xy 153.542462 124.872397) + (xy 153.542464 124.872399) (xy 153.56968 124.894735) (xy 153.599755 124.919417) (xy 153.686964 124.966031) (xy 153.781591 124.994736) + (xy 153.855347 125.002) (xy 153.855356 125.002) (xy 153.879999 125.004427) (xy 153.904642 125.002) (xy 155.472065 125.002) + (xy 155.528 125.057935) (xy 155.528 125.281176) (xy 155.28 125.281176) (xy 155.206095 125.288455) (xy 155.13503 125.310012) + (xy 155.069537 125.345019) (xy 155.012131 125.392131) (xy 154.965019 125.449537) (xy 154.930012 125.51503) (xy 154.908455 125.586095) + (xy 154.901176 125.66) (xy 154.901176 126.66) (xy 154.908455 126.733905) (xy 154.930012 126.80497) (xy 154.965019 126.870463) + (xy 155.012131 126.927869) (xy 155.069537 126.974981) (xy 155.13503 127.009988) (xy 155.206095 127.031545) (xy 155.28 127.038824) + (xy 156.78 127.038824) (xy 156.853905 127.031545) (xy 156.92497 127.009988) (xy 156.990463 126.974981) (xy 157.047869 126.927869) + (xy 157.094981 126.870463) (xy 157.129988 126.80497) (xy 157.151545 126.733905) (xy 157.158824 126.66) (xy 157.158824 125.66) + (xy 157.151545 125.586095) (xy 157.129988 125.51503) (xy 157.094981 125.449537) (xy 157.047869 125.392131) (xy 156.990463 125.345019) + (xy 156.92497 125.310012) (xy 156.853905 125.288455) (xy 156.78 125.281176) (xy 156.532 125.281176) (xy 156.532 124.874643) + (xy 156.534427 124.85) (xy 156.532 124.825357) (xy 156.532 124.825347) (xy 156.524736 124.751591) (xy 156.496031 124.656964) + (xy 156.455024 124.580245) (xy 156.449417 124.569754) (xy 156.4024 124.512464) (xy 156.402392 124.512456) (xy 156.386684 124.493316) + (xy 156.367543 124.477607) (xy 156.052401 124.162467) (xy 156.036684 124.143316) (xy 155.960245 124.080583) (xy 155.873036 124.033969) + (xy 155.821051 124.018199) (xy 155.903 123.93625) (xy 155.903 123.087) (xy 156.157 123.087) (xy 156.157 123.93625) + (xy 156.31575 124.095) (xy 156.78 124.098072) (xy 156.904482 124.085812) (xy 157.02418 124.049502) (xy 157.134494 123.990537) + (xy 157.231185 123.911185) (xy 157.310537 123.814494) (xy 157.369502 123.70418) (xy 157.405812 123.584482) (xy 157.418072 123.46) + (xy 157.415 123.24575) (xy 157.25625 123.087) (xy 156.157 123.087) (xy 155.903 123.087) (xy 154.80375 123.087) + (xy 154.645 123.24575) (xy 154.641928 123.46) (xy 154.654188 123.584482) (xy 154.690498 123.70418) (xy 154.749463 123.814494) + (xy 154.828815 123.911185) (xy 154.925506 123.990537) (xy 154.939468 123.998) (xy 154.087935 123.998) (xy 153.908758 123.818824) + (xy 154.08 123.818824) (xy 154.153905 123.811545) (xy 154.22497 123.789988) (xy 154.290463 123.754981) (xy 154.347869 123.707869) + (xy 154.394981 123.650463) (xy 154.429988 123.58497) (xy 154.451545 123.513905) (xy 154.458824 123.44) (xy 154.458824 122.616999) + (xy 154.644179 122.616999) (xy 154.645 122.67425) (xy 154.80375 122.833) (xy 155.903 122.833) (xy 155.903 122.813) + (xy 156.157 122.813) (xy 156.157 122.833) (xy 157.25625 122.833) (xy 157.415 122.67425) (xy 157.415821 122.616999) + (xy 159.059207 122.616999) (xy 159.090001 122.620032) (xy 159.120795 122.616999) (xy 159.801176 122.616999) (xy 159.801176 123.46) + (xy 159.808455 123.533905) (xy 159.830012 123.60497) (xy 159.865019 123.670463) (xy 159.912131 123.727869) (xy 159.969537 123.774981) + (xy 160.03503 123.809988) (xy 160.106095 123.831545) (xy 160.18 123.838824) (xy 160.428001 123.838824) (xy 160.428001 124.025347) + (xy 160.425573 124.05) (xy 160.435265 124.148409) (xy 160.46397 124.243036) (xy 160.510584 124.330245) (xy 160.557601 124.387535) + (xy 160.557604 124.387538) (xy 160.573317 124.406684) (xy 160.592463 124.422397) (xy 161.007603 124.837538) (xy 161.023316 124.856684) + (xy 161.042462 124.872397) (xy 161.042464 124.872399) (xy 161.06968 124.894735) (xy 161.099755 124.919417) (xy 161.186964 124.966031) + (xy 161.281591 124.994736) (xy 161.355347 125.002) (xy 161.355356 125.002) (xy 161.379999 125.004427) (xy 161.404642 125.002) + (xy 162.972066 125.002) (xy 163.128 125.157935) (xy 163.128 125.301176) (xy 162.88 125.301176) (xy 162.806095 125.308455) + (xy 162.73503 125.330012) (xy 162.669537 125.365019) (xy 162.612131 125.412131) (xy 162.565019 125.469537) (xy 162.530012 125.53503) + (xy 162.508455 125.606095) (xy 162.501176 125.68) (xy 162.501176 126.68) (xy 162.508455 126.753905) (xy 162.530012 126.82497) + (xy 162.565019 126.890463) (xy 162.612131 126.947869) (xy 162.669537 126.994981) (xy 162.73503 127.029988) (xy 162.806095 127.051545) + (xy 162.88 127.058824) (xy 164.38 127.058824) (xy 164.453905 127.051545) (xy 164.52497 127.029988) (xy 164.590463 126.994981) + (xy 164.647869 126.947869) (xy 164.694981 126.890463) (xy 164.729988 126.82497) (xy 164.751545 126.753905) (xy 164.758824 126.68) + (xy 164.758824 125.68) (xy 164.751545 125.606095) (xy 164.729988 125.53503) (xy 164.694981 125.469537) (xy 164.647869 125.412131) + (xy 164.590463 125.365019) (xy 164.52497 125.330012) (xy 164.453905 125.308455) (xy 164.38 125.301176) (xy 164.132 125.301176) + (xy 164.132 124.974642) (xy 164.134427 124.949999) (xy 164.132 124.925356) (xy 164.132 124.925347) (xy 164.124736 124.851591) + (xy 164.096031 124.756964) (xy 164.049417 124.669755) (xy 163.986684 124.593316) (xy 163.967538 124.577603) (xy 163.552401 124.162467) + (xy 163.536684 124.143316) (xy 163.460245 124.080583) (xy 163.407083 124.052167) (xy 163.503 123.95625) (xy 163.503 123.107) + (xy 163.757 123.107) (xy 163.757 123.95625) (xy 163.91575 124.115) (xy 164.38 124.118072) (xy 164.504482 124.105812) + (xy 164.62418 124.069502) (xy 164.734494 124.010537) (xy 164.831185 123.931185) (xy 164.910537 123.834494) (xy 164.969502 123.72418) + (xy 165.005812 123.604482) (xy 165.018072 123.48) (xy 165.015 123.26575) (xy 164.85625 123.107) (xy 163.757 123.107) + (xy 163.503 123.107) (xy 162.40375 123.107) (xy 162.245 123.26575) (xy 162.241928 123.48) (xy 162.254188 123.604482) + (xy 162.290498 123.72418) (xy 162.349463 123.834494) (xy 162.428815 123.931185) (xy 162.51023 123.998) (xy 161.587935 123.998) + (xy 161.432 123.842066) (xy 161.432 123.838824) (xy 161.68 123.838824) (xy 161.753905 123.831545) (xy 161.82497 123.809988) + (xy 161.890463 123.774981) (xy 161.947869 123.727869) (xy 161.994981 123.670463) (xy 162.029988 123.60497) (xy 162.051545 123.533905) + (xy 162.058824 123.46) (xy 162.058824 122.616999) (xy 162.243892 122.616999) (xy 162.245 122.69425) (xy 162.40375 122.853) + (xy 163.503 122.853) (xy 163.503 122.833) (xy 163.757 122.833) (xy 163.757 122.853) (xy 164.85625 122.853) + (xy 165.015 122.69425) (xy 165.016108 122.616999) (xy 167.401176 122.616999) (xy 167.401176 123.48) (xy 167.408455 123.553905) + (xy 167.430012 123.62497) (xy 167.465019 123.690463) (xy 167.512131 123.747869) (xy 167.569537 123.794981) (xy 167.63503 123.829988) + (xy 167.706095 123.851545) (xy 167.78 123.858824) (xy 168.028001 123.858824) (xy 168.028001 123.925347) (xy 168.025573 123.95) + (xy 168.035265 124.048409) (xy 168.06397 124.143036) (xy 168.110584 124.230245) (xy 168.157601 124.287535) (xy 168.157604 124.287538) + (xy 168.173317 124.306684) (xy 168.192463 124.322397) (xy 168.607603 124.737538) (xy 168.623316 124.756684) (xy 168.642462 124.772397) + (xy 168.642464 124.772399) (xy 168.66761 124.793036) (xy 168.699755 124.819417) (xy 168.786964 124.866031) (xy 168.881591 124.894736) + (xy 168.955347 124.902) (xy 168.955356 124.902) (xy 168.979999 124.904427) (xy 169.004642 124.902) (xy 170.572066 124.902) + (xy 170.728 125.057935) (xy 170.728 125.301176) (xy 170.48 125.301176) (xy 170.406095 125.308455) (xy 170.33503 125.330012) + (xy 170.269537 125.365019) (xy 170.212131 125.412131) (xy 170.165019 125.469537) (xy 170.130012 125.53503) (xy 170.108455 125.606095) + (xy 170.101176 125.68) (xy 170.101176 126.68) (xy 170.108455 126.753905) (xy 170.130012 126.82497) (xy 170.165019 126.890463) + (xy 170.212131 126.947869) (xy 170.269537 126.994981) (xy 170.33503 127.029988) (xy 170.406095 127.051545) (xy 170.48 127.058824) + (xy 171.98 127.058824) (xy 172.053905 127.051545) (xy 172.12497 127.029988) (xy 172.190463 126.994981) (xy 172.247869 126.947869) + (xy 172.294981 126.890463) (xy 172.329988 126.82497) (xy 172.351545 126.753905) (xy 172.358824 126.68) (xy 172.358824 125.68) + (xy 172.351545 125.606095) (xy 172.329988 125.53503) (xy 172.294981 125.469537) (xy 172.247869 125.412131) (xy 172.190463 125.365019) + (xy 172.12497 125.330012) (xy 172.053905 125.308455) (xy 171.98 125.301176) (xy 171.732 125.301176) (xy 171.732 124.874642) + (xy 171.734427 124.849999) (xy 171.732 124.825356) (xy 171.732 124.825347) (xy 171.724736 124.751591) (xy 171.696031 124.656964) + (xy 171.649417 124.569755) (xy 171.586684 124.493316) (xy 171.567538 124.477603) (xy 171.152401 124.062467) (xy 171.136684 124.043316) + (xy 171.070363 123.988887) (xy 171.103 123.95625) (xy 171.103 123.107) (xy 171.357 123.107) (xy 171.357 123.95625) + (xy 171.51575 124.115) (xy 171.98 124.118072) (xy 172.104482 124.105812) (xy 172.22418 124.069502) (xy 172.334494 124.010537) + (xy 172.431185 123.931185) (xy 172.510537 123.834494) (xy 172.569502 123.72418) (xy 172.605812 123.604482) (xy 172.618072 123.48) + (xy 172.615 123.26575) (xy 172.45625 123.107) (xy 171.357 123.107) (xy 171.103 123.107) (xy 170.00375 123.107) + (xy 169.845 123.26575) (xy 169.841928 123.48) (xy 169.854188 123.604482) (xy 169.890498 123.72418) (xy 169.949463 123.834494) + (xy 170.001581 123.898) (xy 169.187935 123.898) (xy 169.148759 123.858824) (xy 169.28 123.858824) (xy 169.353905 123.851545) + (xy 169.42497 123.829988) (xy 169.490463 123.794981) (xy 169.547869 123.747869) (xy 169.594981 123.690463) (xy 169.629988 123.62497) + (xy 169.651545 123.553905) (xy 169.658824 123.48) (xy 169.658824 122.616999) (xy 169.843892 122.616999) (xy 169.845 122.69425) + (xy 170.00375 122.853) (xy 171.103 122.853) (xy 171.103 122.833) (xy 171.357 122.833) (xy 171.357 122.853) + (xy 172.45625 122.853) (xy 172.615 122.69425) (xy 172.616108 122.616999) (xy 175.001176 122.616999) (xy 175.001176 123.48) + (xy 175.008455 123.553905) (xy 175.030012 123.62497) (xy 175.065019 123.690463) (xy 175.112131 123.747869) (xy 175.169537 123.794981) + (xy 175.23503 123.829988) (xy 175.306095 123.851545) (xy 175.38 123.858824) (xy 175.628001 123.858824) (xy 175.628001 124.125347) + (xy 175.625573 124.15) (xy 175.635265 124.248409) (xy 175.66397 124.343036) (xy 175.710584 124.430245) (xy 175.757601 124.487535) + (xy 175.757604 124.487538) (xy 175.773317 124.506684) (xy 175.792463 124.522397) (xy 176.207603 124.937538) (xy 176.223316 124.956684) + (xy 176.299755 125.019417) (xy 176.386964 125.066031) (xy 176.481591 125.094736) (xy 176.555347 125.102) (xy 176.555356 125.102) + (xy 176.579999 125.104427) (xy 176.604642 125.102) (xy 178.272065 125.102) (xy 178.328 125.157935) (xy 178.328 125.301176) + (xy 178.08 125.301176) (xy 178.006095 125.308455) (xy 177.93503 125.330012) (xy 177.869537 125.365019) (xy 177.812131 125.412131) + (xy 177.765019 125.469537) (xy 177.730012 125.53503) (xy 177.708455 125.606095) (xy 177.701176 125.68) (xy 177.701176 126.68) + (xy 177.708455 126.753905) (xy 177.730012 126.82497) (xy 177.765019 126.890463) (xy 177.812131 126.947869) (xy 177.869537 126.994981) + (xy 177.93503 127.029988) (xy 178.006095 127.051545) (xy 178.08 127.058824) (xy 179.58 127.058824) (xy 179.653905 127.051545) + (xy 179.72497 127.029988) (xy 179.790463 126.994981) (xy 179.847869 126.947869) (xy 179.894981 126.890463) (xy 179.929988 126.82497) + (xy 179.951545 126.753905) (xy 179.958824 126.68) (xy 179.958824 125.68) (xy 179.951545 125.606095) (xy 179.929988 125.53503) + (xy 179.894981 125.469537) (xy 179.847869 125.412131) (xy 179.790463 125.365019) (xy 179.72497 125.330012) (xy 179.653905 125.308455) + (xy 179.58 125.301176) (xy 179.332 125.301176) (xy 179.332 124.974643) (xy 179.334427 124.95) (xy 179.332 124.925357) + (xy 179.332 124.925347) (xy 179.324736 124.851591) (xy 179.296031 124.756964) (xy 179.255024 124.680245) (xy 179.249417 124.669754) + (xy 179.2024 124.612464) (xy 179.202392 124.612456) (xy 179.186684 124.593316) (xy 179.167543 124.577607) (xy 178.852401 124.262467) + (xy 178.836684 124.243316) (xy 178.760245 124.180583) (xy 178.673036 124.133969) (xy 178.578409 124.105264) (xy 178.556176 124.103074) + (xy 178.703 123.95625) (xy 178.703 123.107) (xy 178.957 123.107) (xy 178.957 123.95625) (xy 179.11575 124.115) + (xy 179.58 124.118072) (xy 179.704482 124.105812) (xy 179.82418 124.069502) (xy 179.934494 124.010537) (xy 180.031185 123.931185) + (xy 180.110537 123.834494) (xy 180.169502 123.72418) (xy 180.205812 123.604482) (xy 180.218072 123.48) (xy 180.215 123.26575) + (xy 180.05625 123.107) (xy 178.957 123.107) (xy 178.703 123.107) (xy 177.60375 123.107) (xy 177.445 123.26575) + (xy 177.441928 123.48) (xy 177.454188 123.604482) (xy 177.490498 123.72418) (xy 177.549463 123.834494) (xy 177.628815 123.931185) + (xy 177.725506 124.010537) (xy 177.83582 124.069502) (xy 177.929765 124.098) (xy 176.787935 124.098) (xy 176.632 123.942066) + (xy 176.632 123.858824) (xy 176.88 123.858824) (xy 176.953905 123.851545) (xy 177.02497 123.829988) (xy 177.090463 123.794981) + (xy 177.147869 123.747869) (xy 177.194981 123.690463) (xy 177.229988 123.62497) (xy 177.251545 123.553905) (xy 177.258824 123.48) + (xy 177.258824 122.616999) (xy 177.443892 122.616999) (xy 177.445 122.69425) (xy 177.60375 122.853) (xy 178.703 122.853) + (xy 178.703 122.833) (xy 178.957 122.833) (xy 178.957 122.853) (xy 180.05625 122.853) (xy 180.215 122.69425) + (xy 180.216108 122.616999) (xy 182.559207 122.616999) (xy 182.590001 122.620032) (xy 182.601176 122.618931) (xy 182.601176 123.48) + (xy 182.608455 123.553905) (xy 182.630012 123.62497) (xy 182.665019 123.690463) (xy 182.712131 123.747869) (xy 182.769537 123.794981) + (xy 182.83503 123.829988) (xy 182.906095 123.851545) (xy 182.98 123.858824) (xy 184.48 123.858824) (xy 184.553905 123.851545) + (xy 184.62497 123.829988) (xy 184.690463 123.794981) (xy 184.747869 123.747869) (xy 184.794981 123.690463) (xy 184.829988 123.62497) + (xy 184.851545 123.553905) (xy 184.858824 123.48) (xy 184.858824 122.48) (xy 184.851545 122.406095) (xy 184.829988 122.33503) + (xy 184.794981 122.269537) (xy 184.747869 122.212131) (xy 184.690463 122.165019) (xy 184.62497 122.130012) (xy 184.553905 122.108455) + (xy 184.48 122.101176) (xy 183.365535 122.101176) (xy 183.381574 122.085137) (xy 183.405501 122.065501) (xy 183.483853 121.970028) + (xy 183.497231 121.945) (xy 183.542075 121.861104) (xy 183.577927 121.742913) (xy 183.590033 121.62) (xy 183.587307 121.592327) + (xy 183.621103 121.582075) (xy 183.730028 121.523853) (xy 183.825501 121.445501) (xy 183.845138 121.421573) (xy 183.916711 121.35) + (xy 185.501176 121.35) (xy 185.501176 122.65) (xy 185.508455 122.723905) (xy 185.530012 122.79497) (xy 185.565019 122.860463) + (xy 185.612131 122.917869) (xy 185.669537 122.964981) (xy 185.73503 122.999988) (xy 185.806095 123.021545) (xy 185.88 123.028824) + (xy 186.58 123.028824) (xy 186.653905 123.021545) (xy 186.72497 122.999988) (xy 186.790463 122.964981) (xy 186.847869 122.917869) + (xy 186.894981 122.860463) (xy 186.929988 122.79497) (xy 186.951545 122.723905) (xy 186.958824 122.65) (xy 188.891928 122.65) + (xy 188.904188 122.774482) (xy 188.940498 122.89418) (xy 188.999463 123.004494) (xy 189.078815 123.101185) (xy 189.175506 123.180537) + (xy 189.28582 123.239502) (xy 189.405518 123.275812) (xy 189.53 123.288072) (xy 189.59425 123.285) (xy 189.753 123.12625) + (xy 189.753 122.127) (xy 190.007 122.127) (xy 190.007 123.12625) (xy 190.16575 123.285) (xy 190.23 123.288072) + (xy 190.354482 123.275812) (xy 190.47418 123.239502) (xy 190.584494 123.180537) (xy 190.681185 123.101185) (xy 190.760537 123.004494) + (xy 190.819502 122.89418) (xy 190.855812 122.774482) (xy 190.868072 122.65) (xy 190.865 122.28575) (xy 190.70625 122.127) + (xy 190.007 122.127) (xy 189.753 122.127) (xy 189.05375 122.127) (xy 188.895 122.28575) (xy 188.891928 122.65) + (xy 186.958824 122.65) (xy 186.958824 121.35) (xy 186.951545 121.276095) (xy 186.944236 121.252) (xy 187.025277 121.252) + (xy 187.028614 121.258243) (xy 187.093136 121.336864) (xy 187.171757 121.401386) (xy 187.261455 121.449331) (xy 187.358782 121.478855) + (xy 187.46 121.488824) (xy 187.74 121.488824) (xy 187.76741 121.486124) (xy 187.826753 121.559113) (xy 187.923079 121.638908) + (xy 188.033122 121.698377) (xy 188.152652 121.735235) (xy 188.27425 121.745) (xy 188.433 121.58625) (xy 188.433 120.927) + (xy 188.413 120.927) (xy 188.413 120.673) (xy 188.433 120.673) (xy 188.433 120.01375) (xy 188.687 120.01375) + (xy 188.687 120.673) (xy 188.707 120.673) (xy 188.707 120.927) (xy 188.687 120.927) (xy 188.687 121.58625) + (xy 188.84575 121.745) (xy 188.919803 121.739053) (xy 189.05375 121.873) (xy 189.753 121.873) (xy 189.753 120.87375) + (xy 190.007 120.87375) (xy 190.007 121.873) (xy 190.70625 121.873) (xy 190.865 121.71425) (xy 190.868072 121.35) + (xy 190.855812 121.225518) (xy 190.819502 121.10582) (xy 190.760537 120.995506) (xy 190.681185 120.898815) (xy 190.584494 120.819463) + (xy 190.47418 120.760498) (xy 190.354482 120.724188) (xy 190.23 120.711928) (xy 190.16575 120.715) (xy 190.007 120.87375) + (xy 189.753 120.87375) (xy 189.59425 120.715) (xy 189.53 120.711928) (xy 189.475 120.717345) (xy 189.475 120.672998) + (xy 189.316252 120.672998) (xy 189.475 120.51425) (xy 189.478065 120.492923) (xy 189.466375 120.368387) (xy 189.430614 120.248524) + (xy 189.372156 120.137941) (xy 189.293247 120.040887) (xy 189.196921 119.961092) (xy 189.086878 119.901623) (xy 188.967348 119.864765) + (xy 188.84575 119.855) (xy 188.687 120.01375) (xy 188.433 120.01375) (xy 188.27425 119.855) (xy 188.152652 119.864765) + (xy 188.052 119.895802) (xy 188.052 93.337223) (xy 189.277225 92.112) (xy 190.859129 92.112) (xy 190.912647 92.241202) + (xy 191.046927 92.442167) (xy 191.217833 92.613073) (xy 191.418798 92.747353) (xy 191.642097 92.839847) (xy 191.879151 92.887) + (xy 192.120849 92.887) (xy 192.357903 92.839847) (xy 192.581202 92.747353) (xy 192.782167 92.613073) (xy 192.953073 92.442167) + (xy 193.087353 92.241202) (xy 193.179847 92.017903) (xy 193.227 91.780849) (xy 193.227 91.539151) (xy 193.179847 91.302097) + (xy 193.087353 91.078798) (xy 192.953073 90.877833) (xy 192.782167 90.706927) (xy 192.581202 90.572647) (xy 192.357903 90.480153) + (xy 192.120849 90.433) (xy 191.879151 90.433) (xy 191.642097 90.480153) (xy 191.418798 90.572647) (xy 191.217833 90.706927) + (xy 191.046927 90.877833) (xy 190.912647 91.078798) (xy 190.859129 91.208) (xy 189.112204 91.208) (xy 189.089999 91.205813) + (xy 189.001392 91.21454) (xy 188.981562 91.220556) (xy 188.91619 91.240386) (xy 188.837667 91.282357) (xy 188.768841 91.338841) + (xy 188.754685 91.35609) (xy 187.2961 92.814677) (xy 187.278841 92.828841) (xy 187.222357 92.897668) (xy 187.20032 92.938897) + (xy 187.180386 92.976191) (xy 187.15454 93.061393) (xy 187.145813 93.15) (xy 187.148 93.172205) (xy 187.148001 94.757788) + (xy 187.148 94.757796) (xy 187.148 95.077796) (xy 187.148001 114.197785) (xy 187.148 114.197795) (xy 187.148 114.602204) + (xy 187.148001 114.602214) (xy 187.148 120.218111) (xy 187.093136 120.263136) (xy 187.028614 120.341757) (xy 187.025277 120.348) + (xy 186.502204 120.348) (xy 186.479999 120.345813) (xy 186.391392 120.35454) (xy 186.371562 120.360556) (xy 186.30619 120.380386) + (xy 186.227667 120.422357) (xy 186.158841 120.478841) (xy 186.144681 120.496096) (xy 185.9261 120.714677) (xy 185.908841 120.728841) + (xy 185.852357 120.797668) (xy 185.827459 120.84425) (xy 185.810386 120.876191) (xy 185.78454 120.961393) (xy 185.782144 120.98572) + (xy 185.73503 121.000012) (xy 185.669537 121.035019) (xy 185.612131 121.082131) (xy 185.565019 121.139537) (xy 185.530012 121.20503) + (xy 185.508455 121.276095) (xy 185.501176 121.35) (xy 183.916711 121.35) (xy 184.151574 121.115137) (xy 184.175501 121.095501) + (xy 184.253853 121.000028) (xy 184.312075 120.891103) (xy 184.347927 120.772913) (xy 184.356096 120.689972) (xy 184.360033 120.65) + (xy 184.357 120.619206) (xy 184.357 120.038824) (xy 184.48 120.038824) (xy 184.553905 120.031545) (xy 184.62497 120.009988) + (xy 184.690463 119.974981) (xy 184.747869 119.927869) (xy 184.794981 119.870463) (xy 184.829988 119.80497) (xy 184.851545 119.733905) + (xy 184.858824 119.66) (xy 184.858824 118.66) (xy 184.851545 118.586095) (xy 184.829988 118.51503) (xy 184.794981 118.449537) + (xy 184.747869 118.392131) (xy 184.690463 118.345019) (xy 184.62497 118.310012) (xy 184.553905 118.288455) (xy 184.48 118.281176) + (xy 182.98 118.281176) (xy 182.906095 118.288455) (xy 182.83503 118.310012) (xy 182.769537 118.345019) (xy 182.712131 118.392131) + (xy 182.665019 118.449537) (xy 182.630012 118.51503) (xy 182.608455 118.586095) (xy 182.601176 118.66) (xy 182.601176 119.66) + (xy 182.608455 119.733905) (xy 182.630012 119.80497) (xy 182.665019 119.870463) (xy 182.712131 119.927869) (xy 182.769537 119.974981) + (xy 182.83503 120.009988) (xy 182.906095 120.031545) (xy 182.98 120.038824) (xy 183.103 120.038824) (xy 183.103 120.311471) + (xy 183.1 120.311176) (xy 182.82 120.311176) (xy 182.79259 120.313876) (xy 182.733247 120.240887) (xy 182.636921 120.161092) + (xy 182.526878 120.101623) (xy 182.407348 120.064765) (xy 182.28575 120.055) (xy 182.127 120.21375) (xy 182.127 120.873) + (xy 182.147 120.873) (xy 182.147 121.127) (xy 182.127 121.127) (xy 182.127 121.147) (xy 181.873 121.147) + (xy 181.873 121.127) (xy 181.24375 121.127) (xy 181.085 121.28575) (xy 181.081935 121.307077) (xy 181.087184 121.362999) + (xy 176.203712 121.362999) (xy 176.551579 121.015133) (xy 176.575501 120.995501) (xy 176.653853 120.900028) (xy 176.712075 120.791103) + (xy 176.741857 120.692923) (xy 181.081935 120.692923) (xy 181.085 120.71425) (xy 181.24375 120.873) (xy 181.873 120.873) + (xy 181.873 120.21375) (xy 181.71425 120.055) (xy 181.592652 120.064765) (xy 181.473122 120.101623) (xy 181.363079 120.161092) + (xy 181.266753 120.240887) (xy 181.187844 120.337941) (xy 181.129386 120.448524) (xy 181.093625 120.568387) (xy 181.081935 120.692923) + (xy 176.741857 120.692923) (xy 176.747927 120.672913) (xy 176.751328 120.638387) (xy 176.760033 120.550001) (xy 176.757 120.519207) + (xy 176.757 120.088824) (xy 176.88 120.088824) (xy 176.953905 120.081545) (xy 177.02497 120.059988) (xy 177.090463 120.024981) + (xy 177.147869 119.977869) (xy 177.194981 119.920463) (xy 177.229988 119.85497) (xy 177.251545 119.783905) (xy 177.258824 119.71) + (xy 177.258824 118.71) (xy 177.251545 118.636095) (xy 177.229988 118.56503) (xy 177.194981 118.499537) (xy 177.147869 118.442131) + (xy 177.090463 118.395019) (xy 177.02497 118.360012) (xy 176.953905 118.338455) (xy 176.88 118.331176) (xy 175.38 118.331176) + (xy 175.306095 118.338455) (xy 175.23503 118.360012) (xy 175.169537 118.395019) (xy 175.112131 118.442131) (xy 175.065019 118.499537) + (xy 175.030012 118.56503) (xy 175.008455 118.636095) (xy 175.001176 118.71) (xy 175.001176 119.71) (xy 175.008455 119.783905) + (xy 175.030012 119.85497) (xy 175.065019 119.920463) (xy 175.112131 119.977869) (xy 175.169537 120.024981) (xy 175.23503 120.059988) + (xy 175.306095 120.081545) (xy 175.38 120.088824) (xy 175.503 120.088824) (xy 175.503 120.290288) (xy 175.392957 120.400331) + (xy 175.3 120.391176) (xy 175.02 120.391176) (xy 174.99259 120.393876) (xy 174.933247 120.320887) (xy 174.836921 120.241092) + (xy 174.726878 120.181623) (xy 174.607348 120.144765) (xy 174.48575 120.135) (xy 174.327 120.29375) (xy 174.327 120.953) + (xy 174.347 120.953) (xy 174.347 121.207) (xy 174.327 121.207) (xy 174.327 121.227) (xy 174.073 121.227) + (xy 174.073 121.207) (xy 173.44375 121.207) (xy 173.287751 121.362999) (xy 168.703712 121.362999) (xy 168.951579 121.115133) + (xy 168.975501 121.095501) (xy 169.053853 121.000028) (xy 169.112075 120.891103) (xy 169.147923 120.772923) (xy 173.281935 120.772923) + (xy 173.285 120.79425) (xy 173.44375 120.953) (xy 174.073 120.953) (xy 174.073 120.29375) (xy 173.91425 120.135) + (xy 173.792652 120.144765) (xy 173.673122 120.181623) (xy 173.563079 120.241092) (xy 173.466753 120.320887) (xy 173.387844 120.417941) + (xy 173.329386 120.528524) (xy 173.293625 120.648387) (xy 173.281935 120.772923) (xy 169.147923 120.772923) (xy 169.147927 120.772913) + (xy 169.156096 120.689972) (xy 169.160033 120.65) (xy 169.157 120.619206) (xy 169.157 120.088824) (xy 169.28 120.088824) + (xy 169.353905 120.081545) (xy 169.42497 120.059988) (xy 169.490463 120.024981) (xy 169.547869 119.977869) (xy 169.594981 119.920463) + (xy 169.629988 119.85497) (xy 169.651545 119.783905) (xy 169.658824 119.71) (xy 169.658824 118.71) (xy 169.651545 118.636095) + (xy 169.629988 118.56503) (xy 169.594981 118.499537) (xy 169.547869 118.442131) (xy 169.490463 118.395019) (xy 169.42497 118.360012) + (xy 169.353905 118.338455) (xy 169.28 118.331176) (xy 167.78 118.331176) (xy 167.706095 118.338455) (xy 167.63503 118.360012) + (xy 167.569537 118.395019) (xy 167.512131 118.442131) (xy 167.465019 118.499537) (xy 167.430012 118.56503) (xy 167.408455 118.636095) + (xy 167.401176 118.71) (xy 167.401176 119.71) (xy 167.408455 119.783905) (xy 167.430012 119.85497) (xy 167.465019 119.920463) + (xy 167.512131 119.977869) (xy 167.569537 120.024981) (xy 167.63503 120.059988) (xy 167.706095 120.081545) (xy 167.78 120.088824) + (xy 167.903 120.088824) (xy 167.903 120.390288) (xy 167.889601 120.403688) (xy 167.881218 120.401145) (xy 167.78 120.391176) + (xy 167.5 120.391176) (xy 167.47259 120.393876) (xy 167.413247 120.320887) (xy 167.316921 120.241092) (xy 167.206878 120.181623) + (xy 167.087348 120.144765) (xy 166.96575 120.135) (xy 166.807 120.29375) (xy 166.807 120.953) (xy 166.827 120.953) + (xy 166.827 121.207) (xy 166.807 121.207) (xy 166.807 121.227) (xy 166.553 121.227) (xy 166.553 121.207) + (xy 165.92375 121.207) (xy 165.767751 121.362999) (xy 161.003712 121.362999) (xy 161.351579 121.015133) (xy 161.375501 120.995501) + (xy 161.453853 120.900028) (xy 161.512075 120.791103) (xy 161.517589 120.772923) (xy 165.761935 120.772923) (xy 165.765 120.79425) + (xy 165.92375 120.953) (xy 166.553 120.953) (xy 166.553 120.29375) (xy 166.39425 120.135) (xy 166.272652 120.144765) + (xy 166.153122 120.181623) (xy 166.043079 120.241092) (xy 165.946753 120.320887) (xy 165.867844 120.417941) (xy 165.809386 120.528524) + (xy 165.773625 120.648387) (xy 165.761935 120.772923) (xy 161.517589 120.772923) (xy 161.547927 120.672913) (xy 161.551328 120.638387) + (xy 161.560033 120.550001) (xy 161.557 120.519207) (xy 161.557 120.108824) (xy 161.68 120.108824) (xy 161.753905 120.101545) + (xy 161.82497 120.079988) (xy 161.890463 120.044981) (xy 161.947869 119.997869) (xy 161.994981 119.940463) (xy 162.029988 119.87497) + (xy 162.051545 119.803905) (xy 162.058824 119.73) (xy 162.058824 118.73) (xy 162.051545 118.656095) (xy 162.029988 118.58503) + (xy 161.994981 118.519537) (xy 161.947869 118.462131) (xy 161.890463 118.415019) (xy 161.82497 118.380012) (xy 161.753905 118.358455) + (xy 161.68 118.351176) (xy 160.18 118.351176) (xy 160.106095 118.358455) (xy 160.03503 118.380012) (xy 159.969537 118.415019) + (xy 159.912131 118.462131) (xy 159.865019 118.519537) (xy 159.830012 118.58503) (xy 159.808455 118.656095) (xy 159.801176 118.73) + (xy 159.801176 119.73) (xy 159.808455 119.803905) (xy 159.830012 119.87497) (xy 159.865019 119.940463) (xy 159.912131 119.997869) + (xy 159.969537 120.044981) (xy 160.03503 120.079988) (xy 160.106095 120.101545) (xy 160.18 120.108824) (xy 160.303 120.108824) + (xy 160.303 120.290288) (xy 160.150289 120.443) (xy 159.540323 120.443) (xy 159.498545 120.420669) (xy 159.401218 120.391145) + (xy 159.3 120.381176) (xy 159.02 120.381176) (xy 158.99259 120.383876) (xy 158.933247 120.310887) (xy 158.836921 120.231092) + (xy 158.726878 120.171623) (xy 158.607348 120.134765) (xy 158.48575 120.125) (xy 158.327 120.28375) (xy 158.327 120.943) + (xy 158.347 120.943) (xy 158.347 121.197) (xy 158.327 121.197) (xy 158.327 121.217) (xy 158.073 121.217) + (xy 158.073 121.197) (xy 157.44375 121.197) (xy 157.285 121.35575) (xy 157.283958 121.362999) (xy 153.303712 121.362999) + (xy 153.751579 120.915133) (xy 153.775501 120.895501) (xy 153.853853 120.800028) (xy 153.873686 120.762923) (xy 157.281935 120.762923) + (xy 157.285 120.78425) (xy 157.44375 120.943) (xy 158.073 120.943) (xy 158.073 120.28375) (xy 157.91425 120.125) + (xy 157.792652 120.134765) (xy 157.673122 120.171623) (xy 157.563079 120.231092) (xy 157.466753 120.310887) (xy 157.387844 120.407941) + (xy 157.329386 120.518524) (xy 157.293625 120.638387) (xy 157.281935 120.762923) (xy 153.873686 120.762923) (xy 153.912075 120.691103) + (xy 153.947927 120.572913) (xy 153.957 120.480794) (xy 153.957 120.480793) (xy 153.960033 120.450001) (xy 153.957 120.419209) + (xy 153.957 120.098824) (xy 154.08 120.098824) (xy 154.153905 120.091545) (xy 154.22497 120.069988) (xy 154.290463 120.034981) + (xy 154.347869 119.987869) (xy 154.394981 119.930463) (xy 154.429988 119.86497) (xy 154.451545 119.793905) (xy 154.458824 119.72) + (xy 154.458824 118.72) (xy 154.451545 118.646095) (xy 154.429988 118.57503) (xy 154.394981 118.509537) (xy 154.347869 118.452131) + (xy 154.290463 118.405019) (xy 154.22497 118.370012) (xy 154.153905 118.348455) (xy 154.08 118.341176) (xy 152.58 118.341176) + (xy 152.506095 118.348455) (xy 152.43503 118.370012) (xy 152.369537 118.405019) (xy 152.312131 118.452131) (xy 152.265019 118.509537) + (xy 152.230012 118.57503) (xy 152.208455 118.646095) (xy 152.201176 118.72) (xy 152.201176 119.72) (xy 152.208455 119.793905) + (xy 152.230012 119.86497) (xy 152.265019 119.930463) (xy 152.312131 119.987869) (xy 152.369537 120.034981) (xy 152.43503 120.069988) + (xy 152.506095 120.091545) (xy 152.58 120.098824) (xy 152.703 120.098824) (xy 152.703 120.190288) (xy 152.450289 120.443) + (xy 151.920323 120.443) (xy 151.878545 120.420669) (xy 151.781218 120.391145) (xy 151.68 120.381176) (xy 151.4 120.381176) + (xy 151.37259 120.383876) (xy 151.313247 120.310887) (xy 151.216921 120.231092) (xy 151.106878 120.171623) (xy 150.987348 120.134765) + (xy 150.86575 120.125) (xy 150.707 120.28375) (xy 150.707 120.943) (xy 150.727 120.943) (xy 150.727 121.197) + (xy 150.707 121.197) (xy 150.707 121.217) (xy 150.453 121.217) (xy 150.453 121.197) (xy 149.82375 121.197) + (xy 149.665 121.35575) (xy 149.663958 121.362999) (xy 145.903712 121.362999) (xy 146.151579 121.115133) (xy 146.175501 121.095501) + (xy 146.253853 121.000028) (xy 146.312075 120.891103) (xy 146.347927 120.772913) (xy 146.34891 120.762923) (xy 149.661935 120.762923) + (xy 149.665 120.78425) (xy 149.82375 120.943) (xy 150.453 120.943) (xy 150.453 120.28375) (xy 150.29425 120.125) + (xy 150.172652 120.134765) (xy 150.053122 120.171623) (xy 149.943079 120.231092) (xy 149.846753 120.310887) (xy 149.767844 120.407941) + (xy 149.709386 120.518524) (xy 149.673625 120.638387) (xy 149.661935 120.762923) (xy 146.34891 120.762923) (xy 146.356096 120.689972) + (xy 146.360033 120.650001) (xy 146.357 120.619207) (xy 146.357 120.108824) (xy 146.48 120.108824) (xy 146.553905 120.101545) + (xy 146.62497 120.079988) (xy 146.690463 120.044981) (xy 146.747869 119.997869) (xy 146.794981 119.940463) (xy 146.829988 119.87497) + (xy 146.851545 119.803905) (xy 146.858824 119.73) (xy 146.858824 118.73) (xy 146.851545 118.656095) (xy 146.829988 118.58503) + (xy 146.794981 118.519537) (xy 146.747869 118.462131) (xy 146.690463 118.415019) (xy 146.62497 118.380012) (xy 146.553905 118.358455) + (xy 146.48 118.351176) (xy 144.98 118.351176) (xy 144.906095 118.358455) (xy 144.83503 118.380012) (xy 144.769537 118.415019) + (xy 144.712131 118.462131) (xy 144.665019 118.519537) (xy 144.630012 118.58503) (xy 144.608455 118.656095) (xy 144.601176 118.73) + (xy 144.601176 119.73) (xy 144.608455 119.803905) (xy 144.630012 119.87497) (xy 144.665019 119.940463) (xy 144.712131 119.997869) + (xy 144.769537 120.044981) (xy 144.83503 120.079988) (xy 144.906095 120.101545) (xy 144.98 120.108824) (xy 145.103 120.108824) + (xy 145.103 120.390288) (xy 145.020289 120.473) (xy 144.440323 120.473) (xy 144.398545 120.450669) (xy 144.301218 120.421145) + (xy 144.2 120.411176) (xy 143.92 120.411176) (xy 143.89259 120.413876) (xy 143.833247 120.340887) (xy 143.736921 120.261092) + (xy 143.626878 120.201623) (xy 143.507348 120.164765) (xy 143.38575 120.155) (xy 143.227 120.31375) (xy 143.227 120.973) + (xy 143.247 120.973) (xy 143.247 121.227) (xy 143.227 121.227) (xy 143.227 121.247) (xy 142.973 121.247) + (xy 142.973 121.227) (xy 142.34375 121.227) (xy 142.207751 121.362999) (xy 138.203712 121.362999) (xy 138.551579 121.015133) + (xy 138.575501 120.995501) (xy 138.653853 120.900028) (xy 138.711102 120.792923) (xy 142.181935 120.792923) (xy 142.185 120.81425) + (xy 142.34375 120.973) (xy 142.973 120.973) (xy 142.973 120.31375) (xy 142.81425 120.155) (xy 142.692652 120.164765) + (xy 142.573122 120.201623) (xy 142.463079 120.261092) (xy 142.366753 120.340887) (xy 142.287844 120.437941) (xy 142.229386 120.548524) + (xy 142.193625 120.668387) (xy 142.181935 120.792923) (xy 138.711102 120.792923) (xy 138.712075 120.791103) (xy 138.747927 120.672913) + (xy 138.757 120.580794) (xy 138.757 120.580793) (xy 138.760033 120.550001) (xy 138.757 120.519209) (xy 138.757 120.118824) + (xy 138.88 120.118824) (xy 138.953905 120.111545) (xy 139.02497 120.089988) (xy 139.090463 120.054981) (xy 139.147869 120.007869) + (xy 139.194981 119.950463) (xy 139.229988 119.88497) (xy 139.251545 119.813905) (xy 139.258824 119.74) (xy 139.258824 118.74) + (xy 139.251545 118.666095) (xy 139.229988 118.59503) (xy 139.194981 118.529537) (xy 139.147869 118.472131) (xy 139.090463 118.425019) + (xy 139.02497 118.390012) (xy 138.953905 118.368455) (xy 138.88 118.361176) (xy 137.38 118.361176) (xy 137.306095 118.368455) + (xy 137.23503 118.390012) (xy 137.169537 118.425019) (xy 137.112131 118.472131) (xy 137.065019 118.529537) (xy 137.030012 118.59503) + (xy 137.008455 118.666095) (xy 137.001176 118.74) (xy 137.001176 119.74) (xy 137.008455 119.813905) (xy 137.030012 119.88497) + (xy 137.065019 119.950463) (xy 137.112131 120.007869) (xy 137.169537 120.054981) (xy 137.23503 120.089988) (xy 137.306095 120.111545) + (xy 137.38 120.118824) (xy 137.503 120.118824) (xy 137.503 120.290288) (xy 137.320289 120.473) (xy 136.740323 120.473) + (xy 136.698545 120.450669) (xy 136.601218 120.421145) (xy 136.5 120.411176) (xy 136.22 120.411176) (xy 136.19259 120.413876) + (xy 136.133247 120.340887) (xy 136.036921 120.261092) (xy 135.926878 120.201623) (xy 135.807348 120.164765) (xy 135.68575 120.155) + (xy 135.527 120.31375) (xy 135.527 120.973) (xy 135.547 120.973) (xy 135.547 121.227) (xy 135.527 121.227) + (xy 135.527 121.247) (xy 135.273 121.247) (xy 135.273 121.227) (xy 134.64375 121.227) (xy 134.507751 121.362999) + (xy 130.703712 121.362999) (xy 130.951574 121.115137) (xy 130.975501 121.095501) (xy 131.053853 121.000028) (xy 131.112075 120.891103) + (xy 131.141857 120.792923) (xy 134.481935 120.792923) (xy 134.485 120.81425) (xy 134.64375 120.973) (xy 135.273 120.973) + (xy 135.273 120.31375) (xy 135.11425 120.155) (xy 134.992652 120.164765) (xy 134.873122 120.201623) (xy 134.763079 120.261092) + (xy 134.666753 120.340887) (xy 134.587844 120.437941) (xy 134.529386 120.548524) (xy 134.493625 120.668387) (xy 134.481935 120.792923) + (xy 131.141857 120.792923) (xy 131.147927 120.772913) (xy 131.157 120.680794) (xy 131.157 120.680793) (xy 131.160033 120.650001) + (xy 131.157 120.619209) (xy 131.157 120.108824) (xy 131.28 120.108824) (xy 131.353905 120.101545) (xy 131.42497 120.079988) + (xy 131.490463 120.044981) (xy 131.547869 119.997869) (xy 131.594981 119.940463) (xy 131.629988 119.87497) (xy 131.651545 119.803905) + (xy 131.658824 119.73) (xy 131.658824 118.73) (xy 131.651545 118.656095) (xy 131.629988 118.58503) (xy 131.594981 118.519537) + (xy 131.547869 118.462131) (xy 131.490463 118.415019) (xy 131.42497 118.380012) (xy 131.353905 118.358455) (xy 131.28 118.351176) + (xy 129.78 118.351176) (xy 129.706095 118.358455) (xy 129.63503 118.380012) (xy 129.569537 118.415019) (xy 129.512131 118.462131) + (xy 129.465019 118.519537) (xy 129.430012 118.58503) (xy 129.408455 118.656095) (xy 129.401176 118.73) (xy 129.401176 119.73) + (xy 129.408455 119.803905) (xy 129.430012 119.87497) (xy 129.465019 119.940463) (xy 129.512131 119.997869) (xy 129.569537 120.044981) + (xy 129.63503 120.079988) (xy 129.706095 120.101545) (xy 129.78 120.108824) (xy 129.903 120.108824) (xy 129.903 120.390289) + (xy 129.880289 120.413) (xy 129.060323 120.413) (xy 129.018545 120.390669) (xy 128.921218 120.361145) (xy 128.82 120.351176) + (xy 128.54 120.351176) (xy 128.51259 120.353876) (xy 128.453247 120.280887) (xy 128.356921 120.201092) (xy 128.246878 120.141623) + (xy 128.127348 120.104765) (xy 128.00575 120.095) (xy 127.847 120.25375) (xy 127.847 120.913) (xy 127.867 120.913) + (xy 127.867 121.167) (xy 127.847 121.167) (xy 127.847 121.187) (xy 127.593 121.187) (xy 127.593 121.167) + (xy 126.96375 121.167) (xy 126.805 121.32575) (xy 126.801935 121.347077) (xy 126.80343 121.362999) (xy 123.103712 121.362999) + (xy 123.351574 121.115137) (xy 123.375501 121.095501) (xy 123.453853 121.000028) (xy 123.467867 120.97381) (xy 123.512075 120.891104) + (xy 123.547927 120.772913) (xy 123.551865 120.732923) (xy 126.801935 120.732923) (xy 126.805 120.75425) (xy 126.96375 120.913) + (xy 127.593 120.913) (xy 127.593 120.25375) (xy 127.43425 120.095) (xy 127.312652 120.104765) (xy 127.193122 120.141623) + (xy 127.083079 120.201092) (xy 126.986753 120.280887) (xy 126.907844 120.377941) (xy 126.849386 120.488524) (xy 126.813625 120.608387) + (xy 126.801935 120.732923) (xy 123.551865 120.732923) (xy 123.560033 120.65) (xy 123.557 120.619206) (xy 123.557 120.178824) + (xy 123.68 120.178824) (xy 123.753905 120.171545) (xy 123.82497 120.149988) (xy 123.890463 120.114981) (xy 123.947869 120.067869) + (xy 123.994981 120.010463) (xy 124.029988 119.94497) (xy 124.051545 119.873905) (xy 124.058824 119.8) (xy 124.058824 118.8) + (xy 124.051545 118.726095) (xy 124.029988 118.65503) (xy 123.994981 118.589537) (xy 123.947869 118.532131) (xy 123.890463 118.485019) + (xy 123.82497 118.450012) (xy 123.753905 118.428455) (xy 123.68 118.421176) (xy 122.18 118.421176) (xy 122.106095 118.428455) + (xy 122.03503 118.450012) (xy 121.969537 118.485019) (xy 121.912131 118.532131) (xy 121.865019 118.589537) (xy 121.830012 118.65503) + (xy 121.808455 118.726095) (xy 121.801176 118.8) (xy 121.801176 119.8) (xy 121.808455 119.873905) (xy 121.830012 119.94497) + (xy 121.865019 120.010463) (xy 121.912131 120.067869) (xy 121.969537 120.114981) (xy 122.03503 120.149988) (xy 122.106095 120.171545) + (xy 122.18 120.178824) (xy 122.303 120.178824) (xy 122.303 120.390289) (xy 122.190289 120.503) (xy 121.560323 120.503) + (xy 121.518545 120.480669) (xy 121.421218 120.451145) (xy 121.32 120.441176) (xy 121.04 120.441176) (xy 121.01259 120.443876) + (xy 120.953247 120.370887) (xy 120.856921 120.291092) (xy 120.746878 120.231623) (xy 120.627348 120.194765) (xy 120.50575 120.185) + (xy 120.347 120.34375) (xy 120.347 121.003) (xy 120.367 121.003) (xy 120.367 121.257) (xy 120.347 121.257) + (xy 120.347 121.277) (xy 120.093 121.277) (xy 120.093 121.257) (xy 119.46375 121.257) (xy 119.357751 121.362999) + (xy 116.81079 121.362999) (xy 116.779998 121.359966) (xy 116.749207 121.362999) (xy 116.749205 121.362999) (xy 116.657086 121.372072) + (xy 116.588098 121.392999) (xy 115.273712 121.392999) (xy 115.751579 120.915133) (xy 115.775501 120.895501) (xy 115.835063 120.822923) + (xy 119.301935 120.822923) (xy 119.305 120.84425) (xy 119.46375 121.003) (xy 120.093 121.003) (xy 120.093 120.34375) + (xy 119.93425 120.185) (xy 119.812652 120.194765) (xy 119.693122 120.231623) (xy 119.583079 120.291092) (xy 119.486753 120.370887) + (xy 119.407844 120.467941) (xy 119.349386 120.578524) (xy 119.313625 120.698387) (xy 119.301935 120.822923) (xy 115.835063 120.822923) + (xy 115.853853 120.800028) (xy 115.912075 120.691103) (xy 115.947927 120.572913) (xy 115.953986 120.511393) (xy 115.960033 120.45) + (xy 115.957 120.419206) (xy 115.957 120.178824) (xy 116.08 120.178824) (xy 116.153905 120.171545) (xy 116.22497 120.149988) + (xy 116.290463 120.114981) (xy 116.347869 120.067869) (xy 116.394981 120.010463) (xy 116.429988 119.94497) (xy 116.451545 119.873905) + (xy 116.458824 119.8) (xy 116.458824 118.8) (xy 116.451545 118.726095) (xy 116.429988 118.65503) (xy 116.394981 118.589537) + (xy 116.347869 118.532131) (xy 116.290463 118.485019) (xy 116.22497 118.450012) (xy 116.153905 118.428455) (xy 116.08 118.421176) + (xy 114.58 118.421176) (xy 114.506095 118.428455) (xy 114.43503 118.450012) (xy 114.369537 118.485019) (xy 114.312131 118.532131) + (xy 114.265019 118.589537) (xy 114.230012 118.65503) (xy 114.208455 118.726095) (xy 114.201176 118.8) (xy 114.201176 119.8) + (xy 114.208455 119.873905) (xy 114.230012 119.94497) (xy 114.265019 120.010463) (xy 114.312131 120.067869) (xy 114.369537 120.114981) + (xy 114.43503 120.149988) (xy 114.506095 120.171545) (xy 114.58 120.178824) (xy 114.703 120.178824) (xy 114.703 120.190288) + (xy 114.420289 120.473) (xy 113.940323 120.473) (xy 113.898545 120.450669) (xy 113.801218 120.421145) (xy 113.7 120.411176) + (xy 113.42 120.411176) (xy 113.39259 120.413876) (xy 113.333247 120.340887) (xy 113.236921 120.261092) (xy 113.126878 120.201623) + (xy 113.007348 120.164765) (xy 112.88575 120.155) (xy 112.727 120.31375) (xy 112.727 120.973) (xy 112.747 120.973) + (xy 112.747 121.227) (xy 112.727 121.227) (xy 112.727 121.247) (xy 112.473 121.247) (xy 112.473 121.227) + (xy 111.84375 121.227) (xy 111.685 121.38575) (xy 111.683958 121.392999) (xy 109.627 121.392999) (xy 109.627 120.792923) + (xy 111.681935 120.792923) (xy 111.685 120.81425) (xy 111.84375 120.973) (xy 112.473 120.973) (xy 112.473 120.31375) + (xy 112.31425 120.155) (xy 112.192652 120.164765) (xy 112.073122 120.201623) (xy 111.963079 120.261092) (xy 111.866753 120.340887) + (xy 111.787844 120.437941) (xy 111.729386 120.548524) (xy 111.693625 120.668387) (xy 111.681935 120.792923) (xy 109.627 120.792923) + (xy 109.627 120.530794) (xy 109.630033 120.5) (xy 109.617927 120.377087) (xy 109.613091 120.361145) (xy 109.582075 120.258897) + (xy 109.523853 120.149972) (xy 109.515142 120.139358) (xy 109.53503 120.149988) (xy 109.606095 120.171545) (xy 109.68 120.178824) + (xy 111.18 120.178824) (xy 111.253905 120.171545) (xy 111.32497 120.149988) (xy 111.390463 120.114981) (xy 111.447869 120.067869) + (xy 111.494981 120.010463) (xy 111.529988 119.94497) (xy 111.551545 119.873905) (xy 111.558824 119.8) (xy 111.558824 118.8) + (xy 111.551545 118.726095) (xy 111.529988 118.65503) (xy 111.494981 118.589537) (xy 111.447869 118.532131) (xy 111.390463 118.485019) + (xy 111.32497 118.450012) (xy 111.253905 118.428455) (xy 111.18 118.421176) (xy 109.68 118.421176) (xy 109.606095 118.428455) + (xy 109.53503 118.450012) (xy 109.469537 118.485019) (xy 109.412131 118.532131) (xy 109.365019 118.589537) (xy 109.330012 118.65503) + (xy 109.310218 118.720283) (xy 109.082 118.492066) (xy 109.082 117.896845) (xy 109.183536 117.795309) (xy 109.268569 117.668048) + (xy 109.327141 117.526643) (xy 109.357 117.376528) (xy 109.357 117.223472) (xy 109.340062 117.138318) (xy 109.43582 117.189502) + (xy 109.555518 117.225812) (xy 109.68 117.238072) (xy 110.14425 117.235) (xy 110.303 117.07625) (xy 110.303 116.227) + (xy 110.557 116.227) (xy 110.557 117.07625) (xy 110.71575 117.235) (xy 111.18 117.238072) (xy 111.304482 117.225812) + (xy 111.42418 117.189502) (xy 111.534494 117.130537) (xy 111.631185 117.051185) (xy 111.710537 116.954494) (xy 111.769502 116.84418) + (xy 111.805812 116.724482) (xy 111.818072 116.6) (xy 111.815 116.38575) (xy 111.65625 116.227) (xy 110.557 116.227) + (xy 110.303 116.227) (xy 109.20375 116.227) (xy 109.045 116.38575) (xy 109.041928 116.6) (xy 109.049746 116.679384) + (xy 108.948048 116.611431) (xy 108.806643 116.552859) (xy 108.656528 116.523) (xy 108.503472 116.523) (xy 108.353357 116.552859) + (xy 108.211952 116.611431) (xy 108.084691 116.696464) (xy 107.976464 116.804691) (xy 107.891431 116.931952) (xy 107.832859 117.073357) + (xy 107.803 117.223472) (xy 107.803 117.376528) (xy 107.832859 117.526643) (xy 107.891431 117.668048) (xy 107.976464 117.795309) + (xy 108.078 117.896845) (xy 108.078001 118.675347) (xy 108.076572 118.68986) (xy 107.507 118.120289) (xy 107.507 115.627) + (xy 109.042315 115.627) (xy 109.045 115.81425) (xy 109.20375 115.973) (xy 110.303 115.973) (xy 110.303 115.953) + (xy 110.557 115.953) (xy 110.557 115.973) (xy 111.65625 115.973) (xy 111.815 115.81425) (xy 111.817541 115.636999) + (xy 113.439207 115.636999) (xy 113.470001 115.640032) (xy 113.500795 115.636999) (xy 114.201176 115.636999) (xy 114.201176 116.6) + (xy 114.208455 116.673905) (xy 114.230012 116.74497) (xy 114.265019 116.810463) (xy 114.312131 116.867869) (xy 114.369537 116.914981) + (xy 114.43503 116.949988) (xy 114.506095 116.971545) (xy 114.58 116.978824) (xy 114.828001 116.978824) (xy 114.828001 117.225347) + (xy 114.825573 117.25) (xy 114.835265 117.348409) (xy 114.86397 117.443036) (xy 114.910584 117.530245) (xy 114.957601 117.587535) + (xy 114.957604 117.587538) (xy 114.973317 117.606684) (xy 114.992462 117.622396) (xy 115.307607 117.937543) (xy 115.323316 117.956684) + (xy 115.342456 117.972392) (xy 115.342464 117.9724) (xy 115.399754 118.019417) (xy 115.446368 118.044332) (xy 115.486964 118.066031) + (xy 115.581591 118.094736) (xy 115.655347 118.102) (xy 115.655357 118.102) (xy 115.68 118.104427) (xy 115.704643 118.102) + (xy 117.372066 118.102) (xy 117.528 118.257935) (xy 117.528 118.421176) (xy 117.28 118.421176) (xy 117.206095 118.428455) + (xy 117.13503 118.450012) (xy 117.069537 118.485019) (xy 117.012131 118.532131) (xy 116.965019 118.589537) (xy 116.930012 118.65503) + (xy 116.908455 118.726095) (xy 116.901176 118.8) (xy 116.901176 119.8) (xy 116.908455 119.873905) (xy 116.930012 119.94497) + (xy 116.965019 120.010463) (xy 117.012131 120.067869) (xy 117.069537 120.114981) (xy 117.13503 120.149988) (xy 117.206095 120.171545) + (xy 117.28 120.178824) (xy 118.78 120.178824) (xy 118.853905 120.171545) (xy 118.92497 120.149988) (xy 118.990463 120.114981) + (xy 119.047869 120.067869) (xy 119.094981 120.010463) (xy 119.129988 119.94497) (xy 119.151545 119.873905) (xy 119.158824 119.8) + (xy 119.158824 118.8) (xy 119.151545 118.726095) (xy 119.129988 118.65503) (xy 119.094981 118.589537) (xy 119.047869 118.532131) + (xy 118.990463 118.485019) (xy 118.92497 118.450012) (xy 118.853905 118.428455) (xy 118.78 118.421176) (xy 118.532 118.421176) + (xy 118.532 118.074642) (xy 118.534427 118.049999) (xy 118.532 118.025356) (xy 118.532 118.025347) (xy 118.524736 117.951591) + (xy 118.496031 117.856964) (xy 118.449417 117.769755) (xy 118.417269 117.730583) (xy 118.402399 117.712464) (xy 118.402397 117.712462) + (xy 118.386684 117.693316) (xy 118.367538 117.677603) (xy 117.952401 117.262467) (xy 117.936684 117.243316) (xy 117.860245 117.180583) + (xy 117.820116 117.159134) (xy 117.903 117.07625) (xy 117.903 116.227) (xy 118.157 116.227) (xy 118.157 117.07625) + (xy 118.31575 117.235) (xy 118.78 117.238072) (xy 118.904482 117.225812) (xy 119.02418 117.189502) (xy 119.134494 117.130537) + (xy 119.231185 117.051185) (xy 119.310537 116.954494) (xy 119.369502 116.84418) (xy 119.405812 116.724482) (xy 119.418072 116.6) + (xy 119.415 116.38575) (xy 119.25625 116.227) (xy 118.157 116.227) (xy 117.903 116.227) (xy 116.80375 116.227) + (xy 116.645 116.38575) (xy 116.641928 116.6) (xy 116.654188 116.724482) (xy 116.690498 116.84418) (xy 116.749463 116.954494) + (xy 116.828815 117.051185) (xy 116.885859 117.098) (xy 115.887935 117.098) (xy 115.832 117.042065) (xy 115.832 116.978824) + (xy 116.08 116.978824) (xy 116.153905 116.971545) (xy 116.22497 116.949988) (xy 116.290463 116.914981) (xy 116.347869 116.867869) + (xy 116.394981 116.810463) (xy 116.429988 116.74497) (xy 116.451545 116.673905) (xy 116.458824 116.6) (xy 116.458824 115.636999) + (xy 116.642459 115.636999) (xy 116.645 115.81425) (xy 116.80375 115.973) (xy 117.903 115.973) (xy 117.903 115.953) + (xy 118.157 115.953) (xy 118.157 115.973) (xy 119.25625 115.973) (xy 119.415 115.81425) (xy 119.417541 115.636999) + (xy 121.039207 115.636999) (xy 121.070001 115.640032) (xy 121.100795 115.636999) (xy 121.801176 115.636999) (xy 121.801176 116.6) + (xy 121.808455 116.673905) (xy 121.830012 116.74497) (xy 121.865019 116.810463) (xy 121.912131 116.867869) (xy 121.969537 116.914981) + (xy 122.03503 116.949988) (xy 122.106095 116.971545) (xy 122.18 116.978824) (xy 122.428001 116.978824) (xy 122.428001 117.225347) + (xy 122.425573 117.25) (xy 122.435265 117.348409) (xy 122.46397 117.443036) (xy 122.510584 117.530245) (xy 122.557601 117.587535) + (xy 122.557604 117.587538) (xy 122.573317 117.606684) (xy 122.592463 117.622397) (xy 123.007603 118.037538) (xy 123.023316 118.056684) + (xy 123.042462 118.072397) (xy 123.042464 118.072399) (xy 123.06968 118.094735) (xy 123.099755 118.119417) (xy 123.186964 118.166031) + (xy 123.281591 118.194736) (xy 123.355347 118.202) (xy 123.355356 118.202) (xy 123.379999 118.204427) (xy 123.404642 118.202) + (xy 124.972066 118.202) (xy 125.121241 118.351176) (xy 124.88 118.351176) (xy 124.806095 118.358455) (xy 124.73503 118.380012) + (xy 124.669537 118.415019) (xy 124.612131 118.462131) (xy 124.565019 118.519537) (xy 124.530012 118.58503) (xy 124.508455 118.656095) + (xy 124.501176 118.73) (xy 124.501176 119.73) (xy 124.508455 119.803905) (xy 124.530012 119.87497) (xy 124.565019 119.940463) + (xy 124.612131 119.997869) (xy 124.669537 120.044981) (xy 124.73503 120.079988) (xy 124.806095 120.101545) (xy 124.88 120.108824) + (xy 126.38 120.108824) (xy 126.453905 120.101545) (xy 126.52497 120.079988) (xy 126.590463 120.044981) (xy 126.647869 119.997869) + (xy 126.694981 119.940463) (xy 126.729988 119.87497) (xy 126.751545 119.803905) (xy 126.758824 119.73) (xy 126.758824 118.73) + (xy 126.751545 118.656095) (xy 126.729988 118.58503) (xy 126.694981 118.519537) (xy 126.647869 118.462131) (xy 126.590463 118.415019) + (xy 126.52497 118.380012) (xy 126.453905 118.358455) (xy 126.38 118.351176) (xy 126.132 118.351176) (xy 126.132 118.174642) + (xy 126.134427 118.149999) (xy 126.132 118.125356) (xy 126.132 118.125347) (xy 126.124736 118.051591) (xy 126.096031 117.956964) + (xy 126.049417 117.869755) (xy 125.986684 117.793316) (xy 125.967538 117.777603) (xy 125.552401 117.362467) (xy 125.536684 117.343316) + (xy 125.460245 117.280583) (xy 125.373036 117.233969) (xy 125.278409 117.205264) (xy 125.204653 117.198) (xy 125.204643 117.198) + (xy 125.18 117.195573) (xy 125.155357 117.198) (xy 123.587935 117.198) (xy 123.432 117.042066) (xy 123.432 116.978824) + (xy 123.68 116.978824) (xy 123.753905 116.971545) (xy 123.82497 116.949988) (xy 123.890463 116.914981) (xy 123.947869 116.867869) + (xy 123.994981 116.810463) (xy 124.029988 116.74497) (xy 124.051545 116.673905) (xy 124.058824 116.6) (xy 124.058824 116.53) + (xy 124.241928 116.53) (xy 124.254188 116.654482) (xy 124.290498 116.77418) (xy 124.349463 116.884494) (xy 124.428815 116.981185) + (xy 124.525506 117.060537) (xy 124.63582 117.119502) (xy 124.755518 117.155812) (xy 124.88 117.168072) (xy 125.34425 117.165) + (xy 125.503 117.00625) (xy 125.503 116.157) (xy 125.757 116.157) (xy 125.757 117.00625) (xy 125.91575 117.165) + (xy 126.38 117.168072) (xy 126.504482 117.155812) (xy 126.62418 117.119502) (xy 126.734494 117.060537) (xy 126.831185 116.981185) + (xy 126.910537 116.884494) (xy 126.969502 116.77418) (xy 127.005812 116.654482) (xy 127.018072 116.53) (xy 127.015 116.31575) + (xy 126.85625 116.157) (xy 125.757 116.157) (xy 125.503 116.157) (xy 124.40375 116.157) (xy 124.245 116.31575) + (xy 124.241928 116.53) (xy 124.058824 116.53) (xy 124.058824 115.636999) (xy 124.243462 115.636999) (xy 124.245 115.74425) + (xy 124.40375 115.903) (xy 125.503 115.903) (xy 125.503 115.883) (xy 125.757 115.883) (xy 125.757 115.903) + (xy 126.85625 115.903) (xy 127.015 115.74425) (xy 127.016538 115.636999) (xy 128.859207 115.636999) (xy 128.889998 115.640032) + (xy 128.92079 115.636999) (xy 129.401176 115.636999) (xy 129.401176 116.53) (xy 129.408455 116.603905) (xy 129.430012 116.67497) + (xy 129.465019 116.740463) (xy 129.512131 116.797869) (xy 129.569537 116.844981) (xy 129.63503 116.879988) (xy 129.706095 116.901545) + (xy 129.78 116.908824) (xy 130.028001 116.908824) (xy 130.028001 117.225347) (xy 130.025573 117.25) (xy 130.035265 117.348409) + (xy 130.06397 117.443036) (xy 130.110584 117.530245) (xy 130.157601 117.587535) (xy 130.157604 117.587538) (xy 130.173317 117.606684) + (xy 130.192462 117.622396) (xy 130.507607 117.937543) (xy 130.523316 117.956684) (xy 130.542456 117.972392) (xy 130.542464 117.9724) + (xy 130.599754 118.019417) (xy 130.646368 118.044332) (xy 130.686964 118.066031) (xy 130.781591 118.094736) (xy 130.855347 118.102) + (xy 130.855357 118.102) (xy 130.88 118.104427) (xy 130.904643 118.102) (xy 132.572066 118.102) (xy 132.728 118.257935) + (xy 132.728 118.361176) (xy 132.48 118.361176) (xy 132.406095 118.368455) (xy 132.33503 118.390012) (xy 132.269537 118.425019) + (xy 132.212131 118.472131) (xy 132.165019 118.529537) (xy 132.130012 118.59503) (xy 132.108455 118.666095) (xy 132.101176 118.74) + (xy 132.101176 119.74) (xy 132.108455 119.813905) (xy 132.130012 119.88497) (xy 132.165019 119.950463) (xy 132.212131 120.007869) + (xy 132.269537 120.054981) (xy 132.33503 120.089988) (xy 132.406095 120.111545) (xy 132.48 120.118824) (xy 133.98 120.118824) + (xy 134.053905 120.111545) (xy 134.12497 120.089988) (xy 134.190463 120.054981) (xy 134.247869 120.007869) (xy 134.294981 119.950463) + (xy 134.329988 119.88497) (xy 134.351545 119.813905) (xy 134.358824 119.74) (xy 134.358824 118.74) (xy 134.351545 118.666095) + (xy 134.329988 118.59503) (xy 134.294981 118.529537) (xy 134.247869 118.472131) (xy 134.190463 118.425019) (xy 134.12497 118.390012) + (xy 134.053905 118.368455) (xy 133.98 118.361176) (xy 133.732 118.361176) (xy 133.732 118.074642) (xy 133.734427 118.049999) + (xy 133.732 118.025356) (xy 133.732 118.025347) (xy 133.724736 117.951591) (xy 133.696031 117.856964) (xy 133.649417 117.769755) + (xy 133.617269 117.730583) (xy 133.602399 117.712464) (xy 133.602397 117.712462) (xy 133.586684 117.693316) (xy 133.567538 117.677603) + (xy 133.152401 117.262467) (xy 133.136684 117.243316) (xy 133.060245 117.180583) (xy 132.981016 117.138234) (xy 133.103 117.01625) + (xy 133.103 116.167) (xy 133.357 116.167) (xy 133.357 117.01625) (xy 133.51575 117.175) (xy 133.98 117.178072) + (xy 134.104482 117.165812) (xy 134.22418 117.129502) (xy 134.334494 117.070537) (xy 134.431185 116.991185) (xy 134.510537 116.894494) + (xy 134.569502 116.78418) (xy 134.605812 116.664482) (xy 134.618072 116.54) (xy 134.615 116.32575) (xy 134.45625 116.167) + (xy 133.357 116.167) (xy 133.103 116.167) (xy 132.00375 116.167) (xy 131.845 116.32575) (xy 131.841928 116.54) + (xy 131.854188 116.664482) (xy 131.890498 116.78418) (xy 131.949463 116.894494) (xy 132.028815 116.991185) (xy 132.125506 117.070537) + (xy 132.176885 117.098) (xy 131.087935 117.098) (xy 131.032 117.042065) (xy 131.032 116.908824) (xy 131.28 116.908824) + (xy 131.353905 116.901545) (xy 131.42497 116.879988) (xy 131.490463 116.844981) (xy 131.547869 116.797869) (xy 131.594981 116.740463) + (xy 131.629988 116.67497) (xy 131.651545 116.603905) (xy 131.658824 116.53) (xy 131.658824 115.636999) (xy 131.843319 115.636999) + (xy 131.845 115.75425) (xy 132.00375 115.913) (xy 133.103 115.913) (xy 133.103 115.893) (xy 133.357 115.893) + (xy 133.357 115.913) (xy 134.45625 115.913) (xy 134.615 115.75425) (xy 134.616681 115.636999) (xy 136.359205 115.636999) + (xy 136.389999 115.640032) (xy 136.420793 115.636999) (xy 137.001176 115.636999) (xy 137.001176 116.54) (xy 137.008455 116.613905) + (xy 137.030012 116.68497) (xy 137.065019 116.750463) (xy 137.112131 116.807869) (xy 137.169537 116.854981) (xy 137.23503 116.889988) + (xy 137.306095 116.911545) (xy 137.38 116.918824) (xy 137.628001 116.918824) (xy 137.628001 117.125347) (xy 137.625573 117.15) + (xy 137.635265 117.248409) (xy 137.66397 117.343036) (xy 137.710584 117.430245) (xy 137.757601 117.487535) (xy 137.757604 117.487538) + (xy 137.773317 117.506684) (xy 137.792463 117.522397) (xy 138.207603 117.937538) (xy 138.223316 117.956684) (xy 138.242462 117.972397) + (xy 138.242464 117.972399) (xy 138.262167 117.988569) (xy 138.299755 118.019417) (xy 138.386964 118.066031) (xy 138.481591 118.094736) + (xy 138.555347 118.102) (xy 138.555356 118.102) (xy 138.579999 118.104427) (xy 138.604642 118.102) (xy 140.272065 118.102) + (xy 140.328 118.157935) (xy 140.328 118.351176) (xy 140.08 118.351176) (xy 140.006095 118.358455) (xy 139.93503 118.380012) + (xy 139.869537 118.415019) (xy 139.812131 118.462131) (xy 139.765019 118.519537) (xy 139.730012 118.58503) (xy 139.708455 118.656095) + (xy 139.701176 118.73) (xy 139.701176 119.73) (xy 139.708455 119.803905) (xy 139.730012 119.87497) (xy 139.765019 119.940463) + (xy 139.812131 119.997869) (xy 139.869537 120.044981) (xy 139.93503 120.079988) (xy 140.006095 120.101545) (xy 140.08 120.108824) + (xy 141.58 120.108824) (xy 141.653905 120.101545) (xy 141.72497 120.079988) (xy 141.790463 120.044981) (xy 141.847869 119.997869) + (xy 141.894981 119.940463) (xy 141.929988 119.87497) (xy 141.951545 119.803905) (xy 141.958824 119.73) (xy 141.958824 118.73) + (xy 141.951545 118.656095) (xy 141.929988 118.58503) (xy 141.894981 118.519537) (xy 141.847869 118.462131) (xy 141.790463 118.415019) + (xy 141.72497 118.380012) (xy 141.653905 118.358455) (xy 141.58 118.351176) (xy 141.332 118.351176) (xy 141.332 117.974643) + (xy 141.334427 117.95) (xy 141.332 117.925357) (xy 141.332 117.925347) (xy 141.324736 117.851591) (xy 141.296031 117.756964) + (xy 141.255024 117.680245) (xy 141.249417 117.669754) (xy 141.2024 117.612464) (xy 141.202392 117.612456) (xy 141.186684 117.593316) + (xy 141.167543 117.577607) (xy 140.852401 117.262467) (xy 140.836684 117.243316) (xy 140.760245 117.180583) (xy 140.673036 117.133969) + (xy 140.598033 117.111217) (xy 140.703 117.00625) (xy 140.703 116.157) (xy 140.957 116.157) (xy 140.957 117.00625) + (xy 141.11575 117.165) (xy 141.58 117.168072) (xy 141.704482 117.155812) (xy 141.82418 117.119502) (xy 141.934494 117.060537) + (xy 142.031185 116.981185) (xy 142.110537 116.884494) (xy 142.169502 116.77418) (xy 142.205812 116.654482) (xy 142.218072 116.53) + (xy 142.215 116.31575) (xy 142.05625 116.157) (xy 140.957 116.157) (xy 140.703 116.157) (xy 139.60375 116.157) + (xy 139.445 116.31575) (xy 139.441928 116.53) (xy 139.454188 116.654482) (xy 139.490498 116.77418) (xy 139.549463 116.884494) + (xy 139.628815 116.981185) (xy 139.725506 117.060537) (xy 139.795593 117.098) (xy 138.787935 117.098) (xy 138.632 116.942066) + (xy 138.632 116.918824) (xy 138.88 116.918824) (xy 138.953905 116.911545) (xy 139.02497 116.889988) (xy 139.090463 116.854981) + (xy 139.147869 116.807869) (xy 139.194981 116.750463) (xy 139.229988 116.68497) (xy 139.251545 116.613905) (xy 139.258824 116.54) + (xy 139.258824 115.636999) (xy 139.443462 115.636999) (xy 139.445 115.74425) (xy 139.60375 115.903) (xy 140.703 115.903) + (xy 140.703 115.883) (xy 140.957 115.883) (xy 140.957 115.903) (xy 142.05625 115.903) (xy 142.215 115.74425) + (xy 142.216538 115.636999) (xy 143.839207 115.636999) (xy 143.870001 115.640032) (xy 143.900795 115.636999) (xy 144.601176 115.636999) + (xy 144.601176 116.53) (xy 144.608455 116.603905) (xy 144.630012 116.67497) (xy 144.665019 116.740463) (xy 144.712131 116.797869) + (xy 144.769537 116.844981) (xy 144.83503 116.879988) (xy 144.906095 116.901545) (xy 144.98 116.908824) (xy 145.228001 116.908824) + (xy 145.228001 117.125347) (xy 145.225573 117.15) (xy 145.235265 117.248409) (xy 145.26397 117.343036) (xy 145.310584 117.430245) + (xy 145.357601 117.487535) (xy 145.357604 117.487538) (xy 145.373317 117.506684) (xy 145.392463 117.522397) (xy 145.807603 117.937538) + (xy 145.823316 117.956684) (xy 145.842462 117.972397) (xy 145.842464 117.972399) (xy 145.862167 117.988569) (xy 145.899755 118.019417) + (xy 145.986964 118.066031) (xy 146.081591 118.094736) (xy 146.155347 118.102) (xy 146.155356 118.102) (xy 146.179999 118.104427) + (xy 146.204642 118.102) (xy 147.772066 118.102) (xy 147.928 118.257935) (xy 147.928 118.341176) (xy 147.68 118.341176) + (xy 147.606095 118.348455) (xy 147.53503 118.370012) (xy 147.469537 118.405019) (xy 147.412131 118.452131) (xy 147.365019 118.509537) + (xy 147.330012 118.57503) (xy 147.308455 118.646095) (xy 147.301176 118.72) (xy 147.301176 119.72) (xy 147.308455 119.793905) + (xy 147.330012 119.86497) (xy 147.365019 119.930463) (xy 147.412131 119.987869) (xy 147.469537 120.034981) (xy 147.53503 120.069988) + (xy 147.606095 120.091545) (xy 147.68 120.098824) (xy 149.18 120.098824) (xy 149.253905 120.091545) (xy 149.32497 120.069988) + (xy 149.390463 120.034981) (xy 149.447869 119.987869) (xy 149.494981 119.930463) (xy 149.529988 119.86497) (xy 149.551545 119.793905) + (xy 149.558824 119.72) (xy 149.558824 118.72) (xy 149.551545 118.646095) (xy 149.529988 118.57503) (xy 149.494981 118.509537) + (xy 149.447869 118.452131) (xy 149.390463 118.405019) (xy 149.32497 118.370012) (xy 149.253905 118.348455) (xy 149.18 118.341176) + (xy 148.932 118.341176) (xy 148.932 118.074642) (xy 148.934427 118.049999) (xy 148.932 118.025356) (xy 148.932 118.025347) + (xy 148.924736 117.951591) (xy 148.896031 117.856964) (xy 148.849417 117.769755) (xy 148.817269 117.730583) (xy 148.802399 117.712464) + (xy 148.802397 117.712462) (xy 148.786684 117.693316) (xy 148.767538 117.677603) (xy 148.352401 117.262467) (xy 148.336684 117.243316) + (xy 148.260245 117.180583) (xy 148.173036 117.133969) (xy 148.167086 117.132164) (xy 148.303 116.99625) (xy 148.303 116.147) + (xy 148.557 116.147) (xy 148.557 116.99625) (xy 148.71575 117.155) (xy 149.18 117.158072) (xy 149.304482 117.145812) + (xy 149.42418 117.109502) (xy 149.534494 117.050537) (xy 149.631185 116.971185) (xy 149.710537 116.874494) (xy 149.769502 116.76418) + (xy 149.805812 116.644482) (xy 149.818072 116.52) (xy 149.815 116.30575) (xy 149.65625 116.147) (xy 148.557 116.147) + (xy 148.303 116.147) (xy 147.20375 116.147) (xy 147.045 116.30575) (xy 147.041928 116.52) (xy 147.054188 116.644482) + (xy 147.090498 116.76418) (xy 147.149463 116.874494) (xy 147.228815 116.971185) (xy 147.325506 117.050537) (xy 147.414302 117.098) + (xy 146.387935 117.098) (xy 146.232 116.942066) (xy 146.232 116.908824) (xy 146.48 116.908824) (xy 146.553905 116.901545) + (xy 146.62497 116.879988) (xy 146.690463 116.844981) (xy 146.747869 116.797869) (xy 146.794981 116.740463) (xy 146.829988 116.67497) + (xy 146.851545 116.603905) (xy 146.858824 116.53) (xy 146.858824 115.636999) (xy 147.043606 115.636999) (xy 147.045 115.73425) + (xy 147.20375 115.893) (xy 148.303 115.893) (xy 148.303 115.873) (xy 148.557 115.873) (xy 148.557 115.893) + (xy 149.65625 115.893) (xy 149.815 115.73425) (xy 149.816394 115.636999) (xy 151.559205 115.636999) (xy 151.589999 115.640032) + (xy 151.620793 115.636999) (xy 152.201176 115.636999) (xy 152.201176 116.52) (xy 152.208455 116.593905) (xy 152.230012 116.66497) + (xy 152.265019 116.730463) (xy 152.312131 116.787869) (xy 152.369537 116.834981) (xy 152.43503 116.869988) (xy 152.506095 116.891545) + (xy 152.58 116.898824) (xy 152.828001 116.898824) (xy 152.828001 117.125347) (xy 152.825573 117.15) (xy 152.835265 117.248409) + (xy 152.86397 117.343036) (xy 152.910584 117.430245) (xy 152.957601 117.487535) (xy 152.957604 117.487538) (xy 152.973317 117.506684) + (xy 152.992463 117.522397) (xy 153.407603 117.937538) (xy 153.423316 117.956684) (xy 153.442462 117.972397) (xy 153.442464 117.972399) + (xy 153.462167 117.988569) (xy 153.499755 118.019417) (xy 153.586964 118.066031) (xy 153.681591 118.094736) (xy 153.755347 118.102) + (xy 153.755356 118.102) (xy 153.779999 118.104427) (xy 153.804642 118.102) (xy 155.472065 118.102) (xy 155.528 118.157935) + (xy 155.528 118.351176) (xy 155.28 118.351176) (xy 155.206095 118.358455) (xy 155.13503 118.380012) (xy 155.069537 118.415019) + (xy 155.012131 118.462131) (xy 154.965019 118.519537) (xy 154.930012 118.58503) (xy 154.908455 118.656095) (xy 154.901176 118.73) + (xy 154.901176 119.73) (xy 154.908455 119.803905) (xy 154.930012 119.87497) (xy 154.965019 119.940463) (xy 155.012131 119.997869) + (xy 155.069537 120.044981) (xy 155.13503 120.079988) (xy 155.206095 120.101545) (xy 155.28 120.108824) (xy 156.78 120.108824) + (xy 156.853905 120.101545) (xy 156.92497 120.079988) (xy 156.990463 120.044981) (xy 157.047869 119.997869) (xy 157.094981 119.940463) + (xy 157.129988 119.87497) (xy 157.151545 119.803905) (xy 157.158824 119.73) (xy 157.158824 118.73) (xy 157.151545 118.656095) + (xy 157.129988 118.58503) (xy 157.094981 118.519537) (xy 157.047869 118.462131) (xy 156.990463 118.415019) (xy 156.92497 118.380012) + (xy 156.853905 118.358455) (xy 156.78 118.351176) (xy 156.532 118.351176) (xy 156.532 117.974643) (xy 156.534427 117.95) + (xy 156.532 117.925357) (xy 156.532 117.925347) (xy 156.524736 117.851591) (xy 156.496031 117.756964) (xy 156.455024 117.680245) + (xy 156.449417 117.669754) (xy 156.4024 117.612464) (xy 156.402392 117.612456) (xy 156.386684 117.593316) (xy 156.367543 117.577607) + (xy 156.052401 117.262467) (xy 156.036684 117.243316) (xy 155.960245 117.180583) (xy 155.873036 117.133969) (xy 155.798033 117.111217) + (xy 155.903 117.00625) (xy 155.903 116.157) (xy 156.157 116.157) (xy 156.157 117.00625) (xy 156.31575 117.165) + (xy 156.78 117.168072) (xy 156.904482 117.155812) (xy 157.02418 117.119502) (xy 157.134494 117.060537) (xy 157.231185 116.981185) + (xy 157.310537 116.884494) (xy 157.369502 116.77418) (xy 157.405812 116.654482) (xy 157.418072 116.53) (xy 157.415 116.31575) + (xy 157.25625 116.157) (xy 156.157 116.157) (xy 155.903 116.157) (xy 154.80375 116.157) (xy 154.645 116.31575) + (xy 154.641928 116.53) (xy 154.654188 116.654482) (xy 154.690498 116.77418) (xy 154.749463 116.884494) (xy 154.828815 116.981185) + (xy 154.925506 117.060537) (xy 154.995593 117.098) (xy 153.987935 117.098) (xy 153.832 116.942066) (xy 153.832 116.898824) + (xy 154.08 116.898824) (xy 154.153905 116.891545) (xy 154.22497 116.869988) (xy 154.290463 116.834981) (xy 154.347869 116.787869) + (xy 154.394981 116.730463) (xy 154.429988 116.66497) (xy 154.451545 116.593905) (xy 154.458824 116.52) (xy 154.458824 115.636999) + (xy 154.643462 115.636999) (xy 154.645 115.74425) (xy 154.80375 115.903) (xy 155.903 115.903) (xy 155.903 115.883) + (xy 156.157 115.883) (xy 156.157 115.903) (xy 157.25625 115.903) (xy 157.415 115.74425) (xy 157.416538 115.636999) + (xy 159.039207 115.636999) (xy 159.070001 115.640032) (xy 159.100795 115.636999) (xy 159.801176 115.636999) (xy 159.801176 116.53) + (xy 159.808455 116.603905) (xy 159.830012 116.67497) (xy 159.865019 116.740463) (xy 159.912131 116.797869) (xy 159.969537 116.844981) + (xy 160.03503 116.879988) (xy 160.106095 116.901545) (xy 160.18 116.908824) (xy 160.428001 116.908824) (xy 160.428001 117.125347) + (xy 160.425573 117.15) (xy 160.435265 117.248409) (xy 160.46397 117.343036) (xy 160.510584 117.430245) (xy 160.557601 117.487535) + (xy 160.557604 117.487538) (xy 160.573317 117.506684) (xy 160.592462 117.522396) (xy 160.907607 117.837543) (xy 160.923316 117.856684) + (xy 160.942456 117.872392) (xy 160.942464 117.8724) (xy 160.999754 117.919417) (xy 161.043943 117.943036) (xy 161.086964 117.966031) + (xy 161.181591 117.994736) (xy 161.255347 118.002) (xy 161.255357 118.002) (xy 161.28 118.004427) (xy 161.304643 118.002) + (xy 163.128 118.002) (xy 163.128 118.331176) (xy 162.88 118.331176) (xy 162.806095 118.338455) (xy 162.73503 118.360012) + (xy 162.669537 118.395019) (xy 162.612131 118.442131) (xy 162.565019 118.499537) (xy 162.530012 118.56503) (xy 162.508455 118.636095) + (xy 162.501176 118.71) (xy 162.501176 119.71) (xy 162.508455 119.783905) (xy 162.530012 119.85497) (xy 162.565019 119.920463) + (xy 162.612131 119.977869) (xy 162.669537 120.024981) (xy 162.73503 120.059988) (xy 162.806095 120.081545) (xy 162.88 120.088824) + (xy 164.38 120.088824) (xy 164.453905 120.081545) (xy 164.52497 120.059988) (xy 164.590463 120.024981) (xy 164.647869 119.977869) + (xy 164.694981 119.920463) (xy 164.729988 119.85497) (xy 164.751545 119.783905) (xy 164.758824 119.71) (xy 164.758824 118.71) + (xy 164.751545 118.636095) (xy 164.729988 118.56503) (xy 164.694981 118.499537) (xy 164.647869 118.442131) (xy 164.590463 118.395019) + (xy 164.52497 118.360012) (xy 164.453905 118.338455) (xy 164.38 118.331176) (xy 164.132 118.331176) (xy 164.132 117.774642) + (xy 164.134427 117.749999) (xy 164.132 117.725356) (xy 164.132 117.725347) (xy 164.124736 117.651591) (xy 164.096031 117.556964) + (xy 164.049417 117.469755) (xy 163.986684 117.393316) (xy 163.967532 117.377598) (xy 163.752402 117.162468) (xy 163.738066 117.145) + (xy 163.757002 117.145) (xy 163.757002 116.986252) (xy 163.91575 117.145) (xy 164.38 117.148072) (xy 164.504482 117.135812) + (xy 164.62418 117.099502) (xy 164.734494 117.040537) (xy 164.831185 116.961185) (xy 164.910537 116.864494) (xy 164.969502 116.75418) + (xy 165.005812 116.634482) (xy 165.018072 116.51) (xy 165.015 116.29575) (xy 164.85625 116.137) (xy 163.757 116.137) + (xy 163.757 116.157) (xy 163.503 116.157) (xy 163.503 116.137) (xy 162.40375 116.137) (xy 162.245 116.29575) + (xy 162.241928 116.51) (xy 162.254188 116.634482) (xy 162.290498 116.75418) (xy 162.349463 116.864494) (xy 162.428815 116.961185) + (xy 162.473674 116.998) (xy 161.487935 116.998) (xy 161.432 116.942065) (xy 161.432 116.908824) (xy 161.68 116.908824) + (xy 161.753905 116.901545) (xy 161.82497 116.879988) (xy 161.890463 116.844981) (xy 161.947869 116.797869) (xy 161.994981 116.740463) + (xy 162.029988 116.67497) (xy 162.051545 116.603905) (xy 162.058824 116.53) (xy 162.058824 115.636999) (xy 162.243749 115.636999) + (xy 162.245 115.72425) (xy 162.40375 115.883) (xy 163.503 115.883) (xy 163.503 115.863) (xy 163.757 115.863) + (xy 163.757 115.883) (xy 164.85625 115.883) (xy 165.015 115.72425) (xy 165.016251 115.636999) (xy 166.839207 115.636999) + (xy 166.870001 115.640032) (xy 166.900795 115.636999) (xy 167.401176 115.636999) (xy 167.401176 116.51) (xy 167.408455 116.583905) + (xy 167.430012 116.65497) (xy 167.465019 116.720463) (xy 167.512131 116.777869) (xy 167.569537 116.824981) (xy 167.63503 116.859988) + (xy 167.706095 116.881545) (xy 167.78 116.888824) (xy 168.028001 116.888824) (xy 168.028001 117.225347) (xy 168.025573 117.25) + (xy 168.035265 117.348409) (xy 168.06397 117.443036) (xy 168.110584 117.530245) (xy 168.157601 117.587535) (xy 168.157604 117.587538) + (xy 168.173317 117.606684) (xy 168.192462 117.622396) (xy 168.507607 117.937543) (xy 168.523316 117.956684) (xy 168.542456 117.972392) + (xy 168.542464 117.9724) (xy 168.599754 118.019417) (xy 168.646368 118.044332) (xy 168.686964 118.066031) (xy 168.781591 118.094736) + (xy 168.855347 118.102) (xy 168.855357 118.102) (xy 168.88 118.104427) (xy 168.904643 118.102) (xy 170.672065 118.102) + (xy 170.728 118.157935) (xy 170.728 118.331176) (xy 170.48 118.331176) (xy 170.406095 118.338455) (xy 170.33503 118.360012) + (xy 170.269537 118.395019) (xy 170.212131 118.442131) (xy 170.165019 118.499537) (xy 170.130012 118.56503) (xy 170.108455 118.636095) + (xy 170.101176 118.71) (xy 170.101176 119.71) (xy 170.108455 119.783905) (xy 170.130012 119.85497) (xy 170.165019 119.920463) + (xy 170.212131 119.977869) (xy 170.269537 120.024981) (xy 170.33503 120.059988) (xy 170.406095 120.081545) (xy 170.48 120.088824) + (xy 171.98 120.088824) (xy 172.053905 120.081545) (xy 172.12497 120.059988) (xy 172.190463 120.024981) (xy 172.247869 119.977869) + (xy 172.294981 119.920463) (xy 172.329988 119.85497) (xy 172.351545 119.783905) (xy 172.358824 119.71) (xy 172.358824 118.71) + (xy 172.351545 118.636095) (xy 172.329988 118.56503) (xy 172.294981 118.499537) (xy 172.247869 118.442131) (xy 172.190463 118.395019) + (xy 172.12497 118.360012) (xy 172.053905 118.338455) (xy 171.98 118.331176) (xy 171.732 118.331176) (xy 171.732 117.974643) + (xy 171.734427 117.95) (xy 171.732 117.925357) (xy 171.732 117.925347) (xy 171.724736 117.851591) (xy 171.696031 117.756964) + (xy 171.655024 117.680245) (xy 171.649417 117.669754) (xy 171.6024 117.612464) (xy 171.602392 117.612456) (xy 171.586684 117.593316) + (xy 171.567543 117.577607) (xy 171.252401 117.262467) (xy 171.236684 117.243316) (xy 171.160245 117.180583) (xy 171.073036 117.133969) + (xy 170.982688 117.106562) (xy 171.103 116.98625) (xy 171.103 116.137) (xy 171.357 116.137) (xy 171.357 116.98625) + (xy 171.51575 117.145) (xy 171.98 117.148072) (xy 172.104482 117.135812) (xy 172.22418 117.099502) (xy 172.334494 117.040537) + (xy 172.431185 116.961185) (xy 172.510537 116.864494) (xy 172.569502 116.75418) (xy 172.605812 116.634482) (xy 172.618072 116.51) + (xy 172.615 116.29575) (xy 172.45625 116.137) (xy 171.357 116.137) (xy 171.103 116.137) (xy 170.00375 116.137) + (xy 169.845 116.29575) (xy 169.841928 116.51) (xy 169.854188 116.634482) (xy 169.890498 116.75418) (xy 169.949463 116.864494) + (xy 170.028815 116.961185) (xy 170.125506 117.040537) (xy 170.23301 117.098) (xy 169.087935 117.098) (xy 169.032 117.042065) + (xy 169.032 116.888824) (xy 169.28 116.888824) (xy 169.353905 116.881545) (xy 169.42497 116.859988) (xy 169.490463 116.824981) + (xy 169.547869 116.777869) (xy 169.594981 116.720463) (xy 169.629988 116.65497) (xy 169.651545 116.583905) (xy 169.658824 116.51) + (xy 169.658824 115.636999) (xy 169.843749 115.636999) (xy 169.845 115.72425) (xy 170.00375 115.883) (xy 171.103 115.883) + (xy 171.103 115.863) (xy 171.357 115.863) (xy 171.357 115.883) (xy 172.45625 115.883) (xy 172.615 115.72425) + (xy 172.616251 115.636999) (xy 174.339207 115.636999) (xy 174.370001 115.640032) (xy 174.400795 115.636999) (xy 175.001176 115.636999) + (xy 175.001176 116.51) (xy 175.008455 116.583905) (xy 175.030012 116.65497) (xy 175.065019 116.720463) (xy 175.112131 116.777869) + (xy 175.169537 116.824981) (xy 175.23503 116.859988) (xy 175.306095 116.881545) (xy 175.38 116.888824) (xy 175.628001 116.888824) + (xy 175.628001 117.025347) (xy 175.625573 117.05) (xy 175.635265 117.148409) (xy 175.66397 117.243036) (xy 175.710584 117.330245) + (xy 175.757601 117.387535) (xy 175.757604 117.387538) (xy 175.773317 117.406684) (xy 175.792462 117.422396) (xy 176.107607 117.737543) + (xy 176.123316 117.756684) (xy 176.142456 117.772392) (xy 176.142464 117.7724) (xy 176.199754 117.819417) (xy 176.246368 117.844332) + (xy 176.286964 117.866031) (xy 176.381591 117.894736) (xy 176.455347 117.902) (xy 176.455357 117.902) (xy 176.48 117.904427) + (xy 176.504643 117.902) (xy 178.072066 117.902) (xy 178.328 118.157935) (xy 178.328 118.281176) (xy 178.08 118.281176) + (xy 178.006095 118.288455) (xy 177.93503 118.310012) (xy 177.869537 118.345019) (xy 177.812131 118.392131) (xy 177.765019 118.449537) + (xy 177.730012 118.51503) (xy 177.708455 118.586095) (xy 177.701176 118.66) (xy 177.701176 119.66) (xy 177.708455 119.733905) + (xy 177.730012 119.80497) (xy 177.765019 119.870463) (xy 177.812131 119.927869) (xy 177.869537 119.974981) (xy 177.93503 120.009988) + (xy 178.006095 120.031545) (xy 178.08 120.038824) (xy 179.58 120.038824) (xy 179.653905 120.031545) (xy 179.72497 120.009988) + (xy 179.790463 119.974981) (xy 179.847869 119.927869) (xy 179.894981 119.870463) (xy 179.929988 119.80497) (xy 179.951545 119.733905) + (xy 179.958824 119.66) (xy 179.958824 118.66) (xy 179.951545 118.586095) (xy 179.929988 118.51503) (xy 179.894981 118.449537) + (xy 179.847869 118.392131) (xy 179.790463 118.345019) (xy 179.72497 118.310012) (xy 179.653905 118.288455) (xy 179.58 118.281176) + (xy 179.332 118.281176) (xy 179.332 117.974642) (xy 179.334427 117.949999) (xy 179.332 117.925356) (xy 179.332 117.925347) + (xy 179.324736 117.851591) (xy 179.296031 117.756964) (xy 179.249417 117.669755) (xy 179.186684 117.593316) (xy 179.167538 117.577603) + (xy 178.652401 117.062467) (xy 178.636684 117.043316) (xy 178.614302 117.024948) (xy 178.703 116.93625) (xy 178.703 116.087) + (xy 178.957 116.087) (xy 178.957 116.93625) (xy 179.11575 117.095) (xy 179.58 117.098072) (xy 179.704482 117.085812) + (xy 179.82418 117.049502) (xy 179.934494 116.990537) (xy 180.031185 116.911185) (xy 180.110537 116.814494) (xy 180.169502 116.70418) + (xy 180.205812 116.584482) (xy 180.218072 116.46) (xy 180.215 116.24575) (xy 180.05625 116.087) (xy 178.957 116.087) + (xy 178.703 116.087) (xy 177.60375 116.087) (xy 177.445 116.24575) (xy 177.441928 116.46) (xy 177.454188 116.584482) + (xy 177.490498 116.70418) (xy 177.549463 116.814494) (xy 177.617994 116.898) (xy 176.687935 116.898) (xy 176.678759 116.888824) + (xy 176.88 116.888824) (xy 176.953905 116.881545) (xy 177.02497 116.859988) (xy 177.090463 116.824981) (xy 177.147869 116.777869) + (xy 177.194981 116.720463) (xy 177.229988 116.65497) (xy 177.251545 116.583905) (xy 177.258824 116.51) (xy 177.258824 115.636999) + (xy 177.444466 115.636999) (xy 177.445 115.67425) (xy 177.60375 115.833) (xy 178.703 115.833) (xy 178.703 115.813) + (xy 178.957 115.813) (xy 178.957 115.833) (xy 180.05625 115.833) (xy 180.215 115.67425) (xy 180.215534 115.636999) + (xy 181.239207 115.636999) (xy 181.270001 115.640032) (xy 181.300795 115.636999) (xy 181.392914 115.627926) (xy 181.511104 115.592074) + (xy 181.620029 115.533852) (xy 181.710018 115.46) (xy 182.601176 115.46) (xy 182.601176 116.46) (xy 182.608455 116.533905) + (xy 182.630012 116.60497) (xy 182.665019 116.670463) (xy 182.712131 116.727869) (xy 182.769537 116.774981) (xy 182.83503 116.809988) + (xy 182.906095 116.831545) (xy 182.98 116.838824) (xy 184.48 116.838824) (xy 184.553905 116.831545) (xy 184.62497 116.809988) + (xy 184.690463 116.774981) (xy 184.747869 116.727869) (xy 184.794981 116.670463) (xy 184.827666 116.609315) (xy 184.803 116.733321) + (xy 184.803 116.866679) (xy 184.829016 116.997474) (xy 184.88005 117.12068) (xy 184.95414 117.231563) (xy 185.048437 117.32586) + (xy 185.15932 117.39995) (xy 185.282526 117.450984) (xy 185.413321 117.477) (xy 185.546679 117.477) (xy 185.677474 117.450984) + (xy 185.80068 117.39995) (xy 185.911563 117.32586) (xy 186.00586 117.231563) (xy 186.07995 117.12068) (xy 186.130984 116.997474) + (xy 186.157 116.866679) (xy 186.157 116.733321) (xy 186.130984 116.602526) (xy 186.07995 116.47932) (xy 186.00586 116.368437) + (xy 185.982 116.344577) (xy 185.982 116.324645) (xy 185.984427 116.3) (xy 185.982 116.275354) (xy 185.982 116.275347) + (xy 185.974736 116.201591) (xy 185.964243 116.167) (xy 185.946031 116.106963) (xy 185.899417 116.019754) (xy 185.8524 115.962464) + (xy 185.852392 115.962456) (xy 185.836684 115.943316) (xy 185.817543 115.927607) (xy 185.512401 115.622467) (xy 185.496684 115.603316) + (xy 185.420245 115.540583) (xy 185.333036 115.493969) (xy 185.238409 115.465264) (xy 185.164653 115.458) (xy 185.164643 115.458) + (xy 185.14 115.455573) (xy 185.115357 115.458) (xy 184.858627 115.458) (xy 184.851545 115.386095) (xy 184.829988 115.31503) + (xy 184.794981 115.249537) (xy 184.747869 115.192131) (xy 184.690463 115.145019) (xy 184.62497 115.110012) (xy 184.553905 115.088455) + (xy 184.48 115.081176) (xy 182.98 115.081176) (xy 182.906095 115.088455) (xy 182.83503 115.110012) (xy 182.769537 115.145019) + (xy 182.712131 115.192131) (xy 182.665019 115.249537) (xy 182.630012 115.31503) (xy 182.608455 115.386095) (xy 182.601176 115.46) + (xy 181.710018 115.46) (xy 181.715502 115.4555) (xy 181.735139 115.431572) (xy 182.281579 114.885133) (xy 182.305501 114.865501) + (xy 182.383853 114.770028) (xy 182.39345 114.752074) (xy 182.442075 114.661104) (xy 182.45242 114.627) (xy 183.149206 114.627) + (xy 183.18 114.630033) (xy 183.210794 114.627) (xy 183.302913 114.617927) (xy 183.421103 114.582075) (xy 183.530028 114.523853) + (xy 183.625501 114.445501) (xy 183.645138 114.421573) (xy 184.151579 113.915133) (xy 184.175501 113.895501) (xy 184.253853 113.800028) + (xy 184.312075 113.691103) (xy 184.347927 113.572913) (xy 184.357 113.480794) (xy 184.357 113.480793) (xy 184.360033 113.450001) + (xy 184.357 113.419209) (xy 184.357 113.098824) (xy 184.48 113.098824) (xy 184.553905 113.091545) (xy 184.62497 113.069988) + (xy 184.690463 113.034981) (xy 184.747869 112.987869) (xy 184.794981 112.930463) (xy 184.829988 112.86497) (xy 184.851545 112.793905) + (xy 184.858824 112.72) (xy 184.858824 111.72) (xy 184.851545 111.646095) (xy 184.829988 111.57503) (xy 184.794981 111.509537) + (xy 184.747869 111.452131) (xy 184.690463 111.405019) (xy 184.62497 111.370012) (xy 184.553905 111.348455) (xy 184.48 111.341176) + (xy 182.98 111.341176) (xy 182.906095 111.348455) (xy 182.83503 111.370012) (xy 182.769537 111.405019) (xy 182.712131 111.452131) + (xy 182.665019 111.509537) (xy 182.630012 111.57503) (xy 182.608455 111.646095) (xy 182.601176 111.72) (xy 182.601176 112.72) + (xy 182.608455 112.793905) (xy 182.630012 112.86497) (xy 182.665019 112.930463) (xy 182.712131 112.987869) (xy 182.769537 113.034981) + (xy 182.83503 113.069988) (xy 182.906095 113.091545) (xy 182.98 113.098824) (xy 183.103 113.098824) (xy 183.103 113.190288) + (xy 182.920289 113.373) (xy 182.240323 113.373) (xy 182.198545 113.350669) (xy 182.101218 113.321145) (xy 182 113.311176) + (xy 181.72 113.311176) (xy 181.69259 113.313876) (xy 181.633247 113.240887) (xy 181.536921 113.161092) (xy 181.426878 113.101623) + (xy 181.307348 113.064765) (xy 181.18575 113.055) (xy 181.027 113.21375) (xy 181.027 113.873) (xy 181.047 113.873) + (xy 181.047 114.127) (xy 181.027 114.127) (xy 181.027 114.147) (xy 180.773 114.147) (xy 180.773 114.127) + (xy 180.14375 114.127) (xy 179.985 114.28575) (xy 179.981935 114.307077) (xy 179.989062 114.382999) (xy 176.083712 114.382999) + (xy 176.551579 113.915133) (xy 176.575501 113.895501) (xy 176.653853 113.800028) (xy 176.711102 113.692923) (xy 179.981935 113.692923) + (xy 179.985 113.71425) (xy 180.14375 113.873) (xy 180.773 113.873) (xy 180.773 113.21375) (xy 180.61425 113.055) + (xy 180.492652 113.064765) (xy 180.373122 113.101623) (xy 180.263079 113.161092) (xy 180.166753 113.240887) (xy 180.087844 113.337941) + (xy 180.029386 113.448524) (xy 179.993625 113.568387) (xy 179.981935 113.692923) (xy 176.711102 113.692923) (xy 176.712075 113.691103) + (xy 176.747927 113.572913) (xy 176.754326 113.507941) (xy 176.760033 113.450001) (xy 176.757 113.419207) (xy 176.757 113.078824) + (xy 176.88 113.078824) (xy 176.953905 113.071545) (xy 177.02497 113.049988) (xy 177.090463 113.014981) (xy 177.147869 112.967869) + (xy 177.194981 112.910463) (xy 177.229988 112.84497) (xy 177.251545 112.773905) (xy 177.258824 112.7) (xy 177.258824 111.7) + (xy 177.251545 111.626095) (xy 177.229988 111.55503) (xy 177.194981 111.489537) (xy 177.147869 111.432131) (xy 177.090463 111.385019) + (xy 177.02497 111.350012) (xy 176.953905 111.328455) (xy 176.88 111.321176) (xy 175.38 111.321176) (xy 175.306095 111.328455) + (xy 175.23503 111.350012) (xy 175.169537 111.385019) (xy 175.112131 111.432131) (xy 175.065019 111.489537) (xy 175.030012 111.55503) + (xy 175.008455 111.626095) (xy 175.001176 111.7) (xy 175.001176 112.7) (xy 175.008455 112.773905) (xy 175.030012 112.84497) + (xy 175.065019 112.910463) (xy 175.112131 112.967869) (xy 175.169537 113.014981) (xy 175.23503 113.049988) (xy 175.306095 113.071545) + (xy 175.38 113.078824) (xy 175.503 113.078824) (xy 175.503 113.190288) (xy 175.270289 113.423) (xy 174.840323 113.423) + (xy 174.798545 113.400669) (xy 174.701218 113.371145) (xy 174.6 113.361176) (xy 174.32 113.361176) (xy 174.29259 113.363876) + (xy 174.233247 113.290887) (xy 174.136921 113.211092) (xy 174.026878 113.151623) (xy 173.907348 113.114765) (xy 173.78575 113.105) + (xy 173.627 113.26375) (xy 173.627 113.923) (xy 173.647 113.923) (xy 173.647 114.177) (xy 173.627 114.177) + (xy 173.627 114.197) (xy 173.373 114.197) (xy 173.373 114.177) (xy 172.74375 114.177) (xy 172.585 114.33575) + (xy 172.581935 114.357077) (xy 172.584368 114.382999) (xy 168.583712 114.382999) (xy 168.951579 114.015133) (xy 168.975501 113.995501) + (xy 169.053853 113.900028) (xy 169.112075 113.791103) (xy 169.12669 113.742923) (xy 172.581935 113.742923) (xy 172.585 113.76425) + (xy 172.74375 113.923) (xy 173.373 113.923) (xy 173.373 113.26375) (xy 173.21425 113.105) (xy 173.092652 113.114765) + (xy 172.973122 113.151623) (xy 172.863079 113.211092) (xy 172.766753 113.290887) (xy 172.687844 113.387941) (xy 172.629386 113.498524) + (xy 172.593625 113.618387) (xy 172.581935 113.742923) (xy 169.12669 113.742923) (xy 169.147927 113.672913) (xy 169.150563 113.646147) + (xy 169.160033 113.550001) (xy 169.157 113.519207) (xy 169.157 113.078824) (xy 169.28 113.078824) (xy 169.353905 113.071545) + (xy 169.42497 113.049988) (xy 169.490463 113.014981) (xy 169.547869 112.967869) (xy 169.594981 112.910463) (xy 169.629988 112.84497) + (xy 169.651545 112.773905) (xy 169.658824 112.7) (xy 169.658824 111.7) (xy 169.651545 111.626095) (xy 169.629988 111.55503) + (xy 169.594981 111.489537) (xy 169.547869 111.432131) (xy 169.490463 111.385019) (xy 169.42497 111.350012) (xy 169.353905 111.328455) + (xy 169.28 111.321176) (xy 167.78 111.321176) (xy 167.706095 111.328455) (xy 167.63503 111.350012) (xy 167.569537 111.385019) + (xy 167.512131 111.432131) (xy 167.465019 111.489537) (xy 167.430012 111.55503) (xy 167.408455 111.626095) (xy 167.401176 111.7) + (xy 167.401176 112.7) (xy 167.408455 112.773905) (xy 167.430012 112.84497) (xy 167.465019 112.910463) (xy 167.512131 112.967869) + (xy 167.569537 113.014981) (xy 167.63503 113.049988) (xy 167.706095 113.071545) (xy 167.78 113.078824) (xy 167.903 113.078824) + (xy 167.903 113.290288) (xy 167.820289 113.373) (xy 167.260323 113.373) (xy 167.218545 113.350669) (xy 167.121218 113.321145) + (xy 167.02 113.311176) (xy 166.74 113.311176) (xy 166.71259 113.313876) (xy 166.653247 113.240887) (xy 166.556921 113.161092) + (xy 166.446878 113.101623) (xy 166.327348 113.064765) (xy 166.20575 113.055) (xy 166.047 113.21375) (xy 166.047 113.873) + (xy 166.067 113.873) (xy 166.067 114.127) (xy 166.047 114.127) (xy 166.047 114.147) (xy 165.793 114.147) + (xy 165.793 114.127) (xy 165.16375 114.127) (xy 165.005 114.28575) (xy 165.001935 114.307077) (xy 165.009062 114.382999) + (xy 160.983712 114.382999) (xy 161.351579 114.015133) (xy 161.375501 113.995501) (xy 161.453853 113.900028) (xy 161.512075 113.791103) + (xy 161.541857 113.692923) (xy 165.001935 113.692923) (xy 165.005 113.71425) (xy 165.16375 113.873) (xy 165.793 113.873) + (xy 165.793 113.21375) (xy 165.63425 113.055) (xy 165.512652 113.064765) (xy 165.393122 113.101623) (xy 165.283079 113.161092) + (xy 165.186753 113.240887) (xy 165.107844 113.337941) (xy 165.049386 113.448524) (xy 165.013625 113.568387) (xy 165.001935 113.692923) + (xy 161.541857 113.692923) (xy 161.547927 113.672913) (xy 161.550563 113.646147) (xy 161.560033 113.550001) (xy 161.557 113.519207) + (xy 161.557 113.068824) (xy 161.68 113.068824) (xy 161.753905 113.061545) (xy 161.82497 113.039988) (xy 161.890463 113.004981) + (xy 161.947869 112.957869) (xy 161.994981 112.900463) (xy 162.029988 112.83497) (xy 162.051545 112.763905) (xy 162.058824 112.69) + (xy 162.058824 111.69) (xy 162.051545 111.616095) (xy 162.029988 111.54503) (xy 161.994981 111.479537) (xy 161.947869 111.422131) + (xy 161.890463 111.375019) (xy 161.82497 111.340012) (xy 161.753905 111.318455) (xy 161.68 111.311176) (xy 160.18 111.311176) + (xy 160.106095 111.318455) (xy 160.03503 111.340012) (xy 159.969537 111.375019) (xy 159.912131 111.422131) (xy 159.865019 111.479537) + (xy 159.830012 111.54503) (xy 159.808455 111.616095) (xy 159.801176 111.69) (xy 159.801176 112.69) (xy 159.808455 112.763905) + (xy 159.830012 112.83497) (xy 159.865019 112.900463) (xy 159.912131 112.957869) (xy 159.969537 113.004981) (xy 160.03503 113.039988) + (xy 160.106095 113.061545) (xy 160.18 113.068824) (xy 160.303 113.068824) (xy 160.303 113.290288) (xy 160.140289 113.453) + (xy 159.540323 113.453) (xy 159.498545 113.430669) (xy 159.401218 113.401145) (xy 159.3 113.391176) (xy 159.02 113.391176) + (xy 158.99259 113.393876) (xy 158.933247 113.320887) (xy 158.836921 113.241092) (xy 158.726878 113.181623) (xy 158.607348 113.144765) + (xy 158.48575 113.135) (xy 158.327 113.29375) (xy 158.327 113.953) (xy 158.347 113.953) (xy 158.347 114.207) + (xy 158.327 114.207) (xy 158.327 114.227) (xy 158.073 114.227) (xy 158.073 114.207) (xy 157.44375 114.207) + (xy 157.285 114.36575) (xy 157.282521 114.382999) (xy 153.183712 114.382999) (xy 153.751579 113.815133) (xy 153.775501 113.795501) + (xy 153.79403 113.772923) (xy 157.281935 113.772923) (xy 157.285 113.79425) (xy 157.44375 113.953) (xy 158.073 113.953) + (xy 158.073 113.29375) (xy 157.91425 113.135) (xy 157.792652 113.144765) (xy 157.673122 113.181623) (xy 157.563079 113.241092) + (xy 157.466753 113.320887) (xy 157.387844 113.417941) (xy 157.329386 113.528524) (xy 157.293625 113.648387) (xy 157.281935 113.772923) + (xy 153.79403 113.772923) (xy 153.853853 113.700028) (xy 153.912075 113.591103) (xy 153.947927 113.472913) (xy 153.957 113.380794) + (xy 153.957 113.380793) (xy 153.960033 113.35) (xy 153.957 113.319206) (xy 153.957 113.058824) (xy 154.08 113.058824) + (xy 154.153905 113.051545) (xy 154.22497 113.029988) (xy 154.290463 112.994981) (xy 154.347869 112.947869) (xy 154.394981 112.890463) + (xy 154.429988 112.82497) (xy 154.451545 112.753905) (xy 154.458824 112.68) (xy 154.458824 111.68) (xy 154.451545 111.606095) + (xy 154.429988 111.53503) (xy 154.394981 111.469537) (xy 154.347869 111.412131) (xy 154.290463 111.365019) (xy 154.22497 111.330012) + (xy 154.153905 111.308455) (xy 154.08 111.301176) (xy 152.58 111.301176) (xy 152.506095 111.308455) (xy 152.43503 111.330012) + (xy 152.369537 111.365019) (xy 152.312131 111.412131) (xy 152.265019 111.469537) (xy 152.230012 111.53503) (xy 152.208455 111.606095) + (xy 152.201176 111.68) (xy 152.201176 112.68) (xy 152.208455 112.753905) (xy 152.230012 112.82497) (xy 152.265019 112.890463) + (xy 152.312131 112.947869) (xy 152.369537 112.994981) (xy 152.43503 113.029988) (xy 152.506095 113.051545) (xy 152.58 113.058824) + (xy 152.703 113.058824) (xy 152.703 113.090288) (xy 152.420289 113.373) (xy 151.940323 113.373) (xy 151.898545 113.350669) + (xy 151.801218 113.321145) (xy 151.7 113.311176) (xy 151.42 113.311176) (xy 151.39259 113.313876) (xy 151.333247 113.240887) + (xy 151.236921 113.161092) (xy 151.126878 113.101623) (xy 151.007348 113.064765) (xy 150.88575 113.055) (xy 150.727 113.21375) + (xy 150.727 113.873) (xy 150.747 113.873) (xy 150.747 114.127) (xy 150.727 114.127) (xy 150.727 114.147) + (xy 150.473 114.147) (xy 150.473 114.127) (xy 149.84375 114.127) (xy 149.685 114.28575) (xy 149.681935 114.307077) + (xy 149.689062 114.382999) (xy 145.683712 114.382999) (xy 146.151579 113.915133) (xy 146.175501 113.895501) (xy 146.253853 113.800028) + (xy 146.311102 113.692923) (xy 149.681935 113.692923) (xy 149.685 113.71425) (xy 149.84375 113.873) (xy 150.473 113.873) + (xy 150.473 113.21375) (xy 150.31425 113.055) (xy 150.192652 113.064765) (xy 150.073122 113.101623) (xy 149.963079 113.161092) + (xy 149.866753 113.240887) (xy 149.787844 113.337941) (xy 149.729386 113.448524) (xy 149.693625 113.568387) (xy 149.681935 113.692923) + (xy 146.311102 113.692923) (xy 146.312075 113.691103) (xy 146.347927 113.572913) (xy 146.357 113.480794) (xy 146.357 113.480793) + (xy 146.360033 113.450001) (xy 146.357 113.419209) (xy 146.357 113.068824) (xy 146.48 113.068824) (xy 146.553905 113.061545) + (xy 146.62497 113.039988) (xy 146.690463 113.004981) (xy 146.747869 112.957869) (xy 146.794981 112.900463) (xy 146.829988 112.83497) + (xy 146.851545 112.763905) (xy 146.858824 112.69) (xy 146.858824 111.69) (xy 146.851545 111.616095) (xy 146.829988 111.54503) + (xy 146.794981 111.479537) (xy 146.747869 111.422131) (xy 146.690463 111.375019) (xy 146.62497 111.340012) (xy 146.553905 111.318455) + (xy 146.48 111.311176) (xy 144.98 111.311176) (xy 144.906095 111.318455) (xy 144.83503 111.340012) (xy 144.769537 111.375019) + (xy 144.712131 111.422131) (xy 144.665019 111.479537) (xy 144.630012 111.54503) (xy 144.608455 111.616095) (xy 144.601176 111.69) + (xy 144.601176 112.69) (xy 144.608455 112.763905) (xy 144.630012 112.83497) (xy 144.665019 112.900463) (xy 144.712131 112.957869) + (xy 144.769537 113.004981) (xy 144.83503 113.039988) (xy 144.906095 113.061545) (xy 144.98 113.068824) (xy 145.103 113.068824) + (xy 145.103 113.190288) (xy 144.920289 113.373) (xy 144.360323 113.373) (xy 144.318545 113.350669) (xy 144.221218 113.321145) + (xy 144.12 113.311176) (xy 143.84 113.311176) (xy 143.81259 113.313876) (xy 143.753247 113.240887) (xy 143.656921 113.161092) + (xy 143.546878 113.101623) (xy 143.427348 113.064765) (xy 143.30575 113.055) (xy 143.147 113.21375) (xy 143.147 113.873) + (xy 143.167 113.873) (xy 143.167 114.127) (xy 143.147 114.127) (xy 143.147 114.147) (xy 142.893 114.147) + (xy 142.893 114.127) (xy 142.26375 114.127) (xy 142.105 114.28575) (xy 142.101935 114.307077) (xy 142.109062 114.382999) + (xy 138.283712 114.382999) (xy 138.551574 114.115137) (xy 138.575501 114.095501) (xy 138.653853 114.000028) (xy 138.712075 113.891103) + (xy 138.747927 113.772913) (xy 138.755805 113.692923) (xy 142.101935 113.692923) (xy 142.105 113.71425) (xy 142.26375 113.873) + (xy 142.893 113.873) (xy 142.893 113.21375) (xy 142.73425 113.055) (xy 142.612652 113.064765) (xy 142.493122 113.101623) + (xy 142.383079 113.161092) (xy 142.286753 113.240887) (xy 142.207844 113.337941) (xy 142.149386 113.448524) (xy 142.113625 113.568387) + (xy 142.101935 113.692923) (xy 138.755805 113.692923) (xy 138.757 113.680794) (xy 138.757 113.680793) (xy 138.760033 113.650001) + (xy 138.757 113.619209) (xy 138.757 113.068824) (xy 138.88 113.068824) (xy 138.953905 113.061545) (xy 139.02497 113.039988) + (xy 139.090463 113.004981) (xy 139.147869 112.957869) (xy 139.194981 112.900463) (xy 139.229988 112.83497) (xy 139.251545 112.763905) + (xy 139.258824 112.69) (xy 139.258824 111.69) (xy 139.251545 111.616095) (xy 139.229988 111.54503) (xy 139.194981 111.479537) + (xy 139.147869 111.422131) (xy 139.090463 111.375019) (xy 139.02497 111.340012) (xy 138.953905 111.318455) (xy 138.88 111.311176) + (xy 137.38 111.311176) (xy 137.306095 111.318455) (xy 137.23503 111.340012) (xy 137.169537 111.375019) (xy 137.112131 111.422131) + (xy 137.065019 111.479537) (xy 137.030012 111.54503) (xy 137.008455 111.616095) (xy 137.001176 111.69) (xy 137.001176 112.69) + (xy 137.008455 112.763905) (xy 137.030012 112.83497) (xy 137.065019 112.900463) (xy 137.112131 112.957869) (xy 137.169537 113.004981) + (xy 137.23503 113.039988) (xy 137.306095 113.061545) (xy 137.38 113.068824) (xy 137.503 113.068824) (xy 137.503 113.390289) + (xy 137.480289 113.413) (xy 136.760323 113.413) (xy 136.718545 113.390669) (xy 136.621218 113.361145) (xy 136.52 113.351176) + (xy 136.24 113.351176) (xy 136.21259 113.353876) (xy 136.153247 113.280887) (xy 136.056921 113.201092) (xy 135.946878 113.141623) + (xy 135.827348 113.104765) (xy 135.70575 113.095) (xy 135.547 113.25375) (xy 135.547 113.913) (xy 135.567 113.913) + (xy 135.567 114.167) (xy 135.547 114.167) (xy 135.547 114.187) (xy 135.293 114.187) (xy 135.293 114.167) + (xy 134.66375 114.167) (xy 134.505 114.32575) (xy 134.501935 114.347077) (xy 134.505307 114.382999) (xy 130.783712 114.382999) + (xy 130.951574 114.215137) (xy 130.975501 114.195501) (xy 131.053853 114.100028) (xy 131.112075 113.991103) (xy 131.147927 113.872913) + (xy 131.157 113.780794) (xy 131.157 113.780793) (xy 131.160033 113.750001) (xy 131.158351 113.732923) (xy 134.501935 113.732923) + (xy 134.505 113.75425) (xy 134.66375 113.913) (xy 135.293 113.913) (xy 135.293 113.25375) (xy 135.13425 113.095) + (xy 135.012652 113.104765) (xy 134.893122 113.141623) (xy 134.783079 113.201092) (xy 134.686753 113.280887) (xy 134.607844 113.377941) + (xy 134.549386 113.488524) (xy 134.513625 113.608387) (xy 134.501935 113.732923) (xy 131.158351 113.732923) (xy 131.157 113.719209) + (xy 131.157 113.068824) (xy 131.28 113.068824) (xy 131.353905 113.061545) (xy 131.42497 113.039988) (xy 131.490463 113.004981) + (xy 131.547869 112.957869) (xy 131.594981 112.900463) (xy 131.629988 112.83497) (xy 131.651545 112.763905) (xy 131.658824 112.69) + (xy 131.658824 111.69) (xy 131.651545 111.616095) (xy 131.629988 111.54503) (xy 131.594981 111.479537) (xy 131.547869 111.422131) + (xy 131.490463 111.375019) (xy 131.42497 111.340012) (xy 131.353905 111.318455) (xy 131.28 111.311176) (xy 129.78 111.311176) + (xy 129.706095 111.318455) (xy 129.63503 111.340012) (xy 129.569537 111.375019) (xy 129.512131 111.422131) (xy 129.465019 111.479537) + (xy 129.430012 111.54503) (xy 129.408455 111.616095) (xy 129.401176 111.69) (xy 129.401176 112.69) (xy 129.408455 112.763905) + (xy 129.430012 112.83497) (xy 129.465019 112.900463) (xy 129.512131 112.957869) (xy 129.569537 113.004981) (xy 129.63503 113.039988) + (xy 129.706095 113.061545) (xy 129.78 113.068824) (xy 129.903 113.068824) (xy 129.903 113.453) (xy 129.220323 113.453) + (xy 129.178545 113.430669) (xy 129.081218 113.401145) (xy 128.98 113.391176) (xy 128.7 113.391176) (xy 128.67259 113.393876) + (xy 128.613247 113.320887) (xy 128.516921 113.241092) (xy 128.406878 113.181623) (xy 128.287348 113.144765) (xy 128.16575 113.135) + (xy 128.007 113.29375) (xy 128.007 113.953) (xy 128.027 113.953) (xy 128.027 114.207) (xy 128.007 114.207) + (xy 128.007 114.227) (xy 127.753 114.227) (xy 127.753 114.207) (xy 127.12375 114.207) (xy 126.965 114.36575) + (xy 126.962521 114.382999) (xy 123.183712 114.382999) (xy 123.351574 114.215137) (xy 123.375501 114.195501) (xy 123.453853 114.100028) + (xy 123.512075 113.991103) (xy 123.547927 113.872913) (xy 123.557 113.780794) (xy 123.557 113.780793) (xy 123.557775 113.772923) + (xy 126.961935 113.772923) (xy 126.965 113.79425) (xy 127.12375 113.953) (xy 127.753 113.953) (xy 127.753 113.29375) + (xy 127.59425 113.135) (xy 127.472652 113.144765) (xy 127.353122 113.181623) (xy 127.243079 113.241092) (xy 127.146753 113.320887) + (xy 127.067844 113.417941) (xy 127.009386 113.528524) (xy 126.973625 113.648387) (xy 126.961935 113.772923) (xy 123.557775 113.772923) + (xy 123.560033 113.750001) (xy 123.557 113.719209) (xy 123.557 113.108824) (xy 123.68 113.108824) (xy 123.753905 113.101545) + (xy 123.82497 113.079988) (xy 123.890463 113.044981) (xy 123.947869 112.997869) (xy 123.994981 112.940463) (xy 124.029988 112.87497) + (xy 124.051545 112.803905) (xy 124.058824 112.73) (xy 124.058824 111.73) (xy 124.051545 111.656095) (xy 124.029988 111.58503) + (xy 123.994981 111.519537) (xy 123.947869 111.462131) (xy 123.890463 111.415019) (xy 123.82497 111.380012) (xy 123.753905 111.358455) + (xy 123.68 111.351176) (xy 122.18 111.351176) (xy 122.106095 111.358455) (xy 122.03503 111.380012) (xy 121.969537 111.415019) + (xy 121.912131 111.462131) (xy 121.865019 111.519537) (xy 121.830012 111.58503) (xy 121.808455 111.656095) (xy 121.801176 111.73) + (xy 121.801176 112.73) (xy 121.808455 112.803905) (xy 121.830012 112.87497) (xy 121.865019 112.940463) (xy 121.912131 112.997869) + (xy 121.969537 113.044981) (xy 122.03503 113.079988) (xy 122.106095 113.101545) (xy 122.18 113.108824) (xy 122.303 113.108824) + (xy 122.303 113.490289) (xy 122.270289 113.523) (xy 121.540323 113.523) (xy 121.498545 113.500669) (xy 121.401218 113.471145) + (xy 121.3 113.461176) (xy 121.02 113.461176) (xy 120.99259 113.463876) (xy 120.933247 113.390887) (xy 120.836921 113.311092) + (xy 120.726878 113.251623) (xy 120.607348 113.214765) (xy 120.48575 113.205) (xy 120.327 113.36375) (xy 120.327 114.023) + (xy 120.347 114.023) (xy 120.347 114.277) (xy 120.327 114.277) (xy 120.327 114.297) (xy 120.073 114.297) + (xy 120.073 114.277) (xy 119.44375 114.277) (xy 119.337751 114.382999) (xy 115.583712 114.382999) (xy 115.751574 114.215137) + (xy 115.775501 114.195501) (xy 115.853853 114.100028) (xy 115.912075 113.991103) (xy 115.947927 113.872913) (xy 115.95088 113.842923) + (xy 119.281935 113.842923) (xy 119.285 113.86425) (xy 119.44375 114.023) (xy 120.073 114.023) (xy 120.073 113.36375) + (xy 119.91425 113.205) (xy 119.792652 113.214765) (xy 119.673122 113.251623) (xy 119.563079 113.311092) (xy 119.466753 113.390887) + (xy 119.387844 113.487941) (xy 119.329386 113.598524) (xy 119.293625 113.718387) (xy 119.281935 113.842923) (xy 115.95088 113.842923) + (xy 115.957 113.780794) (xy 115.957 113.780793) (xy 115.960033 113.75) (xy 115.957 113.719206) (xy 115.957 113.148824) + (xy 116.08 113.148824) (xy 116.153905 113.141545) (xy 116.22497 113.119988) (xy 116.290463 113.084981) (xy 116.347869 113.037869) + (xy 116.394981 112.980463) (xy 116.429988 112.91497) (xy 116.451545 112.843905) (xy 116.458824 112.77) (xy 116.458824 111.77) + (xy 116.451545 111.696095) (xy 116.429988 111.62503) (xy 116.394981 111.559537) (xy 116.347869 111.502131) (xy 116.290463 111.455019) + (xy 116.22497 111.420012) (xy 116.153905 111.398455) (xy 116.08 111.391176) (xy 114.58 111.391176) (xy 114.506095 111.398455) + (xy 114.43503 111.420012) (xy 114.369537 111.455019) (xy 114.312131 111.502131) (xy 114.265019 111.559537) (xy 114.230012 111.62503) + (xy 114.208455 111.696095) (xy 114.201176 111.77) (xy 114.201176 112.77) (xy 114.208455 112.843905) (xy 114.230012 112.91497) + (xy 114.265019 112.980463) (xy 114.312131 113.037869) (xy 114.369537 113.084981) (xy 114.43503 113.119988) (xy 114.506095 113.141545) + (xy 114.58 113.148824) (xy 114.703 113.148824) (xy 114.703 113.490289) (xy 114.650289 113.543) (xy 113.940323 113.543) + (xy 113.898545 113.520669) (xy 113.801218 113.491145) (xy 113.7 113.481176) (xy 113.42 113.481176) (xy 113.39259 113.483876) + (xy 113.333247 113.410887) (xy 113.236921 113.331092) (xy 113.126878 113.271623) (xy 113.007348 113.234765) (xy 112.88575 113.225) + (xy 112.727 113.38375) (xy 112.727 114.043) (xy 112.747 114.043) (xy 112.747 114.297) (xy 112.727 114.297) + (xy 112.727 114.317) (xy 112.473 114.317) (xy 112.473 114.297) (xy 111.84375 114.297) (xy 111.757751 114.382999) + (xy 110.685968 114.382999) (xy 110.682915 114.382073) (xy 110.590796 114.373) (xy 110.560002 114.369967) (xy 110.529208 114.373) + (xy 107.507 114.373) (xy 107.507 113.862923) (xy 111.681935 113.862923) (xy 111.685 113.88425) (xy 111.84375 114.043) + (xy 112.473 114.043) (xy 112.473 113.38375) (xy 112.31425 113.225) (xy 112.192652 113.234765) (xy 112.073122 113.271623) + (xy 111.963079 113.331092) (xy 111.866753 113.410887) (xy 111.787844 113.507941) (xy 111.729386 113.618524) (xy 111.693625 113.738387) + (xy 111.681935 113.862923) (xy 107.507 113.862923) (xy 107.507 110.323472) (xy 107.903 110.323472) (xy 107.903 110.476528) + (xy 107.932859 110.626643) (xy 107.991431 110.768048) (xy 108.076464 110.895309) (xy 108.178 110.996845) (xy 108.178001 111.675347) + (xy 108.175573 111.7) (xy 108.185265 111.798409) (xy 108.21397 111.893036) (xy 108.260584 111.980245) (xy 108.307601 112.037535) + (xy 108.307604 112.037538) (xy 108.323317 112.056684) (xy 108.342462 112.072396) (xy 108.877607 112.607543) (xy 108.893316 112.626684) + (xy 108.912456 112.642392) (xy 108.912464 112.6424) (xy 108.969754 112.689417) (xy 109.016368 112.714332) (xy 109.056964 112.736031) + (xy 109.151591 112.764736) (xy 109.225347 112.772) (xy 109.225357 112.772) (xy 109.25 112.774427) (xy 109.274643 112.772) + (xy 109.301373 112.772) (xy 109.308455 112.843905) (xy 109.330012 112.91497) (xy 109.365019 112.980463) (xy 109.412131 113.037869) + (xy 109.469537 113.084981) (xy 109.53503 113.119988) (xy 109.606095 113.141545) (xy 109.68 113.148824) (xy 111.18 113.148824) + (xy 111.253905 113.141545) (xy 111.32497 113.119988) (xy 111.390463 113.084981) (xy 111.447869 113.037869) (xy 111.494981 112.980463) + (xy 111.529988 112.91497) (xy 111.551545 112.843905) (xy 111.558824 112.77) (xy 111.558824 111.77) (xy 111.551545 111.696095) + (xy 111.529988 111.62503) (xy 111.494981 111.559537) (xy 111.447869 111.502131) (xy 111.390463 111.455019) (xy 111.32497 111.420012) + (xy 111.253905 111.398455) (xy 111.18 111.391176) (xy 109.68 111.391176) (xy 109.606095 111.398455) (xy 109.53503 111.420012) + (xy 109.469537 111.455019) (xy 109.412131 111.502131) (xy 109.365019 111.559537) (xy 109.330012 111.62503) (xy 109.32651 111.636575) + (xy 109.182 111.492065) (xy 109.182 110.996845) (xy 109.283536 110.895309) (xy 109.368569 110.768048) (xy 109.427141 110.626643) + (xy 109.457 110.476528) (xy 109.457 110.323472) (xy 109.427141 110.173357) (xy 109.417302 110.149604) (xy 109.43582 110.159502) + (xy 109.555518 110.195812) (xy 109.68 110.208072) (xy 110.14425 110.205) (xy 110.303 110.04625) (xy 110.303 109.197) + (xy 110.557 109.197) (xy 110.557 110.04625) (xy 110.71575 110.205) (xy 111.18 110.208072) (xy 111.304482 110.195812) + (xy 111.42418 110.159502) (xy 111.534494 110.100537) (xy 111.631185 110.021185) (xy 111.710537 109.924494) (xy 111.769502 109.81418) + (xy 111.805812 109.694482) (xy 111.818072 109.57) (xy 111.815 109.35575) (xy 111.65625 109.197) (xy 110.557 109.197) + (xy 110.303 109.197) (xy 109.20375 109.197) (xy 109.045 109.35575) (xy 109.041928 109.57) (xy 109.054188 109.694482) + (xy 109.062197 109.720885) (xy 109.048048 109.711431) (xy 108.906643 109.652859) (xy 108.756528 109.623) (xy 108.603472 109.623) + (xy 108.453357 109.652859) (xy 108.311952 109.711431) (xy 108.184691 109.796464) (xy 108.076464 109.904691) (xy 107.991431 110.031952) + (xy 107.932859 110.173357) (xy 107.903 110.323472) (xy 107.507 110.323472) (xy 107.507 108.656999) (xy 109.043175 108.656999) + (xy 109.045 108.78425) (xy 109.20375 108.943) (xy 110.303 108.943) (xy 110.303 108.923) (xy 110.557 108.923) + (xy 110.557 108.943) (xy 111.65625 108.943) (xy 111.815 108.78425) (xy 111.816825 108.656999) (xy 113.679207 108.656999) + (xy 113.709998 108.660032) (xy 113.74079 108.656999) (xy 114.201176 108.656999) (xy 114.201176 109.57) (xy 114.208455 109.643905) + (xy 114.230012 109.71497) (xy 114.265019 109.780463) (xy 114.312131 109.837869) (xy 114.369537 109.884981) (xy 114.43503 109.919988) + (xy 114.506095 109.941545) (xy 114.58 109.948824) (xy 114.828001 109.948824) (xy 114.828001 110.225347) (xy 114.825573 110.25) + (xy 114.835265 110.348409) (xy 114.86397 110.443036) (xy 114.910584 110.530245) (xy 114.957601 110.587535) (xy 114.957604 110.587538) + (xy 114.973317 110.606684) (xy 114.992463 110.622397) (xy 115.407603 111.037538) (xy 115.423316 111.056684) (xy 115.499755 111.119417) + (xy 115.586964 111.166031) (xy 115.681591 111.194736) (xy 115.755347 111.202) (xy 115.755356 111.202) (xy 115.779999 111.204427) + (xy 115.804642 111.202) (xy 117.372066 111.202) (xy 117.521241 111.351176) (xy 117.28 111.351176) (xy 117.206095 111.358455) + (xy 117.13503 111.380012) (xy 117.069537 111.415019) (xy 117.012131 111.462131) (xy 116.965019 111.519537) (xy 116.930012 111.58503) + (xy 116.908455 111.656095) (xy 116.901176 111.73) (xy 116.901176 112.73) (xy 116.908455 112.803905) (xy 116.930012 112.87497) + (xy 116.965019 112.940463) (xy 117.012131 112.997869) (xy 117.069537 113.044981) (xy 117.13503 113.079988) (xy 117.206095 113.101545) + (xy 117.28 113.108824) (xy 118.78 113.108824) (xy 118.853905 113.101545) (xy 118.92497 113.079988) (xy 118.990463 113.044981) + (xy 119.047869 112.997869) (xy 119.094981 112.940463) (xy 119.129988 112.87497) (xy 119.151545 112.803905) (xy 119.158824 112.73) + (xy 119.158824 111.73) (xy 119.151545 111.656095) (xy 119.129988 111.58503) (xy 119.094981 111.519537) (xy 119.047869 111.462131) + (xy 118.990463 111.415019) (xy 118.92497 111.380012) (xy 118.853905 111.358455) (xy 118.78 111.351176) (xy 118.532 111.351176) + (xy 118.532 111.174642) (xy 118.534427 111.149999) (xy 118.532 111.125356) (xy 118.532 111.125347) (xy 118.524736 111.051591) + (xy 118.496031 110.956964) (xy 118.449417 110.869755) (xy 118.422974 110.837535) (xy 118.402399 110.812464) (xy 118.402397 110.812462) + (xy 118.386684 110.793316) (xy 118.367538 110.777603) (xy 117.952401 110.362467) (xy 117.936684 110.343316) (xy 117.860245 110.280583) + (xy 117.773036 110.233969) (xy 117.678409 110.205264) (xy 117.604653 110.198) (xy 117.604643 110.198) (xy 117.58 110.195573) + (xy 117.555357 110.198) (xy 115.987935 110.198) (xy 115.832 110.042066) (xy 115.832 109.948824) (xy 116.08 109.948824) + (xy 116.153905 109.941545) (xy 116.22497 109.919988) (xy 116.290463 109.884981) (xy 116.347869 109.837869) (xy 116.394981 109.780463) + (xy 116.429988 109.71497) (xy 116.451545 109.643905) (xy 116.458824 109.57) (xy 116.458824 109.53) (xy 116.641928 109.53) + (xy 116.654188 109.654482) (xy 116.690498 109.77418) (xy 116.749463 109.884494) (xy 116.828815 109.981185) (xy 116.925506 110.060537) + (xy 117.03582 110.119502) (xy 117.155518 110.155812) (xy 117.28 110.168072) (xy 117.74425 110.165) (xy 117.903 110.00625) + (xy 117.903 109.157) (xy 118.157 109.157) (xy 118.157 110.00625) (xy 118.31575 110.165) (xy 118.78 110.168072) + (xy 118.904482 110.155812) (xy 119.02418 110.119502) (xy 119.134494 110.060537) (xy 119.231185 109.981185) (xy 119.310537 109.884494) + (xy 119.369502 109.77418) (xy 119.405812 109.654482) (xy 119.418072 109.53) (xy 119.415 109.31575) (xy 119.25625 109.157) + (xy 118.157 109.157) (xy 117.903 109.157) (xy 116.80375 109.157) (xy 116.645 109.31575) (xy 116.641928 109.53) + (xy 116.458824 109.53) (xy 116.458824 108.656999) (xy 116.643749 108.656999) (xy 116.645 108.74425) (xy 116.80375 108.903) + (xy 117.903 108.903) (xy 117.903 108.883) (xy 118.157 108.883) (xy 118.157 108.903) (xy 119.25625 108.903) + (xy 119.415 108.74425) (xy 119.416251 108.656999) (xy 121.279205 108.656999) (xy 121.309999 108.660032) (xy 121.340793 108.656999) + (xy 121.801176 108.656999) (xy 121.801176 109.53) (xy 121.808455 109.603905) (xy 121.830012 109.67497) (xy 121.865019 109.740463) + (xy 121.912131 109.797869) (xy 121.969537 109.844981) (xy 122.03503 109.879988) (xy 122.106095 109.901545) (xy 122.18 109.908824) + (xy 122.428001 109.908824) (xy 122.428001 110.025347) (xy 122.425573 110.05) (xy 122.435265 110.148409) (xy 122.46397 110.243036) + (xy 122.510584 110.330245) (xy 122.557601 110.387535) (xy 122.557604 110.387538) (xy 122.573317 110.406684) (xy 122.592463 110.422397) + (xy 123.107603 110.937538) (xy 123.123316 110.956684) (xy 123.142462 110.972397) (xy 123.142464 110.972399) (xy 123.16968 110.994735) + (xy 123.199755 111.019417) (xy 123.286964 111.066031) (xy 123.381591 111.094736) (xy 123.455347 111.102) (xy 123.455356 111.102) + (xy 123.479999 111.104427) (xy 123.504642 111.102) (xy 124.972066 111.102) (xy 125.128 111.257935) (xy 125.128 111.311176) + (xy 124.88 111.311176) (xy 124.806095 111.318455) (xy 124.73503 111.340012) (xy 124.669537 111.375019) (xy 124.612131 111.422131) + (xy 124.565019 111.479537) (xy 124.530012 111.54503) (xy 124.508455 111.616095) (xy 124.501176 111.69) (xy 124.501176 112.69) + (xy 124.508455 112.763905) (xy 124.530012 112.83497) (xy 124.565019 112.900463) (xy 124.612131 112.957869) (xy 124.669537 113.004981) + (xy 124.73503 113.039988) (xy 124.806095 113.061545) (xy 124.88 113.068824) (xy 126.38 113.068824) (xy 126.453905 113.061545) + (xy 126.52497 113.039988) (xy 126.590463 113.004981) (xy 126.647869 112.957869) (xy 126.694981 112.900463) (xy 126.729988 112.83497) + (xy 126.751545 112.763905) (xy 126.758824 112.69) (xy 126.758824 111.69) (xy 126.751545 111.616095) (xy 126.729988 111.54503) + (xy 126.694981 111.479537) (xy 126.647869 111.422131) (xy 126.590463 111.375019) (xy 126.52497 111.340012) (xy 126.453905 111.318455) + (xy 126.38 111.311176) (xy 126.132 111.311176) (xy 126.132 111.074642) (xy 126.134427 111.049999) (xy 126.132 111.025356) + (xy 126.132 111.025347) (xy 126.124736 110.951591) (xy 126.096031 110.856964) (xy 126.049417 110.769755) (xy 126.017269 110.730583) + (xy 126.002399 110.712464) (xy 126.002397 110.712462) (xy 125.986684 110.693316) (xy 125.967538 110.677603) (xy 125.552401 110.262467) + (xy 125.536684 110.243316) (xy 125.460245 110.180583) (xy 125.373036 110.133969) (xy 125.343486 110.125005) (xy 125.34425 110.125) + (xy 125.503 109.96625) (xy 125.503 109.117) (xy 125.757 109.117) (xy 125.757 109.96625) (xy 125.91575 110.125) + (xy 126.38 110.128072) (xy 126.504482 110.115812) (xy 126.62418 110.079502) (xy 126.734494 110.020537) (xy 126.831185 109.941185) + (xy 126.910537 109.844494) (xy 126.969502 109.73418) (xy 127.005812 109.614482) (xy 127.018072 109.49) (xy 127.015 109.27575) + (xy 126.85625 109.117) (xy 125.757 109.117) (xy 125.503 109.117) (xy 124.40375 109.117) (xy 124.245 109.27575) + (xy 124.241928 109.49) (xy 124.254188 109.614482) (xy 124.290498 109.73418) (xy 124.349463 109.844494) (xy 124.428815 109.941185) + (xy 124.525506 110.020537) (xy 124.63582 110.079502) (xy 124.6968 110.098) (xy 123.687935 110.098) (xy 123.498758 109.908824) + (xy 123.68 109.908824) (xy 123.753905 109.901545) (xy 123.82497 109.879988) (xy 123.890463 109.844981) (xy 123.947869 109.797869) + (xy 123.994981 109.740463) (xy 124.029988 109.67497) (xy 124.051545 109.603905) (xy 124.058824 109.53) (xy 124.058824 108.656999) + (xy 124.244322 108.656999) (xy 124.245 108.70425) (xy 124.40375 108.863) (xy 125.503 108.863) (xy 125.503 108.843) + (xy 125.757 108.843) (xy 125.757 108.863) (xy 126.85625 108.863) (xy 127.015 108.70425) (xy 127.015678 108.656999) + (xy 128.979205 108.656999) (xy 129.009999 108.660032) (xy 129.040793 108.656999) (xy 129.401176 108.656999) (xy 129.401176 109.49) + (xy 129.408455 109.563905) (xy 129.430012 109.63497) (xy 129.465019 109.700463) (xy 129.512131 109.757869) (xy 129.569537 109.804981) + (xy 129.63503 109.839988) (xy 129.706095 109.861545) (xy 129.78 109.868824) (xy 130.027427 109.868824) (xy 130.035265 109.948409) + (xy 130.06397 110.043036) (xy 130.110584 110.130245) (xy 130.157601 110.187535) (xy 130.157604 110.187538) (xy 130.173317 110.206684) + (xy 130.192463 110.222397) (xy 130.907603 110.937538) (xy 130.923316 110.956684) (xy 130.942462 110.972397) (xy 130.942464 110.972399) + (xy 130.96968 110.994735) (xy 130.999755 111.019417) (xy 131.086964 111.066031) (xy 131.181591 111.094736) (xy 131.255347 111.102) + (xy 131.255356 111.102) (xy 131.279999 111.104427) (xy 131.304642 111.102) (xy 132.672065 111.102) (xy 132.728 111.157935) + (xy 132.728 111.311176) (xy 132.48 111.311176) (xy 132.406095 111.318455) (xy 132.33503 111.340012) (xy 132.269537 111.375019) + (xy 132.212131 111.422131) (xy 132.165019 111.479537) (xy 132.130012 111.54503) (xy 132.108455 111.616095) (xy 132.101176 111.69) + (xy 132.101176 112.69) (xy 132.108455 112.763905) (xy 132.130012 112.83497) (xy 132.165019 112.900463) (xy 132.212131 112.957869) + (xy 132.269537 113.004981) (xy 132.33503 113.039988) (xy 132.406095 113.061545) (xy 132.48 113.068824) (xy 133.98 113.068824) + (xy 134.053905 113.061545) (xy 134.12497 113.039988) (xy 134.190463 113.004981) (xy 134.247869 112.957869) (xy 134.294981 112.900463) + (xy 134.329988 112.83497) (xy 134.351545 112.763905) (xy 134.358824 112.69) (xy 134.358824 111.69) (xy 134.351545 111.616095) + (xy 134.329988 111.54503) (xy 134.294981 111.479537) (xy 134.247869 111.422131) (xy 134.190463 111.375019) (xy 134.12497 111.340012) + (xy 134.053905 111.318455) (xy 133.98 111.311176) (xy 133.732 111.311176) (xy 133.732 110.974643) (xy 133.734427 110.95) + (xy 133.732 110.925357) (xy 133.732 110.925347) (xy 133.724736 110.851591) (xy 133.696031 110.756964) (xy 133.65329 110.677) + (xy 133.649417 110.669754) (xy 133.6024 110.612464) (xy 133.602392 110.612456) (xy 133.586684 110.593316) (xy 133.567543 110.577607) + (xy 133.252401 110.262467) (xy 133.236684 110.243316) (xy 133.160245 110.180583) (xy 133.073036 110.133969) (xy 132.978409 110.105264) + (xy 132.965279 110.103971) (xy 133.103 109.96625) (xy 133.103 109.117) (xy 133.357 109.117) (xy 133.357 109.96625) + (xy 133.51575 110.125) (xy 133.98 110.128072) (xy 134.104482 110.115812) (xy 134.22418 110.079502) (xy 134.334494 110.020537) + (xy 134.431185 109.941185) (xy 134.510537 109.844494) (xy 134.569502 109.73418) (xy 134.605812 109.614482) (xy 134.618072 109.49) + (xy 134.615 109.27575) (xy 134.45625 109.117) (xy 133.357 109.117) (xy 133.103 109.117) (xy 132.00375 109.117) + (xy 131.845 109.27575) (xy 131.841928 109.49) (xy 131.854188 109.614482) (xy 131.890498 109.73418) (xy 131.949463 109.844494) + (xy 132.028815 109.941185) (xy 132.125506 110.020537) (xy 132.23582 110.079502) (xy 132.2968 110.098) (xy 131.487935 110.098) + (xy 131.258758 109.868824) (xy 131.28 109.868824) (xy 131.353905 109.861545) (xy 131.42497 109.839988) (xy 131.490463 109.804981) + (xy 131.547869 109.757869) (xy 131.594981 109.700463) (xy 131.629988 109.63497) (xy 131.651545 109.563905) (xy 131.658824 109.49) + (xy 131.658824 108.656999) (xy 131.844322 108.656999) (xy 131.845 108.70425) (xy 132.00375 108.863) (xy 133.103 108.863) + (xy 133.103 108.843) (xy 133.357 108.843) (xy 133.357 108.863) (xy 134.45625 108.863) (xy 134.615 108.70425) + (xy 134.615678 108.656999) (xy 136.379207 108.656999) (xy 136.409998 108.660032) (xy 136.44079 108.656999) (xy 137.001176 108.656999) + (xy 137.001176 109.49) (xy 137.008455 109.563905) (xy 137.030012 109.63497) (xy 137.065019 109.700463) (xy 137.112131 109.757869) + (xy 137.169537 109.804981) (xy 137.23503 109.839988) (xy 137.306095 109.861545) (xy 137.38 109.868824) (xy 137.628001 109.868824) + (xy 137.628001 110.125347) (xy 137.625573 110.15) (xy 137.635265 110.248409) (xy 137.66397 110.343036) (xy 137.710584 110.430245) + (xy 137.757601 110.487535) (xy 137.757604 110.487538) (xy 137.773317 110.506684) (xy 137.792462 110.522396) (xy 138.107607 110.837543) + (xy 138.123316 110.856684) (xy 138.142456 110.872392) (xy 138.142464 110.8724) (xy 138.199754 110.919417) (xy 138.243943 110.943036) + (xy 138.286964 110.966031) (xy 138.381591 110.994736) (xy 138.455347 111.002) (xy 138.455357 111.002) (xy 138.48 111.004427) + (xy 138.504643 111.002) (xy 140.328 111.002) (xy 140.328 111.311176) (xy 140.08 111.311176) (xy 140.006095 111.318455) + (xy 139.93503 111.340012) (xy 139.869537 111.375019) (xy 139.812131 111.422131) (xy 139.765019 111.479537) (xy 139.730012 111.54503) + (xy 139.708455 111.616095) (xy 139.701176 111.69) (xy 139.701176 112.69) (xy 139.708455 112.763905) (xy 139.730012 112.83497) + (xy 139.765019 112.900463) (xy 139.812131 112.957869) (xy 139.869537 113.004981) (xy 139.93503 113.039988) (xy 140.006095 113.061545) + (xy 140.08 113.068824) (xy 141.58 113.068824) (xy 141.653905 113.061545) (xy 141.72497 113.039988) (xy 141.790463 113.004981) + (xy 141.847869 112.957869) (xy 141.894981 112.900463) (xy 141.929988 112.83497) (xy 141.951545 112.763905) (xy 141.958824 112.69) + (xy 141.958824 111.69) (xy 141.951545 111.616095) (xy 141.929988 111.54503) (xy 141.894981 111.479537) (xy 141.847869 111.422131) + (xy 141.790463 111.375019) (xy 141.72497 111.340012) (xy 141.653905 111.318455) (xy 141.58 111.311176) (xy 141.332 111.311176) + (xy 141.332 110.774642) (xy 141.334427 110.749999) (xy 141.332 110.725356) (xy 141.332 110.725347) (xy 141.324736 110.651591) + (xy 141.296031 110.556964) (xy 141.249417 110.469755) (xy 141.186684 110.393316) (xy 141.167532 110.377598) (xy 140.952402 110.162468) + (xy 140.936684 110.143316) (xy 140.914366 110.125) (xy 140.957002 110.125) (xy 140.957002 109.966252) (xy 141.11575 110.125) + (xy 141.58 110.128072) (xy 141.704482 110.115812) (xy 141.82418 110.079502) (xy 141.934494 110.020537) (xy 142.031185 109.941185) + (xy 142.110537 109.844494) (xy 142.169502 109.73418) (xy 142.205812 109.614482) (xy 142.218072 109.49) (xy 142.215 109.27575) + (xy 142.05625 109.117) (xy 140.957 109.117) (xy 140.957 109.137) (xy 140.703 109.137) (xy 140.703 109.117) + (xy 139.60375 109.117) (xy 139.445 109.27575) (xy 139.441928 109.49) (xy 139.454188 109.614482) (xy 139.490498 109.73418) + (xy 139.549463 109.844494) (xy 139.628815 109.941185) (xy 139.698044 109.998) (xy 138.687935 109.998) (xy 138.632 109.942065) + (xy 138.632 109.868824) (xy 138.88 109.868824) (xy 138.953905 109.861545) (xy 139.02497 109.839988) (xy 139.090463 109.804981) + (xy 139.147869 109.757869) (xy 139.194981 109.700463) (xy 139.229988 109.63497) (xy 139.251545 109.563905) (xy 139.258824 109.49) + (xy 139.258824 108.656999) (xy 139.444322 108.656999) (xy 139.445 108.70425) (xy 139.60375 108.863) (xy 140.703 108.863) + (xy 140.703 108.843) (xy 140.957 108.843) (xy 140.957 108.863) (xy 142.05625 108.863) (xy 142.215 108.70425) + (xy 142.215678 108.656999) (xy 143.979207 108.656999) (xy 144.009998 108.660032) (xy 144.04079 108.656999) (xy 144.601176 108.656999) + (xy 144.601176 109.49) (xy 144.608455 109.563905) (xy 144.630012 109.63497) (xy 144.665019 109.700463) (xy 144.712131 109.757869) + (xy 144.769537 109.804981) (xy 144.83503 109.839988) (xy 144.906095 109.861545) (xy 144.98 109.868824) (xy 145.228001 109.868824) + (xy 145.228001 110.225347) (xy 145.225573 110.25) (xy 145.235265 110.348409) (xy 145.26397 110.443036) (xy 145.310584 110.530245) + (xy 145.357601 110.587535) (xy 145.357604 110.587538) (xy 145.373317 110.606684) (xy 145.392462 110.622396) (xy 145.707607 110.937543) + (xy 145.723316 110.956684) (xy 145.742456 110.972392) (xy 145.742464 110.9724) (xy 145.799754 111.019417) (xy 145.843943 111.043036) + (xy 145.886964 111.066031) (xy 145.981591 111.094736) (xy 146.055347 111.102) (xy 146.055357 111.102) (xy 146.08 111.104427) + (xy 146.104643 111.102) (xy 147.672066 111.102) (xy 147.871241 111.301176) (xy 147.68 111.301176) (xy 147.606095 111.308455) + (xy 147.53503 111.330012) (xy 147.469537 111.365019) (xy 147.412131 111.412131) (xy 147.365019 111.469537) (xy 147.330012 111.53503) + (xy 147.308455 111.606095) (xy 147.301176 111.68) (xy 147.301176 112.68) (xy 147.308455 112.753905) (xy 147.330012 112.82497) + (xy 147.365019 112.890463) (xy 147.412131 112.947869) (xy 147.469537 112.994981) (xy 147.53503 113.029988) (xy 147.606095 113.051545) + (xy 147.68 113.058824) (xy 149.18 113.058824) (xy 149.253905 113.051545) (xy 149.32497 113.029988) (xy 149.390463 112.994981) + (xy 149.447869 112.947869) (xy 149.494981 112.890463) (xy 149.529988 112.82497) (xy 149.551545 112.753905) (xy 149.558824 112.68) + (xy 149.558824 111.68) (xy 149.551545 111.606095) (xy 149.529988 111.53503) (xy 149.494981 111.469537) (xy 149.447869 111.412131) + (xy 149.390463 111.365019) (xy 149.32497 111.330012) (xy 149.253905 111.308455) (xy 149.18 111.301176) (xy 148.932 111.301176) + (xy 148.932 111.174642) (xy 148.934427 111.149999) (xy 148.932 111.125356) (xy 148.932 111.125347) (xy 148.924736 111.051591) + (xy 148.896031 110.956964) (xy 148.849417 110.869755) (xy 148.822974 110.837535) (xy 148.802399 110.812464) (xy 148.802397 110.812462) + (xy 148.786684 110.793316) (xy 148.767538 110.777603) (xy 148.252401 110.262467) (xy 148.236684 110.243316) (xy 148.160245 110.180583) + (xy 148.073036 110.133969) (xy 148.013359 110.115866) (xy 148.14425 110.115) (xy 148.303 109.95625) (xy 148.303 109.107) + (xy 148.557 109.107) (xy 148.557 109.95625) (xy 148.71575 110.115) (xy 149.18 110.118072) (xy 149.304482 110.105812) + (xy 149.42418 110.069502) (xy 149.534494 110.010537) (xy 149.631185 109.931185) (xy 149.710537 109.834494) (xy 149.769502 109.72418) + (xy 149.805812 109.604482) (xy 149.818072 109.48) (xy 149.815 109.26575) (xy 149.65625 109.107) (xy 148.557 109.107) + (xy 148.303 109.107) (xy 147.20375 109.107) (xy 147.045 109.26575) (xy 147.041928 109.48) (xy 147.054188 109.604482) + (xy 147.090498 109.72418) (xy 147.149463 109.834494) (xy 147.228815 109.931185) (xy 147.325506 110.010537) (xy 147.43582 110.069502) + (xy 147.529765 110.098) (xy 146.287935 110.098) (xy 146.232 110.042065) (xy 146.232 109.868824) (xy 146.48 109.868824) + (xy 146.553905 109.861545) (xy 146.62497 109.839988) (xy 146.690463 109.804981) (xy 146.747869 109.757869) (xy 146.794981 109.700463) + (xy 146.829988 109.63497) (xy 146.851545 109.563905) (xy 146.858824 109.49) (xy 146.858824 108.656999) (xy 147.044466 108.656999) + (xy 147.045 108.69425) (xy 147.20375 108.853) (xy 148.303 108.853) (xy 148.303 108.833) (xy 148.557 108.833) + (xy 148.557 108.853) (xy 149.65625 108.853) (xy 149.815 108.69425) (xy 149.815534 108.656999) (xy 151.479205 108.656999) + (xy 151.509999 108.660032) (xy 151.540793 108.656999) (xy 152.201176 108.656999) (xy 152.201176 109.48) (xy 152.208455 109.553905) + (xy 152.230012 109.62497) (xy 152.265019 109.690463) (xy 152.312131 109.747869) (xy 152.369537 109.794981) (xy 152.43503 109.829988) + (xy 152.506095 109.851545) (xy 152.58 109.858824) (xy 152.828001 109.858824) (xy 152.828001 110.125347) (xy 152.825573 110.15) + (xy 152.835265 110.248409) (xy 152.86397 110.343036) (xy 152.910584 110.430245) (xy 152.957601 110.487535) (xy 152.957604 110.487538) + (xy 152.973317 110.506684) (xy 152.992462 110.522396) (xy 153.307607 110.837543) (xy 153.323316 110.856684) (xy 153.342456 110.872392) + (xy 153.342464 110.8724) (xy 153.399754 110.919417) (xy 153.443943 110.943036) (xy 153.486964 110.966031) (xy 153.581591 110.994736) + (xy 153.655347 111.002) (xy 153.655357 111.002) (xy 153.68 111.004427) (xy 153.704643 111.002) (xy 155.472065 111.002) + (xy 155.528 111.057935) (xy 155.528 111.311176) (xy 155.28 111.311176) (xy 155.206095 111.318455) (xy 155.13503 111.340012) + (xy 155.069537 111.375019) (xy 155.012131 111.422131) (xy 154.965019 111.479537) (xy 154.930012 111.54503) (xy 154.908455 111.616095) + (xy 154.901176 111.69) (xy 154.901176 112.69) (xy 154.908455 112.763905) (xy 154.930012 112.83497) (xy 154.965019 112.900463) + (xy 155.012131 112.957869) (xy 155.069537 113.004981) (xy 155.13503 113.039988) (xy 155.206095 113.061545) (xy 155.28 113.068824) + (xy 156.78 113.068824) (xy 156.853905 113.061545) (xy 156.92497 113.039988) (xy 156.990463 113.004981) (xy 157.047869 112.957869) + (xy 157.094981 112.900463) (xy 157.129988 112.83497) (xy 157.151545 112.763905) (xy 157.158824 112.69) (xy 157.158824 111.69) + (xy 157.151545 111.616095) (xy 157.129988 111.54503) (xy 157.094981 111.479537) (xy 157.047869 111.422131) (xy 156.990463 111.375019) + (xy 156.92497 111.340012) (xy 156.853905 111.318455) (xy 156.78 111.311176) (xy 156.532 111.311176) (xy 156.532 110.874643) + (xy 156.534427 110.85) (xy 156.532 110.825357) (xy 156.532 110.825347) (xy 156.524736 110.751591) (xy 156.496031 110.656964) + (xy 156.453715 110.577796) (xy 156.449417 110.569754) (xy 156.4024 110.512464) (xy 156.402392 110.512456) (xy 156.386684 110.493316) + (xy 156.367543 110.477607) (xy 156.052401 110.162467) (xy 156.036684 110.143316) (xy 155.960245 110.080583) (xy 155.873036 110.033969) + (xy 155.844068 110.025182) (xy 155.903 109.96625) (xy 155.903 109.117) (xy 156.157 109.117) (xy 156.157 109.96625) + (xy 156.31575 110.125) (xy 156.78 110.128072) (xy 156.904482 110.115812) (xy 157.02418 110.079502) (xy 157.134494 110.020537) + (xy 157.231185 109.941185) (xy 157.310537 109.844494) (xy 157.369502 109.73418) (xy 157.405812 109.614482) (xy 157.418072 109.49) + (xy 157.415 109.27575) (xy 157.25625 109.117) (xy 156.157 109.117) (xy 155.903 109.117) (xy 154.80375 109.117) + (xy 154.645 109.27575) (xy 154.641928 109.49) (xy 154.654188 109.614482) (xy 154.690498 109.73418) (xy 154.749463 109.844494) + (xy 154.828815 109.941185) (xy 154.898044 109.998) (xy 153.887935 109.998) (xy 153.832 109.942065) (xy 153.832 109.858824) + (xy 154.08 109.858824) (xy 154.153905 109.851545) (xy 154.22497 109.829988) (xy 154.290463 109.794981) (xy 154.347869 109.747869) + (xy 154.394981 109.690463) (xy 154.429988 109.62497) (xy 154.451545 109.553905) (xy 154.458824 109.48) (xy 154.458824 108.656999) + (xy 154.644322 108.656999) (xy 154.645 108.70425) (xy 154.80375 108.863) (xy 155.903 108.863) (xy 155.903 108.843) + (xy 156.157 108.843) (xy 156.157 108.863) (xy 157.25625 108.863) (xy 157.415 108.70425) (xy 157.415678 108.656999) + (xy 159.279207 108.656999) (xy 159.309998 108.660032) (xy 159.34079 108.656999) (xy 159.801176 108.656999) (xy 159.801176 109.49) + (xy 159.808455 109.563905) (xy 159.830012 109.63497) (xy 159.865019 109.700463) (xy 159.912131 109.757869) (xy 159.969537 109.804981) + (xy 160.03503 109.839988) (xy 160.106095 109.861545) (xy 160.18 109.868824) (xy 160.428001 109.868824) (xy 160.428001 110.125347) + (xy 160.425573 110.15) (xy 160.435265 110.248409) (xy 160.46397 110.343036) (xy 160.510584 110.430245) (xy 160.557601 110.487535) + (xy 160.557604 110.487538) (xy 160.573317 110.506684) (xy 160.592462 110.522396) (xy 160.907607 110.837543) (xy 160.923316 110.856684) + (xy 160.942456 110.872392) (xy 160.942464 110.8724) (xy 160.999754 110.919417) (xy 161.043943 110.943036) (xy 161.086964 110.966031) + (xy 161.181591 110.994736) (xy 161.255347 111.002) (xy 161.255357 111.002) (xy 161.28 111.004427) (xy 161.304643 111.002) + (xy 162.972066 111.002) (xy 163.128 111.157935) (xy 163.128 111.321176) (xy 162.88 111.321176) (xy 162.806095 111.328455) + (xy 162.73503 111.350012) (xy 162.669537 111.385019) (xy 162.612131 111.432131) (xy 162.565019 111.489537) (xy 162.530012 111.55503) + (xy 162.508455 111.626095) (xy 162.501176 111.7) (xy 162.501176 112.7) (xy 162.508455 112.773905) (xy 162.530012 112.84497) + (xy 162.565019 112.910463) (xy 162.612131 112.967869) (xy 162.669537 113.014981) (xy 162.73503 113.049988) (xy 162.806095 113.071545) + (xy 162.88 113.078824) (xy 164.38 113.078824) (xy 164.453905 113.071545) (xy 164.52497 113.049988) (xy 164.590463 113.014981) + (xy 164.647869 112.967869) (xy 164.694981 112.910463) (xy 164.729988 112.84497) (xy 164.751545 112.773905) (xy 164.758824 112.7) + (xy 164.758824 111.7) (xy 164.751545 111.626095) (xy 164.729988 111.55503) (xy 164.694981 111.489537) (xy 164.647869 111.432131) + (xy 164.590463 111.385019) (xy 164.52497 111.350012) (xy 164.453905 111.328455) (xy 164.38 111.321176) (xy 164.132 111.321176) + (xy 164.132 110.974642) (xy 164.134427 110.949999) (xy 164.132 110.925356) (xy 164.132 110.925347) (xy 164.124736 110.851591) + (xy 164.096031 110.756964) (xy 164.049417 110.669755) (xy 163.986684 110.593316) (xy 163.967538 110.577603) (xy 163.552401 110.162467) + (xy 163.536684 110.143316) (xy 163.460245 110.080583) (xy 163.420116 110.059134) (xy 163.503 109.97625) (xy 163.503 109.127) + (xy 163.757 109.127) (xy 163.757 109.97625) (xy 163.91575 110.135) (xy 164.38 110.138072) (xy 164.504482 110.125812) + (xy 164.62418 110.089502) (xy 164.734494 110.030537) (xy 164.831185 109.951185) (xy 164.910537 109.854494) (xy 164.969502 109.74418) + (xy 165.005812 109.624482) (xy 165.018072 109.5) (xy 165.015 109.28575) (xy 164.85625 109.127) (xy 163.757 109.127) + (xy 163.503 109.127) (xy 162.40375 109.127) (xy 162.245 109.28575) (xy 162.241928 109.5) (xy 162.254188 109.624482) + (xy 162.290498 109.74418) (xy 162.349463 109.854494) (xy 162.428815 109.951185) (xy 162.485859 109.998) (xy 161.487935 109.998) + (xy 161.432 109.942065) (xy 161.432 109.868824) (xy 161.68 109.868824) (xy 161.753905 109.861545) (xy 161.82497 109.839988) + (xy 161.890463 109.804981) (xy 161.947869 109.757869) (xy 161.994981 109.700463) (xy 162.029988 109.63497) (xy 162.051545 109.563905) + (xy 162.058824 109.49) (xy 162.058824 108.656999) (xy 162.244179 108.656999) (xy 162.245 108.71425) (xy 162.40375 108.873) + (xy 163.503 108.873) (xy 163.503 108.853) (xy 163.757 108.853) (xy 163.757 108.873) (xy 164.85625 108.873) + (xy 165.015 108.71425) (xy 165.015821 108.656999) (xy 166.779207 108.656999) (xy 166.809998 108.660032) (xy 166.84079 108.656999) + (xy 167.401176 108.656999) (xy 167.401176 109.5) (xy 167.408455 109.573905) (xy 167.430012 109.64497) (xy 167.465019 109.710463) + (xy 167.512131 109.767869) (xy 167.569537 109.814981) (xy 167.63503 109.849988) (xy 167.706095 109.871545) (xy 167.78 109.878824) + (xy 168.028001 109.878824) (xy 168.028001 109.925347) (xy 168.025573 109.95) (xy 168.035265 110.048409) (xy 168.06397 110.143036) + (xy 168.110584 110.230245) (xy 168.157601 110.287535) (xy 168.157604 110.287538) (xy 168.173317 110.306684) (xy 168.192463 110.322397) + (xy 168.607603 110.737538) (xy 168.623316 110.756684) (xy 168.642462 110.772397) (xy 168.642464 110.772399) (xy 168.66761 110.793036) + (xy 168.699755 110.819417) (xy 168.786964 110.866031) (xy 168.881591 110.894736) (xy 168.955347 110.902) (xy 168.955356 110.902) + (xy 168.979999 110.904427) (xy 169.004642 110.902) (xy 170.572066 110.902) (xy 170.728 111.057935) (xy 170.728 111.321176) + (xy 170.48 111.321176) (xy 170.406095 111.328455) (xy 170.33503 111.350012) (xy 170.269537 111.385019) (xy 170.212131 111.432131) + (xy 170.165019 111.489537) (xy 170.130012 111.55503) (xy 170.108455 111.626095) (xy 170.101176 111.7) (xy 170.101176 112.7) + (xy 170.108455 112.773905) (xy 170.130012 112.84497) (xy 170.165019 112.910463) (xy 170.212131 112.967869) (xy 170.269537 113.014981) + (xy 170.33503 113.049988) (xy 170.406095 113.071545) (xy 170.48 113.078824) (xy 171.98 113.078824) (xy 172.053905 113.071545) + (xy 172.12497 113.049988) (xy 172.190463 113.014981) (xy 172.247869 112.967869) (xy 172.294981 112.910463) (xy 172.329988 112.84497) + (xy 172.351545 112.773905) (xy 172.358824 112.7) (xy 172.358824 111.7) (xy 172.351545 111.626095) (xy 172.329988 111.55503) + (xy 172.294981 111.489537) (xy 172.247869 111.432131) (xy 172.190463 111.385019) (xy 172.12497 111.350012) (xy 172.053905 111.328455) + (xy 171.98 111.321176) (xy 171.732 111.321176) (xy 171.732 110.874642) (xy 171.734427 110.849999) (xy 171.732 110.825356) + (xy 171.732 110.825347) (xy 171.724736 110.751591) (xy 171.696031 110.656964) (xy 171.649417 110.569755) (xy 171.617269 110.530583) + (xy 171.602399 110.512464) (xy 171.602397 110.512462) (xy 171.586684 110.493316) (xy 171.567538 110.477603) (xy 171.152401 110.062467) + (xy 171.136684 110.043316) (xy 171.081348 109.997902) (xy 171.103 109.97625) (xy 171.103 109.127) (xy 171.357 109.127) + (xy 171.357 109.97625) (xy 171.51575 110.135) (xy 171.98 110.138072) (xy 172.104482 110.125812) (xy 172.22418 110.089502) + (xy 172.334494 110.030537) (xy 172.431185 109.951185) (xy 172.510537 109.854494) (xy 172.569502 109.74418) (xy 172.605812 109.624482) + (xy 172.618072 109.5) (xy 172.615 109.28575) (xy 172.45625 109.127) (xy 171.357 109.127) (xy 171.103 109.127) + (xy 170.00375 109.127) (xy 169.845 109.28575) (xy 169.841928 109.5) (xy 169.854188 109.624482) (xy 169.890498 109.74418) + (xy 169.949463 109.854494) (xy 169.985167 109.898) (xy 169.187935 109.898) (xy 169.168759 109.878824) (xy 169.28 109.878824) + (xy 169.353905 109.871545) (xy 169.42497 109.849988) (xy 169.490463 109.814981) (xy 169.547869 109.767869) (xy 169.594981 109.710463) + (xy 169.629988 109.64497) (xy 169.651545 109.573905) (xy 169.658824 109.5) (xy 169.658824 108.656999) (xy 169.844179 108.656999) + (xy 169.845 108.71425) (xy 170.00375 108.873) (xy 171.103 108.873) (xy 171.103 108.853) (xy 171.357 108.853) + (xy 171.357 108.873) (xy 172.45625 108.873) (xy 172.615 108.71425) (xy 172.615821 108.656999) (xy 174.219207 108.656999) + (xy 174.250001 108.660032) (xy 174.280795 108.656999) (xy 175.001176 108.656999) (xy 175.001176 109.5) (xy 175.008455 109.573905) + (xy 175.030012 109.64497) (xy 175.065019 109.710463) (xy 175.112131 109.767869) (xy 175.169537 109.814981) (xy 175.23503 109.849988) + (xy 175.306095 109.871545) (xy 175.38 109.878824) (xy 175.628001 109.878824) (xy 175.628001 110.025347) (xy 175.625573 110.05) + (xy 175.635265 110.148409) (xy 175.66397 110.243036) (xy 175.710584 110.330245) (xy 175.757601 110.387535) (xy 175.757604 110.387538) + (xy 175.773317 110.406684) (xy 175.792463 110.422397) (xy 176.207603 110.837538) (xy 176.223316 110.856684) (xy 176.242462 110.872397) + (xy 176.242464 110.872399) (xy 176.26761 110.893036) (xy 176.299755 110.919417) (xy 176.386964 110.966031) (xy 176.481591 110.994736) + (xy 176.555347 111.002) (xy 176.555356 111.002) (xy 176.579999 111.004427) (xy 176.604642 111.002) (xy 178.272065 111.002) + (xy 178.328 111.057935) (xy 178.328 111.341176) (xy 178.08 111.341176) (xy 178.006095 111.348455) (xy 177.93503 111.370012) + (xy 177.869537 111.405019) (xy 177.812131 111.452131) (xy 177.765019 111.509537) (xy 177.730012 111.57503) (xy 177.708455 111.646095) + (xy 177.701176 111.72) (xy 177.701176 112.72) (xy 177.708455 112.793905) (xy 177.730012 112.86497) (xy 177.765019 112.930463) + (xy 177.812131 112.987869) (xy 177.869537 113.034981) (xy 177.93503 113.069988) (xy 178.006095 113.091545) (xy 178.08 113.098824) + (xy 179.58 113.098824) (xy 179.653905 113.091545) (xy 179.72497 113.069988) (xy 179.790463 113.034981) (xy 179.847869 112.987869) + (xy 179.894981 112.930463) (xy 179.929988 112.86497) (xy 179.951545 112.793905) (xy 179.958824 112.72) (xy 179.958824 111.72) + (xy 179.951545 111.646095) (xy 179.929988 111.57503) (xy 179.894981 111.509537) (xy 179.847869 111.452131) (xy 179.790463 111.405019) + (xy 179.72497 111.370012) (xy 179.653905 111.348455) (xy 179.58 111.341176) (xy 179.332 111.341176) (xy 179.332 110.874643) + (xy 179.334427 110.85) (xy 179.332 110.825357) (xy 179.332 110.825347) (xy 179.324736 110.751591) (xy 179.296031 110.656964) + (xy 179.253715 110.577796) (xy 179.249417 110.569754) (xy 179.2024 110.512464) (xy 179.202392 110.512456) (xy 179.186684 110.493316) + (xy 179.167543 110.477607) (xy 178.852401 110.162467) (xy 178.846273 110.155) (xy 178.957002 110.155) (xy 178.957002 109.996252) + (xy 179.11575 110.155) (xy 179.58 110.158072) (xy 179.704482 110.145812) (xy 179.82418 110.109502) (xy 179.934494 110.050537) + (xy 180.031185 109.971185) (xy 180.110537 109.874494) (xy 180.169502 109.76418) (xy 180.205812 109.644482) (xy 180.218072 109.52) + (xy 180.215 109.30575) (xy 180.05625 109.147) (xy 178.957 109.147) (xy 178.957 109.167) (xy 178.703 109.167) + (xy 178.703 109.147) (xy 177.60375 109.147) (xy 177.445 109.30575) (xy 177.441928 109.52) (xy 177.454188 109.644482) + (xy 177.490498 109.76418) (xy 177.549463 109.874494) (xy 177.628815 109.971185) (xy 177.661489 109.998) (xy 176.787935 109.998) + (xy 176.668758 109.878824) (xy 176.88 109.878824) (xy 176.953905 109.871545) (xy 177.02497 109.849988) (xy 177.090463 109.814981) + (xy 177.147869 109.767869) (xy 177.194981 109.710463) (xy 177.229988 109.64497) (xy 177.251545 109.573905) (xy 177.258824 109.5) + (xy 177.258824 108.656999) (xy 177.443892 108.656999) (xy 177.445 108.73425) (xy 177.60375 108.893) (xy 178.703 108.893) + (xy 178.703 108.873) (xy 178.957 108.873) (xy 178.957 108.893) (xy 180.05625 108.893) (xy 180.215 108.73425) + (xy 180.216108 108.656999) (xy 181.519207 108.656999) (xy 181.550001 108.660032) (xy 181.580795 108.656999) (xy 181.672914 108.647926) + (xy 181.791104 108.612074) (xy 181.900029 108.553852) (xy 181.941278 108.52) (xy 182.601176 108.52) (xy 182.601176 109.52) + (xy 182.608455 109.593905) (xy 182.630012 109.66497) (xy 182.665019 109.730463) (xy 182.712131 109.787869) (xy 182.769537 109.834981) + (xy 182.83503 109.869988) (xy 182.906095 109.891545) (xy 182.98 109.898824) (xy 184.48 109.898824) (xy 184.553905 109.891545) + (xy 184.62497 109.869988) (xy 184.690463 109.834981) (xy 184.747869 109.787869) (xy 184.794981 109.730463) (xy 184.829988 109.66497) + (xy 184.851545 109.593905) (xy 184.852659 109.582594) (xy 184.971068 109.701003) (xy 184.929016 109.802526) (xy 184.903 109.933321) + (xy 184.903 110.066679) (xy 184.929016 110.197474) (xy 184.98005 110.32068) (xy 185.05414 110.431563) (xy 185.148437 110.52586) + (xy 185.25932 110.59995) (xy 185.382526 110.650984) (xy 185.513321 110.677) (xy 185.646679 110.677) (xy 185.777474 110.650984) + (xy 185.90068 110.59995) (xy 186.011563 110.52586) (xy 186.10586 110.431563) (xy 186.17995 110.32068) (xy 186.230984 110.197474) + (xy 186.257 110.066679) (xy 186.257 109.933321) (xy 186.230984 109.802526) (xy 186.17995 109.67932) (xy 186.10586 109.568437) + (xy 186.078638 109.541215) (xy 186.074736 109.501591) (xy 186.046031 109.406964) (xy 185.999417 109.319755) (xy 185.983405 109.300245) + (xy 185.9524 109.262465) (xy 185.952397 109.262462) (xy 185.936684 109.243316) (xy 185.917537 109.227602) (xy 185.752403 109.062469) + (xy 185.752399 109.062464) (xy 185.372401 108.682467) (xy 185.356684 108.663316) (xy 185.280245 108.600583) (xy 185.193036 108.553969) + (xy 185.098409 108.525264) (xy 185.024653 108.518) (xy 185.024643 108.518) (xy 185 108.515573) (xy 184.975357 108.518) + (xy 184.858627 108.518) (xy 184.851545 108.446095) (xy 184.829988 108.37503) (xy 184.794981 108.309537) (xy 184.747869 108.252131) + (xy 184.690463 108.205019) (xy 184.62497 108.170012) (xy 184.553905 108.148455) (xy 184.48 108.141176) (xy 182.98 108.141176) + (xy 182.906095 108.148455) (xy 182.83503 108.170012) (xy 182.769537 108.205019) (xy 182.712131 108.252131) (xy 182.665019 108.309537) + (xy 182.630012 108.37503) (xy 182.608455 108.446095) (xy 182.601176 108.52) (xy 181.941278 108.52) (xy 181.995502 108.4755) + (xy 182.015139 108.451572) (xy 182.381574 108.085137) (xy 182.405501 108.065501) (xy 182.483853 107.970028) (xy 182.542075 107.861103) + (xy 182.577927 107.742913) (xy 182.579494 107.727) (xy 183.049206 107.727) (xy 183.08 107.730033) (xy 183.110794 107.727) + (xy 183.202913 107.717927) (xy 183.321103 107.682075) (xy 183.430028 107.623853) (xy 183.525501 107.545501) (xy 183.545138 107.521573) + (xy 184.151579 106.915133) (xy 184.175501 106.895501) (xy 184.253853 106.800028) (xy 184.312075 106.691103) (xy 184.347927 106.572913) + (xy 184.357 106.480794) (xy 184.357 106.480793) (xy 184.360033 106.45) (xy 184.357 106.419206) (xy 184.357 106.178824) + (xy 184.48 106.178824) (xy 184.553905 106.171545) (xy 184.62497 106.149988) (xy 184.690463 106.114981) (xy 184.747869 106.067869) + (xy 184.794981 106.010463) (xy 184.829988 105.94497) (xy 184.851545 105.873905) (xy 184.858824 105.8) (xy 184.858824 104.8) + (xy 184.851545 104.726095) (xy 184.829988 104.65503) (xy 184.794981 104.589537) (xy 184.747869 104.532131) (xy 184.690463 104.485019) + (xy 184.62497 104.450012) (xy 184.553905 104.428455) (xy 184.48 104.421176) (xy 182.98 104.421176) (xy 182.906095 104.428455) + (xy 182.83503 104.450012) (xy 182.769537 104.485019) (xy 182.712131 104.532131) (xy 182.665019 104.589537) (xy 182.630012 104.65503) + (xy 182.608455 104.726095) (xy 182.601176 104.8) (xy 182.601176 105.8) (xy 182.608455 105.873905) (xy 182.630012 105.94497) + (xy 182.665019 106.010463) (xy 182.712131 106.067869) (xy 182.769537 106.114981) (xy 182.83503 106.149988) (xy 182.906095 106.171545) + (xy 182.98 106.178824) (xy 183.103 106.178824) (xy 183.103 106.190288) (xy 182.820289 106.473) (xy 182.340323 106.473) + (xy 182.298545 106.450669) (xy 182.201218 106.421145) (xy 182.1 106.411176) (xy 181.82 106.411176) (xy 181.79259 106.413876) + (xy 181.733247 106.340887) (xy 181.636921 106.261092) (xy 181.526878 106.201623) (xy 181.407348 106.164765) (xy 181.28575 106.155) + (xy 181.127 106.31375) (xy 181.127 106.973) (xy 181.147 106.973) (xy 181.147 107.227) (xy 181.127 107.227) + (xy 181.127 107.247) (xy 180.873 107.247) (xy 180.873 107.227) (xy 180.24375 107.227) (xy 180.085 107.38575) + (xy 180.082521 107.402999) (xy 176.163712 107.402999) (xy 176.551579 107.015133) (xy 176.575501 106.995501) (xy 176.653853 106.900028) + (xy 176.711102 106.792923) (xy 180.081935 106.792923) (xy 180.085 106.81425) (xy 180.24375 106.973) (xy 180.873 106.973) + (xy 180.873 106.31375) (xy 180.71425 106.155) (xy 180.592652 106.164765) (xy 180.473122 106.201623) (xy 180.363079 106.261092) + (xy 180.266753 106.340887) (xy 180.187844 106.437941) (xy 180.129386 106.548524) (xy 180.093625 106.668387) (xy 180.081935 106.792923) + (xy 176.711102 106.792923) (xy 176.712075 106.791103) (xy 176.747927 106.672913) (xy 176.757 106.580794) (xy 176.757 106.580793) + (xy 176.760033 106.550001) (xy 176.757 106.519209) (xy 176.757 106.178824) (xy 176.88 106.178824) (xy 176.953905 106.171545) + (xy 177.02497 106.149988) (xy 177.090463 106.114981) (xy 177.147869 106.067869) (xy 177.194981 106.010463) (xy 177.229988 105.94497) + (xy 177.251545 105.873905) (xy 177.258824 105.8) (xy 177.258824 104.8) (xy 177.251545 104.726095) (xy 177.229988 104.65503) + (xy 177.194981 104.589537) (xy 177.147869 104.532131) (xy 177.090463 104.485019) (xy 177.02497 104.450012) (xy 176.953905 104.428455) + (xy 176.88 104.421176) (xy 175.38 104.421176) (xy 175.306095 104.428455) (xy 175.23503 104.450012) (xy 175.169537 104.485019) + (xy 175.112131 104.532131) (xy 175.065019 104.589537) (xy 175.030012 104.65503) (xy 175.008455 104.726095) (xy 175.001176 104.8) + (xy 175.001176 105.8) (xy 175.008455 105.873905) (xy 175.030012 105.94497) (xy 175.065019 106.010463) (xy 175.112131 106.067869) + (xy 175.169537 106.114981) (xy 175.23503 106.149988) (xy 175.306095 106.171545) (xy 175.38 106.178824) (xy 175.503 106.178824) + (xy 175.503 106.290288) (xy 175.320289 106.473) (xy 174.740323 106.473) (xy 174.698545 106.450669) (xy 174.601218 106.421145) + (xy 174.5 106.411176) (xy 174.22 106.411176) (xy 174.19259 106.413876) (xy 174.133247 106.340887) (xy 174.036921 106.261092) + (xy 173.926878 106.201623) (xy 173.807348 106.164765) (xy 173.68575 106.155) (xy 173.527 106.31375) (xy 173.527 106.973) + (xy 173.547 106.973) (xy 173.547 107.227) (xy 173.527 107.227) (xy 173.527 107.247) (xy 173.273 107.247) + (xy 173.273 107.227) (xy 172.64375 107.227) (xy 172.485 107.38575) (xy 172.482521 107.402999) (xy 168.663712 107.402999) + (xy 168.951579 107.115133) (xy 168.975501 107.095501) (xy 169.053853 107.000028) (xy 169.112075 106.891103) (xy 169.141857 106.792923) + (xy 172.481935 106.792923) (xy 172.485 106.81425) (xy 172.64375 106.973) (xy 173.273 106.973) (xy 173.273 106.31375) + (xy 173.11425 106.155) (xy 172.992652 106.164765) (xy 172.873122 106.201623) (xy 172.763079 106.261092) (xy 172.666753 106.340887) + (xy 172.587844 106.437941) (xy 172.529386 106.548524) (xy 172.493625 106.668387) (xy 172.481935 106.792923) (xy 169.141857 106.792923) + (xy 169.147927 106.772913) (xy 169.157 106.680794) (xy 169.157 106.680793) (xy 169.160033 106.650001) (xy 169.157 106.619207) + (xy 169.157 106.178824) (xy 169.28 106.178824) (xy 169.353905 106.171545) (xy 169.42497 106.149988) (xy 169.490463 106.114981) + (xy 169.547869 106.067869) (xy 169.594981 106.010463) (xy 169.629988 105.94497) (xy 169.651545 105.873905) (xy 169.658824 105.8) + (xy 169.658824 104.8) (xy 169.651545 104.726095) (xy 169.629988 104.65503) (xy 169.594981 104.589537) (xy 169.547869 104.532131) + (xy 169.490463 104.485019) (xy 169.42497 104.450012) (xy 169.353905 104.428455) (xy 169.28 104.421176) (xy 167.78 104.421176) + (xy 167.706095 104.428455) (xy 167.63503 104.450012) (xy 167.569537 104.485019) (xy 167.512131 104.532131) (xy 167.465019 104.589537) + (xy 167.430012 104.65503) (xy 167.408455 104.726095) (xy 167.401176 104.8) (xy 167.401176 105.8) (xy 167.408455 105.873905) + (xy 167.430012 105.94497) (xy 167.465019 106.010463) (xy 167.512131 106.067869) (xy 167.569537 106.114981) (xy 167.63503 106.149988) + (xy 167.706095 106.171545) (xy 167.78 106.178824) (xy 167.903 106.178824) (xy 167.903 106.390288) (xy 167.820289 106.473) + (xy 167.140323 106.473) (xy 167.098545 106.450669) (xy 167.001218 106.421145) (xy 166.9 106.411176) (xy 166.62 106.411176) + (xy 166.59259 106.413876) (xy 166.533247 106.340887) (xy 166.436921 106.261092) (xy 166.326878 106.201623) (xy 166.207348 106.164765) + (xy 166.08575 106.155) (xy 165.927 106.31375) (xy 165.927 106.973) (xy 165.947 106.973) (xy 165.947 107.227) + (xy 165.927 107.227) (xy 165.927 107.247) (xy 165.673 107.247) (xy 165.673 107.227) (xy 165.04375 107.227) + (xy 164.885 107.38575) (xy 164.882521 107.402999) (xy 161.263712 107.402999) (xy 161.351574 107.315137) (xy 161.375501 107.295501) + (xy 161.453853 107.200028) (xy 161.512075 107.091103) (xy 161.547927 106.972913) (xy 161.557 106.880794) (xy 161.557 106.880793) + (xy 161.560033 106.85) (xy 161.557 106.819206) (xy 161.557 106.792923) (xy 164.881935 106.792923) (xy 164.885 106.81425) + (xy 165.04375 106.973) (xy 165.673 106.973) (xy 165.673 106.31375) (xy 165.51425 106.155) (xy 165.392652 106.164765) + (xy 165.273122 106.201623) (xy 165.163079 106.261092) (xy 165.066753 106.340887) (xy 164.987844 106.437941) (xy 164.929386 106.548524) + (xy 164.893625 106.668387) (xy 164.881935 106.792923) (xy 161.557 106.792923) (xy 161.557 106.178824) (xy 161.68 106.178824) + (xy 161.753905 106.171545) (xy 161.82497 106.149988) (xy 161.890463 106.114981) (xy 161.947869 106.067869) (xy 161.994981 106.010463) + (xy 162.029988 105.94497) (xy 162.051545 105.873905) (xy 162.058824 105.8) (xy 162.058824 104.8) (xy 162.051545 104.726095) + (xy 162.029988 104.65503) (xy 161.994981 104.589537) (xy 161.947869 104.532131) (xy 161.890463 104.485019) (xy 161.82497 104.450012) + (xy 161.753905 104.428455) (xy 161.68 104.421176) (xy 160.18 104.421176) (xy 160.106095 104.428455) (xy 160.03503 104.450012) + (xy 159.969537 104.485019) (xy 159.912131 104.532131) (xy 159.865019 104.589537) (xy 159.830012 104.65503) (xy 159.808455 104.726095) + (xy 159.801176 104.8) (xy 159.801176 105.8) (xy 159.808455 105.873905) (xy 159.830012 105.94497) (xy 159.865019 106.010463) + (xy 159.912131 106.067869) (xy 159.969537 106.114981) (xy 160.03503 106.149988) (xy 160.106095 106.171545) (xy 160.18 106.178824) + (xy 160.303 106.178824) (xy 160.303 106.573) (xy 159.640323 106.573) (xy 159.598545 106.550669) (xy 159.501218 106.521145) + (xy 159.4 106.511176) (xy 159.12 106.511176) (xy 159.09259 106.513876) (xy 159.033247 106.440887) (xy 158.936921 106.361092) + (xy 158.826878 106.301623) (xy 158.707348 106.264765) (xy 158.58575 106.255) (xy 158.427 106.41375) (xy 158.427 107.073) + (xy 158.447 107.073) (xy 158.447 107.327) (xy 158.427 107.327) (xy 158.427 107.347) (xy 158.173 107.347) + (xy 158.173 107.327) (xy 157.54375 107.327) (xy 157.467751 107.402999) (xy 153.563712 107.402999) (xy 153.751574 107.215137) + (xy 153.775501 107.195501) (xy 153.853853 107.100028) (xy 153.912075 106.991103) (xy 153.941857 106.892923) (xy 157.381935 106.892923) + (xy 157.385 106.91425) (xy 157.54375 107.073) (xy 158.173 107.073) (xy 158.173 106.41375) (xy 158.01425 106.255) + (xy 157.892652 106.264765) (xy 157.773122 106.301623) (xy 157.663079 106.361092) (xy 157.566753 106.440887) (xy 157.487844 106.537941) + (xy 157.429386 106.648524) (xy 157.393625 106.768387) (xy 157.381935 106.892923) (xy 153.941857 106.892923) (xy 153.947927 106.872913) + (xy 153.957 106.780794) (xy 153.957 106.780793) (xy 153.960033 106.75) (xy 153.957 106.719206) (xy 153.957 106.178824) + (xy 154.08 106.178824) (xy 154.153905 106.171545) (xy 154.22497 106.149988) (xy 154.290463 106.114981) (xy 154.347869 106.067869) + (xy 154.394981 106.010463) (xy 154.429988 105.94497) (xy 154.451545 105.873905) (xy 154.458824 105.8) (xy 154.458824 104.8) + (xy 154.451545 104.726095) (xy 154.429988 104.65503) (xy 154.394981 104.589537) (xy 154.347869 104.532131) (xy 154.290463 104.485019) + (xy 154.22497 104.450012) (xy 154.153905 104.428455) (xy 154.08 104.421176) (xy 152.58 104.421176) (xy 152.506095 104.428455) + (xy 152.43503 104.450012) (xy 152.369537 104.485019) (xy 152.312131 104.532131) (xy 152.265019 104.589537) (xy 152.230012 104.65503) + (xy 152.208455 104.726095) (xy 152.201176 104.8) (xy 152.201176 105.8) (xy 152.208455 105.873905) (xy 152.230012 105.94497) + (xy 152.265019 106.010463) (xy 152.312131 106.067869) (xy 152.369537 106.114981) (xy 152.43503 106.149988) (xy 152.506095 106.171545) + (xy 152.58 106.178824) (xy 152.703 106.178824) (xy 152.703 106.473) (xy 151.940323 106.473) (xy 151.898545 106.450669) + (xy 151.801218 106.421145) (xy 151.7 106.411176) (xy 151.42 106.411176) (xy 151.39259 106.413876) (xy 151.333247 106.340887) + (xy 151.236921 106.261092) (xy 151.126878 106.201623) (xy 151.007348 106.164765) (xy 150.88575 106.155) (xy 150.727 106.31375) + (xy 150.727 106.973) (xy 150.747 106.973) (xy 150.747 107.227) (xy 150.727 107.227) (xy 150.727 107.247) + (xy 150.473 107.247) (xy 150.473 107.227) (xy 149.84375 107.227) (xy 149.685 107.38575) (xy 149.682521 107.402999) + (xy 145.863712 107.402999) (xy 146.151579 107.115133) (xy 146.175501 107.095501) (xy 146.253853 107.000028) (xy 146.312075 106.891103) + (xy 146.341857 106.792923) (xy 149.681935 106.792923) (xy 149.685 106.81425) (xy 149.84375 106.973) (xy 150.473 106.973) + (xy 150.473 106.31375) (xy 150.31425 106.155) (xy 150.192652 106.164765) (xy 150.073122 106.201623) (xy 149.963079 106.261092) + (xy 149.866753 106.340887) (xy 149.787844 106.437941) (xy 149.729386 106.548524) (xy 149.693625 106.668387) (xy 149.681935 106.792923) + (xy 146.341857 106.792923) (xy 146.347927 106.772913) (xy 146.357 106.680794) (xy 146.357 106.680793) (xy 146.360033 106.650001) + (xy 146.357 106.619207) (xy 146.357 106.178824) (xy 146.48 106.178824) (xy 146.553905 106.171545) (xy 146.62497 106.149988) + (xy 146.690463 106.114981) (xy 146.747869 106.067869) (xy 146.794981 106.010463) (xy 146.829988 105.94497) (xy 146.851545 105.873905) + (xy 146.858824 105.8) (xy 146.858824 104.8) (xy 146.851545 104.726095) (xy 146.829988 104.65503) (xy 146.794981 104.589537) + (xy 146.747869 104.532131) (xy 146.690463 104.485019) (xy 146.62497 104.450012) (xy 146.553905 104.428455) (xy 146.48 104.421176) + (xy 144.98 104.421176) (xy 144.906095 104.428455) (xy 144.83503 104.450012) (xy 144.769537 104.485019) (xy 144.712131 104.532131) + (xy 144.665019 104.589537) (xy 144.630012 104.65503) (xy 144.608455 104.726095) (xy 144.601176 104.8) (xy 144.601176 105.8) + (xy 144.608455 105.873905) (xy 144.630012 105.94497) (xy 144.665019 106.010463) (xy 144.712131 106.067869) (xy 144.769537 106.114981) + (xy 144.83503 106.149988) (xy 144.906095 106.171545) (xy 144.98 106.178824) (xy 145.103 106.178824) (xy 145.103 106.390288) + (xy 145.020289 106.473) (xy 144.340323 106.473) (xy 144.298545 106.450669) (xy 144.201218 106.421145) (xy 144.1 106.411176) + (xy 143.82 106.411176) (xy 143.79259 106.413876) (xy 143.733247 106.340887) (xy 143.636921 106.261092) (xy 143.526878 106.201623) + (xy 143.407348 106.164765) (xy 143.28575 106.155) (xy 143.127 106.31375) (xy 143.127 106.973) (xy 143.147 106.973) + (xy 143.147 107.227) (xy 143.127 107.227) (xy 143.127 107.247) (xy 142.873 107.247) (xy 142.873 107.227) + (xy 142.24375 107.227) (xy 142.085 107.38575) (xy 142.082521 107.402999) (xy 138.363712 107.402999) (xy 138.551574 107.215137) + (xy 138.575501 107.195501) (xy 138.653853 107.100028) (xy 138.712075 106.991103) (xy 138.747927 106.872913) (xy 138.755805 106.792923) + (xy 142.081935 106.792923) (xy 142.085 106.81425) (xy 142.24375 106.973) (xy 142.873 106.973) (xy 142.873 106.31375) + (xy 142.71425 106.155) (xy 142.592652 106.164765) (xy 142.473122 106.201623) (xy 142.363079 106.261092) (xy 142.266753 106.340887) + (xy 142.187844 106.437941) (xy 142.129386 106.548524) (xy 142.093625 106.668387) (xy 142.081935 106.792923) (xy 138.755805 106.792923) + (xy 138.757 106.780794) (xy 138.757 106.780793) (xy 138.760033 106.75) (xy 138.757 106.719206) (xy 138.757 106.178824) + (xy 138.88 106.178824) (xy 138.953905 106.171545) (xy 139.02497 106.149988) (xy 139.090463 106.114981) (xy 139.147869 106.067869) + (xy 139.194981 106.010463) (xy 139.229988 105.94497) (xy 139.251545 105.873905) (xy 139.258824 105.8) (xy 139.258824 104.8) + (xy 139.251545 104.726095) (xy 139.229988 104.65503) (xy 139.194981 104.589537) (xy 139.147869 104.532131) (xy 139.090463 104.485019) + (xy 139.02497 104.450012) (xy 138.953905 104.428455) (xy 138.88 104.421176) (xy 137.38 104.421176) (xy 137.306095 104.428455) + (xy 137.23503 104.450012) (xy 137.169537 104.485019) (xy 137.112131 104.532131) (xy 137.065019 104.589537) (xy 137.030012 104.65503) + (xy 137.008455 104.726095) (xy 137.001176 104.8) (xy 137.001176 105.8) (xy 137.008455 105.873905) (xy 137.030012 105.94497) + (xy 137.065019 106.010463) (xy 137.112131 106.067869) (xy 137.169537 106.114981) (xy 137.23503 106.149988) (xy 137.306095 106.171545) + (xy 137.38 106.178824) (xy 137.503 106.178824) (xy 137.503 106.473) (xy 136.740323 106.473) (xy 136.698545 106.450669) + (xy 136.601218 106.421145) (xy 136.5 106.411176) (xy 136.22 106.411176) (xy 136.19259 106.413876) (xy 136.133247 106.340887) + (xy 136.036921 106.261092) (xy 135.926878 106.201623) (xy 135.807348 106.164765) (xy 135.68575 106.155) (xy 135.527 106.31375) + (xy 135.527 106.973) (xy 135.547 106.973) (xy 135.547 107.227) (xy 135.527 107.227) (xy 135.527 107.247) + (xy 135.273 107.247) (xy 135.273 107.227) (xy 134.64375 107.227) (xy 134.485 107.38575) (xy 134.482521 107.402999) + (xy 130.663712 107.402999) (xy 130.951579 107.115133) (xy 130.975501 107.095501) (xy 131.053853 107.000028) (xy 131.112075 106.891103) + (xy 131.141857 106.792923) (xy 134.481935 106.792923) (xy 134.485 106.81425) (xy 134.64375 106.973) (xy 135.273 106.973) + (xy 135.273 106.31375) (xy 135.11425 106.155) (xy 134.992652 106.164765) (xy 134.873122 106.201623) (xy 134.763079 106.261092) + (xy 134.666753 106.340887) (xy 134.587844 106.437941) (xy 134.529386 106.548524) (xy 134.493625 106.668387) (xy 134.481935 106.792923) + (xy 131.141857 106.792923) (xy 131.147927 106.772913) (xy 131.157 106.680794) (xy 131.157 106.680793) (xy 131.160033 106.650001) + (xy 131.157 106.619207) (xy 131.157 106.178824) (xy 131.3 106.178824) (xy 131.373905 106.171545) (xy 131.44497 106.149988) + (xy 131.510463 106.114981) (xy 131.567869 106.067869) (xy 131.614981 106.010463) (xy 131.649988 105.94497) (xy 131.671545 105.873905) + (xy 131.678824 105.8) (xy 131.678824 104.8) (xy 131.671545 104.726095) (xy 131.649988 104.65503) (xy 131.614981 104.589537) + (xy 131.567869 104.532131) (xy 131.510463 104.485019) (xy 131.44497 104.450012) (xy 131.373905 104.428455) (xy 131.3 104.421176) + (xy 129.8 104.421176) (xy 129.726095 104.428455) (xy 129.65503 104.450012) (xy 129.589537 104.485019) (xy 129.532131 104.532131) + (xy 129.485019 104.589537) (xy 129.450012 104.65503) (xy 129.428455 104.726095) (xy 129.421176 104.8) (xy 129.421176 105.8) + (xy 129.428455 105.873905) (xy 129.450012 105.94497) (xy 129.485019 106.010463) (xy 129.532131 106.067869) (xy 129.589537 106.114981) + (xy 129.65503 106.149988) (xy 129.726095 106.171545) (xy 129.8 106.178824) (xy 129.903 106.178824) (xy 129.903 106.390288) + (xy 129.750289 106.543) (xy 129.240323 106.543) (xy 129.198545 106.520669) (xy 129.101218 106.491145) (xy 129 106.481176) + (xy 128.72 106.481176) (xy 128.69259 106.483876) (xy 128.633247 106.410887) (xy 128.536921 106.331092) (xy 128.426878 106.271623) + (xy 128.307348 106.234765) (xy 128.18575 106.225) (xy 128.027 106.38375) (xy 128.027 107.043) (xy 128.047 107.043) + (xy 128.047 107.297) (xy 128.027 107.297) (xy 128.027 107.317) (xy 127.773 107.317) (xy 127.773 107.297) + (xy 127.14375 107.297) (xy 127.037751 107.402999) (xy 122.963712 107.402999) (xy 123.351579 107.015133) (xy 123.375501 106.995501) + (xy 123.453853 106.900028) (xy 123.473686 106.862923) (xy 126.981935 106.862923) (xy 126.985 106.88425) (xy 127.14375 107.043) + (xy 127.773 107.043) (xy 127.773 106.38375) (xy 127.61425 106.225) (xy 127.492652 106.234765) (xy 127.373122 106.271623) + (xy 127.263079 106.331092) (xy 127.166753 106.410887) (xy 127.087844 106.507941) (xy 127.029386 106.618524) (xy 126.993625 106.738387) + (xy 126.981935 106.862923) (xy 123.473686 106.862923) (xy 123.512075 106.791103) (xy 123.547927 106.672913) (xy 123.557 106.580794) + (xy 123.557 106.580793) (xy 123.560033 106.550001) (xy 123.557 106.519207) (xy 123.557 106.158824) (xy 123.68 106.158824) + (xy 123.753905 106.151545) (xy 123.82497 106.129988) (xy 123.890463 106.094981) (xy 123.947869 106.047869) (xy 123.994981 105.990463) + (xy 124.029988 105.92497) (xy 124.051545 105.853905) (xy 124.058824 105.78) (xy 124.058824 104.78) (xy 124.051545 104.706095) + (xy 124.029988 104.63503) (xy 123.994981 104.569537) (xy 123.947869 104.512131) (xy 123.890463 104.465019) (xy 123.82497 104.430012) + (xy 123.753905 104.408455) (xy 123.68 104.401176) (xy 122.18 104.401176) (xy 122.106095 104.408455) (xy 122.03503 104.430012) + (xy 121.969537 104.465019) (xy 121.912131 104.512131) (xy 121.865019 104.569537) (xy 121.830012 104.63503) (xy 121.808455 104.706095) + (xy 121.801176 104.78) (xy 121.801176 105.78) (xy 121.808455 105.853905) (xy 121.830012 105.92497) (xy 121.865019 105.990463) + (xy 121.912131 106.047869) (xy 121.969537 106.094981) (xy 122.03503 106.129988) (xy 122.106095 106.151545) (xy 122.18 106.158824) + (xy 122.303 106.158824) (xy 122.303 106.290288) (xy 122.070289 106.523) (xy 121.660323 106.523) (xy 121.618545 106.500669) + (xy 121.521218 106.471145) (xy 121.42 106.461176) (xy 121.14 106.461176) (xy 121.11259 106.463876) (xy 121.053247 106.390887) + (xy 120.956921 106.311092) (xy 120.846878 106.251623) (xy 120.727348 106.214765) (xy 120.60575 106.205) (xy 120.447 106.36375) + (xy 120.447 107.023) (xy 120.467 107.023) (xy 120.467 107.277) (xy 120.447 107.277) (xy 120.447 107.297) + (xy 120.193 107.297) (xy 120.193 107.277) (xy 119.56375 107.277) (xy 119.437751 107.402999) (xy 115.563713 107.402999) + (xy 115.751579 107.215133) (xy 115.775501 107.195501) (xy 115.853853 107.100028) (xy 115.912075 106.991103) (xy 115.947927 106.872913) + (xy 115.95088 106.842923) (xy 119.401935 106.842923) (xy 119.405 106.86425) (xy 119.56375 107.023) (xy 120.193 107.023) + (xy 120.193 106.36375) (xy 120.03425 106.205) (xy 119.912652 106.214765) (xy 119.793122 106.251623) (xy 119.683079 106.311092) + (xy 119.586753 106.390887) (xy 119.507844 106.487941) (xy 119.449386 106.598524) (xy 119.413625 106.718387) (xy 119.401935 106.842923) + (xy 115.95088 106.842923) (xy 115.957 106.780794) (xy 115.957 106.780793) (xy 115.960033 106.750001) (xy 115.957 106.719207) + (xy 115.957 106.178824) (xy 116.08 106.178824) (xy 116.153905 106.171545) (xy 116.22497 106.149988) (xy 116.290463 106.114981) + (xy 116.347869 106.067869) (xy 116.394981 106.010463) (xy 116.429988 105.94497) (xy 116.451545 105.873905) (xy 116.458824 105.8) + (xy 116.458824 104.8) (xy 116.451545 104.726095) (xy 116.429988 104.65503) (xy 116.394981 104.589537) (xy 116.347869 104.532131) + (xy 116.290463 104.485019) (xy 116.22497 104.450012) (xy 116.153905 104.428455) (xy 116.08 104.421176) (xy 114.58 104.421176) + (xy 114.506095 104.428455) (xy 114.43503 104.450012) (xy 114.369537 104.485019) (xy 114.312131 104.532131) (xy 114.265019 104.589537) + (xy 114.230012 104.65503) (xy 114.208455 104.726095) (xy 114.201176 104.8) (xy 114.201176 105.8) (xy 114.208455 105.873905) + (xy 114.230012 105.94497) (xy 114.265019 106.010463) (xy 114.312131 106.067869) (xy 114.369537 106.114981) (xy 114.43503 106.149988) + (xy 114.506095 106.171545) (xy 114.58 106.178824) (xy 114.703 106.178824) (xy 114.703 106.490288) (xy 114.620289 106.573) + (xy 114.040323 106.573) (xy 113.998545 106.550669) (xy 113.901218 106.521145) (xy 113.8 106.511176) (xy 113.52 106.511176) + (xy 113.49259 106.513876) (xy 113.433247 106.440887) (xy 113.336921 106.361092) (xy 113.226878 106.301623) (xy 113.107348 106.264765) + (xy 112.98575 106.255) (xy 112.827 106.41375) (xy 112.827 107.073) (xy 112.847 107.073) (xy 112.847 107.327) + (xy 112.827 107.327) (xy 112.827 107.347) (xy 112.573 107.347) (xy 112.573 107.327) (xy 111.94375 107.327) + (xy 111.867751 107.402999) (xy 107.507 107.402999) (xy 107.507 106.892923) (xy 111.781935 106.892923) (xy 111.785 106.91425) + (xy 111.94375 107.073) (xy 112.573 107.073) (xy 112.573 106.41375) (xy 112.41425 106.255) (xy 112.292652 106.264765) + (xy 112.173122 106.301623) (xy 112.063079 106.361092) (xy 111.966753 106.440887) (xy 111.887844 106.537941) (xy 111.829386 106.648524) + (xy 111.793625 106.768387) (xy 111.781935 106.892923) (xy 107.507 106.892923) (xy 107.507 103.723472) (xy 107.903 103.723472) + (xy 107.903 103.876528) (xy 107.932859 104.026643) (xy 107.991431 104.168048) (xy 108.076464 104.295309) (xy 108.178001 104.396846) + (xy 108.178001 104.675348) (xy 108.175573 104.7) (xy 108.185265 104.798409) (xy 108.21397 104.893036) (xy 108.260584 104.980245) + (xy 108.307601 105.037535) (xy 108.307604 105.037538) (xy 108.323317 105.056684) (xy 108.342463 105.072397) (xy 108.907603 105.637538) + (xy 108.923316 105.656684) (xy 108.999755 105.719417) (xy 109.086964 105.766031) (xy 109.181591 105.794736) (xy 109.255347 105.802) + (xy 109.255356 105.802) (xy 109.279999 105.804427) (xy 109.301404 105.802319) (xy 109.308455 105.873905) (xy 109.330012 105.94497) + (xy 109.365019 106.010463) (xy 109.412131 106.067869) (xy 109.469537 106.114981) (xy 109.53503 106.149988) (xy 109.606095 106.171545) + (xy 109.68 106.178824) (xy 111.18 106.178824) (xy 111.253905 106.171545) (xy 111.32497 106.149988) (xy 111.390463 106.114981) + (xy 111.447869 106.067869) (xy 111.494981 106.010463) (xy 111.529988 105.94497) (xy 111.551545 105.873905) (xy 111.558824 105.8) + (xy 111.558824 104.8) (xy 111.551545 104.726095) (xy 111.529988 104.65503) (xy 111.494981 104.589537) (xy 111.447869 104.532131) + (xy 111.390463 104.485019) (xy 111.32497 104.450012) (xy 111.253905 104.428455) (xy 111.18 104.421176) (xy 109.68 104.421176) + (xy 109.606095 104.428455) (xy 109.53503 104.450012) (xy 109.469537 104.485019) (xy 109.412131 104.532131) (xy 109.365019 104.589537) + (xy 109.33522 104.645286) (xy 109.182 104.492066) (xy 109.182 104.396845) (xy 109.283536 104.295309) (xy 109.368569 104.168048) + (xy 109.427141 104.026643) (xy 109.457 103.876528) (xy 109.457 103.723472) (xy 109.427141 103.573357) (xy 109.368569 103.431952) + (xy 109.283536 103.304691) (xy 109.175309 103.196464) (xy 109.048048 103.111431) (xy 108.906643 103.052859) (xy 108.756528 103.023) + (xy 108.603472 103.023) (xy 108.453357 103.052859) (xy 108.311952 103.111431) (xy 108.184691 103.196464) (xy 108.076464 103.304691) + (xy 107.991431 103.431952) (xy 107.932859 103.573357) (xy 107.903 103.723472) (xy 107.507 103.723472) (xy 107.507 102.6) + (xy 109.041928 102.6) (xy 109.054188 102.724482) (xy 109.090498 102.84418) (xy 109.149463 102.954494) (xy 109.228815 103.051185) + (xy 109.325506 103.130537) (xy 109.43582 103.189502) (xy 109.555518 103.225812) (xy 109.68 103.238072) (xy 110.14425 103.235) + (xy 110.303 103.07625) (xy 110.303 102.227) (xy 110.557 102.227) (xy 110.557 103.07625) (xy 110.71575 103.235) + (xy 111.18 103.238072) (xy 111.304482 103.225812) (xy 111.42418 103.189502) (xy 111.534494 103.130537) (xy 111.631185 103.051185) + (xy 111.710537 102.954494) (xy 111.769502 102.84418) (xy 111.805812 102.724482) (xy 111.818072 102.6) (xy 111.815 102.38575) + (xy 111.65625 102.227) (xy 110.557 102.227) (xy 110.303 102.227) (xy 109.20375 102.227) (xy 109.045 102.38575) + (xy 109.041928 102.6) (xy 107.507 102.6) (xy 107.507 101.776999) (xy 109.044466 101.776999) (xy 109.045 101.81425) + (xy 109.20375 101.973) (xy 110.303 101.973) (xy 110.303 101.953) (xy 110.557 101.953) (xy 110.557 101.973) + (xy 111.65625 101.973) (xy 111.815 101.81425) (xy 111.815534 101.776999) (xy 113.499205 101.776999) (xy 113.529999 101.780032) + (xy 113.560793 101.776999) (xy 114.201176 101.776999) (xy 114.201176 102.6) (xy 114.208455 102.673905) (xy 114.230012 102.74497) + (xy 114.265019 102.810463) (xy 114.312131 102.867869) (xy 114.369537 102.914981) (xy 114.43503 102.949988) (xy 114.506095 102.971545) + (xy 114.58 102.978824) (xy 114.828001 102.978824) (xy 114.828001 103.125347) (xy 114.825573 103.15) (xy 114.835265 103.248409) + (xy 114.86397 103.343036) (xy 114.910584 103.430245) (xy 114.957601 103.487535) (xy 114.957604 103.487538) (xy 114.973317 103.506684) + (xy 114.992463 103.522397) (xy 115.407603 103.937538) (xy 115.423316 103.956684) (xy 115.442462 103.972397) (xy 115.442464 103.972399) + (xy 115.476096 104) (xy 115.499755 104.019417) (xy 115.586964 104.066031) (xy 115.681591 104.094736) (xy 115.755347 104.102) + (xy 115.755356 104.102) (xy 115.779999 104.104427) (xy 115.804642 104.102) (xy 117.472065 104.102) (xy 117.528 104.157935) + (xy 117.528 104.401176) (xy 117.28 104.401176) (xy 117.206095 104.408455) (xy 117.13503 104.430012) (xy 117.069537 104.465019) + (xy 117.012131 104.512131) (xy 116.965019 104.569537) (xy 116.930012 104.63503) (xy 116.908455 104.706095) (xy 116.901176 104.78) + (xy 116.901176 105.78) (xy 116.908455 105.853905) (xy 116.930012 105.92497) (xy 116.965019 105.990463) (xy 117.012131 106.047869) + (xy 117.069537 106.094981) (xy 117.13503 106.129988) (xy 117.206095 106.151545) (xy 117.28 106.158824) (xy 118.78 106.158824) + (xy 118.853905 106.151545) (xy 118.92497 106.129988) (xy 118.990463 106.094981) (xy 119.047869 106.047869) (xy 119.094981 105.990463) + (xy 119.129988 105.92497) (xy 119.151545 105.853905) (xy 119.158824 105.78) (xy 119.158824 104.78) (xy 119.151545 104.706095) + (xy 119.129988 104.63503) (xy 119.094981 104.569537) (xy 119.047869 104.512131) (xy 118.990463 104.465019) (xy 118.92497 104.430012) + (xy 118.853905 104.408455) (xy 118.78 104.401176) (xy 118.532 104.401176) (xy 118.532 103.974643) (xy 118.534427 103.95) + (xy 118.532 103.925357) (xy 118.532 103.925347) (xy 118.524736 103.851591) (xy 118.496031 103.756964) (xy 118.454274 103.678841) + (xy 118.449417 103.669754) (xy 118.4024 103.612464) (xy 118.402392 103.612456) (xy 118.386684 103.593316) (xy 118.367543 103.577607) + (xy 118.052401 103.262467) (xy 118.036684 103.243316) (xy 117.960245 103.180583) (xy 117.873036 103.133969) (xy 117.836396 103.122854) + (xy 117.903 103.05625) (xy 117.903 102.207) (xy 118.157 102.207) (xy 118.157 103.05625) (xy 118.31575 103.215) + (xy 118.78 103.218072) (xy 118.904482 103.205812) (xy 119.02418 103.169502) (xy 119.134494 103.110537) (xy 119.231185 103.031185) + (xy 119.310537 102.934494) (xy 119.369502 102.82418) (xy 119.405812 102.704482) (xy 119.418072 102.58) (xy 119.415 102.36575) + (xy 119.25625 102.207) (xy 118.157 102.207) (xy 117.903 102.207) (xy 116.80375 102.207) (xy 116.645 102.36575) + (xy 116.641928 102.58) (xy 116.654188 102.704482) (xy 116.690498 102.82418) (xy 116.749463 102.934494) (xy 116.828815 103.031185) + (xy 116.91023 103.098) (xy 115.987935 103.098) (xy 115.868758 102.978824) (xy 116.08 102.978824) (xy 116.153905 102.971545) + (xy 116.22497 102.949988) (xy 116.290463 102.914981) (xy 116.347869 102.867869) (xy 116.394981 102.810463) (xy 116.429988 102.74497) + (xy 116.451545 102.673905) (xy 116.458824 102.6) (xy 116.458824 101.776999) (xy 116.644753 101.776999) (xy 116.645 101.79425) + (xy 116.80375 101.953) (xy 117.903 101.953) (xy 117.903 101.933) (xy 118.157 101.933) (xy 118.157 101.953) + (xy 119.25625 101.953) (xy 119.415 101.79425) (xy 119.415964 101.727) (xy 121.049206 101.727) (xy 121.08 101.730033) + (xy 121.110794 101.727) (xy 121.801176 101.727) (xy 121.801176 102.58) (xy 121.808455 102.653905) (xy 121.830012 102.72497) + (xy 121.865019 102.790463) (xy 121.912131 102.847869) (xy 121.969537 102.894981) (xy 122.03503 102.929988) (xy 122.106095 102.951545) + (xy 122.18 102.958824) (xy 122.428001 102.958824) (xy 122.428001 103.125347) (xy 122.425573 103.15) (xy 122.435265 103.248409) + (xy 122.46397 103.343036) (xy 122.510584 103.430245) (xy 122.557601 103.487535) (xy 122.557604 103.487538) (xy 122.573317 103.506684) + (xy 122.592463 103.522397) (xy 123.107603 104.037538) (xy 123.123316 104.056684) (xy 123.142462 104.072397) (xy 123.142464 104.072399) + (xy 123.16968 104.094735) (xy 123.199755 104.119417) (xy 123.286964 104.166031) (xy 123.381591 104.194736) (xy 123.455347 104.202) + (xy 123.455356 104.202) (xy 123.479999 104.204427) (xy 123.504642 104.202) (xy 124.872066 104.202) (xy 125.091241 104.421176) + (xy 124.9 104.421176) (xy 124.826095 104.428455) (xy 124.75503 104.450012) (xy 124.689537 104.485019) (xy 124.632131 104.532131) + (xy 124.585019 104.589537) (xy 124.550012 104.65503) (xy 124.528455 104.726095) (xy 124.521176 104.8) (xy 124.521176 105.8) + (xy 124.528455 105.873905) (xy 124.550012 105.94497) (xy 124.585019 106.010463) (xy 124.632131 106.067869) (xy 124.689537 106.114981) + (xy 124.75503 106.149988) (xy 124.826095 106.171545) (xy 124.9 106.178824) (xy 126.4 106.178824) (xy 126.473905 106.171545) + (xy 126.54497 106.149988) (xy 126.610463 106.114981) (xy 126.667869 106.067869) (xy 126.714981 106.010463) (xy 126.749988 105.94497) + (xy 126.771545 105.873905) (xy 126.778824 105.8) (xy 126.778824 104.8) (xy 126.771545 104.726095) (xy 126.749988 104.65503) + (xy 126.714981 104.589537) (xy 126.667869 104.532131) (xy 126.610463 104.485019) (xy 126.54497 104.450012) (xy 126.473905 104.428455) + (xy 126.4 104.421176) (xy 126.132 104.421176) (xy 126.132 104.274642) (xy 126.134427 104.249999) (xy 126.132 104.225356) + (xy 126.132 104.225347) (xy 126.124736 104.151591) (xy 126.096031 104.056964) (xy 126.049417 103.969755) (xy 126.022974 103.937535) + (xy 126.002399 103.912464) (xy 126.002397 103.912462) (xy 125.986684 103.893316) (xy 125.967538 103.877603) (xy 125.452401 103.362467) + (xy 125.436684 103.343316) (xy 125.360245 103.280583) (xy 125.276057 103.235584) (xy 125.36425 103.235) (xy 125.523 103.07625) + (xy 125.523 102.227) (xy 125.777 102.227) (xy 125.777 103.07625) (xy 125.93575 103.235) (xy 126.4 103.238072) + (xy 126.524482 103.225812) (xy 126.64418 103.189502) (xy 126.754494 103.130537) (xy 126.851185 103.051185) (xy 126.930537 102.954494) + (xy 126.989502 102.84418) (xy 127.025812 102.724482) (xy 127.038072 102.6) (xy 127.035 102.38575) (xy 126.87625 102.227) + (xy 125.777 102.227) (xy 125.523 102.227) (xy 124.42375 102.227) (xy 124.265 102.38575) (xy 124.261928 102.6) + (xy 124.274188 102.724482) (xy 124.310498 102.84418) (xy 124.369463 102.954494) (xy 124.448815 103.051185) (xy 124.545506 103.130537) + (xy 124.65582 103.189502) (xy 124.683834 103.198) (xy 123.687935 103.198) (xy 123.448758 102.958824) (xy 123.68 102.958824) + (xy 123.753905 102.951545) (xy 123.82497 102.929988) (xy 123.890463 102.894981) (xy 123.947869 102.847869) (xy 123.994981 102.790463) + (xy 124.029988 102.72497) (xy 124.051545 102.653905) (xy 124.058824 102.58) (xy 124.058824 101.727) (xy 124.263749 101.727) + (xy 124.265 101.81425) (xy 124.42375 101.973) (xy 125.523 101.973) (xy 125.523 101.953) (xy 125.777 101.953) + (xy 125.777 101.973) (xy 126.87625 101.973) (xy 127.035 101.81425) (xy 127.036251 101.727) (xy 128.649206 101.727) + (xy 128.68 101.730033) (xy 128.710794 101.727) (xy 129.421176 101.727) (xy 129.421176 102.6) (xy 129.428455 102.673905) + (xy 129.450012 102.74497) (xy 129.485019 102.810463) (xy 129.532131 102.867869) (xy 129.589537 102.914981) (xy 129.65503 102.949988) + (xy 129.726095 102.971545) (xy 129.8 102.978824) (xy 130.028001 102.978824) (xy 130.028001 103.025347) (xy 130.025573 103.05) + (xy 130.035265 103.148409) (xy 130.06397 103.243036) (xy 130.110584 103.330245) (xy 130.157601 103.387535) (xy 130.157604 103.387538) + (xy 130.173317 103.406684) (xy 130.192463 103.422397) (xy 130.707603 103.937538) (xy 130.723316 103.956684) (xy 130.742462 103.972397) + (xy 130.742464 103.972399) (xy 130.776096 104) (xy 130.799755 104.019417) (xy 130.886964 104.066031) (xy 130.981591 104.094736) + (xy 131.055347 104.102) (xy 131.055356 104.102) (xy 131.079999 104.104427) (xy 131.104642 104.102) (xy 132.572066 104.102) + (xy 132.728 104.257935) (xy 132.728 104.421176) (xy 132.48 104.421176) (xy 132.406095 104.428455) (xy 132.33503 104.450012) + (xy 132.269537 104.485019) (xy 132.212131 104.532131) (xy 132.165019 104.589537) (xy 132.130012 104.65503) (xy 132.108455 104.726095) + (xy 132.101176 104.8) (xy 132.101176 105.8) (xy 132.108455 105.873905) (xy 132.130012 105.94497) (xy 132.165019 106.010463) + (xy 132.212131 106.067869) (xy 132.269537 106.114981) (xy 132.33503 106.149988) (xy 132.406095 106.171545) (xy 132.48 106.178824) + (xy 133.98 106.178824) (xy 134.053905 106.171545) (xy 134.12497 106.149988) (xy 134.190463 106.114981) (xy 134.247869 106.067869) + (xy 134.294981 106.010463) (xy 134.329988 105.94497) (xy 134.351545 105.873905) (xy 134.358824 105.8) (xy 134.358824 104.8) + (xy 134.351545 104.726095) (xy 134.329988 104.65503) (xy 134.294981 104.589537) (xy 134.247869 104.532131) (xy 134.190463 104.485019) + (xy 134.12497 104.450012) (xy 134.053905 104.428455) (xy 133.98 104.421176) (xy 133.732 104.421176) (xy 133.732 104.074642) + (xy 133.734427 104.049999) (xy 133.732 104.025356) (xy 133.732 104.025347) (xy 133.724736 103.951591) (xy 133.696031 103.856964) + (xy 133.649417 103.769755) (xy 133.611433 103.723472) (xy 133.602399 103.712464) (xy 133.602397 103.712462) (xy 133.586684 103.693316) + (xy 133.567538 103.677603) (xy 133.152401 103.262467) (xy 133.136684 103.243316) (xy 133.060245 103.180583) (xy 133.020116 103.159134) + (xy 133.103 103.07625) (xy 133.103 102.227) (xy 133.357 102.227) (xy 133.357 103.07625) (xy 133.51575 103.235) + (xy 133.98 103.238072) (xy 134.104482 103.225812) (xy 134.22418 103.189502) (xy 134.334494 103.130537) (xy 134.431185 103.051185) + (xy 134.510537 102.954494) (xy 134.569502 102.84418) (xy 134.605812 102.724482) (xy 134.618072 102.6) (xy 134.615 102.38575) + (xy 134.45625 102.227) (xy 133.357 102.227) (xy 133.103 102.227) (xy 132.00375 102.227) (xy 131.845 102.38575) + (xy 131.841928 102.6) (xy 131.854188 102.724482) (xy 131.890498 102.84418) (xy 131.949463 102.954494) (xy 132.028815 103.051185) + (xy 132.085859 103.098) (xy 131.287935 103.098) (xy 131.168759 102.978824) (xy 131.3 102.978824) (xy 131.373905 102.971545) + (xy 131.44497 102.949988) (xy 131.510463 102.914981) (xy 131.567869 102.867869) (xy 131.614981 102.810463) (xy 131.649988 102.74497) + (xy 131.671545 102.673905) (xy 131.678824 102.6) (xy 131.678824 101.727) (xy 131.843749 101.727) (xy 131.845 101.81425) + (xy 132.00375 101.973) (xy 133.103 101.973) (xy 133.103 101.953) (xy 133.357 101.953) (xy 133.357 101.973) + (xy 134.45625 101.973) (xy 134.615 101.81425) (xy 134.616251 101.727) (xy 136.449206 101.727) (xy 136.48 101.730033) + (xy 136.510794 101.727) (xy 137.001176 101.727) (xy 137.001176 102.6) (xy 137.008455 102.673905) (xy 137.030012 102.74497) + (xy 137.065019 102.810463) (xy 137.112131 102.867869) (xy 137.169537 102.914981) (xy 137.23503 102.949988) (xy 137.306095 102.971545) + (xy 137.38 102.978824) (xy 137.628001 102.978824) (xy 137.628001 103.225347) (xy 137.625573 103.25) (xy 137.635265 103.348409) + (xy 137.66397 103.443036) (xy 137.710584 103.530245) (xy 137.757601 103.587535) (xy 137.757604 103.587538) (xy 137.773317 103.606684) + (xy 137.792462 103.622396) (xy 138.107607 103.937543) (xy 138.123316 103.956684) (xy 138.142456 103.972392) (xy 138.142464 103.9724) + (xy 138.199754 104.019417) (xy 138.246368 104.044332) (xy 138.286964 104.066031) (xy 138.381591 104.094736) (xy 138.455347 104.102) + (xy 138.455357 104.102) (xy 138.48 104.104427) (xy 138.504643 104.102) (xy 140.172066 104.102) (xy 140.328 104.257935) + (xy 140.328 104.421176) (xy 140.08 104.421176) (xy 140.006095 104.428455) (xy 139.93503 104.450012) (xy 139.869537 104.485019) + (xy 139.812131 104.532131) (xy 139.765019 104.589537) (xy 139.730012 104.65503) (xy 139.708455 104.726095) (xy 139.701176 104.8) + (xy 139.701176 105.8) (xy 139.708455 105.873905) (xy 139.730012 105.94497) (xy 139.765019 106.010463) (xy 139.812131 106.067869) + (xy 139.869537 106.114981) (xy 139.93503 106.149988) (xy 140.006095 106.171545) (xy 140.08 106.178824) (xy 141.58 106.178824) + (xy 141.653905 106.171545) (xy 141.72497 106.149988) (xy 141.790463 106.114981) (xy 141.847869 106.067869) (xy 141.894981 106.010463) + (xy 141.929988 105.94497) (xy 141.951545 105.873905) (xy 141.958824 105.8) (xy 141.958824 104.8) (xy 141.951545 104.726095) + (xy 141.929988 104.65503) (xy 141.894981 104.589537) (xy 141.847869 104.532131) (xy 141.790463 104.485019) (xy 141.72497 104.450012) + (xy 141.653905 104.428455) (xy 141.58 104.421176) (xy 141.332 104.421176) (xy 141.332 104.074642) (xy 141.334427 104.049999) + (xy 141.332 104.025356) (xy 141.332 104.025347) (xy 141.324736 103.951591) (xy 141.296031 103.856964) (xy 141.249417 103.769755) + (xy 141.211433 103.723472) (xy 141.202399 103.712464) (xy 141.202397 103.712462) (xy 141.186684 103.693316) (xy 141.167538 103.677603) + (xy 140.752401 103.262467) (xy 140.736684 103.243316) (xy 140.660245 103.180583) (xy 140.620116 103.159134) (xy 140.703 103.07625) + (xy 140.703 102.227) (xy 140.957 102.227) (xy 140.957 103.07625) (xy 141.11575 103.235) (xy 141.58 103.238072) + (xy 141.704482 103.225812) (xy 141.82418 103.189502) (xy 141.934494 103.130537) (xy 142.031185 103.051185) (xy 142.110537 102.954494) + (xy 142.169502 102.84418) (xy 142.205812 102.724482) (xy 142.218072 102.6) (xy 142.215 102.38575) (xy 142.05625 102.227) + (xy 140.957 102.227) (xy 140.703 102.227) (xy 139.60375 102.227) (xy 139.445 102.38575) (xy 139.441928 102.6) + (xy 139.454188 102.724482) (xy 139.490498 102.84418) (xy 139.549463 102.954494) (xy 139.628815 103.051185) (xy 139.685859 103.098) + (xy 138.687935 103.098) (xy 138.632 103.042065) (xy 138.632 102.978824) (xy 138.88 102.978824) (xy 138.953905 102.971545) + (xy 139.02497 102.949988) (xy 139.090463 102.914981) (xy 139.147869 102.867869) (xy 139.194981 102.810463) (xy 139.229988 102.74497) + (xy 139.251545 102.673905) (xy 139.258824 102.6) (xy 139.258824 101.727) (xy 139.443749 101.727) (xy 139.445 101.81425) + (xy 139.60375 101.973) (xy 140.703 101.973) (xy 140.703 101.953) (xy 140.957 101.953) (xy 140.957 101.973) + (xy 142.05625 101.973) (xy 142.215 101.81425) (xy 142.216251 101.727) (xy 144.149206 101.727) (xy 144.18 101.730033) + (xy 144.210794 101.727) (xy 144.601176 101.727) (xy 144.601176 102.6) (xy 144.608455 102.673905) (xy 144.630012 102.74497) + (xy 144.665019 102.810463) (xy 144.712131 102.867869) (xy 144.769537 102.914981) (xy 144.83503 102.949988) (xy 144.906095 102.971545) + (xy 144.98 102.978824) (xy 145.228001 102.978824) (xy 145.228001 103.325347) (xy 145.225573 103.35) (xy 145.235265 103.448409) + (xy 145.26397 103.543036) (xy 145.310584 103.630245) (xy 145.357601 103.687535) (xy 145.357604 103.687538) (xy 145.373317 103.706684) + (xy 145.392462 103.722396) (xy 145.707607 104.037543) (xy 145.723316 104.056684) (xy 145.742456 104.072392) (xy 145.742464 104.0724) + (xy 145.799754 104.119417) (xy 145.842317 104.142167) (xy 145.886964 104.166031) (xy 145.981591 104.194736) (xy 146.055347 104.202) + (xy 146.055357 104.202) (xy 146.08 104.204427) (xy 146.104643 104.202) (xy 147.872065 104.202) (xy 147.928 104.257935) + (xy 147.928 104.421176) (xy 147.68 104.421176) (xy 147.606095 104.428455) (xy 147.53503 104.450012) (xy 147.469537 104.485019) + (xy 147.412131 104.532131) (xy 147.365019 104.589537) (xy 147.330012 104.65503) (xy 147.308455 104.726095) (xy 147.301176 104.8) + (xy 147.301176 105.8) (xy 147.308455 105.873905) (xy 147.330012 105.94497) (xy 147.365019 106.010463) (xy 147.412131 106.067869) + (xy 147.469537 106.114981) (xy 147.53503 106.149988) (xy 147.606095 106.171545) (xy 147.68 106.178824) (xy 149.18 106.178824) + (xy 149.253905 106.171545) (xy 149.32497 106.149988) (xy 149.390463 106.114981) (xy 149.447869 106.067869) (xy 149.494981 106.010463) + (xy 149.529988 105.94497) (xy 149.551545 105.873905) (xy 149.558824 105.8) (xy 149.558824 104.8) (xy 149.551545 104.726095) + (xy 149.529988 104.65503) (xy 149.494981 104.589537) (xy 149.447869 104.532131) (xy 149.390463 104.485019) (xy 149.32497 104.450012) + (xy 149.253905 104.428455) (xy 149.18 104.421176) (xy 148.932 104.421176) (xy 148.932 104.074643) (xy 148.934427 104.05) + (xy 148.932 104.025357) (xy 148.932 104.025347) (xy 148.924736 103.951591) (xy 148.896031 103.856964) (xy 148.861307 103.792) + (xy 148.849417 103.769754) (xy 148.8024 103.712464) (xy 148.802392 103.712456) (xy 148.786684 103.693316) (xy 148.767543 103.677607) + (xy 148.452401 103.362467) (xy 148.436684 103.343316) (xy 148.360245 103.280583) (xy 148.273036 103.233969) (xy 148.178409 103.205264) + (xy 148.174383 103.204867) (xy 148.303 103.07625) (xy 148.303 102.227) (xy 148.557 102.227) (xy 148.557 103.07625) + (xy 148.71575 103.235) (xy 149.18 103.238072) (xy 149.304482 103.225812) (xy 149.42418 103.189502) (xy 149.534494 103.130537) + (xy 149.631185 103.051185) (xy 149.710537 102.954494) (xy 149.769502 102.84418) (xy 149.805812 102.724482) (xy 149.818072 102.6) + (xy 149.815 102.38575) (xy 149.65625 102.227) (xy 148.557 102.227) (xy 148.303 102.227) (xy 147.20375 102.227) + (xy 147.045 102.38575) (xy 147.041928 102.6) (xy 147.054188 102.724482) (xy 147.090498 102.84418) (xy 147.149463 102.954494) + (xy 147.228815 103.051185) (xy 147.325506 103.130537) (xy 147.43582 103.189502) (xy 147.463834 103.198) (xy 146.287935 103.198) + (xy 146.232 103.142065) (xy 146.232 102.978824) (xy 146.48 102.978824) (xy 146.553905 102.971545) (xy 146.62497 102.949988) + (xy 146.690463 102.914981) (xy 146.747869 102.867869) (xy 146.794981 102.810463) (xy 146.829988 102.74497) (xy 146.851545 102.673905) + (xy 146.858824 102.6) (xy 146.858824 101.727) (xy 147.043749 101.727) (xy 147.045 101.81425) (xy 147.20375 101.973) + (xy 148.303 101.973) (xy 148.303 101.953) (xy 148.557 101.953) (xy 148.557 101.973) (xy 149.65625 101.973) + (xy 149.815 101.81425) (xy 149.816251 101.727) (xy 151.749206 101.727) (xy 151.78 101.730033) (xy 151.810794 101.727) + (xy 152.201176 101.727) (xy 152.201176 102.6) (xy 152.208455 102.673905) (xy 152.230012 102.74497) (xy 152.265019 102.810463) + (xy 152.312131 102.867869) (xy 152.369537 102.914981) (xy 152.43503 102.949988) (xy 152.506095 102.971545) (xy 152.58 102.978824) + (xy 152.828001 102.978824) (xy 152.828001 103.125347) (xy 152.825573 103.15) (xy 152.835265 103.248409) (xy 152.86397 103.343036) + (xy 152.910584 103.430245) (xy 152.957601 103.487535) (xy 152.957604 103.487538) (xy 152.973317 103.506684) (xy 152.992463 103.522397) + (xy 153.507603 104.037538) (xy 153.523316 104.056684) (xy 153.542462 104.072397) (xy 153.542464 104.072399) (xy 153.56968 104.094735) + (xy 153.599755 104.119417) (xy 153.686964 104.166031) (xy 153.781591 104.194736) (xy 153.855347 104.202) (xy 153.855356 104.202) + (xy 153.879999 104.204427) (xy 153.904642 104.202) (xy 155.372066 104.202) (xy 155.528 104.357935) (xy 155.528 104.421176) + (xy 155.28 104.421176) (xy 155.206095 104.428455) (xy 155.13503 104.450012) (xy 155.069537 104.485019) (xy 155.012131 104.532131) + (xy 154.965019 104.589537) (xy 154.930012 104.65503) (xy 154.908455 104.726095) (xy 154.901176 104.8) (xy 154.901176 105.8) + (xy 154.908455 105.873905) (xy 154.930012 105.94497) (xy 154.965019 106.010463) (xy 155.012131 106.067869) (xy 155.069537 106.114981) + (xy 155.13503 106.149988) (xy 155.206095 106.171545) (xy 155.28 106.178824) (xy 156.78 106.178824) (xy 156.853905 106.171545) + (xy 156.92497 106.149988) (xy 156.990463 106.114981) (xy 157.047869 106.067869) (xy 157.094981 106.010463) (xy 157.129988 105.94497) + (xy 157.151545 105.873905) (xy 157.158824 105.8) (xy 157.158824 104.8) (xy 157.151545 104.726095) (xy 157.129988 104.65503) + (xy 157.094981 104.589537) (xy 157.047869 104.532131) (xy 156.990463 104.485019) (xy 156.92497 104.450012) (xy 156.853905 104.428455) + (xy 156.78 104.421176) (xy 156.532 104.421176) (xy 156.532 104.174642) (xy 156.534427 104.149999) (xy 156.532 104.125356) + (xy 156.532 104.125347) (xy 156.524736 104.051591) (xy 156.496031 103.956964) (xy 156.449417 103.869755) (xy 156.417269 103.830583) + (xy 156.402399 103.812464) (xy 156.402397 103.812462) (xy 156.386684 103.793316) (xy 156.367538 103.777603) (xy 155.952401 103.362467) + (xy 155.936684 103.343316) (xy 155.860245 103.280583) (xy 155.773036 103.233969) (xy 155.751741 103.227509) (xy 155.903 103.07625) + (xy 155.903 102.227) (xy 156.157 102.227) (xy 156.157 103.07625) (xy 156.31575 103.235) (xy 156.78 103.238072) + (xy 156.904482 103.225812) (xy 157.02418 103.189502) (xy 157.134494 103.130537) (xy 157.231185 103.051185) (xy 157.310537 102.954494) + (xy 157.369502 102.84418) (xy 157.405812 102.724482) (xy 157.418072 102.6) (xy 157.415 102.38575) (xy 157.25625 102.227) + (xy 156.157 102.227) (xy 155.903 102.227) (xy 154.80375 102.227) (xy 154.645 102.38575) (xy 154.641928 102.6) + (xy 154.654188 102.724482) (xy 154.690498 102.84418) (xy 154.749463 102.954494) (xy 154.828815 103.051185) (xy 154.925506 103.130537) + (xy 155.03582 103.189502) (xy 155.063834 103.198) (xy 154.087935 103.198) (xy 153.868758 102.978824) (xy 154.08 102.978824) + (xy 154.153905 102.971545) (xy 154.22497 102.949988) (xy 154.290463 102.914981) (xy 154.347869 102.867869) (xy 154.394981 102.810463) + (xy 154.429988 102.74497) (xy 154.451545 102.673905) (xy 154.458824 102.6) (xy 154.458824 101.727) (xy 154.643749 101.727) + (xy 154.645 101.81425) (xy 154.80375 101.973) (xy 155.903 101.973) (xy 155.903 101.953) (xy 156.157 101.953) + (xy 156.157 101.973) (xy 157.25625 101.973) (xy 157.415 101.81425) (xy 157.416251 101.727) (xy 159.149208 101.727) + (xy 159.179999 101.730033) (xy 159.210791 101.727) (xy 159.801176 101.727) (xy 159.801176 102.6) (xy 159.808455 102.673905) + (xy 159.830012 102.74497) (xy 159.865019 102.810463) (xy 159.912131 102.867869) (xy 159.969537 102.914981) (xy 160.03503 102.949988) + (xy 160.106095 102.971545) (xy 160.18 102.978824) (xy 160.428001 102.978824) (xy 160.428001 103.125347) (xy 160.425573 103.15) + (xy 160.435265 103.248409) (xy 160.46397 103.343036) (xy 160.510584 103.430245) (xy 160.557601 103.487535) (xy 160.557604 103.487538) + (xy 160.573317 103.506684) (xy 160.592463 103.522397) (xy 161.107603 104.037538) (xy 161.123316 104.056684) (xy 161.142462 104.072397) + (xy 161.142464 104.072399) (xy 161.16968 104.094735) (xy 161.199755 104.119417) (xy 161.286964 104.166031) (xy 161.381591 104.194736) + (xy 161.455347 104.202) (xy 161.455356 104.202) (xy 161.479999 104.204427) (xy 161.504642 104.202) (xy 162.972066 104.202) + (xy 163.128 104.357935) (xy 163.128 104.421176) (xy 162.88 104.421176) (xy 162.806095 104.428455) (xy 162.73503 104.450012) + (xy 162.669537 104.485019) (xy 162.612131 104.532131) (xy 162.565019 104.589537) (xy 162.530012 104.65503) (xy 162.508455 104.726095) + (xy 162.501176 104.8) (xy 162.501176 105.8) (xy 162.508455 105.873905) (xy 162.530012 105.94497) (xy 162.565019 106.010463) + (xy 162.612131 106.067869) (xy 162.669537 106.114981) (xy 162.73503 106.149988) (xy 162.806095 106.171545) (xy 162.88 106.178824) + (xy 164.38 106.178824) (xy 164.453905 106.171545) (xy 164.52497 106.149988) (xy 164.590463 106.114981) (xy 164.647869 106.067869) + (xy 164.694981 106.010463) (xy 164.729988 105.94497) (xy 164.751545 105.873905) (xy 164.758824 105.8) (xy 164.758824 104.8) + (xy 164.751545 104.726095) (xy 164.729988 104.65503) (xy 164.694981 104.589537) (xy 164.647869 104.532131) (xy 164.590463 104.485019) + (xy 164.52497 104.450012) (xy 164.453905 104.428455) (xy 164.38 104.421176) (xy 164.132 104.421176) (xy 164.132 104.174642) + (xy 164.134427 104.149999) (xy 164.132 104.125356) (xy 164.132 104.125347) (xy 164.124736 104.051591) (xy 164.096031 103.956964) + (xy 164.049417 103.869755) (xy 164.017269 103.830583) (xy 164.002399 103.812464) (xy 164.002397 103.812462) (xy 163.986684 103.793316) + (xy 163.967538 103.777603) (xy 163.552401 103.362467) (xy 163.536684 103.343316) (xy 163.460245 103.280583) (xy 163.373036 103.233969) + (xy 163.351741 103.227509) (xy 163.503 103.07625) (xy 163.503 102.227) (xy 163.757 102.227) (xy 163.757 103.07625) + (xy 163.91575 103.235) (xy 164.38 103.238072) (xy 164.504482 103.225812) (xy 164.62418 103.189502) (xy 164.734494 103.130537) + (xy 164.831185 103.051185) (xy 164.910537 102.954494) (xy 164.969502 102.84418) (xy 165.005812 102.724482) (xy 165.018072 102.6) + (xy 165.015 102.38575) (xy 164.85625 102.227) (xy 163.757 102.227) (xy 163.503 102.227) (xy 162.40375 102.227) + (xy 162.245 102.38575) (xy 162.241928 102.6) (xy 162.254188 102.724482) (xy 162.290498 102.84418) (xy 162.349463 102.954494) + (xy 162.428815 103.051185) (xy 162.525506 103.130537) (xy 162.63582 103.189502) (xy 162.663834 103.198) (xy 161.687935 103.198) + (xy 161.468758 102.978824) (xy 161.68 102.978824) (xy 161.753905 102.971545) (xy 161.82497 102.949988) (xy 161.890463 102.914981) + (xy 161.947869 102.867869) (xy 161.994981 102.810463) (xy 162.029988 102.74497) (xy 162.051545 102.673905) (xy 162.058824 102.6) + (xy 162.058824 101.727) (xy 162.243749 101.727) (xy 162.245 101.81425) (xy 162.40375 101.973) (xy 163.503 101.973) + (xy 163.503 101.953) (xy 163.757 101.953) (xy 163.757 101.973) (xy 164.85625 101.973) (xy 165.015 101.81425) + (xy 165.016251 101.727) (xy 166.849206 101.727) (xy 166.88 101.730033) (xy 166.910794 101.727) (xy 167.401176 101.727) + (xy 167.401176 102.6) (xy 167.408455 102.673905) (xy 167.430012 102.74497) (xy 167.465019 102.810463) (xy 167.512131 102.867869) + (xy 167.569537 102.914981) (xy 167.63503 102.949988) (xy 167.706095 102.971545) (xy 167.78 102.978824) (xy 168.028001 102.978824) + (xy 168.028001 103.125347) (xy 168.025573 103.15) (xy 168.035265 103.248409) (xy 168.06397 103.343036) (xy 168.110584 103.430245) + (xy 168.157601 103.487535) (xy 168.157604 103.487538) (xy 168.173317 103.506684) (xy 168.192463 103.522397) (xy 168.707603 104.037538) + (xy 168.723316 104.056684) (xy 168.742462 104.072397) (xy 168.742464 104.072399) (xy 168.76968 104.094735) (xy 168.799755 104.119417) + (xy 168.886964 104.166031) (xy 168.981591 104.194736) (xy 169.055347 104.202) (xy 169.055356 104.202) (xy 169.079999 104.204427) + (xy 169.104642 104.202) (xy 170.472066 104.202) (xy 170.691241 104.421176) (xy 170.48 104.421176) (xy 170.406095 104.428455) + (xy 170.33503 104.450012) (xy 170.269537 104.485019) (xy 170.212131 104.532131) (xy 170.165019 104.589537) (xy 170.130012 104.65503) + (xy 170.108455 104.726095) (xy 170.101176 104.8) (xy 170.101176 105.8) (xy 170.108455 105.873905) (xy 170.130012 105.94497) + (xy 170.165019 106.010463) (xy 170.212131 106.067869) (xy 170.269537 106.114981) (xy 170.33503 106.149988) (xy 170.406095 106.171545) + (xy 170.48 106.178824) (xy 171.98 106.178824) (xy 172.053905 106.171545) (xy 172.12497 106.149988) (xy 172.190463 106.114981) + (xy 172.247869 106.067869) (xy 172.294981 106.010463) (xy 172.329988 105.94497) (xy 172.351545 105.873905) (xy 172.358824 105.8) + (xy 172.358824 104.8) (xy 172.351545 104.726095) (xy 172.329988 104.65503) (xy 172.294981 104.589537) (xy 172.247869 104.532131) + (xy 172.190463 104.485019) (xy 172.12497 104.450012) (xy 172.053905 104.428455) (xy 171.98 104.421176) (xy 171.732 104.421176) + (xy 171.732 104.274642) (xy 171.734427 104.249999) (xy 171.732 104.225356) (xy 171.732 104.225347) (xy 171.724736 104.151591) + (xy 171.696031 104.056964) (xy 171.649417 103.969755) (xy 171.622974 103.937535) (xy 171.602399 103.912464) (xy 171.602397 103.912462) + (xy 171.586684 103.893316) (xy 171.567538 103.877603) (xy 171.052401 103.362467) (xy 171.036684 103.343316) (xy 170.960245 103.280583) + (xy 170.875812 103.235453) (xy 170.94425 103.235) (xy 171.103 103.07625) (xy 171.103 102.227) (xy 171.357 102.227) + (xy 171.357 103.07625) (xy 171.51575 103.235) (xy 171.98 103.238072) (xy 172.104482 103.225812) (xy 172.22418 103.189502) + (xy 172.334494 103.130537) (xy 172.431185 103.051185) (xy 172.510537 102.954494) (xy 172.569502 102.84418) (xy 172.605812 102.724482) + (xy 172.618072 102.6) (xy 172.615 102.38575) (xy 172.45625 102.227) (xy 171.357 102.227) (xy 171.103 102.227) + (xy 170.00375 102.227) (xy 169.845 102.38575) (xy 169.841928 102.6) (xy 169.854188 102.724482) (xy 169.890498 102.84418) + (xy 169.949463 102.954494) (xy 170.028815 103.051185) (xy 170.125506 103.130537) (xy 170.23582 103.189502) (xy 170.263834 103.198) + (xy 169.287935 103.198) (xy 169.068758 102.978824) (xy 169.28 102.978824) (xy 169.353905 102.971545) (xy 169.42497 102.949988) + (xy 169.490463 102.914981) (xy 169.547869 102.867869) (xy 169.594981 102.810463) (xy 169.629988 102.74497) (xy 169.651545 102.673905) + (xy 169.658824 102.6) (xy 169.658824 101.727) (xy 169.843749 101.727) (xy 169.845 101.81425) (xy 170.00375 101.973) + (xy 171.103 101.973) (xy 171.103 101.953) (xy 171.357 101.953) (xy 171.357 101.973) (xy 172.45625 101.973) + (xy 172.615 101.81425) (xy 172.616251 101.727) (xy 174.349208 101.727) (xy 174.379999 101.730033) (xy 174.410791 101.727) + (xy 175.001176 101.727) (xy 175.001176 102.6) (xy 175.008455 102.673905) (xy 175.030012 102.74497) (xy 175.065019 102.810463) + (xy 175.112131 102.867869) (xy 175.169537 102.914981) (xy 175.23503 102.949988) (xy 175.306095 102.971545) (xy 175.38 102.978824) + (xy 175.628001 102.978824) (xy 175.628001 103.225347) (xy 175.625573 103.25) (xy 175.635265 103.348409) (xy 175.66397 103.443036) + (xy 175.710584 103.530245) (xy 175.757601 103.587535) (xy 175.757604 103.587538) (xy 175.773317 103.606684) (xy 175.792463 103.622397) + (xy 176.207603 104.037538) (xy 176.223316 104.056684) (xy 176.242462 104.072397) (xy 176.242464 104.072399) (xy 176.26968 104.094735) + (xy 176.299755 104.119417) (xy 176.386964 104.166031) (xy 176.481591 104.194736) (xy 176.555347 104.202) (xy 176.555356 104.202) + (xy 176.579999 104.204427) (xy 176.604642 104.202) (xy 178.072066 104.202) (xy 178.291241 104.421176) (xy 178.08 104.421176) + (xy 178.006095 104.428455) (xy 177.93503 104.450012) (xy 177.869537 104.485019) (xy 177.812131 104.532131) (xy 177.765019 104.589537) + (xy 177.730012 104.65503) (xy 177.708455 104.726095) (xy 177.701176 104.8) (xy 177.701176 105.8) (xy 177.708455 105.873905) + (xy 177.730012 105.94497) (xy 177.765019 106.010463) (xy 177.812131 106.067869) (xy 177.869537 106.114981) (xy 177.93503 106.149988) + (xy 178.006095 106.171545) (xy 178.08 106.178824) (xy 179.58 106.178824) (xy 179.653905 106.171545) (xy 179.72497 106.149988) + (xy 179.790463 106.114981) (xy 179.847869 106.067869) (xy 179.894981 106.010463) (xy 179.929988 105.94497) (xy 179.951545 105.873905) + (xy 179.958824 105.8) (xy 179.958824 104.8) (xy 179.951545 104.726095) (xy 179.929988 104.65503) (xy 179.894981 104.589537) + (xy 179.847869 104.532131) (xy 179.790463 104.485019) (xy 179.72497 104.450012) (xy 179.653905 104.428455) (xy 179.58 104.421176) + (xy 179.332 104.421176) (xy 179.332 104.274642) (xy 179.334427 104.249999) (xy 179.332 104.225356) (xy 179.332 104.225347) + (xy 179.324736 104.151591) (xy 179.296031 104.056964) (xy 179.249417 103.969755) (xy 179.222974 103.937535) (xy 179.202399 103.912464) + (xy 179.202397 103.912462) (xy 179.186684 103.893316) (xy 179.167538 103.877603) (xy 178.652401 103.362467) (xy 178.636684 103.343316) + (xy 178.560245 103.280583) (xy 178.475812 103.235453) (xy 178.54425 103.235) (xy 178.703 103.07625) (xy 178.703 102.227) + (xy 178.957 102.227) (xy 178.957 103.07625) (xy 179.11575 103.235) (xy 179.58 103.238072) (xy 179.704482 103.225812) + (xy 179.82418 103.189502) (xy 179.934494 103.130537) (xy 180.031185 103.051185) (xy 180.110537 102.954494) (xy 180.169502 102.84418) + (xy 180.205812 102.724482) (xy 180.218072 102.6) (xy 180.215 102.38575) (xy 180.05625 102.227) (xy 178.957 102.227) + (xy 178.703 102.227) (xy 177.60375 102.227) (xy 177.445 102.38575) (xy 177.441928 102.6) (xy 177.454188 102.724482) + (xy 177.490498 102.84418) (xy 177.549463 102.954494) (xy 177.628815 103.051185) (xy 177.725506 103.130537) (xy 177.83582 103.189502) + (xy 177.863834 103.198) (xy 176.787935 103.198) (xy 176.632 103.042066) (xy 176.632 102.978824) (xy 176.88 102.978824) + (xy 176.953905 102.971545) (xy 177.02497 102.949988) (xy 177.090463 102.914981) (xy 177.147869 102.867869) (xy 177.194981 102.810463) + (xy 177.229988 102.74497) (xy 177.251545 102.673905) (xy 177.258824 102.6) (xy 177.258824 101.727) (xy 177.443749 101.727) + (xy 177.445 101.81425) (xy 177.60375 101.973) (xy 178.703 101.973) (xy 178.703 101.953) (xy 178.957 101.953) + (xy 178.957 101.973) (xy 180.05625 101.973) (xy 180.215 101.81425) (xy 180.216251 101.727) (xy 181.549206 101.727) + (xy 181.58 101.730033) (xy 181.610794 101.727) (xy 181.702913 101.717927) (xy 181.821103 101.682075) (xy 181.930028 101.623853) + (xy 181.959093 101.6) (xy 182.601176 101.6) (xy 182.601176 102.6) (xy 182.608455 102.673905) (xy 182.630012 102.74497) + (xy 182.665019 102.810463) (xy 182.712131 102.867869) (xy 182.769537 102.914981) (xy 182.83503 102.949988) (xy 182.906095 102.971545) + (xy 182.98 102.978824) (xy 184.48 102.978824) (xy 184.553905 102.971545) (xy 184.62497 102.949988) (xy 184.690463 102.914981) + (xy 184.747869 102.867869) (xy 184.794981 102.810463) (xy 184.829988 102.74497) (xy 184.851545 102.673905) (xy 184.858627 102.602) + (xy 184.972066 102.602) (xy 184.978 102.607934) (xy 184.978 102.644577) (xy 184.95414 102.668437) (xy 184.88005 102.77932) + (xy 184.829016 102.902526) (xy 184.803 103.033321) (xy 184.803 103.166679) (xy 184.829016 103.297474) (xy 184.88005 103.42068) + (xy 184.95414 103.531563) (xy 185.048437 103.62586) (xy 185.15932 103.69995) (xy 185.282526 103.750984) (xy 185.413321 103.777) + (xy 185.546679 103.777) (xy 185.677474 103.750984) (xy 185.80068 103.69995) (xy 185.911563 103.62586) (xy 186.00586 103.531563) + (xy 186.07995 103.42068) (xy 186.130984 103.297474) (xy 186.157 103.166679) (xy 186.157 103.033321) (xy 186.130984 102.902526) + (xy 186.07995 102.77932) (xy 186.00586 102.668437) (xy 185.982 102.644577) (xy 185.982 102.424642) (xy 185.984427 102.399999) + (xy 185.982 102.375356) (xy 185.982 102.375347) (xy 185.974736 102.301591) (xy 185.946031 102.206964) (xy 185.899417 102.119755) + (xy 185.836684 102.043316) (xy 185.817532 102.027598) (xy 185.552402 101.762468) (xy 185.536684 101.743316) (xy 185.460245 101.680583) + (xy 185.373036 101.633969) (xy 185.278409 101.605264) (xy 185.204653 101.598) (xy 185.204643 101.598) (xy 185.18 101.595573) + (xy 185.155357 101.598) (xy 184.858627 101.598) (xy 184.851545 101.526095) (xy 184.829988 101.45503) (xy 184.794981 101.389537) + (xy 184.747869 101.332131) (xy 184.690463 101.285019) (xy 184.62497 101.250012) (xy 184.553905 101.228455) (xy 184.48 101.221176) + (xy 182.98 101.221176) (xy 182.906095 101.228455) (xy 182.83503 101.250012) (xy 182.769537 101.285019) (xy 182.712131 101.332131) + (xy 182.665019 101.389537) (xy 182.630012 101.45503) (xy 182.608455 101.526095) (xy 182.601176 101.6) (xy 181.959093 101.6) + (xy 182.025501 101.545501) (xy 182.045138 101.521573) (xy 182.381574 101.185137) (xy 182.405501 101.165501) (xy 182.483853 101.070028) + (xy 182.542075 100.961103) (xy 182.577927 100.842913) (xy 182.581281 100.808855) (xy 182.589344 100.727) (xy 183.349206 100.727) + (xy 183.38 100.730033) (xy 183.410794 100.727) (xy 183.502913 100.717927) (xy 183.621103 100.682075) (xy 183.730028 100.623853) + (xy 183.825501 100.545501) (xy 183.845138 100.521573) (xy 184.151574 100.215137) (xy 184.175501 100.195501) (xy 184.253853 100.100028) + (xy 184.312075 99.991103) (xy 184.347927 99.872913) (xy 184.357 99.780794) (xy 184.357 99.780793) (xy 184.360033 99.75) + (xy 184.357 99.719206) (xy 184.357 99.178824) (xy 184.48 99.178824) (xy 184.553905 99.171545) (xy 184.62497 99.149988) + (xy 184.690463 99.114981) (xy 184.747869 99.067869) (xy 184.794981 99.010463) (xy 184.829988 98.94497) (xy 184.851545 98.873905) + (xy 184.858824 98.8) (xy 184.858824 97.8) (xy 184.851545 97.726095) (xy 184.829988 97.65503) (xy 184.794981 97.589537) + (xy 184.747869 97.532131) (xy 184.690463 97.485019) (xy 184.62497 97.450012) (xy 184.553905 97.428455) (xy 184.48 97.421176) + (xy 182.98 97.421176) (xy 182.906095 97.428455) (xy 182.83503 97.450012) (xy 182.769537 97.485019) (xy 182.712131 97.532131) + (xy 182.665019 97.589537) (xy 182.630012 97.65503) (xy 182.608455 97.726095) (xy 182.601176 97.8) (xy 182.601176 98.8) + (xy 182.608455 98.873905) (xy 182.630012 98.94497) (xy 182.665019 99.010463) (xy 182.712131 99.067869) (xy 182.769537 99.114981) + (xy 182.83503 99.149988) (xy 182.906095 99.171545) (xy 182.98 99.178824) (xy 183.103 99.178824) (xy 183.103 99.473) + (xy 182.340323 99.473) (xy 182.298545 99.450669) (xy 182.201218 99.421145) (xy 182.1 99.411176) (xy 181.82 99.411176) + (xy 181.79259 99.413876) (xy 181.733247 99.340887) (xy 181.636921 99.261092) (xy 181.526878 99.201623) (xy 181.407348 99.164765) + (xy 181.28575 99.155) (xy 181.127 99.31375) (xy 181.127 99.973) (xy 181.147 99.973) (xy 181.147 100.227) + (xy 181.127 100.227) (xy 181.127 100.247) (xy 180.873 100.247) (xy 180.873 100.227) (xy 180.24375 100.227) + (xy 180.085 100.38575) (xy 180.081935 100.407077) (xy 180.088123 100.473) (xy 176.193711 100.473) (xy 176.551579 100.115133) + (xy 176.575501 100.095501) (xy 176.653853 100.000028) (xy 176.712075 99.891103) (xy 176.741857 99.792923) (xy 180.081935 99.792923) + (xy 180.085 99.81425) (xy 180.24375 99.973) (xy 180.873 99.973) (xy 180.873 99.31375) (xy 180.71425 99.155) + (xy 180.592652 99.164765) (xy 180.473122 99.201623) (xy 180.363079 99.261092) (xy 180.266753 99.340887) (xy 180.187844 99.437941) + (xy 180.129386 99.548524) (xy 180.093625 99.668387) (xy 180.081935 99.792923) (xy 176.741857 99.792923) (xy 176.747927 99.772913) + (xy 176.752441 99.727087) (xy 176.760033 99.650001) (xy 176.757 99.619207) (xy 176.757 99.178824) (xy 176.88 99.178824) + (xy 176.953905 99.171545) (xy 177.02497 99.149988) (xy 177.090463 99.114981) (xy 177.147869 99.067869) (xy 177.194981 99.010463) + (xy 177.229988 98.94497) (xy 177.251545 98.873905) (xy 177.258824 98.8) (xy 177.258824 97.8) (xy 177.251545 97.726095) + (xy 177.229988 97.65503) (xy 177.194981 97.589537) (xy 177.147869 97.532131) (xy 177.090463 97.485019) (xy 177.02497 97.450012) + (xy 176.953905 97.428455) (xy 176.88 97.421176) (xy 175.38 97.421176) (xy 175.306095 97.428455) (xy 175.23503 97.450012) + (xy 175.169537 97.485019) (xy 175.112131 97.532131) (xy 175.065019 97.589537) (xy 175.030012 97.65503) (xy 175.008455 97.726095) + (xy 175.001176 97.8) (xy 175.001176 98.8) (xy 175.008455 98.873905) (xy 175.030012 98.94497) (xy 175.065019 99.010463) + (xy 175.112131 99.067869) (xy 175.169537 99.114981) (xy 175.23503 99.149988) (xy 175.306095 99.171545) (xy 175.38 99.178824) + (xy 175.503 99.178824) (xy 175.503 99.390288) (xy 175.420289 99.473) (xy 174.740323 99.473) (xy 174.698545 99.450669) + (xy 174.601218 99.421145) (xy 174.5 99.411176) (xy 174.22 99.411176) (xy 174.19259 99.413876) (xy 174.133247 99.340887) + (xy 174.036921 99.261092) (xy 173.926878 99.201623) (xy 173.807348 99.164765) (xy 173.68575 99.155) (xy 173.527 99.31375) + (xy 173.527 99.973) (xy 173.547 99.973) (xy 173.547 100.227) (xy 173.527 100.227) (xy 173.527 100.247) + (xy 173.273 100.247) (xy 173.273 100.227) (xy 172.64375 100.227) (xy 172.485 100.38575) (xy 172.481935 100.407077) + (xy 172.488123 100.473) (xy 168.493711 100.473) (xy 168.951579 100.015133) (xy 168.975501 99.995501) (xy 169.053853 99.900028) + (xy 169.111102 99.792923) (xy 172.481935 99.792923) (xy 172.485 99.81425) (xy 172.64375 99.973) (xy 173.273 99.973) + (xy 173.273 99.31375) (xy 173.11425 99.155) (xy 172.992652 99.164765) (xy 172.873122 99.201623) (xy 172.763079 99.261092) + (xy 172.666753 99.340887) (xy 172.587844 99.437941) (xy 172.529386 99.548524) (xy 172.493625 99.668387) (xy 172.481935 99.792923) + (xy 169.111102 99.792923) (xy 169.112075 99.791103) (xy 169.147927 99.672913) (xy 169.157 99.580794) (xy 169.157 99.580793) + (xy 169.160033 99.550001) (xy 169.157 99.519209) (xy 169.157 99.178824) (xy 169.28 99.178824) (xy 169.353905 99.171545) + (xy 169.42497 99.149988) (xy 169.490463 99.114981) (xy 169.547869 99.067869) (xy 169.594981 99.010463) (xy 169.629988 98.94497) + (xy 169.651545 98.873905) (xy 169.658824 98.8) (xy 169.658824 97.8) (xy 169.651545 97.726095) (xy 169.629988 97.65503) + (xy 169.594981 97.589537) (xy 169.547869 97.532131) (xy 169.490463 97.485019) (xy 169.42497 97.450012) (xy 169.353905 97.428455) + (xy 169.28 97.421176) (xy 167.78 97.421176) (xy 167.706095 97.428455) (xy 167.63503 97.450012) (xy 167.569537 97.485019) + (xy 167.512131 97.532131) (xy 167.465019 97.589537) (xy 167.430012 97.65503) (xy 167.408455 97.726095) (xy 167.401176 97.8) + (xy 167.401176 98.8) (xy 167.408455 98.873905) (xy 167.430012 98.94497) (xy 167.465019 99.010463) (xy 167.512131 99.067869) + (xy 167.569537 99.114981) (xy 167.63503 99.149988) (xy 167.706095 99.171545) (xy 167.78 99.178824) (xy 167.903 99.178824) + (xy 167.903 99.290288) (xy 167.720289 99.473) (xy 167.140323 99.473) (xy 167.098545 99.450669) (xy 167.001218 99.421145) + (xy 166.9 99.411176) (xy 166.62 99.411176) (xy 166.59259 99.413876) (xy 166.533247 99.340887) (xy 166.436921 99.261092) + (xy 166.326878 99.201623) (xy 166.207348 99.164765) (xy 166.08575 99.155) (xy 165.927 99.31375) (xy 165.927 99.973) + (xy 165.947 99.973) (xy 165.947 100.227) (xy 165.927 100.227) (xy 165.927 100.247) (xy 165.673 100.247) + (xy 165.673 100.227) (xy 165.04375 100.227) (xy 164.885 100.38575) (xy 164.881935 100.407077) (xy 164.888123 100.473) + (xy 160.893711 100.473) (xy 161.351579 100.015133) (xy 161.375501 99.995501) (xy 161.453853 99.900028) (xy 161.511102 99.792923) + (xy 164.881935 99.792923) (xy 164.885 99.81425) (xy 165.04375 99.973) (xy 165.673 99.973) (xy 165.673 99.31375) + (xy 165.51425 99.155) (xy 165.392652 99.164765) (xy 165.273122 99.201623) (xy 165.163079 99.261092) (xy 165.066753 99.340887) + (xy 164.987844 99.437941) (xy 164.929386 99.548524) (xy 164.893625 99.668387) (xy 164.881935 99.792923) (xy 161.511102 99.792923) + (xy 161.512075 99.791103) (xy 161.547927 99.672913) (xy 161.557 99.580794) (xy 161.557 99.580793) (xy 161.560033 99.550001) + (xy 161.557 99.519209) (xy 161.557 99.178824) (xy 161.68 99.178824) (xy 161.753905 99.171545) (xy 161.82497 99.149988) + (xy 161.890463 99.114981) (xy 161.947869 99.067869) (xy 161.994981 99.010463) (xy 162.029988 98.94497) (xy 162.051545 98.873905) + (xy 162.058824 98.8) (xy 162.058824 97.8) (xy 162.051545 97.726095) (xy 162.029988 97.65503) (xy 161.994981 97.589537) + (xy 161.947869 97.532131) (xy 161.890463 97.485019) (xy 161.82497 97.450012) (xy 161.753905 97.428455) (xy 161.68 97.421176) + (xy 160.18 97.421176) (xy 160.106095 97.428455) (xy 160.03503 97.450012) (xy 159.969537 97.485019) (xy 159.912131 97.532131) + (xy 159.865019 97.589537) (xy 159.830012 97.65503) (xy 159.808455 97.726095) (xy 159.801176 97.8) (xy 159.801176 98.8) + (xy 159.808455 98.873905) (xy 159.830012 98.94497) (xy 159.865019 99.010463) (xy 159.912131 99.067869) (xy 159.969537 99.114981) + (xy 160.03503 99.149988) (xy 160.106095 99.171545) (xy 160.18 99.178824) (xy 160.303 99.178824) (xy 160.303 99.290288) + (xy 160.120289 99.473) (xy 159.540323 99.473) (xy 159.498545 99.450669) (xy 159.401218 99.421145) (xy 159.3 99.411176) + (xy 159.02 99.411176) (xy 158.99259 99.413876) (xy 158.933247 99.340887) (xy 158.836921 99.261092) (xy 158.726878 99.201623) + (xy 158.607348 99.164765) (xy 158.48575 99.155) (xy 158.327 99.31375) (xy 158.327 99.973) (xy 158.347 99.973) + (xy 158.347 100.227) (xy 158.327 100.227) (xy 158.327 100.247) (xy 158.073 100.247) (xy 158.073 100.227) + (xy 157.44375 100.227) (xy 157.285 100.38575) (xy 157.281935 100.407077) (xy 157.288123 100.473) (xy 153.293711 100.473) + (xy 153.751579 100.015133) (xy 153.775501 99.995501) (xy 153.853853 99.900028) (xy 153.911102 99.792923) (xy 157.281935 99.792923) + (xy 157.285 99.81425) (xy 157.44375 99.973) (xy 158.073 99.973) (xy 158.073 99.31375) (xy 157.91425 99.155) + (xy 157.792652 99.164765) (xy 157.673122 99.201623) (xy 157.563079 99.261092) (xy 157.466753 99.340887) (xy 157.387844 99.437941) + (xy 157.329386 99.548524) (xy 157.293625 99.668387) (xy 157.281935 99.792923) (xy 153.911102 99.792923) (xy 153.912075 99.791103) + (xy 153.947927 99.672913) (xy 153.954503 99.606147) (xy 153.960033 99.55) (xy 153.957 99.519206) (xy 153.957 99.178824) + (xy 154.08 99.178824) (xy 154.153905 99.171545) (xy 154.22497 99.149988) (xy 154.290463 99.114981) (xy 154.347869 99.067869) + (xy 154.394981 99.010463) (xy 154.429988 98.94497) (xy 154.451545 98.873905) (xy 154.458824 98.8) (xy 154.458824 97.8) + (xy 154.451545 97.726095) (xy 154.429988 97.65503) (xy 154.394981 97.589537) (xy 154.347869 97.532131) (xy 154.290463 97.485019) + (xy 154.22497 97.450012) (xy 154.153905 97.428455) (xy 154.08 97.421176) (xy 152.58 97.421176) (xy 152.506095 97.428455) + (xy 152.43503 97.450012) (xy 152.369537 97.485019) (xy 152.312131 97.532131) (xy 152.265019 97.589537) (xy 152.230012 97.65503) + (xy 152.208455 97.726095) (xy 152.201176 97.8) (xy 152.201176 98.8) (xy 152.208455 98.873905) (xy 152.230012 98.94497) + (xy 152.265019 99.010463) (xy 152.312131 99.067869) (xy 152.369537 99.114981) (xy 152.43503 99.149988) (xy 152.506095 99.171545) + (xy 152.58 99.178824) (xy 152.703 99.178824) (xy 152.703 99.290288) (xy 152.490289 99.503) (xy 152.040323 99.503) + (xy 151.998545 99.480669) (xy 151.901218 99.451145) (xy 151.8 99.441176) (xy 151.52 99.441176) (xy 151.49259 99.443876) + (xy 151.433247 99.370887) (xy 151.336921 99.291092) (xy 151.226878 99.231623) (xy 151.107348 99.194765) (xy 150.98575 99.185) + (xy 150.827 99.34375) (xy 150.827 100.003) (xy 150.847 100.003) (xy 150.847 100.257) (xy 150.827 100.257) + (xy 150.827 100.277) (xy 150.573 100.277) (xy 150.573 100.257) (xy 149.94375 100.257) (xy 149.785 100.41575) + (xy 149.781935 100.437077) (xy 149.785307 100.473) (xy 145.893711 100.473) (xy 146.151574 100.215137) (xy 146.175501 100.195501) + (xy 146.253853 100.100028) (xy 146.312075 99.991103) (xy 146.347927 99.872913) (xy 146.35285 99.822923) (xy 149.781935 99.822923) + (xy 149.785 99.84425) (xy 149.94375 100.003) (xy 150.573 100.003) (xy 150.573 99.34375) (xy 150.41425 99.185) + (xy 150.292652 99.194765) (xy 150.173122 99.231623) (xy 150.063079 99.291092) (xy 149.966753 99.370887) (xy 149.887844 99.467941) + (xy 149.829386 99.578524) (xy 149.793625 99.698387) (xy 149.781935 99.822923) (xy 146.35285 99.822923) (xy 146.357 99.780794) + (xy 146.357 99.780793) (xy 146.360033 99.750001) (xy 146.357 99.719209) (xy 146.357 99.148824) (xy 146.48 99.148824) + (xy 146.553905 99.141545) (xy 146.62497 99.119988) (xy 146.690463 99.084981) (xy 146.747869 99.037869) (xy 146.794981 98.980463) + (xy 146.829988 98.91497) (xy 146.851545 98.843905) (xy 146.858824 98.77) (xy 146.858824 97.77) (xy 146.851545 97.696095) + (xy 146.829988 97.62503) (xy 146.794981 97.559537) (xy 146.747869 97.502131) (xy 146.690463 97.455019) (xy 146.62497 97.420012) + (xy 146.553905 97.398455) (xy 146.48 97.391176) (xy 144.98 97.391176) (xy 144.906095 97.398455) (xy 144.83503 97.420012) + (xy 144.769537 97.455019) (xy 144.712131 97.502131) (xy 144.665019 97.559537) (xy 144.630012 97.62503) (xy 144.608455 97.696095) + (xy 144.601176 97.77) (xy 144.601176 98.77) (xy 144.608455 98.843905) (xy 144.630012 98.91497) (xy 144.665019 98.980463) + (xy 144.712131 99.037869) (xy 144.769537 99.084981) (xy 144.83503 99.119988) (xy 144.906095 99.141545) (xy 144.98 99.148824) + (xy 145.103 99.148824) (xy 145.103 99.490289) (xy 145.080289 99.513) (xy 144.440323 99.513) (xy 144.398545 99.490669) + (xy 144.301218 99.461145) (xy 144.2 99.451176) (xy 143.92 99.451176) (xy 143.89259 99.453876) (xy 143.833247 99.380887) + (xy 143.736921 99.301092) (xy 143.626878 99.241623) (xy 143.507348 99.204765) (xy 143.38575 99.195) (xy 143.227 99.35375) + (xy 143.227 100.013) (xy 143.247 100.013) (xy 143.247 100.267) (xy 143.227 100.267) (xy 143.227 100.287) + (xy 142.973 100.287) (xy 142.973 100.267) (xy 142.34375 100.267) (xy 142.185 100.42575) (xy 142.181935 100.447077) + (xy 142.184368 100.473) (xy 138.193711 100.473) (xy 138.551579 100.115133) (xy 138.575501 100.095501) (xy 138.653853 100.000028) + (xy 138.712075 99.891103) (xy 138.729723 99.832923) (xy 142.181935 99.832923) (xy 142.185 99.85425) (xy 142.34375 100.013) + (xy 142.973 100.013) (xy 142.973 99.35375) (xy 142.81425 99.195) (xy 142.692652 99.204765) (xy 142.573122 99.241623) + (xy 142.463079 99.301092) (xy 142.366753 99.380887) (xy 142.287844 99.477941) (xy 142.229386 99.588524) (xy 142.193625 99.708387) + (xy 142.181935 99.832923) (xy 138.729723 99.832923) (xy 138.747927 99.772913) (xy 138.757 99.680794) (xy 138.757 99.680793) + (xy 138.760033 99.650001) (xy 138.757 99.619209) (xy 138.757 99.178824) (xy 138.88 99.178824) (xy 138.953905 99.171545) + (xy 139.02497 99.149988) (xy 139.090463 99.114981) (xy 139.147869 99.067869) (xy 139.194981 99.010463) (xy 139.229988 98.94497) + (xy 139.251545 98.873905) (xy 139.258824 98.8) (xy 139.258824 97.8) (xy 139.251545 97.726095) (xy 139.229988 97.65503) + (xy 139.194981 97.589537) (xy 139.147869 97.532131) (xy 139.090463 97.485019) (xy 139.02497 97.450012) (xy 138.953905 97.428455) + (xy 138.88 97.421176) (xy 137.38 97.421176) (xy 137.306095 97.428455) (xy 137.23503 97.450012) (xy 137.169537 97.485019) + (xy 137.112131 97.532131) (xy 137.065019 97.589537) (xy 137.030012 97.65503) (xy 137.008455 97.726095) (xy 137.001176 97.8) + (xy 137.001176 98.8) (xy 137.008455 98.873905) (xy 137.030012 98.94497) (xy 137.065019 99.010463) (xy 137.112131 99.067869) + (xy 137.169537 99.114981) (xy 137.23503 99.149988) (xy 137.306095 99.171545) (xy 137.38 99.178824) (xy 137.503 99.178824) + (xy 137.503 99.390288) (xy 137.400289 99.493) (xy 136.970323 99.493) (xy 136.928545 99.470669) (xy 136.831218 99.441145) + (xy 136.73 99.431176) (xy 136.45 99.431176) (xy 136.42259 99.433876) (xy 136.363247 99.360887) (xy 136.266921 99.281092) + (xy 136.156878 99.221623) (xy 136.037348 99.184765) (xy 135.91575 99.175) (xy 135.757 99.33375) (xy 135.757 99.993) + (xy 135.777 99.993) (xy 135.777 100.247) (xy 135.757 100.247) (xy 135.757 100.267) (xy 135.503 100.267) + (xy 135.503 100.247) (xy 134.87375 100.247) (xy 134.715 100.40575) (xy 134.711935 100.427077) (xy 134.716246 100.473) + (xy 130.693711 100.473) (xy 130.951579 100.215133) (xy 130.975501 100.195501) (xy 131.053853 100.100028) (xy 131.112075 99.991103) + (xy 131.147927 99.872913) (xy 131.153835 99.812923) (xy 134.711935 99.812923) (xy 134.715 99.83425) (xy 134.87375 99.993) + (xy 135.503 99.993) (xy 135.503 99.33375) (xy 135.34425 99.175) (xy 135.222652 99.184765) (xy 135.103122 99.221623) + (xy 134.993079 99.281092) (xy 134.896753 99.360887) (xy 134.817844 99.457941) (xy 134.759386 99.568524) (xy 134.723625 99.688387) + (xy 134.711935 99.812923) (xy 131.153835 99.812923) (xy 131.157 99.780794) (xy 131.157 99.780793) (xy 131.160033 99.750001) + (xy 131.157 99.719207) (xy 131.157 99.178824) (xy 131.28 99.178824) (xy 131.353905 99.171545) (xy 131.42497 99.149988) + (xy 131.490463 99.114981) (xy 131.547869 99.067869) (xy 131.594981 99.010463) (xy 131.629988 98.94497) (xy 131.651545 98.873905) + (xy 131.658824 98.8) (xy 131.658824 97.8) (xy 131.651545 97.726095) (xy 131.629988 97.65503) (xy 131.594981 97.589537) + (xy 131.547869 97.532131) (xy 131.490463 97.485019) (xy 131.42497 97.450012) (xy 131.353905 97.428455) (xy 131.28 97.421176) + (xy 129.78 97.421176) (xy 129.706095 97.428455) (xy 129.63503 97.450012) (xy 129.569537 97.485019) (xy 129.512131 97.532131) + (xy 129.465019 97.589537) (xy 129.430012 97.65503) (xy 129.408455 97.726095) (xy 129.401176 97.8) (xy 129.401176 98.8) + (xy 129.408455 98.873905) (xy 129.430012 98.94497) (xy 129.465019 99.010463) (xy 129.512131 99.067869) (xy 129.569537 99.114981) + (xy 129.63503 99.149988) (xy 129.706095 99.171545) (xy 129.78 99.178824) (xy 129.903 99.178824) (xy 129.903 99.490288) + (xy 129.820289 99.573) (xy 129.140323 99.573) (xy 129.098545 99.550669) (xy 129.001218 99.521145) (xy 128.9 99.511176) + (xy 128.62 99.511176) (xy 128.59259 99.513876) (xy 128.533247 99.440887) (xy 128.436921 99.361092) (xy 128.326878 99.301623) + (xy 128.207348 99.264765) (xy 128.08575 99.255) (xy 127.927 99.41375) (xy 127.927 100.073) (xy 127.947 100.073) + (xy 127.947 100.327) (xy 127.927 100.327) (xy 127.927 100.347) (xy 127.673 100.347) (xy 127.673 100.327) + (xy 127.04375 100.327) (xy 126.89775 100.473) (xy 123.093711 100.473) (xy 123.351579 100.215133) (xy 123.375501 100.195501) + (xy 123.453853 100.100028) (xy 123.512075 99.991103) (xy 123.541857 99.892923) (xy 126.881935 99.892923) (xy 126.885 99.91425) + (xy 127.04375 100.073) (xy 127.673 100.073) (xy 127.673 99.41375) (xy 127.51425 99.255) (xy 127.392652 99.264765) + (xy 127.273122 99.301623) (xy 127.163079 99.361092) (xy 127.066753 99.440887) (xy 126.987844 99.537941) (xy 126.929386 99.648524) + (xy 126.893625 99.768387) (xy 126.881935 99.892923) (xy 123.541857 99.892923) (xy 123.547927 99.872913) (xy 123.557 99.780794) + (xy 123.557 99.780793) (xy 123.560033 99.750001) (xy 123.557 99.719207) (xy 123.557 99.178824) (xy 123.68 99.178824) + (xy 123.753905 99.171545) (xy 123.82497 99.149988) (xy 123.890463 99.114981) (xy 123.947869 99.067869) (xy 123.994981 99.010463) + (xy 124.029988 98.94497) (xy 124.051545 98.873905) (xy 124.058824 98.8) (xy 124.058824 97.8) (xy 124.051545 97.726095) + (xy 124.029988 97.65503) (xy 123.994981 97.589537) (xy 123.947869 97.532131) (xy 123.890463 97.485019) (xy 123.82497 97.450012) + (xy 123.753905 97.428455) (xy 123.68 97.421176) (xy 122.18 97.421176) (xy 122.106095 97.428455) (xy 122.03503 97.450012) + (xy 121.969537 97.485019) (xy 121.912131 97.532131) (xy 121.865019 97.589537) (xy 121.830012 97.65503) (xy 121.808455 97.726095) + (xy 121.801176 97.8) (xy 121.801176 98.8) (xy 121.808455 98.873905) (xy 121.830012 98.94497) (xy 121.865019 99.010463) + (xy 121.912131 99.067869) (xy 121.969537 99.114981) (xy 122.03503 99.149988) (xy 122.106095 99.171545) (xy 122.18 99.178824) + (xy 122.303 99.178824) (xy 122.303 99.490288) (xy 122.220289 99.573) (xy 121.540323 99.573) (xy 121.498545 99.550669) + (xy 121.401218 99.521145) (xy 121.3 99.511176) (xy 121.02 99.511176) (xy 120.99259 99.513876) (xy 120.933247 99.440887) + (xy 120.836921 99.361092) (xy 120.726878 99.301623) (xy 120.607348 99.264765) (xy 120.48575 99.255) (xy 120.327 99.41375) + (xy 120.327 100.073) (xy 120.347 100.073) (xy 120.347 100.327) (xy 120.327 100.327) (xy 120.327 100.347) + (xy 120.073 100.347) (xy 120.073 100.327) (xy 119.44375 100.327) (xy 119.29775 100.473) (xy 116.980789 100.473) + (xy 116.949997 100.469967) (xy 116.919206 100.473) (xy 116.919204 100.473) (xy 116.827085 100.482073) (xy 116.708895 100.517925) + (xy 116.699402 100.522999) (xy 115.543712 100.522999) (xy 115.751574 100.315137) (xy 115.775501 100.295501) (xy 115.853853 100.200028) + (xy 115.912075 100.091103) (xy 115.947927 99.972913) (xy 115.955805 99.892923) (xy 119.281935 99.892923) (xy 119.285 99.91425) + (xy 119.44375 100.073) (xy 120.073 100.073) (xy 120.073 99.41375) (xy 119.91425 99.255) (xy 119.792652 99.264765) + (xy 119.673122 99.301623) (xy 119.563079 99.361092) (xy 119.466753 99.440887) (xy 119.387844 99.537941) (xy 119.329386 99.648524) + (xy 119.293625 99.768387) (xy 119.281935 99.892923) (xy 115.955805 99.892923) (xy 115.957 99.880794) (xy 115.957 99.880793) + (xy 115.960033 99.85) (xy 115.957 99.819206) (xy 115.957 99.178824) (xy 116.08 99.178824) (xy 116.153905 99.171545) + (xy 116.22497 99.149988) (xy 116.290463 99.114981) (xy 116.347869 99.067869) (xy 116.394981 99.010463) (xy 116.429988 98.94497) + (xy 116.451545 98.873905) (xy 116.458824 98.8) (xy 116.458824 97.8) (xy 116.451545 97.726095) (xy 116.429988 97.65503) + (xy 116.394981 97.589537) (xy 116.347869 97.532131) (xy 116.290463 97.485019) (xy 116.22497 97.450012) (xy 116.153905 97.428455) + (xy 116.08 97.421176) (xy 114.58 97.421176) (xy 114.506095 97.428455) (xy 114.43503 97.450012) (xy 114.369537 97.485019) + (xy 114.312131 97.532131) (xy 114.265019 97.589537) (xy 114.230012 97.65503) (xy 114.208455 97.726095) (xy 114.201176 97.8) + (xy 114.201176 98.8) (xy 114.208455 98.873905) (xy 114.230012 98.94497) (xy 114.265019 99.010463) (xy 114.312131 99.067869) + (xy 114.369537 99.114981) (xy 114.43503 99.149988) (xy 114.506095 99.171545) (xy 114.58 99.178824) (xy 114.703 99.178824) + (xy 114.703 99.573) (xy 113.960323 99.573) (xy 113.918545 99.550669) (xy 113.821218 99.521145) (xy 113.72 99.511176) + (xy 113.44 99.511176) (xy 113.41259 99.513876) (xy 113.353247 99.440887) (xy 113.256921 99.361092) (xy 113.146878 99.301623) + (xy 113.027348 99.264765) (xy 112.90575 99.255) (xy 112.747 99.41375) (xy 112.747 100.073) (xy 112.767 100.073) + (xy 112.767 100.327) (xy 112.747 100.327) (xy 112.747 100.347) (xy 112.493 100.347) (xy 112.493 100.327) + (xy 111.86375 100.327) (xy 111.705 100.48575) (xy 111.701935 100.507077) (xy 111.70343 100.522999) (xy 107.507 100.522999) + (xy 107.507 99.892923) (xy 111.701935 99.892923) (xy 111.705 99.91425) (xy 111.86375 100.073) (xy 112.493 100.073) + (xy 112.493 99.41375) (xy 112.33425 99.255) (xy 112.212652 99.264765) (xy 112.093122 99.301623) (xy 111.983079 99.361092) + (xy 111.886753 99.440887) (xy 111.807844 99.537941) (xy 111.749386 99.648524) (xy 111.713625 99.768387) (xy 111.701935 99.892923) + (xy 107.507 99.892923) (xy 107.507 96.423472) (xy 107.903 96.423472) (xy 107.903 96.576528) (xy 107.932859 96.726643) + (xy 107.991431 96.868048) (xy 108.076464 96.995309) (xy 108.178 97.096845) (xy 108.178001 97.875347) (xy 108.175573 97.9) + (xy 108.185265 97.998409) (xy 108.21397 98.093036) (xy 108.260584 98.180245) (xy 108.307601 98.237535) (xy 108.307604 98.237538) + (xy 108.323317 98.256684) (xy 108.342463 98.272397) (xy 108.707603 98.637538) (xy 108.723316 98.656684) (xy 108.742462 98.672397) + (xy 108.742464 98.672399) (xy 108.780652 98.703739) (xy 108.799755 98.719417) (xy 108.886964 98.766031) (xy 108.981591 98.794736) + (xy 109.055347 98.802) (xy 109.055356 98.802) (xy 109.079999 98.804427) (xy 109.104642 98.802) (xy 109.301373 98.802) + (xy 109.308455 98.873905) (xy 109.330012 98.94497) (xy 109.365019 99.010463) (xy 109.412131 99.067869) (xy 109.469537 99.114981) + (xy 109.53503 99.149988) (xy 109.606095 99.171545) (xy 109.68 99.178824) (xy 111.18 99.178824) (xy 111.253905 99.171545) + (xy 111.32497 99.149988) (xy 111.390463 99.114981) (xy 111.447869 99.067869) (xy 111.494981 99.010463) (xy 111.529988 98.94497) + (xy 111.551545 98.873905) (xy 111.558824 98.8) (xy 111.558824 97.8) (xy 111.551545 97.726095) (xy 111.529988 97.65503) + (xy 111.494981 97.589537) (xy 111.447869 97.532131) (xy 111.390463 97.485019) (xy 111.32497 97.450012) (xy 111.253905 97.428455) + (xy 111.18 97.421176) (xy 109.68 97.421176) (xy 109.606095 97.428455) (xy 109.53503 97.450012) (xy 109.469537 97.485019) + (xy 109.412131 97.532131) (xy 109.365019 97.589537) (xy 109.330012 97.65503) (xy 109.308455 97.726095) (xy 109.301373 97.798) + (xy 109.287935 97.798) (xy 109.182 97.692066) (xy 109.182 97.096845) (xy 109.283536 96.995309) (xy 109.368569 96.868048) + (xy 109.427141 96.726643) (xy 109.457 96.576528) (xy 109.457 96.423472) (xy 109.427141 96.273357) (xy 109.380062 96.159698) + (xy 109.43582 96.189502) (xy 109.555518 96.225812) (xy 109.68 96.238072) (xy 110.14425 96.235) (xy 110.303 96.07625) + (xy 110.303 95.227) (xy 110.557 95.227) (xy 110.557 96.07625) (xy 110.71575 96.235) (xy 111.18 96.238072) + (xy 111.304482 96.225812) (xy 111.42418 96.189502) (xy 111.534494 96.130537) (xy 111.631185 96.051185) (xy 111.710537 95.954494) + (xy 111.769502 95.84418) (xy 111.805812 95.724482) (xy 111.818072 95.6) (xy 111.815 95.38575) (xy 111.65625 95.227) + (xy 110.557 95.227) (xy 110.303 95.227) (xy 109.20375 95.227) (xy 109.045 95.38575) (xy 109.041928 95.6) + (xy 109.054188 95.724482) (xy 109.08883 95.83868) (xy 109.048048 95.811431) (xy 108.906643 95.752859) (xy 108.756528 95.723) + (xy 108.603472 95.723) (xy 108.453357 95.752859) (xy 108.311952 95.811431) (xy 108.184691 95.896464) (xy 108.076464 96.004691) + (xy 107.991431 96.131952) (xy 107.932859 96.273357) (xy 107.903 96.423472) (xy 107.507 96.423472) (xy 107.507 94.776999) + (xy 109.044466 94.776999) (xy 109.045 94.81425) (xy 109.20375 94.973) (xy 110.303 94.973) (xy 110.303 94.953) + (xy 110.557 94.953) (xy 110.557 94.973) (xy 111.65625 94.973) (xy 111.815 94.81425) (xy 111.815534 94.776999) + (xy 113.499207 94.776999) (xy 113.530001 94.780032) (xy 113.560795 94.776999) (xy 114.201176 94.776999) (xy 114.201176 95.6) + (xy 114.208455 95.673905) (xy 114.230012 95.74497) (xy 114.265019 95.810463) (xy 114.312131 95.867869) (xy 114.369537 95.914981) + (xy 114.43503 95.949988) (xy 114.506095 95.971545) (xy 114.58 95.978824) (xy 114.828001 95.978824) (xy 114.828001 96.125347) + (xy 114.825573 96.15) (xy 114.835265 96.248409) (xy 114.86397 96.343036) (xy 114.910584 96.430245) (xy 114.957601 96.487535) + (xy 114.957604 96.487538) (xy 114.973317 96.506684) (xy 114.992463 96.522397) (xy 115.407603 96.937538) (xy 115.423316 96.956684) + (xy 115.442462 96.972397) (xy 115.442464 96.972399) (xy 115.46761 96.993036) (xy 115.499755 97.019417) (xy 115.586964 97.066031) + (xy 115.681591 97.094736) (xy 115.755347 97.102) (xy 115.755356 97.102) (xy 115.779999 97.104427) (xy 115.804642 97.102) + (xy 117.272066 97.102) (xy 117.528 97.357935) (xy 117.528 97.421176) (xy 117.28 97.421176) (xy 117.206095 97.428455) + (xy 117.13503 97.450012) (xy 117.069537 97.485019) (xy 117.012131 97.532131) (xy 116.965019 97.589537) (xy 116.930012 97.65503) + (xy 116.908455 97.726095) (xy 116.901176 97.8) (xy 116.901176 98.8) (xy 116.908455 98.873905) (xy 116.930012 98.94497) + (xy 116.965019 99.010463) (xy 117.012131 99.067869) (xy 117.069537 99.114981) (xy 117.13503 99.149988) (xy 117.206095 99.171545) + (xy 117.28 99.178824) (xy 118.78 99.178824) (xy 118.853905 99.171545) (xy 118.92497 99.149988) (xy 118.990463 99.114981) + (xy 119.047869 99.067869) (xy 119.094981 99.010463) (xy 119.129988 98.94497) (xy 119.151545 98.873905) (xy 119.158824 98.8) + (xy 119.158824 97.8) (xy 119.151545 97.726095) (xy 119.129988 97.65503) (xy 119.094981 97.589537) (xy 119.047869 97.532131) + (xy 118.990463 97.485019) (xy 118.92497 97.450012) (xy 118.853905 97.428455) (xy 118.78 97.421176) (xy 118.532 97.421176) + (xy 118.532 97.174642) (xy 118.534427 97.149999) (xy 118.532 97.125356) (xy 118.532 97.125347) (xy 118.524736 97.051591) + (xy 118.496031 96.956964) (xy 118.449417 96.869755) (xy 118.386684 96.793316) (xy 118.367538 96.777603) (xy 117.852401 96.262467) + (xy 117.836684 96.243316) (xy 117.781348 96.197902) (xy 117.903 96.07625) (xy 117.903 95.227) (xy 118.157 95.227) + (xy 118.157 96.07625) (xy 118.31575 96.235) (xy 118.78 96.238072) (xy 118.904482 96.225812) (xy 119.02418 96.189502) + (xy 119.134494 96.130537) (xy 119.231185 96.051185) (xy 119.310537 95.954494) (xy 119.369502 95.84418) (xy 119.405812 95.724482) + (xy 119.418072 95.6) (xy 119.415 95.38575) (xy 119.25625 95.227) (xy 118.157 95.227) (xy 117.903 95.227) + (xy 116.80375 95.227) (xy 116.645 95.38575) (xy 116.641928 95.6) (xy 116.654188 95.724482) (xy 116.690498 95.84418) + (xy 116.749463 95.954494) (xy 116.828815 96.051185) (xy 116.885859 96.098) (xy 115.987935 96.098) (xy 115.868758 95.978824) + (xy 116.08 95.978824) (xy 116.153905 95.971545) (xy 116.22497 95.949988) (xy 116.290463 95.914981) (xy 116.347869 95.867869) + (xy 116.394981 95.810463) (xy 116.429988 95.74497) (xy 116.451545 95.673905) (xy 116.458824 95.6) (xy 116.458824 94.776999) + (xy 116.644466 94.776999) (xy 116.645 94.81425) (xy 116.80375 94.973) (xy 117.903 94.973) (xy 117.903 94.953) + (xy 118.157 94.953) (xy 118.157 94.973) (xy 119.25625 94.973) (xy 119.415 94.81425) (xy 119.415534 94.776999) + (xy 121.199205 94.776999) (xy 121.229999 94.780032) (xy 121.260793 94.776999) (xy 121.801176 94.776999) (xy 121.801176 95.6) + (xy 121.808455 95.673905) (xy 121.830012 95.74497) (xy 121.865019 95.810463) (xy 121.912131 95.867869) (xy 121.969537 95.914981) + (xy 122.03503 95.949988) (xy 122.106095 95.971545) (xy 122.18 95.978824) (xy 122.428001 95.978824) (xy 122.428001 96.225347) + (xy 122.425573 96.25) (xy 122.435265 96.348409) (xy 122.46397 96.443036) (xy 122.510584 96.530245) (xy 122.557601 96.587535) + (xy 122.557604 96.587538) (xy 122.573317 96.606684) (xy 122.592462 96.622396) (xy 122.907607 96.937543) (xy 122.923316 96.956684) + (xy 122.942456 96.972392) (xy 122.942464 96.9724) (xy 122.999754 97.019417) (xy 123.046368 97.044332) (xy 123.086964 97.066031) + (xy 123.181591 97.094736) (xy 123.255347 97.102) (xy 123.255357 97.102) (xy 123.28 97.104427) (xy 123.304643 97.102) + (xy 124.872066 97.102) (xy 125.128 97.357935) (xy 125.128 97.421176) (xy 124.88 97.421176) (xy 124.806095 97.428455) + (xy 124.73503 97.450012) (xy 124.669537 97.485019) (xy 124.612131 97.532131) (xy 124.565019 97.589537) (xy 124.530012 97.65503) + (xy 124.508455 97.726095) (xy 124.501176 97.8) (xy 124.501176 98.8) (xy 124.508455 98.873905) (xy 124.530012 98.94497) + (xy 124.565019 99.010463) (xy 124.612131 99.067869) (xy 124.669537 99.114981) (xy 124.73503 99.149988) (xy 124.806095 99.171545) + (xy 124.88 99.178824) (xy 126.38 99.178824) (xy 126.453905 99.171545) (xy 126.52497 99.149988) (xy 126.590463 99.114981) + (xy 126.647869 99.067869) (xy 126.694981 99.010463) (xy 126.729988 98.94497) (xy 126.751545 98.873905) (xy 126.758824 98.8) + (xy 126.758824 97.8) (xy 126.751545 97.726095) (xy 126.729988 97.65503) (xy 126.694981 97.589537) (xy 126.647869 97.532131) + (xy 126.590463 97.485019) (xy 126.52497 97.450012) (xy 126.453905 97.428455) (xy 126.38 97.421176) (xy 126.132 97.421176) + (xy 126.132 97.174642) (xy 126.134427 97.149999) (xy 126.132 97.125356) (xy 126.132 97.125347) (xy 126.124736 97.051591) + (xy 126.096031 96.956964) (xy 126.049417 96.869755) (xy 125.986684 96.793316) (xy 125.967538 96.777603) (xy 125.452401 96.262467) + (xy 125.436684 96.243316) (xy 125.381348 96.197902) (xy 125.503 96.07625) (xy 125.503 95.227) (xy 125.757 95.227) + (xy 125.757 96.07625) (xy 125.91575 96.235) (xy 126.38 96.238072) (xy 126.504482 96.225812) (xy 126.62418 96.189502) + (xy 126.734494 96.130537) (xy 126.831185 96.051185) (xy 126.910537 95.954494) (xy 126.969502 95.84418) (xy 127.005812 95.724482) + (xy 127.018072 95.6) (xy 127.015 95.38575) (xy 126.85625 95.227) (xy 125.757 95.227) (xy 125.503 95.227) + (xy 124.40375 95.227) (xy 124.245 95.38575) (xy 124.241928 95.6) (xy 124.254188 95.724482) (xy 124.290498 95.84418) + (xy 124.349463 95.954494) (xy 124.428815 96.051185) (xy 124.485859 96.098) (xy 123.487935 96.098) (xy 123.432 96.042065) + (xy 123.432 95.978824) (xy 123.68 95.978824) (xy 123.753905 95.971545) (xy 123.82497 95.949988) (xy 123.890463 95.914981) + (xy 123.947869 95.867869) (xy 123.994981 95.810463) (xy 124.029988 95.74497) (xy 124.051545 95.673905) (xy 124.058824 95.6) + (xy 124.058824 94.776999) (xy 124.244466 94.776999) (xy 124.245 94.81425) (xy 124.40375 94.973) (xy 125.503 94.973) + (xy 125.503 94.953) (xy 125.757 94.953) (xy 125.757 94.973) (xy 126.85625 94.973) (xy 127.015 94.81425) + (xy 127.015534 94.776999) (xy 128.799205 94.776999) (xy 128.829999 94.780032) (xy 128.860793 94.776999) (xy 129.401176 94.776999) + (xy 129.401176 95.6) (xy 129.408455 95.673905) (xy 129.430012 95.74497) (xy 129.465019 95.810463) (xy 129.512131 95.867869) + (xy 129.569537 95.914981) (xy 129.63503 95.949988) (xy 129.706095 95.971545) (xy 129.78 95.978824) (xy 130.028001 95.978824) + (xy 130.028001 96.125347) (xy 130.025573 96.15) (xy 130.035265 96.248409) (xy 130.06397 96.343036) (xy 130.110584 96.430245) + (xy 130.157601 96.487535) (xy 130.157604 96.487538) (xy 130.173317 96.506684) (xy 130.192463 96.522397) (xy 130.707603 97.037538) + (xy 130.723316 97.056684) (xy 130.742462 97.072397) (xy 130.742464 97.072399) (xy 130.76761 97.093036) (xy 130.799755 97.119417) + (xy 130.886964 97.166031) (xy 130.981591 97.194736) (xy 131.055347 97.202) (xy 131.055356 97.202) (xy 131.079999 97.204427) + (xy 131.104642 97.202) (xy 132.372066 97.202) (xy 132.591241 97.421176) (xy 132.48 97.421176) (xy 132.406095 97.428455) + (xy 132.33503 97.450012) (xy 132.269537 97.485019) (xy 132.212131 97.532131) (xy 132.165019 97.589537) (xy 132.130012 97.65503) + (xy 132.108455 97.726095) (xy 132.101176 97.8) (xy 132.101176 98.8) (xy 132.108455 98.873905) (xy 132.130012 98.94497) + (xy 132.165019 99.010463) (xy 132.212131 99.067869) (xy 132.269537 99.114981) (xy 132.33503 99.149988) (xy 132.406095 99.171545) + (xy 132.48 99.178824) (xy 133.98 99.178824) (xy 134.053905 99.171545) (xy 134.12497 99.149988) (xy 134.190463 99.114981) + (xy 134.247869 99.067869) (xy 134.294981 99.010463) (xy 134.329988 98.94497) (xy 134.351545 98.873905) (xy 134.358824 98.8) + (xy 134.358824 97.8) (xy 134.351545 97.726095) (xy 134.329988 97.65503) (xy 134.294981 97.589537) (xy 134.247869 97.532131) + (xy 134.190463 97.485019) (xy 134.12497 97.450012) (xy 134.053905 97.428455) (xy 133.98 97.421176) (xy 133.732 97.421176) + (xy 133.732 97.374643) (xy 133.734427 97.35) (xy 133.732 97.325357) (xy 133.732 97.325347) (xy 133.724736 97.251591) + (xy 133.696031 97.156964) (xy 133.649417 97.069755) (xy 133.63869 97.056684) (xy 133.6024 97.012464) (xy 133.602392 97.012456) + (xy 133.586684 96.993316) (xy 133.567543 96.977607) (xy 132.952401 96.362467) (xy 132.936684 96.343316) (xy 132.860245 96.280583) + (xy 132.777035 96.236106) (xy 132.94425 96.235) (xy 133.103 96.07625) (xy 133.103 95.227) (xy 133.357 95.227) + (xy 133.357 96.07625) (xy 133.51575 96.235) (xy 133.98 96.238072) (xy 134.104482 96.225812) (xy 134.22418 96.189502) + (xy 134.334494 96.130537) (xy 134.431185 96.051185) (xy 134.510537 95.954494) (xy 134.569502 95.84418) (xy 134.605812 95.724482) + (xy 134.618072 95.6) (xy 134.615 95.38575) (xy 134.45625 95.227) (xy 133.357 95.227) (xy 133.103 95.227) + (xy 132.00375 95.227) (xy 131.845 95.38575) (xy 131.841928 95.6) (xy 131.854188 95.724482) (xy 131.890498 95.84418) + (xy 131.949463 95.954494) (xy 132.028815 96.051185) (xy 132.125506 96.130537) (xy 132.23582 96.189502) (xy 132.263834 96.198) + (xy 131.287935 96.198) (xy 131.068758 95.978824) (xy 131.28 95.978824) (xy 131.353905 95.971545) (xy 131.42497 95.949988) + (xy 131.490463 95.914981) (xy 131.547869 95.867869) (xy 131.594981 95.810463) (xy 131.629988 95.74497) (xy 131.651545 95.673905) + (xy 131.658824 95.6) (xy 131.658824 94.776999) (xy 131.844466 94.776999) (xy 131.845 94.81425) (xy 132.00375 94.973) + (xy 133.103 94.973) (xy 133.103 94.953) (xy 133.357 94.953) (xy 133.357 94.973) (xy 134.45625 94.973) + (xy 134.615 94.81425) (xy 134.615534 94.776999) (xy 136.299205 94.776999) (xy 136.329999 94.780032) (xy 136.360793 94.776999) + (xy 137.001176 94.776999) (xy 137.001176 95.6) (xy 137.008455 95.673905) (xy 137.030012 95.74497) (xy 137.065019 95.810463) + (xy 137.112131 95.867869) (xy 137.169537 95.914981) (xy 137.23503 95.949988) (xy 137.306095 95.971545) (xy 137.38 95.978824) + (xy 137.628001 95.978824) (xy 137.628001 96.025347) (xy 137.625573 96.05) (xy 137.635265 96.148409) (xy 137.66397 96.243036) + (xy 137.710584 96.330245) (xy 137.757601 96.387535) (xy 137.757604 96.387538) (xy 137.773317 96.406684) (xy 137.792463 96.422397) + (xy 138.307603 96.937538) (xy 138.323316 96.956684) (xy 138.342462 96.972397) (xy 138.342464 96.972399) (xy 138.36761 96.993036) + (xy 138.399755 97.019417) (xy 138.486964 97.066031) (xy 138.581591 97.094736) (xy 138.655347 97.102) (xy 138.655356 97.102) + (xy 138.679999 97.104427) (xy 138.704642 97.102) (xy 140.072066 97.102) (xy 140.328 97.357935) (xy 140.328 97.391176) + (xy 140.08 97.391176) (xy 140.006095 97.398455) (xy 139.93503 97.420012) (xy 139.869537 97.455019) (xy 139.812131 97.502131) + (xy 139.765019 97.559537) (xy 139.730012 97.62503) (xy 139.708455 97.696095) (xy 139.701176 97.77) (xy 139.701176 98.77) + (xy 139.708455 98.843905) (xy 139.730012 98.91497) (xy 139.765019 98.980463) (xy 139.812131 99.037869) (xy 139.869537 99.084981) + (xy 139.93503 99.119988) (xy 140.006095 99.141545) (xy 140.08 99.148824) (xy 141.58 99.148824) (xy 141.653905 99.141545) + (xy 141.72497 99.119988) (xy 141.790463 99.084981) (xy 141.847869 99.037869) (xy 141.894981 98.980463) (xy 141.929988 98.91497) + (xy 141.951545 98.843905) (xy 141.958824 98.77) (xy 141.958824 97.77) (xy 141.951545 97.696095) (xy 141.929988 97.62503) + (xy 141.894981 97.559537) (xy 141.847869 97.502131) (xy 141.790463 97.455019) (xy 141.72497 97.420012) (xy 141.653905 97.398455) + (xy 141.58 97.391176) (xy 141.332 97.391176) (xy 141.332 97.174642) (xy 141.334427 97.149999) (xy 141.332 97.125356) + (xy 141.332 97.125347) (xy 141.324736 97.051591) (xy 141.296031 96.956964) (xy 141.249417 96.869755) (xy 141.186684 96.793316) + (xy 141.167538 96.777603) (xy 140.652401 96.262467) (xy 140.636684 96.243316) (xy 140.564871 96.184379) (xy 140.703 96.04625) + (xy 140.703 95.197) (xy 140.957 95.197) (xy 140.957 96.04625) (xy 141.11575 96.205) (xy 141.58 96.208072) + (xy 141.704482 96.195812) (xy 141.82418 96.159502) (xy 141.934494 96.100537) (xy 142.031185 96.021185) (xy 142.110537 95.924494) + (xy 142.169502 95.81418) (xy 142.205812 95.694482) (xy 142.218072 95.57) (xy 142.215 95.35575) (xy 142.05625 95.197) + (xy 140.957 95.197) (xy 140.703 95.197) (xy 139.60375 95.197) (xy 139.445 95.35575) (xy 139.441928 95.57) + (xy 139.454188 95.694482) (xy 139.490498 95.81418) (xy 139.549463 95.924494) (xy 139.628815 96.021185) (xy 139.722415 96.098) + (xy 138.887935 96.098) (xy 138.768759 95.978824) (xy 138.88 95.978824) (xy 138.953905 95.971545) (xy 139.02497 95.949988) + (xy 139.090463 95.914981) (xy 139.147869 95.867869) (xy 139.194981 95.810463) (xy 139.229988 95.74497) (xy 139.251545 95.673905) + (xy 139.258824 95.6) (xy 139.258824 94.776999) (xy 139.444896 94.776999) (xy 139.445 94.78425) (xy 139.60375 94.943) + (xy 140.703 94.943) (xy 140.703 94.923) (xy 140.957 94.923) (xy 140.957 94.943) (xy 142.05625 94.943) + (xy 142.215 94.78425) (xy 142.215534 94.746999) (xy 144.601176 94.746999) (xy 144.601176 95.57) (xy 144.608455 95.643905) + (xy 144.630012 95.71497) (xy 144.665019 95.780463) (xy 144.712131 95.837869) (xy 144.769537 95.884981) (xy 144.83503 95.919988) + (xy 144.906095 95.941545) (xy 144.98 95.948824) (xy 145.228001 95.948824) (xy 145.228001 96.025347) (xy 145.225573 96.05) + (xy 145.235265 96.148409) (xy 145.26397 96.243036) (xy 145.310584 96.330245) (xy 145.357601 96.387535) (xy 145.357604 96.387538) + (xy 145.373317 96.406684) (xy 145.392463 96.422397) (xy 145.907603 96.937538) (xy 145.923316 96.956684) (xy 145.942462 96.972397) + (xy 145.942464 96.972399) (xy 145.96761 96.993036) (xy 145.999755 97.019417) (xy 146.086964 97.066031) (xy 146.181591 97.094736) + (xy 146.255347 97.102) (xy 146.255356 97.102) (xy 146.279999 97.104427) (xy 146.304642 97.102) (xy 147.872065 97.102) + (xy 147.928 97.157935) (xy 147.928 97.421176) (xy 147.68 97.421176) (xy 147.606095 97.428455) (xy 147.53503 97.450012) + (xy 147.469537 97.485019) (xy 147.412131 97.532131) (xy 147.365019 97.589537) (xy 147.330012 97.65503) (xy 147.308455 97.726095) + (xy 147.301176 97.8) (xy 147.301176 98.8) (xy 147.308455 98.873905) (xy 147.330012 98.94497) (xy 147.365019 99.010463) + (xy 147.412131 99.067869) (xy 147.469537 99.114981) (xy 147.53503 99.149988) (xy 147.606095 99.171545) (xy 147.68 99.178824) + (xy 149.18 99.178824) (xy 149.253905 99.171545) (xy 149.32497 99.149988) (xy 149.390463 99.114981) (xy 149.447869 99.067869) + (xy 149.494981 99.010463) (xy 149.529988 98.94497) (xy 149.551545 98.873905) (xy 149.558824 98.8) (xy 149.558824 97.8) + (xy 149.551545 97.726095) (xy 149.529988 97.65503) (xy 149.494981 97.589537) (xy 149.447869 97.532131) (xy 149.390463 97.485019) + (xy 149.32497 97.450012) (xy 149.253905 97.428455) (xy 149.18 97.421176) (xy 148.932 97.421176) (xy 148.932 96.974643) + (xy 148.934427 96.95) (xy 148.932 96.925357) (xy 148.932 96.925347) (xy 148.924736 96.851591) (xy 148.896031 96.756964) + (xy 148.85329 96.677) (xy 148.849417 96.669754) (xy 148.8024 96.612464) (xy 148.802392 96.612456) (xy 148.786684 96.593316) + (xy 148.767543 96.577607) (xy 148.452401 96.262467) (xy 148.436684 96.243316) (xy 148.360245 96.180583) (xy 148.273036 96.133969) + (xy 148.251741 96.127509) (xy 148.303 96.07625) (xy 148.303 95.227) (xy 148.557 95.227) (xy 148.557 96.07625) + (xy 148.71575 96.235) (xy 149.18 96.238072) (xy 149.304482 96.225812) (xy 149.42418 96.189502) (xy 149.534494 96.130537) + (xy 149.631185 96.051185) (xy 149.710537 95.954494) (xy 149.769502 95.84418) (xy 149.805812 95.724482) (xy 149.818072 95.6) + (xy 149.815 95.38575) (xy 149.65625 95.227) (xy 148.557 95.227) (xy 148.303 95.227) (xy 147.20375 95.227) + (xy 147.045 95.38575) (xy 147.041928 95.6) (xy 147.054188 95.724482) (xy 147.090498 95.84418) (xy 147.149463 95.954494) + (xy 147.228815 96.051185) (xy 147.285859 96.098) (xy 146.487935 96.098) (xy 146.338758 95.948824) (xy 146.48 95.948824) + (xy 146.553905 95.941545) (xy 146.62497 95.919988) (xy 146.690463 95.884981) (xy 146.747869 95.837869) (xy 146.794981 95.780463) + (xy 146.829988 95.71497) (xy 146.851545 95.643905) (xy 146.858824 95.57) (xy 146.858824 94.746999) (xy 147.044036 94.746999) + (xy 147.045 94.81425) (xy 147.20375 94.973) (xy 148.303 94.973) (xy 148.303 94.953) (xy 148.557 94.953) + (xy 148.557 94.973) (xy 149.65625 94.973) (xy 149.815 94.81425) (xy 149.815964 94.746999) (xy 152.201176 94.746999) + (xy 152.201176 95.6) (xy 152.208455 95.673905) (xy 152.230012 95.74497) (xy 152.265019 95.810463) (xy 152.312131 95.867869) + (xy 152.369537 95.914981) (xy 152.43503 95.949988) (xy 152.506095 95.971545) (xy 152.58 95.978824) (xy 152.828001 95.978824) + (xy 152.828001 96.225347) (xy 152.825573 96.25) (xy 152.835265 96.348409) (xy 152.86397 96.443036) (xy 152.910584 96.530245) + (xy 152.957601 96.587535) (xy 152.957604 96.587538) (xy 152.973317 96.606684) (xy 152.992463 96.622397) (xy 153.507603 97.137538) + (xy 153.523316 97.156684) (xy 153.542462 97.172397) (xy 153.542464 97.172399) (xy 153.562167 97.188569) (xy 153.599755 97.219417) + (xy 153.686964 97.266031) (xy 153.781591 97.294736) (xy 153.855347 97.302) (xy 153.855356 97.302) (xy 153.879999 97.304427) + (xy 153.904642 97.302) (xy 155.372066 97.302) (xy 155.491241 97.421176) (xy 155.28 97.421176) (xy 155.206095 97.428455) + (xy 155.13503 97.450012) (xy 155.069537 97.485019) (xy 155.012131 97.532131) (xy 154.965019 97.589537) (xy 154.930012 97.65503) + (xy 154.908455 97.726095) (xy 154.901176 97.8) (xy 154.901176 98.8) (xy 154.908455 98.873905) (xy 154.930012 98.94497) + (xy 154.965019 99.010463) (xy 155.012131 99.067869) (xy 155.069537 99.114981) (xy 155.13503 99.149988) (xy 155.206095 99.171545) + (xy 155.28 99.178824) (xy 156.78 99.178824) (xy 156.853905 99.171545) (xy 156.92497 99.149988) (xy 156.990463 99.114981) + (xy 157.047869 99.067869) (xy 157.094981 99.010463) (xy 157.129988 98.94497) (xy 157.151545 98.873905) (xy 157.158824 98.8) + (xy 157.158824 97.8) (xy 157.151545 97.726095) (xy 157.129988 97.65503) (xy 157.094981 97.589537) (xy 157.047869 97.532131) + (xy 156.990463 97.485019) (xy 156.92497 97.450012) (xy 156.853905 97.428455) (xy 156.78 97.421176) (xy 156.532 97.421176) + (xy 156.532 97.274642) (xy 156.534427 97.249999) (xy 156.532 97.225356) (xy 156.532 97.225347) (xy 156.524736 97.151591) + (xy 156.496031 97.056964) (xy 156.449417 96.969755) (xy 156.417269 96.930583) (xy 156.402399 96.912464) (xy 156.402397 96.912462) + (xy 156.386684 96.893316) (xy 156.367538 96.877603) (xy 155.952401 96.462467) (xy 155.936684 96.443316) (xy 155.860245 96.380583) + (xy 155.773036 96.333969) (xy 155.678409 96.305264) (xy 155.604653 96.298) (xy 155.604643 96.298) (xy 155.58 96.295573) + (xy 155.555357 96.298) (xy 154.087935 96.298) (xy 153.832 96.042066) (xy 153.832 95.978824) (xy 154.08 95.978824) + (xy 154.153905 95.971545) (xy 154.22497 95.949988) (xy 154.290463 95.914981) (xy 154.347869 95.867869) (xy 154.394981 95.810463) + (xy 154.429988 95.74497) (xy 154.451545 95.673905) (xy 154.458824 95.6) (xy 154.641928 95.6) (xy 154.654188 95.724482) + (xy 154.690498 95.84418) (xy 154.749463 95.954494) (xy 154.828815 96.051185) (xy 154.925506 96.130537) (xy 155.03582 96.189502) + (xy 155.155518 96.225812) (xy 155.28 96.238072) (xy 155.74425 96.235) (xy 155.903 96.07625) (xy 155.903 95.227) + (xy 156.157 95.227) (xy 156.157 96.07625) (xy 156.31575 96.235) (xy 156.78 96.238072) (xy 156.904482 96.225812) + (xy 157.02418 96.189502) (xy 157.134494 96.130537) (xy 157.231185 96.051185) (xy 157.310537 95.954494) (xy 157.369502 95.84418) + (xy 157.405812 95.724482) (xy 157.418072 95.6) (xy 157.415 95.38575) (xy 157.25625 95.227) (xy 156.157 95.227) + (xy 155.903 95.227) (xy 154.80375 95.227) (xy 154.645 95.38575) (xy 154.641928 95.6) (xy 154.458824 95.6) + (xy 154.458824 94.746999) (xy 154.644036 94.746999) (xy 154.645 94.81425) (xy 154.80375 94.973) (xy 155.903 94.973) + (xy 155.903 94.953) (xy 156.157 94.953) (xy 156.157 94.973) (xy 157.25625 94.973) (xy 157.415 94.81425) + (xy 157.415964 94.746999) (xy 159.801176 94.746999) (xy 159.801176 95.6) (xy 159.808455 95.673905) (xy 159.830012 95.74497) + (xy 159.865019 95.810463) (xy 159.912131 95.867869) (xy 159.969537 95.914981) (xy 160.03503 95.949988) (xy 160.106095 95.971545) + (xy 160.18 95.978824) (xy 160.428001 95.978824) (xy 160.428001 96.225347) (xy 160.425573 96.25) (xy 160.435265 96.348409) + (xy 160.46397 96.443036) (xy 160.510584 96.530245) (xy 160.557601 96.587535) (xy 160.557604 96.587538) (xy 160.573317 96.606684) + (xy 160.592463 96.622397) (xy 161.107603 97.137538) (xy 161.123316 97.156684) (xy 161.142462 97.172397) (xy 161.142464 97.172399) + (xy 161.162167 97.188569) (xy 161.199755 97.219417) (xy 161.286964 97.266031) (xy 161.381591 97.294736) (xy 161.455347 97.302) + (xy 161.455356 97.302) (xy 161.479999 97.304427) (xy 161.504642 97.302) (xy 162.872066 97.302) (xy 162.991242 97.421176) + (xy 162.88 97.421176) (xy 162.806095 97.428455) (xy 162.73503 97.450012) (xy 162.669537 97.485019) (xy 162.612131 97.532131) + (xy 162.565019 97.589537) (xy 162.530012 97.65503) (xy 162.508455 97.726095) (xy 162.501176 97.8) (xy 162.501176 98.8) + (xy 162.508455 98.873905) (xy 162.530012 98.94497) (xy 162.565019 99.010463) (xy 162.612131 99.067869) (xy 162.669537 99.114981) + (xy 162.73503 99.149988) (xy 162.806095 99.171545) (xy 162.88 99.178824) (xy 164.38 99.178824) (xy 164.453905 99.171545) + (xy 164.52497 99.149988) (xy 164.590463 99.114981) (xy 164.647869 99.067869) (xy 164.694981 99.010463) (xy 164.729988 98.94497) + (xy 164.751545 98.873905) (xy 164.758824 98.8) (xy 164.758824 97.8) (xy 164.751545 97.726095) (xy 164.729988 97.65503) + (xy 164.694981 97.589537) (xy 164.647869 97.532131) (xy 164.590463 97.485019) (xy 164.52497 97.450012) (xy 164.453905 97.428455) + (xy 164.38 97.421176) (xy 164.132 97.421176) (xy 164.132 97.374642) (xy 164.134427 97.349999) (xy 164.132 97.325356) + (xy 164.132 97.325347) (xy 164.124736 97.251591) (xy 164.096031 97.156964) (xy 164.049417 97.069755) (xy 163.986684 96.993316) + (xy 163.967538 96.977603) (xy 163.452401 96.462467) (xy 163.436684 96.443316) (xy 163.360245 96.380583) (xy 163.273036 96.333969) + (xy 163.178409 96.305264) (xy 163.104653 96.298) (xy 163.104643 96.298) (xy 163.08 96.295573) (xy 163.055357 96.298) + (xy 161.687935 96.298) (xy 161.432 96.042066) (xy 161.432 95.978824) (xy 161.68 95.978824) (xy 161.753905 95.971545) + (xy 161.82497 95.949988) (xy 161.890463 95.914981) (xy 161.947869 95.867869) (xy 161.994981 95.810463) (xy 162.029988 95.74497) + (xy 162.051545 95.673905) (xy 162.058824 95.6) (xy 162.241928 95.6) (xy 162.254188 95.724482) (xy 162.290498 95.84418) + (xy 162.349463 95.954494) (xy 162.428815 96.051185) (xy 162.525506 96.130537) (xy 162.63582 96.189502) (xy 162.755518 96.225812) + (xy 162.88 96.238072) (xy 163.34425 96.235) (xy 163.503 96.07625) (xy 163.503 95.227) (xy 163.757 95.227) + (xy 163.757 96.07625) (xy 163.91575 96.235) (xy 164.38 96.238072) (xy 164.504482 96.225812) (xy 164.62418 96.189502) + (xy 164.734494 96.130537) (xy 164.831185 96.051185) (xy 164.910537 95.954494) (xy 164.969502 95.84418) (xy 165.005812 95.724482) + (xy 165.018072 95.6) (xy 165.015 95.38575) (xy 164.85625 95.227) (xy 163.757 95.227) (xy 163.503 95.227) + (xy 162.40375 95.227) (xy 162.245 95.38575) (xy 162.241928 95.6) (xy 162.058824 95.6) (xy 162.058824 94.746999) + (xy 162.244036 94.746999) (xy 162.245 94.81425) (xy 162.40375 94.973) (xy 163.503 94.973) (xy 163.503 94.953) + (xy 163.757 94.953) (xy 163.757 94.973) (xy 164.85625 94.973) (xy 165.015 94.81425) (xy 165.015964 94.746999) + (xy 167.401176 94.746999) (xy 167.401176 95.6) (xy 167.408455 95.673905) (xy 167.430012 95.74497) (xy 167.465019 95.810463) + (xy 167.512131 95.867869) (xy 167.569537 95.914981) (xy 167.63503 95.949988) (xy 167.706095 95.971545) (xy 167.78 95.978824) + (xy 168.028001 95.978824) (xy 168.028001 96.225347) (xy 168.025573 96.25) (xy 168.035265 96.348409) (xy 168.06397 96.443036) + (xy 168.110584 96.530245) (xy 168.157601 96.587535) (xy 168.157604 96.587538) (xy 168.173317 96.606684) (xy 168.192463 96.622397) + (xy 168.607603 97.037538) (xy 168.623316 97.056684) (xy 168.642462 97.072397) (xy 168.642464 97.072399) (xy 168.66761 97.093036) + (xy 168.699755 97.119417) (xy 168.786964 97.166031) (xy 168.881591 97.194736) (xy 168.955347 97.202) (xy 168.955356 97.202) + (xy 168.979999 97.204427) (xy 169.004642 97.202) (xy 170.572066 97.202) (xy 170.728 97.357935) (xy 170.728 97.421176) + (xy 170.48 97.421176) (xy 170.406095 97.428455) (xy 170.33503 97.450012) (xy 170.269537 97.485019) (xy 170.212131 97.532131) + (xy 170.165019 97.589537) (xy 170.130012 97.65503) (xy 170.108455 97.726095) (xy 170.101176 97.8) (xy 170.101176 98.8) + (xy 170.108455 98.873905) (xy 170.130012 98.94497) (xy 170.165019 99.010463) (xy 170.212131 99.067869) (xy 170.269537 99.114981) + (xy 170.33503 99.149988) (xy 170.406095 99.171545) (xy 170.48 99.178824) (xy 171.98 99.178824) (xy 172.053905 99.171545) + (xy 172.12497 99.149988) (xy 172.190463 99.114981) (xy 172.247869 99.067869) (xy 172.294981 99.010463) (xy 172.329988 98.94497) + (xy 172.351545 98.873905) (xy 172.358824 98.8) (xy 172.358824 97.8) (xy 172.351545 97.726095) (xy 172.329988 97.65503) + (xy 172.294981 97.589537) (xy 172.247869 97.532131) (xy 172.190463 97.485019) (xy 172.12497 97.450012) (xy 172.053905 97.428455) + (xy 171.98 97.421176) (xy 171.732 97.421176) (xy 171.732 97.174642) (xy 171.734427 97.149999) (xy 171.732 97.125356) + (xy 171.732 97.125347) (xy 171.724736 97.051591) (xy 171.696031 96.956964) (xy 171.649417 96.869755) (xy 171.586684 96.793316) + (xy 171.567538 96.777603) (xy 171.152401 96.362467) (xy 171.136684 96.343316) (xy 171.060245 96.280583) (xy 170.973036 96.233969) + (xy 170.951741 96.227509) (xy 171.103 96.07625) (xy 171.103 95.227) (xy 171.357 95.227) (xy 171.357 96.07625) + (xy 171.51575 96.235) (xy 171.98 96.238072) (xy 172.104482 96.225812) (xy 172.22418 96.189502) (xy 172.334494 96.130537) + (xy 172.431185 96.051185) (xy 172.510537 95.954494) (xy 172.569502 95.84418) (xy 172.605812 95.724482) (xy 172.618072 95.6) + (xy 172.615 95.38575) (xy 172.45625 95.227) (xy 171.357 95.227) (xy 171.103 95.227) (xy 170.00375 95.227) + (xy 169.845 95.38575) (xy 169.841928 95.6) (xy 169.854188 95.724482) (xy 169.890498 95.84418) (xy 169.949463 95.954494) + (xy 170.028815 96.051185) (xy 170.125506 96.130537) (xy 170.23582 96.189502) (xy 170.263834 96.198) (xy 169.187935 96.198) + (xy 169.032 96.042066) (xy 169.032 95.978824) (xy 169.28 95.978824) (xy 169.353905 95.971545) (xy 169.42497 95.949988) + (xy 169.490463 95.914981) (xy 169.547869 95.867869) (xy 169.594981 95.810463) (xy 169.629988 95.74497) (xy 169.651545 95.673905) + (xy 169.658824 95.6) (xy 169.658824 94.746999) (xy 169.844036 94.746999) (xy 169.845 94.81425) (xy 170.00375 94.973) + (xy 171.103 94.973) (xy 171.103 94.953) (xy 171.357 94.953) (xy 171.357 94.973) (xy 172.45625 94.973) + (xy 172.615 94.81425) (xy 172.615964 94.746999) (xy 175.001176 94.746999) (xy 175.001176 95.6) (xy 175.008455 95.673905) + (xy 175.030012 95.74497) (xy 175.065019 95.810463) (xy 175.112131 95.867869) (xy 175.169537 95.914981) (xy 175.23503 95.949988) + (xy 175.306095 95.971545) (xy 175.38 95.978824) (xy 175.628001 95.978824) (xy 175.628001 96.325347) (xy 175.625573 96.35) + (xy 175.635265 96.448409) (xy 175.66397 96.543036) (xy 175.710584 96.630245) (xy 175.757601 96.687535) (xy 175.757604 96.687538) + (xy 175.773317 96.706684) (xy 175.792463 96.722397) (xy 176.307603 97.237538) (xy 176.323316 97.256684) (xy 176.342462 97.272397) + (xy 176.342464 97.272399) (xy 176.352196 97.280386) (xy 176.399755 97.319417) (xy 176.486964 97.366031) (xy 176.581591 97.394736) + (xy 176.655347 97.402) (xy 176.655356 97.402) (xy 176.679999 97.404427) (xy 176.704642 97.402) (xy 178.272065 97.402) + (xy 178.291241 97.421176) (xy 178.08 97.421176) (xy 178.006095 97.428455) (xy 177.93503 97.450012) (xy 177.869537 97.485019) + (xy 177.812131 97.532131) (xy 177.765019 97.589537) (xy 177.730012 97.65503) (xy 177.708455 97.726095) (xy 177.701176 97.8) + (xy 177.701176 98.8) (xy 177.708455 98.873905) (xy 177.730012 98.94497) (xy 177.765019 99.010463) (xy 177.812131 99.067869) + (xy 177.869537 99.114981) (xy 177.93503 99.149988) (xy 178.006095 99.171545) (xy 178.08 99.178824) (xy 179.58 99.178824) + (xy 179.653905 99.171545) (xy 179.72497 99.149988) (xy 179.790463 99.114981) (xy 179.847869 99.067869) (xy 179.894981 99.010463) + (xy 179.929988 98.94497) (xy 179.951545 98.873905) (xy 179.958824 98.8) (xy 179.958824 97.8) (xy 179.951545 97.726095) + (xy 179.929988 97.65503) (xy 179.894981 97.589537) (xy 179.847869 97.532131) (xy 179.790463 97.485019) (xy 179.72497 97.450012) + (xy 179.653905 97.428455) (xy 179.58 97.421176) (xy 179.332 97.421176) (xy 179.332 97.274643) (xy 179.334427 97.25) + (xy 179.332 97.225357) (xy 179.332 97.225347) (xy 179.324736 97.151591) (xy 179.296031 97.056964) (xy 179.250831 96.9724) + (xy 179.249417 96.969754) (xy 179.2024 96.912464) (xy 179.202392 96.912456) (xy 179.186684 96.893316) (xy 179.167543 96.877607) + (xy 178.852401 96.562467) (xy 178.836684 96.543316) (xy 178.760245 96.480583) (xy 178.673036 96.433969) (xy 178.578409 96.405264) + (xy 178.504653 96.398) (xy 178.504643 96.398) (xy 178.48 96.395573) (xy 178.455357 96.398) (xy 176.887935 96.398) + (xy 176.632 96.142066) (xy 176.632 95.978824) (xy 176.88 95.978824) (xy 176.953905 95.971545) (xy 177.02497 95.949988) + (xy 177.090463 95.914981) (xy 177.147869 95.867869) (xy 177.194981 95.810463) (xy 177.229988 95.74497) (xy 177.251545 95.673905) + (xy 177.258824 95.6) (xy 177.441928 95.6) (xy 177.454188 95.724482) (xy 177.490498 95.84418) (xy 177.549463 95.954494) + (xy 177.628815 96.051185) (xy 177.725506 96.130537) (xy 177.83582 96.189502) (xy 177.955518 96.225812) (xy 178.08 96.238072) + (xy 178.54425 96.235) (xy 178.703 96.07625) (xy 178.703 95.227) (xy 178.957 95.227) (xy 178.957 96.07625) + (xy 179.11575 96.235) (xy 179.58 96.238072) (xy 179.704482 96.225812) (xy 179.82418 96.189502) (xy 179.934494 96.130537) + (xy 180.031185 96.051185) (xy 180.110537 95.954494) (xy 180.169502 95.84418) (xy 180.205812 95.724482) (xy 180.218072 95.6) + (xy 180.215 95.38575) (xy 180.05625 95.227) (xy 178.957 95.227) (xy 178.703 95.227) (xy 177.60375 95.227) + (xy 177.445 95.38575) (xy 177.441928 95.6) (xy 177.258824 95.6) (xy 177.258824 94.746999) (xy 177.444036 94.746999) + (xy 177.445 94.81425) (xy 177.60375 94.973) (xy 178.703 94.973) (xy 178.703 94.953) (xy 178.957 94.953) + (xy 178.957 94.973) (xy 180.05625 94.973) (xy 180.215 94.81425) (xy 180.215964 94.746999) (xy 181.369205 94.746999) + (xy 181.399999 94.750032) (xy 181.430793 94.746999) (xy 181.522912 94.737926) (xy 181.641102 94.702074) (xy 181.750027 94.643852) + (xy 181.803461 94.6) (xy 182.601176 94.6) (xy 182.601176 95.6) (xy 182.608455 95.673905) (xy 182.630012 95.74497) + (xy 182.665019 95.810463) (xy 182.712131 95.867869) (xy 182.769537 95.914981) (xy 182.83503 95.949988) (xy 182.906095 95.971545) + (xy 182.98 95.978824) (xy 184.48 95.978824) (xy 184.553905 95.971545) (xy 184.62497 95.949988) (xy 184.690463 95.914981) + (xy 184.709805 95.899107) (xy 184.703 95.933321) (xy 184.703 96.066679) (xy 184.729016 96.197474) (xy 184.78005 96.32068) + (xy 184.85414 96.431563) (xy 184.948437 96.52586) (xy 185.05932 96.59995) (xy 185.182526 96.650984) (xy 185.313321 96.677) + (xy 185.446679 96.677) (xy 185.577474 96.650984) (xy 185.70068 96.59995) (xy 185.811563 96.52586) (xy 185.90586 96.431563) + (xy 185.97995 96.32068) (xy 186.030984 96.197474) (xy 186.057 96.066679) (xy 186.057 95.933321) (xy 186.030984 95.802526) + (xy 185.97995 95.67932) (xy 185.90586 95.568437) (xy 185.878638 95.541215) (xy 185.874736 95.501591) (xy 185.846031 95.406964) + (xy 185.813547 95.34619) (xy 185.799417 95.319754) (xy 185.7524 95.262464) (xy 185.752392 95.262456) (xy 185.736684 95.243316) + (xy 185.717543 95.227607) (xy 185.252401 94.762467) (xy 185.236684 94.743316) (xy 185.160245 94.680583) (xy 185.073036 94.633969) + (xy 184.978409 94.605264) (xy 184.904653 94.598) (xy 184.904643 94.598) (xy 184.88 94.595573) (xy 184.858596 94.597681) + (xy 184.851545 94.526095) (xy 184.829988 94.45503) (xy 184.794981 94.389537) (xy 184.747869 94.332131) (xy 184.690463 94.285019) + (xy 184.62497 94.250012) (xy 184.553905 94.228455) (xy 184.48 94.221176) (xy 182.98 94.221176) (xy 182.906095 94.228455) + (xy 182.83503 94.250012) (xy 182.769537 94.285019) (xy 182.712131 94.332131) (xy 182.665019 94.389537) (xy 182.630012 94.45503) + (xy 182.608455 94.526095) (xy 182.601176 94.6) (xy 181.803461 94.6) (xy 181.8455 94.5655) (xy 181.865137 94.541572) + (xy 182.261578 94.145132) (xy 182.285501 94.125499) (xy 182.363853 94.030026) (xy 182.422075 93.921101) (xy 182.457927 93.802911) + (xy 182.465404 93.727) (xy 183.249206 93.727) (xy 183.28 93.730033) (xy 183.310794 93.727) (xy 183.402913 93.717927) + (xy 183.521103 93.682075) (xy 183.630028 93.623853) (xy 183.725501 93.545501) (xy 183.745138 93.521573) (xy 184.151579 93.115133) + (xy 184.175501 93.095501) (xy 184.253853 93.000028) (xy 184.312075 92.891103) (xy 184.347927 92.772913) (xy 184.35171 92.7345) + (xy 184.360033 92.650001) (xy 184.357 92.619207) (xy 184.357 92.178824) (xy 184.48 92.178824) (xy 184.553905 92.171545) + (xy 184.62497 92.149988) (xy 184.690463 92.114981) (xy 184.747869 92.067869) (xy 184.794981 92.010463) (xy 184.829988 91.94497) + (xy 184.851545 91.873905) (xy 184.858824 91.8) (xy 184.858824 90.8) (xy 184.851545 90.726095) (xy 184.829988 90.65503) + (xy 184.794981 90.589537) (xy 184.747869 90.532131) (xy 184.690463 90.485019) (xy 184.62497 90.450012) (xy 184.553905 90.428455) + (xy 184.48 90.421176) (xy 182.98 90.421176) (xy 182.906095 90.428455) (xy 182.83503 90.450012) (xy 182.769537 90.485019) + (xy 182.712131 90.532131) (xy 182.665019 90.589537) (xy 182.630012 90.65503) (xy 182.608455 90.726095) (xy 182.601176 90.8) + (xy 182.601176 91.8) (xy 182.608455 91.873905) (xy 182.630012 91.94497) (xy 182.665019 92.010463) (xy 182.712131 92.067869) + (xy 182.769537 92.114981) (xy 182.83503 92.149988) (xy 182.906095 92.171545) (xy 182.98 92.178824) (xy 183.103 92.178824) + (xy 183.103 92.390288) (xy 183.020289 92.473) (xy 182.220323 92.473) (xy 182.178545 92.450669) (xy 182.081218 92.421145) + (xy 181.98 92.411176) (xy 181.7 92.411176) (xy 181.67259 92.413876) (xy 181.613247 92.340887) (xy 181.516921 92.261092) + (xy 181.406878 92.201623) (xy 181.287348 92.164765) (xy 181.16575 92.155) (xy 181.007 92.31375) (xy 181.007 92.973) + (xy 181.027 92.973) (xy 181.027 93.227) (xy 181.007 93.227) (xy 181.007 93.247) (xy 180.753 93.247) + (xy 180.753 93.227) (xy 180.12375 93.227) (xy 179.965 93.38575) (xy 179.961935 93.407077) (xy 179.97 93.492999) + (xy 176.273712 93.492999) (xy 176.551574 93.215137) (xy 176.575501 93.195501) (xy 176.653853 93.100028) (xy 176.712075 92.991103) + (xy 176.747927 92.872913) (xy 176.755805 92.792923) (xy 179.961935 92.792923) (xy 179.965 92.81425) (xy 180.12375 92.973) + (xy 180.753 92.973) (xy 180.753 92.31375) (xy 180.59425 92.155) (xy 180.472652 92.164765) (xy 180.353122 92.201623) + (xy 180.243079 92.261092) (xy 180.146753 92.340887) (xy 180.067844 92.437941) (xy 180.009386 92.548524) (xy 179.973625 92.668387) + (xy 179.961935 92.792923) (xy 176.755805 92.792923) (xy 176.757 92.780794) (xy 176.757 92.780793) (xy 176.760033 92.75) + (xy 176.757 92.719206) (xy 176.757 92.178824) (xy 176.88 92.178824) (xy 176.953905 92.171545) (xy 177.02497 92.149988) + (xy 177.090463 92.114981) (xy 177.147869 92.067869) (xy 177.194981 92.010463) (xy 177.229988 91.94497) (xy 177.251545 91.873905) + (xy 177.258824 91.8) (xy 177.258824 90.8) (xy 177.251545 90.726095) (xy 177.229988 90.65503) (xy 177.194981 90.589537) + (xy 177.147869 90.532131) (xy 177.090463 90.485019) (xy 177.02497 90.450012) (xy 176.953905 90.428455) (xy 176.88 90.421176) + (xy 175.38 90.421176) (xy 175.306095 90.428455) (xy 175.23503 90.450012) (xy 175.169537 90.485019) (xy 175.112131 90.532131) + (xy 175.065019 90.589537) (xy 175.030012 90.65503) (xy 175.008455 90.726095) (xy 175.001176 90.8) (xy 175.001176 91.8) + (xy 175.008455 91.873905) (xy 175.030012 91.94497) (xy 175.065019 92.010463) (xy 175.112131 92.067869) (xy 175.169537 92.114981) + (xy 175.23503 92.149988) (xy 175.306095 92.171545) (xy 175.38 92.178824) (xy 175.503 92.178824) (xy 175.503 92.473) + (xy 174.740323 92.473) (xy 174.698545 92.450669) (xy 174.601218 92.421145) (xy 174.5 92.411176) (xy 174.22 92.411176) + (xy 174.19259 92.413876) (xy 174.133247 92.340887) (xy 174.036921 92.261092) (xy 173.926878 92.201623) (xy 173.807348 92.164765) + (xy 173.68575 92.155) (xy 173.527 92.31375) (xy 173.527 92.973) (xy 173.547 92.973) (xy 173.547 93.227) + (xy 173.527 93.227) (xy 173.527 93.247) (xy 173.273 93.247) (xy 173.273 93.227) (xy 172.64375 93.227) + (xy 172.485 93.38575) (xy 172.481935 93.407077) (xy 172.49 93.492999) (xy 168.773712 93.492999) (xy 168.951574 93.315137) + (xy 168.975501 93.295501) (xy 169.053853 93.200028) (xy 169.112075 93.091103) (xy 169.147927 92.972913) (xy 169.157 92.880794) + (xy 169.157 92.880793) (xy 169.160033 92.850001) (xy 169.157 92.819209) (xy 169.157 92.792923) (xy 172.481935 92.792923) + (xy 172.485 92.81425) (xy 172.64375 92.973) (xy 173.273 92.973) (xy 173.273 92.31375) (xy 173.11425 92.155) + (xy 172.992652 92.164765) (xy 172.873122 92.201623) (xy 172.763079 92.261092) (xy 172.666753 92.340887) (xy 172.587844 92.437941) + (xy 172.529386 92.548524) (xy 172.493625 92.668387) (xy 172.481935 92.792923) (xy 169.157 92.792923) (xy 169.157 92.178824) + (xy 169.28 92.178824) (xy 169.353905 92.171545) (xy 169.42497 92.149988) (xy 169.490463 92.114981) (xy 169.547869 92.067869) + (xy 169.594981 92.010463) (xy 169.629988 91.94497) (xy 169.651545 91.873905) (xy 169.658824 91.8) (xy 169.658824 90.8) + (xy 169.651545 90.726095) (xy 169.629988 90.65503) (xy 169.594981 90.589537) (xy 169.547869 90.532131) (xy 169.490463 90.485019) + (xy 169.42497 90.450012) (xy 169.353905 90.428455) (xy 169.28 90.421176) (xy 167.78 90.421176) (xy 167.706095 90.428455) + (xy 167.63503 90.450012) (xy 167.569537 90.485019) (xy 167.512131 90.532131) (xy 167.465019 90.589537) (xy 167.430012 90.65503) + (xy 167.408455 90.726095) (xy 167.401176 90.8) (xy 167.401176 91.8) (xy 167.408455 91.873905) (xy 167.430012 91.94497) + (xy 167.465019 92.010463) (xy 167.512131 92.067869) (xy 167.569537 92.114981) (xy 167.63503 92.149988) (xy 167.706095 92.171545) + (xy 167.78 92.178824) (xy 167.903 92.178824) (xy 167.903 92.473) (xy 167.140323 92.473) (xy 167.098545 92.450669) + (xy 167.001218 92.421145) (xy 166.9 92.411176) (xy 166.62 92.411176) (xy 166.59259 92.413876) (xy 166.533247 92.340887) + (xy 166.436921 92.261092) (xy 166.326878 92.201623) (xy 166.207348 92.164765) (xy 166.08575 92.155) (xy 165.927 92.31375) + (xy 165.927 92.973) (xy 165.947 92.973) (xy 165.947 93.227) (xy 165.927 93.227) (xy 165.927 93.247) + (xy 165.673 93.247) (xy 165.673 93.227) (xy 165.04375 93.227) (xy 164.885 93.38575) (xy 164.881935 93.407077) + (xy 164.89 93.492999) (xy 160.973712 93.492999) (xy 161.351579 93.115133) (xy 161.375501 93.095501) (xy 161.453853 93.000028) + (xy 161.512075 92.891103) (xy 161.541857 92.792923) (xy 164.881935 92.792923) (xy 164.885 92.81425) (xy 165.04375 92.973) + (xy 165.673 92.973) (xy 165.673 92.31375) (xy 165.51425 92.155) (xy 165.392652 92.164765) (xy 165.273122 92.201623) + (xy 165.163079 92.261092) (xy 165.066753 92.340887) (xy 164.987844 92.437941) (xy 164.929386 92.548524) (xy 164.893625 92.668387) + (xy 164.881935 92.792923) (xy 161.541857 92.792923) (xy 161.547927 92.772913) (xy 161.55171 92.7345) (xy 161.560033 92.650001) + (xy 161.557 92.619207) (xy 161.557 92.178824) (xy 161.68 92.178824) (xy 161.753905 92.171545) (xy 161.82497 92.149988) + (xy 161.890463 92.114981) (xy 161.947869 92.067869) (xy 161.994981 92.010463) (xy 162.029988 91.94497) (xy 162.051545 91.873905) + (xy 162.058824 91.8) (xy 162.058824 90.8) (xy 162.051545 90.726095) (xy 162.029988 90.65503) (xy 161.994981 90.589537) + (xy 161.947869 90.532131) (xy 161.890463 90.485019) (xy 161.82497 90.450012) (xy 161.753905 90.428455) (xy 161.68 90.421176) + (xy 160.18 90.421176) (xy 160.106095 90.428455) (xy 160.03503 90.450012) (xy 159.969537 90.485019) (xy 159.912131 90.532131) + (xy 159.865019 90.589537) (xy 159.830012 90.65503) (xy 159.808455 90.726095) (xy 159.801176 90.8) (xy 159.801176 91.8) + (xy 159.808455 91.873905) (xy 159.830012 91.94497) (xy 159.865019 92.010463) (xy 159.912131 92.067869) (xy 159.969537 92.114981) + (xy 160.03503 92.149988) (xy 160.106095 92.171545) (xy 160.18 92.178824) (xy 160.303 92.178824) (xy 160.303 92.390288) + (xy 160.220289 92.473) (xy 159.540323 92.473) (xy 159.498545 92.450669) (xy 159.401218 92.421145) (xy 159.3 92.411176) + (xy 159.02 92.411176) (xy 158.99259 92.413876) (xy 158.933247 92.340887) (xy 158.836921 92.261092) (xy 158.726878 92.201623) + (xy 158.607348 92.164765) (xy 158.48575 92.155) (xy 158.327 92.31375) (xy 158.327 92.973) (xy 158.347 92.973) + (xy 158.347 93.227) (xy 158.327 93.227) (xy 158.327 93.247) (xy 158.073 93.247) (xy 158.073 93.227) + (xy 157.44375 93.227) (xy 157.285 93.38575) (xy 157.281935 93.407077) (xy 157.29 93.492999) (xy 153.373712 93.492999) + (xy 153.751574 93.115137) (xy 153.775501 93.095501) (xy 153.853853 93.000028) (xy 153.869275 92.971176) (xy 153.912075 92.891104) + (xy 153.941857 92.792923) (xy 157.281935 92.792923) (xy 157.285 92.81425) (xy 157.44375 92.973) (xy 158.073 92.973) + (xy 158.073 92.31375) (xy 157.91425 92.155) (xy 157.792652 92.164765) (xy 157.673122 92.201623) (xy 157.563079 92.261092) + (xy 157.466753 92.340887) (xy 157.387844 92.437941) (xy 157.329386 92.548524) (xy 157.293625 92.668387) (xy 157.281935 92.792923) + (xy 153.941857 92.792923) (xy 153.947927 92.772913) (xy 153.960033 92.65) (xy 153.957 92.619206) (xy 153.957 92.178824) + (xy 154.08 92.178824) (xy 154.153905 92.171545) (xy 154.22497 92.149988) (xy 154.290463 92.114981) (xy 154.347869 92.067869) + (xy 154.394981 92.010463) (xy 154.429988 91.94497) (xy 154.451545 91.873905) (xy 154.458824 91.8) (xy 154.458824 90.8) + (xy 154.451545 90.726095) (xy 154.429988 90.65503) (xy 154.394981 90.589537) (xy 154.347869 90.532131) (xy 154.290463 90.485019) + (xy 154.22497 90.450012) (xy 154.153905 90.428455) (xy 154.08 90.421176) (xy 152.58 90.421176) (xy 152.506095 90.428455) + (xy 152.43503 90.450012) (xy 152.369537 90.485019) (xy 152.312131 90.532131) (xy 152.265019 90.589537) (xy 152.230012 90.65503) + (xy 152.208455 90.726095) (xy 152.201176 90.8) (xy 152.201176 91.8) (xy 152.208455 91.873905) (xy 152.230012 91.94497) + (xy 152.265019 92.010463) (xy 152.312131 92.067869) (xy 152.369537 92.114981) (xy 152.43503 92.149988) (xy 152.506095 92.171545) + (xy 152.58 92.178824) (xy 152.703 92.178824) (xy 152.703 92.390289) (xy 152.590289 92.503) (xy 152.040323 92.503) + (xy 151.998545 92.480669) (xy 151.901218 92.451145) (xy 151.8 92.441176) (xy 151.52 92.441176) (xy 151.49259 92.443876) + (xy 151.433247 92.370887) (xy 151.336921 92.291092) (xy 151.226878 92.231623) (xy 151.107348 92.194765) (xy 150.98575 92.185) + (xy 150.827 92.34375) (xy 150.827 93.003) (xy 150.847 93.003) (xy 150.847 93.257) (xy 150.827 93.257) + (xy 150.827 93.277) (xy 150.573 93.277) (xy 150.573 93.257) (xy 149.94375 93.257) (xy 149.785 93.41575) + (xy 149.781935 93.437077) (xy 149.787184 93.492999) (xy 145.773712 93.492999) (xy 146.151579 93.115133) (xy 146.175501 93.095501) + (xy 146.253853 93.000028) (xy 146.312075 92.891103) (xy 146.332756 92.822923) (xy 149.781935 92.822923) (xy 149.785 92.84425) + (xy 149.94375 93.003) (xy 150.573 93.003) (xy 150.573 92.34375) (xy 150.41425 92.185) (xy 150.292652 92.194765) + (xy 150.173122 92.231623) (xy 150.063079 92.291092) (xy 149.966753 92.370887) (xy 149.887844 92.467941) (xy 149.829386 92.578524) + (xy 149.793625 92.698387) (xy 149.781935 92.822923) (xy 146.332756 92.822923) (xy 146.347927 92.772913) (xy 146.35171 92.7345) + (xy 146.360033 92.650001) (xy 146.357 92.619207) (xy 146.357 92.178824) (xy 146.48 92.178824) (xy 146.553905 92.171545) + (xy 146.62497 92.149988) (xy 146.690463 92.114981) (xy 146.747869 92.067869) (xy 146.794981 92.010463) (xy 146.829988 91.94497) + (xy 146.851545 91.873905) (xy 146.858824 91.8) (xy 146.858824 90.8) (xy 146.851545 90.726095) (xy 146.829988 90.65503) + (xy 146.794981 90.589537) (xy 146.747869 90.532131) (xy 146.690463 90.485019) (xy 146.62497 90.450012) (xy 146.553905 90.428455) + (xy 146.48 90.421176) (xy 144.98 90.421176) (xy 144.906095 90.428455) (xy 144.83503 90.450012) (xy 144.769537 90.485019) + (xy 144.712131 90.532131) (xy 144.665019 90.589537) (xy 144.630012 90.65503) (xy 144.608455 90.726095) (xy 144.601176 90.8) + (xy 144.601176 91.8) (xy 144.608455 91.873905) (xy 144.630012 91.94497) (xy 144.665019 92.010463) (xy 144.712131 92.067869) + (xy 144.769537 92.114981) (xy 144.83503 92.149988) (xy 144.906095 92.171545) (xy 144.98 92.178824) (xy 145.103 92.178824) + (xy 145.103 92.390288) (xy 145.020289 92.473) (xy 144.340323 92.473) (xy 144.298545 92.450669) (xy 144.201218 92.421145) + (xy 144.1 92.411176) (xy 143.82 92.411176) (xy 143.79259 92.413876) (xy 143.733247 92.340887) (xy 143.636921 92.261092) + (xy 143.526878 92.201623) (xy 143.407348 92.164765) (xy 143.28575 92.155) (xy 143.127 92.31375) (xy 143.127 92.973) + (xy 143.147 92.973) (xy 143.147 93.227) (xy 143.127 93.227) (xy 143.127 93.247) (xy 142.873 93.247) + (xy 142.873 93.227) (xy 142.24375 93.227) (xy 142.085 93.38575) (xy 142.081935 93.407077) (xy 142.09 93.492999) + (xy 139.75079 93.492999) (xy 139.719998 93.489966) (xy 139.689207 93.492999) (xy 139.689205 93.492999) (xy 139.597086 93.502072) + (xy 139.528098 93.522999) (xy 138.143968 93.522999) (xy 138.145138 93.521573) (xy 138.551579 93.115133) (xy 138.575501 93.095501) + (xy 138.653853 93.000028) (xy 138.712075 92.891103) (xy 138.741857 92.792923) (xy 142.081935 92.792923) (xy 142.085 92.81425) + (xy 142.24375 92.973) (xy 142.873 92.973) (xy 142.873 92.31375) (xy 142.71425 92.155) (xy 142.592652 92.164765) + (xy 142.473122 92.201623) (xy 142.363079 92.261092) (xy 142.266753 92.340887) (xy 142.187844 92.437941) (xy 142.129386 92.548524) + (xy 142.093625 92.668387) (xy 142.081935 92.792923) (xy 138.741857 92.792923) (xy 138.747927 92.772913) (xy 138.75171 92.7345) + (xy 138.760033 92.650001) (xy 138.757 92.619207) (xy 138.757 92.118824) (xy 138.88 92.118824) (xy 138.953905 92.111545) + (xy 139.02497 92.089988) (xy 139.090463 92.054981) (xy 139.147869 92.007869) (xy 139.194981 91.950463) (xy 139.229988 91.88497) + (xy 139.251545 91.813905) (xy 139.258824 91.74) (xy 139.258824 90.74) (xy 139.251545 90.666095) (xy 139.229988 90.59503) + (xy 139.194981 90.529537) (xy 139.147869 90.472131) (xy 139.090463 90.425019) (xy 139.02497 90.390012) (xy 138.953905 90.368455) + (xy 138.88 90.361176) (xy 137.38 90.361176) (xy 137.306095 90.368455) (xy 137.23503 90.390012) (xy 137.169537 90.425019) + (xy 137.112131 90.472131) (xy 137.065019 90.529537) (xy 137.030012 90.59503) (xy 137.008455 90.666095) (xy 137.001176 90.74) + (xy 137.001176 91.74) (xy 137.008455 91.813905) (xy 137.030012 91.88497) (xy 137.065019 91.950463) (xy 137.112131 92.007869) + (xy 137.169537 92.054981) (xy 137.23503 92.089988) (xy 137.306095 92.111545) (xy 137.38 92.118824) (xy 137.503 92.118824) + (xy 137.503 92.390288) (xy 137.420289 92.473) (xy 136.740323 92.473) (xy 136.698545 92.450669) (xy 136.601218 92.421145) + (xy 136.5 92.411176) (xy 136.22 92.411176) (xy 136.19259 92.413876) (xy 136.133247 92.340887) (xy 136.036921 92.261092) + (xy 135.926878 92.201623) (xy 135.807348 92.164765) (xy 135.68575 92.155) (xy 135.527 92.31375) (xy 135.527 92.973) + (xy 135.547 92.973) (xy 135.547 93.227) (xy 135.527 93.227) (xy 135.527 93.247) (xy 135.273 93.247) + (xy 135.273 93.227) (xy 134.64375 93.227) (xy 134.485 93.38575) (xy 134.481935 93.407077) (xy 134.492816 93.522999) + (xy 130.443712 93.522999) (xy 130.951579 93.015133) (xy 130.975501 92.995501) (xy 131.053853 92.900028) (xy 131.111102 92.792923) + (xy 134.481935 92.792923) (xy 134.485 92.81425) (xy 134.64375 92.973) (xy 135.273 92.973) (xy 135.273 92.31375) + (xy 135.11425 92.155) (xy 134.992652 92.164765) (xy 134.873122 92.201623) (xy 134.763079 92.261092) (xy 134.666753 92.340887) + (xy 134.587844 92.437941) (xy 134.529386 92.548524) (xy 134.493625 92.668387) (xy 134.481935 92.792923) (xy 131.111102 92.792923) + (xy 131.112075 92.791103) (xy 131.147927 92.672913) (xy 131.154503 92.606147) (xy 131.160033 92.550001) (xy 131.157 92.519207) + (xy 131.157 92.148824) (xy 131.28 92.148824) (xy 131.353905 92.141545) (xy 131.42497 92.119988) (xy 131.490463 92.084981) + (xy 131.547869 92.037869) (xy 131.594981 91.980463) (xy 131.629988 91.91497) (xy 131.651545 91.843905) (xy 131.658824 91.77) + (xy 131.658824 90.77) (xy 131.651545 90.696095) (xy 131.629988 90.62503) (xy 131.594981 90.559537) (xy 131.547869 90.502131) + (xy 131.490463 90.455019) (xy 131.42497 90.420012) (xy 131.353905 90.398455) (xy 131.28 90.391176) (xy 129.78 90.391176) + (xy 129.706095 90.398455) (xy 129.63503 90.420012) (xy 129.569537 90.455019) (xy 129.512131 90.502131) (xy 129.465019 90.559537) + (xy 129.430012 90.62503) (xy 129.408455 90.696095) (xy 129.401176 90.77) (xy 129.401176 91.77) (xy 129.408455 91.843905) + (xy 129.430012 91.91497) (xy 129.465019 91.980463) (xy 129.512131 92.037869) (xy 129.569537 92.084981) (xy 129.63503 92.119988) + (xy 129.706095 92.141545) (xy 129.78 92.148824) (xy 129.903 92.148824) (xy 129.903 92.290288) (xy 129.680289 92.513) + (xy 129.220323 92.513) (xy 129.178545 92.490669) (xy 129.081218 92.461145) (xy 128.98 92.451176) (xy 128.7 92.451176) + (xy 128.67259 92.453876) (xy 128.613247 92.380887) (xy 128.516921 92.301092) (xy 128.406878 92.241623) (xy 128.287348 92.204765) + (xy 128.16575 92.195) (xy 128.007 92.35375) (xy 128.007 93.013) (xy 128.027 93.013) (xy 128.027 93.267) + (xy 128.007 93.267) (xy 128.007 93.287) (xy 127.753 93.287) (xy 127.753 93.267) (xy 127.12375 93.267) + (xy 126.965 93.42575) (xy 126.961935 93.447077) (xy 126.969062 93.522999) (xy 122.943712 93.522999) (xy 123.351579 93.115133) + (xy 123.375501 93.095501) (xy 123.453853 93.000028) (xy 123.512075 92.891103) (xy 123.529723 92.832923) (xy 126.961935 92.832923) + (xy 126.965 92.85425) (xy 127.12375 93.013) (xy 127.753 93.013) (xy 127.753 92.35375) (xy 127.59425 92.195) + (xy 127.472652 92.204765) (xy 127.353122 92.241623) (xy 127.243079 92.301092) (xy 127.146753 92.380887) (xy 127.067844 92.477941) + (xy 127.009386 92.588524) (xy 126.973625 92.708387) (xy 126.961935 92.832923) (xy 123.529723 92.832923) (xy 123.547927 92.772913) + (xy 123.557 92.680794) (xy 123.557 92.680793) (xy 123.560033 92.650001) (xy 123.557 92.619209) (xy 123.557 92.148824) + (xy 123.68 92.148824) (xy 123.753905 92.141545) (xy 123.82497 92.119988) (xy 123.890463 92.084981) (xy 123.947869 92.037869) + (xy 123.994981 91.980463) (xy 124.029988 91.91497) (xy 124.051545 91.843905) (xy 124.058824 91.77) (xy 124.058824 90.77) + (xy 124.051545 90.696095) (xy 124.029988 90.62503) (xy 123.994981 90.559537) (xy 123.947869 90.502131) (xy 123.890463 90.455019) + (xy 123.82497 90.420012) (xy 123.753905 90.398455) (xy 123.68 90.391176) (xy 122.18 90.391176) (xy 122.106095 90.398455) + (xy 122.03503 90.420012) (xy 121.969537 90.455019) (xy 121.912131 90.502131) (xy 121.865019 90.559537) (xy 121.830012 90.62503) + (xy 121.808455 90.696095) (xy 121.801176 90.77) (xy 121.801176 91.77) (xy 121.808455 91.843905) (xy 121.830012 91.91497) + (xy 121.865019 91.980463) (xy 121.912131 92.037869) (xy 121.969537 92.084981) (xy 122.03503 92.119988) (xy 122.106095 92.141545) + (xy 122.18 92.148824) (xy 122.303 92.148824) (xy 122.303 92.390288) (xy 122.120289 92.573) (xy 121.540323 92.573) + (xy 121.498545 92.550669) (xy 121.401218 92.521145) (xy 121.3 92.511176) (xy 121.02 92.511176) (xy 120.99259 92.513876) + (xy 120.933247 92.440887) (xy 120.836921 92.361092) (xy 120.726878 92.301623) (xy 120.607348 92.264765) (xy 120.48575 92.255) + (xy 120.327 92.41375) (xy 120.327 93.073) (xy 120.347 93.073) (xy 120.347 93.327) (xy 120.327 93.327) + (xy 120.327 93.347) (xy 120.073 93.347) (xy 120.073 93.327) (xy 119.44375 93.327) (xy 119.285 93.48575) + (xy 119.281935 93.507077) (xy 119.28343 93.522999) (xy 115.243712 93.522999) (xy 115.751579 93.015133) (xy 115.775501 92.995501) + (xy 115.853853 92.900028) (xy 115.85765 92.892923) (xy 119.281935 92.892923) (xy 119.285 92.91425) (xy 119.44375 93.073) + (xy 120.073 93.073) (xy 120.073 92.41375) (xy 119.91425 92.255) (xy 119.792652 92.264765) (xy 119.673122 92.301623) + (xy 119.563079 92.361092) (xy 119.466753 92.440887) (xy 119.387844 92.537941) (xy 119.329386 92.648524) (xy 119.293625 92.768387) + (xy 119.281935 92.892923) (xy 115.85765 92.892923) (xy 115.912075 92.791103) (xy 115.947927 92.672913) (xy 115.954503 92.606147) + (xy 115.960033 92.55) (xy 115.957 92.519206) (xy 115.957 92.148824) (xy 116.08 92.148824) (xy 116.153905 92.141545) + (xy 116.22497 92.119988) (xy 116.290463 92.084981) (xy 116.347869 92.037869) (xy 116.394981 91.980463) (xy 116.429988 91.91497) + (xy 116.451545 91.843905) (xy 116.458824 91.77) (xy 116.458824 90.77) (xy 116.451545 90.696095) (xy 116.429988 90.62503) + (xy 116.394981 90.559537) (xy 116.347869 90.502131) (xy 116.290463 90.455019) (xy 116.22497 90.420012) (xy 116.153905 90.398455) + (xy 116.08 90.391176) (xy 114.58 90.391176) (xy 114.506095 90.398455) (xy 114.43503 90.420012) (xy 114.369537 90.455019) + (xy 114.312131 90.502131) (xy 114.265019 90.559537) (xy 114.230012 90.62503) (xy 114.208455 90.696095) (xy 114.201176 90.77) + (xy 114.201176 91.77) (xy 114.208455 91.843905) (xy 114.230012 91.91497) (xy 114.265019 91.980463) (xy 114.312131 92.037869) + (xy 114.369537 92.084981) (xy 114.43503 92.119988) (xy 114.506095 92.141545) (xy 114.58 92.148824) (xy 114.703 92.148824) + (xy 114.703 92.290288) (xy 114.420289 92.573) (xy 113.940323 92.573) (xy 113.898545 92.550669) (xy 113.801218 92.521145) + (xy 113.7 92.511176) (xy 113.42 92.511176) (xy 113.39259 92.513876) (xy 113.333247 92.440887) (xy 113.236921 92.361092) + (xy 113.126878 92.301623) (xy 113.007348 92.264765) (xy 112.88575 92.255) (xy 112.727 92.41375) (xy 112.727 93.073) + (xy 112.747 93.073) (xy 112.747 93.327) (xy 112.727 93.327) (xy 112.727 93.347) (xy 112.473 93.347) + (xy 112.473 93.327) (xy 111.84375 93.327) (xy 111.685 93.48575) (xy 111.681935 93.507077) (xy 111.68343 93.522999) + (xy 107.507 93.522999) (xy 107.507 93.230791) (xy 107.510033 93.199999) (xy 107.507 93.169206) (xy 107.507 92.892923) + (xy 111.681935 92.892923) (xy 111.685 92.91425) (xy 111.84375 93.073) (xy 112.473 93.073) (xy 112.473 92.41375) + (xy 112.31425 92.255) (xy 112.192652 92.264765) (xy 112.073122 92.301623) (xy 111.963079 92.361092) (xy 111.866753 92.440887) + (xy 111.787844 92.537941) (xy 111.729386 92.648524) (xy 111.693625 92.768387) (xy 111.681935 92.892923) (xy 107.507 92.892923) + (xy 107.507 88.923472) (xy 107.903 88.923472) (xy 107.903 89.076528) (xy 107.932859 89.226643) (xy 107.991431 89.368048) + (xy 108.076464 89.495309) (xy 108.178 89.596845) (xy 108.178001 90.675347) (xy 108.175573 90.7) (xy 108.185265 90.798409) + (xy 108.21397 90.893036) (xy 108.260584 90.980245) (xy 108.307601 91.037535) (xy 108.307604 91.037538) (xy 108.323317 91.056684) + (xy 108.342462 91.072396) (xy 108.877607 91.607543) (xy 108.893316 91.626684) (xy 108.912456 91.642392) (xy 108.912464 91.6424) + (xy 108.969754 91.689417) (xy 109.016368 91.714332) (xy 109.056964 91.736031) (xy 109.151591 91.764736) (xy 109.225347 91.772) + (xy 109.225357 91.772) (xy 109.25 91.774427) (xy 109.274643 91.772) (xy 109.301373 91.772) (xy 109.308455 91.843905) + (xy 109.330012 91.91497) (xy 109.365019 91.980463) (xy 109.412131 92.037869) (xy 109.469537 92.084981) (xy 109.53503 92.119988) + (xy 109.606095 92.141545) (xy 109.68 92.148824) (xy 111.18 92.148824) (xy 111.253905 92.141545) (xy 111.32497 92.119988) + (xy 111.390463 92.084981) (xy 111.447869 92.037869) (xy 111.494981 91.980463) (xy 111.529988 91.91497) (xy 111.551545 91.843905) + (xy 111.558824 91.77) (xy 111.558824 90.77) (xy 111.551545 90.696095) (xy 111.529988 90.62503) (xy 111.494981 90.559537) + (xy 111.447869 90.502131) (xy 111.390463 90.455019) (xy 111.32497 90.420012) (xy 111.253905 90.398455) (xy 111.18 90.391176) + (xy 109.68 90.391176) (xy 109.606095 90.398455) (xy 109.53503 90.420012) (xy 109.469537 90.455019) (xy 109.412131 90.502131) + (xy 109.365019 90.559537) (xy 109.330012 90.62503) (xy 109.32651 90.636575) (xy 109.182 90.492065) (xy 109.182 89.596845) + (xy 109.283536 89.495309) (xy 109.368569 89.368048) (xy 109.427141 89.226643) (xy 109.44023 89.16084) (xy 109.555518 89.195812) + (xy 109.68 89.208072) (xy 110.14425 89.205) (xy 110.303 89.04625) (xy 110.303 88.197) (xy 110.557 88.197) + (xy 110.557 89.04625) (xy 110.71575 89.205) (xy 111.18 89.208072) (xy 111.304482 89.195812) (xy 111.42418 89.159502) + (xy 111.534494 89.100537) (xy 111.631185 89.021185) (xy 111.710537 88.924494) (xy 111.769502 88.81418) (xy 111.805812 88.694482) + (xy 111.818072 88.57) (xy 111.815 88.35575) (xy 111.65625 88.197) (xy 110.557 88.197) (xy 110.303 88.197) + (xy 109.20375 88.197) (xy 109.072788 88.327962) (xy 109.048048 88.311431) (xy 108.906643 88.252859) (xy 108.756528 88.223) + (xy 108.603472 88.223) (xy 108.453357 88.252859) (xy 108.311952 88.311431) (xy 108.184691 88.396464) (xy 108.076464 88.504691) + (xy 107.991431 88.631952) (xy 107.932859 88.773357) (xy 107.903 88.923472) (xy 107.507 88.923472) (xy 107.507 87.746999) + (xy 109.044466 87.746999) (xy 109.045 87.78425) (xy 109.20375 87.943) (xy 110.303 87.943) (xy 110.303 87.923) + (xy 110.557 87.923) (xy 110.557 87.943) (xy 111.65625 87.943) (xy 111.815 87.78425) (xy 111.815534 87.746999) + (xy 113.629207 87.746999) (xy 113.660001 87.750032) (xy 113.690795 87.746999) (xy 114.201176 87.746999) (xy 114.201176 88.57) + (xy 114.208455 88.643905) (xy 114.230012 88.71497) (xy 114.265019 88.780463) (xy 114.312131 88.837869) (xy 114.369537 88.884981) + (xy 114.43503 88.919988) (xy 114.506095 88.941545) (xy 114.58 88.948824) (xy 114.828001 88.948824) (xy 114.828001 89.125347) + (xy 114.825573 89.15) (xy 114.835265 89.248409) (xy 114.86397 89.343036) (xy 114.910584 89.430245) (xy 114.957601 89.487535) + (xy 114.957604 89.487538) (xy 114.973317 89.506684) (xy 114.992462 89.522396) (xy 115.307607 89.837543) (xy 115.323316 89.856684) + (xy 115.342456 89.872392) (xy 115.342464 89.8724) (xy 115.399754 89.919417) (xy 115.446368 89.944332) (xy 115.486964 89.966031) + (xy 115.581591 89.994736) (xy 115.655347 90.002) (xy 115.655357 90.002) (xy 115.68 90.004427) (xy 115.704643 90.002) + (xy 117.272066 90.002) (xy 117.528 90.257935) (xy 117.528 90.391176) (xy 117.28 90.391176) (xy 117.206095 90.398455) + (xy 117.13503 90.420012) (xy 117.069537 90.455019) (xy 117.012131 90.502131) (xy 116.965019 90.559537) (xy 116.930012 90.62503) + (xy 116.908455 90.696095) (xy 116.901176 90.77) (xy 116.901176 91.77) (xy 116.908455 91.843905) (xy 116.930012 91.91497) + (xy 116.965019 91.980463) (xy 117.012131 92.037869) (xy 117.069537 92.084981) (xy 117.13503 92.119988) (xy 117.206095 92.141545) + (xy 117.28 92.148824) (xy 118.78 92.148824) (xy 118.853905 92.141545) (xy 118.92497 92.119988) (xy 118.990463 92.084981) + (xy 119.047869 92.037869) (xy 119.094981 91.980463) (xy 119.129988 91.91497) (xy 119.151545 91.843905) (xy 119.158824 91.77) + (xy 119.158824 90.77) (xy 119.151545 90.696095) (xy 119.129988 90.62503) (xy 119.094981 90.559537) (xy 119.047869 90.502131) + (xy 118.990463 90.455019) (xy 118.92497 90.420012) (xy 118.853905 90.398455) (xy 118.78 90.391176) (xy 118.532 90.391176) + (xy 118.532 90.074642) (xy 118.534427 90.049999) (xy 118.532 90.025356) (xy 118.532 90.025347) (xy 118.524736 89.951591) + (xy 118.496031 89.856964) (xy 118.449417 89.769755) (xy 118.386684 89.693316) (xy 118.367538 89.677603) (xy 117.852401 89.162467) + (xy 117.836684 89.143316) (xy 117.819795 89.129455) (xy 117.903 89.04625) (xy 117.903 88.197) (xy 118.157 88.197) + (xy 118.157 89.04625) (xy 118.31575 89.205) (xy 118.78 89.208072) (xy 118.904482 89.195812) (xy 119.02418 89.159502) + (xy 119.134494 89.100537) (xy 119.231185 89.021185) (xy 119.310537 88.924494) (xy 119.369502 88.81418) (xy 119.405812 88.694482) + (xy 119.418072 88.57) (xy 119.415 88.35575) (xy 119.25625 88.197) (xy 118.157 88.197) (xy 117.903 88.197) + (xy 116.80375 88.197) (xy 116.645 88.35575) (xy 116.641928 88.57) (xy 116.654188 88.694482) (xy 116.690498 88.81418) + (xy 116.749463 88.924494) (xy 116.809788 88.998) (xy 115.887935 88.998) (xy 115.838759 88.948824) (xy 116.08 88.948824) + (xy 116.153905 88.941545) (xy 116.22497 88.919988) (xy 116.290463 88.884981) (xy 116.347869 88.837869) (xy 116.394981 88.780463) + (xy 116.429988 88.71497) (xy 116.451545 88.643905) (xy 116.458824 88.57) (xy 116.458824 87.746999) (xy 116.644466 87.746999) + (xy 116.645 87.78425) (xy 116.80375 87.943) (xy 117.903 87.943) (xy 117.903 87.923) (xy 118.157 87.923) + (xy 118.157 87.943) (xy 119.25625 87.943) (xy 119.415 87.78425) (xy 119.415534 87.746999) (xy 121.229207 87.746999) + (xy 121.260001 87.750032) (xy 121.290795 87.746999) (xy 121.801176 87.746999) (xy 121.801176 88.57) (xy 121.808455 88.643905) + (xy 121.830012 88.71497) (xy 121.865019 88.780463) (xy 121.912131 88.837869) (xy 121.969537 88.884981) (xy 122.03503 88.919988) + (xy 122.106095 88.941545) (xy 122.18 88.948824) (xy 122.428001 88.948824) (xy 122.428001 89.025347) (xy 122.425573 89.05) + (xy 122.435265 89.148409) (xy 122.46397 89.243036) (xy 122.510584 89.330245) (xy 122.557601 89.387535) (xy 122.557604 89.387538) + (xy 122.573317 89.406684) (xy 122.592463 89.422397) (xy 123.107603 89.937538) (xy 123.123316 89.956684) (xy 123.142462 89.972397) + (xy 123.142464 89.972399) (xy 123.16761 89.993036) (xy 123.199755 90.019417) (xy 123.286964 90.066031) (xy 123.381591 90.094736) + (xy 123.455347 90.102) (xy 123.455356 90.102) (xy 123.479999 90.104427) (xy 123.504642 90.102) (xy 124.972066 90.102) + (xy 125.128 90.257935) (xy 125.128 90.391176) (xy 124.88 90.391176) (xy 124.806095 90.398455) (xy 124.73503 90.420012) + (xy 124.669537 90.455019) (xy 124.612131 90.502131) (xy 124.565019 90.559537) (xy 124.530012 90.62503) (xy 124.508455 90.696095) + (xy 124.501176 90.77) (xy 124.501176 91.77) (xy 124.508455 91.843905) (xy 124.530012 91.91497) (xy 124.565019 91.980463) + (xy 124.612131 92.037869) (xy 124.669537 92.084981) (xy 124.73503 92.119988) (xy 124.806095 92.141545) (xy 124.88 92.148824) + (xy 126.38 92.148824) (xy 126.453905 92.141545) (xy 126.52497 92.119988) (xy 126.590463 92.084981) (xy 126.647869 92.037869) + (xy 126.694981 91.980463) (xy 126.729988 91.91497) (xy 126.751545 91.843905) (xy 126.758824 91.77) (xy 126.758824 90.77) + (xy 126.751545 90.696095) (xy 126.729988 90.62503) (xy 126.694981 90.559537) (xy 126.647869 90.502131) (xy 126.590463 90.455019) + (xy 126.52497 90.420012) (xy 126.453905 90.398455) (xy 126.38 90.391176) (xy 126.132 90.391176) (xy 126.132 90.074642) + (xy 126.134427 90.049999) (xy 126.132 90.025356) (xy 126.132 90.025347) (xy 126.124736 89.951591) (xy 126.096031 89.856964) + (xy 126.049417 89.769755) (xy 125.986684 89.693316) (xy 125.967538 89.677603) (xy 125.552401 89.262467) (xy 125.536684 89.243316) + (xy 125.460245 89.180583) (xy 125.400566 89.148684) (xy 125.503 89.04625) (xy 125.503 88.197) (xy 125.757 88.197) + (xy 125.757 89.04625) (xy 125.91575 89.205) (xy 126.38 89.208072) (xy 126.504482 89.195812) (xy 126.62418 89.159502) + (xy 126.734494 89.100537) (xy 126.831185 89.021185) (xy 126.910537 88.924494) (xy 126.969502 88.81418) (xy 127.005812 88.694482) + (xy 127.018072 88.57) (xy 127.015 88.35575) (xy 126.85625 88.197) (xy 125.757 88.197) (xy 125.503 88.197) + (xy 124.40375 88.197) (xy 124.245 88.35575) (xy 124.241928 88.57) (xy 124.254188 88.694482) (xy 124.290498 88.81418) + (xy 124.349463 88.924494) (xy 124.428815 89.021185) (xy 124.522415 89.098) (xy 123.687935 89.098) (xy 123.538758 88.948824) + (xy 123.68 88.948824) (xy 123.753905 88.941545) (xy 123.82497 88.919988) (xy 123.890463 88.884981) (xy 123.947869 88.837869) + (xy 123.994981 88.780463) (xy 124.029988 88.71497) (xy 124.051545 88.643905) (xy 124.058824 88.57) (xy 124.058824 87.746999) + (xy 124.244466 87.746999) (xy 124.245 87.78425) (xy 124.40375 87.943) (xy 125.503 87.943) (xy 125.503 87.923) + (xy 125.757 87.923) (xy 125.757 87.943) (xy 126.85625 87.943) (xy 127.015 87.78425) (xy 127.015534 87.746999) + (xy 128.929206 87.746999) (xy 128.96 87.750032) (xy 128.990794 87.746999) (xy 129.401176 87.746999) (xy 129.401176 88.57) + (xy 129.408455 88.643905) (xy 129.430012 88.71497) (xy 129.465019 88.780463) (xy 129.512131 88.837869) (xy 129.569537 88.884981) + (xy 129.63503 88.919988) (xy 129.706095 88.941545) (xy 129.78 88.948824) (xy 130.028001 88.948824) (xy 130.028001 89.125347) + (xy 130.025573 89.15) (xy 130.035265 89.248409) (xy 130.06397 89.343036) (xy 130.110584 89.430245) (xy 130.157601 89.487535) + (xy 130.157604 89.487538) (xy 130.173317 89.506684) (xy 130.192463 89.522397) (xy 130.607603 89.937538) (xy 130.623316 89.956684) + (xy 130.642462 89.972397) (xy 130.642464 89.972399) (xy 130.66761 89.993036) (xy 130.699755 90.019417) (xy 130.786964 90.066031) + (xy 130.881591 90.094736) (xy 130.955347 90.102) (xy 130.955356 90.102) (xy 130.979999 90.104427) (xy 131.004642 90.102) + (xy 132.472066 90.102) (xy 132.728 90.357935) (xy 132.728 90.361176) (xy 132.48 90.361176) (xy 132.406095 90.368455) + (xy 132.33503 90.390012) (xy 132.269537 90.425019) (xy 132.212131 90.472131) (xy 132.165019 90.529537) (xy 132.130012 90.59503) + (xy 132.108455 90.666095) (xy 132.101176 90.74) (xy 132.101176 91.74) (xy 132.108455 91.813905) (xy 132.130012 91.88497) + (xy 132.165019 91.950463) (xy 132.212131 92.007869) (xy 132.269537 92.054981) (xy 132.33503 92.089988) (xy 132.406095 92.111545) + (xy 132.48 92.118824) (xy 133.98 92.118824) (xy 134.053905 92.111545) (xy 134.12497 92.089988) (xy 134.190463 92.054981) + (xy 134.247869 92.007869) (xy 134.294981 91.950463) (xy 134.329988 91.88497) (xy 134.351545 91.813905) (xy 134.358824 91.74) + (xy 134.358824 90.74) (xy 134.351545 90.666095) (xy 134.329988 90.59503) (xy 134.294981 90.529537) (xy 134.247869 90.472131) + (xy 134.190463 90.425019) (xy 134.12497 90.390012) (xy 134.053905 90.368455) (xy 133.98 90.361176) (xy 133.732 90.361176) + (xy 133.732 90.174642) (xy 133.734427 90.149999) (xy 133.732 90.125356) (xy 133.732 90.125347) (xy 133.724736 90.051591) + (xy 133.696031 89.956964) (xy 133.649417 89.869755) (xy 133.586684 89.793316) (xy 133.567538 89.777603) (xy 133.052401 89.262467) + (xy 133.036684 89.243316) (xy 132.960245 89.180583) (xy 132.946183 89.173067) (xy 133.103 89.01625) (xy 133.103 88.167) + (xy 133.357 88.167) (xy 133.357 89.01625) (xy 133.51575 89.175) (xy 133.98 89.178072) (xy 134.104482 89.165812) + (xy 134.22418 89.129502) (xy 134.334494 89.070537) (xy 134.431185 88.991185) (xy 134.510537 88.894494) (xy 134.569502 88.78418) + (xy 134.605812 88.664482) (xy 134.618072 88.54) (xy 134.615 88.32575) (xy 134.45625 88.167) (xy 133.357 88.167) + (xy 133.103 88.167) (xy 132.00375 88.167) (xy 131.845 88.32575) (xy 131.841928 88.54) (xy 131.854188 88.664482) + (xy 131.890498 88.78418) (xy 131.949463 88.894494) (xy 132.028815 88.991185) (xy 132.125506 89.070537) (xy 132.176885 89.098) + (xy 131.187935 89.098) (xy 131.038758 88.948824) (xy 131.28 88.948824) (xy 131.353905 88.941545) (xy 131.42497 88.919988) + (xy 131.490463 88.884981) (xy 131.547869 88.837869) (xy 131.594981 88.780463) (xy 131.629988 88.71497) (xy 131.651545 88.643905) + (xy 131.658824 88.57) (xy 131.658824 87.746999) (xy 131.844896 87.746999) (xy 131.845 87.75425) (xy 132.00375 87.913) + (xy 133.103 87.913) (xy 133.103 87.893) (xy 133.357 87.893) (xy 133.357 87.913) (xy 134.45625 87.913) + (xy 134.615 87.75425) (xy 134.615534 87.716999) (xy 136.359207 87.716999) (xy 136.390001 87.720032) (xy 136.420795 87.716999) + (xy 137.001176 87.716999) (xy 137.001176 88.54) (xy 137.008455 88.613905) (xy 137.030012 88.68497) (xy 137.065019 88.750463) + (xy 137.112131 88.807869) (xy 137.169537 88.854981) (xy 137.23503 88.889988) (xy 137.306095 88.911545) (xy 137.38 88.918824) + (xy 137.628001 88.918824) (xy 137.628001 89.125347) (xy 137.625573 89.15) (xy 137.635265 89.248409) (xy 137.66397 89.343036) + (xy 137.710584 89.430245) (xy 137.757601 89.487535) (xy 137.757604 89.487538) (xy 137.773317 89.506684) (xy 137.792462 89.522396) + (xy 138.107607 89.837543) (xy 138.123316 89.856684) (xy 138.142456 89.872392) (xy 138.142464 89.8724) (xy 138.199754 89.919417) + (xy 138.246368 89.944332) (xy 138.286964 89.966031) (xy 138.381591 89.994736) (xy 138.455347 90.002) (xy 138.455357 90.002) + (xy 138.48 90.004427) (xy 138.504643 90.002) (xy 139.872066 90.002) (xy 140.291241 90.421176) (xy 140.08 90.421176) + (xy 140.006095 90.428455) (xy 139.93503 90.450012) (xy 139.869537 90.485019) (xy 139.812131 90.532131) (xy 139.765019 90.589537) + (xy 139.730012 90.65503) (xy 139.708455 90.726095) (xy 139.701176 90.8) (xy 139.701176 91.8) (xy 139.708455 91.873905) + (xy 139.730012 91.94497) (xy 139.765019 92.010463) (xy 139.812131 92.067869) (xy 139.869537 92.114981) (xy 139.93503 92.149988) + (xy 140.006095 92.171545) (xy 140.08 92.178824) (xy 141.58 92.178824) (xy 141.653905 92.171545) (xy 141.72497 92.149988) + (xy 141.790463 92.114981) (xy 141.847869 92.067869) (xy 141.894981 92.010463) (xy 141.929988 91.94497) (xy 141.951545 91.873905) + (xy 141.958824 91.8) (xy 141.958824 90.8) (xy 141.951545 90.726095) (xy 141.929988 90.65503) (xy 141.894981 90.589537) + (xy 141.847869 90.532131) (xy 141.790463 90.485019) (xy 141.72497 90.450012) (xy 141.653905 90.428455) (xy 141.58 90.421176) + (xy 141.332 90.421176) (xy 141.332 90.274642) (xy 141.334427 90.249999) (xy 141.332 90.225356) (xy 141.332 90.225347) + (xy 141.324736 90.151591) (xy 141.296031 90.056964) (xy 141.249417 89.969755) (xy 141.186684 89.893316) (xy 141.167538 89.877603) + (xy 140.525061 89.235127) (xy 140.54425 89.235) (xy 140.703 89.07625) (xy 140.703 88.227) (xy 140.957 88.227) + (xy 140.957 89.07625) (xy 141.11575 89.235) (xy 141.58 89.238072) (xy 141.704482 89.225812) (xy 141.82418 89.189502) + (xy 141.934494 89.130537) (xy 142.031185 89.051185) (xy 142.110537 88.954494) (xy 142.169502 88.84418) (xy 142.205812 88.724482) + (xy 142.218072 88.6) (xy 142.215 88.38575) (xy 142.05625 88.227) (xy 140.957 88.227) (xy 140.703 88.227) + (xy 139.60375 88.227) (xy 139.445 88.38575) (xy 139.441928 88.6) (xy 139.454188 88.724482) (xy 139.490498 88.84418) + (xy 139.549463 88.954494) (xy 139.585167 88.998) (xy 138.687935 88.998) (xy 138.632 88.942065) (xy 138.632 88.918824) + (xy 138.88 88.918824) (xy 138.953905 88.911545) (xy 139.02497 88.889988) (xy 139.090463 88.854981) (xy 139.147869 88.807869) + (xy 139.194981 88.750463) (xy 139.229988 88.68497) (xy 139.251545 88.613905) (xy 139.258824 88.54) (xy 139.258824 87.716999) + (xy 139.443606 87.716999) (xy 139.445 87.81425) (xy 139.60375 87.973) (xy 140.703 87.973) (xy 140.703 87.953) + (xy 140.957 87.953) (xy 140.957 87.973) (xy 142.05625 87.973) (xy 142.215 87.81425) (xy 142.216394 87.716999) + (xy 143.759207 87.716999) (xy 143.790001 87.720032) (xy 143.820795 87.716999) (xy 144.601176 87.716999) (xy 144.601176 88.6) + (xy 144.608455 88.673905) (xy 144.630012 88.74497) (xy 144.665019 88.810463) (xy 144.712131 88.867869) (xy 144.769537 88.914981) + (xy 144.83503 88.949988) (xy 144.906095 88.971545) (xy 144.98 88.978824) (xy 145.228001 88.978824) (xy 145.228001 89.125347) + (xy 145.225573 89.15) (xy 145.235265 89.248409) (xy 145.26397 89.343036) (xy 145.310584 89.430245) (xy 145.357601 89.487535) + (xy 145.357604 89.487538) (xy 145.373317 89.506684) (xy 145.392463 89.522397) (xy 145.907603 90.037538) (xy 145.923316 90.056684) + (xy 145.942462 90.072397) (xy 145.942464 90.072399) (xy 145.96968 90.094735) (xy 145.999755 90.119417) (xy 146.086964 90.166031) + (xy 146.181591 90.194736) (xy 146.255347 90.202) (xy 146.255356 90.202) (xy 146.279999 90.204427) (xy 146.304642 90.202) + (xy 147.672066 90.202) (xy 147.891241 90.421176) (xy 147.68 90.421176) (xy 147.606095 90.428455) (xy 147.53503 90.450012) + (xy 147.469537 90.485019) (xy 147.412131 90.532131) (xy 147.365019 90.589537) (xy 147.330012 90.65503) (xy 147.308455 90.726095) + (xy 147.301176 90.8) (xy 147.301176 91.8) (xy 147.308455 91.873905) (xy 147.330012 91.94497) (xy 147.365019 92.010463) + (xy 147.412131 92.067869) (xy 147.469537 92.114981) (xy 147.53503 92.149988) (xy 147.606095 92.171545) (xy 147.68 92.178824) + (xy 149.18 92.178824) (xy 149.253905 92.171545) (xy 149.32497 92.149988) (xy 149.390463 92.114981) (xy 149.447869 92.067869) + (xy 149.494981 92.010463) (xy 149.529988 91.94497) (xy 149.551545 91.873905) (xy 149.558824 91.8) (xy 149.558824 90.8) + (xy 149.551545 90.726095) (xy 149.529988 90.65503) (xy 149.494981 90.589537) (xy 149.447869 90.532131) (xy 149.390463 90.485019) + (xy 149.32497 90.450012) (xy 149.253905 90.428455) (xy 149.18 90.421176) (xy 148.932 90.421176) (xy 148.932 90.274642) + (xy 148.934427 90.249999) (xy 148.932 90.225356) (xy 148.932 90.225347) (xy 148.924736 90.151591) (xy 148.896031 90.056964) + (xy 148.849417 89.969755) (xy 148.786684 89.893316) (xy 148.767538 89.877603) (xy 148.252401 89.362467) (xy 148.236684 89.343316) + (xy 148.160245 89.280583) (xy 148.075812 89.235453) (xy 148.14425 89.235) (xy 148.303 89.07625) (xy 148.303 88.227) + (xy 148.557 88.227) (xy 148.557 89.07625) (xy 148.71575 89.235) (xy 149.18 89.238072) (xy 149.304482 89.225812) + (xy 149.42418 89.189502) (xy 149.534494 89.130537) (xy 149.631185 89.051185) (xy 149.710537 88.954494) (xy 149.769502 88.84418) + (xy 149.805812 88.724482) (xy 149.818072 88.6) (xy 149.815 88.38575) (xy 149.65625 88.227) (xy 148.557 88.227) + (xy 148.303 88.227) (xy 147.20375 88.227) (xy 147.045 88.38575) (xy 147.041928 88.6) (xy 147.054188 88.724482) + (xy 147.090498 88.84418) (xy 147.149463 88.954494) (xy 147.228815 89.051185) (xy 147.325506 89.130537) (xy 147.43582 89.189502) + (xy 147.463834 89.198) (xy 146.487935 89.198) (xy 146.268758 88.978824) (xy 146.48 88.978824) (xy 146.553905 88.971545) + (xy 146.62497 88.949988) (xy 146.690463 88.914981) (xy 146.747869 88.867869) (xy 146.794981 88.810463) (xy 146.829988 88.74497) + (xy 146.851545 88.673905) (xy 146.858824 88.6) (xy 146.858824 87.716999) (xy 147.043606 87.716999) (xy 147.045 87.81425) + (xy 147.20375 87.973) (xy 148.303 87.973) (xy 148.303 87.953) (xy 148.557 87.953) (xy 148.557 87.973) + (xy 149.65625 87.973) (xy 149.815 87.81425) (xy 149.816394 87.716999) (xy 151.439205 87.716999) (xy 151.469999 87.720032) + (xy 151.500793 87.716999) (xy 152.201176 87.716999) (xy 152.201176 88.6) (xy 152.208455 88.673905) (xy 152.230012 88.74497) + (xy 152.265019 88.810463) (xy 152.312131 88.867869) (xy 152.369537 88.914981) (xy 152.43503 88.949988) (xy 152.506095 88.971545) + (xy 152.58 88.978824) (xy 152.828001 88.978824) (xy 152.828001 89.025347) (xy 152.825573 89.05) (xy 152.835265 89.148409) + (xy 152.86397 89.243036) (xy 152.910584 89.330245) (xy 152.957601 89.387535) (xy 152.957604 89.387538) (xy 152.973317 89.406684) + (xy 152.992463 89.422397) (xy 153.507603 89.937538) (xy 153.523316 89.956684) (xy 153.542462 89.972397) (xy 153.542464 89.972399) + (xy 153.56761 89.993036) (xy 153.599755 90.019417) (xy 153.686964 90.066031) (xy 153.781591 90.094736) (xy 153.855347 90.102) + (xy 153.855356 90.102) (xy 153.879999 90.104427) (xy 153.904642 90.102) (xy 155.172066 90.102) (xy 155.491241 90.421176) + (xy 155.28 90.421176) (xy 155.206095 90.428455) (xy 155.13503 90.450012) (xy 155.069537 90.485019) (xy 155.012131 90.532131) + (xy 154.965019 90.589537) (xy 154.930012 90.65503) (xy 154.908455 90.726095) (xy 154.901176 90.8) (xy 154.901176 91.8) + (xy 154.908455 91.873905) (xy 154.930012 91.94497) (xy 154.965019 92.010463) (xy 155.012131 92.067869) (xy 155.069537 92.114981) + (xy 155.13503 92.149988) (xy 155.206095 92.171545) (xy 155.28 92.178824) (xy 156.78 92.178824) (xy 156.853905 92.171545) + (xy 156.92497 92.149988) (xy 156.990463 92.114981) (xy 157.047869 92.067869) (xy 157.094981 92.010463) (xy 157.129988 91.94497) + (xy 157.151545 91.873905) (xy 157.158824 91.8) (xy 157.158824 90.8) (xy 157.151545 90.726095) (xy 157.129988 90.65503) + (xy 157.094981 90.589537) (xy 157.047869 90.532131) (xy 156.990463 90.485019) (xy 156.92497 90.450012) (xy 156.853905 90.428455) + (xy 156.78 90.421176) (xy 156.532 90.421176) (xy 156.532 90.274643) (xy 156.534427 90.25) (xy 156.532 90.225357) + (xy 156.532 90.225347) (xy 156.524736 90.151591) (xy 156.496031 90.056964) (xy 156.449417 89.969755) (xy 156.434509 89.95159) + (xy 156.4024 89.912464) (xy 156.402392 89.912456) (xy 156.386684 89.893316) (xy 156.367543 89.877607) (xy 155.752401 89.262467) + (xy 155.736684 89.243316) (xy 155.726693 89.235116) (xy 155.74425 89.235) (xy 155.903 89.07625) (xy 155.903 88.227) + (xy 156.157 88.227) (xy 156.157 89.07625) (xy 156.31575 89.235) (xy 156.78 89.238072) (xy 156.904482 89.225812) + (xy 157.02418 89.189502) (xy 157.134494 89.130537) (xy 157.231185 89.051185) (xy 157.310537 88.954494) (xy 157.369502 88.84418) + (xy 157.405812 88.724482) (xy 157.418072 88.6) (xy 157.415 88.38575) (xy 157.25625 88.227) (xy 156.157 88.227) + (xy 155.903 88.227) (xy 154.80375 88.227) (xy 154.645 88.38575) (xy 154.641928 88.6) (xy 154.654188 88.724482) + (xy 154.690498 88.84418) (xy 154.749463 88.954494) (xy 154.828815 89.051185) (xy 154.885859 89.098) (xy 154.087935 89.098) + (xy 153.968759 88.978824) (xy 154.08 88.978824) (xy 154.153905 88.971545) (xy 154.22497 88.949988) (xy 154.290463 88.914981) + (xy 154.347869 88.867869) (xy 154.394981 88.810463) (xy 154.429988 88.74497) (xy 154.451545 88.673905) (xy 154.458824 88.6) + (xy 154.458824 87.716999) (xy 154.643606 87.716999) (xy 154.645 87.81425) (xy 154.80375 87.973) (xy 155.903 87.973) + (xy 155.903 87.953) (xy 156.157 87.953) (xy 156.157 87.973) (xy 157.25625 87.973) (xy 157.415 87.81425) + (xy 157.416394 87.716999) (xy 159.259206 87.716999) (xy 159.29 87.720032) (xy 159.320794 87.716999) (xy 159.801176 87.716999) + (xy 159.801176 88.6) (xy 159.808455 88.673905) (xy 159.830012 88.74497) (xy 159.865019 88.810463) (xy 159.912131 88.867869) + (xy 159.969537 88.914981) (xy 160.03503 88.949988) (xy 160.106095 88.971545) (xy 160.18 88.978824) (xy 160.428001 88.978824) + (xy 160.428001 89.125347) (xy 160.425573 89.15) (xy 160.435265 89.248409) (xy 160.46397 89.343036) (xy 160.510584 89.430245) + (xy 160.557601 89.487535) (xy 160.557604 89.487538) (xy 160.573317 89.506684) (xy 160.592462 89.522397) (xy 161.207607 90.137543) + (xy 161.223316 90.156684) (xy 161.242456 90.172392) (xy 161.242464 90.1724) (xy 161.28149 90.204427) (xy 161.299755 90.219417) + (xy 161.386964 90.266031) (xy 161.481591 90.294736) (xy 161.555347 90.302) (xy 161.555357 90.302) (xy 161.58 90.304427) + (xy 161.604643 90.302) (xy 162.972066 90.302) (xy 163.091241 90.421176) (xy 162.88 90.421176) (xy 162.806095 90.428455) + (xy 162.73503 90.450012) (xy 162.669537 90.485019) (xy 162.612131 90.532131) (xy 162.565019 90.589537) (xy 162.530012 90.65503) + (xy 162.508455 90.726095) (xy 162.501176 90.8) (xy 162.501176 91.8) (xy 162.508455 91.873905) (xy 162.530012 91.94497) + (xy 162.565019 92.010463) (xy 162.612131 92.067869) (xy 162.669537 92.114981) (xy 162.73503 92.149988) (xy 162.806095 92.171545) + (xy 162.88 92.178824) (xy 164.38 92.178824) (xy 164.453905 92.171545) (xy 164.52497 92.149988) (xy 164.590463 92.114981) + (xy 164.647869 92.067869) (xy 164.694981 92.010463) (xy 164.729988 91.94497) (xy 164.751545 91.873905) (xy 164.758824 91.8) + (xy 164.758824 90.8) (xy 164.751545 90.726095) (xy 164.729988 90.65503) (xy 164.694981 90.589537) (xy 164.647869 90.532131) + (xy 164.590463 90.485019) (xy 164.52497 90.450012) (xy 164.453905 90.428455) (xy 164.38 90.421176) (xy 164.132 90.421176) + (xy 164.132 90.274642) (xy 164.134427 90.249999) (xy 164.132 90.225356) (xy 164.132 90.225347) (xy 164.124736 90.151591) + (xy 164.096031 90.056964) (xy 164.049417 89.969755) (xy 163.986684 89.893316) (xy 163.967538 89.877603) (xy 163.552401 89.462467) + (xy 163.536684 89.443316) (xy 163.460245 89.380583) (xy 163.373036 89.333969) (xy 163.278409 89.305264) (xy 163.204653 89.298) + (xy 163.204643 89.298) (xy 163.18 89.295573) (xy 163.155357 89.298) (xy 161.787936 89.298) (xy 161.468759 88.978824) + (xy 161.68 88.978824) (xy 161.753905 88.971545) (xy 161.82497 88.949988) (xy 161.890463 88.914981) (xy 161.947869 88.867869) + (xy 161.994981 88.810463) (xy 162.029988 88.74497) (xy 162.051545 88.673905) (xy 162.058824 88.6) (xy 162.241928 88.6) + (xy 162.254188 88.724482) (xy 162.290498 88.84418) (xy 162.349463 88.954494) (xy 162.428815 89.051185) (xy 162.525506 89.130537) + (xy 162.63582 89.189502) (xy 162.755518 89.225812) (xy 162.88 89.238072) (xy 163.34425 89.235) (xy 163.503 89.07625) + (xy 163.503 88.227) (xy 163.757 88.227) (xy 163.757 89.07625) (xy 163.91575 89.235) (xy 164.38 89.238072) + (xy 164.504482 89.225812) (xy 164.62418 89.189502) (xy 164.734494 89.130537) (xy 164.831185 89.051185) (xy 164.910537 88.954494) + (xy 164.969502 88.84418) (xy 165.005812 88.724482) (xy 165.018072 88.6) (xy 165.015 88.38575) (xy 164.85625 88.227) + (xy 163.757 88.227) (xy 163.503 88.227) (xy 162.40375 88.227) (xy 162.245 88.38575) (xy 162.241928 88.6) + (xy 162.058824 88.6) (xy 162.058824 87.716999) (xy 162.243606 87.716999) (xy 162.245 87.81425) (xy 162.40375 87.973) + (xy 163.503 87.973) (xy 163.503 87.953) (xy 163.757 87.953) (xy 163.757 87.973) (xy 164.85625 87.973) + (xy 165.015 87.81425) (xy 165.016394 87.716999) (xy 166.759207 87.716999) (xy 166.790001 87.720032) (xy 166.820795 87.716999) + (xy 167.401176 87.716999) (xy 167.401176 88.6) (xy 167.408455 88.673905) (xy 167.430012 88.74497) (xy 167.465019 88.810463) + (xy 167.512131 88.867869) (xy 167.569537 88.914981) (xy 167.63503 88.949988) (xy 167.706095 88.971545) (xy 167.78 88.978824) + (xy 168.028001 88.978824) (xy 168.028001 89.025347) (xy 168.025573 89.05) (xy 168.035265 89.148409) (xy 168.06397 89.243036) + (xy 168.110584 89.330245) (xy 168.157601 89.387535) (xy 168.157604 89.387538) (xy 168.173317 89.406684) (xy 168.192463 89.422397) + (xy 168.707603 89.937538) (xy 168.723316 89.956684) (xy 168.742462 89.972397) (xy 168.742464 89.972399) (xy 168.76761 89.993036) + (xy 168.799755 90.019417) (xy 168.886964 90.066031) (xy 168.981591 90.094736) (xy 169.055347 90.102) (xy 169.055356 90.102) + (xy 169.079999 90.104427) (xy 169.104642 90.102) (xy 170.472066 90.102) (xy 170.728 90.357935) (xy 170.728 90.421176) + (xy 170.48 90.421176) (xy 170.406095 90.428455) (xy 170.33503 90.450012) (xy 170.269537 90.485019) (xy 170.212131 90.532131) + (xy 170.165019 90.589537) (xy 170.130012 90.65503) (xy 170.108455 90.726095) (xy 170.101176 90.8) (xy 170.101176 91.8) + (xy 170.108455 91.873905) (xy 170.130012 91.94497) (xy 170.165019 92.010463) (xy 170.212131 92.067869) (xy 170.269537 92.114981) + (xy 170.33503 92.149988) (xy 170.406095 92.171545) (xy 170.48 92.178824) (xy 171.98 92.178824) (xy 172.053905 92.171545) + (xy 172.12497 92.149988) (xy 172.190463 92.114981) (xy 172.247869 92.067869) (xy 172.294981 92.010463) (xy 172.329988 91.94497) + (xy 172.351545 91.873905) (xy 172.358824 91.8) (xy 172.358824 90.8) (xy 172.351545 90.726095) (xy 172.329988 90.65503) + (xy 172.294981 90.589537) (xy 172.247869 90.532131) (xy 172.190463 90.485019) (xy 172.12497 90.450012) (xy 172.053905 90.428455) + (xy 171.98 90.421176) (xy 171.732 90.421176) (xy 171.732 90.174642) (xy 171.734427 90.149999) (xy 171.732 90.125356) + (xy 171.732 90.125347) (xy 171.724736 90.051591) (xy 171.696031 89.956964) (xy 171.649417 89.869755) (xy 171.586684 89.793316) + (xy 171.567538 89.777603) (xy 171.052401 89.262467) (xy 171.036684 89.243316) (xy 170.981348 89.197902) (xy 171.103 89.07625) + (xy 171.103 88.227) (xy 171.357 88.227) (xy 171.357 89.07625) (xy 171.51575 89.235) (xy 171.98 89.238072) + (xy 172.104482 89.225812) (xy 172.22418 89.189502) (xy 172.334494 89.130537) (xy 172.431185 89.051185) (xy 172.510537 88.954494) + (xy 172.569502 88.84418) (xy 172.605812 88.724482) (xy 172.618072 88.6) (xy 172.615 88.38575) (xy 172.45625 88.227) + (xy 171.357 88.227) (xy 171.103 88.227) (xy 170.00375 88.227) (xy 169.845 88.38575) (xy 169.841928 88.6) + (xy 169.854188 88.724482) (xy 169.890498 88.84418) (xy 169.949463 88.954494) (xy 170.028815 89.051185) (xy 170.085859 89.098) + (xy 169.287935 89.098) (xy 169.168759 88.978824) (xy 169.28 88.978824) (xy 169.353905 88.971545) (xy 169.42497 88.949988) + (xy 169.490463 88.914981) (xy 169.547869 88.867869) (xy 169.594981 88.810463) (xy 169.629988 88.74497) (xy 169.651545 88.673905) + (xy 169.658824 88.6) (xy 169.658824 87.716999) (xy 169.843606 87.716999) (xy 169.845 87.81425) (xy 170.00375 87.973) + (xy 171.103 87.973) (xy 171.103 87.953) (xy 171.357 87.953) (xy 171.357 87.973) (xy 172.45625 87.973) + (xy 172.615 87.81425) (xy 172.616394 87.716999) (xy 174.359206 87.716999) (xy 174.39 87.720032) (xy 174.420794 87.716999) + (xy 175.001176 87.716999) (xy 175.001176 88.6) (xy 175.008455 88.673905) (xy 175.030012 88.74497) (xy 175.065019 88.810463) + (xy 175.112131 88.867869) (xy 175.169537 88.914981) (xy 175.23503 88.949988) (xy 175.306095 88.971545) (xy 175.38 88.978824) + (xy 175.628001 88.978824) (xy 175.628001 89.125347) (xy 175.625573 89.15) (xy 175.635265 89.248409) (xy 175.66397 89.343036) + (xy 175.710584 89.430245) (xy 175.757601 89.487535) (xy 175.757604 89.487538) (xy 175.773317 89.506684) (xy 175.792463 89.522397) + (xy 176.307603 90.037538) (xy 176.323316 90.056684) (xy 176.342462 90.072397) (xy 176.342464 90.072399) (xy 176.36968 90.094735) + (xy 176.399755 90.119417) (xy 176.486964 90.166031) (xy 176.581591 90.194736) (xy 176.655347 90.202) (xy 176.655356 90.202) + (xy 176.679999 90.204427) (xy 176.704642 90.202) (xy 178.072066 90.202) (xy 178.291241 90.421176) (xy 178.08 90.421176) + (xy 178.006095 90.428455) (xy 177.93503 90.450012) (xy 177.869537 90.485019) (xy 177.812131 90.532131) (xy 177.765019 90.589537) + (xy 177.730012 90.65503) (xy 177.708455 90.726095) (xy 177.701176 90.8) (xy 177.701176 91.8) (xy 177.708455 91.873905) + (xy 177.730012 91.94497) (xy 177.765019 92.010463) (xy 177.812131 92.067869) (xy 177.869537 92.114981) (xy 177.93503 92.149988) + (xy 178.006095 92.171545) (xy 178.08 92.178824) (xy 179.58 92.178824) (xy 179.653905 92.171545) (xy 179.72497 92.149988) + (xy 179.790463 92.114981) (xy 179.847869 92.067869) (xy 179.894981 92.010463) (xy 179.929988 91.94497) (xy 179.951545 91.873905) + (xy 179.958824 91.8) (xy 179.958824 90.8) (xy 179.951545 90.726095) (xy 179.929988 90.65503) (xy 179.894981 90.589537) + (xy 179.847869 90.532131) (xy 179.790463 90.485019) (xy 179.72497 90.450012) (xy 179.653905 90.428455) (xy 179.58 90.421176) + (xy 179.332 90.421176) (xy 179.332 90.274642) (xy 179.334427 90.249999) (xy 179.332 90.225356) (xy 179.332 90.225347) + (xy 179.324736 90.151591) (xy 179.296031 90.056964) (xy 179.249417 89.969755) (xy 179.186684 89.893316) (xy 179.167538 89.877603) + (xy 178.652401 89.362467) (xy 178.636684 89.343316) (xy 178.560245 89.280583) (xy 178.475812 89.235453) (xy 178.54425 89.235) + (xy 178.703 89.07625) (xy 178.703 88.227) (xy 178.957 88.227) (xy 178.957 89.07625) (xy 179.11575 89.235) + (xy 179.58 89.238072) (xy 179.704482 89.225812) (xy 179.82418 89.189502) (xy 179.934494 89.130537) (xy 180.031185 89.051185) + (xy 180.110537 88.954494) (xy 180.169502 88.84418) (xy 180.205812 88.724482) (xy 180.218072 88.6) (xy 180.215 88.38575) + (xy 180.05625 88.227) (xy 178.957 88.227) (xy 178.703 88.227) (xy 177.60375 88.227) (xy 177.445 88.38575) + (xy 177.441928 88.6) (xy 177.454188 88.724482) (xy 177.490498 88.84418) (xy 177.549463 88.954494) (xy 177.628815 89.051185) + (xy 177.725506 89.130537) (xy 177.83582 89.189502) (xy 177.863834 89.198) (xy 176.887935 89.198) (xy 176.668758 88.978824) + (xy 176.88 88.978824) (xy 176.953905 88.971545) (xy 177.02497 88.949988) (xy 177.090463 88.914981) (xy 177.147869 88.867869) + (xy 177.194981 88.810463) (xy 177.229988 88.74497) (xy 177.251545 88.673905) (xy 177.258824 88.6) (xy 177.258824 87.716999) + (xy 177.443606 87.716999) (xy 177.445 87.81425) (xy 177.60375 87.973) (xy 178.703 87.973) (xy 178.703 87.953) + (xy 178.957 87.953) (xy 178.957 87.973) (xy 180.05625 87.973) (xy 180.215 87.81425) (xy 180.216394 87.716999) + (xy 181.239205 87.716999) (xy 181.269999 87.720032) (xy 181.300793 87.716999) (xy 181.392912 87.707926) (xy 181.511102 87.672074) + (xy 181.620027 87.613852) (xy 181.636905 87.6) (xy 182.601176 87.6) (xy 182.601176 88.6) (xy 182.608455 88.673905) + (xy 182.630012 88.74497) (xy 182.665019 88.810463) (xy 182.712131 88.867869) (xy 182.769537 88.914981) (xy 182.83503 88.949988) + (xy 182.906095 88.971545) (xy 182.98 88.978824) (xy 184.48 88.978824) (xy 184.553905 88.971545) (xy 184.62497 88.949988) + (xy 184.690463 88.914981) (xy 184.7095 88.899358) (xy 184.729016 88.997474) (xy 184.78005 89.12068) (xy 184.85414 89.231563) + (xy 184.948437 89.32586) (xy 185.05932 89.39995) (xy 185.182526 89.450984) (xy 185.313321 89.477) (xy 185.446679 89.477) + (xy 185.577474 89.450984) (xy 185.70068 89.39995) (xy 185.811563 89.32586) (xy 185.90586 89.231563) (xy 185.97995 89.12068) + (xy 186.030289 88.999151) (xy 190.773 88.999151) (xy 190.773 89.240849) (xy 190.820153 89.477903) (xy 190.912647 89.701202) + (xy 191.046927 89.902167) (xy 191.217833 90.073073) (xy 191.418798 90.207353) (xy 191.642097 90.299847) (xy 191.879151 90.347) + (xy 192.120849 90.347) (xy 192.357903 90.299847) (xy 192.581202 90.207353) (xy 192.782167 90.073073) (xy 192.953073 89.902167) + (xy 193.087353 89.701202) (xy 193.179847 89.477903) (xy 193.227 89.240849) (xy 193.227 88.999151) (xy 193.179847 88.762097) + (xy 193.087353 88.538798) (xy 192.953073 88.337833) (xy 192.782167 88.166927) (xy 192.581202 88.032647) (xy 192.357903 87.940153) + (xy 192.120849 87.893) (xy 191.879151 87.893) (xy 191.642097 87.940153) (xy 191.418798 88.032647) (xy 191.217833 88.166927) + (xy 191.046927 88.337833) (xy 190.912647 88.538798) (xy 190.820153 88.762097) (xy 190.773 88.999151) (xy 186.030289 88.999151) + (xy 186.030984 88.997474) (xy 186.057 88.866679) (xy 186.057 88.733321) (xy 186.030984 88.602526) (xy 185.97995 88.47932) + (xy 185.90586 88.368437) (xy 185.846747 88.309324) (xy 185.846031 88.306964) (xy 185.799417 88.219755) (xy 185.764855 88.177642) + (xy 185.752399 88.162464) (xy 185.752397 88.162462) (xy 185.736684 88.143316) (xy 185.717538 88.127603) (xy 185.352401 87.762467) + (xy 185.336684 87.743316) (xy 185.260245 87.680583) (xy 185.173036 87.633969) (xy 185.078409 87.605264) (xy 185.004653 87.598) + (xy 185.004643 87.598) (xy 184.98 87.595573) (xy 184.955357 87.598) (xy 184.858627 87.598) (xy 184.851545 87.526095) + (xy 184.829988 87.45503) (xy 184.794981 87.389537) (xy 184.747869 87.332131) (xy 184.690463 87.285019) (xy 184.62497 87.250012) + (xy 184.553905 87.228455) (xy 184.48 87.221176) (xy 182.98 87.221176) (xy 182.906095 87.228455) (xy 182.83503 87.250012) + (xy 182.769537 87.285019) (xy 182.712131 87.332131) (xy 182.665019 87.389537) (xy 182.630012 87.45503) (xy 182.608455 87.526095) + (xy 182.601176 87.6) (xy 181.636905 87.6) (xy 181.7155 87.5355) (xy 181.735137 87.511572) (xy 182.201579 87.045131) + (xy 182.225501 87.025499) (xy 182.303853 86.930026) (xy 182.362075 86.821101) (xy 182.393653 86.717) (xy 183.059206 86.717) + (xy 183.09 86.720033) (xy 183.120794 86.717) (xy 183.212913 86.707927) (xy 183.331103 86.672075) (xy 183.440028 86.613853) + (xy 183.535501 86.535501) (xy 183.555138 86.511573) (xy 184.151579 85.915133) (xy 184.175501 85.895501) (xy 184.253853 85.800028) + (xy 184.312075 85.691103) (xy 184.347927 85.572913) (xy 184.35623 85.488608) (xy 184.360033 85.45) (xy 184.357 85.419206) + (xy 184.357 85.178824) (xy 184.48 85.178824) (xy 184.553905 85.171545) (xy 184.62497 85.149988) (xy 184.690463 85.114981) + (xy 184.747869 85.067869) (xy 184.794981 85.010463) (xy 184.829988 84.94497) (xy 184.851545 84.873905) (xy 184.858824 84.8) + (xy 184.858824 83.8) (xy 184.851545 83.726095) (xy 184.829988 83.65503) (xy 184.794981 83.589537) (xy 184.747869 83.532131) + (xy 184.690463 83.485019) (xy 184.62497 83.450012) (xy 184.553905 83.428455) (xy 184.48 83.421176) (xy 182.98 83.421176) + (xy 182.906095 83.428455) (xy 182.83503 83.450012) (xy 182.769537 83.485019) (xy 182.712131 83.532131) (xy 182.665019 83.589537) + (xy 182.630012 83.65503) (xy 182.608455 83.726095) (xy 182.601176 83.8) (xy 182.601176 84.8) (xy 182.608455 84.873905) + (xy 182.630012 84.94497) (xy 182.665019 85.010463) (xy 182.712131 85.067869) (xy 182.769537 85.114981) (xy 182.83503 85.149988) + (xy 182.906095 85.171545) (xy 182.98 85.178824) (xy 183.103 85.178824) (xy 183.103 85.190288) (xy 182.830289 85.463) + (xy 182.160323 85.463) (xy 182.118545 85.440669) (xy 182.021218 85.411145) (xy 181.92 85.401176) (xy 181.64 85.401176) + (xy 181.61259 85.403876) (xy 181.553247 85.330887) (xy 181.456921 85.251092) (xy 181.346878 85.191623) (xy 181.227348 85.154765) + (xy 181.10575 85.145) (xy 180.947 85.30375) (xy 180.947 85.963) (xy 180.967 85.963) (xy 180.967 86.217) + (xy 180.947 86.217) (xy 180.947 86.237) (xy 180.693 86.237) (xy 180.693 86.217) (xy 180.06375 86.217) + (xy 179.905 86.37575) (xy 179.901935 86.397077) (xy 179.908123 86.462999) (xy 176.103712 86.462999) (xy 176.551579 86.015133) + (xy 176.575501 85.995501) (xy 176.653853 85.900028) (xy 176.712075 85.791103) (xy 176.714556 85.782923) (xy 179.901935 85.782923) + (xy 179.905 85.80425) (xy 180.06375 85.963) (xy 180.693 85.963) (xy 180.693 85.30375) (xy 180.53425 85.145) + (xy 180.412652 85.154765) (xy 180.293122 85.191623) (xy 180.183079 85.251092) (xy 180.086753 85.330887) (xy 180.007844 85.427941) + (xy 179.949386 85.538524) (xy 179.913625 85.658387) (xy 179.901935 85.782923) (xy 176.714556 85.782923) (xy 176.747927 85.672913) + (xy 176.757 85.580794) (xy 176.757 85.580793) (xy 176.760033 85.550001) (xy 176.757 85.519209) (xy 176.757 85.178824) + (xy 176.88 85.178824) (xy 176.953905 85.171545) (xy 177.02497 85.149988) (xy 177.090463 85.114981) (xy 177.147869 85.067869) + (xy 177.194981 85.010463) (xy 177.229988 84.94497) (xy 177.251545 84.873905) (xy 177.258824 84.8) (xy 177.258824 83.8) + (xy 177.251545 83.726095) (xy 177.229988 83.65503) (xy 177.194981 83.589537) (xy 177.147869 83.532131) (xy 177.090463 83.485019) + (xy 177.02497 83.450012) (xy 176.953905 83.428455) (xy 176.88 83.421176) (xy 175.38 83.421176) (xy 175.306095 83.428455) + (xy 175.23503 83.450012) (xy 175.169537 83.485019) (xy 175.112131 83.532131) (xy 175.065019 83.589537) (xy 175.030012 83.65503) + (xy 175.008455 83.726095) (xy 175.001176 83.8) (xy 175.001176 84.8) (xy 175.008455 84.873905) (xy 175.030012 84.94497) + (xy 175.065019 85.010463) (xy 175.112131 85.067869) (xy 175.169537 85.114981) (xy 175.23503 85.149988) (xy 175.306095 85.171545) + (xy 175.38 85.178824) (xy 175.503 85.178824) (xy 175.503 85.290288) (xy 175.320289 85.473) (xy 174.720323 85.473) + (xy 174.678545 85.450669) (xy 174.581218 85.421145) (xy 174.48 85.411176) (xy 174.2 85.411176) (xy 174.17259 85.413876) + (xy 174.113247 85.340887) (xy 174.016921 85.261092) (xy 173.906878 85.201623) (xy 173.787348 85.164765) (xy 173.66575 85.155) + (xy 173.507 85.31375) (xy 173.507 85.973) (xy 173.527 85.973) (xy 173.527 86.227) (xy 173.507 86.227) + (xy 173.507 86.247) (xy 173.253 86.247) (xy 173.253 86.227) (xy 172.62375 86.227) (xy 172.465 86.38575) + (xy 172.461935 86.407077) (xy 172.467184 86.462999) (xy 168.503712 86.462999) (xy 168.951579 86.015133) (xy 168.975501 85.995501) + (xy 169.053853 85.900028) (xy 169.111102 85.792923) (xy 172.461935 85.792923) (xy 172.465 85.81425) (xy 172.62375 85.973) + (xy 173.253 85.973) (xy 173.253 85.31375) (xy 173.09425 85.155) (xy 172.972652 85.164765) (xy 172.853122 85.201623) + (xy 172.743079 85.261092) (xy 172.646753 85.340887) (xy 172.567844 85.437941) (xy 172.509386 85.548524) (xy 172.473625 85.668387) + (xy 172.461935 85.792923) (xy 169.111102 85.792923) (xy 169.112075 85.791103) (xy 169.147927 85.672913) (xy 169.157 85.580794) + (xy 169.157 85.580793) (xy 169.160033 85.550001) (xy 169.157 85.519209) (xy 169.157 85.178824) (xy 169.28 85.178824) + (xy 169.353905 85.171545) (xy 169.42497 85.149988) (xy 169.490463 85.114981) (xy 169.547869 85.067869) (xy 169.594981 85.010463) + (xy 169.629988 84.94497) (xy 169.651545 84.873905) (xy 169.658824 84.8) (xy 169.658824 83.8) (xy 169.651545 83.726095) + (xy 169.629988 83.65503) (xy 169.594981 83.589537) (xy 169.547869 83.532131) (xy 169.490463 83.485019) (xy 169.42497 83.450012) + (xy 169.353905 83.428455) (xy 169.28 83.421176) (xy 167.78 83.421176) (xy 167.706095 83.428455) (xy 167.63503 83.450012) + (xy 167.569537 83.485019) (xy 167.512131 83.532131) (xy 167.465019 83.589537) (xy 167.430012 83.65503) (xy 167.408455 83.726095) + (xy 167.401176 83.8) (xy 167.401176 84.8) (xy 167.408455 84.873905) (xy 167.430012 84.94497) (xy 167.465019 85.010463) + (xy 167.512131 85.067869) (xy 167.569537 85.114981) (xy 167.63503 85.149988) (xy 167.706095 85.171545) (xy 167.78 85.178824) + (xy 167.903 85.178824) (xy 167.903 85.290288) (xy 167.720289 85.473) (xy 167.140323 85.473) (xy 167.098545 85.450669) + (xy 167.001218 85.421145) (xy 166.9 85.411176) (xy 166.62 85.411176) (xy 166.59259 85.413876) (xy 166.533247 85.340887) + (xy 166.436921 85.261092) (xy 166.326878 85.201623) (xy 166.207348 85.164765) (xy 166.08575 85.155) (xy 165.927 85.31375) + (xy 165.927 85.973) (xy 165.947 85.973) (xy 165.947 86.227) (xy 165.927 86.227) (xy 165.927 86.247) + (xy 165.673 86.247) (xy 165.673 86.227) (xy 165.04375 86.227) (xy 164.885 86.38575) (xy 164.881935 86.407077) + (xy 164.887184 86.462999) (xy 160.903712 86.462999) (xy 161.351579 86.015133) (xy 161.375501 85.995501) (xy 161.453853 85.900028) + (xy 161.511102 85.792923) (xy 164.881935 85.792923) (xy 164.885 85.81425) (xy 165.04375 85.973) (xy 165.673 85.973) + (xy 165.673 85.31375) (xy 165.51425 85.155) (xy 165.392652 85.164765) (xy 165.273122 85.201623) (xy 165.163079 85.261092) + (xy 165.066753 85.340887) (xy 164.987844 85.437941) (xy 164.929386 85.548524) (xy 164.893625 85.668387) (xy 164.881935 85.792923) + (xy 161.511102 85.792923) (xy 161.512075 85.791103) (xy 161.547927 85.672913) (xy 161.557 85.580794) (xy 161.557 85.580793) + (xy 161.560033 85.550001) (xy 161.557 85.519209) (xy 161.557 85.178824) (xy 161.68 85.178824) (xy 161.753905 85.171545) + (xy 161.82497 85.149988) (xy 161.890463 85.114981) (xy 161.947869 85.067869) (xy 161.994981 85.010463) (xy 162.029988 84.94497) + (xy 162.051545 84.873905) (xy 162.058824 84.8) (xy 162.058824 83.8) (xy 162.051545 83.726095) (xy 162.029988 83.65503) + (xy 161.994981 83.589537) (xy 161.947869 83.532131) (xy 161.890463 83.485019) (xy 161.82497 83.450012) (xy 161.753905 83.428455) + (xy 161.68 83.421176) (xy 160.18 83.421176) (xy 160.106095 83.428455) (xy 160.03503 83.450012) (xy 159.969537 83.485019) + (xy 159.912131 83.532131) (xy 159.865019 83.589537) (xy 159.830012 83.65503) (xy 159.808455 83.726095) (xy 159.801176 83.8) + (xy 159.801176 84.8) (xy 159.808455 84.873905) (xy 159.830012 84.94497) (xy 159.865019 85.010463) (xy 159.912131 85.067869) + (xy 159.969537 85.114981) (xy 160.03503 85.149988) (xy 160.106095 85.171545) (xy 160.18 85.178824) (xy 160.303 85.178824) + (xy 160.303 85.290288) (xy 160.120289 85.473) (xy 159.620323 85.473) (xy 159.578545 85.450669) (xy 159.481218 85.421145) + (xy 159.38 85.411176) (xy 159.1 85.411176) (xy 159.07259 85.413876) (xy 159.013247 85.340887) (xy 158.916921 85.261092) + (xy 158.806878 85.201623) (xy 158.687348 85.164765) (xy 158.56575 85.155) (xy 158.407 85.31375) (xy 158.407 85.973) + (xy 158.427 85.973) (xy 158.427 86.227) (xy 158.407 86.227) (xy 158.407 86.247) (xy 158.153 86.247) + (xy 158.153 86.227) (xy 157.52375 86.227) (xy 157.365 86.38575) (xy 157.361935 86.407077) (xy 157.367184 86.462999) + (xy 153.403712 86.462999) (xy 153.751579 86.115133) (xy 153.775501 86.095501) (xy 153.853853 86.000028) (xy 153.912075 85.891103) + (xy 153.941857 85.792923) (xy 157.361935 85.792923) (xy 157.365 85.81425) (xy 157.52375 85.973) (xy 158.153 85.973) + (xy 158.153 85.31375) (xy 157.99425 85.155) (xy 157.872652 85.164765) (xy 157.753122 85.201623) (xy 157.643079 85.261092) + (xy 157.546753 85.340887) (xy 157.467844 85.437941) (xy 157.409386 85.548524) (xy 157.373625 85.668387) (xy 157.361935 85.792923) + (xy 153.941857 85.792923) (xy 153.947927 85.772913) (xy 153.957 85.680794) (xy 153.957 85.680793) (xy 153.960033 85.650001) + (xy 153.957 85.619209) (xy 153.957 85.178824) (xy 154.08 85.178824) (xy 154.153905 85.171545) (xy 154.22497 85.149988) + (xy 154.290463 85.114981) (xy 154.347869 85.067869) (xy 154.394981 85.010463) (xy 154.429988 84.94497) (xy 154.451545 84.873905) + (xy 154.458824 84.8) (xy 154.458824 83.8) (xy 154.451545 83.726095) (xy 154.429988 83.65503) (xy 154.394981 83.589537) + (xy 154.347869 83.532131) (xy 154.290463 83.485019) (xy 154.22497 83.450012) (xy 154.153905 83.428455) (xy 154.08 83.421176) + (xy 152.58 83.421176) (xy 152.506095 83.428455) (xy 152.43503 83.450012) (xy 152.369537 83.485019) (xy 152.312131 83.532131) + (xy 152.265019 83.589537) (xy 152.230012 83.65503) (xy 152.208455 83.726095) (xy 152.201176 83.8) (xy 152.201176 84.8) + (xy 152.208455 84.873905) (xy 152.230012 84.94497) (xy 152.265019 85.010463) (xy 152.312131 85.067869) (xy 152.369537 85.114981) + (xy 152.43503 85.149988) (xy 152.506095 85.171545) (xy 152.58 85.178824) (xy 152.703 85.178824) (xy 152.703 85.390288) + (xy 152.520289 85.573) (xy 151.940323 85.573) (xy 151.898545 85.550669) (xy 151.801218 85.521145) (xy 151.7 85.511176) + (xy 151.42 85.511176) (xy 151.39259 85.513876) (xy 151.333247 85.440887) (xy 151.236921 85.361092) (xy 151.126878 85.301623) + (xy 151.007348 85.264765) (xy 150.88575 85.255) (xy 150.727 85.41375) (xy 150.727 86.073) (xy 150.747 86.073) + (xy 150.747 86.327) (xy 150.727 86.327) (xy 150.727 86.347) (xy 150.473 86.347) (xy 150.473 86.327) + (xy 149.84375 86.327) (xy 149.707751 86.462999) (xy 145.803712 86.462999) (xy 146.151579 86.115133) (xy 146.175501 86.095501) + (xy 146.253853 86.000028) (xy 146.311102 85.892923) (xy 149.681935 85.892923) (xy 149.685 85.91425) (xy 149.84375 86.073) + (xy 150.473 86.073) (xy 150.473 85.41375) (xy 150.31425 85.255) (xy 150.192652 85.264765) (xy 150.073122 85.301623) + (xy 149.963079 85.361092) (xy 149.866753 85.440887) (xy 149.787844 85.537941) (xy 149.729386 85.648524) (xy 149.693625 85.768387) + (xy 149.681935 85.892923) (xy 146.311102 85.892923) (xy 146.312075 85.891103) (xy 146.347927 85.772913) (xy 146.357 85.680794) + (xy 146.357 85.680793) (xy 146.360033 85.650001) (xy 146.357 85.619207) (xy 146.357 85.178824) (xy 146.48 85.178824) + (xy 146.553905 85.171545) (xy 146.62497 85.149988) (xy 146.690463 85.114981) (xy 146.747869 85.067869) (xy 146.794981 85.010463) + (xy 146.829988 84.94497) (xy 146.851545 84.873905) (xy 146.858824 84.8) (xy 146.858824 83.8) (xy 146.851545 83.726095) + (xy 146.829988 83.65503) (xy 146.794981 83.589537) (xy 146.747869 83.532131) (xy 146.690463 83.485019) (xy 146.62497 83.450012) + (xy 146.553905 83.428455) (xy 146.48 83.421176) (xy 144.98 83.421176) (xy 144.906095 83.428455) (xy 144.83503 83.450012) + (xy 144.769537 83.485019) (xy 144.712131 83.532131) (xy 144.665019 83.589537) (xy 144.630012 83.65503) (xy 144.608455 83.726095) + (xy 144.601176 83.8) (xy 144.601176 84.8) (xy 144.608455 84.873905) (xy 144.630012 84.94497) (xy 144.665019 85.010463) + (xy 144.712131 85.067869) (xy 144.769537 85.114981) (xy 144.83503 85.149988) (xy 144.906095 85.171545) (xy 144.98 85.178824) + (xy 145.103 85.178824) (xy 145.103 85.390288) (xy 145.020289 85.473) (xy 144.260323 85.473) (xy 144.218545 85.450669) + (xy 144.121218 85.421145) (xy 144.02 85.411176) (xy 143.74 85.411176) (xy 143.71259 85.413876) (xy 143.653247 85.340887) + (xy 143.556921 85.261092) (xy 143.446878 85.201623) (xy 143.327348 85.164765) (xy 143.20575 85.155) (xy 143.047 85.31375) + (xy 143.047 85.973) (xy 143.067 85.973) (xy 143.067 86.227) (xy 143.047 86.227) (xy 143.047 86.247) + (xy 142.793 86.247) (xy 142.793 86.227) (xy 142.16375 86.227) (xy 142.005 86.38575) (xy 142.001935 86.407077) + (xy 142.007184 86.462999) (xy 138.203712 86.462999) (xy 138.551579 86.115133) (xy 138.575501 86.095501) (xy 138.653853 86.000028) + (xy 138.712075 85.891103) (xy 138.741857 85.792923) (xy 142.001935 85.792923) (xy 142.005 85.81425) (xy 142.16375 85.973) + (xy 142.793 85.973) (xy 142.793 85.31375) (xy 142.63425 85.155) (xy 142.512652 85.164765) (xy 142.393122 85.201623) + (xy 142.283079 85.261092) (xy 142.186753 85.340887) (xy 142.107844 85.437941) (xy 142.049386 85.548524) (xy 142.013625 85.668387) + (xy 142.001935 85.792923) (xy 138.741857 85.792923) (xy 138.747927 85.772913) (xy 138.757 85.680794) (xy 138.757 85.680793) + (xy 138.760033 85.650001) (xy 138.757 85.619207) (xy 138.757 85.178824) (xy 138.88 85.178824) (xy 138.953905 85.171545) + (xy 139.02497 85.149988) (xy 139.090463 85.114981) (xy 139.147869 85.067869) (xy 139.194981 85.010463) (xy 139.229988 84.94497) + (xy 139.251545 84.873905) (xy 139.258824 84.8) (xy 139.258824 83.8) (xy 139.251545 83.726095) (xy 139.229988 83.65503) + (xy 139.194981 83.589537) (xy 139.147869 83.532131) (xy 139.090463 83.485019) (xy 139.02497 83.450012) (xy 138.953905 83.428455) + (xy 138.88 83.421176) (xy 137.38 83.421176) (xy 137.306095 83.428455) (xy 137.23503 83.450012) (xy 137.169537 83.485019) + (xy 137.112131 83.532131) (xy 137.065019 83.589537) (xy 137.030012 83.65503) (xy 137.008455 83.726095) (xy 137.001176 83.8) + (xy 137.001176 84.8) (xy 137.008455 84.873905) (xy 137.030012 84.94497) (xy 137.065019 85.010463) (xy 137.112131 85.067869) + (xy 137.169537 85.114981) (xy 137.23503 85.149988) (xy 137.306095 85.171545) (xy 137.38 85.178824) (xy 137.503 85.178824) + (xy 137.503 85.390288) (xy 137.420289 85.473) (xy 136.740323 85.473) (xy 136.698545 85.450669) (xy 136.601218 85.421145) + (xy 136.5 85.411176) (xy 136.22 85.411176) (xy 136.19259 85.413876) (xy 136.133247 85.340887) (xy 136.036921 85.261092) + (xy 135.926878 85.201623) (xy 135.807348 85.164765) (xy 135.68575 85.155) (xy 135.527 85.31375) (xy 135.527 85.973) + (xy 135.547 85.973) (xy 135.547 86.227) (xy 135.527 86.227) (xy 135.527 86.247) (xy 135.273 86.247) + (xy 135.273 86.227) (xy 134.64375 86.227) (xy 134.485 86.38575) (xy 134.481935 86.407077) (xy 134.487184 86.462999) + (xy 132.15079 86.462999) (xy 132.119998 86.459966) (xy 132.089207 86.462999) (xy 132.089205 86.462999) (xy 131.997086 86.472072) + (xy 131.928098 86.492999) (xy 130.573712 86.492999) (xy 130.951579 86.115133) (xy 130.975501 86.095501) (xy 131.053853 86.000028) + (xy 131.112075 85.891103) (xy 131.141857 85.792923) (xy 134.481935 85.792923) (xy 134.485 85.81425) (xy 134.64375 85.973) + (xy 135.273 85.973) (xy 135.273 85.31375) (xy 135.11425 85.155) (xy 134.992652 85.164765) (xy 134.873122 85.201623) + (xy 134.763079 85.261092) (xy 134.666753 85.340887) (xy 134.587844 85.437941) (xy 134.529386 85.548524) (xy 134.493625 85.668387) + (xy 134.481935 85.792923) (xy 131.141857 85.792923) (xy 131.147927 85.772913) (xy 131.157 85.680794) (xy 131.157 85.680793) + (xy 131.160033 85.65) (xy 131.157 85.619206) (xy 131.157 85.178824) (xy 131.28 85.178824) (xy 131.353905 85.171545) + (xy 131.42497 85.149988) (xy 131.490463 85.114981) (xy 131.547869 85.067869) (xy 131.594981 85.010463) (xy 131.629988 84.94497) + (xy 131.651545 84.873905) (xy 131.658824 84.8) (xy 131.658824 83.8) (xy 131.651545 83.726095) (xy 131.629988 83.65503) + (xy 131.594981 83.589537) (xy 131.547869 83.532131) (xy 131.490463 83.485019) (xy 131.42497 83.450012) (xy 131.353905 83.428455) + (xy 131.28 83.421176) (xy 129.78 83.421176) (xy 129.706095 83.428455) (xy 129.63503 83.450012) (xy 129.569537 83.485019) + (xy 129.512131 83.532131) (xy 129.465019 83.589537) (xy 129.430012 83.65503) (xy 129.408455 83.726095) (xy 129.401176 83.8) + (xy 129.401176 84.8) (xy 129.408455 84.873905) (xy 129.430012 84.94497) (xy 129.465019 85.010463) (xy 129.512131 85.067869) + (xy 129.569537 85.114981) (xy 129.63503 85.149988) (xy 129.706095 85.171545) (xy 129.78 85.178824) (xy 129.903 85.178824) + (xy 129.903 85.390288) (xy 129.770289 85.523) (xy 129.220323 85.523) (xy 129.178545 85.500669) (xy 129.081218 85.471145) + (xy 128.98 85.461176) (xy 128.7 85.461176) (xy 128.67259 85.463876) (xy 128.613247 85.390887) (xy 128.516921 85.311092) + (xy 128.406878 85.251623) (xy 128.287348 85.214765) (xy 128.16575 85.205) (xy 128.007 85.36375) (xy 128.007 86.023) + (xy 128.027 86.023) (xy 128.027 86.277) (xy 128.007 86.277) (xy 128.007 86.297) (xy 127.753 86.297) + (xy 127.753 86.277) (xy 127.12375 86.277) (xy 126.965 86.43575) (xy 126.961935 86.457077) (xy 126.965307 86.492999) + (xy 123.073712 86.492999) (xy 123.351579 86.215133) (xy 123.375501 86.195501) (xy 123.453853 86.100028) (xy 123.512075 85.991103) + (xy 123.547927 85.872913) (xy 123.55088 85.842923) (xy 126.961935 85.842923) (xy 126.965 85.86425) (xy 127.12375 86.023) + (xy 127.753 86.023) (xy 127.753 85.36375) (xy 127.59425 85.205) (xy 127.472652 85.214765) (xy 127.353122 85.251623) + (xy 127.243079 85.311092) (xy 127.146753 85.390887) (xy 127.067844 85.487941) (xy 127.009386 85.598524) (xy 126.973625 85.718387) + (xy 126.961935 85.842923) (xy 123.55088 85.842923) (xy 123.557 85.780794) (xy 123.557 85.780793) (xy 123.560033 85.75) + (xy 123.557 85.719206) (xy 123.557 85.168824) (xy 123.68 85.168824) (xy 123.753905 85.161545) (xy 123.82497 85.139988) + (xy 123.890463 85.104981) (xy 123.947869 85.057869) (xy 123.994981 85.000463) (xy 124.029988 84.93497) (xy 124.051545 84.863905) + (xy 124.058824 84.79) (xy 124.058824 83.79) (xy 124.051545 83.716095) (xy 124.029988 83.64503) (xy 123.994981 83.579537) + (xy 123.947869 83.522131) (xy 123.890463 83.475019) (xy 123.82497 83.440012) (xy 123.753905 83.418455) (xy 123.68 83.411176) + (xy 122.18 83.411176) (xy 122.106095 83.418455) (xy 122.03503 83.440012) (xy 121.969537 83.475019) (xy 121.912131 83.522131) + (xy 121.865019 83.579537) (xy 121.830012 83.64503) (xy 121.808455 83.716095) (xy 121.801176 83.79) (xy 121.801176 84.79) + (xy 121.808455 84.863905) (xy 121.830012 84.93497) (xy 121.865019 85.000463) (xy 121.912131 85.057869) (xy 121.969537 85.104981) + (xy 122.03503 85.139988) (xy 122.106095 85.161545) (xy 122.18 85.168824) (xy 122.303 85.168824) (xy 122.303 85.490288) + (xy 122.230289 85.563) (xy 121.640323 85.563) (xy 121.598545 85.540669) (xy 121.501218 85.511145) (xy 121.4 85.501176) + (xy 121.12 85.501176) (xy 121.09259 85.503876) (xy 121.033247 85.430887) (xy 120.936921 85.351092) (xy 120.826878 85.291623) + (xy 120.707348 85.254765) (xy 120.58575 85.245) (xy 120.427 85.40375) (xy 120.427 86.063) (xy 120.447 86.063) + (xy 120.447 86.317) (xy 120.427 86.317) (xy 120.427 86.337) (xy 120.173 86.337) (xy 120.173 86.317) + (xy 119.54375 86.317) (xy 119.385 86.47575) (xy 119.382521 86.492999) (xy 115.273712 86.492999) (xy 115.751579 86.015133) + (xy 115.775501 85.995501) (xy 115.853853 85.900028) (xy 115.862995 85.882923) (xy 119.381935 85.882923) (xy 119.385 85.90425) + (xy 119.54375 86.063) (xy 120.173 86.063) (xy 120.173 85.40375) (xy 120.01425 85.245) (xy 119.892652 85.254765) + (xy 119.773122 85.291623) (xy 119.663079 85.351092) (xy 119.566753 85.430887) (xy 119.487844 85.527941) (xy 119.429386 85.638524) + (xy 119.393625 85.758387) (xy 119.381935 85.882923) (xy 115.862995 85.882923) (xy 115.912075 85.791103) (xy 115.947927 85.672913) + (xy 115.957 85.580794) (xy 115.957 85.580793) (xy 115.960033 85.55) (xy 115.957 85.519206) (xy 115.957 85.168824) + (xy 116.08 85.168824) (xy 116.153905 85.161545) (xy 116.22497 85.139988) (xy 116.290463 85.104981) (xy 116.347869 85.057869) + (xy 116.394981 85.000463) (xy 116.429988 84.93497) (xy 116.451545 84.863905) (xy 116.458824 84.79) (xy 116.458824 83.79) + (xy 116.451545 83.716095) (xy 116.429988 83.64503) (xy 116.394981 83.579537) (xy 116.347869 83.522131) (xy 116.290463 83.475019) + (xy 116.22497 83.440012) (xy 116.153905 83.418455) (xy 116.08 83.411176) (xy 114.58 83.411176) (xy 114.506095 83.418455) + (xy 114.43503 83.440012) (xy 114.369537 83.475019) (xy 114.312131 83.522131) (xy 114.265019 83.579537) (xy 114.230012 83.64503) + (xy 114.208455 83.716095) (xy 114.201176 83.79) (xy 114.201176 84.79) (xy 114.208455 84.863905) (xy 114.230012 84.93497) + (xy 114.265019 85.000463) (xy 114.312131 85.057869) (xy 114.369537 85.104981) (xy 114.43503 85.139988) (xy 114.506095 85.161545) + (xy 114.58 85.168824) (xy 114.703 85.168824) (xy 114.703 85.290288) (xy 114.420289 85.573) (xy 113.940323 85.573) + (xy 113.898545 85.550669) (xy 113.801218 85.521145) (xy 113.7 85.511176) (xy 113.42 85.511176) (xy 113.39259 85.513876) + (xy 113.333247 85.440887) (xy 113.236921 85.361092) (xy 113.126878 85.301623) (xy 113.007348 85.264765) (xy 112.88575 85.255) + (xy 112.727 85.41375) (xy 112.727 86.073) (xy 112.747 86.073) (xy 112.747 86.327) (xy 112.727 86.327) + (xy 112.727 86.347) (xy 112.473 86.347) (xy 112.473 86.327) (xy 111.84375 86.327) (xy 111.685 86.48575) + (xy 111.683958 86.492999) (xy 107.507 86.492999) (xy 107.507 85.892923) (xy 111.681935 85.892923) (xy 111.685 85.91425) + (xy 111.84375 86.073) (xy 112.473 86.073) (xy 112.473 85.41375) (xy 112.31425 85.255) (xy 112.192652 85.264765) + (xy 112.073122 85.301623) (xy 111.963079 85.361092) (xy 111.866753 85.440887) (xy 111.787844 85.537941) (xy 111.729386 85.648524) + (xy 111.693625 85.768387) (xy 111.681935 85.892923) (xy 107.507 85.892923) (xy 107.507 82.523472) (xy 108.003 82.523472) + (xy 108.003 82.676528) (xy 108.032859 82.826643) (xy 108.091431 82.968048) (xy 108.176464 83.095309) (xy 108.278 83.196845) + (xy 108.278001 83.775347) (xy 108.275573 83.8) (xy 108.285265 83.898409) (xy 108.31397 83.993036) (xy 108.360584 84.080245) + (xy 108.407601 84.137535) (xy 108.407604 84.137538) (xy 108.423317 84.156684) (xy 108.442462 84.172396) (xy 108.897607 84.627543) + (xy 108.913316 84.646684) (xy 108.932456 84.662392) (xy 108.932464 84.6624) (xy 108.989754 84.709417) (xy 109.036368 84.734332) + (xy 109.076964 84.756031) (xy 109.171591 84.784736) (xy 109.245347 84.792) (xy 109.245357 84.792) (xy 109.27 84.794427) + (xy 109.294643 84.792) (xy 109.301373 84.792) (xy 109.308455 84.863905) (xy 109.330012 84.93497) (xy 109.365019 85.000463) + (xy 109.412131 85.057869) (xy 109.469537 85.104981) (xy 109.53503 85.139988) (xy 109.606095 85.161545) (xy 109.68 85.168824) + (xy 111.18 85.168824) (xy 111.253905 85.161545) (xy 111.32497 85.139988) (xy 111.390463 85.104981) (xy 111.447869 85.057869) + (xy 111.494981 85.000463) (xy 111.529988 84.93497) (xy 111.551545 84.863905) (xy 111.558824 84.79) (xy 111.558824 83.79) + (xy 111.551545 83.716095) (xy 111.529988 83.64503) (xy 111.494981 83.579537) (xy 111.447869 83.522131) (xy 111.390463 83.475019) + (xy 111.32497 83.440012) (xy 111.253905 83.418455) (xy 111.18 83.411176) (xy 109.68 83.411176) (xy 109.606095 83.418455) + (xy 109.53503 83.440012) (xy 109.469537 83.475019) (xy 109.412131 83.522131) (xy 109.365019 83.579537) (xy 109.331737 83.641802) + (xy 109.282 83.592065) (xy 109.282 83.196845) (xy 109.383536 83.095309) (xy 109.468569 82.968048) (xy 109.527141 82.826643) + (xy 109.557 82.676528) (xy 109.557 82.523472) (xy 109.527141 82.373357) (xy 109.468569 82.231952) (xy 109.432247 82.177592) + (xy 109.43582 82.179502) (xy 109.555518 82.215812) (xy 109.68 82.228072) (xy 110.14425 82.225) (xy 110.303 82.06625) + (xy 110.303 81.217) (xy 110.557 81.217) (xy 110.557 82.06625) (xy 110.71575 82.225) (xy 111.18 82.228072) + (xy 111.304482 82.215812) (xy 111.42418 82.179502) (xy 111.534494 82.120537) (xy 111.631185 82.041185) (xy 111.710537 81.944494) + (xy 111.769502 81.83418) (xy 111.805812 81.714482) (xy 111.818072 81.59) (xy 111.815 81.37575) (xy 111.65625 81.217) + (xy 110.557 81.217) (xy 110.303 81.217) (xy 109.20375 81.217) (xy 109.045 81.37575) (xy 109.041928 81.59) + (xy 109.054188 81.714482) (xy 109.090498 81.83418) (xy 109.127167 81.902782) (xy 109.006643 81.852859) (xy 108.856528 81.823) + (xy 108.703472 81.823) (xy 108.553357 81.852859) (xy 108.411952 81.911431) (xy 108.284691 81.996464) (xy 108.176464 82.104691) + (xy 108.091431 82.231952) (xy 108.032859 82.373357) (xy 108.003 82.523472) (xy 107.507 82.523472) (xy 107.507 80.766999) + (xy 109.044466 80.766999) (xy 109.045 80.80425) (xy 109.20375 80.963) (xy 110.303 80.963) (xy 110.303 80.943) + (xy 110.557 80.943) (xy 110.557 80.963) (xy 111.65625 80.963) (xy 111.815 80.80425) (xy 111.815534 80.766999) + (xy 113.609207 80.766999) (xy 113.640001 80.770032) (xy 113.670795 80.766999) (xy 114.201176 80.766999) (xy 114.201176 81.59) + (xy 114.208455 81.663905) (xy 114.230012 81.73497) (xy 114.265019 81.800463) (xy 114.312131 81.857869) (xy 114.369537 81.904981) + (xy 114.43503 81.939988) (xy 114.506095 81.961545) (xy 114.58 81.968824) (xy 114.828001 81.968824) (xy 114.828001 82.125347) + (xy 114.825573 82.15) (xy 114.835265 82.248409) (xy 114.86397 82.343036) (xy 114.910584 82.430245) (xy 114.957601 82.487535) + (xy 114.957604 82.487538) (xy 114.973317 82.506684) (xy 114.992462 82.522396) (xy 115.307607 82.837543) (xy 115.323316 82.856684) + (xy 115.342456 82.872392) (xy 115.342464 82.8724) (xy 115.399754 82.919417) (xy 115.446368 82.944332) (xy 115.486964 82.966031) + (xy 115.581591 82.994736) (xy 115.655347 83.002) (xy 115.655357 83.002) (xy 115.68 83.004427) (xy 115.704643 83.002) + (xy 117.372066 83.002) (xy 117.528 83.157935) (xy 117.528 83.411176) (xy 117.28 83.411176) (xy 117.206095 83.418455) + (xy 117.13503 83.440012) (xy 117.069537 83.475019) (xy 117.012131 83.522131) (xy 116.965019 83.579537) (xy 116.930012 83.64503) + (xy 116.908455 83.716095) (xy 116.901176 83.79) (xy 116.901176 84.79) (xy 116.908455 84.863905) (xy 116.930012 84.93497) + (xy 116.965019 85.000463) (xy 117.012131 85.057869) (xy 117.069537 85.104981) (xy 117.13503 85.139988) (xy 117.206095 85.161545) + (xy 117.28 85.168824) (xy 118.78 85.168824) (xy 118.853905 85.161545) (xy 118.92497 85.139988) (xy 118.990463 85.104981) + (xy 119.047869 85.057869) (xy 119.094981 85.000463) (xy 119.129988 84.93497) (xy 119.151545 84.863905) (xy 119.158824 84.79) + (xy 119.158824 83.79) (xy 119.151545 83.716095) (xy 119.129988 83.64503) (xy 119.094981 83.579537) (xy 119.047869 83.522131) + (xy 118.990463 83.475019) (xy 118.92497 83.440012) (xy 118.853905 83.418455) (xy 118.78 83.411176) (xy 118.532 83.411176) + (xy 118.532 82.974642) (xy 118.534427 82.949999) (xy 118.532 82.925356) (xy 118.532 82.925347) (xy 118.524736 82.851591) + (xy 118.496031 82.756964) (xy 118.449417 82.669755) (xy 118.405326 82.616031) (xy 118.402399 82.612464) (xy 118.402397 82.612462) + (xy 118.386684 82.593316) (xy 118.367538 82.577603) (xy 117.952401 82.162467) (xy 117.936684 82.143316) (xy 117.875856 82.093394) + (xy 117.903 82.06625) (xy 117.903 81.217) (xy 118.157 81.217) (xy 118.157 82.06625) (xy 118.31575 82.225) + (xy 118.78 82.228072) (xy 118.904482 82.215812) (xy 119.02418 82.179502) (xy 119.134494 82.120537) (xy 119.231185 82.041185) + (xy 119.310537 81.944494) (xy 119.369502 81.83418) (xy 119.405812 81.714482) (xy 119.418072 81.59) (xy 119.415 81.37575) + (xy 119.25625 81.217) (xy 118.157 81.217) (xy 117.903 81.217) (xy 116.80375 81.217) (xy 116.645 81.37575) + (xy 116.641928 81.59) (xy 116.654188 81.714482) (xy 116.690498 81.83418) (xy 116.749463 81.944494) (xy 116.793374 81.998) + (xy 115.887935 81.998) (xy 115.858759 81.968824) (xy 116.08 81.968824) (xy 116.153905 81.961545) (xy 116.22497 81.939988) + (xy 116.290463 81.904981) (xy 116.347869 81.857869) (xy 116.394981 81.800463) (xy 116.429988 81.73497) (xy 116.451545 81.663905) + (xy 116.458824 81.59) (xy 116.458824 80.766999) (xy 116.644466 80.766999) (xy 116.645 80.80425) (xy 116.80375 80.963) + (xy 117.903 80.963) (xy 117.903 80.943) (xy 118.157 80.943) (xy 118.157 80.963) (xy 119.25625 80.963) + (xy 119.415 80.80425) (xy 119.415534 80.766999) (xy 121.289207 80.766999) (xy 121.319998 80.770032) (xy 121.35079 80.766999) + (xy 121.801176 80.766999) (xy 121.801176 81.59) (xy 121.808455 81.663905) (xy 121.830012 81.73497) (xy 121.865019 81.800463) + (xy 121.912131 81.857869) (xy 121.969537 81.904981) (xy 122.03503 81.939988) (xy 122.106095 81.961545) (xy 122.18 81.968824) + (xy 122.428001 81.968824) (xy 122.428001 82.225347) (xy 122.425573 82.25) (xy 122.435265 82.348409) (xy 122.46397 82.443036) + (xy 122.510584 82.530245) (xy 122.557601 82.587535) (xy 122.557604 82.587538) (xy 122.573317 82.606684) (xy 122.592463 82.622397) + (xy 123.007603 83.037538) (xy 123.023316 83.056684) (xy 123.099755 83.119417) (xy 123.186964 83.166031) (xy 123.281591 83.194736) + (xy 123.355347 83.202) (xy 123.355356 83.202) (xy 123.379999 83.204427) (xy 123.404642 83.202) (xy 124.872066 83.202) + (xy 125.091241 83.421176) (xy 124.88 83.421176) (xy 124.806095 83.428455) (xy 124.73503 83.450012) (xy 124.669537 83.485019) + (xy 124.612131 83.532131) (xy 124.565019 83.589537) (xy 124.530012 83.65503) (xy 124.508455 83.726095) (xy 124.501176 83.8) + (xy 124.501176 84.8) (xy 124.508455 84.873905) (xy 124.530012 84.94497) (xy 124.565019 85.010463) (xy 124.612131 85.067869) + (xy 124.669537 85.114981) (xy 124.73503 85.149988) (xy 124.806095 85.171545) (xy 124.88 85.178824) (xy 126.38 85.178824) + (xy 126.453905 85.171545) (xy 126.52497 85.149988) (xy 126.590463 85.114981) (xy 126.647869 85.067869) (xy 126.694981 85.010463) + (xy 126.729988 84.94497) (xy 126.751545 84.873905) (xy 126.758824 84.8) (xy 126.758824 83.8) (xy 126.751545 83.726095) + (xy 126.729988 83.65503) (xy 126.694981 83.589537) (xy 126.647869 83.532131) (xy 126.590463 83.485019) (xy 126.52497 83.450012) + (xy 126.453905 83.428455) (xy 126.38 83.421176) (xy 126.132 83.421176) (xy 126.132 83.274642) (xy 126.134427 83.249999) + (xy 126.132 83.225356) (xy 126.132 83.225347) (xy 126.124736 83.151591) (xy 126.096031 83.056964) (xy 126.049417 82.969755) + (xy 126.015213 82.928078) (xy 126.002399 82.912464) (xy 126.002397 82.912462) (xy 125.986684 82.893316) (xy 125.967538 82.877603) + (xy 125.452401 82.362467) (xy 125.436684 82.343316) (xy 125.360245 82.280583) (xy 125.275812 82.235453) (xy 125.34425 82.235) + (xy 125.503 82.07625) (xy 125.503 81.227) (xy 125.757 81.227) (xy 125.757 82.07625) (xy 125.91575 82.235) + (xy 126.38 82.238072) (xy 126.504482 82.225812) (xy 126.62418 82.189502) (xy 126.734494 82.130537) (xy 126.831185 82.051185) + (xy 126.910537 81.954494) (xy 126.969502 81.84418) (xy 127.005812 81.724482) (xy 127.018072 81.6) (xy 127.015 81.38575) + (xy 126.85625 81.227) (xy 125.757 81.227) (xy 125.503 81.227) (xy 124.40375 81.227) (xy 124.245 81.38575) + (xy 124.241928 81.6) (xy 124.254188 81.724482) (xy 124.290498 81.84418) (xy 124.349463 81.954494) (xy 124.428815 82.051185) + (xy 124.525506 82.130537) (xy 124.63582 82.189502) (xy 124.663834 82.198) (xy 123.587935 82.198) (xy 123.432 82.042066) + (xy 123.432 81.968824) (xy 123.68 81.968824) (xy 123.753905 81.961545) (xy 123.82497 81.939988) (xy 123.890463 81.904981) + (xy 123.947869 81.857869) (xy 123.994981 81.800463) (xy 124.029988 81.73497) (xy 124.051545 81.663905) (xy 124.058824 81.59) + (xy 124.058824 80.766999) (xy 124.244322 80.766999) (xy 124.245 80.81425) (xy 124.40375 80.973) (xy 125.503 80.973) + (xy 125.503 80.953) (xy 125.757 80.953) (xy 125.757 80.973) (xy 126.85625 80.973) (xy 127.015 80.81425) + (xy 127.015678 80.766999) (xy 128.789207 80.766999) (xy 128.819998 80.770032) (xy 128.85079 80.766999) (xy 129.401176 80.766999) + (xy 129.401176 81.6) (xy 129.408455 81.673905) (xy 129.430012 81.74497) (xy 129.465019 81.810463) (xy 129.512131 81.867869) + (xy 129.569537 81.914981) (xy 129.63503 81.949988) (xy 129.706095 81.971545) (xy 129.78 81.978824) (xy 130.028001 81.978824) + (xy 130.028001 82.125347) (xy 130.025573 82.15) (xy 130.035265 82.248409) (xy 130.06397 82.343036) (xy 130.110584 82.430245) + (xy 130.157601 82.487535) (xy 130.157604 82.487538) (xy 130.173317 82.506684) (xy 130.192463 82.522397) (xy 130.607603 82.937538) + (xy 130.623316 82.956684) (xy 130.642462 82.972397) (xy 130.642464 82.972399) (xy 130.667951 82.993316) (xy 130.699755 83.019417) + (xy 130.786964 83.066031) (xy 130.881591 83.094736) (xy 130.955347 83.102) (xy 130.955356 83.102) (xy 130.979999 83.104427) + (xy 131.004642 83.102) (xy 132.472066 83.102) (xy 132.728 83.357935) (xy 132.728 83.421176) (xy 132.48 83.421176) + (xy 132.406095 83.428455) (xy 132.33503 83.450012) (xy 132.269537 83.485019) (xy 132.212131 83.532131) (xy 132.165019 83.589537) + (xy 132.130012 83.65503) (xy 132.108455 83.726095) (xy 132.101176 83.8) (xy 132.101176 84.8) (xy 132.108455 84.873905) + (xy 132.130012 84.94497) (xy 132.165019 85.010463) (xy 132.212131 85.067869) (xy 132.269537 85.114981) (xy 132.33503 85.149988) + (xy 132.406095 85.171545) (xy 132.48 85.178824) (xy 133.98 85.178824) (xy 134.053905 85.171545) (xy 134.12497 85.149988) + (xy 134.190463 85.114981) (xy 134.247869 85.067869) (xy 134.294981 85.010463) (xy 134.329988 84.94497) (xy 134.351545 84.873905) + (xy 134.358824 84.8) (xy 134.358824 83.8) (xy 134.351545 83.726095) (xy 134.329988 83.65503) (xy 134.294981 83.589537) + (xy 134.247869 83.532131) (xy 134.190463 83.485019) (xy 134.12497 83.450012) (xy 134.053905 83.428455) (xy 133.98 83.421176) + (xy 133.732 83.421176) (xy 133.732 83.174642) (xy 133.734427 83.149999) (xy 133.732 83.125356) (xy 133.732 83.125347) + (xy 133.724736 83.051591) (xy 133.696031 82.956964) (xy 133.649417 82.869755) (xy 133.586684 82.793316) (xy 133.567538 82.777603) + (xy 133.052401 82.262467) (xy 133.036684 82.243316) (xy 132.981348 82.197902) (xy 133.103 82.07625) (xy 133.103 81.227) + (xy 133.357 81.227) (xy 133.357 82.07625) (xy 133.51575 82.235) (xy 133.98 82.238072) (xy 134.104482 82.225812) + (xy 134.22418 82.189502) (xy 134.334494 82.130537) (xy 134.431185 82.051185) (xy 134.510537 81.954494) (xy 134.569502 81.84418) + (xy 134.605812 81.724482) (xy 134.618072 81.6) (xy 134.615 81.38575) (xy 134.45625 81.227) (xy 133.357 81.227) + (xy 133.103 81.227) (xy 132.00375 81.227) (xy 131.845 81.38575) (xy 131.841928 81.6) (xy 131.854188 81.724482) + (xy 131.890498 81.84418) (xy 131.949463 81.954494) (xy 132.028815 82.051185) (xy 132.085859 82.098) (xy 131.187935 82.098) + (xy 131.068758 81.978824) (xy 131.28 81.978824) (xy 131.353905 81.971545) (xy 131.42497 81.949988) (xy 131.490463 81.914981) + (xy 131.547869 81.867869) (xy 131.594981 81.810463) (xy 131.629988 81.74497) (xy 131.651545 81.673905) (xy 131.658824 81.6) + (xy 131.658824 80.766999) (xy 131.844322 80.766999) (xy 131.845 80.81425) (xy 132.00375 80.973) (xy 133.103 80.973) + (xy 133.103 80.953) (xy 133.357 80.953) (xy 133.357 80.973) (xy 134.45625 80.973) (xy 134.615 80.81425) + (xy 134.615678 80.766999) (xy 136.309207 80.766999) (xy 136.340001 80.770032) (xy 136.370795 80.766999) (xy 137.001176 80.766999) + (xy 137.001176 81.6) (xy 137.008455 81.673905) (xy 137.030012 81.74497) (xy 137.065019 81.810463) (xy 137.112131 81.867869) + (xy 137.169537 81.914981) (xy 137.23503 81.949988) (xy 137.306095 81.971545) (xy 137.38 81.978824) (xy 137.628001 81.978824) + (xy 137.628001 82.225347) (xy 137.625573 82.25) (xy 137.635265 82.348409) (xy 137.66397 82.443036) (xy 137.710584 82.530245) + (xy 137.757601 82.587535) (xy 137.757604 82.587538) (xy 137.773317 82.606684) (xy 137.792462 82.622396) (xy 138.107607 82.937543) + (xy 138.123316 82.956684) (xy 138.142456 82.972392) (xy 138.142464 82.9724) (xy 138.199754 83.019417) (xy 138.246368 83.044332) + (xy 138.286964 83.066031) (xy 138.381591 83.094736) (xy 138.455347 83.102) (xy 138.455357 83.102) (xy 138.48 83.104427) + (xy 138.504643 83.102) (xy 139.872066 83.102) (xy 140.191241 83.421176) (xy 140.08 83.421176) (xy 140.006095 83.428455) + (xy 139.93503 83.450012) (xy 139.869537 83.485019) (xy 139.812131 83.532131) (xy 139.765019 83.589537) (xy 139.730012 83.65503) + (xy 139.708455 83.726095) (xy 139.701176 83.8) (xy 139.701176 84.8) (xy 139.708455 84.873905) (xy 139.730012 84.94497) + (xy 139.765019 85.010463) (xy 139.812131 85.067869) (xy 139.869537 85.114981) (xy 139.93503 85.149988) (xy 140.006095 85.171545) + (xy 140.08 85.178824) (xy 141.58 85.178824) (xy 141.653905 85.171545) (xy 141.72497 85.149988) (xy 141.790463 85.114981) + (xy 141.847869 85.067869) (xy 141.894981 85.010463) (xy 141.929988 84.94497) (xy 141.951545 84.873905) (xy 141.958824 84.8) + (xy 141.958824 83.8) (xy 141.951545 83.726095) (xy 141.929988 83.65503) (xy 141.894981 83.589537) (xy 141.847869 83.532131) + (xy 141.790463 83.485019) (xy 141.72497 83.450012) (xy 141.653905 83.428455) (xy 141.58 83.421176) (xy 141.332 83.421176) + (xy 141.332 83.374642) (xy 141.334427 83.349999) (xy 141.332 83.325356) (xy 141.332 83.325347) (xy 141.324736 83.251591) + (xy 141.296031 83.156964) (xy 141.249417 83.069755) (xy 141.222974 83.037535) (xy 141.202399 83.012464) (xy 141.202397 83.012462) + (xy 141.186684 82.993316) (xy 141.167538 82.977603) (xy 140.452401 82.262467) (xy 140.436684 82.243316) (xy 140.427493 82.235773) + (xy 140.54425 82.235) (xy 140.703 82.07625) (xy 140.703 81.227) (xy 140.957 81.227) (xy 140.957 82.07625) + (xy 141.11575 82.235) (xy 141.58 82.238072) (xy 141.704482 82.225812) (xy 141.82418 82.189502) (xy 141.934494 82.130537) + (xy 142.031185 82.051185) (xy 142.110537 81.954494) (xy 142.169502 81.84418) (xy 142.205812 81.724482) (xy 142.218072 81.6) + (xy 142.215 81.38575) (xy 142.05625 81.227) (xy 140.957 81.227) (xy 140.703 81.227) (xy 139.60375 81.227) + (xy 139.445 81.38575) (xy 139.441928 81.6) (xy 139.454188 81.724482) (xy 139.490498 81.84418) (xy 139.549463 81.954494) + (xy 139.628815 82.051185) (xy 139.685859 82.098) (xy 138.687935 82.098) (xy 138.632 82.042065) (xy 138.632 81.978824) + (xy 138.88 81.978824) (xy 138.953905 81.971545) (xy 139.02497 81.949988) (xy 139.090463 81.914981) (xy 139.147869 81.867869) + (xy 139.194981 81.810463) (xy 139.229988 81.74497) (xy 139.251545 81.673905) (xy 139.258824 81.6) (xy 139.258824 80.766999) + (xy 139.444322 80.766999) (xy 139.445 80.81425) (xy 139.60375 80.973) (xy 140.703 80.973) (xy 140.703 80.953) + (xy 140.957 80.953) (xy 140.957 80.973) (xy 142.05625 80.973) (xy 142.215 80.81425) (xy 142.215678 80.766999) + (xy 143.909207 80.766999) (xy 143.940001 80.770032) (xy 143.970795 80.766999) (xy 144.601176 80.766999) (xy 144.601176 81.6) + (xy 144.608455 81.673905) (xy 144.630012 81.74497) (xy 144.665019 81.810463) (xy 144.712131 81.867869) (xy 144.769537 81.914981) + (xy 144.83503 81.949988) (xy 144.906095 81.971545) (xy 144.98 81.978824) (xy 145.228001 81.978824) (xy 145.228001 82.125347) + (xy 145.225573 82.15) (xy 145.235265 82.248409) (xy 145.26397 82.343036) (xy 145.310584 82.430245) (xy 145.357601 82.487535) + (xy 145.357604 82.487538) (xy 145.373317 82.506684) (xy 145.392463 82.522397) (xy 145.907603 83.037538) (xy 145.923316 83.056684) + (xy 145.999755 83.119417) (xy 146.086964 83.166031) (xy 146.181591 83.194736) (xy 146.255347 83.202) (xy 146.255356 83.202) + (xy 146.279999 83.204427) (xy 146.304642 83.202) (xy 147.872065 83.202) (xy 147.928 83.257935) (xy 147.928 83.421176) + (xy 147.68 83.421176) (xy 147.606095 83.428455) (xy 147.53503 83.450012) (xy 147.469537 83.485019) (xy 147.412131 83.532131) + (xy 147.365019 83.589537) (xy 147.330012 83.65503) (xy 147.308455 83.726095) (xy 147.301176 83.8) (xy 147.301176 84.8) + (xy 147.308455 84.873905) (xy 147.330012 84.94497) (xy 147.365019 85.010463) (xy 147.412131 85.067869) (xy 147.469537 85.114981) + (xy 147.53503 85.149988) (xy 147.606095 85.171545) (xy 147.68 85.178824) (xy 149.18 85.178824) (xy 149.253905 85.171545) + (xy 149.32497 85.149988) (xy 149.390463 85.114981) (xy 149.447869 85.067869) (xy 149.494981 85.010463) (xy 149.529988 84.94497) + (xy 149.551545 84.873905) (xy 149.558824 84.8) (xy 149.558824 83.8) (xy 149.551545 83.726095) (xy 149.529988 83.65503) + (xy 149.494981 83.589537) (xy 149.447869 83.532131) (xy 149.390463 83.485019) (xy 149.32497 83.450012) (xy 149.253905 83.428455) + (xy 149.18 83.421176) (xy 148.932 83.421176) (xy 148.932 83.074643) (xy 148.934427 83.05) (xy 148.932 83.025357) + (xy 148.932 83.025347) (xy 148.924736 82.951591) (xy 148.896031 82.856964) (xy 148.851852 82.77431) (xy 148.849417 82.769754) + (xy 148.8024 82.712464) (xy 148.802392 82.712456) (xy 148.786684 82.693316) (xy 148.767543 82.677607) (xy 148.452401 82.362467) + (xy 148.436684 82.343316) (xy 148.360245 82.280583) (xy 148.273036 82.233969) (xy 148.178409 82.205264) (xy 148.174383 82.204867) + (xy 148.303 82.07625) (xy 148.303 81.227) (xy 148.557 81.227) (xy 148.557 82.07625) (xy 148.71575 82.235) + (xy 149.18 82.238072) (xy 149.304482 82.225812) (xy 149.42418 82.189502) (xy 149.534494 82.130537) (xy 149.631185 82.051185) + (xy 149.710537 81.954494) (xy 149.769502 81.84418) (xy 149.805812 81.724482) (xy 149.818072 81.6) (xy 149.815 81.38575) + (xy 149.65625 81.227) (xy 148.557 81.227) (xy 148.303 81.227) (xy 147.20375 81.227) (xy 147.045 81.38575) + (xy 147.041928 81.6) (xy 147.054188 81.724482) (xy 147.090498 81.84418) (xy 147.149463 81.954494) (xy 147.228815 82.051185) + (xy 147.325506 82.130537) (xy 147.43582 82.189502) (xy 147.463834 82.198) (xy 146.487935 82.198) (xy 146.268758 81.978824) + (xy 146.48 81.978824) (xy 146.553905 81.971545) (xy 146.62497 81.949988) (xy 146.690463 81.914981) (xy 146.747869 81.867869) + (xy 146.794981 81.810463) (xy 146.829988 81.74497) (xy 146.851545 81.673905) (xy 146.858824 81.6) (xy 146.858824 80.766999) + (xy 147.044322 80.766999) (xy 147.045 80.81425) (xy 147.20375 80.973) (xy 148.303 80.973) (xy 148.303 80.953) + (xy 148.557 80.953) (xy 148.557 80.973) (xy 149.65625 80.973) (xy 149.815 80.81425) (xy 149.815678 80.766999) + (xy 151.509207 80.766999) (xy 151.540001 80.770032) (xy 151.570795 80.766999) (xy 152.201176 80.766999) (xy 152.201176 81.6) + (xy 152.208455 81.673905) (xy 152.230012 81.74497) (xy 152.265019 81.810463) (xy 152.312131 81.867869) (xy 152.369537 81.914981) + (xy 152.43503 81.949988) (xy 152.506095 81.971545) (xy 152.58 81.978824) (xy 152.828001 81.978824) (xy 152.828001 82.125347) + (xy 152.825573 82.15) (xy 152.835265 82.248409) (xy 152.86397 82.343036) (xy 152.910584 82.430245) (xy 152.957601 82.487535) + (xy 152.957604 82.487538) (xy 152.973317 82.506684) (xy 152.992463 82.522397) (xy 153.507603 83.037538) (xy 153.523316 83.056684) + (xy 153.599755 83.119417) (xy 153.686964 83.166031) (xy 153.781591 83.194736) (xy 153.855347 83.202) (xy 153.855356 83.202) + (xy 153.879999 83.204427) (xy 153.904642 83.202) (xy 155.528 83.202) (xy 155.528 83.421176) (xy 155.28 83.421176) + (xy 155.206095 83.428455) (xy 155.13503 83.450012) (xy 155.069537 83.485019) (xy 155.012131 83.532131) (xy 154.965019 83.589537) + (xy 154.930012 83.65503) (xy 154.908455 83.726095) (xy 154.901176 83.8) (xy 154.901176 84.8) (xy 154.908455 84.873905) + (xy 154.930012 84.94497) (xy 154.965019 85.010463) (xy 155.012131 85.067869) (xy 155.069537 85.114981) (xy 155.13503 85.149988) + (xy 155.206095 85.171545) (xy 155.28 85.178824) (xy 156.78 85.178824) (xy 156.853905 85.171545) (xy 156.92497 85.149988) + (xy 156.990463 85.114981) (xy 157.047869 85.067869) (xy 157.094981 85.010463) (xy 157.129988 84.94497) (xy 157.151545 84.873905) + (xy 157.158824 84.8) (xy 157.158824 83.8) (xy 157.151545 83.726095) (xy 157.129988 83.65503) (xy 157.094981 83.589537) + (xy 157.047869 83.532131) (xy 156.990463 83.485019) (xy 156.92497 83.450012) (xy 156.853905 83.428455) (xy 156.78 83.421176) + (xy 156.532 83.421176) (xy 156.532 82.974642) (xy 156.534427 82.949999) (xy 156.532 82.925356) (xy 156.532 82.925347) + (xy 156.524736 82.851591) (xy 156.496031 82.756964) (xy 156.449417 82.669755) (xy 156.386684 82.593316) (xy 156.367532 82.577598) + (xy 156.152402 82.362468) (xy 156.136684 82.343316) (xy 156.060245 82.280583) (xy 155.973036 82.233969) (xy 155.878409 82.205264) + (xy 155.804653 82.198) (xy 155.804643 82.198) (xy 155.783347 82.195903) (xy 155.903 82.07625) (xy 155.903 81.227) + (xy 156.157 81.227) (xy 156.157 82.07625) (xy 156.31575 82.235) (xy 156.78 82.238072) (xy 156.904482 82.225812) + (xy 157.02418 82.189502) (xy 157.134494 82.130537) (xy 157.231185 82.051185) (xy 157.310537 81.954494) (xy 157.369502 81.84418) + (xy 157.405812 81.724482) (xy 157.418072 81.6) (xy 157.415 81.38575) (xy 157.25625 81.227) (xy 156.157 81.227) + (xy 155.903 81.227) (xy 154.80375 81.227) (xy 154.645 81.38575) (xy 154.641928 81.6) (xy 154.654188 81.724482) + (xy 154.690498 81.84418) (xy 154.749463 81.954494) (xy 154.828815 82.051185) (xy 154.925506 82.130537) (xy 155.03582 82.189502) + (xy 155.063834 82.198) (xy 154.087935 82.198) (xy 153.868758 81.978824) (xy 154.08 81.978824) (xy 154.153905 81.971545) + (xy 154.22497 81.949988) (xy 154.290463 81.914981) (xy 154.347869 81.867869) (xy 154.394981 81.810463) (xy 154.429988 81.74497) + (xy 154.451545 81.673905) (xy 154.458824 81.6) (xy 154.458824 80.766999) (xy 154.644322 80.766999) (xy 154.645 80.81425) + (xy 154.80375 80.973) (xy 155.903 80.973) (xy 155.903 80.953) (xy 156.157 80.953) (xy 156.157 80.973) + (xy 157.25625 80.973) (xy 157.415 80.81425) (xy 157.415678 80.766999) (xy 159.109207 80.766999) (xy 159.140001 80.770032) + (xy 159.170795 80.766999) (xy 159.801176 80.766999) (xy 159.801176 81.6) (xy 159.808455 81.673905) (xy 159.830012 81.74497) + (xy 159.865019 81.810463) (xy 159.912131 81.867869) (xy 159.969537 81.914981) (xy 160.03503 81.949988) (xy 160.106095 81.971545) + (xy 160.18 81.978824) (xy 160.428001 81.978824) (xy 160.428001 82.225347) (xy 160.425573 82.25) (xy 160.435265 82.348409) + (xy 160.46397 82.443036) (xy 160.510584 82.530245) (xy 160.557601 82.587535) (xy 160.557604 82.587538) (xy 160.573317 82.606684) + (xy 160.592463 82.622397) (xy 161.007603 83.037538) (xy 161.023316 83.056684) (xy 161.099755 83.119417) (xy 161.186964 83.166031) + (xy 161.281591 83.194736) (xy 161.355347 83.202) (xy 161.355356 83.202) (xy 161.379999 83.204427) (xy 161.404642 83.202) + (xy 162.972066 83.202) (xy 163.128 83.357935) (xy 163.128 83.421176) (xy 162.88 83.421176) (xy 162.806095 83.428455) + (xy 162.73503 83.450012) (xy 162.669537 83.485019) (xy 162.612131 83.532131) (xy 162.565019 83.589537) (xy 162.530012 83.65503) + (xy 162.508455 83.726095) (xy 162.501176 83.8) (xy 162.501176 84.8) (xy 162.508455 84.873905) (xy 162.530012 84.94497) + (xy 162.565019 85.010463) (xy 162.612131 85.067869) (xy 162.669537 85.114981) (xy 162.73503 85.149988) (xy 162.806095 85.171545) + (xy 162.88 85.178824) (xy 164.38 85.178824) (xy 164.453905 85.171545) (xy 164.52497 85.149988) (xy 164.590463 85.114981) + (xy 164.647869 85.067869) (xy 164.694981 85.010463) (xy 164.729988 84.94497) (xy 164.751545 84.873905) (xy 164.758824 84.8) + (xy 164.758824 83.8) (xy 164.751545 83.726095) (xy 164.729988 83.65503) (xy 164.694981 83.589537) (xy 164.647869 83.532131) + (xy 164.590463 83.485019) (xy 164.52497 83.450012) (xy 164.453905 83.428455) (xy 164.38 83.421176) (xy 164.132 83.421176) + (xy 164.132 83.174642) (xy 164.134427 83.149999) (xy 164.132 83.125356) (xy 164.132 83.125347) (xy 164.124736 83.051591) + (xy 164.096031 82.956964) (xy 164.049417 82.869755) (xy 163.986684 82.793316) (xy 163.967538 82.777603) (xy 163.552401 82.362467) + (xy 163.536684 82.343316) (xy 163.460245 82.280583) (xy 163.373036 82.233969) (xy 163.351741 82.227509) (xy 163.503 82.07625) + (xy 163.503 81.227) (xy 163.757 81.227) (xy 163.757 82.07625) (xy 163.91575 82.235) (xy 164.38 82.238072) + (xy 164.504482 82.225812) (xy 164.62418 82.189502) (xy 164.734494 82.130537) (xy 164.831185 82.051185) (xy 164.910537 81.954494) + (xy 164.969502 81.84418) (xy 165.005812 81.724482) (xy 165.018072 81.6) (xy 165.015 81.38575) (xy 164.85625 81.227) + (xy 163.757 81.227) (xy 163.503 81.227) (xy 162.40375 81.227) (xy 162.245 81.38575) (xy 162.241928 81.6) + (xy 162.254188 81.724482) (xy 162.290498 81.84418) (xy 162.349463 81.954494) (xy 162.428815 82.051185) (xy 162.525506 82.130537) + (xy 162.63582 82.189502) (xy 162.663834 82.198) (xy 161.587935 82.198) (xy 161.432 82.042066) (xy 161.432 81.978824) + (xy 161.68 81.978824) (xy 161.753905 81.971545) (xy 161.82497 81.949988) (xy 161.890463 81.914981) (xy 161.947869 81.867869) + (xy 161.994981 81.810463) (xy 162.029988 81.74497) (xy 162.051545 81.673905) (xy 162.058824 81.6) (xy 162.058824 80.766999) + (xy 162.244322 80.766999) (xy 162.245 80.81425) (xy 162.40375 80.973) (xy 163.503 80.973) (xy 163.503 80.953) + (xy 163.757 80.953) (xy 163.757 80.973) (xy 164.85625 80.973) (xy 165.015 80.81425) (xy 165.015678 80.766999) + (xy 166.689205 80.766999) (xy 166.719999 80.770032) (xy 166.750793 80.766999) (xy 167.401176 80.766999) (xy 167.401176 81.6) + (xy 167.408455 81.673905) (xy 167.430012 81.74497) (xy 167.465019 81.810463) (xy 167.512131 81.867869) (xy 167.569537 81.914981) + (xy 167.63503 81.949988) (xy 167.706095 81.971545) (xy 167.78 81.978824) (xy 168.028001 81.978824) (xy 168.028001 82.125347) + (xy 168.025573 82.15) (xy 168.035265 82.248409) (xy 168.06397 82.343036) (xy 168.110584 82.430245) (xy 168.157601 82.487535) + (xy 168.157604 82.487538) (xy 168.173317 82.506684) (xy 168.192463 82.522397) (xy 168.707603 83.037538) (xy 168.723316 83.056684) + (xy 168.799755 83.119417) (xy 168.886964 83.166031) (xy 168.981591 83.194736) (xy 169.055347 83.202) (xy 169.055356 83.202) + (xy 169.079999 83.204427) (xy 169.104642 83.202) (xy 170.572066 83.202) (xy 170.728 83.357935) (xy 170.728 83.421176) + (xy 170.48 83.421176) (xy 170.406095 83.428455) (xy 170.33503 83.450012) (xy 170.269537 83.485019) (xy 170.212131 83.532131) + (xy 170.165019 83.589537) (xy 170.130012 83.65503) (xy 170.108455 83.726095) (xy 170.101176 83.8) (xy 170.101176 84.8) + (xy 170.108455 84.873905) (xy 170.130012 84.94497) (xy 170.165019 85.010463) (xy 170.212131 85.067869) (xy 170.269537 85.114981) + (xy 170.33503 85.149988) (xy 170.406095 85.171545) (xy 170.48 85.178824) (xy 171.98 85.178824) (xy 172.053905 85.171545) + (xy 172.12497 85.149988) (xy 172.190463 85.114981) (xy 172.247869 85.067869) (xy 172.294981 85.010463) (xy 172.329988 84.94497) + (xy 172.351545 84.873905) (xy 172.358824 84.8) (xy 172.358824 83.8) (xy 172.351545 83.726095) (xy 172.329988 83.65503) + (xy 172.294981 83.589537) (xy 172.247869 83.532131) (xy 172.190463 83.485019) (xy 172.12497 83.450012) (xy 172.053905 83.428455) + (xy 171.98 83.421176) (xy 171.732 83.421176) (xy 171.732 83.174642) (xy 171.734427 83.149999) (xy 171.732 83.125356) + (xy 171.732 83.125347) (xy 171.724736 83.051591) (xy 171.696031 82.956964) (xy 171.649417 82.869755) (xy 171.586684 82.793316) + (xy 171.567538 82.777603) (xy 171.152401 82.362467) (xy 171.136684 82.343316) (xy 171.060245 82.280583) (xy 170.973036 82.233969) + (xy 170.951741 82.227509) (xy 171.103 82.07625) (xy 171.103 81.227) (xy 171.357 81.227) (xy 171.357 82.07625) + (xy 171.51575 82.235) (xy 171.98 82.238072) (xy 172.104482 82.225812) (xy 172.22418 82.189502) (xy 172.334494 82.130537) + (xy 172.431185 82.051185) (xy 172.510537 81.954494) (xy 172.569502 81.84418) (xy 172.605812 81.724482) (xy 172.618072 81.6) + (xy 172.615 81.38575) (xy 172.45625 81.227) (xy 171.357 81.227) (xy 171.103 81.227) (xy 170.00375 81.227) + (xy 169.845 81.38575) (xy 169.841928 81.6) (xy 169.854188 81.724482) (xy 169.890498 81.84418) (xy 169.949463 81.954494) + (xy 170.028815 82.051185) (xy 170.125506 82.130537) (xy 170.23582 82.189502) (xy 170.263834 82.198) (xy 169.287935 82.198) + (xy 169.068758 81.978824) (xy 169.28 81.978824) (xy 169.353905 81.971545) (xy 169.42497 81.949988) (xy 169.490463 81.914981) + (xy 169.547869 81.867869) (xy 169.594981 81.810463) (xy 169.629988 81.74497) (xy 169.651545 81.673905) (xy 169.658824 81.6) + (xy 169.658824 80.766999) (xy 169.844322 80.766999) (xy 169.845 80.81425) (xy 170.00375 80.973) (xy 171.103 80.973) + (xy 171.103 80.953) (xy 171.357 80.953) (xy 171.357 80.973) (xy 172.45625 80.973) (xy 172.615 80.81425) + (xy 172.615678 80.766999) (xy 174.389205 80.766999) (xy 174.419999 80.770032) (xy 174.450793 80.766999) (xy 175.001176 80.766999) + (xy 175.001176 81.6) (xy 175.008455 81.673905) (xy 175.030012 81.74497) (xy 175.065019 81.810463) (xy 175.112131 81.867869) + (xy 175.169537 81.914981) (xy 175.23503 81.949988) (xy 175.306095 81.971545) (xy 175.38 81.978824) (xy 175.628001 81.978824) + (xy 175.628001 82.125347) (xy 175.625573 82.15) (xy 175.635265 82.248409) (xy 175.66397 82.343036) (xy 175.710584 82.430245) + (xy 175.757601 82.487535) (xy 175.757604 82.487538) (xy 175.773317 82.506684) (xy 175.792463 82.522397) (xy 176.207603 82.937538) + (xy 176.223316 82.956684) (xy 176.242462 82.972397) (xy 176.242464 82.972399) (xy 176.267951 82.993316) (xy 176.299755 83.019417) + (xy 176.386964 83.066031) (xy 176.481591 83.094736) (xy 176.555347 83.102) (xy 176.555356 83.102) (xy 176.579999 83.104427) + (xy 176.604642 83.102) (xy 177.972066 83.102) (xy 178.291241 83.421176) (xy 178.08 83.421176) (xy 178.006095 83.428455) + (xy 177.93503 83.450012) (xy 177.869537 83.485019) (xy 177.812131 83.532131) (xy 177.765019 83.589537) (xy 177.730012 83.65503) + (xy 177.708455 83.726095) (xy 177.701176 83.8) (xy 177.701176 84.8) (xy 177.708455 84.873905) (xy 177.730012 84.94497) + (xy 177.765019 85.010463) (xy 177.812131 85.067869) (xy 177.869537 85.114981) (xy 177.93503 85.149988) (xy 178.006095 85.171545) + (xy 178.08 85.178824) (xy 179.58 85.178824) (xy 179.653905 85.171545) (xy 179.72497 85.149988) (xy 179.790463 85.114981) + (xy 179.847869 85.067869) (xy 179.894981 85.010463) (xy 179.929988 84.94497) (xy 179.951545 84.873905) (xy 179.958824 84.8) + (xy 179.958824 83.8) (xy 179.951545 83.726095) (xy 179.929988 83.65503) (xy 179.894981 83.589537) (xy 179.847869 83.532131) + (xy 179.790463 83.485019) (xy 179.72497 83.450012) (xy 179.653905 83.428455) (xy 179.58 83.421176) (xy 179.332 83.421176) + (xy 179.332 83.274643) (xy 179.334427 83.25) (xy 179.332 83.225357) (xy 179.332 83.225347) (xy 179.324736 83.151591) + (xy 179.296031 83.056964) (xy 179.249417 82.969755) (xy 179.234509 82.95159) (xy 179.2024 82.912464) (xy 179.202392 82.912456) + (xy 179.186684 82.893316) (xy 179.167543 82.877607) (xy 178.552401 82.262467) (xy 178.536684 82.243316) (xy 178.526693 82.235116) + (xy 178.54425 82.235) (xy 178.703 82.07625) (xy 178.703 81.227) (xy 178.957 81.227) (xy 178.957 82.07625) + (xy 179.11575 82.235) (xy 179.58 82.238072) (xy 179.704482 82.225812) (xy 179.82418 82.189502) (xy 179.934494 82.130537) + (xy 180.031185 82.051185) (xy 180.110537 81.954494) (xy 180.169502 81.84418) (xy 180.205812 81.724482) (xy 180.218072 81.6) + (xy 180.215 81.38575) (xy 180.05625 81.227) (xy 178.957 81.227) (xy 178.703 81.227) (xy 177.60375 81.227) + (xy 177.445 81.38575) (xy 177.441928 81.6) (xy 177.454188 81.724482) (xy 177.490498 81.84418) (xy 177.549463 81.954494) + (xy 177.628815 82.051185) (xy 177.685859 82.098) (xy 176.787935 82.098) (xy 176.668758 81.978824) (xy 176.88 81.978824) + (xy 176.953905 81.971545) (xy 177.02497 81.949988) (xy 177.090463 81.914981) (xy 177.147869 81.867869) (xy 177.194981 81.810463) + (xy 177.229988 81.74497) (xy 177.251545 81.673905) (xy 177.258824 81.6) (xy 177.258824 80.766999) (xy 177.444322 80.766999) + (xy 177.445 80.81425) (xy 177.60375 80.973) (xy 178.703 80.973) (xy 178.703 80.953) (xy 178.957 80.953) + (xy 178.957 80.973) (xy 180.05625 80.973) (xy 180.215 80.81425) (xy 180.215678 80.766999) (xy 181.409207 80.766999) + (xy 181.440001 80.770032) (xy 181.470795 80.766999) (xy 181.562914 80.757926) (xy 181.681104 80.722074) (xy 181.790029 80.663852) + (xy 181.867833 80.6) (xy 182.601176 80.6) (xy 182.601176 81.6) (xy 182.608455 81.673905) (xy 182.630012 81.74497) + (xy 182.665019 81.810463) (xy 182.712131 81.867869) (xy 182.769537 81.914981) (xy 182.83503 81.949988) (xy 182.906095 81.971545) + (xy 182.98 81.978824) (xy 184.48 81.978824) (xy 184.553905 81.971545) (xy 184.62497 81.949988) (xy 184.690463 81.914981) + (xy 184.709805 81.899107) (xy 184.703 81.933321) (xy 184.703 82.066679) (xy 184.729016 82.197474) (xy 184.78005 82.32068) + (xy 184.85414 82.431563) (xy 184.948437 82.52586) (xy 185.05932 82.59995) (xy 185.182526 82.650984) (xy 185.313321 82.677) + (xy 185.446679 82.677) (xy 185.577474 82.650984) (xy 185.70068 82.59995) (xy 185.811563 82.52586) (xy 185.90586 82.431563) + (xy 185.97995 82.32068) (xy 186.030984 82.197474) (xy 186.057 82.066679) (xy 186.057 81.933321) (xy 186.030984 81.802526) + (xy 185.97995 81.67932) (xy 185.90586 81.568437) (xy 185.878638 81.541215) (xy 185.874736 81.501591) (xy 185.846031 81.406964) + (xy 185.814392 81.347771) (xy 185.799417 81.319754) (xy 185.7524 81.262464) (xy 185.752392 81.262456) (xy 185.736684 81.243316) + (xy 185.717543 81.227607) (xy 185.252401 80.762467) (xy 185.236684 80.743316) (xy 185.160245 80.680583) (xy 185.073036 80.633969) + (xy 184.978409 80.605264) (xy 184.904653 80.598) (xy 184.904643 80.598) (xy 184.88 80.595573) (xy 184.858596 80.597681) + (xy 184.851545 80.526095) (xy 184.829988 80.45503) (xy 184.794981 80.389537) (xy 184.747869 80.332131) (xy 184.690463 80.285019) + (xy 184.62497 80.250012) (xy 184.553905 80.228455) (xy 184.48 80.221176) (xy 182.98 80.221176) (xy 182.906095 80.228455) + (xy 182.83503 80.250012) (xy 182.769537 80.285019) (xy 182.712131 80.332131) (xy 182.665019 80.389537) (xy 182.630012 80.45503) + (xy 182.608455 80.526095) (xy 182.601176 80.6) (xy 181.867833 80.6) (xy 181.885502 80.5855) (xy 181.905139 80.561572) + (xy 182.381579 80.085133) (xy 182.405501 80.065501) (xy 182.483853 79.970028) (xy 182.512598 79.91625) (xy 182.542075 79.861104) + (xy 182.577927 79.742913) (xy 182.579494 79.727) (xy 183.149206 79.727) (xy 183.18 79.730033) (xy 183.210794 79.727) + (xy 183.302913 79.717927) (xy 183.421103 79.682075) (xy 183.530028 79.623853) (xy 183.625501 79.545501) (xy 183.645138 79.521573) + (xy 184.151579 79.015133) (xy 184.175501 78.995501) (xy 184.253853 78.900028) (xy 184.312075 78.791103) (xy 184.347927 78.672913) + (xy 184.357 78.580794) (xy 184.357 78.580793) (xy 184.360033 78.550001) (xy 184.357 78.519209) (xy 184.357 78.178824) + (xy 184.48 78.178824) (xy 184.553905 78.171545) (xy 184.62497 78.149988) (xy 184.690463 78.114981) (xy 184.747869 78.067869) + (xy 184.794981 78.010463) (xy 184.829988 77.94497) (xy 184.851545 77.873905) (xy 184.858824 77.8) (xy 184.858824 76.8) + (xy 184.851545 76.726095) (xy 184.829988 76.65503) (xy 184.794981 76.589537) (xy 184.747869 76.532131) (xy 184.690463 76.485019) + (xy 184.62497 76.450012) (xy 184.553905 76.428455) (xy 184.48 76.421176) (xy 182.98 76.421176) (xy 182.906095 76.428455) + (xy 182.83503 76.450012) (xy 182.769537 76.485019) (xy 182.712131 76.532131) (xy 182.665019 76.589537) (xy 182.630012 76.65503) + (xy 182.608455 76.726095) (xy 182.601176 76.8) (xy 182.601176 77.8) (xy 182.608455 77.873905) (xy 182.630012 77.94497) + (xy 182.665019 78.010463) (xy 182.712131 78.067869) (xy 182.769537 78.114981) (xy 182.83503 78.149988) (xy 182.906095 78.171545) + (xy 182.98 78.178824) (xy 183.103 78.178824) (xy 183.103 78.290288) (xy 182.920289 78.473) (xy 182.340323 78.473) + (xy 182.298545 78.450669) (xy 182.201218 78.421145) (xy 182.1 78.411176) (xy 181.82 78.411176) (xy 181.79259 78.413876) + (xy 181.733247 78.340887) (xy 181.636921 78.261092) (xy 181.526878 78.201623) (xy 181.407348 78.164765) (xy 181.28575 78.155) + (xy 181.127 78.31375) (xy 181.127 78.973) (xy 181.147 78.973) (xy 181.147 79.227) (xy 181.127 79.227) + (xy 181.127 79.247) (xy 180.873 79.247) (xy 180.873 79.227) (xy 180.24375 79.227) (xy 180.085 79.38575) + (xy 180.081935 79.407077) (xy 180.091878 79.512999) (xy 176.153712 79.512999) (xy 176.551579 79.115133) (xy 176.575501 79.095501) + (xy 176.653853 79.000028) (xy 176.712075 78.891103) (xy 176.741857 78.792923) (xy 180.081935 78.792923) (xy 180.085 78.81425) + (xy 180.24375 78.973) (xy 180.873 78.973) (xy 180.873 78.31375) (xy 180.71425 78.155) (xy 180.592652 78.164765) + (xy 180.473122 78.201623) (xy 180.363079 78.261092) (xy 180.266753 78.340887) (xy 180.187844 78.437941) (xy 180.129386 78.548524) + (xy 180.093625 78.668387) (xy 180.081935 78.792923) (xy 176.741857 78.792923) (xy 176.747927 78.772913) (xy 176.751324 78.738419) + (xy 176.760033 78.650001) (xy 176.757 78.619207) (xy 176.757 78.178824) (xy 176.88 78.178824) (xy 176.953905 78.171545) + (xy 177.02497 78.149988) (xy 177.090463 78.114981) (xy 177.147869 78.067869) (xy 177.194981 78.010463) (xy 177.229988 77.94497) + (xy 177.251545 77.873905) (xy 177.258824 77.8) (xy 177.258824 76.8) (xy 177.251545 76.726095) (xy 177.229988 76.65503) + (xy 177.194981 76.589537) (xy 177.147869 76.532131) (xy 177.090463 76.485019) (xy 177.02497 76.450012) (xy 176.953905 76.428455) + (xy 176.88 76.421176) (xy 175.38 76.421176) (xy 175.306095 76.428455) (xy 175.23503 76.450012) (xy 175.169537 76.485019) + (xy 175.112131 76.532131) (xy 175.065019 76.589537) (xy 175.030012 76.65503) (xy 175.008455 76.726095) (xy 175.001176 76.8) + (xy 175.001176 77.8) (xy 175.008455 77.873905) (xy 175.030012 77.94497) (xy 175.065019 78.010463) (xy 175.112131 78.067869) + (xy 175.169537 78.114981) (xy 175.23503 78.149988) (xy 175.306095 78.171545) (xy 175.38 78.178824) (xy 175.503 78.178824) + (xy 175.503 78.390288) (xy 175.420289 78.473) (xy 174.790323 78.473) (xy 174.748545 78.450669) (xy 174.651218 78.421145) + (xy 174.55 78.411176) (xy 174.27 78.411176) (xy 174.24259 78.413876) (xy 174.183247 78.340887) (xy 174.086921 78.261092) + (xy 173.976878 78.201623) (xy 173.857348 78.164765) (xy 173.73575 78.155) (xy 173.577 78.31375) (xy 173.577 78.973) + (xy 173.597 78.973) (xy 173.597 79.227) (xy 173.577 79.227) (xy 173.577 79.247) (xy 173.323 79.247) + (xy 173.323 79.227) (xy 172.69375 79.227) (xy 172.535 79.38575) (xy 172.531935 79.407077) (xy 172.541878 79.512999) + (xy 168.653712 79.512999) (xy 168.951574 79.215137) (xy 168.975501 79.195501) (xy 169.053853 79.100028) (xy 169.112075 78.991103) + (xy 169.147927 78.872913) (xy 169.155805 78.792923) (xy 172.531935 78.792923) (xy 172.535 78.81425) (xy 172.69375 78.973) + (xy 173.323 78.973) (xy 173.323 78.31375) (xy 173.16425 78.155) (xy 173.042652 78.164765) (xy 172.923122 78.201623) + (xy 172.813079 78.261092) (xy 172.716753 78.340887) (xy 172.637844 78.437941) (xy 172.579386 78.548524) (xy 172.543625 78.668387) + (xy 172.531935 78.792923) (xy 169.155805 78.792923) (xy 169.157 78.780794) (xy 169.157 78.780793) (xy 169.160033 78.750001) + (xy 169.157 78.719207) (xy 169.157 78.178824) (xy 169.28 78.178824) (xy 169.353905 78.171545) (xy 169.42497 78.149988) + (xy 169.490463 78.114981) (xy 169.547869 78.067869) (xy 169.594981 78.010463) (xy 169.629988 77.94497) (xy 169.651545 77.873905) + (xy 169.658824 77.8) (xy 169.658824 76.8) (xy 169.651545 76.726095) (xy 169.629988 76.65503) (xy 169.594981 76.589537) + (xy 169.547869 76.532131) (xy 169.490463 76.485019) (xy 169.42497 76.450012) (xy 169.353905 76.428455) (xy 169.28 76.421176) + (xy 167.78 76.421176) (xy 167.706095 76.428455) (xy 167.63503 76.450012) (xy 167.569537 76.485019) (xy 167.512131 76.532131) + (xy 167.465019 76.589537) (xy 167.430012 76.65503) (xy 167.408455 76.726095) (xy 167.401176 76.8) (xy 167.401176 77.8) + (xy 167.408455 77.873905) (xy 167.430012 77.94497) (xy 167.465019 78.010463) (xy 167.512131 78.067869) (xy 167.569537 78.114981) + (xy 167.63503 78.149988) (xy 167.706095 78.171545) (xy 167.78 78.178824) (xy 167.903 78.178824) (xy 167.903 78.490289) + (xy 167.900289 78.493) (xy 167.170323 78.493) (xy 167.128545 78.470669) (xy 167.031218 78.441145) (xy 166.93 78.431176) + (xy 166.65 78.431176) (xy 166.62259 78.433876) (xy 166.563247 78.360887) (xy 166.466921 78.281092) (xy 166.356878 78.221623) + (xy 166.237348 78.184765) (xy 166.11575 78.175) (xy 165.957 78.33375) (xy 165.957 78.993) (xy 165.977 78.993) + (xy 165.977 79.247) (xy 165.957 79.247) (xy 165.957 79.267) (xy 165.703 79.267) (xy 165.703 79.247) + (xy 165.07375 79.247) (xy 164.915 79.40575) (xy 164.911935 79.427077) (xy 164.92 79.512999) (xy 160.753712 79.512999) + (xy 161.351579 78.915133) (xy 161.375501 78.895501) (xy 161.44327 78.812923) (xy 164.911935 78.812923) (xy 164.915 78.83425) + (xy 165.07375 78.993) (xy 165.703 78.993) (xy 165.703 78.33375) (xy 165.54425 78.175) (xy 165.422652 78.184765) + (xy 165.303122 78.221623) (xy 165.193079 78.281092) (xy 165.096753 78.360887) (xy 165.017844 78.457941) (xy 164.959386 78.568524) + (xy 164.923625 78.688387) (xy 164.911935 78.812923) (xy 161.44327 78.812923) (xy 161.453853 78.800028) (xy 161.512075 78.691103) + (xy 161.547927 78.572913) (xy 161.550388 78.547925) (xy 161.560033 78.450001) (xy 161.557 78.419207) (xy 161.557 78.178824) + (xy 161.68 78.178824) (xy 161.753905 78.171545) (xy 161.82497 78.149988) (xy 161.890463 78.114981) (xy 161.947869 78.067869) + (xy 161.994981 78.010463) (xy 162.029988 77.94497) (xy 162.051545 77.873905) (xy 162.058824 77.8) (xy 162.058824 76.8) + (xy 162.051545 76.726095) (xy 162.029988 76.65503) (xy 161.994981 76.589537) (xy 161.947869 76.532131) (xy 161.890463 76.485019) + (xy 161.82497 76.450012) (xy 161.753905 76.428455) (xy 161.68 76.421176) (xy 160.18 76.421176) (xy 160.106095 76.428455) + (xy 160.03503 76.450012) (xy 159.969537 76.485019) (xy 159.912131 76.532131) (xy 159.865019 76.589537) (xy 159.830012 76.65503) + (xy 159.808455 76.726095) (xy 159.801176 76.8) (xy 159.801176 77.8) (xy 159.808455 77.873905) (xy 159.830012 77.94497) + (xy 159.865019 78.010463) (xy 159.912131 78.067869) (xy 159.969537 78.114981) (xy 160.03503 78.149988) (xy 160.106095 78.171545) + (xy 160.18 78.178824) (xy 160.303 78.178824) (xy 160.303 78.190288) (xy 159.990289 78.503) (xy 159.480323 78.503) + (xy 159.438545 78.480669) (xy 159.341218 78.451145) (xy 159.24 78.441176) (xy 158.96 78.441176) (xy 158.93259 78.443876) + (xy 158.873247 78.370887) (xy 158.776921 78.291092) (xy 158.666878 78.231623) (xy 158.547348 78.194765) (xy 158.42575 78.185) + (xy 158.267 78.34375) (xy 158.267 79.003) (xy 158.287 79.003) (xy 158.287 79.257) (xy 158.267 79.257) + (xy 158.267 79.277) (xy 158.013 79.277) (xy 158.013 79.257) (xy 157.38375 79.257) (xy 157.225 79.41575) + (xy 157.221935 79.437077) (xy 157.229062 79.512999) (xy 153.453712 79.512999) (xy 153.811569 79.155141) (xy 153.835501 79.135501) + (xy 153.913853 79.040028) (xy 153.929592 79.010583) (xy 153.972075 78.931104) (xy 154.00489 78.822923) (xy 157.221935 78.822923) + (xy 157.225 78.84425) (xy 157.38375 79.003) (xy 158.013 79.003) (xy 158.013 78.34375) (xy 157.85425 78.185) + (xy 157.732652 78.194765) (xy 157.613122 78.231623) (xy 157.503079 78.291092) (xy 157.406753 78.370887) (xy 157.327844 78.467941) + (xy 157.269386 78.578524) (xy 157.233625 78.698387) (xy 157.221935 78.822923) (xy 154.00489 78.822923) (xy 154.007927 78.812913) + (xy 154.020033 78.69) (xy 154.017 78.659206) (xy 154.017 78.128824) (xy 154.14 78.128824) (xy 154.213905 78.121545) + (xy 154.28497 78.099988) (xy 154.350463 78.064981) (xy 154.407869 78.017869) (xy 154.454981 77.960463) (xy 154.489988 77.89497) + (xy 154.511545 77.823905) (xy 154.518824 77.75) (xy 154.518824 76.75) (xy 154.511545 76.676095) (xy 154.489988 76.60503) + (xy 154.454981 76.539537) (xy 154.407869 76.482131) (xy 154.350463 76.435019) (xy 154.28497 76.400012) (xy 154.213905 76.378455) + (xy 154.14 76.371176) (xy 152.64 76.371176) (xy 152.566095 76.378455) (xy 152.49503 76.400012) (xy 152.429537 76.435019) + (xy 152.372131 76.482131) (xy 152.325019 76.539537) (xy 152.290012 76.60503) (xy 152.268455 76.676095) (xy 152.261176 76.75) + (xy 152.261176 77.75) (xy 152.268455 77.823905) (xy 152.290012 77.89497) (xy 152.325019 77.960463) (xy 152.372131 78.017869) + (xy 152.429537 78.064981) (xy 152.49503 78.099988) (xy 152.566095 78.121545) (xy 152.64 78.128824) (xy 152.763 78.128824) + (xy 152.763 78.430289) (xy 152.720289 78.473) (xy 151.920323 78.473) (xy 151.878545 78.450669) (xy 151.781218 78.421145) + (xy 151.68 78.411176) (xy 151.4 78.411176) (xy 151.37259 78.413876) (xy 151.313247 78.340887) (xy 151.216921 78.261092) + (xy 151.106878 78.201623) (xy 150.987348 78.164765) (xy 150.86575 78.155) (xy 150.707 78.31375) (xy 150.707 78.973) + (xy 150.727 78.973) (xy 150.727 79.227) (xy 150.707 79.227) (xy 150.707 79.247) (xy 150.453 79.247) + (xy 150.453 79.227) (xy 149.82375 79.227) (xy 149.665 79.38575) (xy 149.661935 79.407077) (xy 149.671878 79.512999) + (xy 145.653712 79.512999) (xy 146.151579 79.015133) (xy 146.175501 78.995501) (xy 146.253853 78.900028) (xy 146.311102 78.792923) + (xy 149.661935 78.792923) (xy 149.665 78.81425) (xy 149.82375 78.973) (xy 150.453 78.973) (xy 150.453 78.31375) + (xy 150.29425 78.155) (xy 150.172652 78.164765) (xy 150.053122 78.201623) (xy 149.943079 78.261092) (xy 149.846753 78.340887) + (xy 149.767844 78.437941) (xy 149.709386 78.548524) (xy 149.673625 78.668387) (xy 149.661935 78.792923) (xy 146.311102 78.792923) + (xy 146.312075 78.791103) (xy 146.347927 78.672913) (xy 146.357 78.580794) (xy 146.357 78.580793) (xy 146.360033 78.550001) + (xy 146.357 78.519209) (xy 146.357 78.148824) (xy 146.48 78.148824) (xy 146.553905 78.141545) (xy 146.62497 78.119988) + (xy 146.690463 78.084981) (xy 146.747869 78.037869) (xy 146.794981 77.980463) (xy 146.829988 77.91497) (xy 146.851545 77.843905) + (xy 146.858824 77.77) (xy 146.858824 76.77) (xy 146.851545 76.696095) (xy 146.829988 76.62503) (xy 146.794981 76.559537) + (xy 146.747869 76.502131) (xy 146.690463 76.455019) (xy 146.62497 76.420012) (xy 146.553905 76.398455) (xy 146.48 76.391176) + (xy 144.98 76.391176) (xy 144.906095 76.398455) (xy 144.83503 76.420012) (xy 144.769537 76.455019) (xy 144.712131 76.502131) + (xy 144.665019 76.559537) (xy 144.630012 76.62503) (xy 144.608455 76.696095) (xy 144.601176 76.77) (xy 144.601176 77.77) + (xy 144.608455 77.843905) (xy 144.630012 77.91497) (xy 144.665019 77.980463) (xy 144.712131 78.037869) (xy 144.769537 78.084981) + (xy 144.83503 78.119988) (xy 144.906095 78.141545) (xy 144.98 78.148824) (xy 145.103 78.148824) (xy 145.103 78.290288) + (xy 144.920289 78.473) (xy 144.290323 78.473) (xy 144.248545 78.450669) (xy 144.151218 78.421145) (xy 144.05 78.411176) + (xy 143.77 78.411176) (xy 143.74259 78.413876) (xy 143.683247 78.340887) (xy 143.586921 78.261092) (xy 143.476878 78.201623) + (xy 143.357348 78.164765) (xy 143.23575 78.155) (xy 143.077 78.31375) (xy 143.077 78.973) (xy 143.097 78.973) + (xy 143.097 79.227) (xy 143.077 79.227) (xy 143.077 79.247) (xy 142.823 79.247) (xy 142.823 79.227) + (xy 142.19375 79.227) (xy 142.035 79.38575) (xy 142.031935 79.407077) (xy 142.041878 79.512999) (xy 138.153712 79.512999) + (xy 138.551579 79.115133) (xy 138.575501 79.095501) (xy 138.653853 79.000028) (xy 138.712075 78.891103) (xy 138.741857 78.792923) + (xy 142.031935 78.792923) (xy 142.035 78.81425) (xy 142.19375 78.973) (xy 142.823 78.973) (xy 142.823 78.31375) + (xy 142.66425 78.155) (xy 142.542652 78.164765) (xy 142.423122 78.201623) (xy 142.313079 78.261092) (xy 142.216753 78.340887) + (xy 142.137844 78.437941) (xy 142.079386 78.548524) (xy 142.043625 78.668387) (xy 142.031935 78.792923) (xy 138.741857 78.792923) + (xy 138.747927 78.772913) (xy 138.751324 78.738419) (xy 138.760033 78.650001) (xy 138.757 78.619207) (xy 138.757 78.148824) + (xy 138.88 78.148824) (xy 138.953905 78.141545) (xy 139.02497 78.119988) (xy 139.090463 78.084981) (xy 139.147869 78.037869) + (xy 139.194981 77.980463) (xy 139.229988 77.91497) (xy 139.251545 77.843905) (xy 139.258824 77.77) (xy 139.258824 76.77) + (xy 139.251545 76.696095) (xy 139.229988 76.62503) (xy 139.194981 76.559537) (xy 139.147869 76.502131) (xy 139.090463 76.455019) + (xy 139.02497 76.420012) (xy 138.953905 76.398455) (xy 138.88 76.391176) (xy 137.38 76.391176) (xy 137.306095 76.398455) + (xy 137.23503 76.420012) (xy 137.169537 76.455019) (xy 137.112131 76.502131) (xy 137.065019 76.559537) (xy 137.030012 76.62503) + (xy 137.008455 76.696095) (xy 137.001176 76.77) (xy 137.001176 77.77) (xy 137.008455 77.843905) (xy 137.030012 77.91497) + (xy 137.065019 77.980463) (xy 137.112131 78.037869) (xy 137.169537 78.084981) (xy 137.23503 78.119988) (xy 137.306095 78.141545) + (xy 137.38 78.148824) (xy 137.503 78.148824) (xy 137.503 78.390288) (xy 137.340289 78.553) (xy 136.690323 78.553) + (xy 136.648545 78.530669) (xy 136.551218 78.501145) (xy 136.45 78.491176) (xy 136.17 78.491176) (xy 136.14259 78.493876) + (xy 136.083247 78.420887) (xy 135.986921 78.341092) (xy 135.876878 78.281623) (xy 135.757348 78.244765) (xy 135.63575 78.235) + (xy 135.477 78.39375) (xy 135.477 79.053) (xy 135.497 79.053) (xy 135.497 79.307) (xy 135.477 79.307) + (xy 135.477 79.327) (xy 135.223 79.327) (xy 135.223 79.307) (xy 134.59375 79.307) (xy 134.435 79.46575) + (xy 134.431935 79.487077) (xy 134.434368 79.512999) (xy 130.553712 79.512999) (xy 130.951579 79.115133) (xy 130.975501 79.095501) + (xy 131.053853 79.000028) (xy 131.112075 78.891103) (xy 131.117589 78.872923) (xy 134.431935 78.872923) (xy 134.435 78.89425) + (xy 134.59375 79.053) (xy 135.223 79.053) (xy 135.223 78.39375) (xy 135.06425 78.235) (xy 134.942652 78.244765) + (xy 134.823122 78.281623) (xy 134.713079 78.341092) (xy 134.616753 78.420887) (xy 134.537844 78.517941) (xy 134.479386 78.628524) + (xy 134.443625 78.748387) (xy 134.431935 78.872923) (xy 131.117589 78.872923) (xy 131.147927 78.772913) (xy 131.157 78.680794) + (xy 131.157 78.680793) (xy 131.160033 78.65) (xy 131.157 78.619206) (xy 131.157 78.158824) (xy 131.28 78.158824) + (xy 131.353905 78.151545) (xy 131.42497 78.129988) (xy 131.490463 78.094981) (xy 131.547869 78.047869) (xy 131.594981 77.990463) + (xy 131.629988 77.92497) (xy 131.651545 77.853905) (xy 131.658824 77.78) (xy 131.658824 76.78) (xy 131.651545 76.706095) + (xy 131.629988 76.63503) (xy 131.594981 76.569537) (xy 131.547869 76.512131) (xy 131.490463 76.465019) (xy 131.42497 76.430012) + (xy 131.353905 76.408455) (xy 131.28 76.401176) (xy 129.78 76.401176) (xy 129.706095 76.408455) (xy 129.63503 76.430012) + (xy 129.569537 76.465019) (xy 129.512131 76.512131) (xy 129.465019 76.569537) (xy 129.430012 76.63503) (xy 129.408455 76.706095) + (xy 129.401176 76.78) (xy 129.401176 77.78) (xy 129.408455 77.853905) (xy 129.430012 77.92497) (xy 129.465019 77.990463) + (xy 129.512131 78.047869) (xy 129.569537 78.094981) (xy 129.63503 78.129988) (xy 129.706095 78.151545) (xy 129.78 78.158824) + (xy 129.903 78.158824) (xy 129.903 78.390288) (xy 129.780289 78.513) (xy 129.150323 78.513) (xy 129.108545 78.490669) + (xy 129.011218 78.461145) (xy 128.91 78.451176) (xy 128.63 78.451176) (xy 128.60259 78.453876) (xy 128.543247 78.380887) + (xy 128.446921 78.301092) (xy 128.336878 78.241623) (xy 128.217348 78.204765) (xy 128.09575 78.195) (xy 127.937 78.35375) + (xy 127.937 79.013) (xy 127.957 79.013) (xy 127.957 79.267) (xy 127.937 79.267) (xy 127.937 79.287) + (xy 127.683 79.287) (xy 127.683 79.267) (xy 127.05375 79.267) (xy 126.895 79.42575) (xy 126.891935 79.447077) + (xy 126.898123 79.512999) (xy 122.753712 79.512999) (xy 123.351579 78.915133) (xy 123.375501 78.895501) (xy 123.426857 78.832923) + (xy 126.891935 78.832923) (xy 126.895 78.85425) (xy 127.05375 79.013) (xy 127.683 79.013) (xy 127.683 78.35375) + (xy 127.52425 78.195) (xy 127.402652 78.204765) (xy 127.283122 78.241623) (xy 127.173079 78.301092) (xy 127.076753 78.380887) + (xy 126.997844 78.477941) (xy 126.939386 78.588524) (xy 126.903625 78.708387) (xy 126.891935 78.832923) (xy 123.426857 78.832923) + (xy 123.453853 78.800028) (xy 123.512075 78.691103) (xy 123.547927 78.572913) (xy 123.550388 78.547925) (xy 123.560033 78.45) + (xy 123.557 78.419206) (xy 123.557 78.148824) (xy 123.68 78.148824) (xy 123.753905 78.141545) (xy 123.82497 78.119988) + (xy 123.890463 78.084981) (xy 123.947869 78.037869) (xy 123.994981 77.980463) (xy 124.029988 77.91497) (xy 124.051545 77.843905) + (xy 124.058824 77.77) (xy 124.058824 76.77) (xy 124.051545 76.696095) (xy 124.029988 76.62503) (xy 123.994981 76.559537) + (xy 123.947869 76.502131) (xy 123.890463 76.455019) (xy 123.82497 76.420012) (xy 123.753905 76.398455) (xy 123.68 76.391176) + (xy 122.18 76.391176) (xy 122.106095 76.398455) (xy 122.03503 76.420012) (xy 121.969537 76.455019) (xy 121.912131 76.502131) + (xy 121.865019 76.559537) (xy 121.830012 76.62503) (xy 121.808455 76.696095) (xy 121.801176 76.77) (xy 121.801176 77.77) + (xy 121.808455 77.843905) (xy 121.830012 77.91497) (xy 121.865019 77.980463) (xy 121.912131 78.037869) (xy 121.969537 78.084981) + (xy 122.03503 78.119988) (xy 122.106095 78.141545) (xy 122.18 78.148824) (xy 122.303 78.148824) (xy 122.303 78.190288) + (xy 122.020289 78.473) (xy 121.640323 78.473) (xy 121.598545 78.450669) (xy 121.501218 78.421145) (xy 121.4 78.411176) + (xy 121.12 78.411176) (xy 121.09259 78.413876) (xy 121.033247 78.340887) (xy 120.936921 78.261092) (xy 120.826878 78.201623) + (xy 120.707348 78.164765) (xy 120.58575 78.155) (xy 120.427 78.31375) (xy 120.427 78.973) (xy 120.447 78.973) + (xy 120.447 79.227) (xy 120.427 79.227) (xy 120.427 79.247) (xy 120.173 79.247) (xy 120.173 79.227) + (xy 119.54375 79.227) (xy 119.385 79.38575) (xy 119.381935 79.407077) (xy 119.391878 79.512999) (xy 115.253712 79.512999) + (xy 115.751579 79.015133) (xy 115.775501 78.995501) (xy 115.853853 78.900028) (xy 115.911102 78.792923) (xy 119.381935 78.792923) + (xy 119.385 78.81425) (xy 119.54375 78.973) (xy 120.173 78.973) (xy 120.173 78.31375) (xy 120.01425 78.155) + (xy 119.892652 78.164765) (xy 119.773122 78.201623) (xy 119.663079 78.261092) (xy 119.566753 78.340887) (xy 119.487844 78.437941) + (xy 119.429386 78.548524) (xy 119.393625 78.668387) (xy 119.381935 78.792923) (xy 115.911102 78.792923) (xy 115.912075 78.791103) + (xy 115.947927 78.672913) (xy 115.957 78.580794) (xy 115.957 78.580793) (xy 115.960033 78.550001) (xy 115.957 78.519209) + (xy 115.957 78.138824) (xy 116.08 78.138824) (xy 116.153905 78.131545) (xy 116.22497 78.109988) (xy 116.290463 78.074981) + (xy 116.347869 78.027869) (xy 116.394981 77.970463) (xy 116.429988 77.90497) (xy 116.451545 77.833905) (xy 116.458824 77.76) + (xy 116.458824 76.76) (xy 116.451545 76.686095) (xy 116.429988 76.61503) (xy 116.394981 76.549537) (xy 116.347869 76.492131) + (xy 116.290463 76.445019) (xy 116.22497 76.410012) (xy 116.153905 76.388455) (xy 116.08 76.381176) (xy 114.58 76.381176) + (xy 114.506095 76.388455) (xy 114.43503 76.410012) (xy 114.369537 76.445019) (xy 114.312131 76.492131) (xy 114.265019 76.549537) + (xy 114.230012 76.61503) (xy 114.208455 76.686095) (xy 114.201176 76.76) (xy 114.201176 77.76) (xy 114.208455 77.833905) + (xy 114.230012 77.90497) (xy 114.265019 77.970463) (xy 114.312131 78.027869) (xy 114.369537 78.074981) (xy 114.43503 78.109988) + (xy 114.506095 78.131545) (xy 114.58 78.138824) (xy 114.703 78.138824) (xy 114.703 78.290288) (xy 114.460289 78.533) + (xy 114.060323 78.533) (xy 114.018545 78.510669) (xy 113.921218 78.481145) (xy 113.82 78.471176) (xy 113.54 78.471176) + (xy 113.51259 78.473876) (xy 113.453247 78.400887) (xy 113.356921 78.321092) (xy 113.246878 78.261623) (xy 113.127348 78.224765) + (xy 113.00575 78.215) (xy 112.847 78.37375) (xy 112.847 79.033) (xy 112.867 79.033) (xy 112.867 79.287) + (xy 112.847 79.287) (xy 112.847 79.307) (xy 112.593 79.307) (xy 112.593 79.287) (xy 111.96375 79.287) + (xy 111.805 79.44575) (xy 111.801935 79.467077) (xy 111.806246 79.512999) (xy 107.507 79.512999) (xy 107.507 78.852923) + (xy 111.801935 78.852923) (xy 111.805 78.87425) (xy 111.96375 79.033) (xy 112.593 79.033) (xy 112.593 78.37375) + (xy 112.43425 78.215) (xy 112.312652 78.224765) (xy 112.193122 78.261623) (xy 112.083079 78.321092) (xy 111.986753 78.400887) + (xy 111.907844 78.497941) (xy 111.849386 78.608524) (xy 111.813625 78.728387) (xy 111.801935 78.852923) (xy 107.507 78.852923) + (xy 107.507 75.423472) (xy 107.903 75.423472) (xy 107.903 75.576528) (xy 107.932859 75.726643) (xy 107.991431 75.868048) + (xy 108.076464 75.995309) (xy 108.178 76.096845) (xy 108.178001 76.975347) (xy 108.175573 77) (xy 108.185265 77.098409) + (xy 108.21397 77.193036) (xy 108.260584 77.280245) (xy 108.307601 77.337535) (xy 108.307604 77.337538) (xy 108.323317 77.356684) + (xy 108.342463 77.372397) (xy 108.567598 77.597532) (xy 108.583316 77.616684) (xy 108.602466 77.6324) (xy 108.659755 77.679417) + (xy 108.746963 77.726031) (xy 108.84159 77.754736) (xy 108.850432 77.755607) (xy 108.915347 77.762) (xy 108.915354 77.762) + (xy 108.94 77.764427) (xy 108.964645 77.762) (xy 109.301373 77.762) (xy 109.308455 77.833905) (xy 109.330012 77.90497) + (xy 109.365019 77.970463) (xy 109.412131 78.027869) (xy 109.469537 78.074981) (xy 109.53503 78.109988) (xy 109.606095 78.131545) + (xy 109.68 78.138824) (xy 111.18 78.138824) (xy 111.253905 78.131545) (xy 111.32497 78.109988) (xy 111.390463 78.074981) + (xy 111.447869 78.027869) (xy 111.494981 77.970463) (xy 111.529988 77.90497) (xy 111.551545 77.833905) (xy 111.558824 77.76) + (xy 111.558824 76.76) (xy 111.551545 76.686095) (xy 111.529988 76.61503) (xy 111.494981 76.549537) (xy 111.447869 76.492131) + (xy 111.390463 76.445019) (xy 111.32497 76.410012) (xy 111.253905 76.388455) (xy 111.18 76.381176) (xy 109.68 76.381176) + (xy 109.606095 76.388455) (xy 109.53503 76.410012) (xy 109.469537 76.445019) (xy 109.412131 76.492131) (xy 109.365019 76.549537) + (xy 109.330012 76.61503) (xy 109.308455 76.686095) (xy 109.301373 76.758) (xy 109.182 76.758) (xy 109.182 76.096845) + (xy 109.283536 75.995309) (xy 109.368569 75.868048) (xy 109.427141 75.726643) (xy 109.457 75.576528) (xy 109.457 75.423472) + (xy 109.427141 75.273357) (xy 109.368569 75.131952) (xy 109.349447 75.103334) (xy 109.43582 75.149502) (xy 109.555518 75.185812) + (xy 109.68 75.198072) (xy 110.14425 75.195) (xy 110.303 75.03625) (xy 110.303 74.187) (xy 110.557 74.187) + (xy 110.557 75.03625) (xy 110.71575 75.195) (xy 111.18 75.198072) (xy 111.304482 75.185812) (xy 111.42418 75.149502) + (xy 111.534494 75.090537) (xy 111.631185 75.011185) (xy 111.710537 74.914494) (xy 111.769502 74.80418) (xy 111.805812 74.684482) + (xy 111.818072 74.56) (xy 111.815 74.34575) (xy 111.65625 74.187) (xy 110.557 74.187) (xy 110.303 74.187) + (xy 109.20375 74.187) (xy 109.045 74.34575) (xy 109.041928 74.56) (xy 109.054188 74.684482) (xy 109.090498 74.80418) + (xy 109.120112 74.859582) (xy 109.048048 74.811431) (xy 108.906643 74.752859) (xy 108.756528 74.723) (xy 108.603472 74.723) + (xy 108.453357 74.752859) (xy 108.311952 74.811431) (xy 108.184691 74.896464) (xy 108.076464 75.004691) (xy 107.991431 75.131952) + (xy 107.932859 75.273357) (xy 107.903 75.423472) (xy 107.507 75.423472) (xy 107.507 73.727) (xy 109.044323 73.727) + (xy 109.045 73.77425) (xy 109.20375 73.933) (xy 110.303 73.933) (xy 110.303 73.913) (xy 110.557 73.913) + (xy 110.557 73.933) (xy 111.65625 73.933) (xy 111.815 73.77425) (xy 111.815677 73.727) (xy 113.649206 73.727) + (xy 113.68 73.730033) (xy 113.710794 73.727) (xy 114.201176 73.727) (xy 114.201176 74.56) (xy 114.208455 74.633905) + (xy 114.230012 74.70497) (xy 114.265019 74.770463) (xy 114.312131 74.827869) (xy 114.369537 74.874981) (xy 114.43503 74.909988) + (xy 114.506095 74.931545) (xy 114.58 74.938824) (xy 114.828001 74.938824) (xy 114.828001 75.025347) (xy 114.825573 75.05) + (xy 114.835265 75.148409) (xy 114.86397 75.243036) (xy 114.910584 75.330245) (xy 114.957601 75.387535) (xy 114.957604 75.387538) + (xy 114.973317 75.406684) (xy 114.992463 75.422397) (xy 115.507603 75.937538) (xy 115.523316 75.956684) (xy 115.542462 75.972397) + (xy 115.542464 75.972399) (xy 115.56968 75.994735) (xy 115.599755 76.019417) (xy 115.686964 76.066031) (xy 115.781591 76.094736) + (xy 115.855347 76.102) (xy 115.855356 76.102) (xy 115.879999 76.104427) (xy 115.904642 76.102) (xy 117.272066 76.102) + (xy 117.528 76.357935) (xy 117.528 76.391176) (xy 117.28 76.391176) (xy 117.206095 76.398455) (xy 117.13503 76.420012) + (xy 117.069537 76.455019) (xy 117.012131 76.502131) (xy 116.965019 76.559537) (xy 116.930012 76.62503) (xy 116.908455 76.696095) + (xy 116.901176 76.77) (xy 116.901176 77.77) (xy 116.908455 77.843905) (xy 116.930012 77.91497) (xy 116.965019 77.980463) + (xy 117.012131 78.037869) (xy 117.069537 78.084981) (xy 117.13503 78.119988) (xy 117.206095 78.141545) (xy 117.28 78.148824) + (xy 118.78 78.148824) (xy 118.853905 78.141545) (xy 118.92497 78.119988) (xy 118.990463 78.084981) (xy 119.047869 78.037869) + (xy 119.094981 77.980463) (xy 119.129988 77.91497) (xy 119.151545 77.843905) (xy 119.158824 77.77) (xy 119.158824 76.77) + (xy 119.151545 76.696095) (xy 119.129988 76.62503) (xy 119.094981 76.559537) (xy 119.047869 76.502131) (xy 118.990463 76.455019) + (xy 118.92497 76.420012) (xy 118.853905 76.398455) (xy 118.78 76.391176) (xy 118.532 76.391176) (xy 118.532 76.174642) + (xy 118.534427 76.149999) (xy 118.532 76.125356) (xy 118.532 76.125347) (xy 118.524736 76.051591) (xy 118.496031 75.956964) + (xy 118.449417 75.869755) (xy 118.416589 75.829755) (xy 118.402399 75.812464) (xy 118.402397 75.812462) (xy 118.386684 75.793316) + (xy 118.367538 75.777603) (xy 117.852401 75.262467) (xy 117.836684 75.243316) (xy 117.764871 75.184379) (xy 117.903 75.04625) + (xy 117.903 74.197) (xy 118.157 74.197) (xy 118.157 75.04625) (xy 118.31575 75.205) (xy 118.78 75.208072) + (xy 118.904482 75.195812) (xy 119.02418 75.159502) (xy 119.134494 75.100537) (xy 119.231185 75.021185) (xy 119.310537 74.924494) + (xy 119.369502 74.81418) (xy 119.405812 74.694482) (xy 119.418072 74.57) (xy 119.415 74.35575) (xy 119.25625 74.197) + (xy 118.157 74.197) (xy 117.903 74.197) (xy 116.80375 74.197) (xy 116.645 74.35575) (xy 116.641928 74.57) + (xy 116.654188 74.694482) (xy 116.690498 74.81418) (xy 116.749463 74.924494) (xy 116.828815 75.021185) (xy 116.922415 75.098) + (xy 116.087935 75.098) (xy 115.928758 74.938824) (xy 116.08 74.938824) (xy 116.153905 74.931545) (xy 116.22497 74.909988) + (xy 116.290463 74.874981) (xy 116.347869 74.827869) (xy 116.394981 74.770463) (xy 116.429988 74.70497) (xy 116.451545 74.633905) + (xy 116.458824 74.56) (xy 116.458824 73.727) (xy 116.644179 73.727) (xy 116.645 73.78425) (xy 116.80375 73.943) + (xy 117.903 73.943) (xy 117.903 73.923) (xy 118.157 73.923) (xy 118.157 73.943) (xy 119.25625 73.943) + (xy 119.415 73.78425) (xy 119.415821 73.727) (xy 121.149206 73.727) (xy 121.18 73.730033) (xy 121.210794 73.727) + (xy 121.801176 73.727) (xy 121.801176 74.57) (xy 121.808455 74.643905) (xy 121.830012 74.71497) (xy 121.865019 74.780463) + (xy 121.912131 74.837869) (xy 121.969537 74.884981) (xy 122.03503 74.919988) (xy 122.106095 74.941545) (xy 122.18 74.948824) + (xy 122.428001 74.948824) (xy 122.428001 75.125347) (xy 122.425573 75.15) (xy 122.435265 75.248409) (xy 122.46397 75.343036) + (xy 122.510584 75.430245) (xy 122.557601 75.487535) (xy 122.557604 75.487538) (xy 122.573317 75.506684) (xy 122.592463 75.522397) + (xy 123.007603 75.937538) (xy 123.023316 75.956684) (xy 123.042462 75.972397) (xy 123.042464 75.972399) (xy 123.06968 75.994735) + (xy 123.099755 76.019417) (xy 123.186964 76.066031) (xy 123.281591 76.094736) (xy 123.355347 76.102) (xy 123.355356 76.102) + (xy 123.379999 76.104427) (xy 123.404642 76.102) (xy 124.972066 76.102) (xy 125.128 76.257935) (xy 125.128 76.401176) + (xy 124.88 76.401176) (xy 124.806095 76.408455) (xy 124.73503 76.430012) (xy 124.669537 76.465019) (xy 124.612131 76.512131) + (xy 124.565019 76.569537) (xy 124.530012 76.63503) (xy 124.508455 76.706095) (xy 124.501176 76.78) (xy 124.501176 77.78) + (xy 124.508455 77.853905) (xy 124.530012 77.92497) (xy 124.565019 77.990463) (xy 124.612131 78.047869) (xy 124.669537 78.094981) + (xy 124.73503 78.129988) (xy 124.806095 78.151545) (xy 124.88 78.158824) (xy 126.38 78.158824) (xy 126.453905 78.151545) + (xy 126.52497 78.129988) (xy 126.590463 78.094981) (xy 126.647869 78.047869) (xy 126.694981 77.990463) (xy 126.729988 77.92497) + (xy 126.751545 77.853905) (xy 126.758824 77.78) (xy 126.758824 76.78) (xy 126.751545 76.706095) (xy 126.729988 76.63503) + (xy 126.694981 76.569537) (xy 126.647869 76.512131) (xy 126.590463 76.465019) (xy 126.52497 76.430012) (xy 126.453905 76.408455) + (xy 126.38 76.401176) (xy 126.132 76.401176) (xy 126.132 76.074642) (xy 126.134427 76.049999) (xy 126.132 76.025356) + (xy 126.132 76.025347) (xy 126.124736 75.951591) (xy 126.096031 75.856964) (xy 126.049417 75.769755) (xy 125.986684 75.693316) + (xy 125.967538 75.677603) (xy 125.552401 75.262467) (xy 125.536684 75.243316) (xy 125.460245 75.180583) (xy 125.407083 75.152167) + (xy 125.503 75.05625) (xy 125.503 74.207) (xy 125.757 74.207) (xy 125.757 75.05625) (xy 125.91575 75.215) + (xy 126.38 75.218072) (xy 126.504482 75.205812) (xy 126.62418 75.169502) (xy 126.734494 75.110537) (xy 126.831185 75.031185) + (xy 126.910537 74.934494) (xy 126.969502 74.82418) (xy 127.005812 74.704482) (xy 127.018072 74.58) (xy 127.015 74.36575) + (xy 126.85625 74.207) (xy 125.757 74.207) (xy 125.503 74.207) (xy 124.40375 74.207) (xy 124.245 74.36575) + (xy 124.241928 74.58) (xy 124.254188 74.704482) (xy 124.290498 74.82418) (xy 124.349463 74.934494) (xy 124.428815 75.031185) + (xy 124.51023 75.098) (xy 123.587935 75.098) (xy 123.438758 74.948824) (xy 123.68 74.948824) (xy 123.753905 74.941545) + (xy 123.82497 74.919988) (xy 123.890463 74.884981) (xy 123.947869 74.837869) (xy 123.994981 74.780463) (xy 124.029988 74.71497) + (xy 124.051545 74.643905) (xy 124.058824 74.57) (xy 124.058824 73.727) (xy 124.244036 73.727) (xy 124.245 73.79425) + (xy 124.40375 73.953) (xy 125.503 73.953) (xy 125.503 73.933) (xy 125.757 73.933) (xy 125.757 73.953) + (xy 126.85625 73.953) (xy 127.015 73.79425) (xy 127.015964 73.727) (xy 128.849206 73.727) (xy 128.88 73.730033) + (xy 128.910794 73.727) (xy 129.401176 73.727) (xy 129.401176 74.58) (xy 129.408455 74.653905) (xy 129.430012 74.72497) + (xy 129.465019 74.790463) (xy 129.512131 74.847869) (xy 129.569537 74.894981) (xy 129.63503 74.929988) (xy 129.706095 74.951545) + (xy 129.78 74.958824) (xy 130.028001 74.958824) (xy 130.028001 75.125347) (xy 130.025573 75.15) (xy 130.035265 75.248409) + (xy 130.06397 75.343036) (xy 130.110584 75.430245) (xy 130.157601 75.487535) (xy 130.157604 75.487538) (xy 130.173317 75.506684) + (xy 130.192463 75.522397) (xy 130.607603 75.937538) (xy 130.623316 75.956684) (xy 130.642462 75.972397) (xy 130.642464 75.972399) + (xy 130.66968 75.994735) (xy 130.699755 76.019417) (xy 130.786964 76.066031) (xy 130.881591 76.094736) (xy 130.955347 76.102) + (xy 130.955356 76.102) (xy 130.979999 76.104427) (xy 131.004642 76.102) (xy 132.572066 76.102) (xy 132.728 76.257935) + (xy 132.728 76.391176) (xy 132.48 76.391176) (xy 132.406095 76.398455) (xy 132.33503 76.420012) (xy 132.269537 76.455019) + (xy 132.212131 76.502131) (xy 132.165019 76.559537) (xy 132.130012 76.62503) (xy 132.108455 76.696095) (xy 132.101176 76.77) + (xy 132.101176 77.77) (xy 132.108455 77.843905) (xy 132.130012 77.91497) (xy 132.165019 77.980463) (xy 132.212131 78.037869) + (xy 132.269537 78.084981) (xy 132.33503 78.119988) (xy 132.406095 78.141545) (xy 132.48 78.148824) (xy 133.98 78.148824) + (xy 134.053905 78.141545) (xy 134.12497 78.119988) (xy 134.190463 78.084981) (xy 134.247869 78.037869) (xy 134.294981 77.980463) + (xy 134.329988 77.91497) (xy 134.351545 77.843905) (xy 134.358824 77.77) (xy 134.358824 76.77) (xy 134.351545 76.696095) + (xy 134.329988 76.62503) (xy 134.294981 76.559537) (xy 134.247869 76.502131) (xy 134.190463 76.455019) (xy 134.12497 76.420012) + (xy 134.053905 76.398455) (xy 133.98 76.391176) (xy 133.732 76.391176) (xy 133.732 76.074642) (xy 133.734427 76.049999) + (xy 133.732 76.025356) (xy 133.732 76.025347) (xy 133.724736 75.951591) (xy 133.696031 75.856964) (xy 133.649417 75.769755) + (xy 133.586684 75.693316) (xy 133.567538 75.677603) (xy 133.152401 75.262467) (xy 133.136684 75.243316) (xy 133.060245 75.180583) + (xy 133.000566 75.148684) (xy 133.103 75.04625) (xy 133.103 74.197) (xy 133.357 74.197) (xy 133.357 75.04625) + (xy 133.51575 75.205) (xy 133.98 75.208072) (xy 134.104482 75.195812) (xy 134.22418 75.159502) (xy 134.334494 75.100537) + (xy 134.431185 75.021185) (xy 134.510537 74.924494) (xy 134.569502 74.81418) (xy 134.605812 74.694482) (xy 134.618072 74.57) + (xy 134.615 74.35575) (xy 134.45625 74.197) (xy 133.357 74.197) (xy 133.103 74.197) (xy 132.00375 74.197) + (xy 131.845 74.35575) (xy 131.841928 74.57) (xy 131.854188 74.694482) (xy 131.890498 74.81418) (xy 131.949463 74.924494) + (xy 132.028815 75.021185) (xy 132.122415 75.098) (xy 131.187935 75.098) (xy 131.048758 74.958824) (xy 131.28 74.958824) + (xy 131.353905 74.951545) (xy 131.42497 74.929988) (xy 131.490463 74.894981) (xy 131.547869 74.847869) (xy 131.594981 74.790463) + (xy 131.629988 74.72497) (xy 131.651545 74.653905) (xy 131.658824 74.58) (xy 131.658824 73.727) (xy 131.844179 73.727) + (xy 131.845 73.78425) (xy 132.00375 73.943) (xy 133.103 73.943) (xy 133.103 73.923) (xy 133.357 73.923) + (xy 133.357 73.943) (xy 134.45625 73.943) (xy 134.615 73.78425) (xy 134.615821 73.727) (xy 136.249206 73.727) + (xy 136.28 73.730033) (xy 136.310794 73.727) (xy 137.001176 73.727) (xy 137.001176 74.57) (xy 137.008455 74.643905) + (xy 137.030012 74.71497) (xy 137.065019 74.780463) (xy 137.112131 74.837869) (xy 137.169537 74.884981) (xy 137.23503 74.919988) + (xy 137.306095 74.941545) (xy 137.38 74.948824) (xy 137.628001 74.948824) (xy 137.628001 75.125347) (xy 137.625573 75.15) + (xy 137.635265 75.248409) (xy 137.66397 75.343036) (xy 137.710584 75.430245) (xy 137.757601 75.487535) (xy 137.757604 75.487538) + (xy 137.773317 75.506684) (xy 137.792462 75.522396) (xy 138.107607 75.837543) (xy 138.123316 75.856684) (xy 138.142456 75.872392) + (xy 138.142464 75.8724) (xy 138.199754 75.919417) (xy 138.246368 75.944332) (xy 138.286964 75.966031) (xy 138.381591 75.994736) + (xy 138.455347 76.002) (xy 138.455357 76.002) (xy 138.48 76.004427) (xy 138.504643 76.002) (xy 140.172066 76.002) + (xy 140.328 76.157935) (xy 140.328 76.391176) (xy 140.08 76.391176) (xy 140.006095 76.398455) (xy 139.93503 76.420012) + (xy 139.869537 76.455019) (xy 139.812131 76.502131) (xy 139.765019 76.559537) (xy 139.730012 76.62503) (xy 139.708455 76.696095) + (xy 139.701176 76.77) (xy 139.701176 77.77) (xy 139.708455 77.843905) (xy 139.730012 77.91497) (xy 139.765019 77.980463) + (xy 139.812131 78.037869) (xy 139.869537 78.084981) (xy 139.93503 78.119988) (xy 140.006095 78.141545) (xy 140.08 78.148824) + (xy 141.58 78.148824) (xy 141.653905 78.141545) (xy 141.72497 78.119988) (xy 141.790463 78.084981) (xy 141.847869 78.037869) + (xy 141.894981 77.980463) (xy 141.929988 77.91497) (xy 141.951545 77.843905) (xy 141.958824 77.77) (xy 141.958824 76.77) + (xy 141.951545 76.696095) (xy 141.929988 76.62503) (xy 141.894981 76.559537) (xy 141.847869 76.502131) (xy 141.790463 76.455019) + (xy 141.72497 76.420012) (xy 141.653905 76.398455) (xy 141.58 76.391176) (xy 141.332 76.391176) (xy 141.332 75.974642) + (xy 141.334427 75.949999) (xy 141.332 75.925356) (xy 141.332 75.925347) (xy 141.324736 75.851591) (xy 141.296031 75.756964) + (xy 141.249417 75.669755) (xy 141.204697 75.615264) (xy 141.202399 75.612464) (xy 141.202397 75.612462) (xy 141.186684 75.593316) + (xy 141.167538 75.577603) (xy 140.752401 75.162467) (xy 140.736684 75.143316) (xy 140.664871 75.084379) (xy 140.703 75.04625) + (xy 140.703 74.197) (xy 140.957 74.197) (xy 140.957 75.04625) (xy 141.11575 75.205) (xy 141.58 75.208072) + (xy 141.704482 75.195812) (xy 141.82418 75.159502) (xy 141.934494 75.100537) (xy 142.031185 75.021185) (xy 142.110537 74.924494) + (xy 142.169502 74.81418) (xy 142.205812 74.694482) (xy 142.218072 74.57) (xy 142.215 74.35575) (xy 142.05625 74.197) + (xy 140.957 74.197) (xy 140.703 74.197) (xy 139.60375 74.197) (xy 139.445 74.35575) (xy 139.441928 74.57) + (xy 139.454188 74.694482) (xy 139.490498 74.81418) (xy 139.549463 74.924494) (xy 139.609788 74.998) (xy 138.687935 74.998) + (xy 138.638759 74.948824) (xy 138.88 74.948824) (xy 138.953905 74.941545) (xy 139.02497 74.919988) (xy 139.090463 74.884981) + (xy 139.147869 74.837869) (xy 139.194981 74.780463) (xy 139.229988 74.71497) (xy 139.251545 74.643905) (xy 139.258824 74.57) + (xy 139.258824 73.727) (xy 139.444179 73.727) (xy 139.445 73.78425) (xy 139.60375 73.943) (xy 140.703 73.943) + (xy 140.703 73.923) (xy 140.957 73.923) (xy 140.957 73.943) (xy 142.05625 73.943) (xy 142.215 73.78425) + (xy 142.215821 73.727) (xy 143.849206 73.727) (xy 143.88 73.730033) (xy 143.910794 73.727) (xy 144.601176 73.727) + (xy 144.601176 74.57) (xy 144.608455 74.643905) (xy 144.630012 74.71497) (xy 144.665019 74.780463) (xy 144.712131 74.837869) + (xy 144.769537 74.884981) (xy 144.83503 74.919988) (xy 144.906095 74.941545) (xy 144.98 74.948824) (xy 145.228001 74.948824) + (xy 145.228001 75.225347) (xy 145.225573 75.25) (xy 145.235265 75.348409) (xy 145.26397 75.443036) (xy 145.310584 75.530245) + (xy 145.357601 75.587535) (xy 145.357604 75.587538) (xy 145.373317 75.606684) (xy 145.392462 75.622396) (xy 145.707607 75.937543) + (xy 145.723316 75.956684) (xy 145.742456 75.972392) (xy 145.742464 75.9724) (xy 145.799754 76.019417) (xy 145.846368 76.044332) + (xy 145.886964 76.066031) (xy 145.981591 76.094736) (xy 146.055347 76.102) (xy 146.055357 76.102) (xy 146.08 76.104427) + (xy 146.104643 76.102) (xy 147.772066 76.102) (xy 147.988 76.317935) (xy 147.988 76.371176) (xy 147.74 76.371176) + (xy 147.666095 76.378455) (xy 147.59503 76.400012) (xy 147.529537 76.435019) (xy 147.472131 76.482131) (xy 147.425019 76.539537) + (xy 147.390012 76.60503) (xy 147.368455 76.676095) (xy 147.361176 76.75) (xy 147.361176 77.75) (xy 147.368455 77.823905) + (xy 147.390012 77.89497) (xy 147.425019 77.960463) (xy 147.472131 78.017869) (xy 147.529537 78.064981) (xy 147.59503 78.099988) + (xy 147.666095 78.121545) (xy 147.74 78.128824) (xy 149.24 78.128824) (xy 149.313905 78.121545) (xy 149.38497 78.099988) + (xy 149.450463 78.064981) (xy 149.507869 78.017869) (xy 149.554981 77.960463) (xy 149.589988 77.89497) (xy 149.611545 77.823905) + (xy 149.618824 77.75) (xy 149.618824 76.75) (xy 149.611545 76.676095) (xy 149.589988 76.60503) (xy 149.554981 76.539537) + (xy 149.507869 76.482131) (xy 149.450463 76.435019) (xy 149.38497 76.400012) (xy 149.313905 76.378455) (xy 149.24 76.371176) + (xy 148.992 76.371176) (xy 148.992 76.134643) (xy 148.994427 76.11) (xy 148.992 76.085357) (xy 148.992 76.085347) + (xy 148.984736 76.011591) (xy 148.956031 75.916964) (xy 148.909417 75.829755) (xy 148.871841 75.783969) (xy 148.862399 75.772464) + (xy 148.862397 75.772462) (xy 148.846684 75.753316) (xy 148.827538 75.737603) (xy 148.352401 75.262467) (xy 148.336684 75.243316) + (xy 148.260245 75.180583) (xy 148.226633 75.162617) (xy 148.363 75.02625) (xy 148.363 74.177) (xy 148.617 74.177) + (xy 148.617 75.02625) (xy 148.77575 75.185) (xy 149.24 75.188072) (xy 149.364482 75.175812) (xy 149.48418 75.139502) + (xy 149.594494 75.080537) (xy 149.691185 75.001185) (xy 149.770537 74.904494) (xy 149.829502 74.79418) (xy 149.865812 74.674482) + (xy 149.878072 74.55) (xy 149.875 74.33575) (xy 149.71625 74.177) (xy 148.617 74.177) (xy 148.363 74.177) + (xy 147.26375 74.177) (xy 147.105 74.33575) (xy 147.101928 74.55) (xy 147.114188 74.674482) (xy 147.150498 74.79418) + (xy 147.209463 74.904494) (xy 147.288815 75.001185) (xy 147.385506 75.080537) (xy 147.418176 75.098) (xy 146.287935 75.098) + (xy 146.232 75.042065) (xy 146.232 74.948824) (xy 146.48 74.948824) (xy 146.553905 74.941545) (xy 146.62497 74.919988) + (xy 146.690463 74.884981) (xy 146.747869 74.837869) (xy 146.794981 74.780463) (xy 146.829988 74.71497) (xy 146.851545 74.643905) + (xy 146.858824 74.57) (xy 146.858824 73.727) (xy 147.104466 73.727) (xy 147.105 73.76425) (xy 147.26375 73.923) + (xy 148.363 73.923) (xy 148.363 73.903) (xy 148.617 73.903) (xy 148.617 73.923) (xy 149.71625 73.923) + (xy 149.875 73.76425) (xy 149.875534 73.727) (xy 151.649208 73.727) (xy 151.679999 73.730033) (xy 151.710791 73.727) + (xy 152.261176 73.727) (xy 152.261176 74.55) (xy 152.268455 74.623905) (xy 152.290012 74.69497) (xy 152.325019 74.760463) + (xy 152.372131 74.817869) (xy 152.429537 74.864981) (xy 152.49503 74.899988) (xy 152.566095 74.921545) (xy 152.64 74.928824) + (xy 152.888001 74.928824) (xy 152.888001 75.085347) (xy 152.885573 75.11) (xy 152.895265 75.208409) (xy 152.92397 75.303036) + (xy 152.970584 75.390245) (xy 153.017601 75.447535) (xy 153.017604 75.447538) (xy 153.033317 75.466684) (xy 153.052463 75.482397) + (xy 153.607603 76.037538) (xy 153.623316 76.056684) (xy 153.642462 76.072397) (xy 153.642464 76.072399) (xy 153.66968 76.094735) + (xy 153.699755 76.119417) (xy 153.786964 76.166031) (xy 153.881591 76.194736) (xy 153.955347 76.202) (xy 153.955356 76.202) + (xy 153.979999 76.204427) (xy 154.004642 76.202) (xy 155.272066 76.202) (xy 155.491241 76.421176) (xy 155.28 76.421176) + (xy 155.206095 76.428455) (xy 155.13503 76.450012) (xy 155.069537 76.485019) (xy 155.012131 76.532131) (xy 154.965019 76.589537) + (xy 154.930012 76.65503) (xy 154.908455 76.726095) (xy 154.901176 76.8) (xy 154.901176 77.8) (xy 154.908455 77.873905) + (xy 154.930012 77.94497) (xy 154.965019 78.010463) (xy 155.012131 78.067869) (xy 155.069537 78.114981) (xy 155.13503 78.149988) + (xy 155.206095 78.171545) (xy 155.28 78.178824) (xy 156.78 78.178824) (xy 156.853905 78.171545) (xy 156.92497 78.149988) + (xy 156.990463 78.114981) (xy 157.047869 78.067869) (xy 157.094981 78.010463) (xy 157.129988 77.94497) (xy 157.151545 77.873905) + (xy 157.158824 77.8) (xy 157.158824 76.8) (xy 157.151545 76.726095) (xy 157.129988 76.65503) (xy 157.094981 76.589537) + (xy 157.047869 76.532131) (xy 156.990463 76.485019) (xy 156.92497 76.450012) (xy 156.853905 76.428455) (xy 156.78 76.421176) + (xy 156.532 76.421176) (xy 156.532 76.274642) (xy 156.534427 76.249999) (xy 156.532 76.225356) (xy 156.532 76.225347) + (xy 156.524736 76.151591) (xy 156.496031 76.056964) (xy 156.449417 75.969755) (xy 156.422974 75.937535) (xy 156.402399 75.912464) + (xy 156.402397 75.912462) (xy 156.386684 75.893316) (xy 156.367538 75.877603) (xy 155.852401 75.362467) (xy 155.836684 75.343316) + (xy 155.760245 75.280583) (xy 155.675812 75.235453) (xy 155.74425 75.235) (xy 155.903 75.07625) (xy 155.903 74.227) + (xy 156.157 74.227) (xy 156.157 75.07625) (xy 156.31575 75.235) (xy 156.78 75.238072) (xy 156.904482 75.225812) + (xy 157.02418 75.189502) (xy 157.134494 75.130537) (xy 157.231185 75.051185) (xy 157.310537 74.954494) (xy 157.369502 74.84418) + (xy 157.405812 74.724482) (xy 157.418072 74.6) (xy 157.415 74.38575) (xy 157.25625 74.227) (xy 156.157 74.227) + (xy 155.903 74.227) (xy 154.80375 74.227) (xy 154.645 74.38575) (xy 154.641928 74.6) (xy 154.654188 74.724482) + (xy 154.690498 74.84418) (xy 154.749463 74.954494) (xy 154.828815 75.051185) (xy 154.925506 75.130537) (xy 155.03582 75.189502) + (xy 155.063834 75.198) (xy 154.187935 75.198) (xy 153.918758 74.928824) (xy 154.14 74.928824) (xy 154.213905 74.921545) + (xy 154.28497 74.899988) (xy 154.350463 74.864981) (xy 154.407869 74.817869) (xy 154.454981 74.760463) (xy 154.489988 74.69497) + (xy 154.511545 74.623905) (xy 154.518824 74.55) (xy 154.518824 73.727) (xy 154.643749 73.727) (xy 154.645 73.81425) + (xy 154.80375 73.973) (xy 155.903 73.973) (xy 155.903 73.953) (xy 156.157 73.953) (xy 156.157 73.973) + (xy 157.25625 73.973) (xy 157.415 73.81425) (xy 157.416251 73.727) (xy 159.249208 73.727) (xy 159.279999 73.730033) + (xy 159.310791 73.727) (xy 159.801176 73.727) (xy 159.801176 74.6) (xy 159.808455 74.673905) (xy 159.830012 74.74497) + (xy 159.865019 74.810463) (xy 159.912131 74.867869) (xy 159.969537 74.914981) (xy 160.03503 74.949988) (xy 160.106095 74.971545) + (xy 160.18 74.978824) (xy 160.428001 74.978824) (xy 160.428001 75.025347) (xy 160.425573 75.05) (xy 160.435265 75.148409) + (xy 160.46397 75.243036) (xy 160.510584 75.330245) (xy 160.557601 75.387535) (xy 160.557604 75.387538) (xy 160.573317 75.406684) + (xy 160.592463 75.422397) (xy 161.007603 75.837538) (xy 161.023316 75.856684) (xy 161.042462 75.872397) (xy 161.042464 75.872399) + (xy 161.06761 75.893036) (xy 161.099755 75.919417) (xy 161.186964 75.966031) (xy 161.281591 75.994736) (xy 161.355347 76.002) + (xy 161.355356 76.002) (xy 161.379999 76.004427) (xy 161.404642 76.002) (xy 162.772066 76.002) (xy 163.128 76.357936) + (xy 163.128 76.421176) (xy 162.88 76.421176) (xy 162.806095 76.428455) (xy 162.73503 76.450012) (xy 162.669537 76.485019) + (xy 162.612131 76.532131) (xy 162.565019 76.589537) (xy 162.530012 76.65503) (xy 162.508455 76.726095) (xy 162.501176 76.8) + (xy 162.501176 77.8) (xy 162.508455 77.873905) (xy 162.530012 77.94497) (xy 162.565019 78.010463) (xy 162.612131 78.067869) + (xy 162.669537 78.114981) (xy 162.73503 78.149988) (xy 162.806095 78.171545) (xy 162.88 78.178824) (xy 164.38 78.178824) + (xy 164.453905 78.171545) (xy 164.52497 78.149988) (xy 164.590463 78.114981) (xy 164.647869 78.067869) (xy 164.694981 78.010463) + (xy 164.729988 77.94497) (xy 164.751545 77.873905) (xy 164.758824 77.8) (xy 164.758824 76.8) (xy 164.751545 76.726095) + (xy 164.729988 76.65503) (xy 164.694981 76.589537) (xy 164.647869 76.532131) (xy 164.590463 76.485019) (xy 164.52497 76.450012) + (xy 164.453905 76.428455) (xy 164.38 76.421176) (xy 164.132 76.421176) (xy 164.132 76.174643) (xy 164.134427 76.15) + (xy 164.132 76.125357) (xy 164.132 76.125347) (xy 164.124736 76.051591) (xy 164.096031 75.956964) (xy 164.049417 75.869755) + (xy 164.034012 75.850984) (xy 164.0024 75.812464) (xy 164.002392 75.812456) (xy 163.986684 75.793316) (xy 163.967543 75.777607) + (xy 163.384592 75.194658) (xy 163.503 75.07625) (xy 163.503 74.227) (xy 163.757 74.227) (xy 163.757 75.07625) + (xy 163.91575 75.235) (xy 164.38 75.238072) (xy 164.504482 75.225812) (xy 164.62418 75.189502) (xy 164.734494 75.130537) + (xy 164.831185 75.051185) (xy 164.910537 74.954494) (xy 164.969502 74.84418) (xy 165.005812 74.724482) (xy 165.018072 74.6) + (xy 165.015 74.38575) (xy 164.85625 74.227) (xy 163.757 74.227) (xy 163.503 74.227) (xy 162.40375 74.227) + (xy 162.245 74.38575) (xy 162.241928 74.6) (xy 162.254188 74.724482) (xy 162.290498 74.84418) (xy 162.349463 74.954494) + (xy 162.385167 74.998) (xy 161.587935 74.998) (xy 161.568759 74.978824) (xy 161.68 74.978824) (xy 161.753905 74.971545) + (xy 161.82497 74.949988) (xy 161.890463 74.914981) (xy 161.947869 74.867869) (xy 161.994981 74.810463) (xy 162.029988 74.74497) + (xy 162.051545 74.673905) (xy 162.058824 74.6) (xy 162.058824 73.727) (xy 162.243749 73.727) (xy 162.245 73.81425) + (xy 162.40375 73.973) (xy 163.503 73.973) (xy 163.503 73.953) (xy 163.757 73.953) (xy 163.757 73.973) + (xy 164.85625 73.973) (xy 165.015 73.81425) (xy 165.016251 73.727) (xy 166.749208 73.727) (xy 166.779999 73.730033) + (xy 166.810791 73.727) (xy 167.401176 73.727) (xy 167.401176 74.6) (xy 167.408455 74.673905) (xy 167.430012 74.74497) + (xy 167.465019 74.810463) (xy 167.512131 74.867869) (xy 167.569537 74.914981) (xy 167.63503 74.949988) (xy 167.706095 74.971545) + (xy 167.78 74.978824) (xy 168.028001 74.978824) (xy 168.028001 75.125347) (xy 168.025573 75.15) (xy 168.035265 75.248409) + (xy 168.06397 75.343036) (xy 168.110584 75.430245) (xy 168.157601 75.487535) (xy 168.157604 75.487538) (xy 168.173317 75.506684) + (xy 168.192463 75.522397) (xy 168.707603 76.037538) (xy 168.723316 76.056684) (xy 168.742462 76.072397) (xy 168.742464 76.072399) + (xy 168.76968 76.094735) (xy 168.799755 76.119417) (xy 168.886964 76.166031) (xy 168.981591 76.194736) (xy 169.055347 76.202) + (xy 169.055356 76.202) (xy 169.079999 76.204427) (xy 169.104642 76.202) (xy 170.672065 76.202) (xy 170.728 76.257935) + (xy 170.728 76.421176) (xy 170.48 76.421176) (xy 170.406095 76.428455) (xy 170.33503 76.450012) (xy 170.269537 76.485019) + (xy 170.212131 76.532131) (xy 170.165019 76.589537) (xy 170.130012 76.65503) (xy 170.108455 76.726095) (xy 170.101176 76.8) + (xy 170.101176 77.8) (xy 170.108455 77.873905) (xy 170.130012 77.94497) (xy 170.165019 78.010463) (xy 170.212131 78.067869) + (xy 170.269537 78.114981) (xy 170.33503 78.149988) (xy 170.406095 78.171545) (xy 170.48 78.178824) (xy 171.98 78.178824) + (xy 172.053905 78.171545) (xy 172.12497 78.149988) (xy 172.190463 78.114981) (xy 172.247869 78.067869) (xy 172.294981 78.010463) + (xy 172.329988 77.94497) (xy 172.351545 77.873905) (xy 172.358824 77.8) (xy 172.358824 76.8) (xy 172.351545 76.726095) + (xy 172.329988 76.65503) (xy 172.294981 76.589537) (xy 172.247869 76.532131) (xy 172.190463 76.485019) (xy 172.12497 76.450012) + (xy 172.053905 76.428455) (xy 171.98 76.421176) (xy 171.732 76.421176) (xy 171.732 76.074643) (xy 171.734427 76.05) + (xy 171.732 76.025357) (xy 171.732 76.025347) (xy 171.724736 75.951591) (xy 171.696031 75.856964) (xy 171.650865 75.772464) + (xy 171.649417 75.769754) (xy 171.6024 75.712464) (xy 171.602392 75.712456) (xy 171.586684 75.693316) (xy 171.567543 75.677607) + (xy 171.252401 75.362467) (xy 171.236684 75.343316) (xy 171.160245 75.280583) (xy 171.073036 75.233969) (xy 170.978409 75.205264) + (xy 170.974383 75.204867) (xy 171.103 75.07625) (xy 171.103 74.227) (xy 171.357 74.227) (xy 171.357 75.07625) + (xy 171.51575 75.235) (xy 171.98 75.238072) (xy 172.104482 75.225812) (xy 172.22418 75.189502) (xy 172.334494 75.130537) + (xy 172.431185 75.051185) (xy 172.510537 74.954494) (xy 172.569502 74.84418) (xy 172.605812 74.724482) (xy 172.618072 74.6) + (xy 172.615 74.38575) (xy 172.45625 74.227) (xy 171.357 74.227) (xy 171.103 74.227) (xy 170.00375 74.227) + (xy 169.845 74.38575) (xy 169.841928 74.6) (xy 169.854188 74.724482) (xy 169.890498 74.84418) (xy 169.949463 74.954494) + (xy 170.028815 75.051185) (xy 170.125506 75.130537) (xy 170.23582 75.189502) (xy 170.263834 75.198) (xy 169.287935 75.198) + (xy 169.068758 74.978824) (xy 169.28 74.978824) (xy 169.353905 74.971545) (xy 169.42497 74.949988) (xy 169.490463 74.914981) + (xy 169.547869 74.867869) (xy 169.594981 74.810463) (xy 169.629988 74.74497) (xy 169.651545 74.673905) (xy 169.658824 74.6) + (xy 169.658824 73.727) (xy 169.843749 73.727) (xy 169.845 73.81425) (xy 170.00375 73.973) (xy 171.103 73.973) + (xy 171.103 73.953) (xy 171.357 73.953) (xy 171.357 73.973) (xy 172.45625 73.973) (xy 172.615 73.81425) + (xy 172.616251 73.727) (xy 174.549206 73.727) (xy 174.58 73.730033) (xy 174.610794 73.727) (xy 175.001176 73.727) + (xy 175.001176 74.6) (xy 175.008455 74.673905) (xy 175.030012 74.74497) (xy 175.065019 74.810463) (xy 175.112131 74.867869) + (xy 175.169537 74.914981) (xy 175.23503 74.949988) (xy 175.306095 74.971545) (xy 175.38 74.978824) (xy 175.628001 74.978824) + (xy 175.628001 75.025347) (xy 175.625573 75.05) (xy 175.635265 75.148409) (xy 175.66397 75.243036) (xy 175.710584 75.330245) + (xy 175.757601 75.387535) (xy 175.757604 75.387538) (xy 175.773317 75.406684) (xy 175.792463 75.422397) (xy 176.307603 75.937538) + (xy 176.323316 75.956684) (xy 176.342462 75.972397) (xy 176.342464 75.972399) (xy 176.36968 75.994735) (xy 176.399755 76.019417) + (xy 176.486964 76.066031) (xy 176.581591 76.094736) (xy 176.655347 76.102) (xy 176.655356 76.102) (xy 176.679999 76.104427) + (xy 176.704642 76.102) (xy 178.172066 76.102) (xy 178.328 76.257935) (xy 178.328 76.421176) (xy 178.08 76.421176) + (xy 178.006095 76.428455) (xy 177.93503 76.450012) (xy 177.869537 76.485019) (xy 177.812131 76.532131) (xy 177.765019 76.589537) + (xy 177.730012 76.65503) (xy 177.708455 76.726095) (xy 177.701176 76.8) (xy 177.701176 77.8) (xy 177.708455 77.873905) + (xy 177.730012 77.94497) (xy 177.765019 78.010463) (xy 177.812131 78.067869) (xy 177.869537 78.114981) (xy 177.93503 78.149988) + (xy 178.006095 78.171545) (xy 178.08 78.178824) (xy 179.58 78.178824) (xy 179.653905 78.171545) (xy 179.72497 78.149988) + (xy 179.790463 78.114981) (xy 179.847869 78.067869) (xy 179.894981 78.010463) (xy 179.929988 77.94497) (xy 179.951545 77.873905) + (xy 179.958824 77.8) (xy 179.958824 76.8) (xy 179.951545 76.726095) (xy 179.929988 76.65503) (xy 179.894981 76.589537) + (xy 179.847869 76.532131) (xy 179.790463 76.485019) (xy 179.72497 76.450012) (xy 179.653905 76.428455) (xy 179.58 76.421176) + (xy 179.332 76.421176) (xy 179.332 76.074642) (xy 179.334427 76.049999) (xy 179.332 76.025356) (xy 179.332 76.025347) + (xy 179.324736 75.951591) (xy 179.296031 75.856964) (xy 179.249417 75.769755) (xy 179.186684 75.693316) (xy 179.167538 75.677603) + (xy 178.752401 75.262467) (xy 178.736684 75.243316) (xy 178.660245 75.180583) (xy 178.620116 75.159134) (xy 178.703 75.07625) + (xy 178.703 74.227) (xy 178.957 74.227) (xy 178.957 75.07625) (xy 179.11575 75.235) (xy 179.58 75.238072) + (xy 179.704482 75.225812) (xy 179.82418 75.189502) (xy 179.934494 75.130537) (xy 180.031185 75.051185) (xy 180.110537 74.954494) + (xy 180.169502 74.84418) (xy 180.205812 74.724482) (xy 180.218072 74.6) (xy 180.215 74.38575) (xy 180.05625 74.227) + (xy 178.957 74.227) (xy 178.703 74.227) (xy 177.60375 74.227) (xy 177.445 74.38575) (xy 177.441928 74.6) + (xy 177.454188 74.724482) (xy 177.490498 74.84418) (xy 177.549463 74.954494) (xy 177.628815 75.051185) (xy 177.685859 75.098) + (xy 176.887935 75.098) (xy 176.768759 74.978824) (xy 176.88 74.978824) (xy 176.953905 74.971545) (xy 177.02497 74.949988) + (xy 177.090463 74.914981) (xy 177.147869 74.867869) (xy 177.194981 74.810463) (xy 177.229988 74.74497) (xy 177.251545 74.673905) + (xy 177.258824 74.6) (xy 177.258824 73.727) (xy 177.443749 73.727) (xy 177.445 73.81425) (xy 177.60375 73.973) + (xy 178.703 73.973) (xy 178.703 73.953) (xy 178.957 73.953) (xy 178.957 73.973) (xy 180.05625 73.973) + (xy 180.215 73.81425) (xy 180.216251 73.727) (xy 181.449206 73.727) (xy 181.48 73.730033) (xy 181.510794 73.727) + (xy 181.602913 73.717927) (xy 181.721103 73.682075) (xy 181.830028 73.623853) (xy 181.859093 73.6) (xy 182.601176 73.6) + (xy 182.601176 74.6) (xy 182.608455 74.673905) (xy 182.630012 74.74497) (xy 182.665019 74.810463) (xy 182.712131 74.867869) + (xy 182.769537 74.914981) (xy 182.83503 74.949988) (xy 182.906095 74.971545) (xy 182.98 74.978824) (xy 184.48 74.978824) + (xy 184.553905 74.971545) (xy 184.62497 74.949988) (xy 184.690463 74.914981) (xy 184.747869 74.867869) (xy 184.794981 74.810463) + (xy 184.82478 74.754714) (xy 184.907822 74.837757) (xy 184.88005 74.87932) (xy 184.829016 75.002526) (xy 184.803 75.133321) + (xy 184.803 75.266679) (xy 184.829016 75.397474) (xy 184.88005 75.52068) (xy 184.95414 75.631563) (xy 185.048437 75.72586) + (xy 185.15932 75.79995) (xy 185.282526 75.850984) (xy 185.413321 75.877) (xy 185.546679 75.877) (xy 185.677474 75.850984) + (xy 185.80068 75.79995) (xy 185.911563 75.72586) (xy 186.00586 75.631563) (xy 186.07995 75.52068) (xy 186.130984 75.397474) + (xy 186.157 75.266679) (xy 186.157 75.133321) (xy 186.130984 75.002526) (xy 186.07995 74.87932) (xy 186.00586 74.768437) + (xy 185.982 74.744577) (xy 185.982 74.724642) (xy 185.984427 74.699999) (xy 185.982 74.675356) (xy 185.982 74.675347) + (xy 185.974736 74.601591) (xy 185.946031 74.506964) (xy 185.899417 74.419755) (xy 185.871509 74.38575) (xy 185.852399 74.362464) + (xy 185.852397 74.362462) (xy 185.836684 74.343316) (xy 185.817538 74.327603) (xy 185.252401 73.762467) (xy 185.236684 73.743316) + (xy 185.160245 73.680583) (xy 185.073036 73.633969) (xy 184.978409 73.605264) (xy 184.904653 73.598) (xy 184.904643 73.598) + (xy 184.88 73.595573) (xy 184.858596 73.597681) (xy 184.851545 73.526095) (xy 184.829988 73.45503) (xy 184.794981 73.389537) + (xy 184.747869 73.332131) (xy 184.690463 73.285019) (xy 184.62497 73.250012) (xy 184.553905 73.228455) (xy 184.48 73.221176) + (xy 182.98 73.221176) (xy 182.906095 73.228455) (xy 182.83503 73.250012) (xy 182.769537 73.285019) (xy 182.712131 73.332131) + (xy 182.665019 73.389537) (xy 182.630012 73.45503) (xy 182.608455 73.526095) (xy 182.601176 73.6) (xy 181.859093 73.6) + (xy 181.925501 73.545501) (xy 181.945138 73.521573) (xy 182.281574 73.185137) (xy 182.305501 73.165501) (xy 182.383853 73.070028) + (xy 182.442075 72.961103) (xy 182.477927 72.842913) (xy 182.485889 72.762074) (xy 182.489344 72.727) (xy 183.149206 72.727) + (xy 183.18 72.730033) (xy 183.210794 72.727) (xy 183.302913 72.717927) (xy 183.421103 72.682075) (xy 183.530028 72.623853) + (xy 183.625501 72.545501) (xy 183.645138 72.521573) (xy 184.151579 72.015133) (xy 184.175501 71.995501) (xy 184.253853 71.900028) + (xy 184.312075 71.791103) (xy 184.347927 71.672913) (xy 184.357 71.580794) (xy 184.357 71.580793) (xy 184.360033 71.550001) + (xy 184.357 71.519209) (xy 184.357 71.078824) (xy 184.48 71.078824) (xy 184.553905 71.071545) (xy 184.62497 71.049988) + (xy 184.690463 71.014981) (xy 184.747869 70.967869) (xy 184.794981 70.910463) (xy 184.829988 70.84497) (xy 184.851545 70.773905) + (xy 184.858824 70.7) (xy 184.858824 69.7) (xy 184.851545 69.626095) (xy 184.829988 69.55503) (xy 184.794981 69.489537) + (xy 184.747869 69.432131) (xy 184.690463 69.385019) (xy 184.62497 69.350012) (xy 184.553905 69.328455) (xy 184.48 69.321176) + (xy 182.98 69.321176) (xy 182.906095 69.328455) (xy 182.83503 69.350012) (xy 182.769537 69.385019) (xy 182.712131 69.432131) + (xy 182.665019 69.489537) (xy 182.630012 69.55503) (xy 182.608455 69.626095) (xy 182.601176 69.7) (xy 182.601176 70.7) + (xy 182.608455 70.773905) (xy 182.630012 70.84497) (xy 182.665019 70.910463) (xy 182.712131 70.967869) (xy 182.769537 71.014981) + (xy 182.83503 71.049988) (xy 182.906095 71.071545) (xy 182.98 71.078824) (xy 183.103 71.078824) (xy 183.103 71.290288) + (xy 182.920289 71.473) (xy 182.240323 71.473) (xy 182.198545 71.450669) (xy 182.101218 71.421145) (xy 182 71.411176) + (xy 181.72 71.411176) (xy 181.69259 71.413876) (xy 181.633247 71.340887) (xy 181.536921 71.261092) (xy 181.426878 71.201623) + (xy 181.307348 71.164765) (xy 181.18575 71.155) (xy 181.027 71.31375) (xy 181.027 71.973) (xy 181.047 71.973) + (xy 181.047 72.227) (xy 181.027 72.227) (xy 181.027 72.247) (xy 180.773 72.247) (xy 180.773 72.227) + (xy 180.14375 72.227) (xy 179.985 72.38575) (xy 179.981935 72.407077) (xy 179.988123 72.473) (xy 176.093711 72.473) + (xy 176.551579 72.015133) (xy 176.575501 71.995501) (xy 176.653853 71.900028) (xy 176.711102 71.792923) (xy 179.981935 71.792923) + (xy 179.985 71.81425) (xy 180.14375 71.973) (xy 180.773 71.973) (xy 180.773 71.31375) (xy 180.61425 71.155) + (xy 180.492652 71.164765) (xy 180.373122 71.201623) (xy 180.263079 71.261092) (xy 180.166753 71.340887) (xy 180.087844 71.437941) + (xy 180.029386 71.548524) (xy 179.993625 71.668387) (xy 179.981935 71.792923) (xy 176.711102 71.792923) (xy 176.712075 71.791103) + (xy 176.747927 71.672913) (xy 176.757 71.580794) (xy 176.757 71.580793) (xy 176.760033 71.550001) (xy 176.757 71.519209) + (xy 176.757 71.078824) (xy 176.88 71.078824) (xy 176.953905 71.071545) (xy 177.02497 71.049988) (xy 177.090463 71.014981) + (xy 177.147869 70.967869) (xy 177.194981 70.910463) (xy 177.229988 70.84497) (xy 177.251545 70.773905) (xy 177.258824 70.7) + (xy 177.258824 69.7) (xy 177.251545 69.626095) (xy 177.229988 69.55503) (xy 177.194981 69.489537) (xy 177.147869 69.432131) + (xy 177.090463 69.385019) (xy 177.02497 69.350012) (xy 176.953905 69.328455) (xy 176.88 69.321176) (xy 175.38 69.321176) + (xy 175.306095 69.328455) (xy 175.23503 69.350012) (xy 175.169537 69.385019) (xy 175.112131 69.432131) (xy 175.065019 69.489537) + (xy 175.030012 69.55503) (xy 175.008455 69.626095) (xy 175.001176 69.7) (xy 175.001176 70.7) (xy 175.008455 70.773905) + (xy 175.030012 70.84497) (xy 175.065019 70.910463) (xy 175.112131 70.967869) (xy 175.169537 71.014981) (xy 175.23503 71.049988) + (xy 175.306095 71.071545) (xy 175.38 71.078824) (xy 175.503 71.078824) (xy 175.503 71.290288) (xy 175.320289 71.473) + (xy 174.840323 71.473) (xy 174.798545 71.450669) (xy 174.701218 71.421145) (xy 174.6 71.411176) (xy 174.32 71.411176) + (xy 174.29259 71.413876) (xy 174.233247 71.340887) (xy 174.136921 71.261092) (xy 174.026878 71.201623) (xy 173.907348 71.164765) + (xy 173.78575 71.155) (xy 173.627 71.31375) (xy 173.627 71.973) (xy 173.647 71.973) (xy 173.647 72.227) + (xy 173.627 72.227) (xy 173.627 72.247) (xy 173.373 72.247) (xy 173.373 72.227) (xy 172.74375 72.227) + (xy 172.585 72.38575) (xy 172.581935 72.407077) (xy 172.588123 72.473) (xy 168.393711 72.473) (xy 168.951579 71.915133) + (xy 168.975501 71.895501) (xy 169.053853 71.800028) (xy 169.05765 71.792923) (xy 172.581935 71.792923) (xy 172.585 71.81425) + (xy 172.74375 71.973) (xy 173.373 71.973) (xy 173.373 71.31375) (xy 173.21425 71.155) (xy 173.092652 71.164765) + (xy 172.973122 71.201623) (xy 172.863079 71.261092) (xy 172.766753 71.340887) (xy 172.687844 71.437941) (xy 172.629386 71.548524) + (xy 172.593625 71.668387) (xy 172.581935 71.792923) (xy 169.05765 71.792923) (xy 169.112075 71.691103) (xy 169.147927 71.572913) + (xy 169.157 71.480794) (xy 169.157 71.480793) (xy 169.160033 71.45) (xy 169.157 71.419206) (xy 169.157 71.138824) + (xy 169.28 71.138824) (xy 169.353905 71.131545) (xy 169.42497 71.109988) (xy 169.490463 71.074981) (xy 169.547869 71.027869) + (xy 169.594981 70.970463) (xy 169.629988 70.90497) (xy 169.651545 70.833905) (xy 169.658824 70.76) (xy 169.658824 69.76) + (xy 169.651545 69.686095) (xy 169.629988 69.61503) (xy 169.594981 69.549537) (xy 169.547869 69.492131) (xy 169.490463 69.445019) + (xy 169.42497 69.410012) (xy 169.353905 69.388455) (xy 169.28 69.381176) (xy 167.78 69.381176) (xy 167.706095 69.388455) + (xy 167.63503 69.410012) (xy 167.569537 69.445019) (xy 167.512131 69.492131) (xy 167.465019 69.549537) (xy 167.430012 69.61503) + (xy 167.408455 69.686095) (xy 167.401176 69.76) (xy 167.401176 70.76) (xy 167.408455 70.833905) (xy 167.430012 70.90497) + (xy 167.465019 70.970463) (xy 167.512131 71.027869) (xy 167.569537 71.074981) (xy 167.63503 71.109988) (xy 167.706095 71.131545) + (xy 167.78 71.138824) (xy 167.903 71.138824) (xy 167.903 71.190288) (xy 167.620289 71.473) (xy 167.140323 71.473) + (xy 167.098545 71.450669) (xy 167.001218 71.421145) (xy 166.9 71.411176) (xy 166.62 71.411176) (xy 166.59259 71.413876) + (xy 166.533247 71.340887) (xy 166.436921 71.261092) (xy 166.326878 71.201623) (xy 166.207348 71.164765) (xy 166.08575 71.155) + (xy 165.927 71.31375) (xy 165.927 71.973) (xy 165.947 71.973) (xy 165.947 72.227) (xy 165.927 72.227) + (xy 165.927 72.247) (xy 165.673 72.247) (xy 165.673 72.227) (xy 165.04375 72.227) (xy 164.885 72.38575) + (xy 164.881935 72.407077) (xy 164.888123 72.473) (xy 160.893711 72.473) (xy 161.351579 72.015133) (xy 161.375501 71.995501) + (xy 161.453853 71.900028) (xy 161.511102 71.792923) (xy 164.881935 71.792923) (xy 164.885 71.81425) (xy 165.04375 71.973) + (xy 165.673 71.973) (xy 165.673 71.31375) (xy 165.51425 71.155) (xy 165.392652 71.164765) (xy 165.273122 71.201623) + (xy 165.163079 71.261092) (xy 165.066753 71.340887) (xy 164.987844 71.437941) (xy 164.929386 71.548524) (xy 164.893625 71.668387) + (xy 164.881935 71.792923) (xy 161.511102 71.792923) (xy 161.512075 71.791103) (xy 161.547927 71.672913) (xy 161.557 71.580794) + (xy 161.557 71.580793) (xy 161.560033 71.550001) (xy 161.557 71.519209) (xy 161.557 71.128824) (xy 161.68 71.128824) + (xy 161.753905 71.121545) (xy 161.82497 71.099988) (xy 161.890463 71.064981) (xy 161.947869 71.017869) (xy 161.994981 70.960463) + (xy 162.029988 70.89497) (xy 162.051545 70.823905) (xy 162.058824 70.75) (xy 162.058824 69.75) (xy 162.051545 69.676095) + (xy 162.029988 69.60503) (xy 161.994981 69.539537) (xy 161.947869 69.482131) (xy 161.890463 69.435019) (xy 161.82497 69.400012) + (xy 161.753905 69.378455) (xy 161.68 69.371176) (xy 160.18 69.371176) (xy 160.106095 69.378455) (xy 160.03503 69.400012) + (xy 159.969537 69.435019) (xy 159.912131 69.482131) (xy 159.865019 69.539537) (xy 159.830012 69.60503) (xy 159.808455 69.676095) + (xy 159.801176 69.75) (xy 159.801176 70.75) (xy 159.808455 70.823905) (xy 159.830012 70.89497) (xy 159.865019 70.960463) + (xy 159.912131 71.017869) (xy 159.969537 71.064981) (xy 160.03503 71.099988) (xy 160.106095 71.121545) (xy 160.18 71.128824) + (xy 160.303 71.128824) (xy 160.303 71.290288) (xy 160.120289 71.473) (xy 159.640323 71.473) (xy 159.598545 71.450669) + (xy 159.501218 71.421145) (xy 159.4 71.411176) (xy 159.12 71.411176) (xy 159.09259 71.413876) (xy 159.033247 71.340887) + (xy 158.936921 71.261092) (xy 158.826878 71.201623) (xy 158.707348 71.164765) (xy 158.58575 71.155) (xy 158.427 71.31375) + (xy 158.427 71.973) (xy 158.447 71.973) (xy 158.447 72.227) (xy 158.427 72.227) (xy 158.427 72.247) + (xy 158.173 72.247) (xy 158.173 72.227) (xy 157.54375 72.227) (xy 157.385 72.38575) (xy 157.381935 72.407077) + (xy 157.388123 72.473) (xy 153.293711 72.473) (xy 153.751579 72.015133) (xy 153.775501 71.995501) (xy 153.853853 71.900028) + (xy 153.911102 71.792923) (xy 157.381935 71.792923) (xy 157.385 71.81425) (xy 157.54375 71.973) (xy 158.173 71.973) + (xy 158.173 71.31375) (xy 158.01425 71.155) (xy 157.892652 71.164765) (xy 157.773122 71.201623) (xy 157.663079 71.261092) + (xy 157.566753 71.340887) (xy 157.487844 71.437941) (xy 157.429386 71.548524) (xy 157.393625 71.668387) (xy 157.381935 71.792923) + (xy 153.911102 71.792923) (xy 153.912075 71.791103) (xy 153.947927 71.672913) (xy 153.957 71.580794) (xy 153.957 71.580793) + (xy 153.960033 71.55) (xy 153.957 71.519206) (xy 153.957 71.118824) (xy 154.08 71.118824) (xy 154.153905 71.111545) + (xy 154.22497 71.089988) (xy 154.290463 71.054981) (xy 154.347869 71.007869) (xy 154.394981 70.950463) (xy 154.429988 70.88497) + (xy 154.451545 70.813905) (xy 154.458824 70.74) (xy 154.458824 69.74) (xy 154.451545 69.666095) (xy 154.429988 69.59503) + (xy 154.394981 69.529537) (xy 154.347869 69.472131) (xy 154.290463 69.425019) (xy 154.22497 69.390012) (xy 154.153905 69.368455) + (xy 154.08 69.361176) (xy 152.58 69.361176) (xy 152.506095 69.368455) (xy 152.43503 69.390012) (xy 152.369537 69.425019) + (xy 152.312131 69.472131) (xy 152.265019 69.529537) (xy 152.230012 69.59503) (xy 152.208455 69.666095) (xy 152.201176 69.74) + (xy 152.201176 70.74) (xy 152.208455 70.813905) (xy 152.230012 70.88497) (xy 152.265019 70.950463) (xy 152.312131 71.007869) + (xy 152.369537 71.054981) (xy 152.43503 71.089988) (xy 152.506095 71.111545) (xy 152.58 71.118824) (xy 152.703 71.118824) + (xy 152.703 71.290288) (xy 152.490289 71.503) (xy 152.040323 71.503) (xy 151.998545 71.480669) (xy 151.901218 71.451145) + (xy 151.8 71.441176) (xy 151.52 71.441176) (xy 151.49259 71.443876) (xy 151.433247 71.370887) (xy 151.336921 71.291092) + (xy 151.226878 71.231623) (xy 151.107348 71.194765) (xy 150.98575 71.185) (xy 150.827 71.34375) (xy 150.827 72.003) + (xy 150.847 72.003) (xy 150.847 72.257) (xy 150.827 72.257) (xy 150.827 72.277) (xy 150.573 72.277) + (xy 150.573 72.257) (xy 149.94375 72.257) (xy 149.785 72.41575) (xy 149.781935 72.437077) (xy 149.785307 72.473) + (xy 145.693711 72.473) (xy 146.151579 72.015133) (xy 146.175501 71.995501) (xy 146.253853 71.900028) (xy 146.295066 71.822923) + (xy 149.781935 71.822923) (xy 149.785 71.84425) (xy 149.94375 72.003) (xy 150.573 72.003) (xy 150.573 71.34375) + (xy 150.41425 71.185) (xy 150.292652 71.194765) (xy 150.173122 71.231623) (xy 150.063079 71.291092) (xy 149.966753 71.370887) + (xy 149.887844 71.467941) (xy 149.829386 71.578524) (xy 149.793625 71.698387) (xy 149.781935 71.822923) (xy 146.295066 71.822923) + (xy 146.312075 71.791103) (xy 146.347927 71.672913) (xy 146.357 71.580794) (xy 146.357 71.580793) (xy 146.360033 71.550001) + (xy 146.357 71.519209) (xy 146.357 71.078824) (xy 146.48 71.078824) (xy 146.553905 71.071545) (xy 146.62497 71.049988) + (xy 146.690463 71.014981) (xy 146.747869 70.967869) (xy 146.794981 70.910463) (xy 146.829988 70.84497) (xy 146.851545 70.773905) + (xy 146.858824 70.7) (xy 146.858824 69.7) (xy 146.851545 69.626095) (xy 146.829988 69.55503) (xy 146.794981 69.489537) + (xy 146.747869 69.432131) (xy 146.690463 69.385019) (xy 146.62497 69.350012) (xy 146.553905 69.328455) (xy 146.48 69.321176) + (xy 144.98 69.321176) (xy 144.906095 69.328455) (xy 144.83503 69.350012) (xy 144.769537 69.385019) (xy 144.712131 69.432131) + (xy 144.665019 69.489537) (xy 144.630012 69.55503) (xy 144.608455 69.626095) (xy 144.601176 69.7) (xy 144.601176 70.7) + (xy 144.608455 70.773905) (xy 144.630012 70.84497) (xy 144.665019 70.910463) (xy 144.712131 70.967869) (xy 144.769537 71.014981) + (xy 144.83503 71.049988) (xy 144.906095 71.071545) (xy 144.98 71.078824) (xy 145.103 71.078824) (xy 145.103 71.290288) + (xy 144.920289 71.473) (xy 144.320323 71.473) (xy 144.278545 71.450669) (xy 144.181218 71.421145) (xy 144.08 71.411176) + (xy 143.8 71.411176) (xy 143.77259 71.413876) (xy 143.713247 71.340887) (xy 143.616921 71.261092) (xy 143.506878 71.201623) + (xy 143.387348 71.164765) (xy 143.26575 71.155) (xy 143.107 71.31375) (xy 143.107 71.973) (xy 143.127 71.973) + (xy 143.127 72.227) (xy 143.107 72.227) (xy 143.107 72.247) (xy 142.853 72.247) (xy 142.853 72.227) + (xy 142.22375 72.227) (xy 142.065 72.38575) (xy 142.061935 72.407077) (xy 142.068123 72.473) (xy 137.993711 72.473) + (xy 138.551579 71.915133) (xy 138.575501 71.895501) (xy 138.653853 71.800028) (xy 138.65765 71.792923) (xy 142.061935 71.792923) + (xy 142.065 71.81425) (xy 142.22375 71.973) (xy 142.853 71.973) (xy 142.853 71.31375) (xy 142.69425 71.155) + (xy 142.572652 71.164765) (xy 142.453122 71.201623) (xy 142.343079 71.261092) (xy 142.246753 71.340887) (xy 142.167844 71.437941) + (xy 142.109386 71.548524) (xy 142.073625 71.668387) (xy 142.061935 71.792923) (xy 138.65765 71.792923) (xy 138.712075 71.691103) + (xy 138.747927 71.572913) (xy 138.757 71.480794) (xy 138.757 71.480793) (xy 138.760033 71.45) (xy 138.757 71.419206) + (xy 138.757 71.098824) (xy 138.88 71.098824) (xy 138.953905 71.091545) (xy 139.02497 71.069988) (xy 139.090463 71.034981) + (xy 139.147869 70.987869) (xy 139.194981 70.930463) (xy 139.229988 70.86497) (xy 139.251545 70.793905) (xy 139.258824 70.72) + (xy 139.258824 69.72) (xy 139.251545 69.646095) (xy 139.229988 69.57503) (xy 139.194981 69.509537) (xy 139.147869 69.452131) + (xy 139.090463 69.405019) (xy 139.02497 69.370012) (xy 138.953905 69.348455) (xy 138.88 69.341176) (xy 137.38 69.341176) + (xy 137.306095 69.348455) (xy 137.23503 69.370012) (xy 137.169537 69.405019) (xy 137.112131 69.452131) (xy 137.065019 69.509537) + (xy 137.030012 69.57503) (xy 137.008455 69.646095) (xy 137.001176 69.72) (xy 137.001176 70.72) (xy 137.008455 70.793905) + (xy 137.030012 70.86497) (xy 137.065019 70.930463) (xy 137.112131 70.987869) (xy 137.169537 71.034981) (xy 137.23503 71.069988) + (xy 137.306095 71.091545) (xy 137.38 71.098824) (xy 137.503 71.098824) (xy 137.503 71.190288) (xy 137.220289 71.473) + (xy 136.740323 71.473) (xy 136.698545 71.450669) (xy 136.601218 71.421145) (xy 136.5 71.411176) (xy 136.22 71.411176) + (xy 136.19259 71.413876) (xy 136.133247 71.340887) (xy 136.036921 71.261092) (xy 135.926878 71.201623) (xy 135.807348 71.164765) + (xy 135.68575 71.155) (xy 135.527 71.31375) (xy 135.527 71.973) (xy 135.547 71.973) (xy 135.547 72.227) + (xy 135.527 72.227) (xy 135.527 72.247) (xy 135.273 72.247) (xy 135.273 72.227) (xy 134.64375 72.227) + (xy 134.485 72.38575) (xy 134.481935 72.407077) (xy 134.488123 72.473) (xy 130.593711 72.473) (xy 130.951579 72.115133) + (xy 130.975501 72.095501) (xy 131.053853 72.000028) (xy 131.112075 71.891103) (xy 131.141857 71.792923) (xy 134.481935 71.792923) + (xy 134.485 71.81425) (xy 134.64375 71.973) (xy 135.273 71.973) (xy 135.273 71.31375) (xy 135.11425 71.155) + (xy 134.992652 71.164765) (xy 134.873122 71.201623) (xy 134.763079 71.261092) (xy 134.666753 71.340887) (xy 134.587844 71.437941) + (xy 134.529386 71.548524) (xy 134.493625 71.668387) (xy 134.481935 71.792923) (xy 131.141857 71.792923) (xy 131.147927 71.772913) + (xy 131.150343 71.748387) (xy 131.160033 71.650001) (xy 131.157 71.619207) (xy 131.157 71.098824) (xy 131.28 71.098824) + (xy 131.353905 71.091545) (xy 131.42497 71.069988) (xy 131.490463 71.034981) (xy 131.547869 70.987869) (xy 131.594981 70.930463) + (xy 131.629988 70.86497) (xy 131.651545 70.793905) (xy 131.658824 70.72) (xy 131.658824 69.72) (xy 131.651545 69.646095) + (xy 131.629988 69.57503) (xy 131.594981 69.509537) (xy 131.547869 69.452131) (xy 131.490463 69.405019) (xy 131.42497 69.370012) + (xy 131.353905 69.348455) (xy 131.28 69.341176) (xy 129.78 69.341176) (xy 129.706095 69.348455) (xy 129.63503 69.370012) + (xy 129.569537 69.405019) (xy 129.512131 69.452131) (xy 129.465019 69.509537) (xy 129.430012 69.57503) (xy 129.408455 69.646095) + (xy 129.401176 69.72) (xy 129.401176 70.72) (xy 129.408455 70.793905) (xy 129.430012 70.86497) (xy 129.465019 70.930463) + (xy 129.512131 70.987869) (xy 129.569537 71.034981) (xy 129.63503 71.069988) (xy 129.706095 71.091545) (xy 129.78 71.098824) + (xy 129.903 71.098824) (xy 129.903 71.390288) (xy 129.820289 71.473) (xy 129.340323 71.473) (xy 129.298545 71.450669) + (xy 129.201218 71.421145) (xy 129.1 71.411176) (xy 128.82 71.411176) (xy 128.79259 71.413876) (xy 128.733247 71.340887) + (xy 128.636921 71.261092) (xy 128.526878 71.201623) (xy 128.407348 71.164765) (xy 128.28575 71.155) (xy 128.127 71.31375) + (xy 128.127 71.973) (xy 128.147 71.973) (xy 128.147 72.227) (xy 128.127 72.227) (xy 128.127 72.247) + (xy 127.873 72.247) (xy 127.873 72.227) (xy 127.24375 72.227) (xy 127.085 72.38575) (xy 127.081935 72.407077) + (xy 127.088123 72.473) (xy 122.793711 72.473) (xy 123.351574 71.915137) (xy 123.375501 71.895501) (xy 123.453853 71.800028) + (xy 123.45765 71.792923) (xy 127.081935 71.792923) (xy 127.085 71.81425) (xy 127.24375 71.973) (xy 127.873 71.973) + (xy 127.873 71.31375) (xy 127.71425 71.155) (xy 127.592652 71.164765) (xy 127.473122 71.201623) (xy 127.363079 71.261092) + (xy 127.266753 71.340887) (xy 127.187844 71.437941) (xy 127.129386 71.548524) (xy 127.093625 71.668387) (xy 127.081935 71.792923) + (xy 123.45765 71.792923) (xy 123.481456 71.748387) (xy 123.512075 71.691104) (xy 123.547927 71.572913) (xy 123.560033 71.45) + (xy 123.557 71.419206) (xy 123.557 71.098824) (xy 123.68 71.098824) (xy 123.753905 71.091545) (xy 123.82497 71.069988) + (xy 123.890463 71.034981) (xy 123.947869 70.987869) (xy 123.994981 70.930463) (xy 124.029988 70.86497) (xy 124.051545 70.793905) + (xy 124.058824 70.72) (xy 124.058824 69.72) (xy 124.051545 69.646095) (xy 124.029988 69.57503) (xy 123.994981 69.509537) + (xy 123.947869 69.452131) (xy 123.890463 69.405019) (xy 123.82497 69.370012) (xy 123.753905 69.348455) (xy 123.68 69.341176) + (xy 122.18 69.341176) (xy 122.106095 69.348455) (xy 122.03503 69.370012) (xy 121.969537 69.405019) (xy 121.912131 69.452131) + (xy 121.865019 69.509537) (xy 121.830012 69.57503) (xy 121.808455 69.646095) (xy 121.801176 69.72) (xy 121.801176 70.72) + (xy 121.808455 70.793905) (xy 121.830012 70.86497) (xy 121.865019 70.930463) (xy 121.912131 70.987869) (xy 121.969537 71.034981) + (xy 122.03503 71.069988) (xy 122.106095 71.091545) (xy 122.18 71.098824) (xy 122.303 71.098824) (xy 122.303 71.190289) + (xy 122.040289 71.453) (xy 121.640323 71.453) (xy 121.598545 71.430669) (xy 121.501218 71.401145) (xy 121.4 71.391176) + (xy 121.12 71.391176) (xy 121.09259 71.393876) (xy 121.033247 71.320887) (xy 120.936921 71.241092) (xy 120.826878 71.181623) + (xy 120.707348 71.144765) (xy 120.58575 71.135) (xy 120.427 71.29375) (xy 120.427 71.953) (xy 120.447 71.953) + (xy 120.447 72.207) (xy 120.427 72.207) (xy 120.427 72.227) (xy 120.173 72.227) (xy 120.173 72.207) + (xy 119.54375 72.207) (xy 119.385 72.36575) (xy 119.381935 72.387077) (xy 119.39 72.473) (xy 115.393711 72.473) + (xy 115.751579 72.115133) (xy 115.775501 72.095501) (xy 115.853853 72.000028) (xy 115.912075 71.891103) (xy 115.947923 71.772923) + (xy 119.381935 71.772923) (xy 119.385 71.79425) (xy 119.54375 71.953) (xy 120.173 71.953) (xy 120.173 71.29375) + (xy 120.01425 71.135) (xy 119.892652 71.144765) (xy 119.773122 71.181623) (xy 119.663079 71.241092) (xy 119.566753 71.320887) + (xy 119.487844 71.417941) (xy 119.429386 71.528524) (xy 119.393625 71.648387) (xy 119.381935 71.772923) (xy 115.947923 71.772923) + (xy 115.947927 71.772913) (xy 115.950343 71.748387) (xy 115.960033 71.650001) (xy 115.957 71.619207) (xy 115.957 71.098824) + (xy 116.08 71.098824) (xy 116.153905 71.091545) (xy 116.22497 71.069988) (xy 116.290463 71.034981) (xy 116.347869 70.987869) + (xy 116.394981 70.930463) (xy 116.429988 70.86497) (xy 116.451545 70.793905) (xy 116.458824 70.72) (xy 116.458824 69.72) + (xy 116.451545 69.646095) (xy 116.429988 69.57503) (xy 116.394981 69.509537) (xy 116.347869 69.452131) (xy 116.290463 69.405019) + (xy 116.22497 69.370012) (xy 116.153905 69.348455) (xy 116.08 69.341176) (xy 114.58 69.341176) (xy 114.506095 69.348455) + (xy 114.43503 69.370012) (xy 114.369537 69.405019) (xy 114.312131 69.452131) (xy 114.265019 69.509537) (xy 114.230012 69.57503) + (xy 114.208455 69.646095) (xy 114.201176 69.72) (xy 114.201176 70.72) (xy 114.208455 70.793905) (xy 114.230012 70.86497) + (xy 114.265019 70.930463) (xy 114.312131 70.987869) (xy 114.369537 71.034981) (xy 114.43503 71.069988) (xy 114.506095 71.091545) + (xy 114.58 71.098824) (xy 114.703 71.098824) (xy 114.703 71.390288) (xy 114.540289 71.553) (xy 114.060323 71.553) + (xy 114.018545 71.530669) (xy 113.921218 71.501145) (xy 113.82 71.491176) (xy 113.54 71.491176) (xy 113.51259 71.493876) + (xy 113.453247 71.420887) (xy 113.356921 71.341092) (xy 113.246878 71.281623) (xy 113.127348 71.244765) (xy 113.00575 71.235) + (xy 112.847 71.39375) (xy 112.847 72.053) (xy 112.867 72.053) (xy 112.867 72.307) (xy 112.847 72.307) + (xy 112.847 72.327) (xy 112.593 72.327) (xy 112.593 72.307) (xy 111.96375 72.307) (xy 111.805 72.46575) + (xy 111.803958 72.473) (xy 107.507 72.473) (xy 107.507 71.872923) (xy 111.801935 71.872923) (xy 111.805 71.89425) + (xy 111.96375 72.053) (xy 112.593 72.053) (xy 112.593 71.39375) (xy 112.43425 71.235) (xy 112.312652 71.244765) + (xy 112.193122 71.281623) (xy 112.083079 71.341092) (xy 111.986753 71.420887) (xy 111.907844 71.517941) (xy 111.849386 71.628524) + (xy 111.813625 71.748387) (xy 111.801935 71.872923) (xy 107.507 71.872923) (xy 107.507 68.023472) (xy 107.803 68.023472) + (xy 107.803 68.176528) (xy 107.832859 68.326643) (xy 107.891431 68.468048) (xy 107.976464 68.595309) (xy 108.078 68.696845) + (xy 108.078001 69.575347) (xy 108.075573 69.6) (xy 108.085265 69.698409) (xy 108.11397 69.793036) (xy 108.160584 69.880245) + (xy 108.207601 69.937535) (xy 108.207604 69.937538) (xy 108.223317 69.956684) (xy 108.242463 69.972397) (xy 108.827603 70.557538) + (xy 108.843316 70.576684) (xy 108.862462 70.592397) (xy 108.862464 70.592399) (xy 108.87987 70.606684) (xy 108.919755 70.639417) + (xy 109.006964 70.686031) (xy 109.101591 70.714736) (xy 109.175347 70.722) (xy 109.175356 70.722) (xy 109.199999 70.724427) + (xy 109.224642 70.722) (xy 109.301373 70.722) (xy 109.308455 70.793905) (xy 109.330012 70.86497) (xy 109.365019 70.930463) + (xy 109.412131 70.987869) (xy 109.469537 71.034981) (xy 109.53503 71.069988) (xy 109.606095 71.091545) (xy 109.68 71.098824) + (xy 111.18 71.098824) (xy 111.253905 71.091545) (xy 111.32497 71.069988) (xy 111.390463 71.034981) (xy 111.447869 70.987869) + (xy 111.494981 70.930463) (xy 111.529988 70.86497) (xy 111.551545 70.793905) (xy 111.558824 70.72) (xy 111.558824 69.72) + (xy 111.551545 69.646095) (xy 111.529988 69.57503) (xy 111.494981 69.509537) (xy 111.447869 69.452131) (xy 111.390463 69.405019) + (xy 111.32497 69.370012) (xy 111.253905 69.348455) (xy 111.18 69.341176) (xy 109.68 69.341176) (xy 109.606095 69.348455) + (xy 109.53503 69.370012) (xy 109.469537 69.405019) (xy 109.412131 69.452131) (xy 109.365019 69.509537) (xy 109.330012 69.57503) + (xy 109.314873 69.624938) (xy 109.082 69.392066) (xy 109.082 68.696845) (xy 109.183536 68.595309) (xy 109.268569 68.468048) + (xy 109.327141 68.326643) (xy 109.357 68.176528) (xy 109.357 68.067371) (xy 109.43582 68.109502) (xy 109.555518 68.145812) + (xy 109.68 68.158072) (xy 110.14425 68.155) (xy 110.303 67.99625) (xy 110.303 67.147) (xy 110.557 67.147) + (xy 110.557 67.99625) (xy 110.71575 68.155) (xy 111.18 68.158072) (xy 111.304482 68.145812) (xy 111.42418 68.109502) + (xy 111.534494 68.050537) (xy 111.631185 67.971185) (xy 111.710537 67.874494) (xy 111.769502 67.76418) (xy 111.805812 67.644482) + (xy 111.818072 67.52) (xy 111.815 67.30575) (xy 111.65625 67.147) (xy 110.557 67.147) (xy 110.303 67.147) + (xy 109.20375 67.147) (xy 109.045 67.30575) (xy 109.042579 67.474595) (xy 108.948048 67.411431) (xy 108.806643 67.352859) + (xy 108.656528 67.323) (xy 108.503472 67.323) (xy 108.353357 67.352859) (xy 108.211952 67.411431) (xy 108.084691 67.496464) + (xy 107.976464 67.604691) (xy 107.891431 67.731952) (xy 107.832859 67.873357) (xy 107.803 68.023472) (xy 107.507 68.023472) + (xy 107.507 67.659711) (xy 108.539712 66.627) (xy 109.043462 66.627) (xy 109.045 66.73425) (xy 109.20375 66.893) + (xy 110.303 66.893) (xy 110.303 66.873) (xy 110.557 66.873) (xy 110.557 66.893) (xy 111.65625 66.893) + (xy 111.815 66.73425) (xy 111.816538 66.627) (xy 113.649206 66.627) (xy 113.68 66.630033) (xy 113.710794 66.627) + (xy 114.201176 66.627) (xy 114.201176 67.52) (xy 114.208455 67.593905) (xy 114.230012 67.66497) (xy 114.265019 67.730463) + (xy 114.312131 67.787869) (xy 114.369537 67.834981) (xy 114.43503 67.869988) (xy 114.506095 67.891545) (xy 114.58 67.898824) + (xy 114.828001 67.898824) (xy 114.828001 68.025347) (xy 114.825573 68.05) (xy 114.835265 68.148409) (xy 114.86397 68.243036) + (xy 114.910584 68.330245) (xy 114.957601 68.387535) (xy 114.957604 68.387538) (xy 114.973317 68.406684) (xy 114.992463 68.422397) + (xy 115.407603 68.837538) (xy 115.423316 68.856684) (xy 115.442462 68.872397) (xy 115.442464 68.872399) (xy 115.46761 68.893036) + (xy 115.499755 68.919417) (xy 115.586964 68.966031) (xy 115.681591 68.994736) (xy 115.755347 69.002) (xy 115.755356 69.002) + (xy 115.779999 69.004427) (xy 115.804642 69.002) (xy 117.472065 69.002) (xy 117.528 69.057935) (xy 117.528 69.341176) + (xy 117.28 69.341176) (xy 117.206095 69.348455) (xy 117.13503 69.370012) (xy 117.069537 69.405019) (xy 117.012131 69.452131) + (xy 116.965019 69.509537) (xy 116.930012 69.57503) (xy 116.908455 69.646095) (xy 116.901176 69.72) (xy 116.901176 70.72) + (xy 116.908455 70.793905) (xy 116.930012 70.86497) (xy 116.965019 70.930463) (xy 117.012131 70.987869) (xy 117.069537 71.034981) + (xy 117.13503 71.069988) (xy 117.206095 71.091545) (xy 117.28 71.098824) (xy 118.78 71.098824) (xy 118.853905 71.091545) + (xy 118.92497 71.069988) (xy 118.990463 71.034981) (xy 119.047869 70.987869) (xy 119.094981 70.930463) (xy 119.129988 70.86497) + (xy 119.151545 70.793905) (xy 119.158824 70.72) (xy 119.158824 69.72) (xy 119.151545 69.646095) (xy 119.129988 69.57503) + (xy 119.094981 69.509537) (xy 119.047869 69.452131) (xy 118.990463 69.405019) (xy 118.92497 69.370012) (xy 118.853905 69.348455) + (xy 118.78 69.341176) (xy 118.532 69.341176) (xy 118.532 68.874643) (xy 118.534427 68.85) (xy 118.532 68.825357) + (xy 118.532 68.825347) (xy 118.524736 68.751591) (xy 118.496031 68.656964) (xy 118.457015 68.583969) (xy 118.449417 68.569754) + (xy 118.4024 68.512464) (xy 118.402392 68.512456) (xy 118.386684 68.493316) (xy 118.367543 68.477607) (xy 118.052401 68.162467) + (xy 118.046273 68.155) (xy 118.157002 68.155) (xy 118.157002 67.996252) (xy 118.31575 68.155) (xy 118.78 68.158072) + (xy 118.904482 68.145812) (xy 119.02418 68.109502) (xy 119.134494 68.050537) (xy 119.231185 67.971185) (xy 119.310537 67.874494) + (xy 119.369502 67.76418) (xy 119.405812 67.644482) (xy 119.418072 67.52) (xy 119.415 67.30575) (xy 119.25625 67.147) + (xy 118.157 67.147) (xy 118.157 67.167) (xy 117.903 67.167) (xy 117.903 67.147) (xy 116.80375 67.147) + (xy 116.645 67.30575) (xy 116.641928 67.52) (xy 116.654188 67.644482) (xy 116.690498 67.76418) (xy 116.749463 67.874494) + (xy 116.828815 67.971185) (xy 116.861489 67.998) (xy 115.987935 67.998) (xy 115.888758 67.898824) (xy 116.08 67.898824) + (xy 116.153905 67.891545) (xy 116.22497 67.869988) (xy 116.290463 67.834981) (xy 116.347869 67.787869) (xy 116.394981 67.730463) + (xy 116.429988 67.66497) (xy 116.451545 67.593905) (xy 116.458824 67.52) (xy 116.458824 66.627) (xy 116.643462 66.627) + (xy 116.645 66.73425) (xy 116.80375 66.893) (xy 117.903 66.893) (xy 117.903 66.873) (xy 118.157 66.873) + (xy 118.157 66.893) (xy 119.25625 66.893) (xy 119.415 66.73425) (xy 119.416538 66.627) (xy 121.249208 66.627) + (xy 121.279999 66.630033) (xy 121.310791 66.627) (xy 121.801176 66.627) (xy 121.801176 67.52) (xy 121.808455 67.593905) + (xy 121.830012 67.66497) (xy 121.865019 67.730463) (xy 121.912131 67.787869) (xy 121.969537 67.834981) (xy 122.03503 67.869988) + (xy 122.106095 67.891545) (xy 122.18 67.898824) (xy 122.428001 67.898824) (xy 122.428001 67.925347) (xy 122.425573 67.95) + (xy 122.435265 68.048409) (xy 122.46397 68.143036) (xy 122.510584 68.230245) (xy 122.557601 68.287535) (xy 122.557604 68.287538) + (xy 122.573317 68.306684) (xy 122.592463 68.322397) (xy 123.107603 68.837538) (xy 123.123316 68.856684) (xy 123.142462 68.872397) + (xy 123.142464 68.872399) (xy 123.16761 68.893036) (xy 123.199755 68.919417) (xy 123.286964 68.966031) (xy 123.381591 68.994736) + (xy 123.455347 69.002) (xy 123.455356 69.002) (xy 123.479999 69.004427) (xy 123.504642 69.002) (xy 124.972066 69.002) + (xy 125.128 69.157935) (xy 125.128 69.341176) (xy 124.88 69.341176) (xy 124.806095 69.348455) (xy 124.73503 69.370012) + (xy 124.669537 69.405019) (xy 124.612131 69.452131) (xy 124.565019 69.509537) (xy 124.530012 69.57503) (xy 124.508455 69.646095) + (xy 124.501176 69.72) (xy 124.501176 70.72) (xy 124.508455 70.793905) (xy 124.530012 70.86497) (xy 124.565019 70.930463) + (xy 124.612131 70.987869) (xy 124.669537 71.034981) (xy 124.73503 71.069988) (xy 124.806095 71.091545) (xy 124.88 71.098824) + (xy 126.38 71.098824) (xy 126.453905 71.091545) (xy 126.52497 71.069988) (xy 126.590463 71.034981) (xy 126.647869 70.987869) + (xy 126.694981 70.930463) (xy 126.729988 70.86497) (xy 126.751545 70.793905) (xy 126.758824 70.72) (xy 126.758824 69.72) + (xy 126.751545 69.646095) (xy 126.729988 69.57503) (xy 126.694981 69.509537) (xy 126.647869 69.452131) (xy 126.590463 69.405019) + (xy 126.52497 69.370012) (xy 126.453905 69.348455) (xy 126.38 69.341176) (xy 126.132 69.341176) (xy 126.132 68.974642) + (xy 126.134427 68.949999) (xy 126.132 68.925356) (xy 126.132 68.925347) (xy 126.124736 68.851591) (xy 126.096031 68.756964) + (xy 126.049417 68.669755) (xy 125.986684 68.593316) (xy 125.967538 68.577603) (xy 125.552401 68.162467) (xy 125.536684 68.143316) + (xy 125.460245 68.080583) (xy 125.43315 68.0661) (xy 125.503 67.99625) (xy 125.503 67.147) (xy 125.757 67.147) + (xy 125.757 67.99625) (xy 125.91575 68.155) (xy 126.38 68.158072) (xy 126.504482 68.145812) (xy 126.62418 68.109502) + (xy 126.734494 68.050537) (xy 126.831185 67.971185) (xy 126.910537 67.874494) (xy 126.969502 67.76418) (xy 127.005812 67.644482) + (xy 127.018072 67.52) (xy 127.015 67.30575) (xy 126.85625 67.147) (xy 125.757 67.147) (xy 125.503 67.147) + (xy 124.40375 67.147) (xy 124.245 67.30575) (xy 124.241928 67.52) (xy 124.254188 67.644482) (xy 124.290498 67.76418) + (xy 124.349463 67.874494) (xy 124.428815 67.971185) (xy 124.461489 67.998) (xy 123.687935 67.998) (xy 123.588759 67.898824) + (xy 123.68 67.898824) (xy 123.753905 67.891545) (xy 123.82497 67.869988) (xy 123.890463 67.834981) (xy 123.947869 67.787869) + (xy 123.994981 67.730463) (xy 124.029988 67.66497) (xy 124.051545 67.593905) (xy 124.058824 67.52) (xy 124.058824 66.627) + (xy 124.243462 66.627) (xy 124.245 66.73425) (xy 124.40375 66.893) (xy 125.503 66.893) (xy 125.503 66.873) + (xy 125.757 66.873) (xy 125.757 66.893) (xy 126.85625 66.893) (xy 127.015 66.73425) (xy 127.016538 66.627) + (xy 129.049207 66.627) (xy 129.079999 66.630033) (xy 129.110791 66.627) (xy 129.401176 66.627) (xy 129.401176 67.52) + (xy 129.408455 67.593905) (xy 129.430012 67.66497) (xy 129.465019 67.730463) (xy 129.512131 67.787869) (xy 129.569537 67.834981) + (xy 129.63503 67.869988) (xy 129.706095 67.891545) (xy 129.78 67.898824) (xy 130.028001 67.898824) (xy 130.028001 67.925347) + (xy 130.025573 67.95) (xy 130.035265 68.048409) (xy 130.06397 68.143036) (xy 130.110584 68.230245) (xy 130.157601 68.287535) + (xy 130.157604 68.287538) (xy 130.173317 68.306684) (xy 130.192463 68.322397) (xy 130.607603 68.737538) (xy 130.623316 68.756684) + (xy 130.642462 68.772397) (xy 130.642464 68.772399) (xy 130.656562 68.783969) (xy 130.699755 68.819417) (xy 130.786964 68.866031) + (xy 130.881591 68.894736) (xy 130.955347 68.902) (xy 130.955356 68.902) (xy 130.979999 68.904427) (xy 131.004642 68.902) + (xy 132.472066 68.902) (xy 132.728 69.157935) (xy 132.728 69.341176) (xy 132.48 69.341176) (xy 132.406095 69.348455) + (xy 132.33503 69.370012) (xy 132.269537 69.405019) (xy 132.212131 69.452131) (xy 132.165019 69.509537) (xy 132.130012 69.57503) + (xy 132.108455 69.646095) (xy 132.101176 69.72) (xy 132.101176 70.72) (xy 132.108455 70.793905) (xy 132.130012 70.86497) + (xy 132.165019 70.930463) (xy 132.212131 70.987869) (xy 132.269537 71.034981) (xy 132.33503 71.069988) (xy 132.406095 71.091545) + (xy 132.48 71.098824) (xy 133.98 71.098824) (xy 134.053905 71.091545) (xy 134.12497 71.069988) (xy 134.190463 71.034981) + (xy 134.247869 70.987869) (xy 134.294981 70.930463) (xy 134.329988 70.86497) (xy 134.351545 70.793905) (xy 134.358824 70.72) + (xy 134.358824 69.72) (xy 134.351545 69.646095) (xy 134.329988 69.57503) (xy 134.294981 69.509537) (xy 134.247869 69.452131) + (xy 134.190463 69.405019) (xy 134.12497 69.370012) (xy 134.053905 69.348455) (xy 133.98 69.341176) (xy 133.732 69.341176) + (xy 133.732 68.974642) (xy 133.734427 68.949999) (xy 133.732 68.925356) (xy 133.732 68.925347) (xy 133.724736 68.851591) + (xy 133.696031 68.756964) (xy 133.649417 68.669755) (xy 133.586684 68.593316) (xy 133.567538 68.577603) (xy 133.052401 68.062467) + (xy 133.045361 68.053889) (xy 133.103 67.99625) (xy 133.103 67.147) (xy 133.357 67.147) (xy 133.357 67.99625) + (xy 133.51575 68.155) (xy 133.98 68.158072) (xy 134.104482 68.145812) (xy 134.22418 68.109502) (xy 134.334494 68.050537) + (xy 134.431185 67.971185) (xy 134.510537 67.874494) (xy 134.569502 67.76418) (xy 134.605812 67.644482) (xy 134.618072 67.52) + (xy 134.615 67.30575) (xy 134.45625 67.147) (xy 133.357 67.147) (xy 133.103 67.147) (xy 132.00375 67.147) + (xy 131.845 67.30575) (xy 131.841928 67.52) (xy 131.854188 67.644482) (xy 131.890498 67.76418) (xy 131.949463 67.874494) + (xy 131.968754 67.898) (xy 131.288366 67.898) (xy 131.353905 67.891545) (xy 131.42497 67.869988) (xy 131.490463 67.834981) + (xy 131.547869 67.787869) (xy 131.594981 67.730463) (xy 131.629988 67.66497) (xy 131.651545 67.593905) (xy 131.658824 67.52) + (xy 131.658824 66.627) (xy 131.843462 66.627) (xy 131.845 66.73425) (xy 132.00375 66.893) (xy 133.103 66.893) + (xy 133.103 66.873) (xy 133.357 66.873) (xy 133.357 66.893) (xy 134.45625 66.893) (xy 134.615 66.73425) + (xy 134.616538 66.627) (xy 136.349206 66.627) (xy 136.38 66.630033) (xy 136.410794 66.627) (xy 137.001176 66.627) + (xy 137.001176 67.52) (xy 137.008455 67.593905) (xy 137.030012 67.66497) (xy 137.065019 67.730463) (xy 137.112131 67.787869) + (xy 137.169537 67.834981) (xy 137.23503 67.869988) (xy 137.306095 67.891545) (xy 137.38 67.898824) (xy 137.628001 67.898824) + (xy 137.628001 68.025347) (xy 137.625573 68.05) (xy 137.635265 68.148409) (xy 137.66397 68.243036) (xy 137.710584 68.330245) + (xy 137.757601 68.387535) (xy 137.757604 68.387538) (xy 137.773317 68.406684) (xy 137.792463 68.422397) (xy 138.207603 68.837538) + (xy 138.223316 68.856684) (xy 138.242462 68.872397) (xy 138.242464 68.872399) (xy 138.26761 68.893036) (xy 138.299755 68.919417) + (xy 138.386964 68.966031) (xy 138.481591 68.994736) (xy 138.555347 69.002) (xy 138.555356 69.002) (xy 138.579999 69.004427) + (xy 138.604642 69.002) (xy 140.072066 69.002) (xy 140.328 69.257935) (xy 140.328 69.321176) (xy 140.08 69.321176) + (xy 140.006095 69.328455) (xy 139.93503 69.350012) (xy 139.869537 69.385019) (xy 139.812131 69.432131) (xy 139.765019 69.489537) + (xy 139.730012 69.55503) (xy 139.708455 69.626095) (xy 139.701176 69.7) (xy 139.701176 70.7) (xy 139.708455 70.773905) + (xy 139.730012 70.84497) (xy 139.765019 70.910463) (xy 139.812131 70.967869) (xy 139.869537 71.014981) (xy 139.93503 71.049988) + (xy 140.006095 71.071545) (xy 140.08 71.078824) (xy 141.58 71.078824) (xy 141.653905 71.071545) (xy 141.72497 71.049988) + (xy 141.790463 71.014981) (xy 141.847869 70.967869) (xy 141.894981 70.910463) (xy 141.929988 70.84497) (xy 141.951545 70.773905) + (xy 141.958824 70.7) (xy 141.958824 69.7) (xy 141.951545 69.626095) (xy 141.929988 69.55503) (xy 141.894981 69.489537) + (xy 141.847869 69.432131) (xy 141.790463 69.385019) (xy 141.72497 69.350012) (xy 141.653905 69.328455) (xy 141.58 69.321176) + (xy 141.332 69.321176) (xy 141.332 69.074642) (xy 141.334427 69.049999) (xy 141.332 69.025356) (xy 141.332 69.025347) + (xy 141.324736 68.951591) (xy 141.296031 68.856964) (xy 141.249417 68.769755) (xy 141.186684 68.693316) (xy 141.167538 68.677603) + (xy 140.652401 68.162467) (xy 140.636684 68.143316) (xy 140.581348 68.097902) (xy 140.703 67.97625) (xy 140.703 67.127) + (xy 140.957 67.127) (xy 140.957 67.97625) (xy 141.11575 68.135) (xy 141.58 68.138072) (xy 141.704482 68.125812) + (xy 141.82418 68.089502) (xy 141.934494 68.030537) (xy 142.031185 67.951185) (xy 142.110537 67.854494) (xy 142.169502 67.74418) + (xy 142.205812 67.624482) (xy 142.218072 67.5) (xy 142.215 67.28575) (xy 142.05625 67.127) (xy 140.957 67.127) + (xy 140.703 67.127) (xy 139.60375 67.127) (xy 139.445 67.28575) (xy 139.441928 67.5) (xy 139.454188 67.624482) + (xy 139.490498 67.74418) (xy 139.549463 67.854494) (xy 139.628815 67.951185) (xy 139.685859 67.998) (xy 138.787935 67.998) + (xy 138.688758 67.898824) (xy 138.88 67.898824) (xy 138.953905 67.891545) (xy 139.02497 67.869988) (xy 139.090463 67.834981) + (xy 139.147869 67.787869) (xy 139.194981 67.730463) (xy 139.229988 67.66497) (xy 139.251545 67.593905) (xy 139.258824 67.52) + (xy 139.258824 66.627) (xy 139.443749 66.627) (xy 139.445 66.71425) (xy 139.60375 66.873) (xy 140.703 66.873) + (xy 140.703 66.853) (xy 140.957 66.853) (xy 140.957 66.873) (xy 142.05625 66.873) (xy 142.215 66.71425) + (xy 142.216251 66.627) (xy 144.149208 66.627) (xy 144.179999 66.630033) (xy 144.210791 66.627) (xy 144.601176 66.627) + (xy 144.601176 67.5) (xy 144.608455 67.573905) (xy 144.630012 67.64497) (xy 144.665019 67.710463) (xy 144.712131 67.767869) + (xy 144.769537 67.814981) (xy 144.83503 67.849988) (xy 144.906095 67.871545) (xy 144.98 67.878824) (xy 145.228001 67.878824) + (xy 145.228001 68.025347) (xy 145.225573 68.05) (xy 145.235265 68.148409) (xy 145.26397 68.243036) (xy 145.310584 68.330245) + (xy 145.357601 68.387535) (xy 145.357604 68.387538) (xy 145.373317 68.406684) (xy 145.392462 68.422396) (xy 145.707607 68.737543) + (xy 145.723316 68.756684) (xy 145.742456 68.772392) (xy 145.742464 68.7724) (xy 145.799754 68.819417) (xy 145.846368 68.844332) + (xy 145.886964 68.866031) (xy 145.981591 68.894736) (xy 146.055347 68.902) (xy 146.055357 68.902) (xy 146.08 68.904427) + (xy 146.104643 68.902) (xy 147.672066 68.902) (xy 147.928 69.157935) (xy 147.928 69.361176) (xy 147.68 69.361176) + (xy 147.606095 69.368455) (xy 147.53503 69.390012) (xy 147.469537 69.425019) (xy 147.412131 69.472131) (xy 147.365019 69.529537) + (xy 147.330012 69.59503) (xy 147.308455 69.666095) (xy 147.301176 69.74) (xy 147.301176 70.74) (xy 147.308455 70.813905) + (xy 147.330012 70.88497) (xy 147.365019 70.950463) (xy 147.412131 71.007869) (xy 147.469537 71.054981) (xy 147.53503 71.089988) + (xy 147.606095 71.111545) (xy 147.68 71.118824) (xy 149.18 71.118824) (xy 149.253905 71.111545) (xy 149.32497 71.089988) + (xy 149.390463 71.054981) (xy 149.447869 71.007869) (xy 149.494981 70.950463) (xy 149.529988 70.88497) (xy 149.551545 70.813905) + (xy 149.558824 70.74) (xy 149.558824 69.74) (xy 149.551545 69.666095) (xy 149.529988 69.59503) (xy 149.494981 69.529537) + (xy 149.447869 69.472131) (xy 149.390463 69.425019) (xy 149.32497 69.390012) (xy 149.253905 69.368455) (xy 149.18 69.361176) + (xy 148.932 69.361176) (xy 148.932 68.974642) (xy 148.934427 68.949999) (xy 148.932 68.925356) (xy 148.932 68.925347) + (xy 148.924736 68.851591) (xy 148.896031 68.756964) (xy 148.849417 68.669755) (xy 148.786684 68.593316) (xy 148.767538 68.577603) + (xy 148.254592 68.064658) (xy 148.303 68.01625) (xy 148.303 67.167) (xy 148.557 67.167) (xy 148.557 68.01625) + (xy 148.71575 68.175) (xy 149.18 68.178072) (xy 149.304482 68.165812) (xy 149.42418 68.129502) (xy 149.534494 68.070537) + (xy 149.631185 67.991185) (xy 149.710537 67.894494) (xy 149.769502 67.78418) (xy 149.805812 67.664482) (xy 149.818072 67.54) + (xy 149.815 67.32575) (xy 149.65625 67.167) (xy 148.557 67.167) (xy 148.303 67.167) (xy 147.20375 67.167) + (xy 147.045 67.32575) (xy 147.041928 67.54) (xy 147.054188 67.664482) (xy 147.090498 67.78418) (xy 147.149463 67.894494) + (xy 147.15234 67.898) (xy 146.287935 67.898) (xy 146.268759 67.878824) (xy 146.48 67.878824) (xy 146.553905 67.871545) + (xy 146.62497 67.849988) (xy 146.690463 67.814981) (xy 146.747869 67.767869) (xy 146.794981 67.710463) (xy 146.829988 67.64497) + (xy 146.851545 67.573905) (xy 146.858824 67.5) (xy 146.858824 66.627) (xy 147.043175 66.627) (xy 147.045 66.75425) + (xy 147.20375 66.913) (xy 148.303 66.913) (xy 148.303 66.893) (xy 148.557 66.893) (xy 148.557 66.913) + (xy 149.65625 66.913) (xy 149.815 66.75425) (xy 149.816825 66.627) (xy 151.549208 66.627) (xy 151.579999 66.630033) + (xy 151.610791 66.627) (xy 152.201176 66.627) (xy 152.201176 67.54) (xy 152.208455 67.613905) (xy 152.230012 67.68497) + (xy 152.265019 67.750463) (xy 152.312131 67.807869) (xy 152.369537 67.854981) (xy 152.43503 67.889988) (xy 152.506095 67.911545) + (xy 152.58 67.918824) (xy 152.828001 67.918824) (xy 152.828001 68.225347) (xy 152.825573 68.25) (xy 152.835265 68.348409) + (xy 152.86397 68.443036) (xy 152.910584 68.530245) (xy 152.957601 68.587535) (xy 152.957604 68.587538) (xy 152.973317 68.606684) + (xy 152.992463 68.622397) (xy 153.407603 69.037538) (xy 153.423316 69.056684) (xy 153.442462 69.072397) (xy 153.442464 69.072399) + (xy 153.478533 69.102) (xy 153.499755 69.119417) (xy 153.586964 69.166031) (xy 153.681591 69.194736) (xy 153.755347 69.202) + (xy 153.755356 69.202) (xy 153.779999 69.204427) (xy 153.804642 69.202) (xy 155.272066 69.202) (xy 155.441241 69.371176) + (xy 155.28 69.371176) (xy 155.206095 69.378455) (xy 155.13503 69.400012) (xy 155.069537 69.435019) (xy 155.012131 69.482131) + (xy 154.965019 69.539537) (xy 154.930012 69.60503) (xy 154.908455 69.676095) (xy 154.901176 69.75) (xy 154.901176 70.75) + (xy 154.908455 70.823905) (xy 154.930012 70.89497) (xy 154.965019 70.960463) (xy 155.012131 71.017869) (xy 155.069537 71.064981) + (xy 155.13503 71.099988) (xy 155.206095 71.121545) (xy 155.28 71.128824) (xy 156.78 71.128824) (xy 156.853905 71.121545) + (xy 156.92497 71.099988) (xy 156.990463 71.064981) (xy 157.047869 71.017869) (xy 157.094981 70.960463) (xy 157.129988 70.89497) + (xy 157.151545 70.823905) (xy 157.158824 70.75) (xy 157.158824 69.75) (xy 157.151545 69.676095) (xy 157.129988 69.60503) + (xy 157.094981 69.539537) (xy 157.047869 69.482131) (xy 156.990463 69.435019) (xy 156.92497 69.400012) (xy 156.853905 69.378455) + (xy 156.78 69.371176) (xy 156.532 69.371176) (xy 156.532 69.274642) (xy 156.534427 69.249999) (xy 156.532 69.225356) + (xy 156.532 69.225347) (xy 156.524736 69.151591) (xy 156.496031 69.056964) (xy 156.449417 68.969755) (xy 156.422974 68.937535) + (xy 156.402399 68.912464) (xy 156.402397 68.912462) (xy 156.386684 68.893316) (xy 156.367538 68.877603) (xy 155.852401 68.362467) + (xy 155.836684 68.343316) (xy 155.760245 68.280583) (xy 155.673036 68.233969) (xy 155.578409 68.205264) (xy 155.504653 68.198) + (xy 155.504643 68.198) (xy 155.48 68.195573) (xy 155.455357 68.198) (xy 153.987935 68.198) (xy 153.832 68.042066) + (xy 153.832 67.918824) (xy 154.08 67.918824) (xy 154.153905 67.911545) (xy 154.22497 67.889988) (xy 154.290463 67.854981) + (xy 154.347869 67.807869) (xy 154.394981 67.750463) (xy 154.429988 67.68497) (xy 154.451545 67.613905) (xy 154.457839 67.55) + (xy 154.641928 67.55) (xy 154.654188 67.674482) (xy 154.690498 67.79418) (xy 154.749463 67.904494) (xy 154.828815 68.001185) + (xy 154.925506 68.080537) (xy 155.03582 68.139502) (xy 155.155518 68.175812) (xy 155.28 68.188072) (xy 155.74425 68.185) + (xy 155.903 68.02625) (xy 155.903 67.177) (xy 156.157 67.177) (xy 156.157 68.02625) (xy 156.31575 68.185) + (xy 156.78 68.188072) (xy 156.904482 68.175812) (xy 157.02418 68.139502) (xy 157.134494 68.080537) (xy 157.231185 68.001185) + (xy 157.310537 67.904494) (xy 157.369502 67.79418) (xy 157.405812 67.674482) (xy 157.418072 67.55) (xy 157.415 67.33575) + (xy 157.25625 67.177) (xy 156.157 67.177) (xy 155.903 67.177) (xy 154.80375 67.177) (xy 154.645 67.33575) + (xy 154.641928 67.55) (xy 154.457839 67.55) (xy 154.458824 67.54) (xy 154.458824 66.627) (xy 154.643032 66.627) + (xy 154.645 66.76425) (xy 154.80375 66.923) (xy 155.903 66.923) (xy 155.903 66.903) (xy 156.157 66.903) + (xy 156.157 66.923) (xy 157.25625 66.923) (xy 157.415 66.76425) (xy 157.416968 66.627) (xy 159.249208 66.627) + (xy 159.279999 66.630033) (xy 159.310791 66.627) (xy 159.801176 66.627) (xy 159.801176 67.55) (xy 159.808455 67.623905) + (xy 159.830012 67.69497) (xy 159.865019 67.760463) (xy 159.912131 67.817869) (xy 159.969537 67.864981) (xy 160.03503 67.899988) + (xy 160.106095 67.921545) (xy 160.18 67.928824) (xy 160.428001 67.928824) (xy 160.428001 68.125347) (xy 160.425573 68.15) + (xy 160.435265 68.248409) (xy 160.46397 68.343036) (xy 160.510584 68.430245) (xy 160.557601 68.487535) (xy 160.557604 68.487538) + (xy 160.573317 68.506684) (xy 160.592463 68.522397) (xy 161.007603 68.937538) (xy 161.023316 68.956684) (xy 161.042462 68.972397) + (xy 161.042464 68.972399) (xy 161.06968 68.994735) (xy 161.099755 69.019417) (xy 161.186964 69.066031) (xy 161.281591 69.094736) + (xy 161.355347 69.102) (xy 161.355356 69.102) (xy 161.379999 69.104427) (xy 161.404642 69.102) (xy 162.872066 69.102) + (xy 163.128 69.357935) (xy 163.128 69.381176) (xy 162.88 69.381176) (xy 162.806095 69.388455) (xy 162.73503 69.410012) + (xy 162.669537 69.445019) (xy 162.612131 69.492131) (xy 162.565019 69.549537) (xy 162.530012 69.61503) (xy 162.508455 69.686095) + (xy 162.501176 69.76) (xy 162.501176 70.76) (xy 162.508455 70.833905) (xy 162.530012 70.90497) (xy 162.565019 70.970463) + (xy 162.612131 71.027869) (xy 162.669537 71.074981) (xy 162.73503 71.109988) (xy 162.806095 71.131545) (xy 162.88 71.138824) + (xy 164.38 71.138824) (xy 164.453905 71.131545) (xy 164.52497 71.109988) (xy 164.590463 71.074981) (xy 164.647869 71.027869) + (xy 164.694981 70.970463) (xy 164.729988 70.90497) (xy 164.751545 70.833905) (xy 164.758824 70.76) (xy 164.758824 69.76) + (xy 164.751545 69.686095) (xy 164.729988 69.61503) (xy 164.694981 69.549537) (xy 164.647869 69.492131) (xy 164.590463 69.445019) + (xy 164.52497 69.410012) (xy 164.453905 69.388455) (xy 164.38 69.381176) (xy 164.132 69.381176) (xy 164.132 69.174642) + (xy 164.134427 69.149999) (xy 164.132 69.125356) (xy 164.132 69.125347) (xy 164.124736 69.051591) (xy 164.096031 68.956964) + (xy 164.049417 68.869755) (xy 164.017269 68.830583) (xy 164.002399 68.812464) (xy 164.002397 68.812462) (xy 163.986684 68.793316) + (xy 163.967538 68.777603) (xy 163.452401 68.262467) (xy 163.436684 68.243316) (xy 163.360245 68.180583) (xy 163.359217 68.180033) + (xy 163.503 68.03625) (xy 163.503 67.187) (xy 163.757 67.187) (xy 163.757 68.03625) (xy 163.91575 68.195) + (xy 164.38 68.198072) (xy 164.504482 68.185812) (xy 164.62418 68.149502) (xy 164.734494 68.090537) (xy 164.831185 68.011185) + (xy 164.910537 67.914494) (xy 164.969502 67.80418) (xy 165.005812 67.684482) (xy 165.018072 67.56) (xy 165.015 67.34575) + (xy 164.85625 67.187) (xy 163.757 67.187) (xy 163.503 67.187) (xy 162.40375 67.187) (xy 162.245 67.34575) + (xy 162.241928 67.56) (xy 162.254188 67.684482) (xy 162.290498 67.80418) (xy 162.349463 67.914494) (xy 162.428815 68.011185) + (xy 162.525506 68.090537) (xy 162.539468 68.098) (xy 161.587935 68.098) (xy 161.432 67.942066) (xy 161.432 67.928824) + (xy 161.68 67.928824) (xy 161.753905 67.921545) (xy 161.82497 67.899988) (xy 161.890463 67.864981) (xy 161.947869 67.817869) + (xy 161.994981 67.760463) (xy 162.029988 67.69497) (xy 162.051545 67.623905) (xy 162.058824 67.55) (xy 162.058824 66.627) + (xy 162.242889 66.627) (xy 162.245 66.77425) (xy 162.40375 66.933) (xy 163.503 66.933) (xy 163.503 66.913) + (xy 163.757 66.913) (xy 163.757 66.933) (xy 164.85625 66.933) (xy 165.015 66.77425) (xy 165.017111 66.627) + (xy 166.749208 66.627) (xy 166.779999 66.630033) (xy 166.810791 66.627) (xy 167.401176 66.627) (xy 167.401176 67.56) + (xy 167.408455 67.633905) (xy 167.430012 67.70497) (xy 167.465019 67.770463) (xy 167.512131 67.827869) (xy 167.569537 67.874981) + (xy 167.63503 67.909988) (xy 167.706095 67.931545) (xy 167.78 67.938824) (xy 168.028001 67.938824) (xy 168.028001 68.025347) + (xy 168.025573 68.05) (xy 168.035265 68.148409) (xy 168.06397 68.243036) (xy 168.110584 68.330245) (xy 168.157601 68.387535) + (xy 168.157604 68.387538) (xy 168.173317 68.406684) (xy 168.192463 68.422397) (xy 168.607603 68.837538) (xy 168.623316 68.856684) + (xy 168.642462 68.872397) (xy 168.642464 68.872399) (xy 168.66761 68.893036) (xy 168.699755 68.919417) (xy 168.786964 68.966031) + (xy 168.881591 68.994736) (xy 168.955347 69.002) (xy 168.955356 69.002) (xy 168.979999 69.004427) (xy 169.004642 69.002) + (xy 170.572066 69.002) (xy 170.728 69.157935) (xy 170.728 69.321176) (xy 170.48 69.321176) (xy 170.406095 69.328455) + (xy 170.33503 69.350012) (xy 170.269537 69.385019) (xy 170.212131 69.432131) (xy 170.165019 69.489537) (xy 170.130012 69.55503) + (xy 170.108455 69.626095) (xy 170.101176 69.7) (xy 170.101176 70.7) (xy 170.108455 70.773905) (xy 170.130012 70.84497) + (xy 170.165019 70.910463) (xy 170.212131 70.967869) (xy 170.269537 71.014981) (xy 170.33503 71.049988) (xy 170.406095 71.071545) + (xy 170.48 71.078824) (xy 171.98 71.078824) (xy 172.053905 71.071545) (xy 172.12497 71.049988) (xy 172.190463 71.014981) + (xy 172.247869 70.967869) (xy 172.294981 70.910463) (xy 172.329988 70.84497) (xy 172.351545 70.773905) (xy 172.358824 70.7) + (xy 172.358824 69.7) (xy 172.351545 69.626095) (xy 172.329988 69.55503) (xy 172.294981 69.489537) (xy 172.247869 69.432131) + (xy 172.190463 69.385019) (xy 172.12497 69.350012) (xy 172.053905 69.328455) (xy 171.98 69.321176) (xy 171.732 69.321176) + (xy 171.732 68.974642) (xy 171.734427 68.949999) (xy 171.732 68.925356) (xy 171.732 68.925347) (xy 171.724736 68.851591) + (xy 171.696031 68.756964) (xy 171.649417 68.669755) (xy 171.586684 68.593316) (xy 171.567538 68.577603) (xy 171.152401 68.162467) + (xy 171.136684 68.143316) (xy 171.060245 68.080583) (xy 171.020116 68.059134) (xy 171.103 67.97625) (xy 171.103 67.127) + (xy 171.357 67.127) (xy 171.357 67.97625) (xy 171.51575 68.135) (xy 171.98 68.138072) (xy 172.104482 68.125812) + (xy 172.22418 68.089502) (xy 172.334494 68.030537) (xy 172.431185 67.951185) (xy 172.510537 67.854494) (xy 172.569502 67.74418) + (xy 172.605812 67.624482) (xy 172.618072 67.5) (xy 172.615 67.28575) (xy 172.45625 67.127) (xy 171.357 67.127) + (xy 171.103 67.127) (xy 170.00375 67.127) (xy 169.845 67.28575) (xy 169.841928 67.5) (xy 169.854188 67.624482) + (xy 169.890498 67.74418) (xy 169.949463 67.854494) (xy 170.028815 67.951185) (xy 170.085859 67.998) (xy 169.187935 67.998) + (xy 169.128759 67.938824) (xy 169.28 67.938824) (xy 169.353905 67.931545) (xy 169.42497 67.909988) (xy 169.490463 67.874981) + (xy 169.547869 67.827869) (xy 169.594981 67.770463) (xy 169.629988 67.70497) (xy 169.651545 67.633905) (xy 169.658824 67.56) + (xy 169.658824 66.627) (xy 169.843749 66.627) (xy 169.845 66.71425) (xy 170.00375 66.873) (xy 171.103 66.873) + (xy 171.103 66.853) (xy 171.357 66.853) (xy 171.357 66.873) (xy 172.45625 66.873) (xy 172.615 66.71425) + (xy 172.616251 66.627) (xy 174.449206 66.627) (xy 174.48 66.630033) (xy 174.510794 66.627) (xy 175.001176 66.627) + (xy 175.001176 67.5) (xy 175.008455 67.573905) (xy 175.030012 67.64497) (xy 175.065019 67.710463) (xy 175.112131 67.767869) + (xy 175.169537 67.814981) (xy 175.23503 67.849988) (xy 175.306095 67.871545) (xy 175.38 67.878824) (xy 175.628001 67.878824) + (xy 175.628001 68.025347) (xy 175.625573 68.05) (xy 175.635265 68.148409) (xy 175.66397 68.243036) (xy 175.710584 68.330245) + (xy 175.757601 68.387535) (xy 175.757604 68.387538) (xy 175.773317 68.406684) (xy 175.792463 68.422397) (xy 176.307603 68.937538) + (xy 176.323316 68.956684) (xy 176.342462 68.972397) (xy 176.342464 68.972399) (xy 176.36968 68.994735) (xy 176.399755 69.019417) + (xy 176.486964 69.066031) (xy 176.581591 69.094736) (xy 176.655347 69.102) (xy 176.655356 69.102) (xy 176.679999 69.104427) + (xy 176.704642 69.102) (xy 178.272065 69.102) (xy 178.328 69.157935) (xy 178.328 69.321176) (xy 178.08 69.321176) + (xy 178.006095 69.328455) (xy 177.93503 69.350012) (xy 177.869537 69.385019) (xy 177.812131 69.432131) (xy 177.765019 69.489537) + (xy 177.730012 69.55503) (xy 177.708455 69.626095) (xy 177.701176 69.7) (xy 177.701176 70.7) (xy 177.708455 70.773905) + (xy 177.730012 70.84497) (xy 177.765019 70.910463) (xy 177.812131 70.967869) (xy 177.869537 71.014981) (xy 177.93503 71.049988) + (xy 178.006095 71.071545) (xy 178.08 71.078824) (xy 179.58 71.078824) (xy 179.653905 71.071545) (xy 179.72497 71.049988) + (xy 179.790463 71.014981) (xy 179.847869 70.967869) (xy 179.894981 70.910463) (xy 179.929988 70.84497) (xy 179.951545 70.773905) + (xy 179.958824 70.7) (xy 179.958824 69.7) (xy 179.951545 69.626095) (xy 179.929988 69.55503) (xy 179.894981 69.489537) + (xy 179.847869 69.432131) (xy 179.790463 69.385019) (xy 179.72497 69.350012) (xy 179.653905 69.328455) (xy 179.58 69.321176) + (xy 179.332 69.321176) (xy 179.332 68.974643) (xy 179.334427 68.95) (xy 179.332 68.925357) (xy 179.332 68.925347) + (xy 179.324736 68.851591) (xy 179.296031 68.756964) (xy 179.255024 68.680245) (xy 179.249417 68.669754) (xy 179.2024 68.612464) + (xy 179.202392 68.612456) (xy 179.186684 68.593316) (xy 179.167543 68.577607) (xy 178.852401 68.262467) (xy 178.836684 68.243316) + (xy 178.760245 68.180583) (xy 178.673036 68.133969) (xy 178.578409 68.105264) (xy 178.574383 68.104867) (xy 178.703 67.97625) + (xy 178.703 67.127) (xy 178.957 67.127) (xy 178.957 67.97625) (xy 179.11575 68.135) (xy 179.58 68.138072) + (xy 179.704482 68.125812) (xy 179.82418 68.089502) (xy 179.934494 68.030537) (xy 180.031185 67.951185) (xy 180.110537 67.854494) + (xy 180.169502 67.74418) (xy 180.205812 67.624482) (xy 180.218072 67.5) (xy 180.215 67.28575) (xy 180.05625 67.127) + (xy 178.957 67.127) (xy 178.703 67.127) (xy 177.60375 67.127) (xy 177.445 67.28575) (xy 177.441928 67.5) + (xy 177.454188 67.624482) (xy 177.490498 67.74418) (xy 177.549463 67.854494) (xy 177.628815 67.951185) (xy 177.725506 68.030537) + (xy 177.83582 68.089502) (xy 177.863834 68.098) (xy 176.887935 68.098) (xy 176.668758 67.878824) (xy 176.88 67.878824) + (xy 176.953905 67.871545) (xy 177.02497 67.849988) (xy 177.090463 67.814981) (xy 177.147869 67.767869) (xy 177.194981 67.710463) + (xy 177.229988 67.64497) (xy 177.251545 67.573905) (xy 177.258824 67.5) (xy 177.258824 66.627) (xy 177.443749 66.627) + (xy 177.445 66.71425) (xy 177.60375 66.873) (xy 178.703 66.873) (xy 178.703 66.853) (xy 178.957 66.853) + (xy 178.957 66.873) (xy 180.05625 66.873) (xy 180.215 66.71425) (xy 180.216251 66.627) (xy 181.649206 66.627) + (xy 181.68 66.630033) (xy 181.710794 66.627) (xy 181.802913 66.617927) (xy 181.921103 66.582075) (xy 182.030028 66.523853) + (xy 182.059093 66.5) (xy 182.601176 66.5) (xy 182.601176 67.5) (xy 182.608455 67.573905) (xy 182.630012 67.64497) + (xy 182.665019 67.710463) (xy 182.712131 67.767869) (xy 182.769537 67.814981) (xy 182.83503 67.849988) (xy 182.906095 67.871545) + (xy 182.98 67.878824) (xy 184.48 67.878824) (xy 184.553905 67.871545) (xy 184.62497 67.849988) (xy 184.690463 67.814981) + (xy 184.747869 67.767869) (xy 184.794981 67.710463) (xy 184.824779 67.654715) (xy 184.887794 67.71773) (xy 184.88005 67.72932) + (xy 184.829016 67.852526) (xy 184.803 67.983321) (xy 184.803 68.116679) (xy 184.829016 68.247474) (xy 184.88005 68.37068) + (xy 184.95414 68.481563) (xy 185.048437 68.57586) (xy 185.15932 68.64995) (xy 185.282526 68.700984) (xy 185.413321 68.727) + (xy 185.546679 68.727) (xy 185.677474 68.700984) (xy 185.80068 68.64995) (xy 185.911563 68.57586) (xy 186.00586 68.481563) + (xy 186.07995 68.37068) (xy 186.130984 68.247474) (xy 186.157 68.116679) (xy 186.157 67.983321) (xy 186.130984 67.852526) + (xy 186.07995 67.72932) (xy 186.00586 67.618437) (xy 185.9841 67.596677) (xy 185.982 67.575356) (xy 185.982 67.575347) + (xy 185.974736 67.501591) (xy 185.946031 67.406964) (xy 185.899417 67.319755) (xy 185.836684 67.243316) (xy 185.817532 67.227598) + (xy 185.752409 67.162475) (xy 185.7524 67.162464) (xy 185.252401 66.662467) (xy 185.236684 66.643316) (xy 185.160245 66.580583) + (xy 185.073036 66.533969) (xy 184.978409 66.505264) (xy 184.904653 66.498) (xy 184.904643 66.498) (xy 184.88 66.495573) + (xy 184.858596 66.497681) (xy 184.851545 66.426095) (xy 184.829988 66.35503) (xy 184.794981 66.289537) (xy 184.747869 66.232131) + (xy 184.690463 66.185019) (xy 184.62497 66.150012) (xy 184.553905 66.128455) (xy 184.48 66.121176) (xy 182.98 66.121176) + (xy 182.906095 66.128455) (xy 182.83503 66.150012) (xy 182.769537 66.185019) (xy 182.712131 66.232131) (xy 182.665019 66.289537) + (xy 182.630012 66.35503) (xy 182.608455 66.426095) (xy 182.601176 66.5) (xy 182.059093 66.5) (xy 182.125501 66.445501) + (xy 182.145138 66.421573) (xy 182.381574 66.185137) (xy 182.405501 66.165501) (xy 182.483853 66.070028) (xy 182.542075 65.961103) + (xy 182.577927 65.842913) (xy 182.585224 65.768824) (xy 182.590033 65.72) (xy 182.587 65.689206) (xy 182.587 65.687) + (xy 183.289206 65.687) (xy 183.32 65.690033) (xy 183.350794 65.687) (xy 183.442913 65.677927) (xy 183.561103 65.642075) + (xy 183.670028 65.583853) (xy 183.765501 65.505501) (xy 183.785139 65.481572) (xy 184.151569 65.115141) (xy 184.175501 65.095501) + (xy 184.253853 65.000028) (xy 184.269058 64.971582) (xy 184.312075 64.891104) (xy 184.347927 64.772913) (xy 184.360033 64.65) + (xy 184.357 64.619206) (xy 184.357 64.068824) (xy 184.48 64.068824) (xy 184.553905 64.061545) (xy 184.62497 64.039988) + (xy 184.690463 64.004981) (xy 184.747869 63.957869) (xy 184.762533 63.94) (xy 185.881176 63.94) (xy 185.881176 65.24) + (xy 185.888455 65.313905) (xy 185.910012 65.38497) (xy 185.945019 65.450463) (xy 185.992131 65.507869) (xy 186.049537 65.554981) + (xy 186.11503 65.589988) (xy 186.186095 65.611545) (xy 186.26 65.618824) (xy 186.96 65.618824) (xy 187.033905 65.611545) + (xy 187.10497 65.589988) (xy 187.170463 65.554981) (xy 187.227869 65.507869) (xy 187.274981 65.450463) (xy 187.309988 65.38497) + (xy 187.331545 65.313905) (xy 187.338824 65.24) (xy 187.338824 63.94) (xy 189.531176 63.94) (xy 189.531176 65.24) + (xy 189.538455 65.313905) (xy 189.560012 65.38497) (xy 189.595019 65.450463) (xy 189.642131 65.507869) (xy 189.699537 65.554981) + (xy 189.76503 65.589988) (xy 189.836095 65.611545) (xy 189.91 65.618824) (xy 190.61 65.618824) (xy 190.683905 65.611545) + (xy 190.75497 65.589988) (xy 190.820463 65.554981) (xy 190.877869 65.507869) (xy 190.924981 65.450463) (xy 190.959988 65.38497) + (xy 190.981545 65.313905) (xy 190.988824 65.24) (xy 190.988824 63.94) (xy 190.981545 63.866095) (xy 190.959988 63.79503) + (xy 190.924981 63.729537) (xy 190.877869 63.672131) (xy 190.820463 63.625019) (xy 190.75497 63.590012) (xy 190.683905 63.568455) + (xy 190.61 63.561176) (xy 189.91 63.561176) (xy 189.836095 63.568455) (xy 189.76503 63.590012) (xy 189.699537 63.625019) + (xy 189.642131 63.672131) (xy 189.595019 63.729537) (xy 189.560012 63.79503) (xy 189.538455 63.866095) (xy 189.531176 63.94) + (xy 187.338824 63.94) (xy 187.331545 63.866095) (xy 187.309988 63.79503) (xy 187.274981 63.729537) (xy 187.227869 63.672131) + (xy 187.170463 63.625019) (xy 187.10497 63.590012) (xy 187.033905 63.568455) (xy 186.96 63.561176) (xy 186.26 63.561176) + (xy 186.186095 63.568455) (xy 186.11503 63.590012) (xy 186.049537 63.625019) (xy 185.992131 63.672131) (xy 185.945019 63.729537) + (xy 185.910012 63.79503) (xy 185.888455 63.866095) (xy 185.881176 63.94) (xy 184.762533 63.94) (xy 184.794981 63.900463) + (xy 184.829988 63.83497) (xy 184.851545 63.763905) (xy 184.858824 63.69) (xy 184.858824 62.69) (xy 184.851545 62.616095) + (xy 184.829988 62.54503) (xy 184.794981 62.479537) (xy 184.747869 62.422131) (xy 184.690463 62.375019) (xy 184.62497 62.340012) + (xy 184.553905 62.318455) (xy 184.48 62.311176) (xy 182.98 62.311176) (xy 182.906095 62.318455) (xy 182.83503 62.340012) + (xy 182.769537 62.375019) (xy 182.712131 62.422131) (xy 182.665019 62.479537) (xy 182.630012 62.54503) (xy 182.608455 62.616095) + (xy 182.601176 62.69) (xy 182.601176 63.69) (xy 182.608455 63.763905) (xy 182.630012 63.83497) (xy 182.665019 63.900463) + (xy 182.712131 63.957869) (xy 182.769537 64.004981) (xy 182.83503 64.039988) (xy 182.906095 64.061545) (xy 182.98 64.068824) + (xy 183.103 64.068824) (xy 183.103 64.390289) (xy 183.060289 64.433) (xy 182.340323 64.433) (xy 182.298545 64.410669) + (xy 182.201218 64.381145) (xy 182.1 64.371176) (xy 181.82 64.371176) (xy 181.79259 64.373876) (xy 181.733247 64.300887) + (xy 181.636921 64.221092) (xy 181.526878 64.161623) (xy 181.407348 64.124765) (xy 181.28575 64.115) (xy 181.127 64.27375) + (xy 181.127 64.933) (xy 181.147 64.933) (xy 181.147 65.187) (xy 181.127 65.187) (xy 181.127 65.207) + (xy 180.873 65.207) (xy 180.873 65.187) (xy 180.24375 65.187) (xy 180.085 65.34575) (xy 180.081935 65.367077) + (xy 180.082491 65.373) (xy 176.293711 65.373) (xy 176.551579 65.115133) (xy 176.575501 65.095501) (xy 176.653853 65.000028) + (xy 176.712075 64.891103) (xy 176.747927 64.772913) (xy 176.749895 64.752923) (xy 180.081935 64.752923) (xy 180.085 64.77425) + (xy 180.24375 64.933) (xy 180.873 64.933) (xy 180.873 64.27375) (xy 180.71425 64.115) (xy 180.592652 64.124765) + (xy 180.473122 64.161623) (xy 180.363079 64.221092) (xy 180.266753 64.300887) (xy 180.187844 64.397941) (xy 180.129386 64.508524) + (xy 180.093625 64.628387) (xy 180.081935 64.752923) (xy 176.749895 64.752923) (xy 176.757 64.680794) (xy 176.757 64.680793) + (xy 176.760033 64.65) (xy 176.757 64.619206) (xy 176.757 64.068824) (xy 176.88 64.068824) (xy 176.953905 64.061545) + (xy 177.02497 64.039988) (xy 177.090463 64.004981) (xy 177.147869 63.957869) (xy 177.194981 63.900463) (xy 177.229988 63.83497) + (xy 177.251545 63.763905) (xy 177.258824 63.69) (xy 177.258824 62.69) (xy 177.251545 62.616095) (xy 177.229988 62.54503) + (xy 177.194981 62.479537) (xy 177.147869 62.422131) (xy 177.090463 62.375019) (xy 177.02497 62.340012) (xy 176.953905 62.318455) + (xy 176.88 62.311176) (xy 175.38 62.311176) (xy 175.306095 62.318455) (xy 175.23503 62.340012) (xy 175.169537 62.375019) + (xy 175.112131 62.422131) (xy 175.065019 62.479537) (xy 175.030012 62.54503) (xy 175.008455 62.616095) (xy 175.001176 62.69) + (xy 175.001176 63.69) (xy 175.008455 63.763905) (xy 175.030012 63.83497) (xy 175.065019 63.900463) (xy 175.112131 63.957869) + (xy 175.169537 64.004981) (xy 175.23503 64.039988) (xy 175.306095 64.061545) (xy 175.38 64.068824) (xy 175.503 64.068824) + (xy 175.503 64.390288) (xy 175.430289 64.463) (xy 174.740323 64.463) (xy 174.698545 64.440669) (xy 174.601218 64.411145) + (xy 174.5 64.401176) (xy 174.22 64.401176) (xy 174.19259 64.403876) (xy 174.133247 64.330887) (xy 174.036921 64.251092) + (xy 173.926878 64.191623) (xy 173.807348 64.154765) (xy 173.68575 64.145) (xy 173.527 64.30375) (xy 173.527 64.963) + (xy 173.547 64.963) (xy 173.547 65.217) (xy 173.527 65.217) (xy 173.527 65.237) (xy 173.273 65.237) + (xy 173.273 65.217) (xy 172.64375 65.217) (xy 172.48775 65.373) (xy 168.793711 65.373) (xy 168.951574 65.215137) + (xy 168.975501 65.195501) (xy 169.053853 65.100028) (xy 169.112075 64.991103) (xy 169.147927 64.872913) (xy 169.15679 64.782923) + (xy 172.481935 64.782923) (xy 172.485 64.80425) (xy 172.64375 64.963) (xy 173.273 64.963) (xy 173.273 64.30375) + (xy 173.11425 64.145) (xy 172.992652 64.154765) (xy 172.873122 64.191623) (xy 172.763079 64.251092) (xy 172.666753 64.330887) + (xy 172.587844 64.427941) (xy 172.529386 64.538524) (xy 172.493625 64.658387) (xy 172.481935 64.782923) (xy 169.15679 64.782923) + (xy 169.157 64.780794) (xy 169.157 64.780793) (xy 169.160033 64.75) (xy 169.157 64.719206) (xy 169.157 64.078824) + (xy 169.28 64.078824) (xy 169.353905 64.071545) (xy 169.42497 64.049988) (xy 169.490463 64.014981) (xy 169.547869 63.967869) + (xy 169.594981 63.910463) (xy 169.629988 63.84497) (xy 169.651545 63.773905) (xy 169.658824 63.7) (xy 169.658824 62.7) + (xy 169.651545 62.626095) (xy 169.629988 62.55503) (xy 169.594981 62.489537) (xy 169.547869 62.432131) (xy 169.490463 62.385019) + (xy 169.42497 62.350012) (xy 169.353905 62.328455) (xy 169.28 62.321176) (xy 167.78 62.321176) (xy 167.706095 62.328455) + (xy 167.63503 62.350012) (xy 167.569537 62.385019) (xy 167.512131 62.432131) (xy 167.465019 62.489537) (xy 167.430012 62.55503) + (xy 167.408455 62.626095) (xy 167.401176 62.7) (xy 167.401176 63.7) (xy 167.408455 63.773905) (xy 167.430012 63.84497) + (xy 167.465019 63.910463) (xy 167.512131 63.967869) (xy 167.569537 64.014981) (xy 167.63503 64.049988) (xy 167.706095 64.071545) + (xy 167.78 64.078824) (xy 167.903 64.078824) (xy 167.903 64.473) (xy 167.140323 64.473) (xy 167.098545 64.450669) + (xy 167.001218 64.421145) (xy 166.9 64.411176) (xy 166.62 64.411176) (xy 166.59259 64.413876) (xy 166.533247 64.340887) + (xy 166.436921 64.261092) (xy 166.326878 64.201623) (xy 166.207348 64.164765) (xy 166.08575 64.155) (xy 165.927 64.31375) + (xy 165.927 64.973) (xy 165.947 64.973) (xy 165.947 65.227) (xy 165.927 65.227) (xy 165.927 65.247) + (xy 165.673 65.247) (xy 165.673 65.227) (xy 165.04375 65.227) (xy 164.89775 65.373) (xy 160.993711 65.373) + (xy 161.351579 65.015133) (xy 161.375501 64.995501) (xy 161.453853 64.900028) (xy 161.511102 64.792923) (xy 164.881935 64.792923) + (xy 164.885 64.81425) (xy 165.04375 64.973) (xy 165.673 64.973) (xy 165.673 64.31375) (xy 165.51425 64.155) + (xy 165.392652 64.164765) (xy 165.273122 64.201623) (xy 165.163079 64.261092) (xy 165.066753 64.340887) (xy 164.987844 64.437941) + (xy 164.929386 64.548524) (xy 164.893625 64.668387) (xy 164.881935 64.792923) (xy 161.511102 64.792923) (xy 161.512075 64.791103) + (xy 161.547927 64.672913) (xy 161.557 64.580794) (xy 161.557 64.580793) (xy 161.560033 64.550001) (xy 161.557 64.519209) + (xy 161.557 64.078824) (xy 161.68 64.078824) (xy 161.753905 64.071545) (xy 161.82497 64.049988) (xy 161.890463 64.014981) + (xy 161.947869 63.967869) (xy 161.994981 63.910463) (xy 162.029988 63.84497) (xy 162.051545 63.773905) (xy 162.058824 63.7) + (xy 162.058824 62.7) (xy 162.051545 62.626095) (xy 162.029988 62.55503) (xy 161.994981 62.489537) (xy 161.947869 62.432131) + (xy 161.890463 62.385019) (xy 161.82497 62.350012) (xy 161.753905 62.328455) (xy 161.68 62.321176) (xy 160.18 62.321176) + (xy 160.106095 62.328455) (xy 160.03503 62.350012) (xy 159.969537 62.385019) (xy 159.912131 62.432131) (xy 159.865019 62.489537) + (xy 159.830012 62.55503) (xy 159.808455 62.626095) (xy 159.801176 62.7) (xy 159.801176 63.7) (xy 159.808455 63.773905) + (xy 159.830012 63.84497) (xy 159.865019 63.910463) (xy 159.912131 63.967869) (xy 159.969537 64.014981) (xy 160.03503 64.049988) + (xy 160.106095 64.071545) (xy 160.18 64.078824) (xy 160.303 64.078824) (xy 160.303 64.290288) (xy 160.120289 64.473) + (xy 159.640323 64.473) (xy 159.598545 64.450669) (xy 159.501218 64.421145) (xy 159.4 64.411176) (xy 159.12 64.411176) + (xy 159.09259 64.413876) (xy 159.033247 64.340887) (xy 158.936921 64.261092) (xy 158.826878 64.201623) (xy 158.707348 64.164765) + (xy 158.58575 64.155) (xy 158.427 64.31375) (xy 158.427 64.973) (xy 158.447 64.973) (xy 158.447 65.227) + (xy 158.427 65.227) (xy 158.427 65.247) (xy 158.173 65.247) (xy 158.173 65.227) (xy 157.54375 65.227) + (xy 157.39775 65.373) (xy 153.593711 65.373) (xy 153.751574 65.215137) (xy 153.775501 65.195501) (xy 153.853853 65.100028) + (xy 153.912075 64.991103) (xy 153.947927 64.872913) (xy 153.955805 64.792923) (xy 157.381935 64.792923) (xy 157.385 64.81425) + (xy 157.54375 64.973) (xy 158.173 64.973) (xy 158.173 64.31375) (xy 158.01425 64.155) (xy 157.892652 64.164765) + (xy 157.773122 64.201623) (xy 157.663079 64.261092) (xy 157.566753 64.340887) (xy 157.487844 64.437941) (xy 157.429386 64.548524) + (xy 157.393625 64.668387) (xy 157.381935 64.792923) (xy 153.955805 64.792923) (xy 153.957 64.780794) (xy 153.957 64.780793) + (xy 153.960033 64.75) (xy 153.957 64.719206) (xy 153.957 64.078824) (xy 154.08 64.078824) (xy 154.153905 64.071545) + (xy 154.22497 64.049988) (xy 154.290463 64.014981) (xy 154.347869 63.967869) (xy 154.394981 63.910463) (xy 154.429988 63.84497) + (xy 154.451545 63.773905) (xy 154.458824 63.7) (xy 154.458824 62.7) (xy 154.451545 62.626095) (xy 154.429988 62.55503) + (xy 154.394981 62.489537) (xy 154.347869 62.432131) (xy 154.290463 62.385019) (xy 154.22497 62.350012) (xy 154.153905 62.328455) + (xy 154.08 62.321176) (xy 152.58 62.321176) (xy 152.506095 62.328455) (xy 152.43503 62.350012) (xy 152.369537 62.385019) + (xy 152.312131 62.432131) (xy 152.265019 62.489537) (xy 152.230012 62.55503) (xy 152.208455 62.626095) (xy 152.201176 62.7) + (xy 152.201176 63.7) (xy 152.208455 63.773905) (xy 152.230012 63.84497) (xy 152.265019 63.910463) (xy 152.312131 63.967869) + (xy 152.369537 64.014981) (xy 152.43503 64.049988) (xy 152.506095 64.071545) (xy 152.58 64.078824) (xy 152.703 64.078824) + (xy 152.703 64.473) (xy 151.940323 64.473) (xy 151.898545 64.450669) (xy 151.801218 64.421145) (xy 151.7 64.411176) + (xy 151.42 64.411176) (xy 151.39259 64.413876) (xy 151.333247 64.340887) (xy 151.236921 64.261092) (xy 151.126878 64.201623) + (xy 151.007348 64.164765) (xy 150.88575 64.155) (xy 150.727 64.31375) (xy 150.727 64.973) (xy 150.747 64.973) + (xy 150.747 65.227) (xy 150.727 65.227) (xy 150.727 65.247) (xy 150.473 65.247) (xy 150.473 65.227) + (xy 149.84375 65.227) (xy 149.69775 65.373) (xy 145.593711 65.373) (xy 146.151579 64.815133) (xy 146.175501 64.795501) + (xy 146.177616 64.792923) (xy 149.681935 64.792923) (xy 149.685 64.81425) (xy 149.84375 64.973) (xy 150.473 64.973) + (xy 150.473 64.31375) (xy 150.31425 64.155) (xy 150.192652 64.164765) (xy 150.073122 64.201623) (xy 149.963079 64.261092) + (xy 149.866753 64.340887) (xy 149.787844 64.437941) (xy 149.729386 64.548524) (xy 149.693625 64.668387) (xy 149.681935 64.792923) + (xy 146.177616 64.792923) (xy 146.253853 64.700028) (xy 146.312075 64.591103) (xy 146.347927 64.472913) (xy 146.350873 64.443001) + (xy 146.360033 64.350001) (xy 146.357 64.319207) (xy 146.357 64.078824) (xy 146.48 64.078824) (xy 146.553905 64.071545) + (xy 146.62497 64.049988) (xy 146.690463 64.014981) (xy 146.747869 63.967869) (xy 146.794981 63.910463) (xy 146.829988 63.84497) + (xy 146.851545 63.773905) (xy 146.858824 63.7) (xy 146.858824 62.7) (xy 146.851545 62.626095) (xy 146.829988 62.55503) + (xy 146.794981 62.489537) (xy 146.747869 62.432131) (xy 146.690463 62.385019) (xy 146.62497 62.350012) (xy 146.553905 62.328455) + (xy 146.48 62.321176) (xy 144.98 62.321176) (xy 144.906095 62.328455) (xy 144.83503 62.350012) (xy 144.769537 62.385019) + (xy 144.712131 62.432131) (xy 144.665019 62.489537) (xy 144.630012 62.55503) (xy 144.608455 62.626095) (xy 144.601176 62.7) + (xy 144.601176 63.7) (xy 144.608455 63.773905) (xy 144.630012 63.84497) (xy 144.665019 63.910463) (xy 144.712131 63.967869) + (xy 144.769537 64.014981) (xy 144.83503 64.049988) (xy 144.906095 64.071545) (xy 144.98 64.078824) (xy 145.103 64.078824) + (xy 145.103 64.090288) (xy 144.800289 64.393) (xy 144.540323 64.393) (xy 144.498545 64.370669) (xy 144.401218 64.341145) + (xy 144.3 64.331176) (xy 144.02 64.331176) (xy 143.99259 64.333876) (xy 143.933247 64.260887) (xy 143.836921 64.181092) + (xy 143.726878 64.121623) (xy 143.607348 64.084765) (xy 143.48575 64.075) (xy 143.327 64.23375) (xy 143.327 64.893) + (xy 143.347 64.893) (xy 143.347 65.147) (xy 143.327 65.147) (xy 143.327 65.167) (xy 143.073 65.167) + (xy 143.073 65.147) (xy 142.44375 65.147) (xy 142.285 65.30575) (xy 142.281935 65.327077) (xy 142.286246 65.373) + (xy 138.293711 65.373) (xy 138.551579 65.115133) (xy 138.575501 65.095501) (xy 138.653853 65.000028) (xy 138.712075 64.891103) + (xy 138.747927 64.772913) (xy 138.753835 64.712923) (xy 142.281935 64.712923) (xy 142.285 64.73425) (xy 142.44375 64.893) + (xy 143.073 64.893) (xy 143.073 64.23375) (xy 142.91425 64.075) (xy 142.792652 64.084765) (xy 142.673122 64.121623) + (xy 142.563079 64.181092) (xy 142.466753 64.260887) (xy 142.387844 64.357941) (xy 142.329386 64.468524) (xy 142.293625 64.588387) + (xy 142.281935 64.712923) (xy 138.753835 64.712923) (xy 138.757 64.680794) (xy 138.757 64.680793) (xy 138.760033 64.65) + (xy 138.757 64.619206) (xy 138.757 64.061824) (xy 138.88 64.061824) (xy 138.953905 64.054545) (xy 139.02497 64.032988) + (xy 139.090463 63.997981) (xy 139.147869 63.950869) (xy 139.194981 63.893463) (xy 139.229988 63.82797) (xy 139.251545 63.756905) + (xy 139.258824 63.683) (xy 139.258824 62.683) (xy 139.251545 62.609095) (xy 139.229988 62.53803) (xy 139.194981 62.472537) + (xy 139.147869 62.415131) (xy 139.090463 62.368019) (xy 139.02497 62.333012) (xy 138.953905 62.311455) (xy 138.88 62.304176) + (xy 137.38 62.304176) (xy 137.306095 62.311455) (xy 137.23503 62.333012) (xy 137.169537 62.368019) (xy 137.112131 62.415131) + (xy 137.065019 62.472537) (xy 137.030012 62.53803) (xy 137.008455 62.609095) (xy 137.001176 62.683) (xy 137.001176 63.683) + (xy 137.008455 63.756905) (xy 137.030012 63.82797) (xy 137.065019 63.893463) (xy 137.112131 63.950869) (xy 137.169537 63.997981) + (xy 137.23503 64.032988) (xy 137.306095 64.054545) (xy 137.38 64.061824) (xy 137.503 64.061824) (xy 137.503 64.390288) + (xy 137.440289 64.453) (xy 136.840323 64.453) (xy 136.798545 64.430669) (xy 136.701218 64.401145) (xy 136.6 64.391176) + (xy 136.32 64.391176) (xy 136.29259 64.393876) (xy 136.233247 64.320887) (xy 136.136921 64.241092) (xy 136.026878 64.181623) + (xy 135.907348 64.144765) (xy 135.78575 64.135) (xy 135.627 64.29375) (xy 135.627 64.953) (xy 135.647 64.953) + (xy 135.647 65.207) (xy 135.627 65.207) (xy 135.627 65.227) (xy 135.373 65.227) (xy 135.373 65.207) + (xy 134.74375 65.207) (xy 134.585 65.36575) (xy 134.583958 65.373) (xy 130.493711 65.373) (xy 130.951579 64.915133) + (xy 130.975501 64.895501) (xy 131.053853 64.800028) (xy 131.068341 64.772923) (xy 134.581935 64.772923) (xy 134.585 64.79425) + (xy 134.74375 64.953) (xy 135.373 64.953) (xy 135.373 64.29375) (xy 135.21425 64.135) (xy 135.092652 64.144765) + (xy 134.973122 64.181623) (xy 134.863079 64.241092) (xy 134.766753 64.320887) (xy 134.687844 64.417941) (xy 134.629386 64.528524) + (xy 134.593625 64.648387) (xy 134.581935 64.772923) (xy 131.068341 64.772923) (xy 131.112075 64.691103) (xy 131.147927 64.572913) + (xy 131.157 64.480794) (xy 131.157 64.480793) (xy 131.160033 64.45) (xy 131.157 64.419206) (xy 131.157 64.061824) + (xy 131.28 64.061824) (xy 131.353905 64.054545) (xy 131.42497 64.032988) (xy 131.490463 63.997981) (xy 131.547869 63.950869) + (xy 131.594981 63.893463) (xy 131.629988 63.82797) (xy 131.651545 63.756905) (xy 131.658824 63.683) (xy 131.658824 62.683) + (xy 131.651545 62.609095) (xy 131.629988 62.53803) (xy 131.594981 62.472537) (xy 131.547869 62.415131) (xy 131.490463 62.368019) + (xy 131.42497 62.333012) (xy 131.353905 62.311455) (xy 131.28 62.304176) (xy 129.78 62.304176) (xy 129.706095 62.311455) + (xy 129.63503 62.333012) (xy 129.569537 62.368019) (xy 129.512131 62.415131) (xy 129.465019 62.472537) (xy 129.430012 62.53803) + (xy 129.408455 62.609095) (xy 129.401176 62.683) (xy 129.401176 63.683) (xy 129.408455 63.756905) (xy 129.430012 63.82797) + (xy 129.465019 63.893463) (xy 129.512131 63.950869) (xy 129.569537 63.997981) (xy 129.63503 64.032988) (xy 129.706095 64.054545) + (xy 129.78 64.061824) (xy 129.903 64.061824) (xy 129.903 64.190288) (xy 129.610289 64.483) (xy 129.280323 64.483) + (xy 129.238545 64.460669) (xy 129.141218 64.431145) (xy 129.04 64.421176) (xy 128.76 64.421176) (xy 128.73259 64.423876) + (xy 128.673247 64.350887) (xy 128.576921 64.271092) (xy 128.466878 64.211623) (xy 128.347348 64.174765) (xy 128.22575 64.165) + (xy 128.067 64.32375) (xy 128.067 64.983) (xy 128.087 64.983) (xy 128.087 65.237) (xy 128.067 65.237) + (xy 128.067 65.257) (xy 127.813 65.257) (xy 127.813 65.237) (xy 127.18375 65.237) (xy 127.04775 65.373) + (xy 122.893711 65.373) (xy 123.351574 64.915137) (xy 123.375501 64.895501) (xy 123.451477 64.802923) (xy 127.021935 64.802923) + (xy 127.025 64.82425) (xy 127.18375 64.983) (xy 127.813 64.983) (xy 127.813 64.32375) (xy 127.65425 64.165) + (xy 127.532652 64.174765) (xy 127.413122 64.211623) (xy 127.303079 64.271092) (xy 127.206753 64.350887) (xy 127.127844 64.447941) + (xy 127.069386 64.558524) (xy 127.033625 64.678387) (xy 127.021935 64.802923) (xy 123.451477 64.802923) (xy 123.453853 64.800028) + (xy 123.475264 64.759972) (xy 123.512075 64.691104) (xy 123.547927 64.572913) (xy 123.560033 64.45) (xy 123.557 64.419206) + (xy 123.557 64.078824) (xy 123.68 64.078824) (xy 123.753905 64.071545) (xy 123.82497 64.049988) (xy 123.890463 64.014981) + (xy 123.947869 63.967869) (xy 123.994981 63.910463) (xy 124.029988 63.84497) (xy 124.051545 63.773905) (xy 124.058824 63.7) + (xy 124.058824 62.7) (xy 124.051545 62.626095) (xy 124.029988 62.55503) (xy 123.994981 62.489537) (xy 123.947869 62.432131) + (xy 123.890463 62.385019) (xy 123.82497 62.350012) (xy 123.753905 62.328455) (xy 123.68 62.321176) (xy 122.18 62.321176) + (xy 122.106095 62.328455) (xy 122.03503 62.350012) (xy 121.969537 62.385019) (xy 121.912131 62.432131) (xy 121.865019 62.489537) + (xy 121.830012 62.55503) (xy 121.808455 62.626095) (xy 121.801176 62.7) (xy 121.801176 63.7) (xy 121.808455 63.773905) + (xy 121.830012 63.84497) (xy 121.865019 63.910463) (xy 121.912131 63.967869) (xy 121.969537 64.014981) (xy 122.03503 64.049988) + (xy 122.106095 64.071545) (xy 122.18 64.078824) (xy 122.303 64.078824) (xy 122.303 64.190289) (xy 122.040289 64.453) + (xy 121.640323 64.453) (xy 121.598545 64.430669) (xy 121.501218 64.401145) (xy 121.4 64.391176) (xy 121.12 64.391176) + (xy 121.09259 64.393876) (xy 121.033247 64.320887) (xy 120.936921 64.241092) (xy 120.826878 64.181623) (xy 120.707348 64.144765) + (xy 120.58575 64.135) (xy 120.427 64.29375) (xy 120.427 64.953) (xy 120.447 64.953) (xy 120.447 65.207) + (xy 120.427 65.207) (xy 120.427 65.227) (xy 120.173 65.227) (xy 120.173 65.207) (xy 119.54375 65.207) + (xy 119.385 65.36575) (xy 119.383958 65.373) (xy 115.293711 65.373) (xy 115.758579 64.908133) (xy 115.782501 64.888501) + (xy 115.860853 64.793028) (xy 115.871599 64.772923) (xy 119.381935 64.772923) (xy 119.385 64.79425) (xy 119.54375 64.953) + (xy 120.173 64.953) (xy 120.173 64.29375) (xy 120.01425 64.135) (xy 119.892652 64.144765) (xy 119.773122 64.181623) + (xy 119.663079 64.241092) (xy 119.566753 64.320887) (xy 119.487844 64.417941) (xy 119.429386 64.528524) (xy 119.393625 64.648387) + (xy 119.381935 64.772923) (xy 115.871599 64.772923) (xy 115.919075 64.684103) (xy 115.954927 64.565913) (xy 115.964 64.473794) + (xy 115.964 64.473793) (xy 115.967033 64.443001) (xy 115.964 64.412209) (xy 115.964 64.061824) (xy 116.087 64.061824) + (xy 116.160905 64.054545) (xy 116.23197 64.032988) (xy 116.297463 63.997981) (xy 116.354869 63.950869) (xy 116.401981 63.893463) + (xy 116.436988 63.82797) (xy 116.458545 63.756905) (xy 116.465824 63.683) (xy 116.465824 62.683) (xy 116.458545 62.609095) + (xy 116.436988 62.53803) (xy 116.401981 62.472537) (xy 116.354869 62.415131) (xy 116.297463 62.368019) (xy 116.23197 62.333012) + (xy 116.160905 62.311455) (xy 116.087 62.304176) (xy 114.587 62.304176) (xy 114.513095 62.311455) (xy 114.44203 62.333012) + (xy 114.376537 62.368019) (xy 114.319131 62.415131) (xy 114.272019 62.472537) (xy 114.237012 62.53803) (xy 114.215455 62.609095) + (xy 114.208176 62.683) (xy 114.208176 63.683) (xy 114.215455 63.756905) (xy 114.237012 63.82797) (xy 114.272019 63.893463) + (xy 114.319131 63.950869) (xy 114.376537 63.997981) (xy 114.44203 64.032988) (xy 114.513095 64.054545) (xy 114.587 64.061824) + (xy 114.71 64.061824) (xy 114.71 64.183288) (xy 114.420289 64.473) (xy 114.187 64.473) (xy 114.187 59.483) + (xy 114.208176 59.483) (xy 114.208176 60.483) (xy 114.215455 60.556905) (xy 114.237012 60.62797) (xy 114.272019 60.693463) + (xy 114.319131 60.750869) (xy 114.376537 60.797981) (xy 114.44203 60.832988) (xy 114.513095 60.854545) (xy 114.587 60.861824) + (xy 114.835 60.861824) (xy 114.835 61.032357) (xy 114.832573 61.057) (xy 114.835 61.081643) (xy 114.835 61.081652) + (xy 114.842264 61.155408) (xy 114.870969 61.250035) (xy 114.917583 61.337245) (xy 114.980316 61.413684) (xy 114.999467 61.429401) + (xy 115.507603 61.937538) (xy 115.523316 61.956684) (xy 115.542462 61.972397) (xy 115.542464 61.972399) (xy 115.578533 62.002) + (xy 115.599755 62.019417) (xy 115.686964 62.066031) (xy 115.781591 62.094736) (xy 115.855347 62.102) (xy 115.855357 62.102) + (xy 115.88 62.104427) (xy 115.904643 62.102) (xy 117.272066 62.102) (xy 117.491241 62.321176) (xy 117.28 62.321176) + (xy 117.206095 62.328455) (xy 117.13503 62.350012) (xy 117.069537 62.385019) (xy 117.012131 62.432131) (xy 116.965019 62.489537) + (xy 116.930012 62.55503) (xy 116.908455 62.626095) (xy 116.901176 62.7) (xy 116.901176 63.7) (xy 116.908455 63.773905) + (xy 116.930012 63.84497) (xy 116.965019 63.910463) (xy 117.012131 63.967869) (xy 117.069537 64.014981) (xy 117.13503 64.049988) + (xy 117.206095 64.071545) (xy 117.28 64.078824) (xy 118.78 64.078824) (xy 118.853905 64.071545) (xy 118.92497 64.049988) + (xy 118.990463 64.014981) (xy 119.047869 63.967869) (xy 119.094981 63.910463) (xy 119.129988 63.84497) (xy 119.151545 63.773905) + (xy 119.158824 63.7) (xy 119.158824 62.7) (xy 119.151545 62.626095) (xy 119.129988 62.55503) (xy 119.094981 62.489537) + (xy 119.047869 62.432131) (xy 118.990463 62.385019) (xy 118.92497 62.350012) (xy 118.853905 62.328455) (xy 118.78 62.321176) + (xy 118.532 62.321176) (xy 118.532 62.174642) (xy 118.534427 62.149999) (xy 118.532 62.125356) (xy 118.532 62.125347) + (xy 118.524736 62.051591) (xy 118.496031 61.956964) (xy 118.449417 61.869755) (xy 118.422974 61.837535) (xy 118.402399 61.812464) + (xy 118.402397 61.812462) (xy 118.386684 61.793316) (xy 118.367538 61.777603) (xy 117.852401 61.262467) (xy 117.836684 61.243316) + (xy 117.760245 61.180583) (xy 117.675812 61.135453) (xy 117.74425 61.135) (xy 117.903 60.97625) (xy 117.903 60.127) + (xy 118.157 60.127) (xy 118.157 60.97625) (xy 118.31575 61.135) (xy 118.78 61.138072) (xy 118.904482 61.125812) + (xy 119.02418 61.089502) (xy 119.134494 61.030537) (xy 119.231185 60.951185) (xy 119.310537 60.854494) (xy 119.369502 60.74418) + (xy 119.405812 60.624482) (xy 119.418072 60.5) (xy 119.415 60.28575) (xy 119.25625 60.127) (xy 118.157 60.127) + (xy 117.903 60.127) (xy 116.80375 60.127) (xy 116.645 60.28575) (xy 116.641928 60.5) (xy 116.654188 60.624482) + (xy 116.690498 60.74418) (xy 116.749463 60.854494) (xy 116.828815 60.951185) (xy 116.925506 61.030537) (xy 117.03582 61.089502) + (xy 117.063834 61.098) (xy 116.087935 61.098) (xy 115.851758 60.861824) (xy 116.087 60.861824) (xy 116.160905 60.854545) + (xy 116.23197 60.832988) (xy 116.297463 60.797981) (xy 116.354869 60.750869) (xy 116.401981 60.693463) (xy 116.436988 60.62797) + (xy 116.458545 60.556905) (xy 116.465824 60.483) (xy 116.465824 59.5) (xy 116.641928 59.5) (xy 116.645 59.71425) + (xy 116.80375 59.873) (xy 117.903 59.873) (xy 117.903 59.02375) (xy 118.157 59.02375) (xy 118.157 59.873) + (xy 119.25625 59.873) (xy 119.415 59.71425) (xy 119.418072 59.5) (xy 121.801176 59.5) (xy 121.801176 60.5) + (xy 121.808455 60.573905) (xy 121.830012 60.64497) (xy 121.865019 60.710463) (xy 121.912131 60.767869) (xy 121.969537 60.814981) + (xy 122.03503 60.849988) (xy 122.106095 60.871545) (xy 122.18 60.878824) (xy 122.428 60.878824) (xy 122.428 61.025357) + (xy 122.425573 61.05) (xy 122.428 61.074643) (xy 122.428 61.074652) (xy 122.435264 61.148408) (xy 122.463969 61.243035) + (xy 122.510583 61.330245) (xy 122.573316 61.406684) (xy 122.592467 61.422401) (xy 123.307603 62.137538) (xy 123.323316 62.156684) + (xy 123.399755 62.219417) (xy 123.486964 62.266031) (xy 123.581591 62.294736) (xy 123.655347 62.302) (xy 123.655356 62.302) + (xy 123.679999 62.304427) (xy 123.704642 62.302) (xy 124.772066 62.302) (xy 124.78724 62.317175) (xy 124.73503 62.333012) + (xy 124.669537 62.368019) (xy 124.612131 62.415131) (xy 124.565019 62.472537) (xy 124.530012 62.53803) (xy 124.508455 62.609095) + (xy 124.501176 62.683) (xy 124.501176 63.683) (xy 124.508455 63.756905) (xy 124.530012 63.82797) (xy 124.565019 63.893463) + (xy 124.612131 63.950869) (xy 124.669537 63.997981) (xy 124.73503 64.032988) (xy 124.806095 64.054545) (xy 124.88 64.061824) + (xy 126.38 64.061824) (xy 126.453905 64.054545) (xy 126.52497 64.032988) (xy 126.590463 63.997981) (xy 126.647869 63.950869) + (xy 126.694981 63.893463) (xy 126.729988 63.82797) (xy 126.751545 63.756905) (xy 126.758824 63.683) (xy 126.758824 62.683) + (xy 126.751545 62.609095) (xy 126.729988 62.53803) (xy 126.694981 62.472537) (xy 126.647869 62.415131) (xy 126.590463 62.368019) + (xy 126.52497 62.333012) (xy 126.453905 62.311455) (xy 126.38 62.304176) (xy 126.110353 62.304176) (xy 126.096031 62.256964) + (xy 126.049417 62.169755) (xy 126.03869 62.156684) (xy 126.0024 62.112464) (xy 126.002392 62.112456) (xy 125.986684 62.093316) + (xy 125.967543 62.077607) (xy 125.352401 61.462467) (xy 125.336684 61.443316) (xy 125.260245 61.380583) (xy 125.173036 61.333969) + (xy 125.078409 61.305264) (xy 125.004653 61.298) (xy 125.004643 61.298) (xy 124.98 61.295573) (xy 124.955357 61.298) + (xy 123.887935 61.298) (xy 123.468758 60.878824) (xy 123.68 60.878824) (xy 123.753905 60.871545) (xy 123.82497 60.849988) + (xy 123.890463 60.814981) (xy 123.947869 60.767869) (xy 123.994981 60.710463) (xy 124.029988 60.64497) (xy 124.051545 60.573905) + (xy 124.058824 60.5) (xy 124.058824 60.483) (xy 124.241928 60.483) (xy 124.254188 60.607482) (xy 124.290498 60.72718) + (xy 124.349463 60.837494) (xy 124.428815 60.934185) (xy 124.525506 61.013537) (xy 124.63582 61.072502) (xy 124.755518 61.108812) + (xy 124.88 61.121072) (xy 125.34425 61.118) (xy 125.503 60.95925) (xy 125.503 60.11) (xy 125.757 60.11) + (xy 125.757 60.95925) (xy 125.91575 61.118) (xy 126.38 61.121072) (xy 126.504482 61.108812) (xy 126.62418 61.072502) + (xy 126.734494 61.013537) (xy 126.831185 60.934185) (xy 126.910537 60.837494) (xy 126.969502 60.72718) (xy 127.005812 60.607482) + (xy 127.018072 60.483) (xy 127.015 60.26875) (xy 126.85625 60.11) (xy 125.757 60.11) (xy 125.503 60.11) + (xy 124.40375 60.11) (xy 124.245 60.26875) (xy 124.241928 60.483) (xy 124.058824 60.483) (xy 124.058824 59.5) + (xy 124.05715 59.483) (xy 124.241928 59.483) (xy 124.245 59.69725) (xy 124.40375 59.856) (xy 125.503 59.856) + (xy 125.503 59.00675) (xy 125.757 59.00675) (xy 125.757 59.856) (xy 126.85625 59.856) (xy 127.015 59.69725) + (xy 127.018072 59.483) (xy 129.401176 59.483) (xy 129.401176 60.483) (xy 129.408455 60.556905) (xy 129.430012 60.62797) + (xy 129.465019 60.693463) (xy 129.512131 60.750869) (xy 129.569537 60.797981) (xy 129.63503 60.832988) (xy 129.706095 60.854545) + (xy 129.78 60.861824) (xy 130.028001 60.861824) (xy 130.028001 61.025347) (xy 130.025573 61.05) (xy 130.035265 61.148409) + (xy 130.06397 61.243036) (xy 130.110584 61.330245) (xy 130.157601 61.387535) (xy 130.157604 61.387538) (xy 130.173317 61.406684) + (xy 130.192463 61.422397) (xy 130.607603 61.837538) (xy 130.623316 61.856684) (xy 130.642462 61.872397) (xy 130.642464 61.872399) + (xy 130.66968 61.894735) (xy 130.699755 61.919417) (xy 130.786964 61.966031) (xy 130.881591 61.994736) (xy 130.955347 62.002) + (xy 130.955356 62.002) (xy 130.979999 62.004427) (xy 131.004642 62.002) (xy 132.472066 62.002) (xy 132.728 62.257935) + (xy 132.728 62.304176) (xy 132.48 62.304176) (xy 132.406095 62.311455) (xy 132.33503 62.333012) (xy 132.269537 62.368019) + (xy 132.212131 62.415131) (xy 132.165019 62.472537) (xy 132.130012 62.53803) (xy 132.108455 62.609095) (xy 132.101176 62.683) + (xy 132.101176 63.683) (xy 132.108455 63.756905) (xy 132.130012 63.82797) (xy 132.165019 63.893463) (xy 132.212131 63.950869) + (xy 132.269537 63.997981) (xy 132.33503 64.032988) (xy 132.406095 64.054545) (xy 132.48 64.061824) (xy 133.98 64.061824) + (xy 134.053905 64.054545) (xy 134.12497 64.032988) (xy 134.190463 63.997981) (xy 134.247869 63.950869) (xy 134.294981 63.893463) + (xy 134.329988 63.82797) (xy 134.351545 63.756905) (xy 134.358824 63.683) (xy 134.358824 62.683) (xy 134.351545 62.609095) + (xy 134.329988 62.53803) (xy 134.294981 62.472537) (xy 134.247869 62.415131) (xy 134.190463 62.368019) (xy 134.12497 62.333012) + (xy 134.053905 62.311455) (xy 133.98 62.304176) (xy 133.732 62.304176) (xy 133.732 62.074642) (xy 133.734427 62.049999) + (xy 133.732 62.025356) (xy 133.732 62.025347) (xy 133.724736 61.951591) (xy 133.696031 61.856964) (xy 133.649417 61.769755) + (xy 133.613393 61.72586) (xy 133.602399 61.712464) (xy 133.602397 61.712462) (xy 133.586684 61.693316) (xy 133.567538 61.677603) + (xy 133.052401 61.162467) (xy 133.036684 61.143316) (xy 132.972011 61.090239) (xy 133.103 60.95925) (xy 133.103 60.11) + (xy 133.357 60.11) (xy 133.357 60.95925) (xy 133.51575 61.118) (xy 133.98 61.121072) (xy 134.104482 61.108812) + (xy 134.22418 61.072502) (xy 134.334494 61.013537) (xy 134.431185 60.934185) (xy 134.510537 60.837494) (xy 134.569502 60.72718) + (xy 134.605812 60.607482) (xy 134.618072 60.483) (xy 134.615 60.26875) (xy 134.45625 60.11) (xy 133.357 60.11) + (xy 133.103 60.11) (xy 132.00375 60.11) (xy 131.845 60.26875) (xy 131.841928 60.483) (xy 131.854188 60.607482) + (xy 131.890498 60.72718) (xy 131.949463 60.837494) (xy 132.028815 60.934185) (xy 132.106574 60.998) (xy 131.187935 60.998) + (xy 131.051758 60.861824) (xy 131.28 60.861824) (xy 131.353905 60.854545) (xy 131.42497 60.832988) (xy 131.490463 60.797981) + (xy 131.547869 60.750869) (xy 131.594981 60.693463) (xy 131.629988 60.62797) (xy 131.651545 60.556905) (xy 131.658824 60.483) + (xy 131.658824 59.483) (xy 131.841928 59.483) (xy 131.845 59.69725) (xy 132.00375 59.856) (xy 133.103 59.856) + (xy 133.103 59.00675) (xy 133.357 59.00675) (xy 133.357 59.856) (xy 134.45625 59.856) (xy 134.615 59.69725) + (xy 134.618072 59.483) (xy 137.001176 59.483) (xy 137.001176 60.483) (xy 137.008455 60.556905) (xy 137.030012 60.62797) + (xy 137.065019 60.693463) (xy 137.112131 60.750869) (xy 137.169537 60.797981) (xy 137.23503 60.832988) (xy 137.306095 60.854545) + (xy 137.38 60.861824) (xy 137.628001 60.861824) (xy 137.628001 61.025347) (xy 137.625573 61.05) (xy 137.635265 61.148409) + (xy 137.66397 61.243036) (xy 137.710584 61.330245) (xy 137.757601 61.387535) (xy 137.757604 61.387538) (xy 137.773317 61.406684) + (xy 137.792462 61.422396) (xy 138.107607 61.737543) (xy 138.123316 61.756684) (xy 138.142456 61.772392) (xy 138.142464 61.7724) + (xy 138.199754 61.819417) (xy 138.246368 61.844332) (xy 138.286964 61.866031) (xy 138.381591 61.894736) (xy 138.455347 61.902) + (xy 138.455357 61.902) (xy 138.48 61.904427) (xy 138.504643 61.902) (xy 140.172066 61.902) (xy 140.328 62.057935) + (xy 140.328 62.321176) (xy 140.08 62.321176) (xy 140.006095 62.328455) (xy 139.93503 62.350012) (xy 139.869537 62.385019) + (xy 139.812131 62.432131) (xy 139.765019 62.489537) (xy 139.730012 62.55503) (xy 139.708455 62.626095) (xy 139.701176 62.7) + (xy 139.701176 63.7) (xy 139.708455 63.773905) (xy 139.730012 63.84497) (xy 139.765019 63.910463) (xy 139.812131 63.967869) + (xy 139.869537 64.014981) (xy 139.93503 64.049988) (xy 140.006095 64.071545) (xy 140.08 64.078824) (xy 141.58 64.078824) + (xy 141.653905 64.071545) (xy 141.72497 64.049988) (xy 141.790463 64.014981) (xy 141.847869 63.967869) (xy 141.894981 63.910463) + (xy 141.929988 63.84497) (xy 141.951545 63.773905) (xy 141.958824 63.7) (xy 141.958824 62.7) (xy 141.951545 62.626095) + (xy 141.929988 62.55503) (xy 141.894981 62.489537) (xy 141.847869 62.432131) (xy 141.790463 62.385019) (xy 141.72497 62.350012) + (xy 141.653905 62.328455) (xy 141.58 62.321176) (xy 141.332 62.321176) (xy 141.332 61.874642) (xy 141.334427 61.849999) + (xy 141.332 61.825356) (xy 141.332 61.825347) (xy 141.324736 61.751591) (xy 141.296031 61.656964) (xy 141.249417 61.569755) + (xy 141.209534 61.521158) (xy 141.202399 61.512464) (xy 141.202397 61.512462) (xy 141.186684 61.493316) (xy 141.167538 61.477603) + (xy 140.752401 61.062467) (xy 140.736684 61.043316) (xy 140.681348 60.997902) (xy 140.703 60.97625) (xy 140.703 60.127) + (xy 140.957 60.127) (xy 140.957 60.97625) (xy 141.11575 61.135) (xy 141.58 61.138072) (xy 141.704482 61.125812) + (xy 141.82418 61.089502) (xy 141.934494 61.030537) (xy 142.031185 60.951185) (xy 142.110537 60.854494) (xy 142.169502 60.74418) + (xy 142.205812 60.624482) (xy 142.218072 60.5) (xy 142.215 60.28575) (xy 142.05625 60.127) (xy 140.957 60.127) + (xy 140.703 60.127) (xy 139.60375 60.127) (xy 139.445 60.28575) (xy 139.441928 60.5) (xy 139.454188 60.624482) + (xy 139.490498 60.74418) (xy 139.549463 60.854494) (xy 139.585167 60.898) (xy 138.687935 60.898) (xy 138.651759 60.861824) + (xy 138.88 60.861824) (xy 138.953905 60.854545) (xy 139.02497 60.832988) (xy 139.090463 60.797981) (xy 139.147869 60.750869) + (xy 139.194981 60.693463) (xy 139.229988 60.62797) (xy 139.251545 60.556905) (xy 139.258824 60.483) (xy 139.258824 59.5) + (xy 139.441928 59.5) (xy 139.445 59.71425) (xy 139.60375 59.873) (xy 140.703 59.873) (xy 140.703 59.02375) + (xy 140.957 59.02375) (xy 140.957 59.873) (xy 142.05625 59.873) (xy 142.215 59.71425) (xy 142.218072 59.5) + (xy 144.601176 59.5) (xy 144.601176 60.5) (xy 144.608455 60.573905) (xy 144.630012 60.64497) (xy 144.665019 60.710463) + (xy 144.712131 60.767869) (xy 144.769537 60.814981) (xy 144.83503 60.849988) (xy 144.906095 60.871545) (xy 144.98 60.878824) + (xy 145.228001 60.878824) (xy 145.228001 60.925347) (xy 145.225573 60.95) (xy 145.235265 61.048409) (xy 145.26397 61.143036) + (xy 145.310584 61.230245) (xy 145.357601 61.287535) (xy 145.357604 61.287538) (xy 145.373317 61.306684) (xy 145.392462 61.322397) + (xy 146.007607 61.937543) (xy 146.023316 61.956684) (xy 146.042456 61.972392) (xy 146.042464 61.9724) (xy 146.08149 62.004427) + (xy 146.099755 62.019417) (xy 146.186964 62.066031) (xy 146.281591 62.094736) (xy 146.355347 62.102) (xy 146.355357 62.102) + (xy 146.38 62.104427) (xy 146.404643 62.102) (xy 147.772066 62.102) (xy 147.928 62.257935) (xy 147.928 62.321176) + (xy 147.68 62.321176) (xy 147.606095 62.328455) (xy 147.53503 62.350012) (xy 147.469537 62.385019) (xy 147.412131 62.432131) + (xy 147.365019 62.489537) (xy 147.330012 62.55503) (xy 147.308455 62.626095) (xy 147.301176 62.7) (xy 147.301176 63.7) + (xy 147.308455 63.773905) (xy 147.330012 63.84497) (xy 147.365019 63.910463) (xy 147.412131 63.967869) (xy 147.469537 64.014981) + (xy 147.53503 64.049988) (xy 147.606095 64.071545) (xy 147.68 64.078824) (xy 149.18 64.078824) (xy 149.253905 64.071545) + (xy 149.32497 64.049988) (xy 149.390463 64.014981) (xy 149.447869 63.967869) (xy 149.494981 63.910463) (xy 149.529988 63.84497) + (xy 149.551545 63.773905) (xy 149.558824 63.7) (xy 149.558824 62.7) (xy 149.551545 62.626095) (xy 149.529988 62.55503) + (xy 149.494981 62.489537) (xy 149.447869 62.432131) (xy 149.390463 62.385019) (xy 149.32497 62.350012) (xy 149.253905 62.328455) + (xy 149.18 62.321176) (xy 148.932 62.321176) (xy 148.932 62.074642) (xy 148.934427 62.049999) (xy 148.932 62.025356) + (xy 148.932 62.025347) (xy 148.924736 61.951591) (xy 148.896031 61.856964) (xy 148.849417 61.769755) (xy 148.813393 61.72586) + (xy 148.802399 61.712464) (xy 148.802397 61.712462) (xy 148.786684 61.693316) (xy 148.767538 61.677603) (xy 148.352401 61.262467) + (xy 148.336684 61.243316) (xy 148.260245 61.180583) (xy 148.173036 61.133969) (xy 148.151741 61.127509) (xy 148.303 60.97625) + (xy 148.303 60.127) (xy 148.557 60.127) (xy 148.557 60.97625) (xy 148.71575 61.135) (xy 149.18 61.138072) + (xy 149.304482 61.125812) (xy 149.42418 61.089502) (xy 149.534494 61.030537) (xy 149.631185 60.951185) (xy 149.710537 60.854494) + (xy 149.769502 60.74418) (xy 149.805812 60.624482) (xy 149.818072 60.5) (xy 149.815 60.28575) (xy 149.65625 60.127) + (xy 148.557 60.127) (xy 148.303 60.127) (xy 147.20375 60.127) (xy 147.045 60.28575) (xy 147.041928 60.5) + (xy 147.054188 60.624482) (xy 147.090498 60.74418) (xy 147.149463 60.854494) (xy 147.228815 60.951185) (xy 147.325506 61.030537) + (xy 147.43582 61.089502) (xy 147.463834 61.098) (xy 146.587936 61.098) (xy 146.368759 60.878824) (xy 146.48 60.878824) + (xy 146.553905 60.871545) (xy 146.62497 60.849988) (xy 146.690463 60.814981) (xy 146.747869 60.767869) (xy 146.794981 60.710463) + (xy 146.829988 60.64497) (xy 146.851545 60.573905) (xy 146.858824 60.5) (xy 146.858824 59.5) (xy 147.041928 59.5) + (xy 147.045 59.71425) (xy 147.20375 59.873) (xy 148.303 59.873) (xy 148.303 59.02375) (xy 148.14425 58.865) + (xy 147.68 58.861928) (xy 147.555518 58.874188) (xy 147.43582 58.910498) (xy 147.325506 58.969463) (xy 147.228815 59.048815) + (xy 147.149463 59.145506) (xy 147.090498 59.25582) (xy 147.054188 59.375518) (xy 147.041928 59.5) (xy 146.858824 59.5) + (xy 146.851545 59.426095) (xy 146.829988 59.35503) (xy 146.794981 59.289537) (xy 146.747869 59.232131) (xy 146.690463 59.185019) + (xy 146.62497 59.150012) (xy 146.553905 59.128455) (xy 146.48 59.121176) (xy 144.98 59.121176) (xy 144.906095 59.128455) + (xy 144.83503 59.150012) (xy 144.769537 59.185019) (xy 144.712131 59.232131) (xy 144.665019 59.289537) (xy 144.630012 59.35503) + (xy 144.608455 59.426095) (xy 144.601176 59.5) (xy 142.218072 59.5) (xy 142.205812 59.375518) (xy 142.169502 59.25582) + (xy 142.110537 59.145506) (xy 142.031185 59.048815) (xy 141.934494 58.969463) (xy 141.82418 58.910498) (xy 141.704482 58.874188) + (xy 141.58 58.861928) (xy 141.11575 58.865) (xy 140.957 59.02375) (xy 140.703 59.02375) (xy 140.54425 58.865) + (xy 140.08 58.861928) (xy 139.955518 58.874188) (xy 139.83582 58.910498) (xy 139.725506 58.969463) (xy 139.628815 59.048815) + (xy 139.549463 59.145506) (xy 139.490498 59.25582) (xy 139.454188 59.375518) (xy 139.441928 59.5) (xy 139.258824 59.5) + (xy 139.258824 59.483) (xy 139.251545 59.409095) (xy 139.229988 59.33803) (xy 139.194981 59.272537) (xy 139.147869 59.215131) + (xy 139.090463 59.168019) (xy 139.02497 59.133012) (xy 138.953905 59.111455) (xy 138.88 59.104176) (xy 137.38 59.104176) + (xy 137.306095 59.111455) (xy 137.23503 59.133012) (xy 137.169537 59.168019) (xy 137.112131 59.215131) (xy 137.065019 59.272537) + (xy 137.030012 59.33803) (xy 137.008455 59.409095) (xy 137.001176 59.483) (xy 134.618072 59.483) (xy 134.605812 59.358518) + (xy 134.569502 59.23882) (xy 134.510537 59.128506) (xy 134.431185 59.031815) (xy 134.334494 58.952463) (xy 134.22418 58.893498) + (xy 134.104482 58.857188) (xy 133.98 58.844928) (xy 133.51575 58.848) (xy 133.357 59.00675) (xy 133.103 59.00675) + (xy 132.94425 58.848) (xy 132.48 58.844928) (xy 132.355518 58.857188) (xy 132.23582 58.893498) (xy 132.125506 58.952463) + (xy 132.028815 59.031815) (xy 131.949463 59.128506) (xy 131.890498 59.23882) (xy 131.854188 59.358518) (xy 131.841928 59.483) + (xy 131.658824 59.483) (xy 131.651545 59.409095) (xy 131.629988 59.33803) (xy 131.594981 59.272537) (xy 131.547869 59.215131) + (xy 131.490463 59.168019) (xy 131.42497 59.133012) (xy 131.353905 59.111455) (xy 131.28 59.104176) (xy 129.78 59.104176) + (xy 129.706095 59.111455) (xy 129.63503 59.133012) (xy 129.569537 59.168019) (xy 129.512131 59.215131) (xy 129.465019 59.272537) + (xy 129.430012 59.33803) (xy 129.408455 59.409095) (xy 129.401176 59.483) (xy 127.018072 59.483) (xy 127.005812 59.358518) + (xy 126.969502 59.23882) (xy 126.910537 59.128506) (xy 126.831185 59.031815) (xy 126.734494 58.952463) (xy 126.62418 58.893498) + (xy 126.504482 58.857188) (xy 126.38 58.844928) (xy 125.91575 58.848) (xy 125.757 59.00675) (xy 125.503 59.00675) + (xy 125.34425 58.848) (xy 124.88 58.844928) (xy 124.755518 58.857188) (xy 124.63582 58.893498) (xy 124.525506 58.952463) + (xy 124.428815 59.031815) (xy 124.349463 59.128506) (xy 124.290498 59.23882) (xy 124.254188 59.358518) (xy 124.241928 59.483) + (xy 124.05715 59.483) (xy 124.051545 59.426095) (xy 124.029988 59.35503) (xy 123.994981 59.289537) (xy 123.947869 59.232131) + (xy 123.890463 59.185019) (xy 123.82497 59.150012) (xy 123.753905 59.128455) (xy 123.68 59.121176) (xy 122.18 59.121176) + (xy 122.106095 59.128455) (xy 122.03503 59.150012) (xy 121.969537 59.185019) (xy 121.912131 59.232131) (xy 121.865019 59.289537) + (xy 121.830012 59.35503) (xy 121.808455 59.426095) (xy 121.801176 59.5) (xy 119.418072 59.5) (xy 119.405812 59.375518) + (xy 119.369502 59.25582) (xy 119.310537 59.145506) (xy 119.231185 59.048815) (xy 119.134494 58.969463) (xy 119.02418 58.910498) + (xy 118.904482 58.874188) (xy 118.78 58.861928) (xy 118.31575 58.865) (xy 118.157 59.02375) (xy 117.903 59.02375) + (xy 117.74425 58.865) (xy 117.28 58.861928) (xy 117.155518 58.874188) (xy 117.03582 58.910498) (xy 116.925506 58.969463) + (xy 116.828815 59.048815) (xy 116.749463 59.145506) (xy 116.690498 59.25582) (xy 116.654188 59.375518) (xy 116.641928 59.5) + (xy 116.465824 59.5) (xy 116.465824 59.483) (xy 116.458545 59.409095) (xy 116.436988 59.33803) (xy 116.401981 59.272537) + (xy 116.354869 59.215131) (xy 116.297463 59.168019) (xy 116.23197 59.133012) (xy 116.160905 59.111455) (xy 116.087 59.104176) + (xy 114.587 59.104176) (xy 114.513095 59.111455) (xy 114.44203 59.133012) (xy 114.376537 59.168019) (xy 114.319131 59.215131) + (xy 114.272019 59.272537) (xy 114.237012 59.33803) (xy 114.215455 59.409095) (xy 114.208176 59.483) (xy 114.187 59.483) + (xy 114.187 57.310794) (xy 114.190033 57.28) (xy 114.177927 57.157087) (xy 114.153828 57.077643) (xy 114.142075 57.038897) + (xy 114.083853 56.929972) (xy 114.047 56.885066) (xy 114.047 56.227) (xy 120.949208 56.227) (xy 120.979999 56.230033) + (xy 121.010791 56.227) (xy 128.049206 56.227) (xy 128.08 56.230033) (xy 128.110794 56.227) (xy 135.849208 56.227) + (xy 135.879999 56.230033) (xy 135.910791 56.227) (xy 144.749206 56.227) (xy 144.78 56.230033) (xy 144.810794 56.227) + (xy 144.902913 56.217927) (xy 145.021103 56.182075) (xy 145.130028 56.123853) (xy 145.225501 56.045501) (xy 145.245138 56.021573) + (xy 146.151578 55.115134) (xy 146.175501 55.095501) (xy 146.253853 55.000028) (xy 146.312075 54.891103) (xy 146.347927 54.772913) + (xy 146.357 54.680794) (xy 146.360033 54.65) (xy 146.357 54.619206) (xy 146.357 53.980794) (xy 146.360033 53.95) + (xy 146.357 53.919206) (xy 146.357 53.078824) (xy 146.48 53.078824) (xy 146.553905 53.071545) (xy 146.62497 53.049988) + (xy 146.690463 53.014981) (xy 146.747869 52.967869) (xy 146.794981 52.910463) (xy 146.829988 52.84497) (xy 146.851545 52.773905) + (xy 146.858824 52.7) (xy 146.858824 51.7) (xy 146.851545 51.626095) (xy 146.829988 51.55503) (xy 146.794981 51.489537) + (xy 146.747869 51.432131) (xy 146.690463 51.385019) (xy 146.62497 51.350012) (xy 146.553905 51.328455) (xy 146.48 51.321176) + (xy 144.98 51.321176) (xy 144.906095 51.328455) (xy 144.83503 51.350012) (xy 144.769537 51.385019) (xy 144.712131 51.432131) + (xy 144.665019 51.489537) (xy 144.630012 51.55503) (xy 144.608455 51.626095) (xy 144.601176 51.7) (xy 144.601176 52.7) + (xy 144.608455 52.773905) (xy 144.630012 52.84497) (xy 144.665019 52.910463) (xy 144.712131 52.967869) (xy 144.769537 53.014981) + (xy 144.83503 53.049988) (xy 144.906095 53.071545) (xy 144.98 53.078824) (xy 145.103001 53.078824) (xy 145.103001 53.363741) + (xy 145.078545 53.350669) (xy 144.981218 53.321145) (xy 144.88 53.311176) (xy 144.6 53.311176) (xy 144.57259 53.313876) + (xy 144.513247 53.240887) (xy 144.416921 53.161092) (xy 144.306878 53.101623) (xy 144.187348 53.064765) (xy 144.06575 53.055) + (xy 143.907 53.21375) (xy 143.907 53.873) (xy 143.927 53.873) (xy 143.927 54.127) (xy 143.907 54.127) + (xy 143.907 54.78625) (xy 144.06575 54.945) (xy 144.187348 54.935235) (xy 144.306878 54.898377) (xy 144.416921 54.838908) + (xy 144.513247 54.759113) (xy 144.57259 54.686124) (xy 144.6 54.688824) (xy 144.804465 54.688824) (xy 144.520289 54.973) + (xy 136.487 54.973) (xy 136.487 54.737) (xy 137.039206 54.737) (xy 137.07 54.740033) (xy 137.100794 54.737) + (xy 137.192913 54.727927) (xy 137.311103 54.692075) (xy 137.420028 54.633853) (xy 137.515501 54.555501) (xy 137.535138 54.531573) + (xy 137.759634 54.307077) (xy 142.861935 54.307077) (xy 142.873625 54.431613) (xy 142.909386 54.551476) (xy 142.967844 54.662059) + (xy 143.046753 54.759113) (xy 143.143079 54.838908) (xy 143.253122 54.898377) (xy 143.372652 54.935235) (xy 143.49425 54.945) + (xy 143.653 54.78625) (xy 143.653 54.127) (xy 143.02375 54.127) (xy 142.865 54.28575) (xy 142.861935 54.307077) + (xy 137.759634 54.307077) (xy 138.373788 53.692923) (xy 142.861935 53.692923) (xy 142.865 53.71425) (xy 143.02375 53.873) + (xy 143.653 53.873) (xy 143.653 53.21375) (xy 143.49425 53.055) (xy 143.372652 53.064765) (xy 143.253122 53.101623) + (xy 143.143079 53.161092) (xy 143.046753 53.240887) (xy 142.967844 53.337941) (xy 142.909386 53.448524) (xy 142.873625 53.568387) + (xy 142.861935 53.692923) (xy 138.373788 53.692923) (xy 138.551578 53.515134) (xy 138.575501 53.495501) (xy 138.653853 53.400028) + (xy 138.712075 53.291103) (xy 138.747927 53.172913) (xy 138.757 53.080794) (xy 138.757 53.080793) (xy 138.759558 53.054824) + (xy 138.88 53.054824) (xy 138.953905 53.047545) (xy 139.02497 53.025988) (xy 139.090463 52.990981) (xy 139.147869 52.943869) + (xy 139.194981 52.886463) (xy 139.229988 52.82097) (xy 139.251545 52.749905) (xy 139.258824 52.676) (xy 139.258824 51.676) + (xy 139.251545 51.602095) (xy 139.229988 51.53103) (xy 139.194981 51.465537) (xy 139.147869 51.408131) (xy 139.090463 51.361019) + (xy 139.02497 51.326012) (xy 138.953905 51.304455) (xy 138.928979 51.302) (xy 140.328001 51.302) (xy 140.328001 51.321176) + (xy 140.08 51.321176) (xy 140.006095 51.328455) (xy 139.93503 51.350012) (xy 139.869537 51.385019) (xy 139.812131 51.432131) + (xy 139.765019 51.489537) (xy 139.730012 51.55503) (xy 139.708455 51.626095) (xy 139.701176 51.7) (xy 139.701176 52.7) + (xy 139.708455 52.773905) (xy 139.730012 52.84497) (xy 139.765019 52.910463) (xy 139.812131 52.967869) (xy 139.869537 53.014981) + (xy 139.93503 53.049988) (xy 140.006095 53.071545) (xy 140.08 53.078824) (xy 141.58 53.078824) (xy 141.653905 53.071545) + (xy 141.72497 53.049988) (xy 141.790463 53.014981) (xy 141.847869 52.967869) (xy 141.894981 52.910463) (xy 141.929988 52.84497) + (xy 141.951545 52.773905) (xy 141.958824 52.7) (xy 141.958824 51.7) (xy 141.951545 51.626095) (xy 141.929988 51.55503) + (xy 141.894981 51.489537) (xy 141.847869 51.432131) (xy 141.790463 51.385019) (xy 141.72497 51.350012) (xy 141.653905 51.328455) + (xy 141.58 51.321176) (xy 141.332 51.321176) (xy 141.332 51.074642) (xy 141.334427 51.049999) (xy 141.332 51.025356) + (xy 141.332 51.025347) (xy 141.324736 50.951591) (xy 141.296031 50.856964) (xy 141.249417 50.769755) (xy 141.186684 50.693316) + (xy 141.167532 50.677598) (xy 140.952402 50.462468) (xy 140.936684 50.443316) (xy 140.860245 50.380583) (xy 140.773036 50.333969) + (xy 140.678409 50.305264) (xy 140.604653 50.298) (xy 140.604643 50.298) (xy 140.58 50.295573) (xy 140.555357 50.298) + (xy 138.887935 50.298) (xy 138.632 50.042066) (xy 138.632 49.854824) (xy 138.88 49.854824) (xy 138.953905 49.847545) + (xy 139.02497 49.825988) (xy 139.090463 49.790981) (xy 139.147869 49.743869) (xy 139.194981 49.686463) (xy 139.229988 49.62097) + (xy 139.251545 49.549905) (xy 139.25646 49.5) (xy 139.441928 49.5) (xy 139.454188 49.624482) (xy 139.490498 49.74418) + (xy 139.549463 49.854494) (xy 139.628815 49.951185) (xy 139.725506 50.030537) (xy 139.83582 50.089502) (xy 139.955518 50.125812) + (xy 140.08 50.138072) (xy 140.54425 50.135) (xy 140.703 49.97625) (xy 140.703 49.127) (xy 140.957 49.127) + (xy 140.957 49.97625) (xy 141.11575 50.135) (xy 141.58 50.138072) (xy 141.704482 50.125812) (xy 141.82418 50.089502) + (xy 141.934494 50.030537) (xy 142.031185 49.951185) (xy 142.110537 49.854494) (xy 142.169502 49.74418) (xy 142.205812 49.624482) + (xy 142.218072 49.5) (xy 142.215 49.28575) (xy 142.05625 49.127) (xy 140.957 49.127) (xy 140.703 49.127) + (xy 139.60375 49.127) (xy 139.445 49.28575) (xy 139.441928 49.5) (xy 139.25646 49.5) (xy 139.258824 49.476) + (xy 139.258824 48.5) (xy 139.441928 48.5) (xy 139.445 48.71425) (xy 139.60375 48.873) (xy 140.703 48.873) + (xy 140.703 48.02375) (xy 140.957 48.02375) (xy 140.957 48.873) (xy 142.05625 48.873) (xy 142.215 48.71425) + (xy 142.218072 48.5) (xy 144.601176 48.5) (xy 144.601176 49.5) (xy 144.608455 49.573905) (xy 144.630012 49.64497) + (xy 144.665019 49.710463) (xy 144.712131 49.767869) (xy 144.769537 49.814981) (xy 144.83503 49.849988) (xy 144.906095 49.871545) + (xy 144.98 49.878824) (xy 146.48 49.878824) (xy 146.553905 49.871545) (xy 146.62497 49.849988) (xy 146.690463 49.814981) + (xy 146.747869 49.767869) (xy 146.794981 49.710463) (xy 146.829988 49.64497) (xy 146.851545 49.573905) (xy 146.858824 49.5) + (xy 146.858824 48.5) (xy 146.851545 48.426095) (xy 146.829988 48.35503) (xy 146.794981 48.289537) (xy 146.747869 48.232131) + (xy 146.690463 48.185019) (xy 146.62497 48.150012) (xy 146.553905 48.128455) (xy 146.48 48.121176) (xy 144.98 48.121176) + (xy 144.906095 48.128455) (xy 144.83503 48.150012) (xy 144.769537 48.185019) (xy 144.712131 48.232131) (xy 144.665019 48.289537) + (xy 144.630012 48.35503) (xy 144.608455 48.426095) (xy 144.601176 48.5) (xy 142.218072 48.5) (xy 142.205812 48.375518) + (xy 142.169502 48.25582) (xy 142.110537 48.145506) (xy 142.031185 48.048815) (xy 141.934494 47.969463) (xy 141.82418 47.910498) + (xy 141.704482 47.874188) (xy 141.58 47.861928) (xy 141.11575 47.865) (xy 140.957 48.02375) (xy 140.703 48.02375) + (xy 140.54425 47.865) (xy 140.08 47.861928) (xy 139.955518 47.874188) (xy 139.83582 47.910498) (xy 139.725506 47.969463) + (xy 139.628815 48.048815) (xy 139.549463 48.145506) (xy 139.490498 48.25582) (xy 139.454188 48.375518) (xy 139.441928 48.5) + (xy 139.258824 48.5) (xy 139.258824 48.476) (xy 139.251545 48.402095) (xy 139.229988 48.33103) (xy 139.194981 48.265537) + (xy 139.147869 48.208131) (xy 139.090463 48.161019) (xy 139.02497 48.126012) (xy 138.953905 48.104455) (xy 138.88 48.097176) + (xy 137.38 48.097176) (xy 137.306095 48.104455) (xy 137.23503 48.126012) (xy 137.169537 48.161019) (xy 137.112131 48.208131) + (xy 137.065019 48.265537) (xy 137.030012 48.33103) (xy 137.008455 48.402095) (xy 137.001176 48.476) (xy 137.001176 49.476) + (xy 137.008455 49.549905) (xy 137.030012 49.62097) (xy 137.065019 49.686463) (xy 137.112131 49.743869) (xy 137.169537 49.790981) + (xy 137.23503 49.825988) (xy 137.306095 49.847545) (xy 137.38 49.854824) (xy 137.628 49.854824) (xy 137.628 50.225357) + (xy 137.625573 50.25) (xy 137.628 50.274643) (xy 137.628 50.274652) (xy 137.635264 50.348408) (xy 137.663969 50.443035) + (xy 137.710583 50.530245) (xy 137.773316 50.606684) (xy 137.792467 50.622401) (xy 138.307603 51.137538) (xy 138.323316 51.156684) + (xy 138.399755 51.219417) (xy 138.486964 51.266031) (xy 138.581591 51.294736) (xy 138.606366 51.297176) (xy 137.38 51.297176) + (xy 137.306095 51.304455) (xy 137.23503 51.326012) (xy 137.169537 51.361019) (xy 137.112131 51.408131) (xy 137.065019 51.465537) + (xy 137.030012 51.53103) (xy 137.008455 51.602095) (xy 137.001176 51.676) (xy 137.001176 52.676) (xy 137.008455 52.749905) + (xy 137.030012 52.82097) (xy 137.065019 52.886463) (xy 137.112131 52.943869) (xy 137.169537 52.990981) (xy 137.23503 53.025988) + (xy 137.25979 53.033499) (xy 136.810289 53.483) (xy 136.240323 53.483) (xy 136.198545 53.460669) (xy 136.101218 53.431145) + (xy 136 53.421176) (xy 135.72 53.421176) (xy 135.69259 53.423876) (xy 135.633247 53.350887) (xy 135.536921 53.271092) + (xy 135.426878 53.211623) (xy 135.307348 53.174765) (xy 135.18575 53.165) (xy 135.027 53.32375) (xy 135.027 53.983) + (xy 135.047 53.983) (xy 135.047 54.237) (xy 135.027 54.237) (xy 135.027 54.257) (xy 134.773 54.257) + (xy 134.773 54.237) (xy 134.14375 54.237) (xy 133.985 54.39575) (xy 133.981935 54.417077) (xy 133.993625 54.541613) + (xy 134.029386 54.661476) (xy 134.087844 54.772059) (xy 134.166753 54.869113) (xy 134.263079 54.948908) (xy 134.307659 54.973) + (xy 128.767 54.973) (xy 128.767 54.827) (xy 129.849206 54.827) (xy 129.88 54.830033) (xy 129.910794 54.827) + (xy 130.002913 54.817927) (xy 130.121103 54.782075) (xy 130.230028 54.723853) (xy 130.325501 54.645501) (xy 130.345138 54.621573) + (xy 130.951578 54.015134) (xy 130.975501 53.995501) (xy 131.053853 53.900028) (xy 131.105757 53.802923) (xy 133.981935 53.802923) + (xy 133.985 53.82425) (xy 134.14375 53.983) (xy 134.773 53.983) (xy 134.773 53.32375) (xy 134.61425 53.165) + (xy 134.492652 53.174765) (xy 134.373122 53.211623) (xy 134.263079 53.271092) (xy 134.166753 53.350887) (xy 134.087844 53.447941) + (xy 134.029386 53.558524) (xy 133.993625 53.678387) (xy 133.981935 53.802923) (xy 131.105757 53.802923) (xy 131.112075 53.791103) + (xy 131.147927 53.672913) (xy 131.157 53.580794) (xy 131.160033 53.55) (xy 131.157 53.519206) (xy 131.157 53.104824) + (xy 131.28 53.104824) (xy 131.353905 53.097545) (xy 131.42497 53.075988) (xy 131.490463 53.040981) (xy 131.547869 52.993869) + (xy 131.594981 52.936463) (xy 131.629988 52.87097) (xy 131.651545 52.799905) (xy 131.658824 52.726) (xy 131.658824 51.726) + (xy 131.651545 51.652095) (xy 131.629988 51.58103) (xy 131.594981 51.515537) (xy 131.547869 51.458131) (xy 131.490463 51.411019) + (xy 131.42497 51.376012) (xy 131.353905 51.354455) (xy 131.28 51.347176) (xy 129.78 51.347176) (xy 129.706095 51.354455) + (xy 129.63503 51.376012) (xy 129.569537 51.411019) (xy 129.512131 51.458131) (xy 129.465019 51.515537) (xy 129.430012 51.58103) + (xy 129.408455 51.652095) (xy 129.401176 51.726) (xy 129.401176 52.726) (xy 129.408455 52.799905) (xy 129.430012 52.87097) + (xy 129.465019 52.936463) (xy 129.512131 52.993869) (xy 129.569537 53.040981) (xy 129.63503 53.075988) (xy 129.706095 53.097545) + (xy 129.78 53.104824) (xy 129.903001 53.104824) (xy 129.903001 53.290288) (xy 129.620289 53.573) (xy 128.539032 53.573) + (xy 128.478545 53.540669) (xy 128.381218 53.511145) (xy 128.28 53.501176) (xy 128 53.501176) (xy 127.97259 53.503876) + (xy 127.913247 53.430887) (xy 127.816921 53.351092) (xy 127.706878 53.291623) (xy 127.587348 53.254765) (xy 127.46575 53.245) + (xy 127.307 53.40375) (xy 127.307 54.063) (xy 127.327 54.063) (xy 127.327 54.317) (xy 127.307 54.317) + (xy 127.307 54.337) (xy 127.053 54.337) (xy 127.053 54.317) (xy 126.42375 54.317) (xy 126.265 54.47575) + (xy 126.261935 54.497077) (xy 126.273625 54.621613) (xy 126.309386 54.741476) (xy 126.367844 54.852059) (xy 126.446753 54.949113) + (xy 126.475589 54.973) (xy 121.587 54.973) (xy 121.587 54.817) (xy 122.159206 54.817) (xy 122.19 54.820033) + (xy 122.220794 54.817) (xy 122.312913 54.807927) (xy 122.431103 54.772075) (xy 122.540028 54.713853) (xy 122.635501 54.635501) + (xy 122.655138 54.611573) (xy 123.351578 53.915134) (xy 123.375501 53.895501) (xy 123.385823 53.882923) (xy 126.261935 53.882923) + (xy 126.265 53.90425) (xy 126.42375 54.063) (xy 127.053 54.063) (xy 127.053 53.40375) (xy 126.89425 53.245) + (xy 126.772652 53.254765) (xy 126.653122 53.291623) (xy 126.543079 53.351092) (xy 126.446753 53.430887) (xy 126.367844 53.527941) + (xy 126.309386 53.638524) (xy 126.273625 53.758387) (xy 126.261935 53.882923) (xy 123.385823 53.882923) (xy 123.453853 53.800028) + (xy 123.512075 53.691103) (xy 123.547927 53.572913) (xy 123.554993 53.501176) (xy 123.560033 53.450001) (xy 123.557 53.419207) + (xy 123.557 53.124824) (xy 123.68 53.124824) (xy 123.753905 53.117545) (xy 123.82497 53.095988) (xy 123.890463 53.060981) + (xy 123.947869 53.013869) (xy 123.994981 52.956463) (xy 124.029988 52.89097) (xy 124.051545 52.819905) (xy 124.058824 52.746) + (xy 124.058824 51.746) (xy 124.051545 51.672095) (xy 124.029988 51.60103) (xy 123.994981 51.535537) (xy 123.947869 51.478131) + (xy 123.890463 51.431019) (xy 123.82497 51.396012) (xy 123.753905 51.374455) (xy 123.68 51.367176) (xy 122.18 51.367176) + (xy 122.106095 51.374455) (xy 122.03503 51.396012) (xy 121.969537 51.431019) (xy 121.912131 51.478131) (xy 121.865019 51.535537) + (xy 121.830012 51.60103) (xy 121.808455 51.672095) (xy 121.801176 51.746) (xy 121.801176 52.746) (xy 121.808455 52.819905) + (xy 121.830012 52.89097) (xy 121.865019 52.956463) (xy 121.912131 53.013869) (xy 121.969537 53.060981) (xy 122.03503 53.095988) + (xy 122.106095 53.117545) (xy 122.18 53.124824) (xy 122.303001 53.124824) (xy 122.303001 53.190287) (xy 121.930289 53.563) + (xy 121.340323 53.563) (xy 121.298545 53.540669) (xy 121.201218 53.511145) (xy 121.1 53.501176) (xy 120.82 53.501176) + (xy 120.79259 53.503876) (xy 120.733247 53.430887) (xy 120.636921 53.351092) (xy 120.526878 53.291623) (xy 120.407348 53.254765) + (xy 120.28575 53.245) (xy 120.127 53.40375) (xy 120.127 54.063) (xy 120.147 54.063) (xy 120.147 54.317) + (xy 120.127 54.317) (xy 120.127 54.337) (xy 119.873 54.337) (xy 119.873 54.317) (xy 119.24375 54.317) + (xy 119.085 54.47575) (xy 119.081935 54.497077) (xy 119.093625 54.621613) (xy 119.129386 54.741476) (xy 119.187844 54.852059) + (xy 119.266753 54.949113) (xy 119.295589 54.973) (xy 114.047 54.973) (xy 114.047 54.817) (xy 114.759206 54.817) + (xy 114.79 54.820033) (xy 114.820794 54.817) (xy 114.912913 54.807927) (xy 115.031103 54.772075) (xy 115.140028 54.713853) + (xy 115.235501 54.635501) (xy 115.255138 54.611573) (xy 115.725578 54.141134) (xy 115.749501 54.121501) (xy 115.827853 54.026028) + (xy 115.886075 53.917103) (xy 115.896443 53.882923) (xy 119.081935 53.882923) (xy 119.085 53.90425) (xy 119.24375 54.063) + (xy 119.873 54.063) (xy 119.873 53.40375) (xy 119.71425 53.245) (xy 119.592652 53.254765) (xy 119.473122 53.291623) + (xy 119.363079 53.351092) (xy 119.266753 53.430887) (xy 119.187844 53.527941) (xy 119.129386 53.638524) (xy 119.093625 53.758387) + (xy 119.081935 53.882923) (xy 115.896443 53.882923) (xy 115.921927 53.798913) (xy 115.922696 53.791103) (xy 115.934033 53.676) + (xy 115.931 53.645206) (xy 115.931 53.154824) (xy 116.054 53.154824) (xy 116.127905 53.147545) (xy 116.19897 53.125988) + (xy 116.264463 53.090981) (xy 116.321869 53.043869) (xy 116.368981 52.986463) (xy 116.403988 52.92097) (xy 116.425545 52.849905) + (xy 116.432824 52.776) (xy 116.432824 51.776) (xy 116.425545 51.702095) (xy 116.403988 51.63103) (xy 116.368981 51.565537) + (xy 116.321869 51.508131) (xy 116.264463 51.461019) (xy 116.19897 51.426012) (xy 116.127905 51.404455) (xy 116.054 51.397176) + (xy 114.554 51.397176) (xy 114.480095 51.404455) (xy 114.40903 51.426012) (xy 114.343537 51.461019) (xy 114.286131 51.508131) + (xy 114.239019 51.565537) (xy 114.204012 51.63103) (xy 114.182455 51.702095) (xy 114.175176 51.776) (xy 114.175176 52.776) + (xy 114.182455 52.849905) (xy 114.204012 52.92097) (xy 114.239019 52.986463) (xy 114.286131 53.043869) (xy 114.343537 53.090981) + (xy 114.40903 53.125988) (xy 114.480095 53.147545) (xy 114.554 53.154824) (xy 114.677001 53.154824) (xy 114.677001 53.416288) + (xy 114.530289 53.563) (xy 113.800323 53.563) (xy 113.758545 53.540669) (xy 113.661218 53.511145) (xy 113.56 53.501176) + (xy 113.28 53.501176) (xy 113.25259 53.503876) (xy 113.193247 53.430887) (xy 113.096921 53.351092) (xy 112.986878 53.291623) + (xy 112.867348 53.254765) (xy 112.74575 53.245) (xy 112.587 53.40375) (xy 112.587 54.063) (xy 112.607 54.063) + (xy 112.607 54.317) (xy 112.587 54.317) (xy 112.587 54.97625) (xy 112.74575 55.135) (xy 112.793 55.131206) + (xy 112.793 55.409206) (xy 112.789967 55.44) (xy 112.793 55.470793) (xy 112.793001 55.470803) (xy 112.793 57.109206) + (xy 112.789967 57.14) (xy 112.793 57.170793) (xy 112.802073 57.262912) (xy 112.837925 57.381102) (xy 112.896147 57.490027) + (xy 112.933001 57.534935) (xy 112.933 64.158794) (xy 112.88575 64.155) (xy 112.727 64.31375) (xy 112.727 64.973) + (xy 112.747 64.973) (xy 112.747 65.227) (xy 112.727 65.227) (xy 112.727 65.247) (xy 112.473 65.247) + (xy 112.473 65.227) (xy 111.84375 65.227) (xy 111.69775 65.373) (xy 108.471203 65.373) (xy 108.481545 65.338905) + (xy 108.488824 65.265) (xy 108.488824 64.792923) (xy 111.681935 64.792923) (xy 111.685 64.81425) (xy 111.84375 64.973) + (xy 112.473 64.973) (xy 112.473 64.31375) (xy 112.31425 64.155) (xy 112.192652 64.164765) (xy 112.073122 64.201623) + (xy 111.963079 64.261092) (xy 111.866753 64.340887) (xy 111.787844 64.437941) (xy 111.729386 64.548524) (xy 111.693625 64.668387) + (xy 111.681935 64.792923) (xy 108.488824 64.792923) (xy 108.488824 63.965) (xy 108.481545 63.891095) (xy 108.459988 63.82003) + (xy 108.424981 63.754537) (xy 108.377869 63.697131) (xy 108.320463 63.650019) (xy 108.292365 63.635) (xy 109.308176 63.635) + (xy 109.308176 63.683) (xy 109.315455 63.756905) (xy 109.337012 63.82797) (xy 109.372019 63.893463) (xy 109.419131 63.950869) + (xy 109.476537 63.997981) (xy 109.54203 64.032988) (xy 109.613095 64.054545) (xy 109.687 64.061824) (xy 111.187 64.061824) + (xy 111.260905 64.054545) (xy 111.33197 64.032988) (xy 111.397463 63.997981) (xy 111.454869 63.950869) (xy 111.501981 63.893463) + (xy 111.536988 63.82797) (xy 111.558545 63.756905) (xy 111.565824 63.683) (xy 111.565824 62.683) (xy 111.558545 62.609095) + (xy 111.536988 62.53803) (xy 111.501981 62.472537) (xy 111.454869 62.415131) (xy 111.397463 62.368019) (xy 111.33197 62.333012) + (xy 111.260905 62.311455) (xy 111.187 62.304176) (xy 109.687 62.304176) (xy 109.613095 62.311455) (xy 109.54203 62.333012) + (xy 109.476537 62.368019) (xy 109.419131 62.415131) (xy 109.372019 62.472537) (xy 109.337012 62.53803) (xy 109.315455 62.609095) + (xy 109.308176 62.683) (xy 109.308176 62.731) (xy 102.419205 62.731) (xy 102.397 62.728813) (xy 102.308392 62.73754) + (xy 102.22319 62.763386) (xy 102.144667 62.805357) (xy 102.075841 62.861841) (xy 102.061681 62.879095) (xy 100.386094 64.554683) + (xy 100.386089 64.554687) (xy 100.31369 64.627087) (xy 100.096096 64.844681) (xy 100.078842 64.858841) (xy 100.047454 64.897088) + (xy 100.022358 64.927667) (xy 99.980386 65.006191) (xy 99.95454 65.091393) (xy 99.945813 65.18) (xy 99.948001 65.202215) + (xy 99.948 68.094577) (xy 99.87414 68.168437) (xy 99.80005 68.27932) (xy 99.749016 68.402526) (xy 99.723 68.533321) + (xy 99.723 68.666679) (xy 99.749016 68.797474) (xy 99.80005 68.92068) (xy 99.87414 69.031563) (xy 99.968437 69.12586) + (xy 100.07932 69.19995) (xy 100.202526 69.250984) (xy 100.333321 69.277) (xy 100.466679 69.277) (xy 100.597474 69.250984) + (xy 100.72068 69.19995) (xy 100.831563 69.12586) (xy 100.92586 69.031563) (xy 100.99995 68.92068) (xy 101.050984 68.797474) + (xy 101.077 68.666679) (xy 101.077 68.533321) (xy 101.050984 68.402526) (xy 100.99995 68.27932) (xy 100.92586 68.168437) + (xy 100.852 68.094577) (xy 100.852 65.367223) (xy 100.954223 65.265) (xy 101.025313 65.193911) (xy 101.025317 65.193906) + (xy 102.584224 63.635) (xy 103.577635 63.635) (xy 103.549537 63.650019) (xy 103.492131 63.697131) (xy 103.445019 63.754537) + (xy 103.410012 63.82003) (xy 103.388455 63.891095) (xy 103.381176 63.965) (xy 103.381176 65.265) (xy 103.388455 65.338905) + (xy 103.410012 65.40997) (xy 103.445019 65.475463) (xy 103.492131 65.532869) (xy 103.549537 65.579981) (xy 103.61503 65.614988) + (xy 103.686095 65.636545) (xy 103.76 65.643824) (xy 104.46 65.643824) (xy 104.533905 65.636545) (xy 104.60497 65.614988) + (xy 104.670463 65.579981) (xy 104.727869 65.532869) (xy 104.774981 65.475463) (xy 104.809988 65.40997) (xy 104.831545 65.338905) + (xy 104.838824 65.265) (xy 104.838824 63.965) (xy 104.831545 63.891095) (xy 104.809988 63.82003) (xy 104.774981 63.754537) + (xy 104.727869 63.697131) (xy 104.670463 63.650019) (xy 104.642365 63.635) (xy 107.227635 63.635) (xy 107.199537 63.650019) + (xy 107.142131 63.697131) (xy 107.095019 63.754537) (xy 107.060012 63.82003) (xy 107.038455 63.891095) (xy 107.031176 63.965) + (xy 107.031176 65.265) (xy 107.038455 65.338905) (xy 107.060012 65.40997) (xy 107.095019 65.475463) (xy 107.142131 65.532869) + (xy 107.199537 65.579981) (xy 107.26503 65.614988) (xy 107.336095 65.636545) (xy 107.41 65.643824) (xy 107.749464 65.643824) + (xy 106.458422 66.934867) (xy 106.4345 66.954499) (xy 106.356148 67.049972) (xy 106.306254 67.143316) (xy 106.297926 67.158897) + (xy 106.262073 67.277088) (xy 106.249967 67.4) (xy 106.253001 67.430804) (xy 106.253 73.069206) (xy 106.249967 73.1) + (xy 106.253001 73.130804) (xy 106.253 80.169206) (xy 106.249967 80.2) (xy 106.253001 80.230804) (xy 106.253 87.069206) + (xy 106.249967 87.1) (xy 106.253001 87.130804) (xy 106.253 92.553) (xy 103.143388 92.553) (xy 103.053073 92.417833) + (xy 102.882167 92.246927) (xy 102.681202 92.112647) (xy 102.457903 92.020153) (xy 102.220849 91.973) (xy 101.979151 91.973) + (xy 101.742097 92.020153) (xy 101.518798 92.112647) (xy 101.317833 92.246927) (xy 101.146927 92.417833) (xy 101.012647 92.618798) + (xy 100.920153 92.842097) (xy 100.873 93.079151) (xy 100.873 93.320849) (xy 100.920153 93.557903) (xy 101.012647 93.781202) + (xy 101.146927 93.982167) (xy 101.317833 94.153073) (xy 101.518798 94.287353) (xy 101.742097 94.379847) (xy 101.979151 94.427) + (xy 102.220849 94.427) (xy 102.457903 94.379847) (xy 102.681202 94.287353) (xy 102.882167 94.153073) (xy 103.053073 93.982167) + (xy 103.170115 93.807) (xy 106.253 93.807) (xy 106.253 94.169205) (xy 106.249967 94.2) (xy 106.253001 94.230804) + (xy 106.253 101.169206) (xy 106.249967 101.2) (xy 106.253001 101.230804) (xy 106.253 107.969206) (xy 106.249967 108) + (xy 106.253001 108.030804) (xy 106.253 114.969206) (xy 106.249967 115) (xy 106.253001 115.030804) (xy 106.253 118.349206) + (xy 106.249967 118.38) (xy 106.256343 118.444735) (xy 106.262073 118.502912) (xy 106.297925 118.621102) (xy 106.356147 118.730027) + (xy 106.434499 118.825501) (xy 106.458427 118.845138) (xy 108.373001 120.759713) (xy 108.373001 120.784958) (xy 108.29918 120.745499) + (xy 108.179482 120.709189) (xy 108.055 120.696929) (xy 107.99075 120.700001) (xy 107.832 120.858751) (xy 107.832 121.858001) + (xy 107.852 121.858001) (xy 107.852 122.112001) (xy 107.832 122.112001) (xy 107.832 123.111251) (xy 107.99075 123.270001) + (xy 108.055 123.273073) (xy 108.179482 123.260813) (xy 108.29918 123.224503) (xy 108.373001 123.185044) (xy 108.373 126.730187) + (xy 108.369981 126.724538) (xy 108.322869 126.667132) (xy 108.265463 126.62002) (xy 108.19997 126.585013) (xy 108.128905 126.563456) + (xy 108.055 126.556177) (xy 107.355 126.556177) (xy 107.281095 126.563456) (xy 107.21003 126.585013) (xy 107.144537 126.62002) + (xy 107.087131 126.667132) (xy 107.040019 126.724538) (xy 107.005012 126.790031) (xy 106.983455 126.861096) (xy 106.976176 126.935001) + (xy 106.976176 128.235001) (xy 106.983455 128.308906) (xy 107.005012 128.379971) (xy 107.040019 128.445464) (xy 107.087131 128.50287) + (xy 107.144537 128.549982) (xy 107.21003 128.584989) (xy 107.281095 128.606546) (xy 107.355 128.613825) (xy 108.055 128.613825) + (xy 108.128905 128.606546) (xy 108.19997 128.584989) (xy 108.265463 128.549982) (xy 108.322869 128.50287) (xy 108.369981 128.445464) + (xy 108.382067 128.422853) (xy 108.382073 128.422912) (xy 108.417925 128.541102) (xy 108.476147 128.650027) (xy 108.554499 128.745501) + (xy 108.578427 128.765138) (xy 109.534862 129.721573) (xy 109.554499 129.745501) (xy 109.649971 129.823852) (xy 109.649972 129.823853) + (xy 109.758896 129.882075) (xy 109.877087 129.917927) (xy 110 129.930033) (xy 110.030794 129.927) (xy 114.449206 129.927) + (xy 114.48 129.930033) (xy 114.510794 129.927) (xy 122.349206 129.927) (xy 122.38 129.930033) (xy 122.410794 129.927) + (xy 129.549206 129.927) (xy 129.58 129.930033) (xy 129.610794 129.927) (xy 137.149206 129.927) (xy 137.18 129.930033) + (xy 137.210794 129.927) (xy 141.313775 129.927) (xy 138.312777 132.928) (xy 114.222204 132.928) (xy 114.199999 132.925813) + (xy 114.177794 132.928) (xy 113.784198 132.928) (xy 113.815235 132.827348) (xy 113.825 132.70575) (xy 113.66625 132.547) + (xy 113.007 132.547) (xy 113.007 132.567) (xy 112.753 132.567) (xy 112.753 132.547) (xy 112.09375 132.547) + (xy 111.935 132.70575) (xy 111.944765 132.827348) (xy 111.981623 132.946878) (xy 112.041092 133.056921) (xy 112.120887 133.153247) + (xy 112.193876 133.21259) (xy 112.191176 133.24) (xy 112.191176 133.52) (xy 112.201145 133.621218) (xy 112.230669 133.718545) + (xy 112.278614 133.808243) (xy 112.322012 133.861124) (xy 112.24575 133.855) (xy 112.087 134.01375) (xy 112.087 134.673) + (xy 112.71625 134.673) (xy 112.875 134.51425) (xy 112.878065 134.492923) (xy 112.866375 134.368387) (xy 112.830614 134.248524) + (xy 112.772156 134.137941) (xy 112.693247 134.040887) (xy 112.68816 134.036673) (xy 112.71 134.038824) (xy 113.05 134.038824) + (xy 113.151218 134.028855) (xy 113.248545 133.999331) (xy 113.338243 133.951386) (xy 113.416864 133.886864) (xy 113.461889 133.832) + (xy 113.728001 133.832) (xy 113.728001 134.021176) (xy 113.53 134.021176) (xy 113.456095 134.028455) (xy 113.38503 134.050012) + (xy 113.319537 134.085019) (xy 113.262131 134.132131) (xy 113.215019 134.189537) (xy 113.180012 134.25503) (xy 113.158455 134.326095) + (xy 113.151176 134.4) (xy 113.151176 135.1) (xy 113.158455 135.173905) (xy 113.180012 135.24497) (xy 113.215019 135.310463) + (xy 113.262131 135.367869) (xy 113.319537 135.414981) (xy 113.38503 135.449988) (xy 113.456095 135.471545) (xy 113.53 135.478824) + (xy 114.83 135.478824) (xy 114.903905 135.471545) (xy 114.97497 135.449988) (xy 115.040463 135.414981) (xy 115.097869 135.367869) + (xy 115.144981 135.310463) (xy 115.179988 135.24497) (xy 115.201545 135.173905) (xy 115.208824 135.1) (xy 115.208824 134.4) + (xy 118.751176 134.4) (xy 118.751176 135.1) (xy 118.758455 135.173905) (xy 118.780012 135.24497) (xy 118.815019 135.310463) + (xy 118.862131 135.367869) (xy 118.919537 135.414981) (xy 118.98503 135.449988) (xy 119.056095 135.471545) (xy 119.13 135.478824) + (xy 120.43 135.478824) (xy 120.503905 135.471545) (xy 120.57497 135.449988) (xy 120.640463 135.414981) (xy 120.697869 135.367869) + (xy 120.744981 135.310463) (xy 120.779988 135.24497) (xy 120.801545 135.173905) (xy 120.808824 135.1) (xy 120.808824 134.4) + (xy 120.801545 134.326095) (xy 120.779988 134.25503) (xy 120.744981 134.189537) (xy 120.697869 134.132131) (xy 120.640463 134.085019) + (xy 120.57497 134.050012) (xy 120.503905 134.028455) (xy 120.43 134.021176) (xy 119.13 134.021176) (xy 119.056095 134.028455) + (xy 118.98503 134.050012) (xy 118.919537 134.085019) (xy 118.862131 134.132131) (xy 118.815019 134.189537) (xy 118.780012 134.25503) + (xy 118.758455 134.326095) (xy 118.751176 134.4) (xy 115.208824 134.4) (xy 115.201545 134.326095) (xy 115.179988 134.25503) + (xy 115.144981 134.189537) (xy 115.097869 134.132131) (xy 115.040463 134.085019) (xy 114.97497 134.050012) (xy 114.903905 134.028455) + (xy 114.83 134.021176) (xy 114.632 134.021176) (xy 114.632 133.832) (xy 128.268074 133.832) (xy 128.182526 133.849016) + (xy 128.05932 133.90005) (xy 127.948437 133.97414) (xy 127.85414 134.068437) (xy 127.78005 134.17932) (xy 127.729016 134.302526) + (xy 127.703 134.433321) (xy 127.703 134.566679) (xy 127.729016 134.697474) (xy 127.78005 134.82068) (xy 127.798305 134.848) + (xy 126.802204 134.848) (xy 126.779999 134.845813) (xy 126.691392 134.85454) (xy 126.658516 134.864513) (xy 126.60619 134.880386) + (xy 126.527667 134.922357) (xy 126.458841 134.978841) (xy 126.444686 134.996089) (xy 122.892777 138.548) (xy 117.402205 138.548) + (xy 117.38 138.545813) (xy 117.291392 138.55454) (xy 117.20619 138.580386) (xy 117.127667 138.622357) (xy 117.058841 138.678841) + (xy 117.044681 138.696095) (xy 115.942777 139.798) (xy 115.193023 139.798) (xy 115.179988 139.75503) (xy 115.144981 139.689537) + (xy 115.097869 139.632131) (xy 115.040463 139.585019) (xy 114.97497 139.550012) (xy 114.903905 139.528455) (xy 114.83 139.521176) + (xy 114.779619 139.521176) (xy 114.77995 139.52068) (xy 114.830984 139.397474) (xy 114.857 139.266679) (xy 114.857 139.133321) + (xy 114.830984 139.002526) (xy 114.77995 138.87932) (xy 114.70586 138.768437) (xy 114.611563 138.67414) (xy 114.50068 138.60005) + (xy 114.377474 138.549016) (xy 114.246679 138.523) (xy 114.113321 138.523) (xy 113.982526 138.549016) (xy 113.85932 138.60005) + (xy 113.748437 138.67414) (xy 113.65414 138.768437) (xy 113.58005 138.87932) (xy 113.529016 139.002526) (xy 113.503 139.133321) + (xy 113.503 139.266679) (xy 113.529016 139.397474) (xy 113.58005 139.52068) (xy 113.580381 139.521176) (xy 113.53 139.521176) + (xy 113.456095 139.528455) (xy 113.38503 139.550012) (xy 113.319537 139.585019) (xy 113.262131 139.632131) (xy 113.23 139.671283) + (xy 113.197869 139.632131) (xy 113.140463 139.585019) (xy 113.07497 139.550012) (xy 113.003905 139.528455) (xy 112.93 139.521176) + (xy 111.63 139.521176) (xy 111.556095 139.528455) (xy 111.48503 139.550012) (xy 111.419537 139.585019) (xy 111.362131 139.632131) + (xy 111.315019 139.689537) (xy 111.280012 139.75503) (xy 111.258455 139.826095) (xy 111.251176 139.9) (xy 111.251176 140.6) + (xy 111.258455 140.673905) (xy 111.280012 140.74497) (xy 111.315019 140.810463) (xy 111.362131 140.867869) (xy 111.419537 140.914981) + (xy 111.48503 140.949988) (xy 111.556095 140.971545) (xy 111.63 140.978824) (xy 112.93 140.978824) (xy 113.003905 140.971545) + (xy 113.07497 140.949988) (xy 113.140463 140.914981) (xy 113.197869 140.867869) (xy 113.23 140.828717) (xy 113.262131 140.867869) + (xy 113.319537 140.914981) (xy 113.38503 140.949988) (xy 113.456095 140.971545) (xy 113.53 140.978824) (xy 114.83 140.978824) + (xy 114.903905 140.971545) (xy 114.97497 140.949988) (xy 115.040463 140.914981) (xy 115.097869 140.867869) (xy 115.144981 140.810463) + (xy 115.179988 140.74497) (xy 115.193023 140.702) (xy 116.107795 140.702) (xy 116.13 140.704187) (xy 116.152205 140.702) + (xy 116.218607 140.69546) (xy 116.30381 140.669614) (xy 116.382333 140.627643) (xy 116.451159 140.571159) (xy 116.465323 140.5539) + (xy 117.119223 139.9) (xy 118.751176 139.9) (xy 118.751176 140.6) (xy 118.758455 140.673905) (xy 118.780012 140.74497) + (xy 118.815019 140.810463) (xy 118.862131 140.867869) (xy 118.919537 140.914981) (xy 118.98503 140.949988) (xy 119.056095 140.971545) + (xy 119.13 140.978824) (xy 120.43 140.978824) (xy 120.503905 140.971545) (xy 120.57497 140.949988) (xy 120.640463 140.914981) + (xy 120.697869 140.867869) (xy 120.744981 140.810463) (xy 120.749348 140.802293) (xy 120.762131 140.817869) (xy 120.819537 140.864981) + (xy 120.88503 140.899988) (xy 120.956095 140.921545) (xy 121.03 140.928824) (xy 122.33 140.928824) (xy 122.403905 140.921545) + (xy 122.47497 140.899988) (xy 122.540463 140.864981) (xy 122.597869 140.817869) (xy 122.644981 140.760463) (xy 122.679988 140.69497) + (xy 122.701545 140.623905) (xy 122.708824 140.55) (xy 125.991928 140.55) (xy 126.004188 140.674482) (xy 126.040498 140.79418) + (xy 126.099463 140.904494) (xy 126.178815 141.001185) (xy 126.275506 141.080537) (xy 126.38582 141.139502) (xy 126.505518 141.175812) + (xy 126.63 141.188072) (xy 126.99425 141.185) (xy 127.153 141.02625) (xy 127.153 140.327) (xy 127.407 140.327) + (xy 127.407 141.02625) (xy 127.56575 141.185) (xy 127.93 141.188072) (xy 128.054482 141.175812) (xy 128.17418 141.139502) + (xy 128.284494 141.080537) (xy 128.381185 141.001185) (xy 128.460537 140.904494) (xy 128.519502 140.79418) (xy 128.555812 140.674482) + (xy 128.568072 140.55) (xy 128.565 140.48575) (xy 128.40625 140.327) (xy 127.407 140.327) (xy 127.153 140.327) + (xy 126.15375 140.327) (xy 125.995 140.48575) (xy 125.991928 140.55) (xy 122.708824 140.55) (xy 122.708824 139.85) + (xy 125.991928 139.85) (xy 125.995 139.91425) (xy 126.15375 140.073) (xy 127.153 140.073) (xy 127.153 139.37375) + (xy 127.407 139.37375) (xy 127.407 140.073) (xy 128.40625 140.073) (xy 128.565 139.91425) (xy 128.568072 139.85) + (xy 128.555812 139.725518) (xy 128.546554 139.695) (xy 128.607002 139.695) (xy 128.607002 139.536252) (xy 128.76575 139.695) + (xy 128.787077 139.698065) (xy 128.911613 139.686375) (xy 129.031476 139.650614) (xy 129.142059 139.592156) (xy 129.239113 139.513247) + (xy 129.318908 139.416921) (xy 129.378377 139.306878) (xy 129.415235 139.187348) (xy 129.425 139.06575) (xy 129.26625 138.907) + (xy 128.607 138.907) (xy 128.607 138.927) (xy 128.353 138.927) (xy 128.353 138.907) (xy 127.69375 138.907) + (xy 127.535 139.06575) (xy 127.544765 139.187348) (xy 127.556228 139.224522) (xy 127.407 139.37375) (xy 127.153 139.37375) + (xy 126.99425 139.215) (xy 126.63 139.211928) (xy 126.505518 139.224188) (xy 126.38582 139.260498) (xy 126.275506 139.319463) + (xy 126.178815 139.398815) (xy 126.099463 139.495506) (xy 126.040498 139.60582) (xy 126.004188 139.725518) (xy 125.991928 139.85) + (xy 122.708824 139.85) (xy 122.701545 139.776095) (xy 122.679988 139.70503) (xy 122.644981 139.639537) (xy 122.597869 139.582131) + (xy 122.540463 139.535019) (xy 122.47497 139.500012) (xy 122.403905 139.478455) (xy 122.33 139.471176) (xy 121.03 139.471176) + (xy 120.956095 139.478455) (xy 120.88503 139.500012) (xy 120.819537 139.535019) (xy 120.762131 139.582131) (xy 120.715019 139.639537) + (xy 120.710652 139.647707) (xy 120.697869 139.632131) (xy 120.640463 139.585019) (xy 120.57497 139.550012) (xy 120.503905 139.528455) + (xy 120.43 139.521176) (xy 119.13 139.521176) (xy 119.056095 139.528455) (xy 118.98503 139.550012) (xy 118.919537 139.585019) + (xy 118.862131 139.632131) (xy 118.815019 139.689537) (xy 118.780012 139.75503) (xy 118.758455 139.826095) (xy 118.751176 139.9) + (xy 117.119223 139.9) (xy 117.567224 139.452) (xy 123.057795 139.452) (xy 123.08 139.454187) (xy 123.102205 139.452) + (xy 123.168607 139.44546) (xy 123.25381 139.419614) (xy 123.332333 139.377643) (xy 123.401159 139.321159) (xy 123.415323 139.3039) + (xy 126.251176 136.468049) (xy 126.251176 136.9) (xy 126.258455 136.973905) (xy 126.280012 137.04497) (xy 126.315019 137.110463) + (xy 126.362131 137.167869) (xy 126.419537 137.214981) (xy 126.48503 137.249988) (xy 126.556095 137.271545) (xy 126.63 137.278824) + (xy 127.93 137.278824) (xy 127.992439 137.272674) (xy 127.943136 137.313136) (xy 127.878614 137.391757) (xy 127.830669 137.481455) + (xy 127.801145 137.578782) (xy 127.791176 137.68) (xy 127.791176 137.96) (xy 127.793876 137.98741) (xy 127.720887 138.046753) + (xy 127.641092 138.143079) (xy 127.581623 138.253122) (xy 127.544765 138.372652) (xy 127.535 138.49425) (xy 127.69375 138.653) + (xy 128.353 138.653) (xy 128.353 138.633) (xy 128.607 138.633) (xy 128.607 138.653) (xy 129.26625 138.653) + (xy 129.425 138.49425) (xy 129.415235 138.372652) (xy 129.378377 138.253122) (xy 129.318908 138.143079) (xy 129.239113 138.046753) + (xy 129.166124 137.98741) (xy 129.168824 137.96) (xy 129.168824 137.68) (xy 129.158855 137.578782) (xy 129.129331 137.481455) + (xy 129.081386 137.391757) (xy 129.016864 137.313136) (xy 128.938243 137.248614) (xy 128.932 137.245277) (xy 128.932 137.002) + (xy 138.407795 137.002) (xy 138.43 137.004187) (xy 138.452205 137.002) (xy 138.518607 136.99546) (xy 138.60381 136.969614) + (xy 138.682333 136.927643) (xy 138.751159 136.871159) (xy 138.765323 136.8539) (xy 141.492169 134.127055) (xy 141.025828 134.864513) + (xy 140.600225 135.863441) (xy 140.340372 136.917705) (xy 140.253 138) (xy 140.340372 139.082295) (xy 140.600225 140.136559) + (xy 141.025828 141.135487) (xy 141.60616 142.053208) (xy 142.326189 142.865953) (xy 143.167267 143.552672) (xy 144.107611 144.09558) + (xy 145.122867 144.480616) (xy 146.186739 144.697807) (xy 147.271674 144.741528) (xy 148.349573 144.610648) (xy 149.392519 144.308555) + (xy 150.3735 143.843073) (xy 151.267109 143.22626) (xy 152.050202 142.474089) (xy 152.702498 141.606041) (xy 153.207101 140.644599) + (xy 153.253801 140.504714) (xy 178.917232 140.504714) (xy 178.917232 140.895286) (xy 178.993428 141.278352) (xy 179.142894 141.639193) + (xy 179.359883 141.963941) (xy 179.636059 142.240117) (xy 179.960807 142.457106) (xy 180.321648 142.606572) (xy 180.704714 142.682768) + (xy 181.095286 142.682768) (xy 181.478352 142.606572) (xy 181.839193 142.457106) (xy 182.163941 142.240117) (xy 182.440117 141.963941) + (xy 182.657106 141.639193) (xy 182.806572 141.278352) (xy 182.882768 140.895286) (xy 182.882768 140.504714) (xy 182.806572 140.121648) + (xy 182.657106 139.760807) (xy 182.440117 139.436059) (xy 182.163941 139.159883) (xy 181.839193 138.942894) (xy 181.478352 138.793428) + (xy 181.095286 138.717232) (xy 180.704714 138.717232) (xy 180.321648 138.793428) (xy 179.960807 138.942894) (xy 179.636059 139.159883) + (xy 179.359883 139.436059) (xy 179.142894 139.760807) (xy 178.993428 140.121648) (xy 178.917232 140.504714) (xy 153.253801 140.504714) + (xy 153.550944 139.614663) (xy 153.725122 138.542908) (xy 153.725122 137.457092) (xy 153.550944 136.385337) (xy 153.207101 135.355401) + (xy 152.702498 134.393959) (xy 152.050202 133.525911) (xy 151.267109 132.77374) (xy 150.3735 132.156927) (xy 149.392519 131.691445) + (xy 148.911099 131.552) (xy 192.557795 131.552) (xy 192.58 131.554187) (xy 192.602205 131.552) (xy 192.628746 131.549386) + (xy 192.668607 131.54546) (xy 192.739664 131.523905) (xy 192.75381 131.519614) (xy 192.832333 131.477643) (xy 192.901159 131.421159) + (xy 192.915323 131.4039) (xy 195.628 128.691225) (xy 195.628 130.712775) (xy 180.692777 145.648) (xy 140.267224 145.648) + (xy 138.595323 143.9761) (xy 138.581159 143.958841) (xy 138.512333 143.902357) (xy 138.43381 143.860386) (xy 138.348607 143.83454) + (xy 138.282205 143.828) (xy 138.26 143.825813) (xy 138.237795 143.828) (xy 114.182205 143.828) (xy 114.16 143.825813) + (xy 114.137795 143.828) (xy 113.584198 143.828) (xy 113.615235 143.727348) (xy 113.625 143.60575) (xy 113.46625 143.447) + (xy 112.807 143.447) (xy 112.807 143.467) (xy 112.553 143.467) (xy 112.553 143.447) (xy 111.89375 143.447) + (xy 111.735 143.60575) (xy 111.744765 143.727348) (xy 111.781623 143.846878) (xy 111.841092 143.956921) (xy 111.920887 144.053247) + (xy 111.993876 144.11259) (xy 111.991176 144.14) (xy 111.991176 144.42) (xy 112.001145 144.521218) (xy 112.030669 144.618545) + (xy 112.078614 144.708243) (xy 112.143136 144.786864) (xy 112.221757 144.851386) (xy 112.311455 144.899331) (xy 112.408782 144.928855) + (xy 112.51 144.938824) (xy 112.85 144.938824) (xy 112.951218 144.928855) (xy 113.048545 144.899331) (xy 113.138243 144.851386) + (xy 113.216864 144.786864) (xy 113.261889 144.732) (xy 113.728001 144.732) (xy 113.728001 145.021176) (xy 113.53 145.021176) + (xy 113.456095 145.028455) (xy 113.38503 145.050012) (xy 113.319537 145.085019) (xy 113.262131 145.132131) (xy 113.215019 145.189537) + (xy 113.180012 145.25503) (xy 113.158455 145.326095) (xy 113.151176 145.4) (xy 113.151176 146.1) (xy 113.158455 146.173905) + (xy 113.180012 146.24497) (xy 113.215019 146.310463) (xy 113.262131 146.367869) (xy 113.268383 146.373) (xy 102.027926 146.373) + (xy 101.22605 146.301434) (xy 100.771192 146.177) (xy 101.312907 146.177) (xy 101.926697 146.05491) (xy 102.504874 145.815421) + (xy 103.025219 145.467737) (xy 103.467737 145.025219) (xy 103.554861 144.894828) (xy 104.432167 144.894828) (xy 104.432167 145.105172) + (xy 104.473203 145.311475) (xy 104.553698 145.505809) (xy 104.67056 145.680704) (xy 104.819296 145.82944) (xy 104.994191 145.946302) + (xy 105.188525 146.026797) (xy 105.394828 146.067833) (xy 105.605172 146.067833) (xy 105.811475 146.026797) (xy 106.005809 145.946302) + (xy 106.180704 145.82944) (xy 106.32944 145.680704) (xy 106.446302 145.505809) (xy 106.526797 145.311475) (xy 106.567833 145.105172) + (xy 106.567833 144.894828) (xy 106.526797 144.688525) (xy 106.446302 144.494191) (xy 106.32944 144.319296) (xy 106.180704 144.17056) + (xy 106.005809 144.053698) (xy 105.811475 143.973203) (xy 105.605172 143.932167) (xy 105.394828 143.932167) (xy 105.188525 143.973203) + (xy 104.994191 144.053698) (xy 104.819296 144.17056) (xy 104.67056 144.319296) (xy 104.553698 144.494191) (xy 104.473203 144.688525) + (xy 104.432167 144.894828) (xy 103.554861 144.894828) (xy 103.815421 144.504874) (xy 104.05491 143.926697) (xy 104.177 143.312907) + (xy 104.177 143.03425) (xy 111.735 143.03425) (xy 111.89375 143.193) (xy 112.553 143.193) (xy 112.553 142.56375) + (xy 112.807 142.56375) (xy 112.807 143.193) (xy 113.46625 143.193) (xy 113.571528 143.087722) (xy 113.89425 143.085) + (xy 114.053 142.92625) (xy 114.053 142.227) (xy 114.307 142.227) (xy 114.307 142.92625) (xy 114.46575 143.085) + (xy 114.83 143.088072) (xy 114.954482 143.075812) (xy 115.07418 143.039502) (xy 115.184494 142.980537) (xy 115.281185 142.901185) + (xy 115.360537 142.804494) (xy 115.419502 142.69418) (xy 115.455812 142.574482) (xy 115.468072 142.45) (xy 115.465 142.38575) + (xy 115.30625 142.227) (xy 114.307 142.227) (xy 114.053 142.227) (xy 113.05375 142.227) (xy 112.895 142.38575) + (xy 112.891928 142.45) (xy 112.894512 142.476238) (xy 112.807 142.56375) (xy 112.553 142.56375) (xy 112.39425 142.405) + (xy 112.372923 142.401935) (xy 112.248387 142.413625) (xy 112.128524 142.449386) (xy 112.017941 142.507844) (xy 111.920887 142.586753) + (xy 111.841092 142.683079) (xy 111.781623 142.793122) (xy 111.744765 142.912652) (xy 111.735 143.03425) (xy 104.177 143.03425) + (xy 104.177 142.687093) (xy 104.05491 142.073303) (xy 103.920994 141.75) (xy 112.891928 141.75) (xy 112.895 141.81425) + (xy 113.05375 141.973) (xy 114.053 141.973) (xy 114.053 141.27375) (xy 114.307 141.27375) (xy 114.307 141.973) + (xy 115.30625 141.973) (xy 115.465 141.81425) (xy 115.468072 141.75) (xy 118.751176 141.75) (xy 118.751176 142.45) + (xy 118.758455 142.523905) (xy 118.780012 142.59497) (xy 118.815019 142.660463) (xy 118.862131 142.717869) (xy 118.919537 142.764981) + (xy 118.98503 142.799988) (xy 119.056095 142.821545) (xy 119.13 142.828824) (xy 120.43 142.828824) (xy 120.503905 142.821545) + (xy 120.57497 142.799988) (xy 120.640463 142.764981) (xy 120.697869 142.717869) (xy 120.744981 142.660463) (xy 120.779988 142.59497) + (xy 120.801545 142.523905) (xy 120.808824 142.45) (xy 120.808824 141.75) (xy 120.801545 141.676095) (xy 120.779988 141.60503) + (xy 120.744981 141.539537) (xy 120.697869 141.482131) (xy 120.640463 141.435019) (xy 120.57497 141.400012) (xy 120.503905 141.378455) + (xy 120.43 141.371176) (xy 119.13 141.371176) (xy 119.056095 141.378455) (xy 118.98503 141.400012) (xy 118.919537 141.435019) + (xy 118.862131 141.482131) (xy 118.815019 141.539537) (xy 118.780012 141.60503) (xy 118.758455 141.676095) (xy 118.751176 141.75) + (xy 115.468072 141.75) (xy 115.455812 141.625518) (xy 115.419502 141.50582) (xy 115.360537 141.395506) (xy 115.281185 141.298815) + (xy 115.184494 141.219463) (xy 115.07418 141.160498) (xy 114.954482 141.124188) (xy 114.83 141.111928) (xy 114.46575 141.115) + (xy 114.307 141.27375) (xy 114.053 141.27375) (xy 113.89425 141.115) (xy 113.53 141.111928) (xy 113.405518 141.124188) + (xy 113.28582 141.160498) (xy 113.175506 141.219463) (xy 113.078815 141.298815) (xy 112.999463 141.395506) (xy 112.940498 141.50582) + (xy 112.904188 141.625518) (xy 112.891928 141.75) (xy 103.920994 141.75) (xy 103.815421 141.495126) (xy 103.467737 140.974781) + (xy 103.025219 140.532263) (xy 102.504874 140.184579) (xy 101.926697 139.94509) (xy 101.312907 139.823) (xy 100.687093 139.823) + (xy 100.073303 139.94509) (xy 99.495126 140.184579) (xy 98.974781 140.532263) (xy 98.532263 140.974781) (xy 98.184579 141.495126) + (xy 97.94509 142.073303) (xy 97.823 142.687093) (xy 97.823 143.249184) (xy 97.675219 142.633632) (xy 97.627 141.977012) + (xy 97.627 138.10575) (xy 104.535 138.10575) (xy 104.544765 138.227348) (xy 104.581623 138.346878) (xy 104.641092 138.456921) + (xy 104.720887 138.553247) (xy 104.793876 138.61259) (xy 104.791176 138.64) (xy 104.791176 138.92) (xy 104.801145 139.021218) + (xy 104.830669 139.118545) (xy 104.878614 139.208243) (xy 104.943136 139.286864) (xy 105.021757 139.351386) (xy 105.028 139.354723) + (xy 105.028 139.877795) (xy 105.025813 139.9) (xy 105.03454 139.988607) (xy 105.041809 140.01257) (xy 105.060386 140.073809) + (xy 105.102357 140.152332) (xy 105.158841 140.221159) (xy 105.1761 140.235323) (xy 105.494681 140.553905) (xy 105.508841 140.571159) + (xy 105.577667 140.627643) (xy 105.65619 140.669614) (xy 105.658089 140.67019) (xy 105.658455 140.673905) (xy 105.680012 140.74497) + (xy 105.715019 140.810463) (xy 105.762131 140.867869) (xy 105.819537 140.914981) (xy 105.88503 140.949988) (xy 105.956095 140.971545) + (xy 106.03 140.978824) (xy 107.33 140.978824) (xy 107.403905 140.971545) (xy 107.47497 140.949988) (xy 107.540463 140.914981) + (xy 107.597869 140.867869) (xy 107.644981 140.810463) (xy 107.679988 140.74497) (xy 107.693023 140.702) (xy 108.324577 140.702) + (xy 108.348437 140.72586) (xy 108.45932 140.79995) (xy 108.582526 140.850984) (xy 108.713321 140.877) (xy 108.846679 140.877) + (xy 108.977474 140.850984) (xy 109.10068 140.79995) (xy 109.211563 140.72586) (xy 109.30586 140.631563) (xy 109.37995 140.52068) + (xy 109.430984 140.397474) (xy 109.457 140.266679) (xy 109.457 140.133321) (xy 109.430984 140.002526) (xy 109.37995 139.87932) + (xy 109.30586 139.768437) (xy 109.211563 139.67414) (xy 109.10068 139.60005) (xy 108.977474 139.549016) (xy 108.846679 139.523) + (xy 108.713321 139.523) (xy 108.582526 139.549016) (xy 108.45932 139.60005) (xy 108.348437 139.67414) (xy 108.25414 139.768437) + (xy 108.234387 139.798) (xy 107.693023 139.798) (xy 107.679988 139.75503) (xy 107.644981 139.689537) (xy 107.597869 139.632131) + (xy 107.540463 139.585019) (xy 107.47497 139.550012) (xy 107.403905 139.528455) (xy 107.33 139.521176) (xy 106.03 139.521176) + (xy 105.956095 139.528455) (xy 105.932 139.535764) (xy 105.932 139.354723) (xy 105.938243 139.351386) (xy 106.016864 139.286864) + (xy 106.081386 139.208243) (xy 106.129331 139.118545) (xy 106.158855 139.021218) (xy 106.168824 138.92) (xy 106.168824 138.64) + (xy 106.166124 138.61259) (xy 106.239113 138.553247) (xy 106.318908 138.456921) (xy 106.378377 138.346878) (xy 106.415235 138.227348) + (xy 106.425 138.10575) (xy 106.26625 137.947) (xy 105.607 137.947) (xy 105.607 137.967) (xy 105.353 137.967) + (xy 105.353 137.947) (xy 104.69375 137.947) (xy 104.535 138.10575) (xy 97.627 138.10575) (xy 97.627 137.53425) + (xy 104.535 137.53425) (xy 104.69375 137.693) (xy 105.353 137.693) (xy 105.353 137.673) (xy 105.607 137.673) + (xy 105.607 137.693) (xy 106.26625 137.693) (xy 106.37408 137.58517) (xy 106.39425 137.585) (xy 106.553 137.42625) + (xy 106.553 136.727) (xy 106.807 136.727) (xy 106.807 137.42625) (xy 106.96575 137.585) (xy 107.33 137.588072) + (xy 107.454482 137.575812) (xy 107.57418 137.539502) (xy 107.684494 137.480537) (xy 107.781185 137.401185) (xy 107.860537 137.304494) + (xy 107.919502 137.19418) (xy 107.955812 137.074482) (xy 107.968072 136.95) (xy 107.965 136.88575) (xy 107.80625 136.727) + (xy 106.807 136.727) (xy 106.553 136.727) (xy 105.55375 136.727) (xy 105.395 136.88575) (xy 105.39408 136.905) + (xy 105.352998 136.905) (xy 105.352998 137.063748) (xy 105.19425 136.905) (xy 105.172923 136.901935) (xy 105.048387 136.913625) + (xy 104.928524 136.949386) (xy 104.817941 137.007844) (xy 104.720887 137.086753) (xy 104.641092 137.183079) (xy 104.581623 137.293122) + (xy 104.544765 137.412652) (xy 104.535 137.53425) (xy 97.627 137.53425) (xy 97.627 136.25) (xy 105.391928 136.25) + (xy 105.395 136.31425) (xy 105.55375 136.473) (xy 106.553 136.473) (xy 106.553 135.77375) (xy 106.807 135.77375) + (xy 106.807 136.473) (xy 107.80625 136.473) (xy 107.965 136.31425) (xy 107.968072 136.25) (xy 107.955812 136.125518) + (xy 107.919502 136.00582) (xy 107.860537 135.895506) (xy 107.809504 135.833321) (xy 110.303 135.833321) (xy 110.303 135.966679) + (xy 110.329016 136.097474) (xy 110.38005 136.22068) (xy 110.45414 136.331563) (xy 110.548437 136.42586) (xy 110.65932 136.49995) + (xy 110.782526 136.550984) (xy 110.913321 136.577) (xy 111.046679 136.577) (xy 111.177474 136.550984) (xy 111.251176 136.520455) + (xy 111.251176 136.95) (xy 111.258455 137.023905) (xy 111.280012 137.09497) (xy 111.315019 137.160463) (xy 111.362131 137.217869) + (xy 111.419537 137.264981) (xy 111.48503 137.299988) (xy 111.556095 137.321545) (xy 111.63 137.328824) (xy 112.93 137.328824) + (xy 113.003905 137.321545) (xy 113.011553 137.319225) (xy 113.078815 137.401185) (xy 113.175506 137.480537) (xy 113.28582 137.539502) + (xy 113.405518 137.575812) (xy 113.53 137.588072) (xy 113.89425 137.585) (xy 114.053 137.42625) (xy 114.053 136.727) + (xy 114.307 136.727) (xy 114.307 137.42625) (xy 114.46575 137.585) (xy 114.83 137.588072) (xy 114.954482 137.575812) + (xy 115.07418 137.539502) (xy 115.184494 137.480537) (xy 115.281185 137.401185) (xy 115.360537 137.304494) (xy 115.419502 137.19418) + (xy 115.455812 137.074482) (xy 115.468072 136.95) (xy 115.465 136.88575) (xy 115.30625 136.727) (xy 114.307 136.727) + (xy 114.053 136.727) (xy 114.033 136.727) (xy 114.033 136.473) (xy 114.053 136.473) (xy 114.053 135.77375) + (xy 114.307 135.77375) (xy 114.307 136.473) (xy 115.30625 136.473) (xy 115.465 136.31425) (xy 115.468072 136.25) + (xy 118.751176 136.25) (xy 118.751176 136.95) (xy 118.758455 137.023905) (xy 118.780012 137.09497) (xy 118.815019 137.160463) + (xy 118.862131 137.217869) (xy 118.919537 137.264981) (xy 118.98503 137.299988) (xy 119.056095 137.321545) (xy 119.13 137.328824) + (xy 120.43 137.328824) (xy 120.503905 137.321545) (xy 120.57497 137.299988) (xy 120.640463 137.264981) (xy 120.697869 137.217869) + (xy 120.744981 137.160463) (xy 120.749348 137.152293) (xy 120.762131 137.167869) (xy 120.819537 137.214981) (xy 120.88503 137.249988) + (xy 120.956095 137.271545) (xy 121.03 137.278824) (xy 122.33 137.278824) (xy 122.403905 137.271545) (xy 122.47497 137.249988) + (xy 122.540463 137.214981) (xy 122.597869 137.167869) (xy 122.644981 137.110463) (xy 122.679988 137.04497) (xy 122.701545 136.973905) + (xy 122.708824 136.9) (xy 122.708824 136.2) (xy 122.701545 136.126095) (xy 122.679988 136.05503) (xy 122.644981 135.989537) + (xy 122.597869 135.932131) (xy 122.540463 135.885019) (xy 122.47497 135.850012) (xy 122.403905 135.828455) (xy 122.33 135.821176) + (xy 121.03 135.821176) (xy 120.956095 135.828455) (xy 120.88503 135.850012) (xy 120.819537 135.885019) (xy 120.762131 135.932131) + (xy 120.715019 135.989537) (xy 120.710652 135.997707) (xy 120.697869 135.982131) (xy 120.640463 135.935019) (xy 120.57497 135.900012) + (xy 120.503905 135.878455) (xy 120.43 135.871176) (xy 119.13 135.871176) (xy 119.056095 135.878455) (xy 118.98503 135.900012) + (xy 118.919537 135.935019) (xy 118.862131 135.982131) (xy 118.815019 136.039537) (xy 118.780012 136.10503) (xy 118.758455 136.176095) + (xy 118.751176 136.25) (xy 115.468072 136.25) (xy 115.455812 136.125518) (xy 115.419502 136.00582) (xy 115.360537 135.895506) + (xy 115.281185 135.798815) (xy 115.184494 135.719463) (xy 115.07418 135.660498) (xy 114.954482 135.624188) (xy 114.83 135.611928) + (xy 114.46575 135.615) (xy 114.307 135.77375) (xy 114.053 135.77375) (xy 113.89425 135.615) (xy 113.53 135.611928) + (xy 113.405518 135.624188) (xy 113.28582 135.660498) (xy 113.175506 135.719463) (xy 113.078815 135.798815) (xy 113.011553 135.880775) + (xy 113.003905 135.878455) (xy 112.93 135.871176) (xy 111.657 135.871176) (xy 111.657 135.833321) (xy 111.638867 135.742159) + (xy 111.67425 135.745) (xy 111.833 135.58625) (xy 111.833 134.927) (xy 112.087 134.927) (xy 112.087 135.58625) + (xy 112.24575 135.745) (xy 112.367348 135.735235) (xy 112.486878 135.698377) (xy 112.596921 135.638908) (xy 112.693247 135.559113) + (xy 112.772156 135.462059) (xy 112.830614 135.351476) (xy 112.866375 135.231613) (xy 112.878065 135.107077) (xy 112.875 135.08575) + (xy 112.71625 134.927) (xy 112.087 134.927) (xy 111.833 134.927) (xy 111.813 134.927) (xy 111.813 134.673) + (xy 111.833 134.673) (xy 111.833 134.01375) (xy 111.67425 133.855) (xy 111.552652 133.864765) (xy 111.433122 133.901623) + (xy 111.323079 133.961092) (xy 111.226753 134.040887) (xy 111.16741 134.113876) (xy 111.14 134.111176) (xy 110.86 134.111176) + (xy 110.758782 134.121145) (xy 110.661455 134.150669) (xy 110.571757 134.198614) (xy 110.493136 134.263136) (xy 110.428614 134.341757) + (xy 110.380669 134.431455) (xy 110.351145 134.528782) (xy 110.341176 134.63) (xy 110.341176 134.97) (xy 110.351145 135.071218) + (xy 110.380669 135.168545) (xy 110.428614 135.258243) (xy 110.493136 135.336864) (xy 110.528 135.365476) (xy 110.528 135.394577) + (xy 110.45414 135.468437) (xy 110.38005 135.57932) (xy 110.329016 135.702526) (xy 110.303 135.833321) (xy 107.809504 135.833321) + (xy 107.781185 135.798815) (xy 107.684494 135.719463) (xy 107.57418 135.660498) (xy 107.454482 135.624188) (xy 107.33 135.611928) + (xy 106.96575 135.615) (xy 106.807 135.77375) (xy 106.553 135.77375) (xy 106.39425 135.615) (xy 106.03 135.611928) + (xy 105.905518 135.624188) (xy 105.78582 135.660498) (xy 105.675506 135.719463) (xy 105.578815 135.798815) (xy 105.499463 135.895506) + (xy 105.440498 136.00582) (xy 105.404188 136.125518) (xy 105.391928 136.25) (xy 97.627 136.25) (xy 97.627 132.13425) + (xy 111.935 132.13425) (xy 112.09375 132.293) (xy 112.753 132.293) (xy 112.753 131.66375) (xy 112.59425 131.505) + (xy 112.572923 131.501935) (xy 112.448387 131.513625) (xy 112.328524 131.549386) (xy 112.217941 131.607844) (xy 112.120887 131.686753) + (xy 112.041092 131.783079) (xy 111.981623 131.893122) (xy 111.944765 132.012652) (xy 111.935 132.13425) (xy 97.627 132.13425) + (xy 97.627 131.45) (xy 112.891928 131.45) (xy 112.904188 131.574482) (xy 112.940498 131.69418) (xy 112.999463 131.804494) + (xy 113.007 131.813678) (xy 113.007 132.293) (xy 113.66625 132.293) (xy 113.825 132.13425) (xy 113.821094 132.085617) + (xy 113.89425 132.085) (xy 114.053 131.92625) (xy 114.053 131.227) (xy 114.307 131.227) (xy 114.307 131.92625) + (xy 114.46575 132.085) (xy 114.83 132.088072) (xy 114.954482 132.075812) (xy 115.07418 132.039502) (xy 115.184494 131.980537) + (xy 115.281185 131.901185) (xy 115.360537 131.804494) (xy 115.419502 131.69418) (xy 115.455812 131.574482) (xy 115.468072 131.45) + (xy 115.465 131.38575) (xy 115.30625 131.227) (xy 114.307 131.227) (xy 114.053 131.227) (xy 113.05375 131.227) + (xy 112.895 131.38575) (xy 112.891928 131.45) (xy 97.627 131.45) (xy 97.627 130.75) (xy 112.891928 130.75) + (xy 112.895 130.81425) (xy 113.05375 130.973) (xy 114.053 130.973) (xy 114.053 130.27375) (xy 114.307 130.27375) + (xy 114.307 130.973) (xy 115.30625 130.973) (xy 115.465 130.81425) (xy 115.468072 130.75) (xy 118.751176 130.75) + (xy 118.751176 131.45) (xy 118.758455 131.523905) (xy 118.780012 131.59497) (xy 118.815019 131.660463) (xy 118.862131 131.717869) + (xy 118.919537 131.764981) (xy 118.98503 131.799988) (xy 119.056095 131.821545) (xy 119.13 131.828824) (xy 120.43 131.828824) + (xy 120.503905 131.821545) (xy 120.57497 131.799988) (xy 120.640463 131.764981) (xy 120.697869 131.717869) (xy 120.744981 131.660463) + (xy 120.779988 131.59497) (xy 120.801545 131.523905) (xy 120.808824 131.45) (xy 120.808824 130.75) (xy 120.801545 130.676095) + (xy 120.779988 130.60503) (xy 120.744981 130.539537) (xy 120.697869 130.482131) (xy 120.640463 130.435019) (xy 120.57497 130.400012) + (xy 120.503905 130.378455) (xy 120.43 130.371176) (xy 119.13 130.371176) (xy 119.056095 130.378455) (xy 118.98503 130.400012) + (xy 118.919537 130.435019) (xy 118.862131 130.482131) (xy 118.815019 130.539537) (xy 118.780012 130.60503) (xy 118.758455 130.676095) + (xy 118.751176 130.75) (xy 115.468072 130.75) (xy 115.455812 130.625518) (xy 115.419502 130.50582) (xy 115.360537 130.395506) + (xy 115.281185 130.298815) (xy 115.184494 130.219463) (xy 115.07418 130.160498) (xy 114.954482 130.124188) (xy 114.83 130.111928) + (xy 114.46575 130.115) (xy 114.307 130.27375) (xy 114.053 130.27375) (xy 113.89425 130.115) (xy 113.53 130.111928) + (xy 113.405518 130.124188) (xy 113.28582 130.160498) (xy 113.175506 130.219463) (xy 113.078815 130.298815) (xy 112.999463 130.395506) + (xy 112.940498 130.50582) (xy 112.904188 130.625518) (xy 112.891928 130.75) (xy 97.627 130.75) (xy 97.627 126.935001) + (xy 103.326176 126.935001) (xy 103.326176 128.235001) (xy 103.333455 128.308906) (xy 103.355012 128.379971) (xy 103.390019 128.445464) + (xy 103.437131 128.50287) (xy 103.494537 128.549982) (xy 103.56003 128.584989) (xy 103.631095 128.606546) (xy 103.705 128.613825) + (xy 104.405 128.613825) (xy 104.478905 128.606546) (xy 104.54997 128.584989) (xy 104.615463 128.549982) (xy 104.672869 128.50287) + (xy 104.719981 128.445464) (xy 104.754988 128.379971) (xy 104.776545 128.308906) (xy 104.783824 128.235001) (xy 104.783824 126.935001) + (xy 104.776545 126.861096) (xy 104.754988 126.790031) (xy 104.719981 126.724538) (xy 104.672869 126.667132) (xy 104.615463 126.62002) + (xy 104.54997 126.585013) (xy 104.478905 126.563456) (xy 104.405 126.556177) (xy 103.705 126.556177) (xy 103.631095 126.563456) + (xy 103.56003 126.585013) (xy 103.494537 126.62002) (xy 103.437131 126.667132) (xy 103.390019 126.724538) (xy 103.355012 126.790031) + (xy 103.333455 126.861096) (xy 103.326176 126.935001) (xy 97.627 126.935001) (xy 97.627 83.1) (xy 98.268757 83.1) + (xy 98.273001 83.14309) (xy 98.273 105.25692) (xy 98.268757 105.3) (xy 98.28569 105.471922) (xy 98.312057 105.558841) + (xy 98.335838 105.637236) (xy 98.417273 105.789591) (xy 98.526867 105.923133) (xy 98.560331 105.950596) (xy 99.099407 106.489673) + (xy 99.126867 106.523133) (xy 99.160326 106.550592) (xy 99.160328 106.550594) (xy 99.187523 106.572912) (xy 99.260408 106.632727) + (xy 99.412763 106.714162) (xy 99.578078 106.76431) (xy 99.706921 106.777) (xy 99.706922 106.777) (xy 99.749999 106.781243) + (xy 99.793076 106.777) (xy 100.873835 106.777) (xy 100.878455 106.823905) (xy 100.900012 106.89497) (xy 100.935019 106.960463) + (xy 100.982131 107.017869) (xy 101.039537 107.064981) (xy 101.10503 107.099988) (xy 101.176095 107.121545) (xy 101.25 107.128824) + (xy 102.95 107.128824) (xy 103.023905 107.121545) (xy 103.09497 107.099988) (xy 103.160463 107.064981) (xy 103.217869 107.017869) + (xy 103.264981 106.960463) (xy 103.299988 106.89497) (xy 103.321545 106.823905) (xy 103.328824 106.75) (xy 103.328824 105.05) + (xy 103.321545 104.976095) (xy 103.299988 104.90503) (xy 103.264981 104.839537) (xy 103.217869 104.782131) (xy 103.160463 104.735019) + (xy 103.09497 104.700012) (xy 103.023905 104.678455) (xy 102.95 104.671176) (xy 101.25 104.671176) (xy 101.176095 104.678455) + (xy 101.10503 104.700012) (xy 101.039537 104.735019) (xy 100.982131 104.782131) (xy 100.935019 104.839537) (xy 100.900012 104.90503) + (xy 100.878455 104.976095) (xy 100.873835 105.023) (xy 100.113266 105.023) (xy 100.027 104.936735) (xy 100.027 101.17689) + (xy 100.658524 101.17689) (xy 100.703175 101.324099) (xy 100.828359 101.58692) (xy 101.002412 101.820269) (xy 101.218645 102.015178) + (xy 101.468748 102.164157) (xy 101.636798 102.223769) (xy 101.518798 102.272647) (xy 101.317833 102.406927) (xy 101.146927 102.577833) + (xy 101.012647 102.778798) (xy 100.920153 103.002097) (xy 100.873 103.239151) (xy 100.873 103.480849) (xy 100.920153 103.717903) + (xy 101.012647 103.941202) (xy 101.146927 104.142167) (xy 101.317833 104.313073) (xy 101.518798 104.447353) (xy 101.742097 104.539847) + (xy 101.979151 104.587) (xy 102.220849 104.587) (xy 102.457903 104.539847) (xy 102.681202 104.447353) (xy 102.882167 104.313073) + (xy 103.053073 104.142167) (xy 103.187353 103.941202) (xy 103.249155 103.792) (xy 104.452777 103.792) (xy 104.848001 104.187225) + (xy 104.848 108.412776) (xy 103.751096 109.509681) (xy 103.733842 109.523841) (xy 103.677358 109.592667) (xy 103.635386 109.671191) + (xy 103.60954 109.756393) (xy 103.600813 109.845) (xy 103.603001 109.867215) (xy 103.603 120.552795) (xy 103.600813 120.575) + (xy 103.603001 120.597215) (xy 103.603001 120.971978) (xy 103.56003 120.985013) (xy 103.494537 121.02002) (xy 103.437131 121.067132) + (xy 103.390019 121.124538) (xy 103.355012 121.190031) (xy 103.333455 121.261096) (xy 103.326176 121.335001) (xy 103.326176 122.635001) + (xy 103.333455 122.708906) (xy 103.355012 122.779971) (xy 103.390019 122.845464) (xy 103.437131 122.90287) (xy 103.494537 122.949982) + (xy 103.56003 122.984989) (xy 103.631095 123.006546) (xy 103.705 123.013825) (xy 104.405 123.013825) (xy 104.478905 123.006546) + (xy 104.54997 122.984989) (xy 104.615463 122.949982) (xy 104.672869 122.90287) (xy 104.719981 122.845464) (xy 104.754988 122.779971) + (xy 104.776545 122.708906) (xy 104.783824 122.635001) (xy 106.716928 122.635001) (xy 106.729188 122.759483) (xy 106.765498 122.879181) + (xy 106.824463 122.989495) (xy 106.903815 123.086186) (xy 107.000506 123.165538) (xy 107.11082 123.224503) (xy 107.230518 123.260813) + (xy 107.355 123.273073) (xy 107.41925 123.270001) (xy 107.578 123.111251) (xy 107.578 122.112001) (xy 106.87875 122.112001) + (xy 106.72 122.270751) (xy 106.716928 122.635001) (xy 104.783824 122.635001) (xy 104.783824 121.335001) (xy 104.776545 121.261096) + (xy 104.754988 121.190031) (xy 104.719981 121.124538) (xy 104.672869 121.067132) (xy 104.654431 121.052) (xy 104.845277 121.052) + (xy 104.848614 121.058243) (xy 104.913136 121.136864) (xy 104.991757 121.201386) (xy 105.081455 121.249331) (xy 105.178782 121.278855) + (xy 105.28 121.288824) (xy 105.56 121.288824) (xy 105.58741 121.286124) (xy 105.646753 121.359113) (xy 105.743079 121.438908) + (xy 105.853122 121.498377) (xy 105.972652 121.535235) (xy 106.09425 121.545) (xy 106.253 121.38625) (xy 106.253 120.727) + (xy 106.507 120.727) (xy 106.507 121.38625) (xy 106.66575 121.545) (xy 106.718663 121.540751) (xy 106.72 121.699251) + (xy 106.87875 121.858001) (xy 107.578 121.858001) (xy 107.578 120.858751) (xy 107.41925 120.700001) (xy 107.355 120.696929) + (xy 107.230518 120.709189) (xy 107.144525 120.735275) (xy 107.13625 120.727) (xy 106.507 120.727) (xy 106.253 120.727) + (xy 106.233 120.727) (xy 106.233 120.473) (xy 106.253 120.473) (xy 106.253 119.81375) (xy 106.507 119.81375) + (xy 106.507 120.473) (xy 107.13625 120.473) (xy 107.295 120.31425) (xy 107.298065 120.292923) (xy 107.286375 120.168387) + (xy 107.250614 120.048524) (xy 107.192156 119.937941) (xy 107.113247 119.840887) (xy 107.016921 119.761092) (xy 106.906878 119.701623) + (xy 106.787348 119.664765) (xy 106.66575 119.655) (xy 106.507 119.81375) (xy 106.253 119.81375) (xy 106.09425 119.655) + (xy 105.972652 119.664765) (xy 105.853122 119.701623) (xy 105.743079 119.761092) (xy 105.646753 119.840887) (xy 105.58741 119.913876) + (xy 105.56 119.911176) (xy 105.28 119.911176) (xy 105.178782 119.921145) (xy 105.081455 119.950669) (xy 104.991757 119.998614) + (xy 104.913136 120.063136) (xy 104.848614 120.141757) (xy 104.845277 120.148) (xy 104.507 120.148) (xy 104.507 110.032223) + (xy 105.603906 108.935318) (xy 105.621159 108.921159) (xy 105.677643 108.852333) (xy 105.719614 108.77381) (xy 105.728581 108.74425) + (xy 105.74546 108.688608) (xy 105.754187 108.6) (xy 105.752 108.577795) (xy 105.752 104.022205) (xy 105.754187 104) + (xy 105.74546 103.911392) (xy 105.719614 103.82619) (xy 105.704765 103.798409) (xy 105.677643 103.747667) (xy 105.621159 103.678841) + (xy 105.603905 103.664681) (xy 104.975323 103.0361) (xy 104.961159 103.018841) (xy 104.892333 102.962357) (xy 104.81381 102.920386) + (xy 104.728607 102.89454) (xy 104.662205 102.888) (xy 104.64 102.885813) (xy 104.617795 102.888) (xy 103.232586 102.888) + (xy 103.187353 102.778798) (xy 103.053073 102.577833) (xy 102.882167 102.406927) (xy 102.681202 102.272647) (xy 102.563202 102.223769) + (xy 102.731252 102.164157) (xy 102.981355 102.015178) (xy 103.197588 101.820269) (xy 103.371641 101.58692) (xy 103.496825 101.324099) + (xy 103.541476 101.17689) (xy 103.420155 100.947) (xy 102.227 100.947) (xy 102.227 100.967) (xy 101.973 100.967) + (xy 101.973 100.947) (xy 100.779845 100.947) (xy 100.658524 101.17689) (xy 100.027 101.17689) (xy 100.027 100.46311) + (xy 100.658524 100.46311) (xy 100.779845 100.693) (xy 101.973 100.693) (xy 101.973 100.673) (xy 102.227 100.673) + (xy 102.227 100.693) (xy 103.420155 100.693) (xy 103.541476 100.46311) (xy 103.496825 100.315901) (xy 103.371641 100.05308) + (xy 103.197588 99.819731) (xy 102.981355 99.624822) (xy 102.731252 99.475843) (xy 102.563202 99.416231) (xy 102.681202 99.367353) + (xy 102.882167 99.233073) (xy 103.053073 99.062167) (xy 103.187353 98.861202) (xy 103.279847 98.637903) (xy 103.327 98.400849) + (xy 103.327 98.159151) (xy 103.279847 97.922097) (xy 103.187353 97.698798) (xy 103.053073 97.497833) (xy 102.882167 97.326927) + (xy 102.681202 97.192647) (xy 102.457903 97.100153) (xy 102.220849 97.053) (xy 101.979151 97.053) (xy 101.742097 97.100153) + (xy 101.518798 97.192647) (xy 101.317833 97.326927) (xy 101.146927 97.497833) (xy 101.012647 97.698798) (xy 100.920153 97.922097) + (xy 100.873 98.159151) (xy 100.873 98.400849) (xy 100.920153 98.637903) (xy 101.012647 98.861202) (xy 101.146927 99.062167) + (xy 101.317833 99.233073) (xy 101.518798 99.367353) (xy 101.636798 99.416231) (xy 101.468748 99.475843) (xy 101.218645 99.624822) + (xy 101.002412 99.819731) (xy 100.828359 100.05308) (xy 100.703175 100.315901) (xy 100.658524 100.46311) (xy 100.027 100.46311) + (xy 100.027 95.619151) (xy 100.873 95.619151) (xy 100.873 95.860849) (xy 100.920153 96.097903) (xy 101.012647 96.321202) + (xy 101.146927 96.522167) (xy 101.317833 96.693073) (xy 101.518798 96.827353) (xy 101.742097 96.919847) (xy 101.979151 96.967) + (xy 102.220849 96.967) (xy 102.457903 96.919847) (xy 102.681202 96.827353) (xy 102.882167 96.693073) (xy 103.053073 96.522167) + (xy 103.187353 96.321202) (xy 103.279847 96.097903) (xy 103.327 95.860849) (xy 103.327 95.619151) (xy 103.279847 95.382097) + (xy 103.187353 95.158798) (xy 103.053073 94.957833) (xy 102.882167 94.786927) (xy 102.681202 94.652647) (xy 102.457903 94.560153) + (xy 102.220849 94.513) (xy 101.979151 94.513) (xy 101.742097 94.560153) (xy 101.518798 94.652647) (xy 101.317833 94.786927) + (xy 101.146927 94.957833) (xy 101.012647 95.158798) (xy 100.920153 95.382097) (xy 100.873 95.619151) (xy 100.027 95.619151) + (xy 100.027 83.463265) (xy 100.703266 82.787) (xy 101.523079 82.787) (xy 101.651922 82.77431) (xy 101.817237 82.724162) + (xy 101.969592 82.642727) (xy 102.103133 82.533133) (xy 102.212727 82.399592) (xy 102.294162 82.247237) (xy 102.34431 82.081922) + (xy 102.361243 81.91) (xy 102.34431 81.738078) (xy 102.294162 81.572763) (xy 102.212727 81.420408) (xy 102.104168 81.288128) + (xy 102.139711 81.221632) (xy 102.168951 81.125242) (xy 102.178824 81.025) (xy 102.178824 80.755) (xy 102.168951 80.654758) + (xy 102.139711 80.558368) (xy 102.092229 80.469535) (xy 102.028328 80.391672) (xy 101.982 80.353651) (xy 101.982 80.328824) + (xy 102.55 80.328824) (xy 102.623905 80.321545) (xy 102.69497 80.299988) (xy 102.760463 80.264981) (xy 102.817869 80.217869) + (xy 102.864981 80.160463) (xy 102.899988 80.09497) (xy 102.921545 80.023905) (xy 102.928824 79.95) (xy 102.928824 78.95) + (xy 102.921545 78.876095) (xy 102.899988 78.80503) (xy 102.864981 78.739537) (xy 102.817869 78.682131) (xy 102.760463 78.635019) + (xy 102.69497 78.600012) (xy 102.623905 78.578455) (xy 102.55 78.571176) (xy 100.45 78.571176) (xy 100.376095 78.578455) + (xy 100.30503 78.600012) (xy 100.239537 78.635019) (xy 100.182131 78.682131) (xy 100.135019 78.739537) (xy 100.100012 78.80503) + (xy 100.078455 78.876095) (xy 100.071176 78.95) (xy 100.071176 79.95) (xy 100.078455 80.023905) (xy 100.100012 80.09497) + (xy 100.135019 80.160463) (xy 100.182131 80.217869) (xy 100.239537 80.264981) (xy 100.30503 80.299988) (xy 100.376095 80.321545) + (xy 100.45 80.328824) (xy 100.978 80.328824) (xy 100.978 80.353651) (xy 100.931672 80.391672) (xy 100.867771 80.469535) + (xy 100.820289 80.558368) (xy 100.791049 80.654758) (xy 100.781176 80.755) (xy 100.781176 81.025) (xy 100.781964 81.033) + (xy 100.383076 81.033) (xy 100.339999 81.028757) (xy 100.296922 81.033) (xy 100.296921 81.033) (xy 100.168078 81.04569) + (xy 100.002763 81.095838) (xy 99.850408 81.177273) (xy 99.716867 81.286867) (xy 99.689408 81.320326) (xy 98.560327 82.449408) + (xy 98.526868 82.476867) (xy 98.499409 82.510326) (xy 98.499406 82.510329) (xy 98.417274 82.610408) (xy 98.335838 82.762764) + (xy 98.28569 82.928078) (xy 98.268757 83.1) (xy 97.627 83.1) (xy 97.627 76.45) (xy 100.071176 76.45) + (xy 100.071176 77.45) (xy 100.078455 77.523905) (xy 100.100012 77.59497) (xy 100.135019 77.660463) (xy 100.182131 77.717869) + (xy 100.239537 77.764981) (xy 100.30503 77.799988) (xy 100.376095 77.821545) (xy 100.45 77.828824) (xy 102.55 77.828824) + (xy 102.623905 77.821545) (xy 102.69497 77.799988) (xy 102.760463 77.764981) (xy 102.817869 77.717869) (xy 102.864981 77.660463) + (xy 102.899988 77.59497) (xy 102.921545 77.523905) (xy 102.928824 77.45) (xy 102.928824 77.402) (xy 103.462777 77.402) + (xy 104.048001 77.987225) (xy 104.048 85.212776) (xy 101.796096 87.464681) (xy 101.778842 87.478841) (xy 101.741902 87.523853) + (xy 101.722358 87.547667) (xy 101.680386 87.626191) (xy 101.65454 87.711393) (xy 101.645813 87.8) (xy 101.648001 87.822215) + (xy 101.648 89.519129) (xy 101.518798 89.572647) (xy 101.317833 89.706927) (xy 101.146927 89.877833) (xy 101.012647 90.078798) + (xy 100.920153 90.302097) (xy 100.873 90.539151) (xy 100.873 90.780849) (xy 100.920153 91.017903) (xy 101.012647 91.241202) + (xy 101.146927 91.442167) (xy 101.317833 91.613073) (xy 101.518798 91.747353) (xy 101.742097 91.839847) (xy 101.979151 91.887) + (xy 102.220849 91.887) (xy 102.457903 91.839847) (xy 102.681202 91.747353) (xy 102.882167 91.613073) (xy 103.053073 91.442167) + (xy 103.187353 91.241202) (xy 103.279847 91.017903) (xy 103.327 90.780849) (xy 103.327 90.539151) (xy 103.279847 90.302097) + (xy 103.187353 90.078798) (xy 103.053073 89.877833) (xy 102.882167 89.706927) (xy 102.681202 89.572647) (xy 102.552 89.519129) + (xy 102.552 87.987223) (xy 104.803906 85.735318) (xy 104.821159 85.721159) (xy 104.877643 85.652333) (xy 104.919614 85.57381) + (xy 104.927257 85.548614) (xy 104.94546 85.488608) (xy 104.954187 85.4) (xy 104.952 85.377795) (xy 104.952 77.822205) + (xy 104.954187 77.8) (xy 104.94546 77.711392) (xy 104.919614 77.62619) (xy 104.909188 77.606684) (xy 104.877643 77.547667) + (xy 104.821159 77.478841) (xy 104.803905 77.464681) (xy 103.985323 76.6461) (xy 103.971159 76.628841) (xy 103.902333 76.572357) + (xy 103.82381 76.530386) (xy 103.738607 76.50454) (xy 103.672205 76.498) (xy 103.65 76.495813) (xy 103.627795 76.498) + (xy 102.928824 76.498) (xy 102.928824 76.45) (xy 102.921545 76.376095) (xy 102.899988 76.30503) (xy 102.864981 76.239537) + (xy 102.817869 76.182131) (xy 102.760463 76.135019) (xy 102.69497 76.100012) (xy 102.623905 76.078455) (xy 102.55 76.071176) + (xy 101.992 76.071176) (xy 101.992 75.638142) (xy 102.028328 75.608328) (xy 102.092229 75.530465) (xy 102.139711 75.441632) + (xy 102.168951 75.345242) (xy 102.178824 75.245) (xy 102.178824 74.975) (xy 102.169251 74.877802) (xy 102.245578 74.816724) + (xy 102.326118 74.72102) (xy 102.386441 74.611442) (xy 102.424226 74.492202) (xy 102.435 74.37575) (xy 102.27625 74.217) + (xy 101.607 74.217) (xy 101.607 74.237) (xy 101.353 74.237) (xy 101.353 74.217) (xy 100.68375 74.217) + (xy 100.525 74.37575) (xy 100.535774 74.492202) (xy 100.573559 74.611442) (xy 100.633882 74.72102) (xy 100.714422 74.816724) + (xy 100.790749 74.877802) (xy 100.781176 74.975) (xy 100.781176 75.245) (xy 100.791049 75.345242) (xy 100.820289 75.441632) + (xy 100.867771 75.530465) (xy 100.931672 75.608328) (xy 100.988001 75.654556) (xy 100.988 76.071176) (xy 100.45 76.071176) + (xy 100.376095 76.078455) (xy 100.30503 76.100012) (xy 100.239537 76.135019) (xy 100.182131 76.182131) (xy 100.135019 76.239537) + (xy 100.100012 76.30503) (xy 100.078455 76.376095) (xy 100.071176 76.45) (xy 97.627 76.45) (xy 97.627 73.80425) + (xy 100.525 73.80425) (xy 100.68375 73.963) (xy 101.353 73.963) (xy 101.353 73.34375) (xy 101.607 73.34375) + (xy 101.607 73.963) (xy 102.27625 73.963) (xy 102.435 73.80425) (xy 102.424226 73.687798) (xy 102.386441 73.568558) + (xy 102.326118 73.45898) (xy 102.245578 73.363276) (xy 102.147914 73.285124) (xy 102.036879 73.227527) (xy 101.916742 73.192699) + (xy 101.792119 73.181977) (xy 101.76575 73.185) (xy 101.607 73.34375) (xy 101.353 73.34375) (xy 101.19425 73.185) + (xy 101.167881 73.181977) (xy 101.043258 73.192699) (xy 100.923121 73.227527) (xy 100.812086 73.285124) (xy 100.714422 73.363276) + (xy 100.633882 73.45898) (xy 100.573559 73.568558) (xy 100.535774 73.687798) (xy 100.525 73.80425) (xy 97.627 73.80425) + (xy 97.627 58.365) (xy 103.381176 58.365) (xy 103.381176 59.665) (xy 103.388455 59.738905) (xy 103.410012 59.80997) + (xy 103.445019 59.875463) (xy 103.492131 59.932869) (xy 103.549537 59.979981) (xy 103.61503 60.014988) (xy 103.658001 60.028023) + (xy 103.658001 60.607785) (xy 103.655813 60.63) (xy 103.66454 60.718607) (xy 103.690386 60.803809) (xy 103.696358 60.814981) + (xy 103.732358 60.882333) (xy 103.788842 60.951159) (xy 103.806096 60.965319) (xy 104.003 61.162223) (xy 104.003 61.266679) + (xy 104.029016 61.397474) (xy 104.08005 61.52068) (xy 104.15414 61.631563) (xy 104.248437 61.72586) (xy 104.35932 61.79995) + (xy 104.482526 61.850984) (xy 104.613321 61.877) (xy 104.746679 61.877) (xy 104.877474 61.850984) (xy 105.00068 61.79995) + (xy 105.111563 61.72586) (xy 105.20586 61.631563) (xy 105.27995 61.52068) (xy 105.330984 61.397474) (xy 105.357 61.266679) + (xy 105.357 61.133321) (xy 105.330984 61.002526) (xy 105.27995 60.87932) (xy 105.20586 60.768437) (xy 105.111563 60.67414) + (xy 105.00068 60.60005) (xy 104.877474 60.549016) (xy 104.746679 60.523) (xy 104.642223 60.523) (xy 104.602223 60.483) + (xy 109.048928 60.483) (xy 109.061188 60.607482) (xy 109.097498 60.72718) (xy 109.156463 60.837494) (xy 109.235815 60.934185) + (xy 109.332506 61.013537) (xy 109.44282 61.072502) (xy 109.562518 61.108812) (xy 109.687 61.121072) (xy 110.15125 61.118) + (xy 110.31 60.95925) (xy 110.31 60.11) (xy 110.564 60.11) (xy 110.564 60.95925) (xy 110.72275 61.118) + (xy 111.187 61.121072) (xy 111.311482 61.108812) (xy 111.43118 61.072502) (xy 111.541494 61.013537) (xy 111.638185 60.934185) + (xy 111.717537 60.837494) (xy 111.776502 60.72718) (xy 111.812812 60.607482) (xy 111.825072 60.483) (xy 111.822 60.26875) + (xy 111.66325 60.11) (xy 110.564 60.11) (xy 110.31 60.11) (xy 109.21075 60.11) (xy 109.052 60.26875) + (xy 109.048928 60.483) (xy 104.602223 60.483) (xy 104.562 60.442777) (xy 104.562 60.028023) (xy 104.60497 60.014988) + (xy 104.670463 59.979981) (xy 104.727869 59.932869) (xy 104.774981 59.875463) (xy 104.809988 59.80997) (xy 104.831545 59.738905) + (xy 104.838824 59.665) (xy 106.771928 59.665) (xy 106.784188 59.789482) (xy 106.820498 59.90918) (xy 106.879463 60.019494) + (xy 106.958815 60.116185) (xy 107.055506 60.195537) (xy 107.16582 60.254502) (xy 107.285518 60.290812) (xy 107.41 60.303072) + (xy 107.47425 60.3) (xy 107.633 60.14125) (xy 107.633 59.142) (xy 107.887 59.142) (xy 107.887 60.14125) + (xy 108.04575 60.3) (xy 108.11 60.303072) (xy 108.234482 60.290812) (xy 108.35418 60.254502) (xy 108.464494 60.195537) + (xy 108.561185 60.116185) (xy 108.640537 60.019494) (xy 108.699502 59.90918) (xy 108.735812 59.789482) (xy 108.748072 59.665) + (xy 108.746538 59.483) (xy 109.048928 59.483) (xy 109.052 59.69725) (xy 109.21075 59.856) (xy 110.31 59.856) + (xy 110.31 59.00675) (xy 110.564 59.00675) (xy 110.564 59.856) (xy 111.66325 59.856) (xy 111.822 59.69725) + (xy 111.825072 59.483) (xy 111.812812 59.358518) (xy 111.776502 59.23882) (xy 111.717537 59.128506) (xy 111.638185 59.031815) + (xy 111.541494 58.952463) (xy 111.43118 58.893498) (xy 111.311482 58.857188) (xy 111.187 58.844928) (xy 110.72275 58.848) + (xy 110.564 59.00675) (xy 110.31 59.00675) (xy 110.15125 58.848) (xy 109.687 58.844928) (xy 109.562518 58.857188) + (xy 109.44282 58.893498) (xy 109.332506 58.952463) (xy 109.235815 59.031815) (xy 109.156463 59.128506) (xy 109.097498 59.23882) + (xy 109.061188 59.358518) (xy 109.048928 59.483) (xy 108.746538 59.483) (xy 108.745 59.30075) (xy 108.58625 59.142) + (xy 107.887 59.142) (xy 107.633 59.142) (xy 106.93375 59.142) (xy 106.775 59.30075) (xy 106.771928 59.665) + (xy 104.838824 59.665) (xy 104.838824 58.365) (xy 104.837544 58.352) (xy 104.925277 58.352) (xy 104.928614 58.358243) + (xy 104.993136 58.436864) (xy 105.071757 58.501386) (xy 105.161455 58.549331) (xy 105.258782 58.578855) (xy 105.36 58.588824) + (xy 105.64 58.588824) (xy 105.66741 58.586124) (xy 105.726753 58.659113) (xy 105.823079 58.738908) (xy 105.933122 58.798377) + (xy 106.052652 58.835235) (xy 106.17425 58.845) (xy 106.333 58.68625) (xy 106.333 58.027) (xy 106.313 58.027) + (xy 106.313 57.773) (xy 106.333 57.773) (xy 106.333 57.11375) (xy 106.587 57.11375) (xy 106.587 57.773) + (xy 106.607 57.773) (xy 106.607 58.027) (xy 106.587 58.027) (xy 106.587 58.68625) (xy 106.74575 58.845) + (xy 106.867348 58.835235) (xy 106.877771 58.832021) (xy 106.93375 58.888) (xy 107.633 58.888) (xy 107.633 57.88875) + (xy 107.887 57.88875) (xy 107.887 58.888) (xy 108.58625 58.888) (xy 108.745 58.72925) (xy 108.748072 58.365) + (xy 108.735812 58.240518) (xy 108.699502 58.12082) (xy 108.640537 58.010506) (xy 108.561185 57.913815) (xy 108.464494 57.834463) + (xy 108.35418 57.775498) (xy 108.234482 57.739188) (xy 108.11 57.726928) (xy 108.04575 57.73) (xy 107.887 57.88875) + (xy 107.633 57.88875) (xy 107.47425 57.73) (xy 107.41 57.726928) (xy 107.285518 57.739188) (xy 107.234623 57.754627) + (xy 107.375 57.61425) (xy 107.378065 57.592923) (xy 107.366375 57.468387) (xy 107.330614 57.348524) (xy 107.272156 57.237941) + (xy 107.193247 57.140887) (xy 107.096921 57.061092) (xy 106.986878 57.001623) (xy 106.867348 56.964765) (xy 106.74575 56.955) + (xy 106.587 57.11375) (xy 106.333 57.11375) (xy 106.17425 56.955) (xy 106.052652 56.964765) (xy 105.933122 57.001623) + (xy 105.823079 57.061092) (xy 105.726753 57.140887) (xy 105.66741 57.213876) (xy 105.64 57.211176) (xy 105.36 57.211176) + (xy 105.258782 57.221145) (xy 105.161455 57.250669) (xy 105.071757 57.298614) (xy 104.993136 57.363136) (xy 104.928614 57.441757) + (xy 104.925277 57.448) (xy 104.322205 57.448) (xy 104.3 57.445813) (xy 104.211392 57.45454) (xy 104.165745 57.468387) + (xy 104.12619 57.480386) (xy 104.047667 57.522357) (xy 103.978841 57.578841) (xy 103.964677 57.5961) (xy 103.806096 57.754681) + (xy 103.788842 57.768841) (xy 103.73429 57.835313) (xy 103.732358 57.837667) (xy 103.690386 57.916191) (xy 103.665008 57.999852) + (xy 103.61503 58.015012) (xy 103.549537 58.050019) (xy 103.492131 58.097131) (xy 103.445019 58.154537) (xy 103.410012 58.22003) + (xy 103.388455 58.291095) (xy 103.381176 58.365) (xy 97.627 58.365) (xy 97.627 54.497077) (xy 111.541935 54.497077) + (xy 111.553625 54.621613) (xy 111.589386 54.741476) (xy 111.647844 54.852059) (xy 111.726753 54.949113) (xy 111.823079 55.028908) + (xy 111.933122 55.088377) (xy 112.052652 55.125235) (xy 112.17425 55.135) (xy 112.333 54.97625) (xy 112.333 54.317) + (xy 111.70375 54.317) (xy 111.545 54.47575) (xy 111.541935 54.497077) (xy 97.627 54.497077) (xy 97.627 52.027927) + (xy 97.698566 51.226045) (xy 97.823 50.771192) (xy 97.823 51.312907) (xy 97.94509 51.926697) (xy 98.184579 52.504874) + (xy 98.532263 53.025219) (xy 98.974781 53.467737) (xy 99.495126 53.815421) (xy 100.073303 54.05491) (xy 100.687093 54.177) + (xy 101.312907 54.177) (xy 101.926697 54.05491) (xy 102.341909 53.882923) (xy 111.541935 53.882923) (xy 111.545 53.90425) + (xy 111.70375 54.063) (xy 112.333 54.063) (xy 112.333 53.40375) (xy 112.17425 53.245) (xy 112.052652 53.254765) + (xy 111.933122 53.291623) (xy 111.823079 53.351092) (xy 111.726753 53.430887) (xy 111.647844 53.527941) (xy 111.589386 53.638524) + (xy 111.553625 53.758387) (xy 111.541935 53.882923) (xy 102.341909 53.882923) (xy 102.504874 53.815421) (xy 103.025219 53.467737) + (xy 103.467737 53.025219) (xy 103.815421 52.504874) (xy 103.927902 52.233321) (xy 107.703 52.233321) (xy 107.703 52.366679) + (xy 107.729016 52.497474) (xy 107.78005 52.62068) (xy 107.85414 52.731563) (xy 107.948437 52.82586) (xy 108.05932 52.89995) + (xy 108.182526 52.950984) (xy 108.313321 52.977) (xy 108.446679 52.977) (xy 108.577474 52.950984) (xy 108.70068 52.89995) + (xy 108.811563 52.82586) (xy 108.885423 52.752) (xy 109.275176 52.752) (xy 109.275176 52.776) (xy 109.282455 52.849905) + (xy 109.304012 52.92097) (xy 109.339019 52.986463) (xy 109.386131 53.043869) (xy 109.443537 53.090981) (xy 109.50903 53.125988) + (xy 109.580095 53.147545) (xy 109.654 53.154824) (xy 111.154 53.154824) (xy 111.227905 53.147545) (xy 111.29897 53.125988) + (xy 111.364463 53.090981) (xy 111.421869 53.043869) (xy 111.468981 52.986463) (xy 111.503988 52.92097) (xy 111.525545 52.849905) + (xy 111.532824 52.776) (xy 111.532824 51.776) (xy 111.525545 51.702095) (xy 111.503988 51.63103) (xy 111.468981 51.565537) + (xy 111.421869 51.508131) (xy 111.364463 51.461019) (xy 111.29897 51.426012) (xy 111.227905 51.404455) (xy 111.154 51.397176) + (xy 109.654 51.397176) (xy 109.580095 51.404455) (xy 109.50903 51.426012) (xy 109.443537 51.461019) (xy 109.386131 51.508131) + (xy 109.339019 51.565537) (xy 109.304012 51.63103) (xy 109.282455 51.702095) (xy 109.275176 51.776) (xy 109.275176 51.848) + (xy 108.885423 51.848) (xy 108.811563 51.77414) (xy 108.70068 51.70005) (xy 108.577474 51.649016) (xy 108.446679 51.623) + (xy 108.313321 51.623) (xy 108.182526 51.649016) (xy 108.05932 51.70005) (xy 107.948437 51.77414) (xy 107.85414 51.868437) + (xy 107.78005 51.97932) (xy 107.729016 52.102526) (xy 107.703 52.233321) (xy 103.927902 52.233321) (xy 104.05491 51.926697) + (xy 104.177 51.312907) (xy 104.177 50.687093) (xy 104.05491 50.073303) (xy 103.815421 49.495126) (xy 103.467737 48.974781) + (xy 103.387784 48.894828) (xy 104.432167 48.894828) (xy 104.432167 49.105172) (xy 104.473203 49.311475) (xy 104.553698 49.505809) + (xy 104.67056 49.680704) (xy 104.819296 49.82944) (xy 104.994191 49.946302) (xy 105.188525 50.026797) (xy 105.394828 50.067833) + (xy 105.605172 50.067833) (xy 105.811475 50.026797) (xy 106.005809 49.946302) (xy 106.180704 49.82944) (xy 106.32944 49.680704) + (xy 106.399401 49.576) (xy 109.015928 49.576) (xy 109.028188 49.700482) (xy 109.064498 49.82018) (xy 109.123463 49.930494) + (xy 109.202815 50.027185) (xy 109.299506 50.106537) (xy 109.40982 50.165502) (xy 109.529518 50.201812) (xy 109.654 50.214072) + (xy 110.11825 50.211) (xy 110.277 50.05225) (xy 110.277 49.203) (xy 110.531 49.203) (xy 110.531 50.05225) + (xy 110.68975 50.211) (xy 111.154 50.214072) (xy 111.278482 50.201812) (xy 111.39818 50.165502) (xy 111.508494 50.106537) + (xy 111.605185 50.027185) (xy 111.684537 49.930494) (xy 111.743502 49.82018) (xy 111.779812 49.700482) (xy 111.792072 49.576) + (xy 111.789 49.36175) (xy 111.63025 49.203) (xy 110.531 49.203) (xy 110.277 49.203) (xy 109.17775 49.203) + (xy 109.019 49.36175) (xy 109.015928 49.576) (xy 106.399401 49.576) (xy 106.446302 49.505809) (xy 106.526797 49.311475) + (xy 106.567833 49.105172) (xy 106.567833 48.894828) (xy 106.526797 48.688525) (xy 106.480189 48.576) (xy 109.015928 48.576) + (xy 109.019 48.79025) (xy 109.17775 48.949) (xy 110.277 48.949) (xy 110.277 48.09975) (xy 110.531 48.09975) + (xy 110.531 48.949) (xy 111.63025 48.949) (xy 111.789 48.79025) (xy 111.792072 48.576) (xy 114.175176 48.576) + (xy 114.175176 49.576) (xy 114.182455 49.649905) (xy 114.204012 49.72097) (xy 114.239019 49.786463) (xy 114.286131 49.843869) + (xy 114.343537 49.890981) (xy 114.40903 49.925988) (xy 114.480095 49.947545) (xy 114.554 49.954824) (xy 114.802001 49.954824) + (xy 114.802001 50.299347) (xy 114.799573 50.324) (xy 114.809265 50.422409) (xy 114.83797 50.517036) (xy 114.884584 50.604245) + (xy 114.931601 50.661535) (xy 114.931604 50.661538) (xy 114.947317 50.680684) (xy 114.966463 50.696397) (xy 115.307603 51.037538) + (xy 115.323316 51.056684) (xy 115.342462 51.072397) (xy 115.342464 51.072399) (xy 115.380652 51.103739) (xy 115.399755 51.119417) + (xy 115.486964 51.166031) (xy 115.581591 51.194736) (xy 115.655347 51.202) (xy 115.655356 51.202) (xy 115.679999 51.204427) + (xy 115.704642 51.202) (xy 117.272066 51.202) (xy 117.437241 51.367176) (xy 117.28 51.367176) (xy 117.206095 51.374455) + (xy 117.13503 51.396012) (xy 117.069537 51.431019) (xy 117.012131 51.478131) (xy 116.965019 51.535537) (xy 116.930012 51.60103) + (xy 116.908455 51.672095) (xy 116.901176 51.746) (xy 116.901176 52.746) (xy 116.908455 52.819905) (xy 116.930012 52.89097) + (xy 116.965019 52.956463) (xy 117.012131 53.013869) (xy 117.069537 53.060981) (xy 117.13503 53.095988) (xy 117.206095 53.117545) + (xy 117.28 53.124824) (xy 118.78 53.124824) (xy 118.853905 53.117545) (xy 118.92497 53.095988) (xy 118.990463 53.060981) + (xy 119.047869 53.013869) (xy 119.094981 52.956463) (xy 119.129988 52.89097) (xy 119.151545 52.819905) (xy 119.158824 52.746) + (xy 119.158824 51.746) (xy 119.151545 51.672095) (xy 119.129988 51.60103) (xy 119.094981 51.535537) (xy 119.047869 51.478131) + (xy 118.990463 51.431019) (xy 118.92497 51.396012) (xy 118.853905 51.374455) (xy 118.78 51.367176) (xy 118.532 51.367176) + (xy 118.532 51.274642) (xy 118.534427 51.249999) (xy 118.532 51.225356) (xy 118.532 51.225347) (xy 118.524736 51.151591) + (xy 118.496031 51.056964) (xy 118.449417 50.969755) (xy 118.415228 50.928096) (xy 118.402399 50.912464) (xy 118.402397 50.912462) + (xy 118.386684 50.893316) (xy 118.367538 50.877603) (xy 117.852401 50.362467) (xy 117.836684 50.343316) (xy 117.760245 50.280583) + (xy 117.673036 50.233969) (xy 117.578409 50.205264) (xy 117.504653 50.198) (xy 117.504643 50.198) (xy 117.48 50.195573) + (xy 117.455357 50.198) (xy 115.887935 50.198) (xy 115.806 50.116066) (xy 115.806 49.954824) (xy 116.054 49.954824) + (xy 116.127905 49.947545) (xy 116.19897 49.925988) (xy 116.264463 49.890981) (xy 116.321869 49.843869) (xy 116.368981 49.786463) + (xy 116.403988 49.72097) (xy 116.425545 49.649905) (xy 116.432824 49.576) (xy 116.432824 49.546) (xy 116.641928 49.546) + (xy 116.654188 49.670482) (xy 116.690498 49.79018) (xy 116.749463 49.900494) (xy 116.828815 49.997185) (xy 116.925506 50.076537) + (xy 117.03582 50.135502) (xy 117.155518 50.171812) (xy 117.28 50.184072) (xy 117.74425 50.181) (xy 117.903 50.02225) + (xy 117.903 49.173) (xy 118.157 49.173) (xy 118.157 50.02225) (xy 118.31575 50.181) (xy 118.78 50.184072) + (xy 118.904482 50.171812) (xy 119.02418 50.135502) (xy 119.134494 50.076537) (xy 119.231185 49.997185) (xy 119.310537 49.900494) + (xy 119.369502 49.79018) (xy 119.405812 49.670482) (xy 119.418072 49.546) (xy 119.415 49.33175) (xy 119.25625 49.173) + (xy 118.157 49.173) (xy 117.903 49.173) (xy 116.80375 49.173) (xy 116.645 49.33175) (xy 116.641928 49.546) + (xy 116.432824 49.546) (xy 116.432824 48.576) (xy 116.42987 48.546) (xy 116.641928 48.546) (xy 116.645 48.76025) + (xy 116.80375 48.919) (xy 117.903 48.919) (xy 117.903 48.06975) (xy 118.157 48.06975) (xy 118.157 48.919) + (xy 119.25625 48.919) (xy 119.415 48.76025) (xy 119.418072 48.546) (xy 121.801176 48.546) (xy 121.801176 49.546) + (xy 121.808455 49.619905) (xy 121.830012 49.69097) (xy 121.865019 49.756463) (xy 121.912131 49.813869) (xy 121.969537 49.860981) + (xy 122.03503 49.895988) (xy 122.106095 49.917545) (xy 122.18 49.924824) (xy 122.428001 49.924824) (xy 122.428001 50.025347) + (xy 122.425573 50.05) (xy 122.435265 50.148409) (xy 122.46397 50.243036) (xy 122.510584 50.330245) (xy 122.557601 50.387535) + (xy 122.557604 50.387538) (xy 122.573317 50.406684) (xy 122.592462 50.422396) (xy 122.907607 50.737543) (xy 122.923316 50.756684) + (xy 122.942456 50.772392) (xy 122.942464 50.7724) (xy 122.999754 50.819417) (xy 123.038963 50.840374) (xy 123.086964 50.866031) + (xy 123.181591 50.894736) (xy 123.255347 50.902) (xy 123.255357 50.902) (xy 123.28 50.904427) (xy 123.304643 50.902) + (xy 124.972066 50.902) (xy 125.128 51.057935) (xy 125.128 51.347176) (xy 124.88 51.347176) (xy 124.806095 51.354455) + (xy 124.73503 51.376012) (xy 124.669537 51.411019) (xy 124.612131 51.458131) (xy 124.565019 51.515537) (xy 124.530012 51.58103) + (xy 124.508455 51.652095) (xy 124.501176 51.726) (xy 124.501176 52.726) (xy 124.508455 52.799905) (xy 124.530012 52.87097) + (xy 124.565019 52.936463) (xy 124.612131 52.993869) (xy 124.669537 53.040981) (xy 124.73503 53.075988) (xy 124.806095 53.097545) + (xy 124.88 53.104824) (xy 126.38 53.104824) (xy 126.453905 53.097545) (xy 126.52497 53.075988) (xy 126.590463 53.040981) + (xy 126.647869 52.993869) (xy 126.694981 52.936463) (xy 126.729988 52.87097) (xy 126.751545 52.799905) (xy 126.758824 52.726) + (xy 126.758824 51.726) (xy 126.751545 51.652095) (xy 126.729988 51.58103) (xy 126.694981 51.515537) (xy 126.647869 51.458131) + (xy 126.590463 51.411019) (xy 126.52497 51.376012) (xy 126.453905 51.354455) (xy 126.38 51.347176) (xy 126.132 51.347176) + (xy 126.132 50.874642) (xy 126.134427 50.849999) (xy 126.132 50.825356) (xy 126.132 50.825347) (xy 126.124736 50.751591) + (xy 126.096031 50.656964) (xy 126.049417 50.569755) (xy 126.028884 50.544736) (xy 126.002399 50.512464) (xy 126.002397 50.512462) + (xy 125.986684 50.493316) (xy 125.967538 50.477603) (xy 125.650934 50.161) (xy 125.757002 50.161) (xy 125.757002 50.002252) + (xy 125.91575 50.161) (xy 126.38 50.164072) (xy 126.504482 50.151812) (xy 126.62418 50.115502) (xy 126.734494 50.056537) + (xy 126.831185 49.977185) (xy 126.910537 49.880494) (xy 126.969502 49.77018) (xy 127.005812 49.650482) (xy 127.018072 49.526) + (xy 127.015 49.31175) (xy 126.85625 49.153) (xy 125.757 49.153) (xy 125.757 49.173) (xy 125.503 49.173) + (xy 125.503 49.153) (xy 124.40375 49.153) (xy 124.245 49.31175) (xy 124.241928 49.526) (xy 124.254188 49.650482) + (xy 124.290498 49.77018) (xy 124.349463 49.880494) (xy 124.36383 49.898) (xy 123.818337 49.898) (xy 123.82497 49.895988) + (xy 123.890463 49.860981) (xy 123.947869 49.813869) (xy 123.994981 49.756463) (xy 124.029988 49.69097) (xy 124.051545 49.619905) + (xy 124.058824 49.546) (xy 124.058824 48.546) (xy 124.056855 48.526) (xy 124.241928 48.526) (xy 124.245 48.74025) + (xy 124.40375 48.899) (xy 125.503 48.899) (xy 125.503 48.04975) (xy 125.757 48.04975) (xy 125.757 48.899) + (xy 126.85625 48.899) (xy 127.015 48.74025) (xy 127.018072 48.526) (xy 129.401176 48.526) (xy 129.401176 49.526) + (xy 129.408455 49.599905) (xy 129.430012 49.67097) (xy 129.465019 49.736463) (xy 129.512131 49.793869) (xy 129.569537 49.840981) + (xy 129.63503 49.875988) (xy 129.706095 49.897545) (xy 129.78 49.904824) (xy 130.028001 49.904824) (xy 130.028001 49.925347) + (xy 130.025573 49.95) (xy 130.035265 50.048409) (xy 130.06397 50.143036) (xy 130.110584 50.230245) (xy 130.157601 50.287535) + (xy 130.157604 50.287538) (xy 130.173317 50.306684) (xy 130.192462 50.322396) (xy 130.507607 50.637543) (xy 130.523316 50.656684) + (xy 130.542456 50.672392) (xy 130.542464 50.6724) (xy 130.599754 50.719417) (xy 130.644656 50.743417) (xy 130.686964 50.766031) + (xy 130.781591 50.794736) (xy 130.855347 50.802) (xy 130.855357 50.802) (xy 130.88 50.804427) (xy 130.904643 50.802) + (xy 132.372066 50.802) (xy 132.728 51.157936) (xy 132.728 51.297176) (xy 132.48 51.297176) (xy 132.406095 51.304455) + (xy 132.33503 51.326012) (xy 132.269537 51.361019) (xy 132.212131 51.408131) (xy 132.165019 51.465537) (xy 132.130012 51.53103) + (xy 132.108455 51.602095) (xy 132.101176 51.676) (xy 132.101176 52.676) (xy 132.108455 52.749905) (xy 132.130012 52.82097) + (xy 132.165019 52.886463) (xy 132.212131 52.943869) (xy 132.269537 52.990981) (xy 132.33503 53.025988) (xy 132.406095 53.047545) + (xy 132.48 53.054824) (xy 133.98 53.054824) (xy 134.053905 53.047545) (xy 134.12497 53.025988) (xy 134.190463 52.990981) + (xy 134.247869 52.943869) (xy 134.294981 52.886463) (xy 134.329988 52.82097) (xy 134.351545 52.749905) (xy 134.358824 52.676) + (xy 134.358824 51.676) (xy 134.351545 51.602095) (xy 134.329988 51.53103) (xy 134.294981 51.465537) (xy 134.247869 51.408131) + (xy 134.190463 51.361019) (xy 134.12497 51.326012) (xy 134.053905 51.304455) (xy 133.98 51.297176) (xy 133.732 51.297176) + (xy 133.732 50.974643) (xy 133.734427 50.95) (xy 133.732 50.925357) (xy 133.732 50.925347) (xy 133.724736 50.851591) + (xy 133.696031 50.756964) (xy 133.649417 50.669755) (xy 133.628501 50.644269) (xy 133.6024 50.612464) (xy 133.602392 50.612456) + (xy 133.586684 50.593316) (xy 133.567543 50.577607) (xy 133.022592 50.032658) (xy 133.103 49.95225) (xy 133.103 49.103) + (xy 133.357 49.103) (xy 133.357 49.95225) (xy 133.51575 50.111) (xy 133.98 50.114072) (xy 134.104482 50.101812) + (xy 134.22418 50.065502) (xy 134.334494 50.006537) (xy 134.431185 49.927185) (xy 134.510537 49.830494) (xy 134.569502 49.72018) + (xy 134.605812 49.600482) (xy 134.618072 49.476) (xy 134.615 49.26175) (xy 134.45625 49.103) (xy 133.357 49.103) + (xy 133.103 49.103) (xy 132.00375 49.103) (xy 131.845 49.26175) (xy 131.841928 49.476) (xy 131.854188 49.600482) + (xy 131.890498 49.72018) (xy 131.932094 49.798) (xy 131.542835 49.798) (xy 131.547869 49.793869) (xy 131.594981 49.736463) + (xy 131.629988 49.67097) (xy 131.651545 49.599905) (xy 131.658824 49.526) (xy 131.658824 48.526) (xy 131.6539 48.476) + (xy 131.841928 48.476) (xy 131.845 48.69025) (xy 132.00375 48.849) (xy 133.103 48.849) (xy 133.103 47.99975) + (xy 133.357 47.99975) (xy 133.357 48.849) (xy 134.45625 48.849) (xy 134.615 48.69025) (xy 134.618072 48.476) + (xy 134.605812 48.351518) (xy 134.569502 48.23182) (xy 134.510537 48.121506) (xy 134.431185 48.024815) (xy 134.334494 47.945463) + (xy 134.22418 47.886498) (xy 134.104482 47.850188) (xy 133.98 47.837928) (xy 133.51575 47.841) (xy 133.357 47.99975) + (xy 133.103 47.99975) (xy 132.94425 47.841) (xy 132.48 47.837928) (xy 132.355518 47.850188) (xy 132.23582 47.886498) + (xy 132.125506 47.945463) (xy 132.028815 48.024815) (xy 131.949463 48.121506) (xy 131.890498 48.23182) (xy 131.854188 48.351518) + (xy 131.841928 48.476) (xy 131.6539 48.476) (xy 131.651545 48.452095) (xy 131.629988 48.38103) (xy 131.594981 48.315537) + (xy 131.547869 48.258131) (xy 131.490463 48.211019) (xy 131.42497 48.176012) (xy 131.353905 48.154455) (xy 131.28 48.147176) + (xy 129.78 48.147176) (xy 129.706095 48.154455) (xy 129.63503 48.176012) (xy 129.569537 48.211019) (xy 129.512131 48.258131) + (xy 129.465019 48.315537) (xy 129.430012 48.38103) (xy 129.408455 48.452095) (xy 129.401176 48.526) (xy 127.018072 48.526) + (xy 127.005812 48.401518) (xy 126.969502 48.28182) (xy 126.910537 48.171506) (xy 126.831185 48.074815) (xy 126.734494 47.995463) + (xy 126.62418 47.936498) (xy 126.504482 47.900188) (xy 126.38 47.887928) (xy 125.91575 47.891) (xy 125.757 48.04975) + (xy 125.503 48.04975) (xy 125.34425 47.891) (xy 124.88 47.887928) (xy 124.755518 47.900188) (xy 124.63582 47.936498) + (xy 124.525506 47.995463) (xy 124.428815 48.074815) (xy 124.349463 48.171506) (xy 124.290498 48.28182) (xy 124.254188 48.401518) + (xy 124.241928 48.526) (xy 124.056855 48.526) (xy 124.051545 48.472095) (xy 124.029988 48.40103) (xy 123.994981 48.335537) + (xy 123.947869 48.278131) (xy 123.890463 48.231019) (xy 123.82497 48.196012) (xy 123.753905 48.174455) (xy 123.68 48.167176) + (xy 122.18 48.167176) (xy 122.106095 48.174455) (xy 122.03503 48.196012) (xy 121.969537 48.231019) (xy 121.912131 48.278131) + (xy 121.865019 48.335537) (xy 121.830012 48.40103) (xy 121.808455 48.472095) (xy 121.801176 48.546) (xy 119.418072 48.546) + (xy 119.405812 48.421518) (xy 119.369502 48.30182) (xy 119.310537 48.191506) (xy 119.231185 48.094815) (xy 119.134494 48.015463) + (xy 119.02418 47.956498) (xy 118.904482 47.920188) (xy 118.78 47.907928) (xy 118.31575 47.911) (xy 118.157 48.06975) + (xy 117.903 48.06975) (xy 117.74425 47.911) (xy 117.28 47.907928) (xy 117.155518 47.920188) (xy 117.03582 47.956498) + (xy 116.925506 48.015463) (xy 116.828815 48.094815) (xy 116.749463 48.191506) (xy 116.690498 48.30182) (xy 116.654188 48.421518) + (xy 116.641928 48.546) (xy 116.42987 48.546) (xy 116.425545 48.502095) (xy 116.403988 48.43103) (xy 116.368981 48.365537) + (xy 116.321869 48.308131) (xy 116.264463 48.261019) (xy 116.19897 48.226012) (xy 116.127905 48.204455) (xy 116.054 48.197176) + (xy 114.554 48.197176) (xy 114.480095 48.204455) (xy 114.40903 48.226012) (xy 114.343537 48.261019) (xy 114.286131 48.308131) + (xy 114.239019 48.365537) (xy 114.204012 48.43103) (xy 114.182455 48.502095) (xy 114.175176 48.576) (xy 111.792072 48.576) + (xy 111.779812 48.451518) (xy 111.743502 48.33182) (xy 111.684537 48.221506) (xy 111.605185 48.124815) (xy 111.508494 48.045463) + (xy 111.39818 47.986498) (xy 111.278482 47.950188) (xy 111.154 47.937928) (xy 110.68975 47.941) (xy 110.531 48.09975) + (xy 110.277 48.09975) (xy 110.11825 47.941) (xy 109.654 47.937928) (xy 109.529518 47.950188) (xy 109.40982 47.986498) + (xy 109.299506 48.045463) (xy 109.202815 48.124815) (xy 109.123463 48.221506) (xy 109.064498 48.33182) (xy 109.028188 48.451518) + (xy 109.015928 48.576) (xy 106.480189 48.576) (xy 106.446302 48.494191) (xy 106.32944 48.319296) (xy 106.180704 48.17056) + (xy 106.005809 48.053698) (xy 105.811475 47.973203) (xy 105.605172 47.932167) (xy 105.394828 47.932167) (xy 105.188525 47.973203) + (xy 104.994191 48.053698) (xy 104.819296 48.17056) (xy 104.67056 48.319296) (xy 104.553698 48.494191) (xy 104.473203 48.688525) + (xy 104.432167 48.894828) (xy 103.387784 48.894828) (xy 103.025219 48.532263) (xy 102.504874 48.184579) (xy 101.926697 47.94509) + (xy 101.312907 47.823) (xy 100.750816 47.823) (xy 101.366369 47.675219) (xy 102.022988 47.627) (xy 148.873 47.627) + ) + ) + ) +) diff --git a/logic/hardware/top_PCB.pro b/logic/hardware/top_PCB.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/logic/hardware/top_PCB.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/logic/hardware/zadani.sch b/logic/hardware/zadani.sch new file mode 100644 index 0000000..149750c --- /dev/null +++ b/logic/hardware/zadani.sch @@ -0,0 +1,266 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 17 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L LED:WS2812B D? +U 1 1 5FB77606 +P 3000 1500 +AR Path="/5FB77606" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77606" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77606" Ref="D?" Part="1" +F 0 "D?" H 3344 1546 50 0000 L CNN +F 1 "WS2812B" H 3344 1455 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3050 1200 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3100 1125 50 0001 L TNN + 1 3000 1500 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FB7760C +P 3000 1900 +AR Path="/5FB7760C" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FB7760C" Ref="#PWR?" Part="1" +AR Path="/5FB682DC/5FB7760C" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 3000 1650 50 0001 C CNN +F 1 "GND" H 3005 1727 50 0000 C CNN +F 2 "" H 3000 1900 50 0001 C CNN +F 3 "" H 3000 1900 50 0001 C CNN + 1 3000 1900 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77618 +P 3550 1300 +AR Path="/5FB77618" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77618" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77618" Ref="C?" Part="1" +F 0 "C?" H 3665 1346 50 0000 L CNN +F 1 "100n" H 3665 1255 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 3588 1150 50 0001 C CNN +F 3 "~" H 3550 1300 50 0001 C CNN + 1 3550 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3550 1100 3550 1150 +Wire Wire Line + 3000 1100 3550 1100 +Wire Wire Line + 3550 1450 3550 1800 +Wire Wire Line + 3550 1800 3000 1800 +Wire Wire Line + 3000 1900 3000 1800 +Connection ~ 3000 1800 +Wire Wire Line + 3000 1200 3000 1100 +$Comp +L LED:WS2812B D? +U 1 1 5FB77626 +P 4300 1500 +AR Path="/5FB77626" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77626" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77626" Ref="D?" Part="1" +F 0 "D?" H 4644 1546 50 0000 L CNN +F 1 "WS2812B" H 4644 1455 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 4350 1200 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 4400 1125 50 0001 L TNN + 1 4300 1500 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FB7762C +P 4300 1900 +AR Path="/5FB7762C" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FB7762C" Ref="#PWR?" Part="1" +AR Path="/5FB682DC/5FB7762C" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 4300 1650 50 0001 C CNN +F 1 "GND" H 4305 1727 50 0000 C CNN +F 2 "" H 4300 1900 50 0001 C CNN +F 3 "" H 4300 1900 50 0001 C CNN + 1 4300 1900 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77638 +P 4850 1300 +AR Path="/5FB77638" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77638" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77638" Ref="C?" Part="1" +F 0 "C?" H 4965 1346 50 0000 L CNN +F 1 "100n" H 4965 1255 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4888 1150 50 0001 C CNN +F 3 "~" H 4850 1300 50 0001 C CNN + 1 4850 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4850 1100 4850 1150 +Wire Wire Line + 4300 1100 4850 1100 +Wire Wire Line + 4850 1450 4850 1800 +Wire Wire Line + 4850 1800 4300 1800 +Wire Wire Line + 4300 1900 4300 1800 +Connection ~ 4300 1800 +Wire Wire Line + 4300 1200 4300 1100 +Connection ~ 4300 1100 +$Comp +L LED:WS2812B D? +U 1 1 5FB77646 +P 5700 1500 +AR Path="/5FB77646" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77646" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77646" Ref="D?" Part="1" +F 0 "D?" H 6044 1546 50 0000 L CNN +F 1 "WS2812B" H 6044 1455 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5750 1200 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 5800 1125 50 0001 L TNN + 1 5700 1500 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FB7764C +P 5700 1900 +AR Path="/5FB7764C" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FB7764C" Ref="#PWR?" Part="1" +AR Path="/5FB682DC/5FB7764C" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 5700 1650 50 0001 C CNN +F 1 "GND" H 5705 1727 50 0000 C CNN +F 2 "" H 5700 1900 50 0001 C CNN +F 3 "" H 5700 1900 50 0001 C CNN + 1 5700 1900 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77658 +P 6250 1300 +AR Path="/5FB77658" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77658" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77658" Ref="C?" Part="1" +F 0 "C?" H 6365 1346 50 0000 L CNN +F 1 "100n" H 6365 1255 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 6288 1150 50 0001 C CNN +F 3 "~" H 6250 1300 50 0001 C CNN + 1 6250 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6250 1100 6250 1150 +Wire Wire Line + 5700 1100 6250 1100 +Wire Wire Line + 6250 1450 6250 1800 +Wire Wire Line + 6250 1800 5700 1800 +Wire Wire Line + 5700 1900 5700 1800 +Connection ~ 5700 1800 +Wire Wire Line + 5700 1200 5700 1100 +Connection ~ 5700 1100 +$Comp +L LED:WS2812B D? +U 1 1 5FB77666 +P 7000 1500 +AR Path="/5FB77666" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77666" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77666" Ref="D?" Part="1" +F 0 "D?" H 7344 1546 50 0000 L CNN +F 1 "WS2812B" H 7344 1455 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7050 1200 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7100 1125 50 0001 L TNN + 1 7000 1500 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FB7766C +P 7000 1900 +AR Path="/5FB7766C" Ref="#PWR?" Part="1" +AR Path="/5F70D6B6/5FB7766C" Ref="#PWR?" Part="1" +AR Path="/5FB682DC/5FB7766C" Ref="#PWR?" Part="1" +F 0 "#PWR?" H 7000 1650 50 0001 C CNN +F 1 "GND" H 7005 1727 50 0000 C CNN +F 2 "" H 7000 1900 50 0001 C CNN +F 3 "" H 7000 1900 50 0001 C CNN + 1 7000 1900 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77678 +P 7550 1300 +AR Path="/5FB77678" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77678" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77678" Ref="C?" Part="1" +F 0 "C?" H 7665 1346 50 0000 L CNN +F 1 "100n" H 7665 1255 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7588 1150 50 0001 C CNN +F 3 "~" H 7550 1300 50 0001 C CNN + 1 7550 1300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7550 1100 7550 1150 +Wire Wire Line + 7000 1100 7550 1100 +Wire Wire Line + 7550 1450 7550 1800 +Wire Wire Line + 7550 1800 7000 1800 +Wire Wire Line + 7000 1900 7000 1800 +Connection ~ 7000 1800 +Wire Wire Line + 7000 1200 7000 1100 +Connection ~ 7000 1100 +Wire Wire Line + 2250 1500 2700 1500 +Wire Wire Line + 3300 1500 4000 1500 +Wire Wire Line + 4600 1500 5400 1500 +Wire Wire Line + 6000 1500 6700 1500 +Text HLabel 2250 1500 0 50 Input ~ 0 +DATA_zadani_LED +Text HLabel 1700 1000 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 1700 1000 1950 1000 +Text GLabel 1950 1000 2 50 Input ~ 0 +V_BAT +Text GLabel 3000 1100 0 50 Input ~ 0 +V_BAT +Wire Wire Line + 4300 1100 3550 1100 +Connection ~ 3550 1100 +Wire Wire Line + 4850 1100 5700 1100 +Connection ~ 4850 1100 +Wire Wire Line + 7000 1100 6250 1100 +Connection ~ 6250 1100 +$EndSCHEMATC diff --git a/logic/hardware/zadani_LED.sch b/logic/hardware/zadani_LED.sch new file mode 100644 index 0000000..d8c79c0 --- /dev/null +++ b/logic/hardware/zadani_LED.sch @@ -0,0 +1,295 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 26 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L LED:WS2812B D? +U 1 1 5FB77606 +P 3850 3800 +AR Path="/5FB77606" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77606" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77606" Ref="D3" Part="1" +AR Path="/6025A839/602B59A9/5FB77606" Ref="D3" Part="1" +F 0 "D3" H 4194 3846 50 0000 L CNN +F 1 "WS2812C" H 4194 3755 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 3900 3500 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 3950 3425 50 0001 L TNN +F 4 "C114587" H 3850 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 3850 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 3850 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77618 +P 4400 3600 +AR Path="/5FB77618" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77618" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77618" Ref="C7" Part="1" +AR Path="/6025A839/602B59A9/5FB77618" Ref="C7" Part="1" +F 0 "C7" H 4515 3646 50 0000 L CNN +F 1 "100n" H 4515 3555 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 4438 3450 50 0001 C CNN +F 3 "~" H 4400 3600 50 0001 C CNN +F 4 "C1525" H 4400 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 4400 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 4400 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4400 3400 4400 3450 +Wire Wire Line + 3850 3400 4400 3400 +Wire Wire Line + 4400 3750 4400 4100 +Wire Wire Line + 4400 4100 3850 4100 +Wire Wire Line + 3850 4200 3850 4100 +Connection ~ 3850 4100 +Wire Wire Line + 3850 3500 3850 3400 +$Comp +L LED:WS2812B D? +U 1 1 5FB77626 +P 5150 3800 +AR Path="/5FB77626" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77626" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77626" Ref="D4" Part="1" +AR Path="/6025A839/602B59A9/5FB77626" Ref="D4" Part="1" +F 0 "D4" H 5494 3846 50 0000 L CNN +F 1 "WS2812C" H 5494 3755 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 5200 3500 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 5250 3425 50 0001 L TNN +F 4 "C114587" H 5150 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 5150 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5150 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77638 +P 5700 3600 +AR Path="/5FB77638" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77638" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77638" Ref="C8" Part="1" +AR Path="/6025A839/602B59A9/5FB77638" Ref="C8" Part="1" +F 0 "C8" H 5815 3646 50 0000 L CNN +F 1 "100n" H 5815 3555 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 5738 3450 50 0001 C CNN +F 3 "~" H 5700 3600 50 0001 C CNN +F 4 "C1525" H 5700 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 5700 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5700 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5700 3400 5700 3450 +Wire Wire Line + 5150 3400 5700 3400 +Wire Wire Line + 5700 3750 5700 4100 +Wire Wire Line + 5700 4100 5150 4100 +Wire Wire Line + 5150 4200 5150 4100 +Connection ~ 5150 4100 +Wire Wire Line + 5150 3500 5150 3400 +Connection ~ 5150 3400 +$Comp +L LED:WS2812B D? +U 1 1 5FB77646 +P 6550 3800 +AR Path="/5FB77646" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77646" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77646" Ref="D5" Part="1" +AR Path="/6025A839/602B59A9/5FB77646" Ref="D5" Part="1" +F 0 "D5" H 6894 3846 50 0000 L CNN +F 1 "WS2812C" H 6894 3755 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 6600 3500 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 6650 3425 50 0001 L TNN +F 4 "C114587" H 6550 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 6550 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 6550 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77658 +P 7100 3600 +AR Path="/5FB77658" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77658" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77658" Ref="C9" Part="1" +AR Path="/6025A839/602B59A9/5FB77658" Ref="C9" Part="1" +F 0 "C9" H 7215 3646 50 0000 L CNN +F 1 "100n" H 7215 3555 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 7138 3450 50 0001 C CNN +F 3 "~" H 7100 3600 50 0001 C CNN +F 4 "C1525" H 7100 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 7100 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7100 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7100 3400 7100 3450 +Wire Wire Line + 6550 3400 7100 3400 +Wire Wire Line + 7100 3750 7100 4100 +Wire Wire Line + 7100 4100 6550 4100 +Wire Wire Line + 6550 4200 6550 4100 +Connection ~ 6550 4100 +Wire Wire Line + 6550 3500 6550 3400 +Connection ~ 6550 3400 +$Comp +L LED:WS2812B D? +U 1 1 5FB77666 +P 7850 3800 +AR Path="/5FB77666" Ref="D?" Part="1" +AR Path="/5F70D6B6/5FB77666" Ref="D?" Part="1" +AR Path="/5FB682DC/5FB77666" Ref="D6" Part="1" +AR Path="/6025A839/602B59A9/5FB77666" Ref="D6" Part="1" +F 0 "D6" H 8194 3846 50 0000 L CNN +F 1 "WS2812C" H 8194 3755 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 7900 3500 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 7950 3425 50 0001 L TNN +F 4 "C114587" H 7850 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 7850 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 7850 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB77678 +P 8400 3600 +AR Path="/5FB77678" Ref="C?" Part="1" +AR Path="/5F70D6B6/5FB77678" Ref="C?" Part="1" +AR Path="/5FB682DC/5FB77678" Ref="C10" Part="1" +AR Path="/6025A839/602B59A9/5FB77678" Ref="C10" Part="1" +F 0 "C10" H 8515 3646 50 0000 L CNN +F 1 "100n" H 8515 3555 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 8438 3450 50 0001 C CNN +F 3 "~" H 8400 3600 50 0001 C CNN +F 4 "C1525" H 8400 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 8400 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8400 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8400 3400 8400 3450 +Wire Wire Line + 7850 3400 8400 3400 +Wire Wire Line + 8400 3750 8400 4100 +Wire Wire Line + 8400 4100 7850 4100 +Wire Wire Line + 7850 4200 7850 4100 +Connection ~ 7850 4100 +Wire Wire Line + 7850 3500 7850 3400 +Connection ~ 7850 3400 +Wire Wire Line + 3100 3800 3550 3800 +Wire Wire Line + 4150 3800 4850 3800 +Wire Wire Line + 5450 3800 6250 3800 +Wire Wire Line + 6850 3800 7550 3800 +Text HLabel 3100 3800 0 50 Input ~ 0 +DATA_zadani_LED +Text HLabel 3600 3400 0 50 Input ~ 0 +V_LED_1 +Wire Wire Line + 5150 3400 4400 3400 +Connection ~ 4400 3400 +Wire Wire Line + 5700 3400 6550 3400 +Connection ~ 5700 3400 +Wire Wire Line + 7850 3400 7100 3400 +Connection ~ 7100 3400 +Wire Wire Line + 3600 3400 3850 3400 +Connection ~ 3850 3400 +NoConn ~ 9250 3800 +$Comp +L LED:WS2812B D? +U 1 1 602DF22F +P 8950 3800 +AR Path="/602DF22F" Ref="D?" Part="1" +AR Path="/5F70D6B6/602DF22F" Ref="D?" Part="1" +AR Path="/5FB682DC/602DF22F" Ref="D?" Part="1" +AR Path="/6025A839/602B59A9/602DF22F" Ref="D113" Part="1" +F 0 "D113" H 9294 3846 50 0000 L CNN +F 1 "WS2812C" H 9300 3750 50 0000 L CNN +F 2 "LED_SMD:LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm" H 9000 3500 50 0001 L TNN +F 3 "https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf" H 9050 3425 50 0001 L TNN +F 4 "C114587" H 8950 3800 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 8950 3800 50 0001 C CNN "JLCPCB_CORRECTION" + 1 8950 3800 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 602E03EC +P 9550 3600 +AR Path="/602E03EC" Ref="C?" Part="1" +AR Path="/5F70D6B6/602E03EC" Ref="C?" Part="1" +AR Path="/5FB682DC/602E03EC" Ref="C?" Part="1" +AR Path="/6025A839/602B59A9/602E03EC" Ref="C125" Part="1" +F 0 "C125" H 9665 3646 50 0000 L CNN +F 1 "100n" H 9665 3555 50 0000 L CNN +F 2 "Capacitor_SMD:C_0402_1005Metric" H 9588 3450 50 0001 C CNN +F 3 "~" H 9550 3600 50 0001 C CNN +F 4 "C1525" H 9550 3600 50 0001 C CNN "LCSC" +F 5 "0;0;0" H 9550 3600 50 0001 C CNN "JLCPCB_CORRECTION" + 1 9550 3600 + 1 0 0 -1 +$EndComp +Wire Wire Line + 8400 3400 8950 3400 +Wire Wire Line + 9550 3400 9550 3450 +Connection ~ 8400 3400 +Wire Wire Line + 8950 3500 8950 3400 +Connection ~ 8950 3400 +Wire Wire Line + 8950 3400 9550 3400 +Wire Wire Line + 8150 3800 8650 3800 +Wire Wire Line + 8950 4200 8950 4100 +Wire Wire Line + 9550 3750 9550 4100 +Wire Wire Line + 9550 4100 8950 4100 +Connection ~ 8950 4100 +Text HLabel 3850 4200 3 50 Input ~ 0 +GND +Text HLabel 5150 4200 3 50 Input ~ 0 +GND +Text HLabel 6550 4200 3 50 Input ~ 0 +GND +Text HLabel 7850 4200 3 50 Input ~ 0 +GND +Text HLabel 8950 4200 3 50 Input ~ 0 +GND +$EndSCHEMATC diff --git a/logic/hardware/zapinani.sch b/logic/hardware/zapinani.sch new file mode 100644 index 0000000..2182db4 --- /dev/null +++ b/logic/hardware/zapinani.sch @@ -0,0 +1,71 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 33 23 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:Q_PMOS_DGS Q? +U 1 1 5F746478 +P 5100 2750 +AR Path="/5F746478" Ref="Q?" Part="1" +AR Path="/5F7BA54B/5F746478" Ref="Q?" Part="1" +AR Path="/5F7BA54B/5F7BCB45/5F746478" Ref="Q3" Part="1" +AR Path="/5F7BA54B/5F7BCBA6/5F746478" Ref="Q4" Part="1" +AR Path="/5F7BA54B/5F7BCC0A/5F746478" Ref="Q5" Part="1" +AR Path="/5F7BA54B/5F7BCC69/5F746478" Ref="Q6" Part="1" +F 0 "Q3" V 5442 2750 50 0000 C CNN +F 1 "Q_PMOS_DGS" V 5351 2750 50 0000 C CNN +F 2 "Package_TO_SOT_SMD:SOT-23" H 5300 2850 50 0001 C CNN +F 3 "~" H 5100 2750 50 0001 C CNN +F 4 "C15127" H 5100 2750 50 0001 C CNN "LCSC" +F 5 "0;0;180" H 5100 2750 50 0001 C CNN "JLCPCB_CORRECTION" + 1 5100 2750 + 0 1 -1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5F74647E +P 5100 3250 +AR Path="/5F74647E" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F74647E" Ref="R?" Part="1" +AR Path="/5F7BA54B/5F7BCB45/5F74647E" Ref="R14" Part="1" +AR Path="/5F7BA54B/5F7BCBA6/5F74647E" Ref="R15" Part="1" +AR Path="/5F7BA54B/5F7BCC0A/5F74647E" Ref="R16" Part="1" +AR Path="/5F7BA54B/5F7BCC69/5F74647E" Ref="R17" Part="1" +F 0 "R14" H 5170 3296 50 0000 L CNN +F 1 "10k" H 5170 3205 50 0000 L CNN +F 2 "Resistor_SMD:R_0402_1005Metric" V 5030 3250 50 0001 C CNN +F 3 "~" H 5100 3250 50 0001 C CNN +F 4 "C25744" H 5100 3250 50 0001 C CNN "LCSC" + 1 5100 3250 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4650 2650 4900 2650 +Wire Wire Line + 5300 2650 5600 2650 +Wire Wire Line + 5100 2950 5100 3100 +Wire Wire Line + 5100 3400 5100 3550 +Text HLabel 5100 3550 3 50 Input ~ 0 +GPIO +Text HLabel 4650 2650 0 50 Input ~ 0 +V_BAT_SPINANE +Text Notes 4200 2600 0 50 ~ 0 +IN\n +Text Notes 5650 2600 0 50 ~ 0 +OUT\n +Text HLabel 5600 2650 2 50 Input ~ 0 +V_BAT +$EndSCHEMATC diff --git a/logic/hardware/zapinani_LED.sch b/logic/hardware/zapinani_LED.sch new file mode 100644 index 0000000..24c58ce --- /dev/null +++ b/logic/hardware/zapinani_LED.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 28 28 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/hardware/zapinani_LEDek.sch b/logic/hardware/zapinani_LEDek.sch new file mode 100644 index 0000000..7c30086 --- /dev/null +++ b/logic/hardware/zapinani_LEDek.sch @@ -0,0 +1,16 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 30 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$EndSCHEMATC diff --git a/logic/index.html b/logic/index.html new file mode 100644 index 0000000..f438d97 --- /dev/null +++ b/logic/index.html @@ -0,0 +1,1199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + O co jde? - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

Logic je univerzální programovatelná deska určená pro výuku základů programování. +Tvar desky je navržen tak, aby se na něm dala jednoduše hrát oblíbená hra Logik. +Dále se na desce dá také hrát například TicTacToe, Simon, nebo velmi známá hra Had.

+

Deska obsahuje 105 inteligentních LED a 9 uživatelsky programovatelných tlačítek. +Pro zvukovou signalizaci je na Logicu také piezo.

+

Mozkem Logicu je moderní mikrokontrolér ESP32.

+

RoboSvit schéma +RoboSvit schéma

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/install/index.html b/logic/install/index.html new file mode 100644 index 0000000..b72e1e1 --- /dev/null +++ b/logic/install/index.html @@ -0,0 +1,1404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Instalace IDE - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Instalace IDE

+

Pro vývoj programů pro desku Logik potřebujete nainstalovat několik součástí:

+
    +
  1. Editor Visual Studio Code
  2. +
  3. Python
      +
    1. Na Windows 8 a vyšší je třeba Python 3.9 nebo vyšší z Windows Store
    2. +
    3. Na Windows 7 je třeba Python 3.8.10
    4. +
    +
  4. +
  5. Správce verzí Git
  6. +
  7. Ovladače pro přípojení Logika do počítače přes USB (Windows 7, Windows 8 a vyšší)
  8. +
  9. Rozšíření platform.io do Visual Studio Code
  10. +
+

Postupujte na této stránce odshora dolů a následujte instrukce.

+

1. Visual Studio Code

+

Editor, ve kterém budeme tvořit programy. Stáhněte ho z oficiálního webu a nainstalujte.

+

2. Python

+

Na počítači musí být instalovaná podpora pro programovací jazyk Python.

+

Windows 8, Windows 10

+

Na novějších Windows je nutné nainstalovat Python přes Windows Store, jiné cesty nefungují. Otevřete aplikaci Windows Store (třeba přes start menu), +v ní najděte pomocí hledání Python 3.9 a získejte/nainstalujte ho. Můžete také zkusit přímý odkaz

+

Windows 7

+

Stáhněte Python 3.8 (novější na Windows 7 nefunguje) a nainstalujte ho. +Ujistěte se, že možnost "Add to PATH" je při instalaci zatržena.

+

3. Git

+

Stáhněte si Git a nainstalujte ho. Všechno v instalátoru můžete nechat na výchozích hodnotách a pouze klikat "next".

+

4. Ovladače pro Logic

+

Stáhněte si ovladače:

+ +

Po stažení je třeba ZIP extrahovat (pravý klik na soubor -> Extrahovat vše), a spustit soubor CP210xVCPInstaller_x64.exe který se nachází uvnitř.

+

5. Rozšíření Platform.io IDE

+

Otevřeme Visual Studio Code a nainstalujeme platform.io rozšíření:

+

VSCode extension
+1. Otevřete VSCode a klikněte na čtveratou ikonku rozšíření na levé straně.

+
+ +

VSCode extension
+2. Najděte a nainstalujte rozšíření PlatformIO IDE.

+
+ +

VSCode extension
+3. Po nainstalování rozšíření se začne stahovat spousta doplňkových balíčků. Počkejte, dokud se nenainstalují C/C++ Extensions…

+
+ +

VSCode extension
+4. … a také PlatformIO Core. Na pomalejším internetovém připojením to bude chvíli trvat.

+
+ +

VSCode extension
+5. Jakmile je vše hotovo, VSCode vám nabídne restart. Přijměte ho.

+
+ +

6. Hotovo

+

Teď by jste měli mít připraveno prostředí pro programování Logika. Můžete třeba zkusit stáhnout příkladové projekty, +pomocí File -> Open Folder některý z nich otevřit a nahrát do Logika pomocí malé ikonky šipky na dolním modrém baru.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/logic/manual/index.html b/logic/manual/index.html new file mode 100644 index 0000000..c944846 --- /dev/null +++ b/logic/manual/index.html @@ -0,0 +1,1333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Návod - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Návod

+

Logic je univerzální programovatelná deska určená pro výuku základů programování. +Tvar desky je navržen tak, aby se na něm dala jednoduše hrát oblíbená hra Logik. +Dále se na desce dá také hrát například TicTacToe, Simon, nebo velmi známá hra Had.

+

Deska obsahuje 105 inteligentních ledek a 9 uživatelsky programovatelných tlačítek. +Pro zvukovou signalizaci je na Logicu také piezo.

+

Mozkem Logicu je moderní mikrokontrolér ESP32.

+ +

RoboSvit schéma
+1. Připravíme si potřebný materiál podle fotky

+
+ +

RoboSvit schéma
+2. Vložíme piezo do desky podle obrázku (pozor na otočení součástky)

+
+ +

RoboSvit schéma
+3. Připájíme piezo k desce

+
+ +

RoboSvit schéma
+4. Pomocí štípacích kleští zastřihneme přečnívající nožičky

+
+ +

RoboSvit schéma
+5. Ustřihneme si dutinky a pinheady podle zadání. + - 2x pinhead a dutinky o délce 4 piny + - 1x pinhead a dutinky o délce 7 pinů

+
+ +

RoboSvit schéma
+6. Pomocí zalamovacího nože si opatrně začistíme okraje

+
+ +

RoboSvit schéma
+7. Začištěné dílky

+
+ +

RoboSvit schéma
+8. Pinheady zastrčíme delší stranou do dutinek

+
+ +

RoboSvit schéma
+9. Zastrčíme dílky do desky dutinkami napřed. Nachystáme si 4 šroubky

+
+ +

RoboSvit schéma
+10. Vložíme šroubky do desky a nachystáme si podložky

+
+ +

RoboSvit schéma
+11. Vložíme na šrouby nachystané podložky

+
+ +

RoboSvit schéma
+12. Nachystáme si 4 distanční sloupky a našroubujeme je na šrouby

+
+ +

RoboSvit schéma
+13. Nachystáme si podložky

+
+ +

RoboSvit schéma
+14. Podložky položíme na distanční sloupky a připravíme si další desku

+
+ +

RoboSvit schéma
+15. Desky nasadíme na sebe tak, aby nám seděly díry a pinheady

+
+ +

RoboSvit schéma
+16. Připravíme si 4 šroubky

+
+ +

RoboSvit schéma
+17. Přišroubujeme vrchní desku (pozor na podložky)

+
+ +

RoboSvit schéma
+18. Zkontrolujte si, že pinheady směřují k vrchní desce s ledkami a dutinky leží na spodní desce

+
+ +

RoboSvit schéma
+19. Zapájíme pinheady na horní straně Logicu

+
+ +

RoboSvit schéma
+20. Zapájíme dutinky na spodní straně Logicu

+
+ +

RoboSvit schéma
+21. Hotový logic zepředu

+
+ +

RoboSvit schéma
+22. Hotový logic zezadu

+
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-01.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-01.jpg new file mode 100644 index 0000000..30e6606 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-01.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-02.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-02.jpg new file mode 100644 index 0000000..a8a67b6 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-02.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-03.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-03.jpg new file mode 100644 index 0000000..f592648 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-03.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-04.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-04.jpg new file mode 100644 index 0000000..9b4f98d Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-04.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-05.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-05.jpg new file mode 100644 index 0000000..c66300e Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-05.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-06.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-06.jpg new file mode 100644 index 0000000..71f7998 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-06.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-07.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-07.jpg new file mode 100644 index 0000000..a826b94 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-07.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-08.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-08.jpg new file mode 100644 index 0000000..32befd0 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-08.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-09.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-09.jpg new file mode 100644 index 0000000..1657e28 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-09.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-10.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-10.jpg new file mode 100644 index 0000000..19cf5b9 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-10.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-11.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-11.jpg new file mode 100644 index 0000000..9c41297 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-11.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-12.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-12.jpg new file mode 100644 index 0000000..c3a917f Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-12.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-13.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-13.jpg new file mode 100644 index 0000000..bb167b2 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-13.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-14.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-14.jpg new file mode 100644 index 0000000..cd799ee Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-14.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-15.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-15.jpg new file mode 100644 index 0000000..5635152 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-15.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-16.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-16.jpg new file mode 100644 index 0000000..12e3961 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-16.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-17.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-17.jpg new file mode 100644 index 0000000..7519d2f Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-17.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-18.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-18.jpg new file mode 100644 index 0000000..106da5b Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-18.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-19.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-19.jpg new file mode 100644 index 0000000..6a36c07 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-19.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-20.jpg b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-20.jpg new file mode 100644 index 0000000..9583ccd Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/photo/roboSvit-assembly-20.jpg differ diff --git a/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pdf b/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pdf new file mode 100644 index 0000000..cb34370 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pdf differ diff --git a/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pub b/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pub new file mode 100644 index 0000000..95b4459 Binary files /dev/null and b/roboSvit/assets/roboSvit-assembly/roboSvit-assembly.pub differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-01.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-01.png new file mode 100644 index 0000000..27ba0b4 Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-01.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-02.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-02.png new file mode 100644 index 0000000..e34775d Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-02.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-03.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-03.png new file mode 100644 index 0000000..9ab6ed5 Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-03.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-04.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-04.png new file mode 100644 index 0000000..0023406 Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-04.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-05.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-05.png new file mode 100644 index 0000000..6ef5a34 Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-05.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.png b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.png new file mode 100644 index 0000000..b4698e3 Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.png differ diff --git a/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.svg b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.svg new file mode 100644 index 0000000..ed146f1 --- /dev/null +++ b/roboSvit/assets/roboSvit-propag/photo/roboSvit-propag-06.svg @@ -0,0 +1,803 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + 3 V + 100R + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/roboSvit/assets/roboSvit-propag/roboSvit-propag.pdf b/roboSvit/assets/roboSvit-propag/roboSvit-propag.pdf new file mode 100644 index 0000000..f7c621e Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/roboSvit-propag.pdf differ diff --git a/roboSvit/assets/roboSvit-propag/roboSvit-propag.pub b/roboSvit/assets/roboSvit-propag/roboSvit-propag.pub new file mode 100644 index 0000000..ceb5dac Binary files /dev/null and b/roboSvit/assets/roboSvit-propag/roboSvit-propag.pub differ diff --git a/roboSvit/index.html b/roboSvit/index.html new file mode 100644 index 0000000..b2534b9 --- /dev/null +++ b/roboSvit/index.html @@ -0,0 +1,1206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + O co jde? - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

RoboSvit přední strana +RoboSvit zadní strana

+

RoboSvit je malé světýlko napájené na hodinkovou baterku. Skládá se ze sedmi LEDek a jednoho rezistoru. Průměr kolečka činí 45 mm a je vyřezané na laseru z 3 mm překližky. Na přední straně světýlka je vygravírované logo Robotárny. Dvě dírky na horní straně jsou připravené na protáhnutí provázku, aby bylo možné jej nosit pověšený na krku. Odběr celého světýlka činí 2.3 mA a průměrná doba svícení je 85 hodin.

+

Baterie CR2032 +- Napětí: 3 V +- Kapacita: 200 mAh

+

LED +- Napětí: 2.0 V +- Proud: 20 mA

+

Rezistor +- Odpor: 100 Ω +- Příkon: 0.6 W +- Tolerance: 1 % +- Řada: E24

+

Vytvořil Jakub Andrýsek.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/roboSvit/laser/roboSvit-laser-v1.svg b/roboSvit/laser/roboSvit-laser-v1.svg new file mode 100644 index 0000000..7155ca6 --- /dev/null +++ b/roboSvit/laser/roboSvit-laser-v1.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/roboSvit/manual/index.html b/roboSvit/manual/index.html new file mode 100644 index 0000000..732576e --- /dev/null +++ b/roboSvit/manual/index.html @@ -0,0 +1,1341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Manuál - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Manuál

+

Potřebný materiál

+
    +
  • Dřevěný dílek
  • +
  • 7 LED
  • +
  • 1 rezistor
  • +
  • Držák baterie
  • +
  • Baterie CR2032
  • +
+ +

RoboSvit schéma
+1. Připravíme si potřebný materiál

+
+ +

RoboSvit schéma
+2. Vložíme 2 LEDky podle znázornění na obrázku

+
+ +

RoboSvit schéma
+3. LEDku dotlačíme k překližce

+
+ +

RoboSvit schéma
+4. Ohneme vnější nožičku LEDky podle šipky

+
+ +

RoboSvit schéma
+5. Vložíme a ohneme další nožičku LEDky

+
+ +

RoboSvit schéma
+6. Proces opakujeme celkem sedmkrát

+
+ +

RoboSvit schéma
+7. Vnější kružnici zapájíme dohromady

+
+ +

RoboSvit schéma
+8. Ohneme vnitřní nožičku LEDky podle šipky

+
+ +

RoboSvit schéma
+9. Pokračujeme v ohýbání LEDek

+
+ +

RoboSvit schéma
+10. Postupně zohneme všechny nožičky LEDek

+
+ +

RoboSvit schéma
+11. Zapájíme vnitřní kružnici

+
+ +

RoboSvit schéma
+12. Na držák naneseme kapku lepidla

+
+ +

RoboSvit schéma
+13. Držák přitiskneme pod drátky (pozor polarita!)

+
+ +

RoboSvit schéma
+14. Připájíme držák k LEDkám

+
+ +

RoboSvit schéma
+15. Zakrátíme nožičku rezistoru podle šipky

+
+ +

RoboSvit schéma
+16. Připájíme rezistor k držáku baterií

+
+ +

RoboSvit schéma
+17. Zakrátíme nožičku rezistoru podle šipky

+
+ +

RoboSvit schéma
+18. Připájíme rezistor ke vnější kružnici

+
+ +

RoboSvit schéma
+18. Vložíme baterku

+
+ +

RoboSvit schéma
+20. Dokončený RoboSvit

+
+ +

Vytvořil Jakub Andrýsek.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/search/search_index.json b/search/search_index.json new file mode 100644 index 0000000..551bcbb --- /dev/null +++ b/search/search_index.json @@ -0,0 +1 @@ +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Robotick\u00fd t\u00e1bor","text":""},{"location":"#vitej-na-strankach-robotickeho-tabora-2021","title":"V\u00edtej na str\u00e1nk\u00e1ch Robotick\u00e9ho t\u00e1bora 2021ElectronHrac\u00ed kostkaLogicRoboSvitP\u00e1jec\u00ed v\u00fdzvaBlackBox","text":""},{"location":"blackBox/","title":"O co jde?","text":"

BlackBox M3 je mechanick\u00e1 stavebnice a p\u0159edstavuje jednoduch\u00fd trezor. Skl\u00e1d\u00e1 se z \u0159ady Pot\u0159ebn\u00fd materi\u00e1l: p\u0159ekli\u017ekov\u00fdch d\u00edl\u016f, vyp\u00e1len\u00fdch na laseru, a n\u011bkolika d\u0159ev\u011bn\u00fdch kol\u00edk\u016f.

Na ovl\u00e1dac\u00edch kole\u010dk\u00e1ch jsou vygrav\u00edrovan\u00e9 \u010d\u00edseln\u00edky, na kter\u00fdch se d\u00e1 p\u0159i v\u00fdrob\u011b nastavit po\u017eadovan\u00fd k\u00f3d. Cel\u00fd v\u00fdrobek pak m\u00e1 tvar krychle o stran\u011b 128 mm, co\u017e je n\u00e1sobek 16, a tak se d\u00e1 BlackBox jednodu\u0161e zkombinovat s d\u0159\u00edvky.

"},{"location":"blackBox/manual/","title":"Manu\u00e1l","text":"

1. P\u0159iprav\u00edme si d\u00edly za\u010d\u00ednaj\u00edc\u00ed p\u00edsmenem B, kter\u00e9 m\u016f\u017eete vid\u011bt na obr\u00e1zku

2. Slep\u00edme d\u00edly B0, B1 a B5 dle obr\u00e1zku. Slep\u00edme v\u0161echny sou\u010dasn\u011b, aby byla zachov\u00e1na kolmost

3. P\u0159ilep\u00edme d\u00edl B4

4. P\u0159ilep\u00edme d\u00edl B3

5. P\u0159ilep\u00edme d\u00edl B5 a m\u00e1me hotov\u00e9 t\u011blo trezoru

6. Nachyst\u00e1me si d\u00edly D0 a D1 a jako pom\u016fcku si p\u0159iprav\u00edme kousek dvou kol\u00edk\u016f o pr\u016fm\u011bru 10 mm a 7 mm. N\u00e1sledn\u011b slep\u00edme d\u00edly D0 a D1 a aby n\u00e1m na sebe d\u00edly sed\u011bly, vlo\u017e\u00edme do st\u0159edn\u00edho otvoru 10 mm kol\u00edk a do jednoho z krajn\u00edch 7 mm kol\u00edk. T\u00edm m\u00e1me zaji\u0161t\u011bno, \u017ee se n\u00e1m d\u00edly nepohnou a ji\u017e je jen sev\u0159eme svorkou.

7. Nachyst\u00e1me si dlouh\u00fd kol\u00edk (D6x33) a d\u00edly K0, K1, dva d\u00edly K2, \u010dty\u0159i d\u00edly K3 a t\u0159i d\u00edly K4.

8. Nalep\u00edme d\u00edly K0 a K1 na dlouh\u00fd kol\u00edk na sebe tak, aby konec kol\u00edku byl zarovnan\u00fd s plochou d\u00edlu D0. Po slepen\u00ed d\u016fkladn\u011b ot\u0159eme v\u0161echna m\u00edsta, kde vyteklo lepidlo, p\u0159edev\u0161\u00edm ve vnit\u0159n\u00edch roz\u00edch.

9. Nalep\u00edme d\u00edl D2 dle obr\u00e1zku a op\u011bt d\u016fkladn\u011b ot\u0159eme p\u0159ebytky lepidla

10. V\u00fdsledn\u00fd slepenec B z p\u0159edchoz\u00edho kroku nasuneme do slepence A (d\u00edly D0,D1). Zkontrolujeme, \u017ee se mohou v\u016f\u010di sob\u011b ot\u00e1\u010det, a pokud ne, lehce obrous\u00edme krou\u017eky K2 na slepenci B a st\u0159edn\u00ed otvor na slepenci A. Nic nelep\u00edme!

11. Nachyst\u00e1me si jeden kr\u00e1tk\u00fd kol\u00edk a d\u00edly S0, S1 a dva d\u00edly S1.

12. Nalep\u00edme d\u00edl S0 na kol\u00edk tak, aby byl konec kol\u00edku zarovnan\u00fd s d\u00edlem S0.

13. Nalep\u00edme d\u00edl S1 a jak\u00e9koli p\u0159ebytky lepidla d\u016fkladn\u011b ot\u0159eme

14. Nalep\u00edme druh\u00fd d\u00edl S1. Kroky 12 a\u017e 15 je\u0161t\u011b 3x zopakujeme, abychom m\u011bli tento d\u00edl 4x

15. Postupn\u011b vlo\u017e\u00edme v\u0161echny \u010dty\u0159i slepence C do slepence A, a vyzkou\u0161\u00edme, jestli se m\u016f\u017ee voln\u011b to\u010dit. Pokud ne, zkontrolujeme, jestli n\u011bkde nez\u016fstalo nadbyte\u010dn\u00e9 lepidlo, p\u0159\u00edpadn\u011b m\u016f\u017eeme sty\u010dn\u00e9 plochy lehce obrousit. Nic nelep\u00edme!

16. P\u0159iprav\u00edme si slepence A a B dle obr\u00e1zku. Nic nelep\u00edme!

17. Nasuneme jeden d\u00edl K3 na kol\u00edk dle obr\u00e1zku. Nic nelep\u00edme!

18. Postupn\u011b nalep\u00edme v\u0161echny d\u00edly K3 na kol\u00edk i na p\u0159edchoz\u00ed d\u00edl K3

19. Postupn\u011b nalep\u00edme v\u0161echny d\u00edly K3 na kol\u00edk i na p\u0159edchoz\u00ed d\u00edl K3

20. Postupn\u011b nalep\u00edme v\u0161echny d\u00edly K3 na kol\u00edk i na p\u0159edchoz\u00ed d\u00edl K3

21. Nato\u010d\u00edme si z\u00e1padku dle obr\u00e1zku. Nic nelep\u00edme!

22. Do jednoho z otvor\u016f vlo\u017e\u00edme jeden ze \u010dty\u0159 slepenc\u016f C. Nic nelep\u00edme!

23. Oto\u010d\u00edme z\u00e1padku zp\u011bt, aby n\u00e1m dr\u017eela slepenec C na m\u00edst\u011b. Slepenec C je t\u0159eba nato\u010dit tak aby se dalo oto\u010dit z\u00e1padkou. Nic nelep\u00edme!

24. Nasuneme krou\u017eek S2 na kol\u00edk slepence C dle obr\u00e1zku. Nic nelep\u00edme!

25. Nalep\u00edme krou\u017eek S3 na kol\u00edk i na p\u0159edchoz\u00ed krou\u017eek S2

26. Zopakujeme kroky 20 a\u017e 24 i pro ostatn\u00ed slepence C

27. Zopakujeme kroky 20 a\u017e 24 i pro ostatn\u00ed slepence C

28. Zopakujeme kroky 20 a\u017e 24 i pro ostatn\u00ed slepence C

29. Abychom mohli trezor otev\u0159\u00edt, mus\u00edme na n\u011bm zadat spr\u00e1vn\u00e9 heslo. Toto heslo si proto te\u010f zvol\u00edme pomoc\u00ed \u010dty\u0159 \u010d\u00edseln\u00edkov\u00fdch kole\u010dek S4. Abychom v\u011bd\u011bli, v jak\u00e9m po\u0159ad\u00ed jsou \u010d\u00edseln\u00edky za sebou, m\u00e1 ka\u017ed\u00fd z nich te\u010dku, kter\u00e1 po\u0159ad\u00ed prozrazuje. Zkontrolujeme si, \u017ee nem\u00e1me v\u00edc stejn\u00fdch \u010d\u00edseln\u00edku a \u017ee je m\u00e1me v\u0161echny. Pokud m\u00e1me v\u0161e a m\u00e1me zvolen\u00e9 heslo, m\u016f\u017eeme p\u0159istoupit k nalepen\u00ed \u010d\u00edseln\u00edku.

30. Postupn\u011b nalep\u00edme v\u0161echny t\u0159i d\u00edly K4 dle obr\u00e1zk\u016f

31. Postupn\u011b nalep\u00edme v\u0161echny t\u0159i d\u00edly K4 dle obr\u00e1zk\u016f

32. Nech\u00e1me v\u0161e zaschnout a m\u00e1me hotovo

"},{"location":"electron/","title":"O co jde?","text":"

Electron je stavebnice pro v\u00fduku z\u00e1kladn\u00edch znalost\u00ed elektroniky. Jednotliv\u00e9 elektronick\u00e9 sou\u010d\u00e1stky jsou um\u00edst\u011bny na samostatn\u00fdch desk\u00e1ch plo\u0161n\u00fdch spoj\u016f.

Spojov\u00e1n\u00ed prob\u00edh\u00e1 pomoc\u00ed dr\u00e1t\u016f, kter\u00e9 se zasunou do p\u0159edchystan\u00fdch d\u011br a zajist\u00ed se gumov\u00fdmi \u0161punty. Alternativn\u011b jsou nachyst\u00e1ny pinheady pro p\u0159\u00edpadn\u00e9 pou\u017eit\u00ed \"\u010d\u00ednsk\u00fdch\" kabel\u016f s dutinkami.

"},{"location":"electron/#schematicke-znacky","title":"Sch\u00e9matick\u00e9 zna\u010dky","text":"N\u00e1zev Zna\u010dka Electron Zdroj Rezistor Kondenz\u00e1tor Kondenz\u00e1tor polarizovan\u00fd LED Tla\u010d\u00edtko P\u0159ep\u00edna\u010d Potenciometr Tranzistor NPN Tranzistor PNP"},{"location":"electron/#spravne-zapojovani-kabelu-k-soucastkam","title":"Spr\u00e1vn\u00e9 zapojov\u00e1n\u00ed kabel\u016f k sou\u010d\u00e1stk\u00e1m","text":""},{"location":"electron/electron-lesson-1/","title":"Electron lekce 1","text":""},{"location":"electron/electron-lesson-1/#1-tlacitko-rezistor-a-led","title":"1. Tla\u010d\u00edtko, rezistor a LED","text":"

Obvod obsahuje zdroj elektrick\u00e9ho nap\u011bt\u00ed, spot\u0159ebi\u010d \u2013 LED, rezistor, kter\u00fd omezuje proud proch\u00e1zej\u00edc\u00ed diodou, sp\u00ednac\u00ed tla\u010d\u00edtko a spojovac\u00ed vodi\u010de. Spojte na panelu zd\u00ed\u0159ky dle sch\u00e9matu.

Po zm\u00e1\u010dknut\u00ed tla\u010d\u00edtka se rozsv\u00edt\u00ed LED. Stiskem tla\u010d\u00edtka se spoj\u00ed jeho kontakty a uzav\u0159e se elektrick\u00fd obvod. Elektrick\u00fd proud te\u010de po dobu stisku tla\u010d\u00edtka od plus (+) p\u00f3lu baterie p\u0159es propojen\u00e9 sou\u010d\u00e1stky k minus (-) p\u00f3lu baterie. Ve sch\u00e9matu je dioda zapojena v propustn\u00e9m sm\u011bru neboli propou\u0161t\u00ed proud a ten ji rozsv\u011bcuje. Po uvoln\u011bn\u00ed tla\u010d\u00edtka se elektrick\u00fd obvod p\u0159eru\u0161\u00ed, proud p\u0159estane proch\u00e1zet a LED zhasne.

Nyn\u00ed zkuste p\u0159ipojit LED obr\u00e1cen\u011b (proho\u010fte vz\u00e1jemn\u011b konce vodi\u010d\u016f upevn\u011bn\u00e9 ve zd\u00ed\u0159k\u00e1ch). Dioda je nyn\u00ed zapojena v z\u00e1v\u011brn\u00e9m sm\u011bru, nepropou\u0161t\u00ed proud, a tedy po zm\u00e1\u010dknut\u00ed tla\u010d\u00edtka nesv\u00edt\u00ed.

Ov\u011b\u0159ili jste si tak z\u00e1kladn\u00ed vlastnost polovodi\u010dov\u00e9 diody \u2013 propou\u0161t\u00ed proud jen v jednom sm\u011bru. T\u00edmto jednoduch\u00fdm zapojen\u00edm si m\u016f\u017eete v\u017edy, kdy\u017e m\u00e1te pochybnosti, ov\u011b\u0159it, jestli jsou jednotliv\u00e9 diody v po\u0159\u00e1dku.

M\u016f\u017eete rozsv\u00edtit \u010dervenou, \u017elutou nebo zelenou diodu.

POZOR! Je nutn\u00e9, aby v obvodu s LED byl v\u017edy za\u0159azen omezovac\u00ed rezistor. Pokud byste p\u0159ipojili LED v propustn\u00e9m sm\u011bru p\u0159\u00edmo na zdroj nap\u011bt\u00ed \u2013 baterii, zcela jist\u011b byste LED zni\u010dili.

"},{"location":"electron/electron-lesson-1/#merene-hodnoty","title":"M\u011b\u0159en\u00e9 hodnoty","text":"

Nap\u011bt\u00ed na diod\u011b je ni\u017e\u0161\u00ed ne\u017e na vstupu. Je to zp\u016fsobeno rezistorem, kter\u00fd sni\u017euje prot\u00e9kaj\u00edc\u00ed proud a nap\u011bt\u00ed. Nap\u011bt\u00ed na LED by m\u011blo b\u00fdt zhruba 2 V. Proud proch\u00e1zej\u00edc\u00ed LED je p\u0159ibli\u017en\u011b 16 mA, co\u017e sta\u010d\u00ed na to, aby se LED rozsv\u00edtila.

"},{"location":"electron/electron-lesson-1/#2-seriove-zapojeni-rezistoru","title":"2. S\u00e9riov\u00e9 zapojen\u00ed rezistor\u016f","text":"

Vlastnosti s\u00e9riov\u00e9ho spojen\u00ed rezistor\u016f si m\u016f\u017eete ov\u011b\u0159it na modelu dle sch\u00e9matu. Po zapojen\u00ed se rozsv\u00edt\u00ed. Pokud je p\u0159ep\u00edna\u010d v poloze naho\u0159e, proud mus\u00ed proch\u00e1zet ob\u011bma rezistory, z nich\u017e ka\u017ed\u00fd sv\u00fdm d\u00edlem zmen\u0161uje celkov\u00fd proud v obvodu a LED sv\u00edt\u00ed slab\u011bji. Pokud p\u0159epnete p\u0159ep\u00edna\u010d do spodn\u00ed polohy, proudu se do cesty nestav\u00ed rezistor 560 \u2126 a prot\u00e9k\u00e1 tak pouze rezistorem 180\u2126. Souhrnn\u00fd odpor je tak men\u0161\u00ed, a proto je proud v\u011bt\u0161\u00ed, a LED sv\u00edt\u00ed siln\u011bji. V tomto sch\u00e9matu jsou za\u0159azeny v s\u00e9rii dva rezistory, ale je mo\u017eno takhle za sebou propojit rezistor\u016f v\u00edce. V\u00fdsledn\u00fd odpor R s\u00e9riov\u00e9 kombinace rezistor\u016f se rovn\u00e1 sou\u010dtu hodnot jednotliv\u00fdch rezistor\u016f, v na\u0161em p\u0159\u00edpad\u011b R = R3 + R2 = 560 + 180 = 740 \u2126

"},{"location":"electron/electron-lesson-1/#merene-hodnoty_1","title":"M\u011b\u0159en\u00e9 hodnoty","text":"

Nap\u011bt\u00ed na LED, p\u0159i pozici p\u0159ep\u00edna\u010de v poloze dole, by m\u011blo b\u00fdt zhruba 2 V, v poloze naho\u0159e je to o n\u011bco m\u00e9n\u011b 1,9 V.

Proud proch\u00e1zej\u00edc\u00ed LED p\u0159i pozici p\u0159ep\u00edna\u010de v poloze dole, je stejn\u00fd jako v prvn\u00edm p\u0159\u00edklad\u011b, tedy 16 mA, v poloze naho\u0159e je to o dost m\u00e9n\u011b skoro 4,3 mA, co\u017e st\u00e1le sta\u010d\u00ed na to, aby se LED rozsv\u00edtila.

"},{"location":"electron/electron-lesson-1/#3-paralelni-zapojeni-rezistoru","title":"3. Paraleln\u00ed zapojen\u00ed rezistor\u016f","text":"

Na tomto zapojen\u00ed si m\u016f\u017eete vyzkou\u0161et, jak\u00e9 vlastnosti bude m\u00edt zapojen\u00ed rezistor\u016f paraleln\u011b (soub\u011b\u017en\u011b) neboli vedle sebe. Zapojte obvod podle sch\u00e9matu. Rozsv\u00edt\u00ed se LED a po stisku tla\u010d\u00edtka se rozsv\u00edt\u00ed siln\u011bji. Vysv\u011btlen\u00ed je n\u00e1sleduj\u00edc\u00ed: pokud je tla\u010d\u00edtko rozepnuto, proud proch\u00e1z\u00ed p\u0159es rezistor a rozsv\u011bcuje LED pon\u011bkud slab\u011bji. Po stisknut\u00ed tla\u010d\u00edtka za\u010dne proud proch\u00e1zet ob\u011bma rezistory sou\u010dasn\u011b a je proto v\u011bt\u0161\u00ed. To se projev\u00ed zv\u011bt\u0161en\u00edm jasu LED.

Pro snadn\u011bj\u0161\u00ed pochopen\u00ed principu si p\u0159edstavte situaci, kdy jedn\u011bmi dve\u0159mi proud\u00ed do kina z\u00e1stup lid\u00ed. V okam\u017eiku, kdy se otev\u0159ou druh\u00e9 dve\u0159e, za\u010dnou vch\u00e1zet lid\u00e9 i t\u011bmito dve\u0159mi a kino se za\u010dne plnit rychleji.

Vra\u0165me se k na\u0161emu sch\u00e9matu. V s\u00e9riov\u00e9m zapojen\u00ed podle n\u00e1vodu \u010d.2 byl v\u00fdsledn\u00fd odpor v\u011bt\u0161\u00ed ne\u017e odpor kter\u00e9hokoli pou\u017eit\u00e9ho rezistoru. Paraleln\u011b m\u016f\u017eeme spojit dva i v\u00edce rezistor\u016f. V\u00fdsledn\u00fd odpor je v\u017edy men\u0161\u00ed ne\u017e hodnota nejmen\u0161\u00edho z rezistor\u016f zapojen\u00fdch paraleln\u011b. P\u0159esn\u011b se v\u00fdsledn\u00fd odpor R v na\u0161em sch\u00e9matu vypo\u010dte podle vztahu:

"},{"location":"electron/electron-lesson-2/","title":"Electron lekce 2","text":""},{"location":"electron/electron-lesson-2/#4-and","title":"4. AND","text":"

Pomoc\u00ed tohoto obvodu pochop\u00edte princip s\u00e9riov\u00e9ho zapojen\u00ed sp\u00edna\u010d\u016f, obvod je z\u00e1rove\u0148 modelem tzv. logick\u00e9 funkce \"AND\" (\u010desky \"a z\u00e1rove\u0148\"). Po propojen\u00ed dle sch\u00e9matu p\u0159epn\u011bte p\u0159ep\u00edna\u010d nahoru do polohy \"zapnuto\" a zm\u00e1\u010dkn\u011bte tla\u010d\u00edtko \u2013 rozsv\u00edt\u00ed se LED. Po uvoln\u011bn\u00ed tla\u010d\u00edtka LED zhasne. Pokud p\u0159epnete p\u0159ep\u00edna\u010d dol\u016f do polohy \"vypnuto\", po zm\u00e1\u010dknut\u00ed tla\u010d\u00edtka se LED nerozsv\u00edt\u00ed. Vypl\u00fdv\u00e1 z toho, \u017ee LED se p\u0159i s\u00e9riov\u00e9m zapojen\u00ed sp\u00edna\u010de a tla\u010d\u00edtka rozsv\u00edt\u00ed jen tehdy, kdy\u017e jsou z\u00e1rove\u0148 sepnuty sp\u00edna\u010d i tla\u010d\u00edtko. Logick\u00e1 funkce obecn\u011b vyjad\u0159uje vztah mezi vstupn\u00edmi veli\u010dinami, v na\u0161em p\u0159\u00edpad\u011b stavy sp\u00edna\u010de a tla\u010d\u00edtka (zapnuto nebo vypnuto) a v\u00fdstupn\u00ed veli\u010dinou, v tomto zapojen\u00ed je to jas LED. Logick\u00e1 funkce se zapisuje do tabulky. V na\u0161em zapojen\u00ed p\u0159i\u0159ad\u00edme stav\u016fm, kdy jsou tla\u010d\u00edtko nebo sp\u00edna\u010d sepnuty, logickou jedni\u010dku ( 1 ) \u2013 zapnuto, vypnut\u00e9mu tla\u010d\u00edtku nebo sp\u00edna\u010di logickou nulu ( 0 ) - vypnuto. Pokud LED sv\u00edt\u00ed, budeme br\u00e1t, \u017ee v\u00fdstupn\u00ed hodnota je logick\u00e1 1, pokud nesv\u00edt\u00ed, je hodnota v\u00fdstupn\u00ed veli\u010diny logick\u00e1 0.

Ve sv\u00e9m okol\u00ed byste na\u0161li p\u0159ekvapiv\u00e9 mno\u017estv\u00ed aplikaci t\u00e9to i jin\u00fdch logick\u00fdch funkci. Tak nap\u0159\u00edklad, pokud si chcete koupit n\u011bjakou v\u011bc, mus\u00ed b\u00fdt v obchod\u011b a z\u00e1rove\u0148 mus\u00edte m\u00edt na ni pen\u00edze. Cel\u00fd fascinuj\u00edc\u00ed sv\u011bt po\u010d\u00edta\u010d\u016f je zalo\u017een na logick\u00fdch nul\u00e1ch a jedni\u010dk\u00e1ch a na neskute\u010dn\u011b rychl\u00e9m prov\u00e1d\u011bn\u00ed logick\u00fdch operaci podle p\u0159edem sestaven\u00fdch program\u016f.

"},{"location":"electron/electron-lesson-2/#tabulka-logickych-hodnot-funkce-and","title":"Tabulka logick\u00fdch hodnot funkce AND:","text":"Tla\u010d\u00edtko Sp\u00edna\u010d LED 0 0 0 0 1 0 1 0 0 1 1 1"},{"location":"electron/electron-lesson-2/#5-or","title":"5. OR","text":"

Paraleln\u00ed neboli soub\u011b\u017en\u00e9 zapojen\u00ed sp\u00edna\u010de a tla\u010d\u00edtka m\u00e1 tu vlastnost, \u017ee LED lze zapnout nez\u00e1visle bud tla\u010d\u00edtkem nebo sp\u00edna\u010dem. Na rozd\u00edl od zapojen\u00ed \u010d.4, kde proud mohl prot\u00e9kat pouze jednou cestou, a to jen pokud byly sp\u00edna\u010d i tla\u010d\u00edtko sepnuty, v tomto zapojen\u00ed m\u016f\u017ee t\u00e9ci proud bu\u010f sepnut\u00fdm tla\u010d\u00edtkem nebo sepnut\u00fdm sp\u00edna\u010dem anebo ob\u011bma najednou. Tyto vlastnosti odpov\u00eddaj\u00ed logick\u00e9 funkci \"OR\" (\u010desky \"nebo\"). Pokud op\u011bt ozna\u010d\u00edme stavy tla\u010d\u00edtka, sp\u00edna\u010de a LED logick\u00fdmi hodnotami, z\u00edsk\u00e1me pro funkci \"OR\" tabulku n\u00ed\u017ee.

Jako p\u0159\u00edklad situace vyjad\u0159uj\u00edc\u00ed tuto logickou funkci lze nap\u0159\u00edklad uv\u00e9st: p\u016fjdete-li kupovat pe\u010divo, m\u016f\u017eete koupit bud rohl\u00edk nebo housku anebo tak\u00e9 oboj\u00ed.

"},{"location":"electron/electron-lesson-2/#tabulka-logickych-hodnot-funkce-or","title":"Tabulka logick\u00fdch hodnot funkce OR:","text":"Tla\u010d\u00edtko Sp\u00edna\u010d LED 0 0 0 0 1 1 1 0 1 1 1 1"},{"location":"electron/electron-lesson-2/#ukol-navic","title":"\u00dakol nav\u00edc","text":""},{"location":"electron/electron-lesson-2/#xor","title":"XOR","text":"

Vy\u0159e\u0161te za pou\u017eit\u00ed dvou sad Electronu (ve dvojici). K zapojen\u00ed si tak\u00e9 nakreslete schema.

Vstup 0 Vstup 1 LED 0 0 0 0 1 1 1 0 1 1 1 0"},{"location":"electron/electron-lesson-2/#6-prepinani-barev","title":"6. P\u0159ep\u00edn\u00e1n\u00ed barev","text":"

Po sestaven\u00ed se rozsv\u00edt\u00ed \u010derven\u00e1 nebo \u017elut\u00e1 LED podle toho, v jak\u00e9 poloze se zrovna nach\u00e1z\u00ed p\u0159ep\u00edna\u010d. P\u0159ep\u00edna\u010dem m\u016f\u017eete tedy st\u0159\u00eddat svit \u010derven\u00e9 a \u017elut\u00e9 LED.

Obvod obsahuje, krom\u011b zdroje nap\u011bt\u00ed, omezovac\u00ed rezistor 180\u2126, kter\u00fd chr\u00e1n\u00ed LED p\u0159ed proudov\u00fdm p\u0159et\u00ed\u017een\u00edm a p\u0159ep\u00edna\u010d, kter\u00fd pou\u0161t\u00ed, v z\u00e1vislosti na sv\u00e9 poloze, proud do jedn\u00e9 nebo druh\u00e9 LED.

"},{"location":"electron/electron-lesson-2/#7-potenciometr-jako-promenny-rezistor","title":"7. Potenciometr jako prom\u011bnn\u00fd rezistor","text":"

Zapojte obvod podle sch\u00e9matu. Rozsv\u00edt\u00ed se LED siln\u011b nebo slab\u011bji podle toho, v jak\u00e9 poloze je regula\u010dn\u00ed knofl\u00edk potenciometru. Ot\u00e1\u010den\u00edm regula\u010dn\u00edho knofl\u00edku lze plynule m\u011bnit jas LED. Pro pochopen\u00ed funkce potenciometru je dobr\u00e9 v\u011bd\u011bt, jak je mechanicky konstruov\u00e1n. Pohled na potenciometr bez regula\u010dn\u00edho knofl\u00edku je na obr 9.2. Odporov\u00e1 dr\u00e1ha podkovovit\u00e9ho tvaru je tvo\u0159ena vrstvi\u010dkou odporov\u00e9ho laku, na jej\u00ed konce jsou vodiv\u011b p\u0159ipojeny kovov\u00e9 v\u00fdvody. Mezi t\u011bmito v\u00fdvody je st\u00e1l\u00fd odpor dan\u00fd vlastnostmi odporov\u00e9 dr\u00e1hy, ve stavebnici je potenciometr 10 k\u2126. Znamen\u00e1 to, \u017ee jeho odporov\u00e1 dr\u00e1ha m\u00e1 odpor 10 k\u2126. A\u017e potud by byly elektrick\u00e9 vlastnosti shodn\u00e9 s pevn\u00fdm rezistorem. Potenciometr m\u00e1 v\u0161ak nav\u00edc tzv. jezdce \u2013 pl\u00ed\u0161ek, kter\u00fd se dot\u00fdk\u00e1 odporov\u00e9 dr\u00e1hy v jednom m\u00edst\u011b a toto m\u00edsto dotyku se d\u00e1 ot\u00e1\u010den\u00edm knofl\u00edku m\u011bnit. Vypl\u00fdv\u00e1 z toho, \u017ee odpor mezi jezdcem a n\u011bkter\u00fdm z konc\u016f odporov\u00e9 dr\u00e1hy je z\u00e1visl\u00fd na poloze jezdce a \u017ee sou\u010det odpor\u016f mezi jezdcem a ob\u011bma konci dr\u00e1hy je v\u017edy roven celkov\u00e9mu odporu odporov\u00e9 dr\u00e1hy. Pokud je jezdec oto\u010den zcela k jednomu konci dr\u00e1hy, je odpor mezi jezdcem a t\u00edmto koncem dr\u00e1hy t\u00e9m\u011b\u0159 nulov\u00fd, mezi jezdcem a druh\u00fdm koncem dr\u00e1hy t\u00e9m\u011b\u0159 roven celkov\u00e9mu odporu odporov\u00e9 dr\u00e1hy.

Tyto vlastnosti si m\u016f\u017eete ov\u011b\u0159it, pokud budete m\u011bnit polohu regula\u010dn\u00edho knofl\u00edku a p\u0159ep\u00ednat p\u0159ep\u00edna\u010d. Pokud bude jezdec uprost\u0159ed, bude sv\u00edtit LED p\u0159i obou poloh\u00e1ch p\u0159ep\u00edna\u010de stejn\u011b (slab\u011b). Pokud pooto\u010d\u00edte regula\u010dn\u00ed knofl\u00edk mimo st\u0159ed, bude p\u0159i p\u0159ep\u00edn\u00e1n\u00ed p\u0159ep\u00edna\u010de m\u011bnit LED skokem sv\u016fj jas podle toho, jak\u00fd odpor je pr\u00e1v\u011b mezi jezdcem a koncem odporov\u00e9 dr\u00e1hy. Op\u011bt plat\u00ed, \u017ee \u010d\u00edm men\u0161\u00ed je odpor obvodu, t\u00edm v\u011bt\u0161\u00ed je proud a tak\u00e9 jas LED.

"},{"location":"electron/electron-lesson-2/#8-prolinani-barev","title":"8. Prol\u00edn\u00e1n\u00ed barev","text":"

Zapojte obvod dle sch\u00e9matu, rozsv\u00edt\u00ed se v\u00e1m jedna nebo ob\u011b LED podle toho, v jak\u00e9 poloze se nach\u00e1z\u00ed zrovna jezdec potenciometru. Pokud je jezdec bl\u00ed\u017ee ke krajn\u00ed poloze \"-\", sv\u00edt\u00ed jasn\u011bji \u017elut\u00e1 LED, pokud je bl\u00ed\u017ee poloze \"+\", sv\u00edt\u00ed jasn\u011bji \u010derven\u00e1 LED. Ot\u00e1\u010den\u00edm knofl\u00edku m\u016f\u017eete m\u011bnit jas obou LED tak, \u017ee to vypad\u00e1, jako by se sv\u011btlo \"p\u0159el\u00e9valo\" z jedn\u00e9 do druh\u00e9.

"},{"location":"electron/electron-lesson-2/#9-kondenzator-neboli-zasobarna-energie","title":"9. Kondenz\u00e1tor neboli z\u00e1sob\u00e1rna energie","text":"

Zapojte obvod dle sch\u00e9matu, p\u0159i zapojov\u00e1n\u00ed m\u011bjte p\u0159ep\u00edna\u010d ve spodn\u00ed poloze. Nyn\u00ed p\u0159epn\u011bte p\u0159ep\u00edna\u010d nahoru a \u010derven\u00e1 LED blikne. P\u0159epn\u011bte dol\u016f a blikne \u017elut\u00e1 LED. Co se v obvodu odehr\u00e1lo? Kondenz\u00e1tor je elektronick\u00e1 sou\u010d\u00e1stka, kter\u00e1 je schopna uchovat elektrick\u00fd n\u00e1boj. Znamen\u00e1 to, \u017ee pokud ke kondenz\u00e1toru p\u0159ipoj\u00edme zdroj nap\u011bt\u00ed (v na\u0161em p\u0159\u00edpad\u011b baterii), kondenz\u00e1tor se nabije a podr\u017e\u00ed si nap\u011bt\u00ed i po odpojen\u00ed zdroje. Kdy\u017e nyn\u00ed p\u0159ipoj\u00edme ke kondenz\u00e1toru elektrick\u00fd spot\u0159ebi\u010d (v na\u0161em p\u0159\u00edpad\u011b LED), bude se kondenz\u00e1tor s\u00e1m po ur\u010ditou dobu chovat jako zdroj nap\u011bt\u00ed a LED sv\u00edt\u00ed, ne\u017e se kondenz\u00e1tor vybije. P\u0159i nab\u00edjen\u00ed te\u010de kondenz\u00e1torem proud po dobu, ne\u017e se nap\u011bt\u00ed kondenz\u00e1toru vyrovn\u00e1 s nap\u011bt\u00edm zdroje \u2013 to n\u00e1m signalizuje v na\u0161em modelu \u010derven\u00e1 LED. P\u0159i vyb\u00edjen\u00ed se rozsv\u00edt\u00ed \u017elut\u00e1 LED. Doba nab\u00edjen\u00ed a vyb\u00edjen\u00ed kondenz\u00e1toru z\u00e1vis\u00ed na jeho kapacit\u011b (\u010d\u00edm v\u011bt\u0161\u00ed kapacita, t\u00edm je doba del\u0161\u00ed) a velikosti elektrick\u00e9ho proudu, kter\u00fdm se kondenz\u00e1tor nabij\u00ed nebo vyb\u00edj\u00ed (\u010d\u00edm men\u0161\u00ed je proud, t\u00edm d\u00e9le prob\u00edh\u00e1 nab\u00edjen\u00ed nebo vyb\u00edjen\u00ed). V na\u0161em obvodu je proud omezen pouze rezistorem 180 \u2126, tak\u017ee nab\u00edjen\u00ed a vyb\u00edjen\u00ed prob\u00edh\u00e1 rychle a LED sv\u00edt\u00ed jen kr\u00e1tce. Kdybychom cht\u011bli d\u00e9lku svitu prodlou\u017eit, museli bychom kondenz\u00e1tor nab\u00edjet p\u0159es v\u011bt\u0161\u00ed rezistor, proud by byl ov\u0161em mal\u00fd na to, aby rozsv\u00edtil LED pln\u00fdm jasem. Tento probl\u00e9m je snadno \u0159e\u0161iteln\u00fd pou\u017eit\u00edm tranzistoru, co\u017e si budete moci vyzkou\u0161et v dal\u0161\u00edch zapojen\u00edch. Jednotka kapacity kondenz\u00e1toru je 1 F (Farad), v praxi se ov\u0161em pou\u017e\u00edvaj\u00ed kondenz\u00e1tory s kapacitou mnohon\u00e1sobn\u011b men\u0161\u00ed, ne\u017e 1 F, tomu odpov\u00eddaj\u00ed i b\u011b\u017en\u011b pou\u017e\u00edvan\u00e9 jednotky:

1 \u00b5F (\u010dti mikrofarad) = 1 miliontina faradu 1 nF (\u010dti nanofarad) = 1 tis\u00edcina mikrofaradu 1 pF (\u010dti pikofarad) = 1 tis\u00edcina nanofaradu

Ve sch\u00e9matech se u\u017e v\u011bt\u0161inou nep\u00ed\u0161e p\u00edsmeno \"F\"- zna\u010dka Faradu za hodnotu kondenz\u00e1toru, proto\u017ee je z\u0159ejm\u00e9 ze sch\u00e9matick\u00e9 zna\u010dky, \u017ee jde o kondenz\u00e1tor a hodnota je ve Faradech.

P\u0159i experimentov\u00e1n\u00ed a zapojov\u00e1n\u00ed elektrolytick\u00fdch kondenz\u00e1tor\u016f do obvodu je nutno db\u00e1t, aby v\u00fdvod \"+\" byl p\u0159ipojen na vy\u0161\u0161\u00ed nap\u011bt\u00ed, ne\u017e v\u00fdvod \"-\". P\u0159i dlouhodob\u011bj\u0161\u00edm opa\u010dn\u00e9m p\u0159ipojen\u00ed by mohlo doj\u00edt k po\u0161kozen\u00ed kondenz\u00e1toru.

"},{"location":"electron/electron-lesson-3/","title":"Electron lekce 3","text":""},{"location":"electron/electron-lesson-3/#10-experiment-s-tranzistorem","title":"10. Experiment s tranzistorem","text":"

Tranzistor je polovodi\u010dov\u00e1 sou\u010d\u00e1stka se t\u0159emi v\u00fdvody, kter\u00e9 se naz\u00fdvaj\u00ed b\u00e1ze, ve sch\u00e9matu ozna\u010den\u00e1 jako(B), kolektor (C) a emitor (E).

Nej\u010dast\u011bji se tranzistor pou\u017e\u00edv\u00e1 jako zesilova\u010d elektrick\u00e9ho proudu, jinak \u0159e\u010deno, prost\u0159ednictv\u00edm tranzistoru m\u016f\u017eeme mal\u00fdmi zm\u011bnami proudu I tekouc\u00edho do b\u00e1ze tranzistoru vyvol\u00e1vat velk\u00e9 zm\u011bny proudu Ic tekouc\u00edho do kolektoru tranzistoru. Zjednodu\u0161en\u011b lze tak\u00e9 \u0159\u00edct, \u017ee tranzistor p\u0159edstavuje mezi kolektorem a emitorem odpor, jeho\u017e hodnotu lze m\u011bnit elektronicky (nikoli mechanicky, jako u potenciometru) velikost\u00ed proudu I, kter\u00fd te\u010de do b\u00e1ze. B\u011b\u017en\u00e9 tranzistory zesiluj\u00ed v\u00edce ne\u017e 100 kr\u00e1t, tak\u017ee k sepnut\u00ed proudu Ic = 100 mA sta\u010d\u00ed, aby do b\u00e1ze tekl proud 1 mA. Proud v na\u0161em modelu te\u010de podle sch\u00e9matu od plus p\u00f3lu zdroje (baterie) a d\u011bl\u00ed se na proud tekouc\u00ed do b\u00e1ze p\u0159es odpor R a proud tekouc\u00ed do kolektoru p\u0159es LED a ochrann\u00fd odpor R- Mezi b\u00e1z\u00ed \u2013 emitorem se chov\u00e1 tranzistor jako dioda v propustn\u00e9m sm\u011bru, zjednodu\u0161en\u011b m\u016f\u017eeme \u0159\u00edci, \u017ee m\u00e1 zanedbateln\u00fd odpor. Proud b\u00e1ze je tedy ur\u010den velikosti odporu p\u0159ipojen\u00e9ho k b\u00e1zi (\u010c\u00edm v\u011bt\u0161\u00ed odpor, t\u00edm men\u0161\u00ed proud).

Zapojte si nyn\u00ed obvod podle obr\u00e1zku na lev\u00e9 stran\u011b, zjist\u00edte, \u017ee \u017elut\u00e1 LED sotva znateln\u011b sv\u00edt\u00ed. Proud, kter\u00fd te\u010de LED p\u0159es odpor 100 k\u2126 je p\u0159\u00edli\u0161 mal\u00fd. V zapojen\u00ed napravo sta\u010d\u00ed tento mal\u00fd proud, prot\u00e9kaj\u00edc\u00ed p\u0159es stejn\u00fd odpor 100 k\u2126 do b\u00e1ze, k sepnut\u00ed tranzistoru, neboli ke zmen\u0161en\u00ed jeho odporu mezi kolektorem a emitorem natolik, \u017ee se LED rozsv\u00edt\u00ed. Zkuste nyn\u00ed odpojit dr\u00e1t ze zd\u00ed\u0159ky b\u00e1ze tranzistoru. LED zhasne, nebo\u0165 jste odpojili proud do b\u00e1ze a tranzistor se rozepnul. Chytn\u011bte nyn\u00ed odpojen\u00fd vodi\u010d prsty za odizolovan\u00fd konec a druhou rukou se dotkn\u011bte zd\u00ed\u0159ky b\u00e1ze tranzistoru, LED se rozsv\u00edt\u00ed, pokud ne, m\u00edrn\u011b si navlh\u010dete prsty a znovu se dotkn\u011bte. T\u011blo toti\u017e p\u0159edstavuje rovn\u011b\u017e elektrick\u00fd odpor, kter\u00fdm projde proud posta\u010duj\u00edc\u00ed k sepnut\u00ed tranzistoru v na\u0161em zapojen\u00ed.

Pokud budete s tranzistorem experimentovat, dbejte, aby do b\u00e1ze tekl proud v\u017edy p\u0159es odpor. Stejn\u011b jako u LED byste velk\u00fdm proudem p\u0159\u00edmo z baterie tranzistor zni\u010dili.

"},{"location":"electron/electron-lesson-3/#11-jednoduchy-tranzistorovy-zesilovac","title":"11. Jednoduch\u00fd tranzistorov\u00fd zesilova\u010d","text":"

V mnoha p\u0159\u00edpadech, kdy je vstupn\u00ed sign\u00e1l, kter\u00fd m\u00e1me k dispozici, p\u0159\u00edli\u0161 mal\u00fd na to, aby sepnul tranzistor, je nutno propojit n\u011bkolik tranzistor\u016f za sebou, aby se celkov\u00e9 zes\u00edlen\u00ed obvodu zv\u00fd\u0161ilo. Jednoduch\u00fd zesilova\u010d- tzv. Darlingtonovo zapojen\u00ed je na sch\u00e9matu. Po zapojen\u00ed se dotkn\u011bte zd\u00ed\u0159ky b\u00e1ze T a p\u0159ibli\u017ete se k n\u011bjak\u00e9mu (i vypnut\u00e9mu) elektrick\u00e9mu spot\u0159ebi\u010di nebo kabelu. LED se rozsv\u00edt\u00ed, p\u0159esto\u017ee do b\u00e1ze T zd\u00e1nliv\u011b nete\u010de \u017e\u00e1dn\u00fd proud. Va\u0161e t\u011blo nyn\u00ed p\u016fsob\u00ed jako ant\u00e9na pro okoln\u00ed elektromagnetick\u00e9 pole a dotekem prstu p\u0159ivedete do b\u00e1ze T proud velikosti deseti-tis\u00edcin mA, kter\u00fd ov\u0161em sta\u010d\u00ed k pootev\u0159en\u00ed tranzistoru T. Zes\u00edlen\u00fd proud vych\u00e1zej\u00edc\u00ed z emitoru T a vstupuj\u00edc\u00ed do b\u00e1ze T sta\u010d\u00ed k sepnut\u00ed tranzistoru T a rozsv\u00edcen\u00ed \u010derven\u00e9 LED. P\u0159esto\u017ee se zd\u00e1, \u017ee p\u0159i doteku LED sv\u00edt\u00ed trval\u00fdm jasem, vlastn\u011b blik\u00e1, a to v rytmu zm\u011bn okoln\u00edho elektromagnetick\u00e9 pole, kter\u00e9 m\u011bn\u00ed svoji intenzitu stejn\u011b jako nap\u011bt\u00ed a proud v elektrick\u00e9 s\u00edti 50 kr\u00e1t za sekundu. Zm\u011bny jsou ov\u0161em na lidsk\u00e9 oko p\u0159\u00edli\u0161 rychl\u00e9, a proto vn\u00edm\u00e1me jas LED jako st\u00e1l\u00fd. Pokud chcete toto blik\u00e1n\u00ed vid\u011bt, pohybujte panelem zlehka k\u00fdvav\u011b do stran od kabelu a sledujte LED.

"},{"location":"electron/electron-lesson-3/#12-tranzistorovy-oscilator","title":"12. Tranzistorov\u00fd oscil\u00e1tor","text":"

Zapojte obvod podle sch\u00e9matu. Obvod je u\u017e pon\u011bkud slo\u017eit\u011bj\u0161\u00ed, proto prove\u010fte d\u00edl\u010d\u00ed kontrolu po zapojen\u00ed \u010d\u00e1sti oscil\u00e1toru, abyste sn\u00ed\u017eili riziko chyby v celkov\u00e9m zapojen\u00ed a kontrolu po zapojen\u00ed cel\u00e9ho obvodu. Pokud jste si jisti, m\u016f\u017eete p\u0159ipojit baterii. Stiskn\u011bte tla\u010d\u00edtko a za\u010dnou blikat LED.

Co se v tomto za\u0159\u00edzen\u00ed odehr\u00e1v\u00e1? Po stisku tla\u010d\u00edtka se p\u0159ivede nap\u00e1jen\u00ed k obvodu, jeho\u017e sou\u010d\u00e1stky a zp\u016fsob zapojen\u00ed je zvolen tak, aby v n\u011bm do\u0161lo ke kmit\u016fm, neboli aby se samo\u010dinn\u011b st\u0159\u00eddav\u011b sp\u00ednaly jeden nebo druh\u00fd tranzistor. Na kolektor T je s odporem R 560 \u2126 p\u0159ipojena LED, tak\u017ee kdy\u017e je pr\u00e1v\u011b sepnut tento tranzistor, te\u010de do kolektoru proud p\u0159es odpor R a LED a ta se rozsv\u00edt\u00ed. V okam\u017eiku, kdy se T vypne, p\u0159estane do jeho kolektoru t\u00e9ci proud a LED zhasne.

"},{"location":"electron/electron-lesson-3/#13-jednoduche-poplasne-zarizeni","title":"13. Jednoduch\u00e9 popla\u0161n\u00e9 za\u0159\u00edzen\u00ed","text":"

Zapojte obvod podle sch\u00e9matu. Je dobr\u00e9 prov\u00e9st d\u00edl\u010d\u00ed kontrolu po zapojen\u00ed \u010d\u00e1sti oscil\u00e1toru, kdy nen\u00ed na panelu je\u0161t\u011b mnoho vodi\u010d\u016f, sn\u00ed\u017e\u00ed se tak riziko chyby v celkov\u00e9m zapojen\u00ed. M\u00e1te-li obvod cel\u00fd zapojen a zkontrolov\u00e1n, p\u0159ipojte baterii a p\u0159epn\u011bte p\u0159ep\u00edna\u010d do polohy naho\u0159e. Pokud jsou konce popla\u0161n\u00fdch vodi\u010d\u016f rozpojeny, rozsv\u00edt\u00ed se \u010derven\u00e1 LED. Pokud konce popla\u0161n\u00fdch vodi\u010d\u016f spoj\u00edme, LED zhasne. Nyn\u00ed m\u016f\u017eete konce popla\u0161n\u00fdch vodi\u010d\u016f \u0161ikovn\u011b p\u0159ilepit t\u0159eba na \u0161upl\u00edk u stolu, kter\u00fd chcete hl\u00eddat nebo zat\u00ed\u017eit kontakty hl\u00eddan\u00fdmi p\u0159edm\u011btem a \u010dekat a\u017e se n\u011bkdo \"chyt\u00ed\".

"},{"location":"electronicDie/","title":"O co jde?","text":"

Elektronick\u00e1 hrac\u00ed kostka je jednoduch\u00e9 elektronick\u00e9 za\u0159\u00edzen\u00ed, kter\u00e9 v\u00e1m nahrad\u00ed klasickou hrac\u00ed kostku. Ovl\u00e1d\u00e1 se jedn\u00edm tla\u010d\u00edtkem na desce, kter\u00fdm m\u016f\u017eete zapnout losov\u00e1n\u00ed \u010d\u00edsla. Jakmile v\u00e1m jedno \u010d\u00edslo padne, bude na kostce sv\u00edtit a\u017e do dal\u0161\u00edho hodu.

Tak sm\u011ble h\u00e1zejte a nebojte se zahr\u00e1t si spolu t\u0159eba kostky.

"},{"location":"electronicDie/manual/","title":"N\u00e1vod","text":"

1. P\u0159iprav\u00edme si desku pro hrac\u00ed kostku

2. Osad\u00edme 3 diody 1N4148 (D1, D2, D3). Pozor na polaritu! Je t\u0159eba m\u00edt \u010dern\u00fd prou\u017eek na diod\u011b na stejn\u00e9 stran\u011b, jako je nazna\u010deno b\u00edl\u00fdm prou\u017ekem na desce.

3. Osad\u00edme 3 rezistory 4.7 M\u03a9 (R1, R4, R9)

4. Osad\u00edme 3 rezistory 10 k\u03a9 (R3, R6, R10)

5. Osad\u00edme 3 rezistory 1 k\u03a9 (R5, R7, R8)

6. Osad\u00edme rezistor 2 k\u03a9 (R2)

7. Osad\u00edme 4 kondenz\u00e1tory 100 nF (C1, C2, C3, C4)

8. Osad\u00edme 1 tranzistor BC547B (T2) Je t\u0159eba dodr\u017eet orientaci dle nazna\u010den\u00ed na desce!

9. Osad\u00edme 1 tranzistor BC557B (T1) Op\u011bt je t\u0159eba dodr\u017eet oto\u010den\u00ed dle n\u00e1kresu na desce!

10. Osad\u00edme 7 \u010derven\u00fdch LEDek (LED1, LED2, LED3, LED4, LED5, LED6, LED7) Je t\u0159eba dodr\u017eet oto\u010den\u00ed dle n\u00e1kresu na desce!

11. Osad\u00edme tla\u010d\u00edtko (S1)

12. Osad\u00edme 2 integrovan\u00e9 obvody (IC1, IC2) Je t\u0159eba dodr\u017eet orientaci! Kole\u010dko na pouzd\u0159e obvodu mus\u00ed b\u00fdt v lev\u00e9m horn\u00edm rohu na desce! Pokud si nejste oto\u010den\u00edm jisti, zeptejte se rad\u011bji lektora.

13. P\u0159iprav\u00edme si vte\u0159inov\u00e9 lepidlo a podlo\u017eku pod USB konektor

14. Podlep\u00edme USB konektor podle fotky

15. Dokon\u010den\u00e1 hrac\u00ed kostka

16. Sv\u00edt\u00edc\u00ed hrac\u00ed kostka zapojen\u00e1 v powerbance

"},{"location":"electronicDie/hardware/lib/LIBRARIES/","title":"Libraries - source","text":"

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

You can find more information in libraries internal description.

All libraries may be modified.

There are some source of these libraries:

"},{"location":"electronicDie/hardware/lib/LIBRARIES/#eagle-managed-libraries","title":"[Eagle Managed Libraries]","text":"
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
"},{"location":"electronicDie/hardware/lib/LIBRARIES/#roboticsbrnoeagle_libraries","title":"RoboticsBrno/eagle_libraries","text":"
  • diode.lbr (revision db6a17c)
  • NC.lib (revision db6a17c)
  • rcl_upravena.lbr (revision db6a17c)
  • test_points.lbr (revision db6a17c)
  • usb.lib (revision db6a17c) PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
"},{"location":"electronicDie/hardware/lib/LIBRARIES/#sparkfun","title":"SparkFun","text":"
  • SparkFun-Connectors.lbr (revision b7e707d)
"},{"location":"electronicDie/hardware/lib/LIBRARIES/#unique","title":"[unique]","text":"
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
"},{"location":"electronicDie/hardware/v1.0/lib/LIBRARIES/","title":"Libraries - source","text":"

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

You can find more information in libraries internal description.

All libraries may be modified.

There are some source of these libraries:

"},{"location":"electronicDie/hardware/v1.0/lib/LIBRARIES/#eagle-managed-libraries","title":"[Eagle Managed Libraries]","text":"
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
"},{"location":"electronicDie/hardware/v1.0/lib/LIBRARIES/#roboticsbrnoeagle_libraries","title":"RoboticsBrno/eagle_libraries","text":"
  • diode.lbr (revision db6a17c)
  • NC.lib (revision db6a17c)
  • rcl_upravena.lbr (revision db6a17c)
  • test_points.lbr (revision db6a17c)
  • usb.lib (revision db6a17c) PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
"},{"location":"electronicDie/hardware/v1.0/lib/LIBRARIES/#sparkfun","title":"SparkFun","text":"
  • SparkFun-Connectors.lbr (revision b7e707d)
"},{"location":"electronicDie/hardware/v1.0/lib/LIBRARIES/#unique","title":"[unique]","text":"
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
"},{"location":"electronicDie/hardware/v1.1/lib/LIBRARIES/","title":"Libraries - source","text":"

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

You can find more information in libraries internal description.

All libraries may be modified.

There are some source of these libraries:

"},{"location":"electronicDie/hardware/v1.1/lib/LIBRARIES/#eagle-managed-libraries","title":"[Eagle Managed Libraries]","text":"
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
"},{"location":"electronicDie/hardware/v1.1/lib/LIBRARIES/#roboticsbrnoeagle_libraries","title":"RoboticsBrno/eagle_libraries","text":"
  • diode.lbr (revision db6a17c)
  • NC.lib (revision db6a17c)
  • rcl_upravena.lbr (revision db6a17c)
  • test_points.lbr (revision db6a17c)
  • usb.lib (revision db6a17c) PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
"},{"location":"electronicDie/hardware/v1.1/lib/LIBRARIES/#sparkfun","title":"SparkFun","text":"
  • SparkFun-Connectors.lbr (revision b7e707d)
"},{"location":"electronicDie/hardware/v1.1/lib/LIBRARIES/#unique","title":"[unique]","text":"
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
"},{"location":"electronicDie/hardware/v1.2/lib/LIBRARIES/","title":"Libraries - source","text":"

All libraries in this project are under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).

You can find more information in libraries internal description.

All libraries may be modified.

There are some source of these libraries:

"},{"location":"electronicDie/hardware/v1.2/lib/LIBRARIES/#eagle-managed-libraries","title":"[Eagle Managed Libraries]","text":"
  • 40xx.lbr (Version 7 (urn:adsk.eagle:library:80))
  • transistor.lbr (Version 7 (urn:adsk.eagle:library:402))
  • `switch-omron.lbr' (Version 3 (urn:adsk.eagle:library:377))
"},{"location":"electronicDie/hardware/v1.2/lib/LIBRARIES/#roboticsbrnoeagle_libraries","title":"RoboticsBrno/eagle_libraries","text":"
  • diode.lbr (revision db6a17c)
  • NC.lib (revision db6a17c)
  • rcl_upravena.lbr (revision db6a17c)
  • test_points.lbr (revision db6a17c)
  • usb.lib (revision db6a17c) PCB USB taken from LeoStick project (https://github.com/freetronics/LeoStick)
"},{"location":"electronicDie/hardware/v1.2/lib/LIBRARIES/#sparkfun","title":"SparkFun","text":"
  • SparkFun-Connectors.lbr (revision b7e707d)
"},{"location":"electronicDie/hardware/v1.2/lib/LIBRARIES/#unique","title":"[unique]","text":"
  • 555.lbr (Based on Eagle Managed Library linear.lbr Version 7 (urn:adsk.eagle:library:262))
"},{"location":"logic/","title":"O co jde?","text":"

Logic je univerz\u00e1ln\u00ed programovateln\u00e1 deska ur\u010den\u00e1 pro v\u00fduku z\u00e1klad\u016f programov\u00e1n\u00ed. Tvar desky je navr\u017een tak, aby se na n\u011bm dala jednodu\u0161e hr\u00e1t obl\u00edben\u00e1 hra Logik. D\u00e1le se na desce d\u00e1 tak\u00e9 hr\u00e1t nap\u0159\u00edklad TicTacToe, Simon, nebo velmi zn\u00e1m\u00e1 hra Had.

Deska obsahuje 105 inteligentn\u00edch LED a 9 u\u017eivatelsky programovateln\u00fdch tla\u010d\u00edtek. Pro zvukovou signalizaci je na Logicu tak\u00e9 piezo.

Mozkem Logicu je modern\u00ed mikrokontrol\u00e9r ESP32.

"},{"location":"logic/examples/","title":"K\u00f3dov\u00e9 p\u0159\u00edklady","text":"

K\u00f3dov\u00e9 p\u0159\u00edklady najde\u0161 v ZIPu tady. Uvnit\u0159 ZIPu jsou p\u0159\u00edklady ve slo\u017ece examples/.

Ka\u017ed\u00e1 slo\u017eka v examples/ je \u00fapln\u00fd projekt, kter\u00fd lze otev\u0159\u00edt ve VSCode pomoc\u00ed File -> Open folder.

"},{"location":"logic/install/","title":"Instalace IDE","text":"

Pro v\u00fdvoj program\u016f pro desku Logik pot\u0159ebujete nainstalovat n\u011bkolik sou\u010d\u00e1st\u00ed:

  1. Editor Visual Studio Code
  2. Python
    1. Na Windows 8 a vy\u0161\u0161\u00ed je t\u0159eba Python 3.9 nebo vy\u0161\u0161\u00ed z Windows Store
    2. Na Windows 7 je t\u0159eba Python 3.8.10
  3. Spr\u00e1vce verz\u00ed Git
  4. Ovlada\u010de pro p\u0159\u00edpojen\u00ed Logika do po\u010d\u00edta\u010de p\u0159es USB (Windows 7, Windows 8 a vy\u0161\u0161\u00ed)
  5. Roz\u0161\u00ed\u0159en\u00ed platform.io do Visual Studio Code

Postupujte na t\u00e9to str\u00e1nce odshora dol\u016f a n\u00e1sledujte instrukce.

"},{"location":"logic/install/#1-visual-studio-code","title":"1. Visual Studio Code","text":"

Editor, ve kter\u00e9m budeme tvo\u0159it programy. St\u00e1hn\u011bte ho z ofici\u00e1ln\u00edho webu a nainstalujte.

"},{"location":"logic/install/#2-python","title":"2. Python","text":"

Na po\u010d\u00edta\u010di mus\u00ed b\u00fdt instalovan\u00e1 podpora pro programovac\u00ed jazyk Python.

"},{"location":"logic/install/#windows-8-windows-10","title":"Windows 8, Windows 10","text":"

Na nov\u011bj\u0161\u00edch Windows je nutn\u00e9 nainstalovat Python p\u0159es Windows Store, jin\u00e9 cesty nefunguj\u00ed. Otev\u0159ete aplikaci Windows Store (t\u0159eba p\u0159es start menu), v n\u00ed najd\u011bte pomoc\u00ed hled\u00e1n\u00ed Python 3.9 a z\u00edskejte/nainstalujte ho. M\u016f\u017eete tak\u00e9 zkusit p\u0159\u00edm\u00fd odkaz

"},{"location":"logic/install/#windows-7","title":"Windows 7","text":"

St\u00e1hn\u011bte Python 3.8 (nov\u011bj\u0161\u00ed na Windows 7 nefunguje) a nainstalujte ho. Ujist\u011bte se, \u017ee mo\u017enost \"Add to PATH\" je p\u0159i instalaci zatr\u017eena.

"},{"location":"logic/install/#3-git","title":"3. Git","text":"

St\u00e1hn\u011bte si Git a nainstalujte ho. V\u0161echno v instal\u00e1toru m\u016f\u017eete nechat na v\u00fdchoz\u00edch hodnot\u00e1ch a pouze klikat \"next\".

"},{"location":"logic/install/#4-ovladace-pro-logic","title":"4. Ovlada\u010de pro Logic","text":"

St\u00e1hn\u011bte si ovlada\u010de:

  • Windows 8, Windows 10
  • Windows 7

Po sta\u017een\u00ed je t\u0159eba ZIP extrahovat (prav\u00fd klik na soubor -> Extrahovat v\u0161e), a spustit soubor CP210xVCPInstaller_x64.exe kter\u00fd se nach\u00e1z\u00ed uvnit\u0159.

"},{"location":"logic/install/#5-rozsireni-platformio-ide","title":"5. Roz\u0161\u00ed\u0159en\u00ed Platform.io IDE","text":"

Otev\u0159eme Visual Studio Code a nainstalujeme platform.io roz\u0161\u00ed\u0159en\u00ed:

1. Otev\u0159ete VSCode a klikn\u011bte na \u010dtveratou ikonku roz\u0161\u00ed\u0159en\u00ed na lev\u00e9 stran\u011b.

2. Najd\u011bte a nainstalujte roz\u0161\u00ed\u0159en\u00ed PlatformIO IDE.

3. Po nainstalov\u00e1n\u00ed roz\u0161\u00ed\u0159en\u00ed se za\u010dne stahovat spousta dopl\u0148kov\u00fdch bal\u00ed\u010dk\u016f. Po\u010dkejte, dokud se nenainstaluj\u00ed C/C++ Extensions\u2026

4. \u2026 a tak\u00e9 PlatformIO Core. Na pomalej\u0161\u00edm internetov\u00e9m p\u0159ipojen\u00edm to bude chv\u00edli trvat.

5. Jakmile je v\u0161e hotovo, VSCode v\u00e1m nab\u00eddne restart. P\u0159ijm\u011bte ho.

"},{"location":"logic/install/#6-hotovo","title":"6. Hotovo","text":"

Te\u010f by jste m\u011bli m\u00edt p\u0159ipraveno prost\u0159ed\u00ed pro programov\u00e1n\u00ed Logika. M\u016f\u017eete t\u0159eba zkusit st\u00e1hnout p\u0159\u00edkladov\u00e9 projekty, pomoc\u00ed File -> Open Folder n\u011bkter\u00fd z nich otev\u0159it a nahr\u00e1t do Logika pomoc\u00ed mal\u00e9 ikonky \u0161ipky na doln\u00edm modr\u00e9m baru.

"},{"location":"logic/manual/","title":"N\u00e1vod","text":"

Logic je univerz\u00e1ln\u00ed programovateln\u00e1 deska ur\u010den\u00e1 pro v\u00fduku z\u00e1klad\u016f programov\u00e1n\u00ed. Tvar desky je navr\u017een tak, aby se na n\u011bm dala jednodu\u0161e hr\u00e1t obl\u00edben\u00e1 hra Logik. D\u00e1le se na desce d\u00e1 tak\u00e9 hr\u00e1t nap\u0159\u00edklad TicTacToe, Simon, nebo velmi zn\u00e1m\u00e1 hra Had.

Deska obsahuje 105 inteligentn\u00edch ledek a 9 u\u017eivatelsky programovateln\u00fdch tla\u010d\u00edtek. Pro zvukovou signalizaci je na Logicu tak\u00e9 piezo.

Mozkem Logicu je modern\u00ed mikrokontrol\u00e9r ESP32.

"},{"location":"logic/manual/#navod-na-slozeni","title":"N\u00e1vod na slo\u017een\u00ed","text":"

1. P\u0159iprav\u00edme si pot\u0159ebn\u00fd materi\u00e1l podle fotky

2. Vlo\u017e\u00edme piezo do desky podle obr\u00e1zku (pozor na oto\u010den\u00ed sou\u010d\u00e1stky)

3. P\u0159ip\u00e1j\u00edme piezo k desce

4. Pomoc\u00ed \u0161t\u00edpac\u00edch kle\u0161t\u00ed zast\u0159ihneme p\u0159e\u010dn\u00edvaj\u00edc\u00ed no\u017ei\u010dky

5. Ust\u0159ihneme si dutinky a pinheady podle zad\u00e1n\u00ed. - 2x pinhead a dutinky o d\u00e9lce 4 piny - 1x pinhead a dutinky o d\u00e9lce 7 pin\u016f

6. Pomoc\u00ed zalamovac\u00edho no\u017ee si opatrn\u011b za\u010dist\u00edme okraje

7. Za\u010di\u0161t\u011bn\u00e9 d\u00edlky

8. Pinheady zastr\u010d\u00edme del\u0161\u00ed stranou do dutinek

9. Zastr\u010d\u00edme d\u00edlky do desky dutinkami nap\u0159ed. Nachyst\u00e1me si 4 \u0161roubky

10. Vlo\u017e\u00edme \u0161roubky do desky a nachyst\u00e1me si podlo\u017eky

11. Vlo\u017e\u00edme na \u0161rouby nachystan\u00e9 podlo\u017eky

12. Nachyst\u00e1me si 4 distan\u010dn\u00ed sloupky a na\u0161roubujeme je na \u0161rouby

13. Nachyst\u00e1me si podlo\u017eky

14. Podlo\u017eky polo\u017e\u00edme na distan\u010dn\u00ed sloupky a p\u0159iprav\u00edme si dal\u0161\u00ed desku

15. Desky nasad\u00edme na sebe tak, aby n\u00e1m sed\u011bly d\u00edry a pinheady

16. P\u0159iprav\u00edme si 4 \u0161roubky

17. P\u0159i\u0161roubujeme vrchn\u00ed desku (pozor na podlo\u017eky)

18. Zkontrolujte si, \u017ee pinheady sm\u011b\u0159uj\u00ed k vrchn\u00ed desce s ledkami a dutinky le\u017e\u00ed na spodn\u00ed desce

19. Zap\u00e1j\u00edme pinheady na horn\u00ed stran\u011b Logicu

20. Zap\u00e1j\u00edme dutinky na spodn\u00ed stran\u011b Logicu

21. Hotov\u00fd logic zep\u0159edu

22. Hotov\u00fd logic zezadu

"},{"location":"logic/code/buttons/","title":"Tla\u010d\u00edtka","text":""},{"location":"logic/code/buttons/#prime-cteni-tlacitek","title":"P\u0159\u00edm\u00e9 \u010dten\u00ed tla\u010d\u00edtek","text":"
  • buttons.read(gpio_num_t gpio) :
"},{"location":"logic/code/buttons/#nazvy-tlacitek","title":"N\u00e1zvy tla\u010d\u00edtek","text":"
  • Enter
  • Up
  • Down
  • Left
  • Right
  • LeftUp
  • LeftDown
  • RightUp
  • RightDown
"},{"location":"logic/code/buttons/#priklad-pouziti","title":"P\u0159\u00edklad pou\u017eit\u00ed","text":"
#include \"Logic.hpp\"\n#include <iostream>\n\nvoid logicMain() {\nwhile (true) {\ndisplay.clear();\n\nif(buttons.read(Enter)) {\ndisplay.drawSquareFilled(3, 3, 4, Rgb(255, 255, 255));    }\nelse if(buttons.read(Right)) {\ndisplay.drawSquareFilled(6, 3, 4, Rgb(255, 255, 255));\n}\nelse if(buttons.read(Down)) {\ndisplay.drawSquareFilled(3, 6, 4, Rgb(255, 255, 255));\n}\nelse if(buttons.read(Left)) {\ndisplay.drawSquareFilled(0, 3, 4, Rgb(255, 255, 255));\n}\nelse if(buttons.read(Up)) {\ndisplay.drawSquareFilled(3, 0, 4, Rgb(255, 255, 255));\n}\ndisplay.show(30);\n}\n}\n
"},{"location":"logic/code/buttons/#registrace-udalosti-na-tlacitka","title":"Registrace ud\u00e1lost\u00ed na tla\u010d\u00edtka","text":""},{"location":"logic/code/buttons/#buttonsprizmene-buttonsonchange","title":"buttons.priZmene / buttons.onChange","text":"CZ
buttons.priZmene([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmenenaTlacitka) {\nif (zmenenaTlacitka[Up] == 1) {\n\nstd::cout << \"Tla\u010d\u00edtko Nahoru se zm\u011bnilo a te\u010f je \";\n\nif (aktualniStav[Up] == 1) {\nstd::cout << \"zm\u00e1\u010dknut\u00e9.\" << std::endl;\n} else {\nstd::cout << \"pu\u0161t\u011bn\u00e9.\" << std::endl;\n}\n}\n});\n\nbuttons.priZmene([](std::bitset<MaxID> aktualniStav) {\nstd::cout << \"Tla\u010d\u00edtko Nahoru je nyn\u00ed \";\n\nif (aktualniStav[Up] == 1) {\nstd::cout << \"zm\u00e1\u010dknut\u00e9.\" << std::endl;\n} else {\nstd::cout << \"pu\u0161t\u011bn\u00e9.\" << std::endl;\n}\n});\n\nbuttons.priZmene([]() {\nstd::cout << \"Tla\u010d\u00edtko bylo zm\u011bn\u011bno. Nen\u00ed k dispozici v\u00edce informac\u00ed.\" << std::endl;\n});\n\nbuttons.priZmene([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmenenaTlacitka) {\nstd::cout << \"Tohle uvid\u00edte pouze pokud se zm\u011bn\u00ed tla\u010d\u00edtko Dol\u016f, a toto tla\u010d\u00edtko je nyn\u00ed \";\n\nif (aktualniStav[Down] == 1) {\nstd::cout << \"zm\u00e1\u010dknut\u00e9.\" << std::endl;\n} else {\nstd::cout << \"pu\u0161t\u011bn\u00e9.\" << std::endl;\n}\n}, Down);\n\nbuttons.priZmene([](bool isPressed) {\nstd::cout << \"Tohle uvid\u00edte pouze pokud se zm\u011bn\u00ed tla\u010d\u00edtko Dol\u016f\" << std::endl;\n\nif (isPressed == 1) {\nstd::cout << \"zm\u00e1\u010dknut\u00e9.\" << std::endl;\n} else {\nstd::cout << \"pu\u0161t\u011bn\u00e9.\" << std::endl;\n}\n}, Down);\n\n\nbuttons.onChange([]() {\nstd::cout << \"Tohle uvid\u00edte pouze pokud se zm\u011bn\u00ed tla\u010d\u00edtko Dol\u016f\" << std::endl;\n}, Down);\n
EN
buttons.onChange([](std::bitset<MaxID> currentState, std::bitset<MaxID> buttonChange) {\nif (buttonChange[up] == 1) {\n\nstd::cout << \"Button Up has changed and is now \";\n\nif (currentState[Up] == 1) {\nstd::cout << \"pressed.\" << std::endl;\n} else {\nstd::cout << \"released.\" << std::endl;\n}\n}\n});\n\nbuttons.onChange([](std::bitset<MaxID> currentState) {\nstd::cout << \"Button Up is now \";\n\nif (currentState[Up] == 1) {\nstd::cout << \"pressed.\" << std::endl;\n} else {\nstd::cout << \"released.\" << std::endl;\n}\n});\n\nbuttons.onChange([]() {\nstd::cout << \"A button has changed. No more information available\" << std::endl;\n});\n\nbuttons.onChange([](std::bitset<MaxID> currentState, std::bitset<MaxID> buttonChange) {\nstd::cout << \"You will see this only when Button Down changes, and the button is now \";\n\nif (currentState[Down] == 1) {\nstd::cout << \"pressed.\" << std::endl;\n} else {\nstd::cout << \"released.\" << std::endl;\n}\n}, Down);\n\nbuttons.onChange([](bool isPressed) {\nstd::cout << \"You will see this only when Button Down changes\" << std::endl;\n\nif (isPressed == 1) {\nstd::cout << \"pressed.\" << std::endl;\n} else {\nstd::cout << \"released.\" << std::endl;\n}\n}, Down);\n\n\nbuttons.onChange([]() {\nstd::cout << \"You will see this only when Button Down changes\" << std::endl;\n}, Down);\n
"},{"location":"logic/code/buttons/#buttonspristisku-buttonsonpress","title":"buttons.priStisku / buttons.onPress","text":"CZ
buttons.priStisku([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmena) {\nstd::cout << \"N\u011bjak\u00e9 tla\u010d\u00edtko bylo zm\u00e1\u010dknuto. \";\n\nif (zmena[Right] == 1) {\nstd::cout << \"Bylo to tla\u010d\u00edtko Vpravo\" << std::endl;\n} else {\nstd::cout << \"Nebylo to tla\u010d\u00edtko Vpravo\" << std::endl;\n}\n});\n\nbuttons.priStisku([](std::bitset<MaxID> aktualniStav) {\nstd::cout << \"N\u011bjak\u00e9 tla\u010d\u00edtko bylo zm\u00e1\u010dknuto. \";\n\nstd::cout << \"Tla\u010d\u00edtka \";\n\nfor(int i = 0; i < MaxID; i++) {\nif (aktualniStav[i] == 1) {\nstd::cout << i << \", \";\n}\n}\n\nstd::cout << \"jsou nyn\u00ed zm\u00e1\u010dknut\u00e1.\" << std::endl;\n});\n\nbuttons.priStisku([]() {\nstd::cout << \"Tla\u010d\u00edtko bylo Zm\u00e1\u010dknuto. Nen\u00ed k dispozici v\u00edce informac\u00ed.\" << std::endl;\n});\n\nbuttons.priStisku([]() {\nstd::cout << \"Tohle uvid\u00edte pouze pokud zm\u00e1\u010dknete tla\u010d\u00edtko Vlevo.\" << std::endl;\n}, Left);\n
EN
buttons.onPress([](std::bitset<MaxID> currentState, std::bitset<MaxID> changed) {\nstd::cout << \"A button has been pressed. \";\n\nif (changed[Right] == 1) {\nstd::cout << \"It was the Right button\" << std::endl;\n} else {\nstd::cout << \"It was not the Right button\" << std::endl;\n}\n});\n\nbuttons.onPress([](std::bitset<MaxID> currentState) {\nstd::cout << \"A button has been pressed. \";\n\nstd::cout << \"Buttons \";\n\nfor(int i = 0; i < MaxID; i++) {\nif (currentState[i] == 1) {\nstd::cout << i << \", \";\n}\n}\n\nstd::cout << \"are now pressed.\" << std::endl;\n});\n\nbuttons.onPress([]() {\nstd::cout << \"A button has been pressed. No more information available\" << std::endl;\n});\n\nbuttons.onPress([]() {\nstd::cout << \"You will see this only when Button Left get pressed down.\" << std::endl;\n}, Left);\n
"},{"location":"logic/code/buttons/#buttonspriuvolneni-buttonsonrelease","title":"buttons.priUvolneni / buttons.onRelease","text":"CZ
buttons.priUvolneni([](std::bitset<MaxID> aktualniStav, std::bitset<MaxID> zmena) {\nstd::cout << \"Tla\u010d\u00edtko bylo pu\u0161t\u011bno. \";\n\nif (zmena[Right] == 1) {\nstd::cout << \"Bylo to tla\u010d\u00edtko Vpravo\" << std::endl;\n} else {\nstd::cout << \"Nebylo to tla\u010d\u00edtko Vpravo\" << std::endl;\n}\n});\n\nbuttons.priUvolneni([](std::bitset<MaxID> aktualniStav) {\nstd::cout << \"Tla\u010d\u00edtko bylo pu\u0161t\u011bno. \";\n\nstd::cout << \"Tla\u010d\u00edtka \";\n\nfor(int i = 0; i < MaxID; i++) {\nif (aktualniStav[i] == 0) {\nstd::cout << i << \", \";\n}\n}\n\nstd::cout << \"jsou nyn\u00ed pu\u0161t\u011bn\u00e1.\" << std::endl;\n});\n\nbuttons.priUvolneni([]() {\nstd::cout << \"Tla\u010d\u00edtko bylo uvoln\u011bno. Nen\u00ed k dispozici v\u00edce informac\u00ed.\" << std::endl;\n});\n\nbuttons.priUvolneni([]() {\nstd::cout << \"Tohle uvid\u00edte pouze pokud pust\u00edte tla\u010d\u00edtko Vlevo.\" << std::endl;\n}, Left);\n
EN
buttons.onRelease([](std::bitset<MaxID> currentState, std::bitset<MaxID> changed) {\nstd::cout << \"A button has been released. \";\n\nif (changed[Right] == 0) {\nstd::cout << \"It was the Right button\" << std::endl;\n} else {\nstd::cout << \"It was not the Right button\" << std::endl;\n}\n});\n\nbuttons.onRelease([](std::bitset<MaxID> currentState) {\nstd::cout << \"A button has been released. \";\n\nstd::cout << \"Buttons \";\n\nfor(int i = 0; i < MaxID; i++) {\nif (currentState[i] == 0) {\nstd::cout << i << \", \";\n}\n}\n\nstd::cout << \"are now released.\" << std::endl;\n});\n\nbuttons.onRelease([]() {\nstd::cout << \"A button has been released. No more information available\" << std::endl;\n});\n\nbuttons.onRelease([]() {\nstd::cout << \"You will see this only when Button Left gets released.\" << std::endl;\n}, Left);   
"},{"location":"logic/code/buzzer/","title":"Bzu\u010d\u00e1k","text":"CZ
  • bool jeZapnuty() :
  • void zapnout() :
  • void vypnout() :
EN
  • bool isOn() :
  • void on() :
  • void off() :
"},{"location":"logic/code/buzzer/#priklad-pouziti","title":"P\u0159\u00edklad pou\u017eit\u00ed","text":"
#include \"Logic.hpp\"\n#include <iostream>\n\nvoid logicMain() {\nwhile (true) {\nif(buttons.read(Enter)) {\nbuzzer.on();\n} else\n{\nbuzzer.off();\n}\n}\n\n}\n
"},{"location":"logic/code/display/","title":"Displej","text":"CZ
  • Rgb& pozice(int x, int y) : Vr\u00e1t\u00ed pixel na dan\u00e9 pozici

  • void nastavBarvu(int x, int y, Rgb color) : Nastav\u00ed barvu pixelu na dan\u00e9 pozici

  • void vycisti() : Vy\u010dist\u00ed cel\u00fd displej

  • void vypln(Rgb barva) : Vypl\u0148 cel\u00fd displej barvou

  • void nakresliObdelnik(int x, int y, int sirka, int vyska, Rgb barva, int tloustkaCary = 1) : Nakresl\u00ed obd\u00e9ln\u00edk se zadan\u00fdmi parametry

  • void nakresliObdelnik(const Obdelnik& obdelnik, Rgb barva, int tloustkaCary = 1) : Nakresl\u00ed obd\u00e9ln\u00edk se zadan\u00fdmi parametry

  • void nakresliObdelnikVyplneny(int x, int y, int sirka, int vyska, Rgb barva) : Nakresl\u00ed vypln\u011bn\u00fd obd\u00e9ln\u00edk se zadan\u00fdmi parametry

  • void nakresliObdelnikVyplneny(const Obdelnik& obdelnik, Rgb barva) : Nakresl\u00ed vypln\u011bn\u00fd obd\u00e9ln\u00edk se zadan\u00fdmi parametry

  • void nakresliCtverec(int x, int y, int strana, Rgb barva, int tlouskaCary = 1) : Nakresl\u00ed \u010dtverec se zadan\u00fdmi parametry

  • void nakresliCtverecVyplneny(int x, int y, int strana, Rgb barva) : Nakresl\u00ed \u010dtverec se zadan\u00fdmi parametry

  • void nakresliKruznici(int stredX, int stredY, int polomer, Rgb barva) : Nakresl\u00ed kru\u017enici s dan\u00fdmi parametry

  • void nakresliKruzniciVyplnenou(int stredX, int stredY, int polomer, Rgb barva) : Nakresl\u00ed vypln\u011bnou kru\u017enici (kruh) s dan\u00fdmi parametry

  • void nakresliCaru(int x1, int y1, int x2, int y2, Rgb barva, int tloustkaCary = 1) : Nakresl\u00ed \u010d\u00e1ru

  • void ukaz(int intenzita = 255) : Vykresli p\u0159ipraven\u00fd sn\u00edmek na displeji

EN
  • Rgb& at(int x, int y) : Returns reference to pixel on that position

  • void setColor(int x, int y, Rgb color) : Set the color of pixel at specified position

  • void clear() : Clear the display

  • void fill(Rgb color) : Fill the display with color

  • void drawRectangle(int x, int y, int width, int height, Rgb color, int strokeWidth = 1) : Draw rectangle with specified parameters

  • void drawRectangle(const Rectangle& rect, Rgb color, int strokeWidth = 1) : Draw rectangle with specified parameters

  • void drawRectangleFilled(int x, int y, int width, int height, Rgb color) : Draw filled rectangle with specified parameters

  • void drawRectangleFilled(const Rectangle& rect, Rgb color) : Draw filled rectangle with specified parameters

  • void drawSquare(int x, int y, int size, Rgb color, int strokeWidth = 1) : Draw square with specified parameters

  • void drawSquareFilled(int x, int y, int size, Rgb color) : Draw filled square with specified parameters

  • void drawCircle(int centerX, int centerY, int radius, Rgb color) : Draw circle with specified parameters

  • void drawCircleFilled(int centerX, int centerY, int radius, Rgb color) :

  • void drawLine(int x1, int y1, int x2, int y2, Rgb color, int strokeWidth = 1) : Draw line

  • void show(int intensity = 255) : Show prepared frame on display

"},{"location":"logic/code/display/#priklad-pouziti","title":"P\u0159\u00edklad pou\u017eit\u00ed","text":"
#include \"Logic.hpp\"\n#include <iostream>\n\nvoid logicMain() {\nwhile (true)\n{\ndisplay.fill(Rgb(255, 0, 0)); //red\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawLine(1, 0, 8, 0, Rgb(255, 0, 0)); // red\ndisplay.drawLine(0, 1, 8, 9, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawRectangle(0, 1, 8, 4, Rgb(255, 0, 0)); // red\ndisplay.drawRectangle(4, 3, 6, 5, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawRectangleFilled(0, 1, 8, 4, Rgb(255, 0, 0)); // red\ndisplay.drawRectangleFilled(4, 3, 6, 5, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawCircle(3, 3, 2, Rgb(255, 0, 0)); // red\ndisplay.drawCircle(6, 7, 3, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawCircleFilled(3, 3, 2, Rgb(255, 0, 0)); // red\ndisplay.drawCircleFilled(6, 7, 3, Rgb(0, 255, 0)); // green   \n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawSquare(1, 1, 3, Rgb(255, 0, 0)); //red\ndisplay.drawSquare(4, 5, 4, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.drawSquareFilled(1, 1, 3, Rgb(255, 0, 0)); //red\ndisplay.drawSquareFilled(4, 5, 4, Rgb(0, 255, 0)); // green\n\ndisplay.show(30);\ndelay(3000);\ndisplay.clear();\n\ndisplay.at(0, 0) = Rgb(255, 0, 0); // red\ndisplay.at(4, 7) = Rgb(0, 255, 0); // green\n}\n}\n
"},{"location":"logic/code/example/","title":"P\u0159\u00edklady dokumentace","text":"

Pozor

Popisek v\u00fdrazn\u00fd

def bubble_sort(items):\n    for i in range(len(items)):\n        for j in range(len(items) - 1 - i):\n            if items[j] > items[j + 1]:\n                items[j], items[j + 1] = items[j + 1], items[j]\n
#include <stdio.h>\n#include <stdlib.h>\n\nvoid ukol3()\n{\nconst int poc = 5;\nint pole[poc];\nnactiPole(pole, poc);\nvypisPole(pole, poc);\nsectiPole(pole, poc);\n}\n\n\nint main(int argc, char *argv[])\n{\nukol3();\nreturn 0;\n}\n
"},{"location":"logic/code/example/#zatrzitka","title":"Zatr\u017e\u00edtka","text":"
  • Lorem ipsum dolor sit amet, consectetur adipiscing elit
  • Vestibulum convallis sit amet nisi a tincidunt
    • In hac habitasse platea dictumst
    • In scelerisque nibh non dolor mollis congue sed et metus
    • Praesent sed risus massa
  • Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
"},{"location":"logic/code/example/#bloky-vyberu","title":"Bloky v\u00fdb\u011bru","text":""},{"location":"logic/code/example/#uzitecne-funkce","title":"U\u017eite\u010dn\u00e9 funkce","text":"CZ
  • `` :
EN
  • `` :

Info

Pozn\u00e1mka!!! dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.

C
#include <stdio.h>\n\nint main(void) {\nprintf(\"Hello world!\\n\");\nreturn 0;\n}\n
C++
#include <iostream>\n\nint main(void) {\nstd::cout << \"Hello world!\" << std::endl;\nreturn 0;\n}\n
"},{"location":"logic/code/example/#klavesy","title":"Kl\u00e1vesy","text":"

Ctrl+Alt+Del

"},{"location":"logic/code/example/#schovany-bloky","title":"Schovan\u00fd bloky","text":"Note

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.

"},{"location":"logic/code/example/#pozor","title":"pozor","text":"

Bug

Pozor bug!!! dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.

"},{"location":"logic/code/links/","title":"U\u017eite\u010dn\u00e9 odkazy","text":"

Webov\u00e1 dokumentace

  • Paleta pro ohe\u0148
"},{"location":"logic/code/projects/","title":"Vzorov\u00e9 projekty","text":"

N\u00ed\u017ee najdete seznam uk\u00e1zkov\u00fdch aplikac\u00ed pro Logika.

"},{"location":"logic/code/projects/#vzorove-projekty-v-anglictine","title":"Vzorov\u00e9 projekty v angli\u010dtin\u011b","text":"
  • Hra pong
  • Hra \"Simon \u0159\u00edk\u00e1\"
  • Grafika: Generativn\u00ed design
  • Grafika: Simulace ohn\u011b
  • Grafika: Simulace Knight Ridera
  • Hra had, kde je v\u00fdvoj hry uk\u00e1z\u00e1n v r\u016fzn\u00fdch f\u00e1z\u00edch (p\u0159ib\u00fdvaj\u00ed funkce)
    • 1. iterace
    • 2. iterace
    • 3. iterace
    • 4. iterace
"},{"location":"logic/code/projects/#vzorove-projekty-v-cestine","title":"Vzorov\u00e9 projekty v \u010de\u0161tin\u011b","text":"
  • Vykreslen\u00ed \u0161achovnice
"},{"location":"logic/code/projects/#inspirace","title":"Inspirace","text":"

Chce\u0161 si n\u011bco naprogramovat a nev\u00ed\u0161 co? Zkus n\u00e1sleduj\u00edc\u00ed!

"},{"location":"logic/code/projects/#hry","title":"Hry","text":"
  • logic
  • flappy bird
  • bludi\u0161t\u011b
  • plo\u0161inovka
  • pi\u0161kvorky
  • bomber
  • tetris
  • asteroids
  • miny
"},{"location":"logic/code/projects/#hry-pro-vice-lidi","title":"Hry pro v\u00edce lid\u00ed","text":"
  • lod\u011b
  • pi\u0161kvorky
  • \u0161achy
  • d\u00e1ma
  • snake
  • pong
"},{"location":"logic/code/projects/#fancy-grafika","title":"Fancy grafika","text":"
  • baterka (nastaviteln\u00fd jas / barva)
  • ohe\u0148
  • sinus
  • duha
  • animace
"},{"location":"logic/code/statusBar/","title":"Status bar","text":"CZ
  • void nastavStav(int stav) : Nastav\u00ed stav
  • int stav() : Vr\u00e1t\u00ed aktu\u00e1ln\u011b nastaven\u00fd stav
  • void nastavBarvu(Rgb barva) : Nastav\u00ed barvu stavov\u00e9 \u0159\u00e1dky
  • Rgb barva() : Vr\u00e1t\u00ed aktu\u00e1ln\u00ed barvu stavov\u00e9ho \u0159\u00e1dku
  • void ukaz(int intenzita = 255) : Vykresl\u00ed aktu\u00e1ln\u00ed sn\u00edmek/stav
  • void vycisti() : Vy\u010dist\u00ed cel\u00fd displej
  • Rgb& pozice(int x) : Vr\u00e1t\u00ed pixel na dan\u00e9 pozici
  • Rgb& oper\u00e1tor[](int i_index); :
EN
  • void setState(int state) : Set progress
  • int state() : Returns current state
  • void setColor(Rgb color) : Set the color of status bar
  • Rgb color() : Returns current color of status bar
  • void show(int intensity = 255) : Show current frame/state
  • void clear() : Clear the display
  • Rgb& at(int x) : Return pixel at given position
"},{"location":"logic/code/statusBar/#priklad-pouziti","title":"P\u0159\u00edklad pou\u017eit\u00ed","text":"
#include \"Logic.hpp\"\n#include <iostream>\n\nvoid logicMain() {\nwhile (true) {\nstatusBar.setColor(Rgb(255, 0, 0));\nstatusBar.setState(4);\n\nstatusBar.show(30);\ndelay(3000);\nstatusBar.clear();\n\nstatusBar.setColor(Rgb(0, 255, 0));\nstatusBar.setState(2);\n\nstatusBar.show(30);\ndelay(3000);\nstatusBar.clear();\n\nstatusBar.at(4) = Rgb(0, 0, 255);\n\nstatusBar.show(30);\ndelay(3000);\nstatusBar.clear();\n\nstatusBar.at(0) = Rgb(255, 0, 0);\nstatusBar.at(1) = Rgb(0, 255, 0);\nstatusBar.at(2) = Rgb(0, 0, 255);\n\nstatusBar.show(30);\ndelay(3000);\nstatusBar.clear();\n}\n}\n
"},{"location":"logic/code/utils/","title":"U\u017eite\u010dn\u00e9 funkce","text":""},{"location":"logic/code/utils/#casove-funkce","title":"\u010casov\u00e9 funkce","text":"CZ
  • void delay(uint32_t ms) : \u010cek\u00e1 po specifikovan\u00fd po\u010det milisekund
  • void cekejVteriny(float vteriny) : \u010cek\u00e1 po specifikovan\u00fd po\u010det vte\u0159in
  • float vteriny() : Vr\u00e1t\u00ed po\u010det vte\u0159in od za\u010d\u00e1tku programu
  • uint32_t millis() : Vr\u00e1t\u00ed po\u010det milisekund od za\u010d\u00e1tku programu
EN
  • void delay(uint32_t ms) : Wait for specified amount of milliseconds

  • void waitSeconds(float seconds) : Wait for specified amount of seconds

  • uint32_t millis() : Returns time since boot in milliseconds
  • float seconds() : Returns time since boot in seconds
"},{"location":"logic/code/utils/#nahodna-cisla","title":"N\u00e1hodn\u00e1 \u010d\u00edsla","text":"CZ
  • long nahodne(long maximum) : Vr\u00e1t\u00ed n\u00e1hodn\u00e9 \u010d\u00edslo od 0 do maximum
  • long nahodne(long minimum, long maximum) : Vr\u00e1t\u00ed n\u00e1hodn\u00e9 \u010d\u00edslo od minima do maximum
EN
  • long random(long max) : Get random number from 0 to max
  • long random(long min, long max) : Get random number from min to max
"},{"location":"logic/code/utils/#automaticke-formatovani","title":"Automatick\u00e9 form\u00e1tov\u00e1n\u00ed","text":"

Na Windows Shift+Alt+F

Na Linuxu Ctrl+Shift+I

"},{"location":"roboSvit/","title":"O co jde?","text":"

RoboSvit je mal\u00e9 sv\u011bt\u00fdlko nap\u00e1jen\u00e9 na hodinkovou baterku. Skl\u00e1d\u00e1 se ze sedmi LEDek a jednoho rezistoru. Pr\u016fm\u011br kole\u010dka \u010din\u00ed 45 mm a je vy\u0159ezan\u00e9 na laseru z 3 mm p\u0159ekli\u017eky. Na p\u0159edn\u00ed stran\u011b sv\u011bt\u00fdlka je vygrav\u00edrovan\u00e9 logo Robot\u00e1rny. Dv\u011b d\u00edrky na horn\u00ed stran\u011b jsou p\u0159ipraven\u00e9 na prot\u00e1hnut\u00ed prov\u00e1zku, aby bylo mo\u017en\u00e9 jej nosit pov\u011b\u0161en\u00fd na krku. Odb\u011br cel\u00e9ho sv\u011bt\u00fdlka \u010din\u00ed 2.3 mA a pr\u016fm\u011brn\u00e1 doba sv\u00edcen\u00ed je 85 hodin.

Baterie CR2032 - Nap\u011bt\u00ed: 3 V - Kapacita: 200 mAh

LED - Nap\u011bt\u00ed: 2.0 V - Proud: 20 mA

Rezistor - Odpor: 100 \u03a9 - P\u0159\u00edkon: 0.6 W - Tolerance: 1 % - \u0158ada: E24

Vytvo\u0159il Jakub Andr\u00fdsek.

"},{"location":"roboSvit/manual/","title":"Manu\u00e1l","text":""},{"location":"roboSvit/manual/#potrebny-material","title":"Pot\u0159ebn\u00fd materi\u00e1l","text":"
  • D\u0159ev\u011bn\u00fd d\u00edlek
  • 7 LED
  • 1 rezistor
  • Dr\u017e\u00e1k baterie
  • Baterie CR2032
"},{"location":"roboSvit/manual/#navod-na-slozeni","title":"N\u00e1vod na slo\u017een\u00ed","text":"

1. P\u0159iprav\u00edme si pot\u0159ebn\u00fd materi\u00e1l

2. Vlo\u017e\u00edme 2 LEDky podle zn\u00e1zorn\u011bn\u00ed na obr\u00e1zku

3. LEDku dotla\u010d\u00edme k p\u0159ekli\u017ece

4. Ohneme vn\u011bj\u0161\u00ed no\u017ei\u010dku LEDky podle \u0161ipky

5. Vlo\u017e\u00edme a ohneme dal\u0161\u00ed no\u017ei\u010dku LEDky

6. Proces opakujeme celkem sedmkr\u00e1t

7. Vn\u011bj\u0161\u00ed kru\u017enici zap\u00e1j\u00edme dohromady

8. Ohneme vnit\u0159n\u00ed no\u017ei\u010dku LEDky podle \u0161ipky

9. Pokra\u010dujeme v oh\u00fdb\u00e1n\u00ed LEDek

10. Postupn\u011b zohneme v\u0161echny no\u017ei\u010dky LEDek

11. Zap\u00e1j\u00edme vnit\u0159n\u00ed kru\u017enici

12. Na dr\u017e\u00e1k naneseme kapku lepidla

13. Dr\u017e\u00e1k p\u0159itiskneme pod dr\u00e1tky (pozor polarita!)

14. P\u0159ip\u00e1j\u00edme dr\u017e\u00e1k k LEDk\u00e1m

15. Zakr\u00e1t\u00edme no\u017ei\u010dku rezistoru podle \u0161ipky

16. P\u0159ip\u00e1j\u00edme rezistor k dr\u017e\u00e1ku bateri\u00ed

17. Zakr\u00e1t\u00edme no\u017ei\u010dku rezistoru podle \u0161ipky

18. P\u0159ip\u00e1j\u00edme rezistor ke vn\u011bj\u0161\u00ed kru\u017enici

18. Vlo\u017e\u00edme baterku

20. Dokon\u010den\u00fd RoboSvit

Vytvo\u0159il Jakub Andr\u00fdsek.

"},{"location":"solderingChallenge/","title":"O co jde?","text":"

P\u00e1jec\u00ed v\u00fdzva obsahuje jeden relativn\u011b jednoduch\u00fd obvod zalo\u017een\u00fd na popul\u00e1rn\u00edm integrovan\u00e9m obvodu 555. Pokud se ti poda\u0159\u00ed spr\u00e1vn\u011b zap\u00e1jet v\u0161echny sou\u010d\u00e1stky, tak po zapojen\u00ed do USB portu za\u010dne LED blikat s frekvenc\u00ed cca 2 Hz.

"},{"location":"solderingChallenge/manual/","title":"Manu\u00e1l","text":""},{"location":"solderingChallenge/manual/#jak-postupovat","title":"Jak postupovat?","text":"
  • v\u017edy p\u00e1jej pouze jednu \u00farove\u0148 najednou!
  • jeliko\u017e mal\u00e9 sou\u010d\u00e1stky na sob\u011b nemaj\u00ed popisky, cho\u010f si pro sou\u010d\u00e1stky po jedn\u00e9. V\u017edy si dones jednu sou\u010d\u00e1stku, tu zap\u00e1jej a a\u017e pak si b\u011b\u017e pro dal\u0161\u00ed.
  • za\u010dni p\u0159ip\u00e1jen\u00edm integrovan\u00e9ho obvodu - na n\u011bj pot\u0159ebuje\u0161 nejv\u00edce prostoru. U integrovan\u00e9ho obvodu si pohl\u00eddej jeho orientaci. Pokud si nejsi jist\u00fd, zeptej se lektora.
  • pak m\u016f\u017ee\u0161 zap\u00e1jet ostatn\u00ed sou\u010d\u00e1stky. U kondenz\u00e1tor\u016f a rezistor\u016f nez\u00e1le\u017e\u00ed na orientaci. U LED diody ano - lektor ti uk\u00e1\u017ee, jak m\u00e1 b\u00fdt spr\u00e1vn\u011b oto\u010dena.
  • Jakmile m\u00e1\u0161 zap\u00e1jeno, nalep zespodu USB konektoru podlo\u017eku (op\u011bt ti ji vyd\u00e1 lektor) a m\u016f\u017ee obvod vyzkou\u0161et!
"},{"location":"solderingChallenge/manual/#co-kam-patri","title":"Co kam pat\u0159\u00ed?","text":""},{"location":"solderingChallenge/manual/#uroven-1","title":"\u00darove\u0148 1","text":"

Pozor

Pozor, u kondenz\u00e1toru 4.7u z\u00e1le\u017e\u00ed na polarit\u011b. Popisek kondenz\u00e1toru mus\u00ed sm\u011b\u0159ovat ven z desky. Zeptej se lektora, pokud si nejsi jist\u00fd.

"},{"location":"solderingChallenge/manual/#uroven-2","title":"\u00darove\u0148 2","text":""},{"location":"solderingChallenge/manual/#uroven-3","title":"\u00darove\u0148 3","text":""},{"location":"solderingChallenge/manual/#uroven-4","title":"\u00darove\u0148 4","text":""},{"location":"solderingChallenge/manual/#uroven-5","title":"\u00darove\u0148 5","text":""},{"location":"solderingChallenge/manual/#jak-to-funguje","title":"Jak to funguje?","text":"

Pokud t\u011b zaj\u00edm\u00e1, jak funguje obvod, kter\u00fd jsi pr\u00e1v\u011b zap\u00e1jel, pod\u00edvej se nap\u0159. na tento web. Tam se do\u010dte\u0161, jak funguje integrovan\u00fd obvod 555. V na\u0161\u00ed p\u00e1jec\u00ed v\u00fdzv\u011b pou\u017e\u00edv\u00e1me takzvan\u00e9 astabiln\u00ed zapojen\u00ed neboli multivibr\u00e1tor, kter\u00fd je na v\u00fd\u0161e zm\u00edn\u011bn\u00e9 str\u00e1nce vysv\u011btlen.

"},{"location":"team/","title":"Index","text":"Robotika Brno (Robotics Brno) V\u00edce o na\u0161em t\u00fdmu Ji\u0159\u00ed V\u00e1cha

Jirka je hlavn\u00ed vedouc\u00ed Robot\u00e1rny.

vacha@helceletka.cz vachajirka

Honza Mr\u00e1zek

email@honzamrazek.cz in/jan-mr\u00e1zek-ba74a364 yaqwsx honzamrazek.cz

Vojt\u011bch Bo\u010dek

Hlavn\u011b ho nenechte sahat na elektroniku, Vojta je toti\u017e program\u00e1tor a interakce s fyzick\u00fdmi v\u011bcmi nedopad\u00e1 dob\u0159e. Na Robot\u00e1rnu se dostal na st\u0159edn\u00ed a roboty si okam\u017eit\u011b zamiloval. Za Robot\u00e1rnu se \u00fasp\u011b\u0161n\u011b z\u00fa\u010dastnil n\u011bkolika sout\u011b\u017e\u00ed a vypracoval dv\u011b pr\u00e1ce SO\u010c. Te\u010f u\u017e n\u011bkolik let pracuje jako v\u00fdvoj\u00e1\u0159 v oblasti kyberbezpe\u010dnosti. Ve voln\u00e9m \u010dase fot\u00ed, krot\u00ed ko\u010dky a proch\u00e1z\u00ed se po hor\u00e1ch.

vbocek@gmail.com in/vojtech-bocek Tasssadar tasssadar.github.com

Renata Zemanov\u00e1

Pro Ren\u010du je technika jedno velk\u00e9 kouzlo. I proto se j\u00ed v\u011bnuje a sna\u017e\u00ed se j\u00ed p\u0159ij\u00edt co nejv\u00edce na kloub. Bav\u00ed ji p\u00e1jen\u00ed i v\u011bt\u0161ina rukod\u011bln\u00fdch prac\u00ed. R\u00e1da sv\u00e9 v\u011bdomosti p\u0159ed\u00e1v\u00e1 d\u00e1l, bav\u00ed ji p\u0159em\u00fd\u0161let a nesn\u00e1\u0161\u00ed stereotypy. Je velmi spole\u010densk\u00e1 a p\u0159\u00e1telsk\u00e1. Boj\u00ed se v\u00fd\u0161ek a p\u0159esto miluje hory a rozhledny a fascinuj\u00ed ji kr\u00e1sn\u00e9 v\u00fdhledy do p\u0159\u00edrody. Hraje tak\u00e9 na kytaru a zp\u00edv\u00e1 ve sboru. R\u00e1da by se n\u011bkdy pod\u00edvala na Island, do Norska nebo do Kanady. Na na\u0161em t\u00e1bo\u0159e je na pozici hlavn\u00ed vedouc\u00ed.

renata7zemanova

Jakub Andr\u00fdsek

Kuba je \u010dlov\u011bk pro v\u0161echno, r\u00e1d pom\u016f\u017ee v\u0161ude tam, kde je t\u0159eba. Neodrad\u00ed ho ani nestandardn\u00ed situace a jde si v\u017edy za sv\u00fdm c\u00edlem. Studoval informatiku na gymn\u00e1ziu V\u00edde\u0148sk\u00e1 a nyn\u00ed pokra\u010duje na FI MUNI v Brn\u011b. Nej\u010dast\u011bji ho najdete viset na sk\u00e1le, nebo sed\u011bt u po\u010d\u00edta\u010de, kde vym\u00fd\u0161l\u00ed n\u011bjak\u00e9 nov\u00e9 projekty. U n\u00e1s se v\u011bnuje hlavn\u011b programov\u00e1n\u00ed a tak\u00e9 3D modelov\u00e1n\u00ed v krou\u017eku, kter\u00fd u\u017e n\u011bkolik let vede.

email@kubaandrysek.cz in/jakub-andrysek JakubAndrysek kubaandrysek.cz

Tom\u00e1\u0161 Vavrinec

Tom je \u010dlov\u011bk prim\u00e1rn\u011b pro elektroniku, p\u0159esto nepohrdne ani dobrou t\u00e1borovou hrou nebo jinou kuli\u0161arnou. Kdy\u017e se pro n\u011bco nadchne nep\u0159estane dokud neuzn\u00e1 d\u00edlo za hotov\u00e9. Aktu\u00e1ln\u011b je studentem \u00fastavu mikroelektrotechniky na fakult\u011b FEKT univerzity VUT a z\u00e1rove\u0148 pracuje na v\u00fdvoji m\u011b\u0159\u00edc\u00edch za\u0159\u00edzen\u00ed. B\u00fdv\u00e1 k vid\u011bn\u00ed na nejr\u016fzn\u011bj\u0161\u00edch hor\u00e1ch i za pol\u00e1rn\u00edm kruhem, p\u0159esto \u017ee nej\u010dast\u011bji ho najdete v okol\u00ed technologick\u00e9ho parku VUT, nebo u po\u010d\u00edta\u010de \u010di osciloskopu, jak se sna\u017e\u00ed zprovoznit hra\u010dky nejmenovan\u00e9mu program\u00e1torovi. U n\u00e1s se zab\u00fdv\u00e1 n\u00e1vrhem elektroniky a mechaniky v\u0161eho druhu a spolu s Kubou Andr\u00fdskem vede krou\u017eek 3D modelov\u00e1n\u00ed a 3D tisku.

TVavrinec

Tom\u00e1\u0161 Rohl\u00ednek

in/tom\u00e1\u0161-rohl\u00ednek-13233a1a8 haberturdeur

Jarek Malec

in/jaroslavmalec cednik

Jakub Streit

cednik

Honza \u0160krabal

Honza je \u010dlov\u011bk do pohody. R\u00e1d v\u0161em pom\u016f\u017ee a p\u0159ed\u00e1 sv\u00e9 zku\u0161enosti. Aktu\u00e1ln\u011b studuje na FIT (Fakult\u011b informa\u010dn\u00edch technologi\u00ed) univerzity VUT v Brn\u011b. Kdy\u017e se zrovna nev\u011bnuje \u0161kole, tak d\u011bl\u00e1 na nejr\u016fzn\u011bj\u0161\u00edch projektech. O robotiku a programov\u00e1n\u00ed se zaj\u00edm\u00e1 ji\u017e od 6. t\u0159\u00eddy a nyn\u00ed vede n\u011bkolik\u00e1t\u00fdm rokem krou\u017eek Lego Mindstorms. Mezi jeho hlavn\u00ed z\u00e1jmy pat\u0159\u00ed elektronika a mechanika, nejv\u00edce ho bav\u00ed p\u00e1jet. Takt\u00e9\u017e jej m\u016f\u017eete potkat na robotick\u00e9m t\u00e1bo\u0159e, na kter\u00e9m ka\u017edoro\u010dn\u011b pom\u00e1h\u00e1.

Robot7769

Petr Kubica

cubicap cubicap.eu

MiroslavBurda

MiroslavBurda

Martin Pt\u00e1\u010dek

MarPta

Bed\u0159ich Said

in/bedrich-said bsaid

Martin Kousal

mkousal

Jarek P\u00e1ral

in/jaroslav-paral JarekParal JarekParal/JarekParal

Petr Stoura\u010d

in/petrstourac

"},{"location":"template/","title":"A Gadget Template","text":"

Put a rendering/photos of the gadget here.

Then provide a short description - just that the others know what is this directory about.

Do not forget to write a manual in the doc directory!

"},{"location":"template/#notes-for-authors","title":"Notes for authors","text":"
  • place boards in the hardware directory
  • if there is an essential firmware, put it in the firmware directory
  • write manual in the
"},{"location":"template/manual-cs/","title":"Gadget Manual","text":"

Tady napi\u0161 manu\u00e1l pro hra\u010dku v \u010de\u0161tin\u011b

"},{"location":"template/manual-en/","title":"Gadget Manual","text":"

Write the gadget manual in english, if you want.

"},{"location":"usbPad/","title":"A Gadget Template","text":"

Put a rendering/photos of the gadget here.

Then provide a short description - just that the others know what is this directory about.

Do not forget to write a manual in the doc directory!

"},{"location":"usbPad/#notes-for-authors","title":"Notes for authors","text":"
  • place boards in the hardware directory
  • if there is an essential firmware, put it in the firmware directory
  • write manual in the
"},{"location":"usbPad/manual-cs/","title":"Gadget Manual","text":"

Tady napi\u0161 manu\u00e1l pro hra\u010dku v \u010de\u0161tin\u011b

"},{"location":"usbPad/manual-en/","title":"Gadget Manual","text":"

Write the gadget manual in english, if you want.

"}]} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..a63851b --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,183 @@ + + + + https://2021.robotickytabor.cz/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/blackBox/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/blackBox/manual/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electron/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electron/electron-lesson-1/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electron/electron-lesson-2/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electron/electron-lesson-3/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/manual/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/hardware/lib/LIBRARIES/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/hardware/v1.0/lib/LIBRARIES/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/hardware/v1.1/lib/LIBRARIES/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/electronicDie/hardware/v1.2/lib/LIBRARIES/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/examples/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/install/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/manual/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/buttons/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/buzzer/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/display/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/example/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/links/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/projects/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/statusBar/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/logic/code/utils/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/roboSvit/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/roboSvit/manual/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/solderingChallenge/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/solderingChallenge/manual/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/team/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/template/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/template/manual-cs/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/template/manual-en/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/usbPad/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/usbPad/manual-cs/ + 2024-05-01 + daily + + + https://2021.robotickytabor.cz/usbPad/manual-en/ + 2024-05-01 + daily + + \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz new file mode 100644 index 0000000..8e99da2 Binary files /dev/null and b/sitemap.xml.gz differ diff --git a/solderingChallenge/Makefile b/solderingChallenge/Makefile new file mode 100644 index 0000000..c2ee8f6 --- /dev/null +++ b/solderingChallenge/Makefile @@ -0,0 +1,58 @@ +.PHONY: all clean panels + +all: panels single build/gatema.zip + +panels: build/l1-panel build/l2-panel build/l3-panel build/l4-panel build/l4a-panel build/l5-panel + +single: build/l0 build/l1 build/l2 build/l3 build/l4 build/l5 + +build: + mkdir -p build + +build/l0.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B0; tolerance: 5mm' $< $@ + +build/l1.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B1; tolerance: 5mm' $< $@ + +build/l2.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B2; tolerance: 5mm' $< $@ + +build/l3.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B3; tolerance: 5mm' $< $@ + +build/l4.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B4; tolerance: 5mm' $< $@ + +build/l5.kicad_pcb: hardware/solderingChallenge.kicad_pcb build + kikit separate --source 'annotation; ref: B5; tolerance: 5mm' $< $@ + +# build/l1-panel.kicad_pcb: build/l1.kicad_pcb +# kikit panelize tightgrid -g 2 4 -w2 -p 100 100 --hspace -2 --vspace 3 \ +# --tabwidth 8 --vtabs 0 --vcuts --vcutcurves --alternation cols \ +# $< $@ + +# build/l2-panel.kicad_pcb: build/l2.kicad_pcb +# kikit panelize tightgrid -g 3 5 -w2 -p 100 100 --hspace 0.5 --vspace 2 \ +# --tabwidth 8 --vtabs 0 --vcuts --vcutcurves --alternation cols \ +# $< $@ + +# %-panel.kicad_pcb: %.kicad_pcb +# kikit panelize tightgrid -g 3 5 -w2 -p 100 100 --hspace 0.5 --vspace 2 \ +# --tabwidth 8 --vtabs 0 --vcuts --vcutcurves --alternation cols \ +# $< $@ + +%: %.kicad_pcb + kikit fab jlcpcb --no-drc $< $@ + +# build/panel.kicad_pcb: hardware/templateGadget.kicad_pcb build +# kikit panelize grid -s 2 -g 4 4 --tabwidth 2.5 --tabheight 2.5 --tolerance 40 \ +# --mousebites 0.2 0.35 0 --radius 0.75 --railsTb 5 \ +# --tooling 2.5 2.5 1.152 \ +# $< $@ + +build/gatema.zip: single + cd build; zip -r gatema.zip l0 l1 l2 l3 l4 + +clean: + rm -rf build diff --git a/solderingChallenge/assets/SMD_challenge_fancy.png b/solderingChallenge/assets/SMD_challenge_fancy.png new file mode 100644 index 0000000..67186e9 Binary files /dev/null and b/solderingChallenge/assets/SMD_challenge_fancy.png differ diff --git a/solderingChallenge/assets/labels-L1.svg b/solderingChallenge/assets/labels-L1.svg new file mode 100644 index 0000000..056b855 --- /dev/null +++ b/solderingChallenge/assets/labels-L1.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + R: 330Ω + R: 100kΩ + R: 10kΩ + C: 4.7µF + C: 10nF + + diff --git a/solderingChallenge/assets/labels-L2.svg b/solderingChallenge/assets/labels-L2.svg new file mode 100644 index 0000000..96455df --- /dev/null +++ b/solderingChallenge/assets/labels-L2.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + R: 330Ω + R: 100kΩ + R: 10kΩ + C: 4.7µF + C: 10nF + LED + + diff --git a/solderingChallenge/assets/labels-L3.svg b/solderingChallenge/assets/labels-L3.svg new file mode 100644 index 0000000..7601d4e --- /dev/null +++ b/solderingChallenge/assets/labels-L3.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + R: 330Ω + R: 100kΩ + R: 10kΩ + C: 4.7µF + C: 10nF + LED + + diff --git a/solderingChallenge/assets/labels-L4.svg b/solderingChallenge/assets/labels-L4.svg new file mode 100644 index 0000000..6b6d809 --- /dev/null +++ b/solderingChallenge/assets/labels-L4.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + R: 330Ω + R: 100kΩ + R: 10kΩ + C: 4.7µF + C: 10nF + LED + + diff --git a/solderingChallenge/assets/labels-L5.svg b/solderingChallenge/assets/labels-L5.svg new file mode 100644 index 0000000..78c95f1 --- /dev/null +++ b/solderingChallenge/assets/labels-L5.svg @@ -0,0 +1,1040 @@ + + + + + + + + + + + + + + + R: 330Ω + R: 100kΩ + R: 10kΩ + C: 4.7µF + C: 10nF + LED + - + + + diff --git a/solderingChallenge/assets/preview-L1.jpg b/solderingChallenge/assets/preview-L1.jpg new file mode 100644 index 0000000..e710cf0 Binary files /dev/null and b/solderingChallenge/assets/preview-L1.jpg differ diff --git a/solderingChallenge/assets/preview-L2.jpg b/solderingChallenge/assets/preview-L2.jpg new file mode 100644 index 0000000..83560cb Binary files /dev/null and b/solderingChallenge/assets/preview-L2.jpg differ diff --git a/solderingChallenge/assets/preview-L3.jpg b/solderingChallenge/assets/preview-L3.jpg new file mode 100644 index 0000000..4431a66 Binary files /dev/null and b/solderingChallenge/assets/preview-L3.jpg differ diff --git a/solderingChallenge/assets/preview-L4.jpg b/solderingChallenge/assets/preview-L4.jpg new file mode 100644 index 0000000..2b365c4 Binary files /dev/null and b/solderingChallenge/assets/preview-L4.jpg differ diff --git a/solderingChallenge/assets/preview-L5.jpg b/solderingChallenge/assets/preview-L5.jpg new file mode 100644 index 0000000..0e165af Binary files /dev/null and b/solderingChallenge/assets/preview-L5.jpg differ diff --git a/solderingChallenge/assets/previewAll.jpg b/solderingChallenge/assets/previewAll.jpg new file mode 100644 index 0000000..7eee6f1 Binary files /dev/null and b/solderingChallenge/assets/previewAll.jpg differ diff --git a/solderingChallenge/hardware/fp-info-cache b/solderingChallenge/hardware/fp-info-cache new file mode 100644 index 0000000..6239a86 --- /dev/null +++ b/solderingChallenge/hardware/fp-info-cache @@ -0,0 +1,85352 @@ +20052045898769867 +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 +4 +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 +4 +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 +4 +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 +4 +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_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_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 +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_SOT-23_ANK +SOT-23, Single Diode +SOT-23 +0 +3 +2 +Diode_SMD +D_SOT-23_NKA +SOT-23, Single Diode +SOT-23 +0 +3 +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_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_LPF-C012303S +https://www.lumex.com/spec/LPF-C012303S.pdf +lightpipe dual 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 +Potentiometer, horizontal, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer horizontal Alps RK09K Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Vertical +Potentiometer, vertical, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer vertical Alps RK09K Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Horizontal +Potentiometer, horizontal, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Double +0 +8 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Vertical +Potentiometer, vertical, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Double +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Horizontal +Potentiometer, horizontal, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Vertical +Potentiometer, vertical, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09Y11_Single_Horizontal +Potentiometer, horizontal, Alps RK09Y11 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09Y11/RK09Y11_list.html +Potentiometer horizontal Alps RK09Y11 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal +Potentiometer, horizontal, Alps RK097 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +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 +pot horizontal alps rk097 dual switch +0 +8 +8 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal +Potentiometer, horizontal, Alps RK097 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +Potentiometer horizontal Alps RK097 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK163_Dual_Horizontal +Potentiometer, horizontal, Alps RK163 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +Potentiometer horizontal Alps RK163 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK163_Single_Horizontal +Potentiometer, horizontal, Alps RK163 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +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-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 +RoboCamp +RobotarnaLogo-6mm +Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg +svg2mod +0 +0 +0 +RoboCamp +UTDFN-10 + + +0 +10 +10 +RoboCamp +usb-PCB + + +0 +4 +4 +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_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 +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 +kikit +Board +Mark board for extraction + +0 +0 +0 +kikit +Fiducial +Circular Fiducial +fiducial +0 +1 +0 +kikit +NPTH + + +0 +0 +0 +kikit +Tab +A symbol representing annotation for tab placement + +0 +0 +0 diff --git a/solderingChallenge/hardware/fp-lib-table b/solderingChallenge/hardware/fp-lib-table new file mode 100644 index 0000000..600a59b --- /dev/null +++ b/solderingChallenge/hardware/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name RoboCamp)(type KiCad)(uri ${KIPRJMOD}/../../../common/RoboCamp.pretty)(options "")(descr "")) +) diff --git a/solderingChallenge/hardware/level1-THT.kicad_sch b/solderingChallenge/hardware/level1-THT.kicad_sch new file mode 100644 index 0000000..910ec88 --- /dev/null +++ b/solderingChallenge/hardware/level1-THT.kicad_sch @@ -0,0 +1,716 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid 4c8eb964-bdf4-44de-90e9-e2ab82dd5313) + + (paper "A4") + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_C" (id 1) (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device_LED" (id 1) (at 0 -2.54 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_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (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 -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 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 3.81 0 180) (length 2.54) + (name "A" (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" "Device_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_fp_filters" "R_*" (id 4) (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 "Timer:LM555xN" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Timer_LM555xN" (id 1) (at 2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LM555xN_0_0" + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LM555xN_0_1" + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LM555xN_1_1" + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "TR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 3.81) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -12.7 -5.08 0) (length 3.81) + (name "R" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "CV" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -5.08 180) (length 3.81) + (name "THR" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 0 180) (length 3.81) + (name "DIS" (effects (font (size 1.27 1.27)))) + (number "7" (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" "power_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) + ) + (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 "solderingChallenge-rescue:USB_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_A-Connector" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_A-Connector_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 4.826) (end -4.318 5.334) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.27 4.572) (end -4.572 5.842) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_A-Connector_1_1" + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 208.28 104.14) (diameter 0) (color 0 0 0 0) + (uuid 0217dfc4-fc13-4699-99ad-d9948522648e) + ) + (junction (at 203.2 113.03) (diameter 0) (color 0 0 0 0) + (uuid 03caada9-9e22-4e2d-9035-b15433dfbb17) + ) + (junction (at 113.03 113.03) (diameter 0) (color 0 0 0 0) + (uuid 0ff508fd-18da-4ab7-9844-3c8a28c2587e) + ) + (junction (at 165.1 113.03) (diameter 0) (color 0 0 0 0) + (uuid 1a6d2848-e78e-49fe-8978-e1890f07836f) + ) + (junction (at 165.1 82.55) (diameter 0) (color 0 0 0 0) + (uuid 3e903008-0276-4a73-8edb-5d9dfde6297c) + ) + (junction (at 134.62 113.03) (diameter 0) (color 0 0 0 0) + (uuid 40165eda-4ba6-4565-9bb4-b9df6dbb08da) + ) + (junction (at 149.86 82.55) (diameter 0) (color 0 0 0 0) + (uuid 6475547d-3216-45a4-a15c-48314f1dd0f9) + ) + (junction (at 181.61 104.14) (diameter 0) (color 0 0 0 0) + (uuid 9e1b837f-0d34-4a18-9644-9ee68f141f46) + ) + (junction (at 208.28 96.52) (diameter 0) (color 0 0 0 0) + (uuid cbd8faed-e1f8-4406-87c8-58b2c504a5d4) + ) + + (no_connect (at 129.54 77.47) (uuid 12c9f3e1-9431-42f8-b6f8-fb6fd35fc1cb)) + (no_connect (at 120.65 90.17) (uuid 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) + (no_connect (at 120.65 87.63) (uuid aa14c3bd-4acc-4908-9d28-228585a22a9d)) + (no_connect (at 110.49 97.79) (uuid d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) + + (wire (pts (xy 143.51 109.22) (xy 181.61 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 003c2200-0632-4808-a662-8ddd5d30c768) + ) + (wire (pts (xy 177.8 96.52) (xy 208.28 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 08a7c925-7fae-4530-b0c9-120e185cb318) + ) + (wire (pts (xy 134.62 113.03) (xy 113.03 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12422a89-3d0c-485c-9386-f77121fd68fd) + ) + (wire (pts (xy 149.86 82.55) (xy 165.1 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1d9cdadc-9036-4a95-b6db-fa7b3b74c869) + ) + (wire (pts (xy 203.2 113.03) (xy 208.28 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1f3003e6-dce5-420f-906b-3f1e92b67249) + ) + (wire (pts (xy 143.51 91.44) (xy 143.51 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 240e07e1-770b-4b27-894f-29fd601c924d) + ) + (wire (pts (xy 165.1 86.36) (xy 165.1 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 24f7628d-681d-4f0e-8409-40a129e929d9) + ) + (wire (pts (xy 208.28 82.55) (xy 208.28 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3a7648d8-121a-4921-9b92-9b35b76ce39b) + ) + (wire (pts (xy 134.62 104.14) (xy 134.62 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 45008225-f50f-4d6b-b508-6730a9408caf) + ) + (wire (pts (xy 208.28 93.98) (xy 208.28 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4a4ec8d9-3d72-4952-83d4-808f65849a2b) + ) + (wire (pts (xy 199.39 91.44) (xy 203.2 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 639c0e59-e95c-4114-bccd-2e7277505454) + ) + (wire (pts (xy 181.61 104.14) (xy 181.61 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) + ) + (wire (pts (xy 149.86 101.6) (xy 149.86 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) + ) + (wire (pts (xy 165.1 82.55) (xy 208.28 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 75ffc65c-7132-4411-9f2a-ae0c73d79338) + ) + (wire (pts (xy 165.1 113.03) (xy 203.2 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7d34f6b1-ab31-49be-b011-c67fe67a8a56) + ) + (wire (pts (xy 134.62 96.52) (xy 152.4 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 852dabbf-de45-4470-8176-59d37a754407) + ) + (wire (pts (xy 180.34 91.44) (xy 177.8 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d) + ) + (wire (pts (xy 165.1 113.03) (xy 165.1 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c6a821f-8e19-48f3-8f44-9b340f7689bc) + ) + (wire (pts (xy 203.2 91.44) (xy 203.2 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb) + ) + (wire (pts (xy 113.03 113.03) (xy 113.03 97.79)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6) + ) + (wire (pts (xy 181.61 101.6) (xy 177.8 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9b0a1687-7e1b-4a04-a30b-c27a072a2949) + ) + (wire (pts (xy 134.62 113.03) (xy 165.1 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a544eb0a-75db-4baf-bf54-9ca21744343b) + ) + (wire (pts (xy 208.28 113.03) (xy 208.28 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aca4de92-9c41-4c2b-9afa-540d02dafa1c) + ) + (wire (pts (xy 208.28 104.14) (xy 181.61 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b) + ) + (wire (pts (xy 152.4 101.6) (xy 149.86 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c0eca5ed-bc5e-4618-9bcd-80945bea41ed) + ) + (wire (pts (xy 191.77 91.44) (xy 187.96 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c25a772d-af9c-4ebc-96f6-0966738c13a8) + ) + (wire (pts (xy 120.65 82.55) (xy 149.86 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a) + ) + (wire (pts (xy 181.61 109.22) (xy 181.61 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ee27d19c-8dca-4ac8-a760-6dfd54d28071) + ) + (wire (pts (xy 152.4 91.44) (xy 143.51 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f2c93195-af12-4d3e-acdf-bdd0ff675c24) + ) + + (label "VCC" (at 134.62 82.55 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6d26d68f-1ca7-4ff3-b058-272f1c399047) + ) + (label "GND" (at 123.19 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 911bdcbe-493f-4e21-a506-7cbc636e2c17) + ) + + (symbol (lib_id "Timer:LM555xN") (at 165.1 96.52 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a49) + (property "Reference" "U6" (id 0) (at 172.72 85.09 0)) + (property "Value" "LM555xN" (id 1) (at 170.18 87.63 0)) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 181.61 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm555.pdf" (id 3) (at 186.69 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 29bb7297-26fb-4776-9266-2355d022bab0)) + (pin "8" (uuid cb6062da-8dcd-4826-92fd-4071e9e97213)) + (pin "2" (uuid 36d783e7-096f-4c97-9672-7e08c083b87b)) + (pin "3" (uuid 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) + (pin "4" (uuid c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) + (pin "5" (uuid bdf40d30-88ff-4479-bad1-69529464b61b)) + (pin "6" (uuid 57276367-9ce4-4738-88d7-6e8cb94c966c)) + (pin "7" (uuid e5217a0c-7f55-4c30-adda-7f8d95709d1b)) + ) + + (symbol (lib_id "Device:R") (at 208.28 100.33 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a4f) + (property "Reference" "R18" (id 0) (at 210.058 99.1616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100k" (id 1) (at 210.058 101.473 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (id 2) (at 206.502 100.33 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f8bd6470-fafd-47f2-8ed5-9449988187ce)) + (pin "2" (uuid 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce)) + ) + + (symbol (lib_id "Device:C") (at 134.62 100.33 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a55) + (property "Reference" "C11" (id 0) (at 137.541 99.1616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10n" (id 1) (at 137.541 101.473 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (id 2) (at 135.5852 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 134.62 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 04cf2f2c-74bf-400d-b4f6-201720df00ed)) + (pin "2" (uuid 1bdd5841-68b7-42e2-9447-cbdb608d8a08)) + ) + + (symbol (lib_id "Device:R") (at 208.28 90.17 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a5c) + (property "Reference" "R17" (id 0) (at 210.058 89.0016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 210.058 91.313 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (id 2) (at 206.502 90.17 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7d76d925-f900-42af-a03f-bb32d2381b09)) + (pin "2" (uuid f1e619ac-5067-41df-8384-776ec70a6093)) + ) + + (symbol (lib_id "Device:C") (at 208.28 107.95 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a6d) + (property "Reference" "C12" (id 0) (at 211.201 106.7816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7u" (id 1) (at 211.201 109.093 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (id 2) (at 209.2452 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a5be2cb8-c68d-4180-8412-69a6b4c5b1d4)) + (pin "2" (uuid 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53)) + ) + + (symbol (lib_id "solderingChallenge-rescue:USB_A-Connector") (at 113.03 87.63 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a85) + (property "Reference" "J1" (id 0) (at 114.4778 75.7682 0)) + (property "Value" "USB_A" (id 1) (at 114.4778 78.0796 0)) + (property "Footprint" "RoboCamp:usb-PCB" (id 2) (at 116.84 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (id 3) (at 116.84 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2b5a9ad3-7ec4-447d-916c-47adf5f9674f)) + (pin "2" (uuid f1782535-55f4-4299-bd4f-6f51b0b7259c)) + (pin "3" (uuid da6f4122-0ecc-496f-b0fd-e4abef534976)) + (pin "4" (uuid 9f782c92-a5e8-49db-bfda-752b35522ce4)) + (pin "5" (uuid ccc4cc25-ac17-45ef-825c-e079951ffb21)) + ) + + (symbol (lib_id "Device:R") (at 195.58 91.44 270) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a8d) + (property "Reference" "R16" (id 0) (at 195.58 86.1822 90)) + (property "Value" "330R" (id 1) (at 195.58 88.4936 90)) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (id 2) (at 195.58 89.662 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 195.58 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ae0e6b31-27d7-4383-a4fc-7557b0a19382)) + (pin "2" (uuid 9565d2ee-a4f1-4d08-b2c9-0264233a0d2b)) + ) + + (symbol (lib_id "Device:LED") (at 184.15 91.44 180) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9a95) + (property "Reference" "D6" (id 0) (at 184.3278 84.963 0)) + (property "Value" "LED" (id 1) (at 184.3278 87.2744 0)) + (property "Footprint" "LED_THT:LED_D5.0mm" (id 2) (at 184.15 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 184.15 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 63c56ea4-91a3-4172-b9de-a4388cc8f894)) + (pin "2" (uuid c25449d6-d734-4953-b762-98f82a830248)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 149.86 82.55 0) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9aaf) + (property "Reference" "#FLG012" (id 0) (at 149.86 80.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 149.86 78.1558 0)) + (property "Footprint" "" (id 2) (at 149.86 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 149.86 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dca1d7db-c913-4d73-a2cc-fdc9651eda69)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 113.03 113.03 180) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600f9ab6) + (property "Reference" "#FLG011" (id 0) (at 113.03 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 113.03 117.4242 0)) + (property "Footprint" "" (id 2) (at 113.03 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 113.03 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f357ddb5-3f44-43b0-b00d-d64f5c62ba4a)) + ) +) diff --git a/solderingChallenge/hardware/level2-1206.kicad_sch b/solderingChallenge/hardware/level2-1206.kicad_sch new file mode 100644 index 0000000..3f997af --- /dev/null +++ b/solderingChallenge/hardware/level2-1206.kicad_sch @@ -0,0 +1,707 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid dde51ae5-b215-445e-92bb-4a12ec410531) + + (paper "A4") + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_C" (id 1) (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device_LED" (id 1) (at 0 -2.54 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_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (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 -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 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 3.81 0 180) (length 2.54) + (name "A" (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" "Device_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_fp_filters" "R_*" (id 4) (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 "Timer:LMC555xM" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Timer_LMC555xM" (id 1) (at 2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LMC555xM_0_0" + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LMC555xM_0_1" + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LMC555xM_1_1" + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "TR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 3.81) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -12.7 -5.08 0) (length 3.81) + (name "R" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "CV" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -5.08 180) (length 3.81) + (name "THR" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 0 180) (length 3.81) + (name "DIS" (effects (font (size 1.27 1.27)))) + (number "7" (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" "power_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) + ) + (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 "solderingChallenge-rescue:USB_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_A-Connector" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_A-Connector_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 4.826) (end -4.318 5.334) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.27 4.572) (end -4.572 5.842) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_A-Connector_1_1" + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 142.24 81.28) (diameter 0) (color 0 0 0 0) + (uuid 19c56563-5fe3-442a-885b-418dbc2421eb) + ) + (junction (at 127 111.76) (diameter 0) (color 0 0 0 0) + (uuid 275aa44a-b61f-489f-9e2a-819a0fe0d1eb) + ) + (junction (at 200.66 102.87) (diameter 0) (color 0 0 0 0) + (uuid 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8) + ) + (junction (at 195.58 111.76) (diameter 0) (color 0 0 0 0) + (uuid 67763d19-f622-4e1e-81e5-5b24da7c3f99) + ) + (junction (at 173.99 102.87) (diameter 0) (color 0 0 0 0) + (uuid 789ca812-3e0c-4a3f-97bc-a916dd9bce80) + ) + (junction (at 157.48 111.76) (diameter 0) (color 0 0 0 0) + (uuid 7cee474b-af8f-4832-b07a-c43c1ab0b464) + ) + (junction (at 105.41 111.76) (diameter 0) (color 0 0 0 0) + (uuid ca5a4651-0d1d-441b-b17d-01518ef3b656) + ) + (junction (at 157.48 81.28) (diameter 0) (color 0 0 0 0) + (uuid e43dbe34-ed17-4e35-a5c7-2f1679b3c415) + ) + (junction (at 200.66 95.25) (diameter 0) (color 0 0 0 0) + (uuid f3628265-0155-43e2-a467-c40ff783e265) + ) + + (no_connect (at 113.03 88.9) (uuid 4fb21471-41be-4be8-9687-66030f97befc)) + (no_connect (at 113.03 86.36) (uuid 7599133e-c681-4202-85d9-c20dac196c64)) + (no_connect (at 102.87 96.52) (uuid 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) + + (wire (pts (xy 113.03 81.28) (xy 142.24 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 101ef598-601d-400e-9ef6-d655fbb1dbfa) + ) + (wire (pts (xy 157.48 81.28) (xy 200.66 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 14769dc5-8525-4984-8b15-a734ee247efa) + ) + (wire (pts (xy 173.99 107.95) (xy 173.99 102.87)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 16a9ae8c-3ad2-439b-8efe-377c994670c7) + ) + (wire (pts (xy 157.48 111.76) (xy 157.48 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21ae9c3a-7138-444e-be38-56a4842ab594) + ) + (wire (pts (xy 127 111.76) (xy 105.41 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 57c0c267-8bf9-4cc7-b734-d71a239ac313) + ) + (wire (pts (xy 142.24 81.28) (xy 157.48 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5bcace5d-edd0-4e19-92d0-835e43cf8eb2) + ) + (wire (pts (xy 105.41 111.76) (xy 105.41 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5ca4be1c-537e-4a4a-b344-d0c8ffde8546) + ) + (wire (pts (xy 195.58 111.76) (xy 200.66 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6284122b-79c3-4e04-925e-3d32cc3ec077) + ) + (wire (pts (xy 144.78 90.17) (xy 135.89 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6595b9c7-02ee-4647-bde5-6b566e35163e) + ) + (wire (pts (xy 144.78 100.33) (xy 142.24 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6c2d26bc-6eca-436c-8025-79f817bf57d6) + ) + (wire (pts (xy 157.48 85.09) (xy 157.48 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6ec113ca-7d27-4b14-a180-1e5e2fd1c167) + ) + (wire (pts (xy 135.89 107.95) (xy 173.99 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 770ad51a-7219-4633-b24a-bd20feb0a6c5) + ) + (wire (pts (xy 157.48 111.76) (xy 195.58 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 853ee787-6e2c-4f32-bc75-6c17337dd3d5) + ) + (wire (pts (xy 170.18 95.25) (xy 200.66 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 965308c8-e014-459a-b9db-b8493a601c62) + ) + (wire (pts (xy 195.58 90.17) (xy 195.58 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 994b6220-4755-4d84-91b3-6122ac1c2c5e) + ) + (wire (pts (xy 127 111.76) (xy 157.48 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9cb12cc8-7f1a-4a01-9256-c119f11a8a02) + ) + (wire (pts (xy 200.66 92.71) (xy 200.66 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b1c649b1-f44d-46c7-9dea-818e75a1b87e) + ) + (wire (pts (xy 135.89 90.17) (xy 135.89 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b7199d9b-bebb-4100-9ad3-c2bd31e21d65) + ) + (wire (pts (xy 200.66 81.28) (xy 200.66 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd065eaf-e495-4837-bdb3-129934de1fc7) + ) + (wire (pts (xy 127 102.87) (xy 127 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c7e7067c-5f5e-48d8-ab59-df26f9b35863) + ) + (wire (pts (xy 170.18 90.17) (xy 180.34 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c8029a4c-945d-42ca-871a-dd73ff50a1a3) + ) + (wire (pts (xy 127 95.25) (xy 144.78 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ca87f11b-5f48-4b57-8535-68d3ec2fe5a9) + ) + (wire (pts (xy 142.24 100.33) (xy 142.24 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cb24efdd-07c6-4317-9277-131625b065ac) + ) + (wire (pts (xy 173.99 100.33) (xy 170.18 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid db36f6e3-e72a-487f-bda9-88cc84536f62) + ) + (wire (pts (xy 200.66 111.76) (xy 200.66 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e472dac4-5b65-4920-b8b2-6065d140a69d) + ) + (wire (pts (xy 200.66 102.87) (xy 173.99 102.87)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e4c6fdbb-fdc7-4ad4-a516-240d84cdc120) + ) + (wire (pts (xy 173.99 102.87) (xy 173.99 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e6b860cc-cb76-4220-acfb-68f1eb348bfa) + ) + + (label "GND" (at 116.84 111.76 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7f52d787-caa3-4a92-b1b2-19d554dc29a4) + ) + (label "VCC" (at 121.92 81.28 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a8447faf-e0a0-4c4a-ae53-4d4b28669151) + ) + + (symbol (lib_id "Device:R") (at 200.66 99.06 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc98c) + (property "Reference" "R6" (id 0) (at 202.438 97.8916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100k" (id 1) (at 202.438 100.203 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 198.882 99.06 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 200.66 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe)) + (pin "2" (uuid 91fe070a-a49b-4bc5-805a-42f23e10d114)) + ) + + (symbol (lib_id "Device:C") (at 127 99.06 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc992) + (property "Reference" "C3" (id 0) (at 129.921 97.8916 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10n" (id 1) (at 129.921 100.203 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 127.9652 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 127 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 53e34696-241f-47e5-a477-f469335c8a61)) + (pin "2" (uuid 9390234f-bf3f-46cd-b6a0-8a438ec76e9f)) + ) + + (symbol (lib_id "Device:R") (at 200.66 88.9 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc999) + (property "Reference" "R5" (id 0) (at 202.438 87.7316 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 202.438 90.043 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 198.882 88.9 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 200.66 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e413cfad-d7bd-41ab-b8dd-4b67484671a6)) + (pin "2" (uuid 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) + ) + + (symbol (lib_id "Device:C") (at 200.66 106.68 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9aa) + (property "Reference" "C4" (id 0) (at 203.581 105.5116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7u" (id 1) (at 203.581 107.823 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 201.6252 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 200.66 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) + (pin "2" (uuid 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) + ) + + (symbol (lib_id "solderingChallenge-rescue:USB_A-Connector") (at 105.41 86.36 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9c2) + (property "Reference" "J4" (id 0) (at 106.8578 74.4982 0)) + (property "Value" "USB_A" (id 1) (at 106.8578 76.8096 0)) + (property "Footprint" "RoboCamp:usb-PCB" (id 2) (at 109.22 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (id 3) (at 109.22 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6f580eb1-88cc-489d-a7ca-9efa5e590715)) + (pin "2" (uuid b13e8448-bf35-4ec0-9c70-3f2250718cc2)) + (pin "3" (uuid 5c7d6eaf-f256-4349-8203-d2e836872231)) + (pin "4" (uuid dde8619c-5a8c-40eb-9845-65e6a654222d)) + (pin "5" (uuid c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) + ) + + (symbol (lib_id "Device:R") (at 191.77 90.17 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9ca) + (property "Reference" "R4" (id 0) (at 191.77 84.9122 90)) + (property "Value" "330R" (id 1) (at 191.77 87.2236 90)) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 191.77 88.392 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 191.77 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a62609cd-29b7-4918-b97d-7b2404ba61cf)) + (pin "2" (uuid 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5)) + ) + + (symbol (lib_id "Device:LED") (at 184.15 90.17 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9d2) + (property "Reference" "D2" (id 0) (at 184.3278 83.693 0)) + (property "Value" "LED" (id 1) (at 184.3278 86.0044 0)) + (property "Footprint" "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (id 2) (at 184.15 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 184.15 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a8fb8ee0-623f-4870-a716-ecc88f37ef9a)) + (pin "2" (uuid 713e0777-58b2-4487-baca-60d0ebed27c3)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 142.24 81.28 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9ec) + (property "Reference" "#FLG03" (id 0) (at 142.24 79.375 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 142.24 76.8858 0)) + (property "Footprint" "" (id 2) (at 142.24 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 142.24 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d3e133b7-2c84-4206-a2b1-e693cb57fe56)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 105.41 111.76 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fc9f3) + (property "Reference" "#FLG04" (id 0) (at 105.41 113.665 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 105.41 116.1542 0)) + (property "Footprint" "" (id 2) (at 105.41 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 105.41 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e0c7ddff-8c90-465f-be62-21fb49b059fa)) + ) + + (symbol (lib_id "Timer:LMC555xM") (at 157.48 95.25 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060105c46) + (property "Reference" "U2" (id 0) (at 160.02 83.82 0)) + (property "Value" "LMC555xM" (id 1) (at 162.56 86.36 0)) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 179.07 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc555.pdf" (id 3) (at 179.07 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 869d6302-ae22-478f-9723-3feacbb12eef)) + (pin "8" (uuid e1b88aa4-d887-4eea-83ff-5c009f4390c4)) + (pin "2" (uuid 4a54c707-7b6f-4a3d-a74d-5e3526114aba)) + (pin "3" (uuid 4aa97874-2fd2-414c-b381-9420384c2fd8)) + (pin "4" (uuid 25bc3602-3fb4-4a04-94e3-21ba22562c24)) + (pin "5" (uuid 7760a75a-d74b-4185-b34e-cbc7b2c339b6)) + (pin "6" (uuid c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09)) + (pin "7" (uuid 283c990c-ae5a-4e41-a3ad-b40ca29fe90e)) + ) +) diff --git a/solderingChallenge/hardware/level3-0603.kicad_sch b/solderingChallenge/hardware/level3-0603.kicad_sch new file mode 100644 index 0000000..51f67ea --- /dev/null +++ b/solderingChallenge/hardware/level3-0603.kicad_sch @@ -0,0 +1,711 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid c701ee8e-1214-4781-a973-17bef7b6e3eb) + + (paper "A4") + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_C" (id 1) (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device_LED" (id 1) (at 0 -2.54 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_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (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 -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 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 3.81 0 180) (length 2.54) + (name "A" (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" "Device_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_fp_filters" "R_*" (id 4) (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 "Timer:LMC555xMM" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Timer_LMC555xMM" (id 1) (at 2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*VSSOP*3.0x3.0mm*P0.65mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LMC555xMM_0_0" + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LMC555xMM_0_1" + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LMC555xMM_1_1" + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "TR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 3.81) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -12.7 -5.08 0) (length 3.81) + (name "R" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "CV" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -5.08 180) (length 3.81) + (name "THR" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 0 180) (length 3.81) + (name "DIS" (effects (font (size 1.27 1.27)))) + (number "7" (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" "power_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) + ) + (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 "solderingChallenge-rescue:USB_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_A-Connector" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_A-Connector_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 4.826) (end -4.318 5.334) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.27 4.572) (end -4.572 5.842) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_A-Connector_1_1" + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 165.1 80.01) (diameter 0) (color 0 0 0 0) + (uuid 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee) + ) + (junction (at 134.62 110.49) (diameter 0) (color 0 0 0 0) + (uuid 262f1ea9-0133-4b43-be36-456207ea857c) + ) + (junction (at 208.28 93.98) (diameter 0) (color 0 0 0 0) + (uuid 6fd4442e-30b3-428b-9306-61418a63d311) + ) + (junction (at 165.1 110.49) (diameter 0) (color 0 0 0 0) + (uuid 7b044939-8c4d-444f-b9e0-a15fcdeb5a86) + ) + (junction (at 113.03 110.49) (diameter 0) (color 0 0 0 0) + (uuid 926001fd-2747-4639-8c0f-4fc46ff7218d) + ) + (junction (at 181.61 101.6) (diameter 0) (color 0 0 0 0) + (uuid b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) + ) + (junction (at 149.86 80.01) (diameter 0) (color 0 0 0 0) + (uuid cb16d05e-318b-4e51-867b-70d791d75bea) + ) + (junction (at 203.2 110.49) (diameter 0) (color 0 0 0 0) + (uuid e3fc1e69-a11c-4c84-8952-fefb9372474e) + ) + (junction (at 208.28 101.6) (diameter 0) (color 0 0 0 0) + (uuid ebd06df3-d52b-4cff-99a2-a771df6d3733) + ) + + (no_connect (at 120.65 87.63) (uuid 35a9f71f-ba35-47f6-814e-4106ac36c51e)) + (no_connect (at 120.65 85.09) (uuid 5b34a16c-5a14-4291-8242-ea6d6ac54372)) + (no_connect (at 110.49 95.25) (uuid a4f86a46-3bc8-4daa-9125-a63f297eb114)) + + (wire (pts (xy 177.8 88.9) (xy 186.69 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 009a4fb4-fcc0-4623-ae5d-c1bae3219583) + ) + (wire (pts (xy 134.62 110.49) (xy 165.1 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0325ec43-0390-4ae2-b055-b1ec6ce17b1c) + ) + (wire (pts (xy 165.1 110.49) (xy 165.1 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47) + ) + (wire (pts (xy 181.61 101.6) (xy 181.61 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0ce8d3ab-2662-4158-8a2a-18b782908fc5) + ) + (wire (pts (xy 208.28 101.6) (xy 181.61 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459) + ) + (wire (pts (xy 208.28 110.49) (xy 208.28 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 22999e73-da32-43a5-9163-4b3a41614f25) + ) + (wire (pts (xy 195.58 88.9) (xy 194.31 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 240c10af-51b5-420e-a6f4-a2c8f5db1db5) + ) + (wire (pts (xy 177.8 93.98) (xy 208.28 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 27d56953-c620-4d5b-9c1c-e48bc3d9684a) + ) + (wire (pts (xy 143.51 88.9) (xy 143.51 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 29e058a7-50a3-43e5-81c3-bfee53da08be) + ) + (wire (pts (xy 165.1 83.82) (xy 165.1 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2e842263-c0ba-46fd-a760-6624d4c78278) + ) + (wire (pts (xy 149.86 80.01) (xy 165.1 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 309b3bff-19c8-41ec-a84d-63399c649f46) + ) + (wire (pts (xy 181.61 99.06) (xy 177.8 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 382ca670-6ae8-4de6-90f9-f241d1337171) + ) + (wire (pts (xy 152.4 88.9) (xy 143.51 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3fd54105-4b7e-4004-9801-76ec66108a22) + ) + (wire (pts (xy 165.1 80.01) (xy 208.28 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4632212f-13ce-4392-bc68-ccb9ba333770) + ) + (wire (pts (xy 165.1 110.49) (xy 203.2 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 576c6616-e95d-4f1e-8ead-dea30fcdc8c2) + ) + (wire (pts (xy 203.2 110.49) (xy 208.28 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 597a11f2-5d2c-4a65-ac95-38ad106e1367) + ) + (wire (pts (xy 143.51 106.68) (xy 181.61 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5cf2db29-f7ab-499a-9907-cdeba64bf0f3) + ) + (wire (pts (xy 134.62 110.49) (xy 113.03 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 89e83c2e-e90a-4a50-b278-880bac0cfb49) + ) + (wire (pts (xy 208.28 80.01) (xy 208.28 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c0807a7-765b-4fa5-baaa-e09a2b610e6b) + ) + (wire (pts (xy 208.28 91.44) (xy 208.28 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8d0c1d66-35ef-4a53-a28f-436a11b54f42) + ) + (wire (pts (xy 134.62 101.6) (xy 134.62 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 935f462d-8b1e-4005-9f1e-17f537ab1756) + ) + (wire (pts (xy 203.2 88.9) (xy 203.2 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a29f8df0-3fae-4edf-8d9c-bd5a875b13e3) + ) + (wire (pts (xy 113.03 110.49) (xy 113.03 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a5e521b9-814e-4853-a5ac-f158785c6269) + ) + (wire (pts (xy 134.62 93.98) (xy 152.4 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a) + ) + (wire (pts (xy 149.86 99.06) (xy 149.86 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd9595a1-04f3-4fda-8f1b-e65ad874edd3) + ) + (wire (pts (xy 152.4 99.06) (xy 149.86 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid be645d0f-8568-47a0-a152-e3ddd33563eb) + ) + (wire (pts (xy 120.65 80.01) (xy 149.86 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cf386a39-fc62-49dd-8ec5-e044f6bd67ce) + ) + (wire (pts (xy 181.61 106.68) (xy 181.61 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid feb26ecb-9193-46ea-a41b-d09305bf0a3e) + ) + + (label "VCC" (at 134.62 80.01 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 37f31dec-63fc-4634-a141-5dc5d2b60fe4) + ) + (label "GND" (at 120.65 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 91c1eb0a-67ae-4ef0-95ce-d060a03a7313) + ) + + (symbol (lib_id "Device:R") (at 208.28 97.79 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe705) + (property "Reference" "R9" (id 0) (at 210.058 96.6216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100k" (id 1) (at 210.058 98.933 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 206.502 97.79 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8)) + (pin "2" (uuid bd793ae5-cde5-43f6-8def-1f95f35b1be6)) + ) + + (symbol (lib_id "Device:C") (at 134.62 97.79 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe70b) + (property "Reference" "C5" (id 0) (at 137.541 96.6216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10n" (id 1) (at 137.541 98.933 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 135.5852 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 134.62 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e36988d2-ecb2-461b-a443-7006f447e828)) + (pin "2" (uuid d102186a-5b58-41d0-9985-3dbb3593f397)) + ) + + (symbol (lib_id "Device:R") (at 208.28 87.63 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe712) + (property "Reference" "R8" (id 0) (at 210.058 86.4616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 210.058 88.773 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 206.502 87.63 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 142dd724-2a9f-4eea-ab21-209b1bc7ec65)) + (pin "2" (uuid 15a82541-58d8-45b5-99c5-fb52e017e3ea)) + ) + + (symbol (lib_id "Device:C") (at 208.28 105.41 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe723) + (property "Reference" "C6" (id 0) (at 211.201 104.2416 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7u" (id 1) (at 211.201 106.553 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 209.2452 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f447e585-df78-4239-b8cb-4653b3837bb1)) + (pin "2" (uuid 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) + ) + + (symbol (lib_id "solderingChallenge-rescue:USB_A-Connector") (at 113.03 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe73b) + (property "Reference" "J6" (id 0) (at 114.4778 73.2282 0)) + (property "Value" "USB_A" (id 1) (at 114.4778 75.5396 0)) + (property "Footprint" "RoboCamp:usb-PCB" (id 2) (at 116.84 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (id 3) (at 116.84 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 701e1517-e8cf-46f4-b538-98e721c97380)) + (pin "2" (uuid 235067e2-1686-40fe-a9a0-61704311b2b1)) + (pin "3" (uuid 31f91ec8-56e4-4e08-9ccd-012652772211)) + (pin "4" (uuid be41ac9e-b8ba-4089-983b-b84269707f1c)) + (pin "5" (uuid 98861672-254d-432b-8e5a-10d885a5ffdc)) + ) + + (symbol (lib_id "Device:R") (at 199.39 88.9 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe743) + (property "Reference" "R7" (id 0) (at 199.39 83.6422 90)) + (property "Value" "330R" (id 1) (at 199.39 85.9536 90)) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 199.39 87.122 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 199.39 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e6d68f56-4a40-4849-b8d1-13d5ca292900)) + (pin "2" (uuid cd5e758d-cb66-484a-ae8b-21f53ceee49e)) + ) + + (symbol (lib_id "Device:LED") (at 190.5 88.9 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe74b) + (property "Reference" "D3" (id 0) (at 190.6778 82.423 0)) + (property "Value" "LED" (id 1) (at 190.6778 84.7344 0)) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 190.5 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 190.5 88.9 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 13bbfffc-affb-4b43-9eb1-f2ed90a8a919)) + (pin "2" (uuid 71f8d568-0f23-4ff2-8e60-1600ce517a48)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 149.86 80.01 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe765) + (property "Reference" "#FLG05" (id 0) (at 149.86 78.105 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 149.86 75.6158 0)) + (property "Footprint" "" (id 2) (at 149.86 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 149.86 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 78f9c3d3-3556-46f6-9744-05ad54b330f0)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 113.03 110.49 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000600fe76c) + (property "Reference" "#FLG06" (id 0) (at 113.03 112.395 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 113.03 114.8842 0)) + (property "Footprint" "" (id 2) (at 113.03 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 113.03 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cbebc05a-c4dd-4baf-8c08-196e84e08b27)) + ) + + (symbol (lib_id "Timer:LMC555xMM") (at 165.1 93.98 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006010c318) + (property "Reference" "U3" (id 0) (at 167.64 82.55 0)) + (property "Value" "LMC555xMM" (id 1) (at 171.45 85.09 0)) + (property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 181.61 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc555.pdf" (id 3) (at 186.69 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b)) + (pin "8" (uuid f2480d0c-9b08-4037-9175-b2369af04d4c)) + (pin "2" (uuid eac8d865-0226-4958-b547-6b5592f39713)) + (pin "3" (uuid 443bc73a-8dc0-4e2f-a292-a5eff00efa5b)) + (pin "4" (uuid cc75e5ae-3348-4e7a-bd16-4df685ee47bd)) + (pin "5" (uuid 83021f70-e61e-4ad3-bae7-b9f02b28be4f)) + (pin "6" (uuid a25b7e01-1754-4cc9-8a14-3d9c461e5af5)) + (pin "7" (uuid 014d13cd-26ad-4d0e-86ad-a43b541cab14)) + ) +) diff --git a/solderingChallenge/hardware/level4-0402.kicad_sch b/solderingChallenge/hardware/level4-0402.kicad_sch new file mode 100644 index 0000000..e9c3fb9 --- /dev/null +++ b/solderingChallenge/hardware/level4-0402.kicad_sch @@ -0,0 +1,707 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid eae0ab9f-65b2-44d3-aba7-873c3227fba7) + + (paper "A4") + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_C" (id 1) (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device_LED" (id 1) (at 0 -2.54 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_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (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 -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 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 3.81 0 180) (length 2.54) + (name "A" (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" "Device_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_fp_filters" "R_*" (id 4) (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 "Timer:LMC555xMM" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Timer_LMC555xMM" (id 1) (at 2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*VSSOP*3.0x3.0mm*P0.65mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LMC555xMM_0_0" + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LMC555xMM_0_1" + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LMC555xMM_1_1" + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "TR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 3.81) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -12.7 -5.08 0) (length 3.81) + (name "R" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "CV" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -5.08 180) (length 3.81) + (name "THR" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 0 180) (length 3.81) + (name "DIS" (effects (font (size 1.27 1.27)))) + (number "7" (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" "power_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) + ) + (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 "solderingChallenge-rescue:USB_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_A-Connector" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_A-Connector_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 4.826) (end -4.318 5.334) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.27 4.572) (end -4.572 5.842) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_A-Connector_1_1" + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 146.05 85.09) (diameter 0) (color 0 0 0 0) + (uuid 03c7f780-fc1b-487a-b30d-567d6c09fdc8) + ) + (junction (at 161.29 115.57) (diameter 0) (color 0 0 0 0) + (uuid 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9) + ) + (junction (at 177.8 106.68) (diameter 0) (color 0 0 0 0) + (uuid 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b) + ) + (junction (at 199.39 115.57) (diameter 0) (color 0 0 0 0) + (uuid 37b6c6d6-3e12-4736-912a-ea6e2bf06721) + ) + (junction (at 204.47 99.06) (diameter 0) (color 0 0 0 0) + (uuid 998b7fa5-31a5-472e-9572-49d5226d6098) + ) + (junction (at 109.22 115.57) (diameter 0) (color 0 0 0 0) + (uuid e32ee344-1030-4498-9cac-bfbf7540faf4) + ) + (junction (at 204.47 106.68) (diameter 0) (color 0 0 0 0) + (uuid e5203297-b913-4288-a576-12a92185cb52) + ) + (junction (at 130.81 115.57) (diameter 0) (color 0 0 0 0) + (uuid e7bb7815-0d52-4bb8-b29a-8cf960bd2905) + ) + (junction (at 161.29 85.09) (diameter 0) (color 0 0 0 0) + (uuid f7667b23-296e-4362-a7e3-949632c8954b) + ) + + (no_connect (at 116.84 90.17) (uuid 70fb572d-d5ec-41e7-9482-63d4578b4f47)) + (no_connect (at 116.84 92.71) (uuid 7afa54c4-2181-41d3-81f7-39efc497ecae)) + (no_connect (at 106.68 100.33) (uuid cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) + + (wire (pts (xy 161.29 115.57) (xy 199.39 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0ae82096-0994-4fb0-9a2a-d4ac4804abac) + ) + (wire (pts (xy 204.47 96.52) (xy 204.47 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0f31f11f-c374-4640-b9a4-07bbdba8d354) + ) + (wire (pts (xy 204.47 106.68) (xy 177.8 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 109caac1-5036-4f23-9a66-f569d871501b) + ) + (wire (pts (xy 173.99 99.06) (xy 204.47 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 18b7e157-ae67-48ad-bd7c-9fef6fe45b22) + ) + (wire (pts (xy 177.8 104.14) (xy 173.99 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 19b0959e-a79b-43b2-a5ad-525ced7e9131) + ) + (wire (pts (xy 148.59 104.14) (xy 146.05 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1f8b2c0c-b042-4e2e-80f6-4959a27b238f) + ) + (wire (pts (xy 130.81 115.57) (xy 161.29 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4107d40a-e5df-4255-aacc-13f9928e090c) + ) + (wire (pts (xy 146.05 104.14) (xy 146.05 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 700e8b73-5976-423f-a3f3-ab3d9f3e9760) + ) + (wire (pts (xy 204.47 115.57) (xy 204.47 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 752417ee-7d0b-4ac8-a22c-26669881a2ab) + ) + (wire (pts (xy 204.47 85.09) (xy 204.47 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 79e31048-072a-4a40-a625-26bb0b5f046b) + ) + (wire (pts (xy 139.7 111.76) (xy 177.8 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7c04618d-9115-4179-b234-a8faf854ea92) + ) + (wire (pts (xy 109.22 115.57) (xy 109.22 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8195a7cf-4576-44dd-9e0e-ee048fdb93dd) + ) + (wire (pts (xy 199.39 115.57) (xy 204.47 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 86dc7a78-7d51-4111-9eea-8a8f7977eb16) + ) + (wire (pts (xy 177.8 106.68) (xy 177.8 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c1605f9-6c91-4701-96bf-e753661d5e23) + ) + (wire (pts (xy 173.99 93.98) (xy 184.15 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 917920ab-0c6e-4927-974d-ef342cdd4f63) + ) + (wire (pts (xy 146.05 85.09) (xy 161.29 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b4300db7-1220-431a-b7c3-2edbdf8fa6fc) + ) + (wire (pts (xy 130.81 99.06) (xy 148.59 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b6135480-ace6-42b2-9c47-856ef57cded1) + ) + (wire (pts (xy 161.29 85.09) (xy 204.47 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b873bc5d-a9af-4bd9-afcb-87ce4d417120) + ) + (wire (pts (xy 130.81 106.68) (xy 130.81 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5) + ) + (wire (pts (xy 199.39 93.98) (xy 199.39 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bb4b1afc-c46e-451d-8dad-36b7dec82f26) + ) + (wire (pts (xy 161.29 115.57) (xy 161.29 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c04386e0-b49e-4fff-b380-675af13a62cb) + ) + (wire (pts (xy 161.29 88.9) (xy 161.29 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c76d4423-ef1b-4a6f-8176-33d65f2877bb) + ) + (wire (pts (xy 116.84 85.09) (xy 146.05 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa) + ) + (wire (pts (xy 130.81 115.57) (xy 109.22 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e0f06b5c-de63-4833-a591-ca9e19217a35) + ) + (wire (pts (xy 148.59 93.98) (xy 139.7 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e4d2f565-25a0-48c6-be59-f4bf31ad2558) + ) + (wire (pts (xy 139.7 93.98) (xy 139.7 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e502d1d5-04b0-4d4b-b5c3-8c52d09668e7) + ) + (wire (pts (xy 177.8 111.76) (xy 177.8 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e67b9f8c-019b-4145-98a4-96545f6bb128) + ) + + (label "VCC" (at 130.81 85.09 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6e435cd4-da2b-4602-a0aa-5dd988834dff) + ) + (label "GND" (at 118.11 115.57 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6f675e5f-8fe6-4148-baf1-da97afc770f8) + ) + + (symbol (lib_id "Device:R") (at 204.47 102.87 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060103396) + (property "Reference" "R12" (id 0) (at 206.248 101.7016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100k" (id 1) (at 206.248 104.013 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 202.692 102.87 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 204.47 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e)) + (pin "2" (uuid 97dcf785-3264-40a1-a36e-8842acab24fb)) + ) + + (symbol (lib_id "Device:C") (at 130.81 102.87 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006010339c) + (property "Reference" "C7" (id 0) (at 133.731 101.7016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10n" (id 1) (at 133.731 104.013 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 131.7752 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 130.81 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e87738fc-e372-4c48-9de9-398fd8b4874c)) + (pin "2" (uuid 2de1ffee-2174-41d2-8969-68b8d21e5a7d)) + ) + + (symbol (lib_id "Device:R") (at 204.47 92.71 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033a3) + (property "Reference" "R11" (id 0) (at 206.248 91.5416 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 206.248 93.853 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 202.692 92.71 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 204.47 92.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6)) + (pin "2" (uuid 87a1984f-543d-4f2e-ad8a-7a3a24ee6047)) + ) + + (symbol (lib_id "Device:C") (at 204.47 110.49 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033b4) + (property "Reference" "C8" (id 0) (at 207.391 109.3216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7u" (id 1) (at 207.391 111.633 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 205.4352 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 204.47 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dc1d84c8-33da-4489-be8e-2a1de3001779)) + (pin "2" (uuid be2983fa-f06e-485e-bea1-3dd96b916ec5)) + ) + + (symbol (lib_id "solderingChallenge-rescue:USB_A-Connector") (at 109.22 90.17 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033cc) + (property "Reference" "J8" (id 0) (at 110.6678 78.3082 0)) + (property "Value" "USB_A" (id 1) (at 110.6678 80.6196 0)) + (property "Footprint" "RoboCamp:usb-PCB" (id 2) (at 113.03 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (id 3) (at 113.03 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 20901d7e-a300-4069-8967-a6a7e97a68bc)) + (pin "2" (uuid cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13)) + (pin "3" (uuid 0d993e48-cea3-4104-9c5a-d8f97b64a3ac)) + (pin "4" (uuid b12e5309-5d01-40ef-a9c3-8453e00a555e)) + (pin "5" (uuid be6b17f9-34f5-44e9-a4c7-725d2e274a9d)) + ) + + (symbol (lib_id "Device:R") (at 195.58 93.98 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033d4) + (property "Reference" "R10" (id 0) (at 195.58 88.7222 90)) + (property "Value" "330R" (id 1) (at 195.58 91.0336 90)) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 195.58 92.202 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 195.58 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6a2bcc72-047b-4846-8583-1109e3552669)) + (pin "2" (uuid 775e8983-a723-43c5-bf00-61681f0840f3)) + ) + + (symbol (lib_id "Device:LED") (at 187.96 93.98 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033dc) + (property "Reference" "D4" (id 0) (at 188.1378 87.503 0)) + (property "Value" "LED" (id 1) (at 188.1378 89.8144 0)) + (property "Footprint" "LED_SMD:LED_0402_1005Metric" (id 2) (at 187.96 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 187.96 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3249bd81-9fd4-4194-9b4f-2e333b2195b8)) + (pin "2" (uuid 718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 146.05 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033f6) + (property "Reference" "#FLG07" (id 0) (at 146.05 83.185 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 146.05 80.6958 0)) + (property "Footprint" "" (id 2) (at 146.05 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 146.05 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7acd513a-187b-4936-9f93-2e521ce33ad5)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 109.22 115.57 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601033fd) + (property "Reference" "#FLG08" (id 0) (at 109.22 117.475 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 109.22 119.9642 0)) + (property "Footprint" "" (id 2) (at 109.22 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 109.22 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a92f3b72-ed6d-4d99-9da6-35771bec3c77)) + ) + + (symbol (lib_id "Timer:LMC555xMM") (at 161.29 99.06 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006011e0eb) + (property "Reference" "U4" (id 0) (at 163.83 87.63 0)) + (property "Value" "LMC555xMM" (id 1) (at 167.64 90.17 0)) + (property "Footprint" "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (id 2) (at 177.8 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc555.pdf" (id 3) (at 182.88 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8486c294-aa7e-43c3-b257-1ca3356dd17a)) + (pin "8" (uuid 2c95b9a6-9c71-4108-9cde-57ddfdd2dd19)) + (pin "2" (uuid aee7520e-3bfc-435f-a66b-1dd1f5aa6a87)) + (pin "3" (uuid 7b766787-7689-40b8-9ef5-c0b1af45a9ae)) + (pin "4" (uuid df2a6036-7274-4398-9365-148b6ddab90d)) + (pin "5" (uuid 475ed8b3-90bf-48cd-bce5-d8f48b689541)) + (pin "6" (uuid fc83cd71-1198-4019-87a1-dc154bceead3)) + (pin "7" (uuid 10d8ad0e-6a08-4053-92aa-23a15910fd21)) + ) +) diff --git a/solderingChallenge/hardware/level5-0201.kicad_sch b/solderingChallenge/hardware/level5-0201.kicad_sch new file mode 100644 index 0000000..5bb390a --- /dev/null +++ b/solderingChallenge/hardware/level5-0201.kicad_sch @@ -0,0 +1,718 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid 4f411f68-04bd-4175-a406-bcaa4cf6601e) + + (paper "A4") + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_C" (id 1) (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device_LED" (id 1) (at 0 -2.54 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_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (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 -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "LED_1_1" + (pin passive line (at -3.81 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 3.81 0 180) (length 2.54) + (name "A" (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" "Device_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_fp_filters" "R_*" (id 4) (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 "Timer:LMC555xTP" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -10.16 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Timer_LMC555xTP" (id 1) (at 2.54 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_BGA:Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm" (id 2) (at 2.54 -12.7 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_fp_filters" "Texas*DSBGA*P0.5mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LMC555xTP_0_0" + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "A2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "A3" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "LMC555xTP_0_1" + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -8.89 -7.62) (end 8.89 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "LMC555xTP_1_1" + (pin input line (at 12.7 0 180) (length 3.81) + (name "DIS" (effects (font (size 1.27 1.27)))) + (number "A1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -5.08 180) (length 3.81) + (name "THR" (effects (font (size 1.27 1.27)))) + (number "B1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "TR" (effects (font (size 1.27 1.27)))) + (number "B3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "CV" (effects (font (size 1.27 1.27)))) + (number "C1" (effects (font (size 1.27 1.27)))) + ) + (pin input inverted (at -12.7 -5.08 0) (length 3.81) + (name "R" (effects (font (size 1.27 1.27)))) + (number "C2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 3.81) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "C3" (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" "power_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) + ) + (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 "solderingChallenge-rescue:USB_A-Connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at -5.08 11.43 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_A-Connector" (id 1) (at -5.08 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 3.81 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_A-Connector_0_1" + (rectangle (start -5.08 -7.62) (end 5.08 7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (circle (center -3.81 2.159) (radius 0.635) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 4.826) (end -4.318 5.334) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.27 4.572) (end -4.572 5.842) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -0.635 3.429) (radius 0.381) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.127 -7.62) (end 0.127 -6.858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.175 2.159) + (xy -2.54 2.159) + (xy -1.27 3.429) + (xy -0.635 3.429) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.159) + (xy -1.905 2.159) + (xy -1.27 0.889) + (xy 0 0.889) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 2.794) + (xy 0.635 1.524) + (xy 1.905 2.159) + (xy 0.635 2.794) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 0.254 1.27) (end -0.508 0.508) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 5.08 -2.667) (end 4.318 -2.413) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 -0.127) (end 4.318 0.127) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 5.08 4.953) (end 4.318 5.207) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "USB_A-Connector_1_1" + (polyline + (pts + (xy -1.905 2.159) + (xy 0.635 2.159) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin power_in line (at 7.62 5.08 180) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -10.16 90) (length 2.54) + (name "Shield" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 181.61 99.06) (diameter 0) (color 0 0 0 0) + (uuid 00f3ea8b-8a54-4e56-84ff-d98f6c00496c) + ) + (junction (at 208.28 91.44) (diameter 0) (color 0 0 0 0) + (uuid 143ed874-a01f-4ced-ba4e-bbb66ddd1f70) + ) + (junction (at 113.03 107.95) (diameter 0) (color 0 0 0 0) + (uuid 2454fd1b-3484-4838-8b7e-d26357238fe1) + ) + (junction (at 165.1 107.95) (diameter 0) (color 0 0 0 0) + (uuid 3f43d730-2a73-49fe-9672-32428e7f5b49) + ) + (junction (at 134.62 107.95) (diameter 0) (color 0 0 0 0) + (uuid 9031bb33-c6aa-4758-bf5c-3274ed3ebab7) + ) + (junction (at 203.2 107.95) (diameter 0) (color 0 0 0 0) + (uuid 97fe2a5c-4eee-4c7a-9c43-47749b396494) + ) + (junction (at 208.28 99.06) (diameter 0) (color 0 0 0 0) + (uuid aa130053-a451-4f12-97f7-3d4d891a5f83) + ) + (junction (at 149.86 77.47) (diameter 0) (color 0 0 0 0) + (uuid afd38b10-2eca-4abe-aed1-a96fb07ffdbe) + ) + (junction (at 125.73 77.47) (diameter 0) (color 0 0 0 0) + (uuid c3c499b1-9227-4e4b-9982-f9f1aa6203b9) + ) + (junction (at 165.1 77.47) (diameter 0) (color 0 0 0 0) + (uuid cc15f583-a41b-43af-ba94-a75455506a96) + ) + + (no_connect (at 120.65 85.09) (uuid 155b0b7c-70b4-4a26-a550-bac13cab0aa4)) + (no_connect (at 120.65 82.55) (uuid 1fa508ef-df83-4c99-846b-9acf535b3ad9)) + (no_connect (at 110.49 92.71) (uuid d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) + + (wire (pts (xy 181.61 99.06) (xy 181.61 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 009b5465-0a65-4237-93e7-eb65321eeb18) + ) + (wire (pts (xy 181.61 104.14) (xy 181.61 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0520f61d-4522-4301-a3fa-8ed0bf060f69) + ) + (wire (pts (xy 165.1 77.47) (xy 208.28 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1199146e-a60b-416a-b503-e77d6d2892f9) + ) + (wire (pts (xy 187.96 86.36) (xy 177.8 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 28e37b45-f843-47c2-85c9-ca19f5430ece) + ) + (wire (pts (xy 143.51 104.14) (xy 181.61 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 411d4270-c66c-4318-b7fb-1470d34862b8) + ) + (wire (pts (xy 149.86 77.47) (xy 165.1 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 477892a1-722e-4cda-bb6c-fcdb8ba5f93e) + ) + (wire (pts (xy 165.1 81.28) (xy 165.1 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 479331ff-c540-41f4-84e6-b48d65171e59) + ) + (wire (pts (xy 149.86 96.52) (xy 149.86 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4d586a18-26c5-441e-a9ff-8125ee516126) + ) + (wire (pts (xy 208.28 107.95) (xy 208.28 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6bd115d6-07e0-45db-8f2e-3cbb0429104f) + ) + (wire (pts (xy 208.28 88.9) (xy 208.28 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 71f92193-19b0-44ed-bc7f-77535083d769) + ) + (wire (pts (xy 152.4 86.36) (xy 143.51 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 795e68e2-c9ba-45cf-9bff-89b8fae05b5a) + ) + (wire (pts (xy 143.51 86.36) (xy 143.51 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8fcec304-c6b1-4655-8326-beacd0476953) + ) + (wire (pts (xy 165.1 107.95) (xy 203.2 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9186dae5-6dc3-4744-9f90-e697559c6ac8) + ) + (wire (pts (xy 152.4 96.52) (xy 149.86 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9186fd02-f30d-4e17-aa38-378ab73e3908) + ) + (wire (pts (xy 134.62 99.06) (xy 134.62 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 98b00c9d-9188-4bce-aa70-92d12dd9cf82) + ) + (wire (pts (xy 149.86 77.47) (xy 125.73 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 997c2f12-73ba-4c01-9ee0-42e37cbab790) + ) + (wire (pts (xy 134.62 107.95) (xy 165.1 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a24ce0e2-fdd3-4e6a-b754-5dee9713dd27) + ) + (wire (pts (xy 125.73 77.47) (xy 120.65 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ae77c3c8-1144-468e-ad5b-a0b4090735bd) + ) + (wire (pts (xy 208.28 77.47) (xy 208.28 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b09666f9-12f1-4ee9-8877-2292c94258ca) + ) + (wire (pts (xy 208.28 99.06) (xy 181.61 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bc0dbc57-3ae8-4ce5-a05c-2d6003bba475) + ) + (wire (pts (xy 181.61 96.52) (xy 177.8 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c8b92953-cd23-44e6-85ce-083fb8c3f20f) + ) + (wire (pts (xy 165.1 107.95) (xy 165.1 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c8fd9dd3-06ad-4146-9239-0065013959ef) + ) + (wire (pts (xy 203.2 107.95) (xy 208.28 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ce72ea62-9343-4a4f-81bf-8ac601f5d005) + ) + (wire (pts (xy 134.62 91.44) (xy 152.4 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d88958ac-68cd-4955-a63f-0eaa329dec86) + ) + (wire (pts (xy 134.62 107.95) (xy 113.03 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f1a9fb80-4cc4-410f-9616-e19c969dcab5) + ) + (wire (pts (xy 203.2 86.36) (xy 203.2 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f8f3a9fc-1e34-4573-a767-508104e8d242) + ) + (wire (pts (xy 125.73 68.58) (xy 125.73 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fb30f9bb-6a0b-4d8a-82b0-266eab794bc6) + ) + (wire (pts (xy 177.8 91.44) (xy 208.28 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fd3499d5-6fd2-49a4-bdb0-109cee899fde) + ) + (wire (pts (xy 113.03 107.95) (xy 113.03 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0) + ) + + (label "GND" (at 125.73 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 180245d9-4a3f-4d1b-adcc-b4eafac722e0) + ) + (label "VCC" (at 129.54 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 54212c01-b363-47b8-a145-45c40df316f4) + ) + + (symbol (lib_id "Device:R") (at 208.28 95.25 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060100665) + (property "Reference" "R15" (id 0) (at 210.058 94.0816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "100k" (id 1) (at 210.058 96.393 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" (id 2) (at 206.502 95.25 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5f6afe3e-3cb2-473a-819c-dc94ae52a6be)) + (pin "2" (uuid 98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf)) + ) + + (symbol (lib_id "Device:C") (at 134.62 95.25 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006010066b) + (property "Reference" "C9" (id 0) (at 137.541 94.0816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10n" (id 1) (at 137.541 96.393 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" (id 2) (at 135.5852 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 134.62 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4fd9bc4f-0ae3-42d4-a1b4-9fb1b2a0a7fd)) + (pin "2" (uuid 86e98417-f5e4-48ba-8147-ef66cc03dde6)) + ) + + (symbol (lib_id "Device:R") (at 208.28 85.09 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060100672) + (property "Reference" "R14" (id 0) (at 210.058 83.9216 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10k" (id 1) (at 210.058 86.233 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" (id 2) (at 206.502 85.09 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4344bc11-e822-474b-8d61-d12211e719b1)) + (pin "2" (uuid 12c8f4c9-cb79-4390-b96c-a717c693de17)) + ) + + (symbol (lib_id "Device:C") (at 208.28 102.87 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060100683) + (property "Reference" "C10" (id 0) (at 211.201 101.7016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7u" (id 1) (at 211.201 104.013 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" (id 2) (at 209.2452 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ea2ea877-1ce1-4cd6-ad19-1da87f51601d)) + (pin "2" (uuid f699494a-77d6-4c73-bd50-29c1c1c5b879)) + ) + + (symbol (lib_id "solderingChallenge-rescue:USB_A-Connector") (at 113.03 82.55 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006010069b) + (property "Reference" "J10" (id 0) (at 114.4778 70.6882 0)) + (property "Value" "USB_A" (id 1) (at 114.4778 72.9996 0)) + (property "Footprint" "RoboCamp:usb-PCB" (id 2) (at 116.84 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (id 3) (at 116.84 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca6e2466-a90a-4dab-be16-b070610e5087)) + (pin "2" (uuid d18f2428-546f-4066-8ffb-7653303685db)) + (pin "3" (uuid d95c6650-fcd9-4184-97fe-fde43ea5c0cd)) + (pin "4" (uuid 12fa3c3f-3d14-451a-a6a8-884fd1b32fa7)) + (pin "5" (uuid f4a1ab68-998b-43e3-aa33-40b58210bc99)) + ) + + (symbol (lib_id "Device:R") (at 199.39 86.36 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601006a3) + (property "Reference" "R13" (id 0) (at 199.39 81.1022 90)) + (property "Value" "330R" (id 1) (at 199.39 83.4136 90)) + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" (id 2) (at 199.39 84.582 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 199.39 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 99e6b8eb-b08e-4d42-84dd-8b7f6765b7b7)) + (pin "2" (uuid db851147-6a1e-4d19-898c-0ba71182359b)) + ) + + (symbol (lib_id "Device:LED") (at 191.77 86.36 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601006ab) + (property "Reference" "D5" (id 0) (at 191.9478 79.883 0)) + (property "Value" "LED" (id 1) (at 191.9478 82.1944 0)) + (property "Footprint" "LED_SMD:LED_0201_0603Metric" (id 2) (at 191.77 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 191.77 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aa047297-22f8-4de0-a969-0b3451b8e164)) + (pin "2" (uuid df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 125.73 68.58 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601006c5) + (property "Reference" "#FLG09" (id 0) (at 125.73 66.675 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 125.73 64.1858 0)) + (property "Footprint" "" (id 2) (at 125.73 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 125.73 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d13b0eae-4711-4325-a6bb-aa8e3646e86e)) + ) + + (symbol (lib_id "power:PWR_FLAG") (at 113.03 107.95 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000601006cc) + (property "Reference" "#FLG010" (id 0) (at 113.03 109.855 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "PWR_FLAG" (id 1) (at 113.03 112.3442 0)) + (property "Footprint" "" (id 2) (at 113.03 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 113.03 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bef2abc2-bf3e-4a72-ad03-f8da3cd893cb)) + ) + + (symbol (lib_id "Timer:LMC555xTP") (at 165.1 91.44 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006011669c) + (property "Reference" "U5" (id 0) (at 167.64 80.01 0)) + (property "Value" "LMC555xTP" (id 1) (at 171.45 82.55 0)) + (property "Footprint" "Package_BGA:Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm" (id 2) (at 167.64 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc555.pdf" (id 3) (at 165.1 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "A2" (uuid 3d552623-2969-4b15-8623-368144f225e9)) + (pin "A3" (uuid e65bab67-68b7-4b22-a939-6f2c05164d2a)) + (pin "A1" (uuid bc3b3f93-69e0-44a5-b919-319b81d13095)) + (pin "B1" (uuid 8aeae536-fd36-430e-be47-1a856eced2fc)) + (pin "B3" (uuid eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03)) + (pin "C1" (uuid fb35e3b1-aff6-41a7-9cf0-52694b95edeb)) + (pin "C2" (uuid fa20e708-ec85-4e0b-8402-f74a2724f920)) + (pin "C3" (uuid 21492bcd-343a-4b2b-b55a-b4586c11bdeb)) + ) +) diff --git a/solderingChallenge/hardware/solderingChallenge.kicad_pcb b/solderingChallenge/hardware/solderingChallenge.kicad_pcb new file mode 100644 index 0000000..20d7bd5 --- /dev/null +++ b/solderingChallenge/hardware/solderingChallenge.kicad_pcb @@ -0,0 +1,8427 @@ +(kicad_pcb (version 20211014) (generator pcbnew) + + (general + (thickness 1.6) + ) + + (paper "A4") + (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) + ) + + (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 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + + (net 0 "") + (net 1 "Net-(C1-Pad1)") + (net 2 "Net-(C2-Pad1)") + (net 3 "Net-(D1-Pad2)") + (net 4 "Net-(D1-Pad1)") + (net 5 "Net-(R2-Pad2)") + (net 6 "Net-(C3-Pad1)") + (net 7 "Net-(C4-Pad1)") + (net 8 "Net-(C5-Pad1)") + (net 9 "Net-(C6-Pad1)") + (net 10 "Net-(C7-Pad1)") + (net 11 "Net-(C8-Pad1)") + (net 12 "Net-(C9-Pad1)") + (net 13 "Net-(C10-Pad1)") + (net 14 "Net-(D2-Pad2)") + (net 15 "Net-(D2-Pad1)") + (net 16 "Net-(D3-Pad2)") + (net 17 "Net-(D3-Pad1)") + (net 18 "Net-(D4-Pad2)") + (net 19 "Net-(D4-Pad1)") + (net 20 "Net-(D5-Pad2)") + (net 21 "Net-(D5-Pad1)") + (net 22 "Net-(R5-Pad2)") + (net 23 "Net-(R8-Pad2)") + (net 24 "Net-(R11-Pad2)") + (net 25 "Net-(R14-Pad2)") + (net 26 "/Level 1 - THT/GND") + (net 27 "/Level 2 - 1206/GND") + (net 28 "/Level 1 - THT/VCC") + (net 29 "/Level 2 - 1206/VCC") + (net 30 "/Level 3 - 0603/GND") + (net 31 "/Level 3 - 0603/VCC") + (net 32 "/Level 4 - 0402/GND") + (net 33 "/Level 4 - 0402/VCC") + (net 34 "/Level 5 - 0201/GND") + (net 35 "/Level 5 - 0201/VCC") + (net 36 "Net-(C11-Pad1)") + (net 37 "/Level 0 - THT/GND") + (net 38 "Net-(C12-Pad1)") + (net 39 "Net-(D6-Pad1)") + (net 40 "Net-(D6-Pad2)") + (net 41 "/Level 0 - THT/VCC") + (net 42 "unconnected-(J1-Pad3)") + (net 43 "unconnected-(J1-Pad2)") + (net 44 "unconnected-(J2-Pad2)") + (net 45 "unconnected-(J2-Pad3)") + (net 46 "unconnected-(J4-Pad2)") + (net 47 "unconnected-(J4-Pad3)") + (net 48 "unconnected-(J6-Pad2)") + (net 49 "unconnected-(J6-Pad3)") + (net 50 "unconnected-(J8-Pad2)") + (net 51 "unconnected-(J8-Pad3)") + (net 52 "unconnected-(J10-Pad2)") + (net 53 "unconnected-(J10-Pad3)") + (net 54 "Net-(R17-Pad2)") + + (footprint "Capacitor_SMD:C_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d0102) + (at 228 106.5) + (descr "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") + (tags "capacitor") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006010066b") + (attr smd) + (fp_text reference "C9" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d68e5ddb-039c-483f-88a3-1b0b7964b482) + ) + (fp_text value "10n" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6f580eb1-88cc-489d-a7ca-9efa5e590715) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 98fe66f3-ec8b-4515-ae34-617f2124a7ec) + ) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 3a41dd27-ec14-44d5-b505-aad1d829f79a)) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp d38aa458-d7c4-47af-ba08-2b6be506a3fd)) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp e7d81bce-286e-41e4-9181-3511e9c0455e)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 5c7d6eaf-f256-4349-8203-d2e836872231)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp b13e8448-bf35-4ec0-9c70-3f2250718cc2)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp dde8619c-5a8c-40eb-9845-65e6a654222d)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 252f1275-081d-4d77-8bd5-3b9e6916ef42)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(C9-Pad1)") (pintype "passive") (tstamp 62e8c4d4-266c-4e53-8981-1028251d724c)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/Level 5 - 0201/GND") (pintype "passive") (tstamp fc3d51c1-8b35-4da3-a742-0ebe104989d7)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B4B45C9) (tstamp 00000000-0000-0000-0000-0000600d0170) + (at 154.25 100) + (descr "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") + (tags "LED handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9d2") + (attr smd) + (fp_text reference "D2" (at -3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7a879184-fad8-4feb-afb5-86fe8d34f1f7) + ) + (fp_text value "LED" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp a62609cd-29b7-4918-b97d-7b2404ba61cf) + ) + (fp_line (start -2.46 1.135) (end 1.6 1.135) (layer "F.SilkS") (width 0.12) (tstamp 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) + (fp_line (start -2.46 -1.135) (end -2.46 1.135) (layer "F.SilkS") (width 0.12) (tstamp 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) + (fp_line (start 1.6 -1.135) (end -2.46 -1.135) (layer "F.SilkS") (width 0.12) (tstamp 90e761f6-1432-4f73-ad28-fa8869b7ec31)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 07d160b6-23e1-4aa0-95cb-440482e6fc15)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 1e48966e-d29d-4521-8939-ec8ac570431d)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp a6738794-75ae-48a6-8949-ed8717400d71)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp d692b5e6-71b2-4fa6-bc83-618add8d8fef)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592)) + (fp_line (start -1.2 -0.8) (end -1.6 -0.4) (layer "F.Fab") (width 0.1) (tstamp 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2)) + (fp_line (start 1.6 -0.8) (end -1.2 -0.8) (layer "F.Fab") (width 0.1) (tstamp e413cfad-d7bd-41ab-b8dd-4b67484671a6)) + (fp_line (start -1.6 -0.4) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp f9b1563b-384a-447c-9f47-736504e995c8)) + (pad "1" smd roundrect locked (at -1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 15 "Net-(D2-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24)) + (pad "2" smd roundrect locked (at 1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 14 "Net-(D2-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5)) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d01a7) + (at 148.75 97.5 180) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9aa") + (attr smd) + (fp_text reference "C4" (at -3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 98861672-254d-432b-8e5a-10d885a5ffdc) + ) + (fp_text value "4.7u" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5e7c3a32-8dda-4e6a-9838-c94d1f165575) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 7f2b3ce3-2f20-426d-b769-e0329b6a8111) + ) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer "F.SilkS") (width 0.12) (tstamp 2165c9a4-eb84-4cb6-a870-2fdc39d2511b)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer "F.SilkS") (width 0.12) (tstamp 75b944f9-bf25-4dc7-8104-e9f80b4f359b)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 2de1ffee-2174-41d2-8969-68b8d21e5a7d)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp 84d4e166-b429-409a-ab37-c6a10fd82ff5)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp a7f2e97b-29f3-44fd-bf8a-97a3c1528b61)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp e87738fc-e372-4c48-9de9-398fd8b4874c)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 3c9169cc-3a77-4ae0-8afc-cbfc472a28c5)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 3e57b728-64e6-4470-8f27-a43c0dd85050)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 5f31b97b-d794-46d6-bbd9-7a5638bcf704)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp bac7c5b3-99df-445a-ade9-1e608bbbe27e)) + (pad "1" smd roundrect locked (at -1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 7 "Net-(C4-Pad1)") (pintype "passive") (tstamp e0830067-5b66-4ce1-b2d1-aaa8af20baf7)) + (pad "2" smd roundrect locked (at 1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 27 "/Level 2 - 1206/GND") (pintype "passive") (tstamp 6cb93665-0bcd-4104-8633-fffd1811eee0)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d01d7) + (at 178.5 100.5 180) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe743") + (attr smd) + (fp_text reference "R7" (at -2.85 3.9 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8) + ) + (fp_text value "330R" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c04386e0-b49e-4fff-b380-675af13a62cb) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 4b03e854-02fe-44cc-bece-f8268b7cae54) + ) + (fp_line (start -0.171267 0.51) (end 0.171267 0.51) (layer "F.SilkS") (width 0.12) (tstamp 8195a7cf-4576-44dd-9e0e-ee048fdb93dd)) + (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp e0f06b5c-de63-4833-a591-ca9e19217a35)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp d2d7bea6-0c22-495f-8666-323b30e03150)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e7bb7815-0d52-4bb8-b29a-8cf960bd2905)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0ae82096-0994-4fb0-9a2a-d4ac4804abac)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5)) + (pad "1" smd roundrect locked (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/Level 3 - 0603/GND") (pintype "passive") (tstamp cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) + (pad "2" smd roundrect locked (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(D3-Pad1)") (pintype "passive") (tstamp b5071759-a4d7-4769-be02-251f23cd4454)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-0000600d0214) + (at 120.5 89.75) + (descr "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") + (tags "C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a6d") + (attr through_hole) + (fp_text reference "C2" (at 2.5 0) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 430d6d73-9de6-41ca-b788-178d709f4aae) + ) + (fp_text value "4.7u" (at 2.5 2.5) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70) + ) + (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0b9f21ed-3d41-4f23-ae45-74117a5f3153) + ) + (fp_line (start 5.62 0.925) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 1b023dd4-5185-4576-b544-68a05b9c360b)) + (fp_line (start -0.62 1.37) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3249bd81-9fd4-4194-9b4f-2e333b2195b8)) + (fp_line (start -0.62 -1.37) (end -0.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp 718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1)) + (fp_line (start 5.62 -1.37) (end 5.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp 90f81af1-b6de-44aa-a46b-6504a157ce6c)) + (fp_line (start -0.62 0.925) (end -0.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 9e0e6fc0-a269-4822-b93d-4c5e6689ff11)) + (fp_line (start -0.62 -1.37) (end 5.62 -1.37) (layer "F.SilkS") (width 0.12) (tstamp cbde200f-1075-469a-89f8-abbdcf30e36a)) + (fp_line (start 6.05 1.5) (end 6.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 76afa8e0-9b3a-439d-843c-ad039d3b6354)) + (fp_line (start -1.05 1.5) (end 6.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 946404ba-9297-43ec-9d67-30184041145f)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp a64aeb89-c24a-493b-9aab-87a6be930bde)) + (fp_line (start 6.05 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp a76a574b-1cac-43eb-81e6-0e2e278cea39)) + (fp_line (start 5.5 1.25) (end 5.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp 347562f5-b152-4e7b-8a69-40ca6daaaad4)) + (fp_line (start -0.5 -1.25) (end -0.5 1.25) (layer "F.Fab") (width 0.1) (tstamp 70d34adf-9bd8-469e-8c77-5c0d7adf511e)) + (fp_line (start -0.5 1.25) (end 5.5 1.25) (layer "F.Fab") (width 0.1) (tstamp cb083d38-4f11-4a80-8b19-ab751c405e4a)) + (fp_line (start 5.5 -1.25) (end -0.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp f50dae73-c5b5-475d-ac8c-5b555be54fa3)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "Net-(C2-Pad1)") (pintype "passive") (tstamp 2c95b9a6-9c71-4108-9cde-57ddfdd2dd19)) + (pad "2" thru_hole circle locked (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 "/Level 1 - THT/GND") (pintype "passive") (tstamp 8486c294-aa7e-43c3-b257-1ca3356dd17a)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D6.0mm_W2.5mm_P5.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d02eb) + (at 178.5 104.5) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe70b") + (attr smd) + (fp_text reference "C5" (at -2.6 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 89c9afdc-c346-4300-a392-5f9dd8c1e5bd) + ) + (fp_text value "10n" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8b7bbefd-8f78-41f8-809c-2534a5de3b39) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 616287d9-a51f-498c-8b91-be46a0aa3a7f) + ) + (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 14094ad2-b562-4efa-8c6f-51d7a3134345)) + (fp_line (start -0.171267 0.51) (end 0.171267 0.51) (layer "F.SilkS") (width 0.12) (tstamp cbebc05a-c4dd-4baf-8c08-196e84e08b27)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5ff19d63-2cb4-438b-93c4-e66d37a05329)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 637f12be-fa48-4ce4-96b2-04c21a8795c8)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f7447e92-4293-41c4-be3f-69b30aad1f17)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp fa00d3f4-bb71-4b1d-aa40-ae9267e2c41f)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1427bb3f-0689-4b41-a816-cd79a5202fd0)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 590fefcc-03e7-45d6-b6c9-e51a7c3c36c4)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 59cb2966-1e9c-4b3b-b3c8-7499378d8dde)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 78f9c3d3-3556-46f6-9744-05ad54b330f0)) + (pad "1" smd roundrect locked (at -0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "Net-(C5-Pad1)") (pintype "passive") (tstamp 8bdea5f6-7a53-427a-92b8-fd15994c2e8c)) + (pad "2" smd roundrect locked (at 0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/Level 3 - 0603/GND") (pintype "passive") (tstamp a599509f-fbb9-4db4-9adf-9e96bab1138d)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0321) + (at 226.5 102) + (descr "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") + (tags "resistor") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006a3") + (attr smd) + (fp_text reference "R13" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be) + ) + (fp_text value "330R" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504) + ) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/Level 5 - 0201/GND") (pintype "passive") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 21 "Net-(D5-Pad1)") (pintype "passive") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "F.Cu") + (tedit 5D9F72B1) (tstamp 00000000-0000-0000-0000-0000600d035a) + (at 151.25 107 180) + (descr "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") + (tags "SOIC SO") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-000060105c46") + (attr smd) + (fp_text reference "U2" (at 0 -3.4) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955) + ) + (fp_text value "LMC555xM" (at 0 3.4) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.98 0.98) (thickness 0.15))) + (tstamp a17904b9-135e-4dae-ae20-401c7787de72) + ) + (fp_line (start 0 2.56) (end 1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb)) + (fp_line (start 0 2.56) (end -1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp 965308c8-e014-459a-b9db-b8493a601c62)) + (fp_line (start 0 -2.56) (end 1.95 -2.56) (layer "F.SilkS") (width 0.12) (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e)) + (fp_line (start 0 -2.56) (end -3.45 -2.56) (layer "F.SilkS") (width 0.12) (tstamp f3628265-0155-43e2-a467-c40ff783e265)) + (fp_line (start -3.7 2.7) (end 3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) + (fp_line (start 3.7 -2.7) (end -3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039)) + (fp_line (start -3.7 -2.7) (end -3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) + (fp_line (start 3.7 2.7) (end 3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) + (fp_line (start -1.95 2.45) (end -1.95 -1.475) (layer "F.Fab") (width 0.1) (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7)) + (fp_line (start -0.975 -2.45) (end 1.95 -2.45) (layer "F.Fab") (width 0.1) (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e)) + (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) + (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) + (fp_line (start -1.95 -1.475) (end -0.975 -2.45) (layer "F.Fab") (width 0.1) (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) + (pad "1" smd roundrect locked (at -2.475 -1.905 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 27 "/Level 2 - 1206/GND") (pinfunction "GND") (pintype "power_in") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7)) + (pad "2" smd roundrect locked (at -2.475 -0.635 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "Net-(C4-Pad1)") (pinfunction "TR") (pintype "input") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2)) + (pad "3" smd roundrect locked (at -2.475 0.635 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 14 "Net-(D2-Pad2)") (pinfunction "Q") (pintype "output") (tstamp cb24efdd-07c6-4317-9277-131625b065ac)) + (pad "4" smd roundrect locked (at -2.475 1.905 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "/Level 2 - 1206/VCC") (pinfunction "R") (pintype "input") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6)) + (pad "5" smd roundrect locked (at 2.475 1.905 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "Net-(C3-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8)) + (pad "6" smd roundrect locked (at 2.475 0.635 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "Net-(C4-Pad1)") (pinfunction "THR") (pintype "input") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0)) + (pad "7" smd roundrect locked (at 2.475 -0.635 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 22 "Net-(R5-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36)) + (pad "8" smd roundrect locked (at 2.475 -1.905 180) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "/Level 2 - 1206/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8)) + (model "${KISYS3DMOD}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d03cf) + (at 225 102) + (descr "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") + (tags "capacitor") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100683") + (attr smd) + (fp_text reference "C10" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4cafb73d-1ad8-4d24-acf7-63d78095ae46) + ) + (fp_text value "4.7u" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp be4b72db-0e02-4d9b-844a-aff689b4e648) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 582622a2-fad4-4737-9a80-be9fffbba8ab) + ) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 2e0a9f64-1b78-4597-8d50-d12d2268a95a)) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 9aaeec6e-84fe-4644-b0bc-5de24626ff48)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp d3e133b7-2c84-4206-a2b1-e693cb57fe56)) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp f988d6ea-11c5-4837-b1d1-5c292ded50c6)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 269f19c3-6824-45a8-be29-fa58d70cbb42)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 38cfe839-c630-43d3-a9ec-6a89ba9e318a)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 5889287d-b845-4684-b23e-663811b25d27)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp da481376-0e49-44d3-91b8-aaa39b869dd1)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 337e8520-cbd2-42c0-8d17-743bab17cbbd)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp fdc60c06-30fa-4dfb-96b4-809b755999e1)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 13 "Net-(C10-Pad1)") (pintype "passive") (tstamp e0c7ddff-8c90-465f-be62-21fb49b059fa)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 34 "/Level 5 - 0201/GND") (pintype "passive") (tstamp 1dfbf353-5b24-4c0f-8322-8fcd514ae75e)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d0403) + (at 202.75 103.75) + (descr "Capacitor 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") + (tags "capacitor") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-00006010339c") + (attr smd) + (fp_text reference "C7" (at 2 0 -90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dbe92a0d-89cb-4d3f-9497-c2c1d93a3018) + ) + (fp_text value "10n" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 97581b9a-3f6b-4e88-8768-6fdb60e6aca6) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 7db990e4-92e1-4f99-b4d2-435bbec1ba83) + ) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp 0e249018-17e7-42b3-ae5d-5ebf3ae299ae)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp cd5e758d-cb66-484a-ae8b-21f53ceee49e)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp e6d68f56-4a40-4849-b8d1-13d5ca292900)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 01f82238-6335-48fe-8b0a-6853e227345a)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 13bbfffc-affb-4b43-9eb1-f2ed90a8a919)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 71f8d568-0f23-4ff2-8e60-1600ce517a48)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 7c00778a-4692-4f9b-87d5-2d355077ce1e)) + (pad "1" smd roundrect locked (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "Net-(C7-Pad1)") (pintype "passive") (tstamp e300709f-6c72-488d-a598-efcbd6d3af54)) + (pad "2" smd roundrect locked (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "/Level 4 - 0402/GND") (pintype "passive") (tstamp 8efee08b-b92e-4ba6-8722-c058e18114fe)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (layer "F.Cu") + (tedit 5A02F25C) (tstamp 00000000-0000-0000-0000-0000600d043c) + (at 201.5 106.5) + (descr "VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf") + (tags "VSSOP-8 3.0 x 3.0") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-00006011e0eb") + (attr smd) + (fp_text reference "U4" (at 0 -2.5 180) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2) + ) + (fp_text value "LMC555xMM" (at 0.02 2.73) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4780a290-d25c-4459-9579-eba3f7678762) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.5 0.5) (thickness 0.1))) + (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d) + ) + (fp_line (start 1 1.62) (end -1 1.62) (layer "F.SilkS") (width 0.12) (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) + (fp_line (start 0 -1.62) (end -3 -1.62) (layer "F.SilkS") (width 0.12) (tstamp c43663ee-9a0d-4f27-a292-89ba89964065)) + (fp_line (start -3.48 1.75) (end -3.48 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) + (fp_line (start 3.48 -1.75) (end 3.48 1.75) (layer "F.CrtYd") (width 0.05) (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) + (fp_line (start -3.48 -1.75) (end 3.48 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) + (fp_line (start 3.48 1.75) (end -3.48 1.75) (layer "F.CrtYd") (width 0.05) (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) + (fp_line (start -1.5 1.5) (end -1.5 -0.5) (layer "F.Fab") (width 0.1) (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077)) + (fp_line (start -0.5 -1.5) (end 1.5 -1.5) (layer "F.Fab") (width 0.1) (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8)) + (fp_line (start -0.5 -1.5) (end -1.5 -0.5) (layer "F.Fab") (width 0.1) (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) + (pad "1" smd rect locked (at -2.2 -0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 32 "/Level 4 - 0402/GND") (pinfunction "GND") (pintype "power_in") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) + (pad "2" smd rect locked (at -2.2 -0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "Net-(C8-Pad1)") (pinfunction "TR") (pintype "input") (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb)) + (pad "3" smd rect locked (at -2.2 0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "Net-(D4-Pad2)") (pinfunction "Q") (pintype "output") (tstamp 639c0e59-e95c-4114-bccd-2e7277505454)) + (pad "4" smd rect locked (at -2.2 0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/Level 4 - 0402/VCC") (pinfunction "R") (pintype "input") (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad)) + (pad "5" smd rect locked (at 2.2 0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "Net-(C7-Pad1)") (pinfunction "CV") (pintype "input") (tstamp a15a7506-eae4-4933-84da-9ad754258706)) + (pad "6" smd rect locked (at 2.2 0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "Net-(C8-Pad1)") (pinfunction "THR") (pintype "input") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68)) + (pad "7" smd rect locked (at 2.2 -0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(R11-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51)) + (pad "8" smd rect locked (at 2.2 -0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/Level 4 - 0402/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b)) + (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-8_3.0x3.0mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0478) + (at 200 102.5 180) + (descr "Resistor 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") + (tags "resistor") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-000060103396") + (attr smd) + (fp_text reference "R12" (at -2.5 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cb16d05e-318b-4e51-867b-70d791d75bea) + ) + (fp_text value "100k" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9) + ) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp a5e521b9-814e-4853-a5ac-f158785c6269)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756)) + (pad "1" smd roundrect locked (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "Net-(R11-Pad2)") (pintype "passive") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) + (pad "2" smd roundrect locked (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "Net-(C8-Pad1)") (pintype "passive") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d04f9) + (at 202.75 102.5) + (descr "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") + (tags "LED") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033dc") + (attr smd) + (fp_text reference "D4" (at -2.015 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13) + ) + (fp_text value "LED" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 66218487-e316-4467-9eba-79d4626ab24e) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 7d0dab95-9e7a-486e-a1d7-fc48860fd57d) + ) + (fp_circle (center -1.09 0) (end -1.04 0) (layer "F.SilkS") (width 0.1) (fill none) (tstamp dca1d7db-c913-4d73-a2cc-fdc9651eda69)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 0ceb97d6-1b0f-4b71-921e-b0955c30c998)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 1241b7f2-e266-4f5c-8a97-9f0f9d0eef37)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp a7f25f41-0b4c-4430-b6cd-b2160b2db099)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp b8b961e9-8a60-45fc-999a-a7a3baff4e0d)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 12a24e86-2c38-4685-bba9-fff8dddb4cb0)) + (fp_line (start -0.3 0.25) (end -0.3 -0.25) (layer "F.Fab") (width 0.1) (tstamp 35ef9c4a-35f6-467b-a704-b1d9354880cf)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 3e0392c0-affc-4114-9de5-1f1cfe79418a)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 6513181c-0a6a-4560-9a18-17450c36ae2a)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp cf815d51-c956-4c5a-adde-c373cb025b07)) + (fp_line (start -0.4 0.25) (end -0.4 -0.25) (layer "F.Fab") (width 0.1) (tstamp f357ddb5-3f44-43b0-b00d-d64f5c62ba4a)) + (pad "1" smd roundrect locked (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(D4-Pad1)") (pinfunction "K") (pintype "passive") (tstamp c8a44971-63c1-4a19-879d-b6647b2dc08d)) + (pad "2" smd roundrect locked (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(D4-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 6241e6d3-a754-45b6-9f7c-e43019b93226)) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 00000000-0000-0000-0000-0000600d0525) + (at 176.5 122.75) + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe73b") + (attr exclude_from_pos_files) + (fp_text reference "J6" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae) + ) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 31 "/Level 3 - 0603/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 48 "unconnected-(J6-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 49 "unconnected-(J6-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 30 "/Level 3 - 0603/GND") (pinfunction "GND") (pintype "power_in") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 00000000-0000-0000-0000-0000600d0552) + (at 226.5 122.75) + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006010069b") + (attr exclude_from_pos_files) + (fp_text reference "J10" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 8458d41c-5d62-455d-b6e1-9f718c0faac9) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91) + ) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 935057d5-6882-4c15-9a35-54677912ba12)) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp e091e263-c616-48ef-a460-465c70218987)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 35 "/Level 5 - 0201/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 52 "unconnected-(J10-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 53 "unconnected-(J10-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 34 "/Level 5 - 0201/GND") (pinfunction "GND") (pintype "power_in") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) + ) + + (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d058e) + (at 154.25 97.5 180) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9ca") + (attr smd) + (fp_text reference "R4" (at 3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 61fe4c73-be59-4519-98f1-a634322a841d) + ) + (fp_text value "330R" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a) + ) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer "F.SilkS") (width 0.12) (tstamp 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer "F.SilkS") (width 0.12) (tstamp e7e08b48-3d04-49da-8349-6de530a20c67)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp 2891767f-251c-48c4-91c0-deb1b368f45c)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 71f92193-19b0-44ed-bc7f-77535083d769)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp af347946-e3da-4427-87ab-77b747929f50)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp b6cd701f-4223-4e72-a305-466869ccb250)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) + (pad "1" smd roundrect locked (at -1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 27 "/Level 2 - 1206/GND") (pintype "passive") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) + (pad "2" smd roundrect locked (at 1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 15 "Net-(D2-Pad1)") (pintype "passive") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm" (layer "F.Cu") + (tedit 5A02F25C) (tstamp 00000000-0000-0000-0000-0000600d05c5) + (at 176.6 107.55) + (descr "VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf") + (tags "VSSOP-8 3.0 x 3.0") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-00006010c318") + (attr smd) + (fp_text reference "U3" (at 0 -2.5) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ffd175d1-912a-4224-be1e-a8198680f46b) + ) + (fp_text value "LMC555xMM" (at 0.02 2.73) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8412992d-8754-44de-9e08-115cec1a3eff) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.5 0.5) (thickness 0.1))) + (tstamp 4fb21471-41be-4be8-9687-66030f97befc) + ) + (fp_line (start 0 -1.62) (end -3 -1.62) (layer "F.SilkS") (width 0.12) (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17)) + (fp_line (start 1 1.62) (end -1 1.62) (layer "F.SilkS") (width 0.12) (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940)) + (fp_line (start 3.48 1.75) (end -3.48 1.75) (layer "F.CrtYd") (width 0.05) (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) + (fp_line (start 3.48 -1.75) (end 3.48 1.75) (layer "F.CrtYd") (width 0.05) (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) + (fp_line (start -3.48 1.75) (end -3.48 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) + (fp_line (start -3.48 -1.75) (end 3.48 -1.75) (layer "F.CrtYd") (width 0.05) (tstamp df32840e-2912-4088-b54c-9a85f64c0265)) + (fp_line (start -0.5 -1.5) (end -1.5 -0.5) (layer "F.Fab") (width 0.1) (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047)) + (fp_line (start -1.5 1.5) (end -1.5 -0.5) (layer "F.Fab") (width 0.1) (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp 7599133e-c681-4202-85d9-c20dac196c64)) + (fp_line (start -0.5 -1.5) (end 1.5 -1.5) (layer "F.Fab") (width 0.1) (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) (layer "F.Fab") (width 0.1) (tstamp dde51ae5-b215-445e-92bb-4a12ec410531)) + (pad "1" smd rect locked (at -2.2 -0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "/Level 3 - 0603/GND") (pinfunction "GND") (pintype "power_in") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) + (pad "2" smd rect locked (at -2.2 -0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "Net-(C6-Pad1)") (pinfunction "TR") (pintype "input") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d)) + (pad "3" smd rect locked (at -2.2 0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "Net-(D3-Pad2)") (pinfunction "Q") (pintype "output") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76)) + (pad "4" smd rect locked (at -2.2 0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "/Level 3 - 0603/VCC") (pinfunction "R") (pintype "input") (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3)) + (pad "5" smd rect locked (at 2.2 0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "Net-(C5-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097)) + (pad "6" smd rect locked (at 2.2 0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "Net-(C6-Pad1)") (pinfunction "THR") (pintype "input") (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04)) + (pad "7" smd rect locked (at 2.2 -0.325 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(R8-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec)) + (pad "8" smd rect locked (at 2.2 -0.975 270) (size 0.45 1.45) (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "/Level 3 - 0603/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3)) + (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-8_3.0x3.0mm_P0.65mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0603) + (at 148.75 102.5 180) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc999") + (attr smd) + (fp_text reference "R5" (at 3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f66398f1-1ae7-4d4d-939f-958c174c6bce) + ) + (fp_text value "10k" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 088f77ba-fca9-42b3-876e-a6937267f957) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 155b0b7c-70b4-4a26-a550-bac13cab0aa4) + ) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer "F.SilkS") (width 0.12) (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer "F.SilkS") (width 0.12) (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 1fa508ef-df83-4c99-846b-9acf535b3ad9)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 4f411f68-04bd-4175-a406-bcaa4cf6601e)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp 8fc062a7-114d-48eb-a8f8-71128838f380)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 71989e06-8659-4605-b2da-4f729cc41263)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf)) + (pad "1" smd roundrect locked (at -1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 29 "/Level 2 - 1206/VCC") (pintype "passive") (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00)) + (pad "2" smd roundrect locked (at 1.4875 0 180) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 22 "Net-(R5-Pad2)") (pintype "passive") (tstamp 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 00000000-0000-0000-0000-0000600d0633) + (at 201.5 122.5) + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033cc") + (attr exclude_from_pos_files) + (fp_text reference "J8" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 3e915099-a18e-49f4-89bb-abe64c2dade5) + ) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225)) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp f959907b-1cef-4760-b043-4260a660a2ae)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 33 "/Level 4 - 0402/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp e5b328f6-dc69-4905-ae98-2dc3200a51d6)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 50 "unconnected-(J8-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp d4db7f11-8cfe-40d2-b021-b36f05241701)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 51 "unconnected-(J8-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp faa1812c-fdf3-47ae-9cf4-ae06a263bfbd)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 32 "/Level 4 - 0402/GND") (pinfunction "GND") (pintype "power_in") (tstamp 88cb65f4-7e9e-44eb-8692-3b6e2e788a94)) + ) + + (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0660) + (at 148.75 100) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc98c") + (attr smd) + (fp_text reference "R6" (at 3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe) + ) + (fp_text value "100k" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29) + ) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer "F.SilkS") (width 0.12) (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer "F.SilkS") (width 0.12) (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) + (pad "1" smd roundrect locked (at -1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 22 "Net-(R5-Pad2)") (pintype "passive") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) + (pad "2" smd roundrect locked (at 1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 7 "Net-(C4-Pad1)") (pintype "passive") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0690) + (at 174.25 102.5 180) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe705") + (attr smd) + (fp_text reference "R9" (at 2.6 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7) + ) + (fp_text value "100k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e54e5e19-1deb-49a9-8629-617db8e434c0) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391) + ) + (fp_line (start -0.171267 0.51) (end 0.171267 0.51) (layer "F.SilkS") (width 0.12) (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35)) + (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp b7867831-ef82-4f33-a926-59e5c1c09b91)) + (pad "1" smd roundrect locked (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "Net-(R8-Pad2)") (pintype "passive") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) + (pad "2" smd roundrect locked (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "Net-(C6-Pad1)") (pintype "passive") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d06cc) + (at 228 102) + (descr "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") + (tags "LED") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006ab") + (attr smd) + (fp_text reference "D5" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9565d2ee-a4f1-4d08-b2c9-0264233a0d2b) + ) + (fp_text value "LED" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b287f145-851e-45cc-b200-e62677b551d5) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 2878a73c-5447-4cd9-8194-14f52ab9459c) + ) + (fp_circle (center -0.86 0) (end -0.81 0) (layer "F.SilkS") (width 0.1) (fill none) (tstamp d1eca865-05c5-48a4-96cf-ed5f8a640e25)) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 44646447-0a8e-4aec-a74e-22bf765d0f33)) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 63c56ea4-91a3-4172-b9de-a4388cc8f894)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp c25449d6-d734-4953-b762-98f82a830248)) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp d7e4abd8-69f5-4706-b12e-898194e5bf56)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 3b686d17-1000-4762-ba31-589d599a3edf)) + (fp_line (start -0.1 0.15) (end -0.1 -0.15) (layer "F.Fab") (width 0.1) (tstamp 5701b80f-f006-4814-81c9-0c7f006088a9)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 66bc2bca-dab7-4947-a0ff-403cdaf9fb89)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 9286cf02-1563-41d2-9931-c192c33bab31)) + (fp_line (start -0.2 0.15) (end -0.2 -0.15) (layer "F.Fab") (width 0.1) (tstamp 9b6bb172-1ac4-440a-ac75-c1917d9d59c7)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp cebb9021-66d3-4116-98d4-5e6f3c1552be)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 1bdd5841-68b7-42e2-9447-cbdb608d8a08)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp aeb03be9-98f0-43f6-9432-1bb35aa04bab)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 21 "Net-(D5-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 04cf2f2c-74bf-400d-b4f6-201720df00ed)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 20 "Net-(D5-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 955cc99e-a129-42cf-abc7-aa99813fdb5f)) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0718) + (at 202.75 101.25 180) + (descr "Resistor 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") + (tags "resistor") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033d4") + (attr smd) + (fp_text reference "R10" (at 2.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2846428d-39de-4eae-8ce2-64955d56c493) + ) + (fp_text value "330R" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4) + ) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) + (pad "1" smd roundrect locked (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "/Level 4 - 0402/GND") (pintype "passive") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) + (pad "2" smd roundrect locked (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 19 "Net-(D4-Pad1)") (pintype "passive") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_BGA:Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm" (layer "F.Cu") + (tedit 60E00825) (tstamp 00000000-0000-0000-0000-0000600d0757) + (at 226.5 104.25 90) + (descr "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)") + (tags "Texas Instruments DSBGA BGA YZP R-XBGA-N8") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006011669c") + (solder_mask_margin 0.05) + (attr smd) + (fp_text reference "U5" (at 0 -2 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 852dabbf-de45-4470-8176-59d37a754407) + ) + (fp_text value "LMC555xTP" (at 0 2 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 66043bca-a260-4915-9fce-8a51d324c687) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.3 0.3) (thickness 0.04))) + (tstamp b88717bd-086f-46cd-9d3f-0396009d0996) + ) + (fp_line (start -0.8 -0.825) (end -0.8 0.8) (layer "F.SilkS") (width 0.12) (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) + (fp_line (start -1 -1.025) (end -1 -0.025) (layer "F.SilkS") (width 0.12) (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) + (fp_line (start 0 -1.025) (end -1 -1.025) (layer "F.SilkS") (width 0.12) (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) + (fp_line (start 0.825 -0.825) (end 0.825 0.825) (layer "F.SilkS") (width 0.12) (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) + (fp_line (start -0.775 -0.825) (end 0.815 -0.825) (layer "F.SilkS") (width 0.12) (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) + (fp_line (start 0.815 0.825) (end -0.8 0.825) (layer "F.SilkS") (width 0.12) (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) + (fp_line (start -1.71 1.72) (end 1.71 1.72) (layer "F.CrtYd") (width 0.05) (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) + (fp_line (start 1.71 -1.72) (end -1.71 -1.72) (layer "F.CrtYd") (width 0.05) (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) + (fp_line (start -1.71 -1.72) (end -1.71 1.72) (layer "F.CrtYd") (width 0.05) (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) + (fp_line (start 1.71 1.72) (end 1.71 -1.72) (layer "F.CrtYd") (width 0.05) (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) + (fp_line (start 0.705 -0.715) (end -0.205 -0.715) (layer "F.Fab") (width 0.1) (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) + (fp_line (start -0.705 -0.215) (end -0.705 0.715) (layer "F.Fab") (width 0.1) (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) + (fp_line (start -0.705 -0.215) (end -0.205 -0.715) (layer "F.Fab") (width 0.1) (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) + (fp_line (start -0.705 0.715) (end 0.705 0.715) (layer "F.Fab") (width 0.1) (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949)) + (fp_line (start 0.705 0.715) (end 0.705 -0.715) (layer "F.Fab") (width 0.1) (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071)) + (pad "A1" smd rect locked (at -0.5 -0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 25 "Net-(R14-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) + (pad "A1" smd circle locked (at -0.5 -0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 25 "Net-(R14-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) + (pad "A2" smd circle locked (at 0 -0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 35 "/Level 5 - 0201/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) + (pad "A2" smd rect locked (at 0 -0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 35 "/Level 5 - 0201/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) + (pad "A3" smd circle locked (at 0.5 -0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 34 "/Level 5 - 0201/GND") (pinfunction "GND") (pintype "power_in") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) + (pad "A3" smd rect locked (at 0.5 -0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 34 "/Level 5 - 0201/GND") (pinfunction "GND") (pintype "power_in") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) + (pad "B1" smd rect locked (at -0.75 0 90) (size 0.8 0.3) (layers "F.Cu" "F.Mask") + (net 13 "Net-(C10-Pad1)") (pinfunction "THR") (pintype "input") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) + (pad "B1" smd circle locked (at -0.5 0 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 13 "Net-(C10-Pad1)") (pinfunction "THR") (pintype "input") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) + (pad "B3" smd circle locked (at 0.5 0 90) (size 0.25 0.25) (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "Net-(C10-Pad1)") (pinfunction "TR") (pintype "input") (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b)) + (pad "B3" smd rect locked (at 0.75 0 90) (size 0.8 0.3) (layers "F.Cu" "F.Mask") + (net 13 "Net-(C10-Pad1)") (pinfunction "TR") (pintype "input") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) + (pad "C1" smd circle locked (at -0.5 0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 12 "Net-(C9-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) + (pad "C1" smd rect locked (at -0.5 0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 12 "Net-(C9-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) + (pad "C2" smd rect locked (at 0 0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 35 "/Level 5 - 0201/VCC") (pinfunction "R") (pintype "input") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) + (pad "C2" smd circle locked (at 0 0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 35 "/Level 5 - 0201/VCC") (pinfunction "R") (pintype "input") (tstamp 45008225-f50f-4d6b-b508-6730a9408caf)) + (pad "C3" smd rect locked (at 0.5 0.75 90) (size 0.3 0.8) (layers "F.Cu" "F.Mask") + (net 20 "Net-(D5-Pad2)") (pinfunction "Q") (pintype "output") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) + (pad "C3" smd circle locked (at 0.5 0.5 90) (size 0.25 0.25) (layers "F.Cu" "F.Mask") + (net 20 "Net-(D5-Pad2)") (pinfunction "Q") (pintype "output") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) + (model "${KISYS3DMOD}/Package_BGA.3dshapes/Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-0000600d07e2) + (at 120.9054 107.344 90) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a49") + (attr through_hole) + (fp_text reference "U1" (at 3.81 3.75 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863) + ) + (fp_text value "LM555xN" (at 3.81 9.95 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02) + ) + (fp_text user "${REFERENCE}" (at 3.81 3.81 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa) + ) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer "F.SilkS") (width 0.12) (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer "F.SilkS") (width 0.12) (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer "F.CrtYd") (width 0.05) (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer "F.CrtYd") (width 0.05) (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer "F.Fab") (width 0.1) (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer "F.Fab") (width 0.1) (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 "/Level 1 - THT/GND") (pinfunction "GND") (pintype "power_in") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "Net-(C2-Pad1)") (pinfunction "TR") (pintype "input") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "Net-(D1-Pad2)") (pinfunction "Q") (pintype "output") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 28 "/Level 1 - THT/VCC") (pinfunction "R") (pintype "input") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) + (pad "5" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "Net-(C1-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) + (pad "6" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "Net-(C2-Pad1)") (pinfunction "THR") (pintype "input") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a)) + (pad "7" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 "Net-(R2-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp 2d67a417-188f-4014-9282-000265d80009)) + (pad "8" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 28 "/Level 1 - THT/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d0840) + (at 174.25 100.5) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe723") + (attr smd) + (fp_text reference "C6" (at -2.6 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7c411b3e-aca2-424f-b644-2d21c9d80fa7) + ) + (fp_text value "4.7u" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6d0c9e39-9878-44c8-8283-9a59e45006fa) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp a25b7e01-1754-4cc9-8a14-3d9c461e5af5) + ) + (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b)) + (fp_line (start -0.171267 0.51) (end 0.171267 0.51) (layer "F.SilkS") (width 0.12) (tstamp f2480d0c-9b08-4037-9175-b2369af04d4c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 443bc73a-8dc0-4e2f-a292-a5eff00efa5b)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 83021f70-e61e-4ad3-bae7-b9f02b28be4f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp cc75e5ae-3348-4e7a-bd16-4df685ee47bd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp eac8d865-0226-4958-b547-6b5592f39713)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 9c607e49-ee5c-4e85-a7da-6fede9912412)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e5e5220d-5b7e-47da-a902-b997ec8d4d58)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp f345e52a-8e0a-425a-b438-90809dd3b799)) + (pad "1" smd roundrect locked (at -0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "Net-(C6-Pad1)") (pintype "passive") (tstamp 7744b6ee-910d-401d-b730-65c35d3d8092)) + (pad "2" smd roundrect locked (at 0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "/Level 3 - 0603/GND") (pintype "passive") (tstamp 014d13cd-26ad-4d0e-86ad-a43b541cab14)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d086e) + (at 200 103.75 180) + (descr "Resistor 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") + (tags "resistor") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033a3") + (attr smd) + (fp_text reference "R11" (at -2.5 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc) + ) + (fp_text value "10k" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c09938fd-06b9-4771-9f63-2311626243b3) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e) + ) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) + (pad "1" smd roundrect locked (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "/Level 4 - 0402/VCC") (pintype "passive") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) + (pad "2" smd roundrect locked (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "Net-(R11-Pad2)") (pintype "passive") (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d089a) + (at 226.5 106.5) + (descr "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") + (tags "resistor") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100672") + (attr smd) + (fp_text reference "R14" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a) + ) + (fp_text value "10k" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a) + ) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054)) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 35 "/Level 5 - 0201/VCC") (pintype "passive") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 25 "Net-(R14-Pad2)") (pintype "passive") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d090f) + (at 154.25 102.5) + (descr "Capacitor 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") + (tags "capacitor handsolder") + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc992") + (attr smd) + (fp_text reference "C3" (at -3.25 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 97dcf785-3264-40a1-a36e-8842acab24fb) + ) + (fp_text value "10n" (at 0 1.82) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 363945f6-fbef-42be-99cf-4a8a48434d92) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp be2983fa-f06e-485e-bea1-3dd96b916ec5) + ) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer "F.SilkS") (width 0.12) (tstamp 5d49e9a6-41dd-4072-adde-ef1036c1979b)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer "F.SilkS") (width 0.12) (tstamp 87a1984f-543d-4f2e-ad8a-7a3a24ee6047)) + (fp_line (start 2.45 -1.12) (end 2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp 7f9683c1-2203-43df-8fa1-719a0dc360df)) + (fp_line (start -2.45 -1.12) (end 2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp b0054ce1-b60e-41de-a6a2-bf712784dd39)) + (fp_line (start -2.45 1.12) (end -2.45 -1.12) (layer "F.CrtYd") (width 0.05) (tstamp c8ab8246-b2bb-4b06-b45e-2548482466fd)) + (fp_line (start 2.45 1.12) (end -2.45 1.12) (layer "F.CrtYd") (width 0.05) (tstamp dc1d84c8-33da-4489-be8e-2a1de3001779)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 0cc9bf07-55b9-458f-b8aa-41b2f51fa940)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer "F.Fab") (width 0.1) (tstamp 241e0c85-4796-48eb-a5a0-1c0f2d6e5910)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 386ad9e3-71fa-420f-8722-88548b024fc5)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer "F.Fab") (width 0.1) (tstamp 8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6)) + (pad "1" smd roundrect locked (at -1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 6 "Net-(C3-Pad1)") (pintype "passive") (tstamp 44035e53-ff94-45ad-801f-55a1ce042a0d)) + (pad "2" smd roundrect locked (at 1.4875 0) (size 1.425 1.75) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.175439) + (net 27 "/Level 2 - 1206/GND") (pintype "passive") (tstamp 212bf70c-2324-47d9-8700-59771063baeb)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 00000000-0000-0000-0000-0000600d0941) + (at 133 89.75 180) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a8d") + (attr through_hole) + (fp_text reference "R1" (at 2.54 0) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04) + ) + (fp_text value "330R" (at 2.54 1.92) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e4e20505-1208-4100-a4aa-676f50844c06) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 54212c01-b363-47b8-a145-45c40df316f4)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) + (pad "1" thru_hole circle locked (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 26 "/Level 1 - THT/GND") (pintype "passive") (tstamp 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7)) + (pad "2" thru_hole oval locked (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(D1-Pad1)") (pintype "passive") (tstamp dae72997-44fc-4275-b36f-cd70bf46cfba)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 00000000-0000-0000-0000-0000600d096f) + (at 151.5 122.75) + (property "Sheetfile" "level2-1206.kicad_sch") + (property "Sheetname" "Level 2 - 1206") + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9c2") + (attr exclude_from_pos_files) + (fp_text reference "J4" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6) + ) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56)) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219)) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp 96de0051-7945-413a-9219-1ab367546962)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 29 "/Level 2 - 1206/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp eed466bf-cd88-4860-9abf-41a594ca08bd)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 46 "unconnected-(J4-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 47 "unconnected-(J4-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 27 "/Level 2 - 1206/GND") (pinfunction "GND") (pintype "power_in") (tstamp 802c2dc3-ca9f-491e-9d66-7893e89ac34c)) + ) + + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0a0b) + (at 174.25 104.5 180) + (descr "Resistor 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") + (tags "resistor handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe712") + (attr smd) + (fp_text reference "R8" (at -2.6 0 270) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7) + ) + (fp_text value "10k" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7c04618d-9115-4179-b234-a8faf854ea92) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp e5203297-b913-4288-a576-12a92185cb52) + ) + (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 8c1605f9-6c91-4701-96bf-e753661d5e23)) + (fp_line (start -0.171267 0.51) (end 0.171267 0.51) (layer "F.SilkS") (width 0.12) (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6b7c1048-12b6-46b2-b762-fa3ad30472dd)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) + (pad "1" smd roundrect locked (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 31 "/Level 3 - 0603/VCC") (pintype "passive") (tstamp 700e8b73-5976-423f-a3f3-ab3d9f3e9760)) + (pad "2" smd roundrect locked (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "Net-(R8-Pad2)") (pintype "passive") (tstamp 1f8b2c0c-b042-4e2e-80f6-4959a27b238f)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_SMD:R_0201_0603Metric" (layer "F.Cu") + (tedit 5B301BBD) (tstamp 00000000-0000-0000-0000-0000600d0af8) + (at 225 106.5) + (descr "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") + (tags "resistor") + (property "Sheetfile" "level5-0201.kicad_sch") + (property "Sheetname" "Level 5 - 0201") + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100665") + (attr smd) + (fp_text reference "R15" (at 0 -1.05) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da) + ) + (fp_text value "100k" (at 0 1.05) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc) + ) + (fp_text user "${REFERENCE}" (at 0 -0.68) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019) + ) + (fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) + (fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296)) + (fp_line (start 0.7 0.35) (end -0.7 0.35) (layer "F.CrtYd") (width 0.05) (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec)) + (fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer "F.CrtYd") (width 0.05) (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) + (fp_line (start -0.3 -0.15) (end 0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) + (fp_line (start 0.3 0.15) (end -0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504)) + (fp_line (start 0.3 -0.15) (end 0.3 0.15) (layer "F.Fab") (width 0.1) (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) + (fp_line (start -0.3 0.15) (end -0.3 -0.15) (layer "F.Fab") (width 0.1) (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) + (pad "" smd roundrect locked (at -0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa)) + (pad "" smd roundrect locked (at 0.345 0) (size 0.318 0.36) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4)) + (pad "1" smd roundrect locked (at -0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 25 "Net-(R14-Pad2)") (pintype "passive") (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151)) + (pad "2" smd roundrect locked (at 0.32 0) (size 0.46 0.4) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) + (net 13 "Net-(C10-Pad1)") (pintype "passive") (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb)) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0201_0603Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu") + (tedit 5995936A) (tstamp 00000000-0000-0000-0000-0000600d0b3e) + (at 130.5 93.75 -90) + (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") + (tags "LED diameter 5.0mm 2 pins") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a95") + (attr through_hole) + (fp_text reference "D1" (at 1.27 -3.96 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f3044f68-903d-4063-b253-30d8e3a83eae) + ) + (fp_text value "LED" (at 1.27 3.96 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 05f2859d-2820-4e84-b395-696011feb13b) + ) + (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.2))) + (tstamp d66d3c12-11ce-4566-9a45-962e329503d8) + ) + (fp_line (start -1.29 -1.545) (end -1.29 1.545) (layer "F.SilkS") (width 0.12) (tstamp f19c9655-8ddb-411a-96dd-bd986870c3c6)) + (fp_arc (start 4.26 -0.000462) (mid 2.072002 2.880433) (end -1.29 1.54483) (layer "F.SilkS") (width 0.12) (tstamp 4b1fce17-dec7-457e-ba3b-a77604e77dc9)) + (fp_arc (start -1.29 -1.54483) (mid 2.072002 -2.880433) (end 4.26 0.000462) (layer "F.SilkS") (width 0.12) (tstamp 869d6302-ae22-478f-9723-3feacbb12eef)) + (fp_circle (center 1.27 0) (end 3.77 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 713e0777-58b2-4487-baca-60d0ebed27c3)) + (fp_line (start 4.5 -3.25) (end -1.95 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp 2c60448a-e30f-46b2-89e1-a44f51688efc)) + (fp_line (start 4.5 3.25) (end 4.5 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp 901440f4-e2a6-4447-83cc-f58a2b26f5c4)) + (fp_line (start -1.95 -3.25) (end -1.95 3.25) (layer "F.CrtYd") (width 0.05) (tstamp a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc)) + (fp_line (start -1.95 3.25) (end 4.5 3.25) (layer "F.CrtYd") (width 0.05) (tstamp d7e5a060-eb57-4238-9312-26bc885fc97d)) + (fp_line (start -1.23 -1.469694) (end -1.23 1.469694) (layer "F.Fab") (width 0.1) (tstamp 576f00e6-a1be-45d3-9b93-e26d9e0fe306)) + (fp_arc (start -1.23 -1.469694) (mid 4.17 0.000016) (end -1.230016 1.469666) (layer "F.Fab") (width 0.1) (tstamp e1b88aa4-d887-4eea-83ff-5c009f4390c4)) + (fp_circle (center 1.27 0) (end 3.77 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp a8fb8ee0-623f-4870-a716-ecc88f37ef9a)) + (pad "1" thru_hole rect locked (at 0 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 4 "Net-(D1-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 4aa97874-2fd2-414c-b381-9420384c2fd8)) + (pad "2" thru_hole circle locked (at 2.54 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 3 "Net-(D1-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 4a54c707-7b6f-4a3d-a74d-5e3526114aba)) + (model "${KISYS3DMOD}/LED_THT.3dshapes/LED_D5.0mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") + (tedit 5B4B45C9) (tstamp 00000000-0000-0000-0000-0000600d0c6e) + (at 178.5 102.5) + (descr "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") + (tags "LED handsolder") + (property "Sheetfile" "level3-0603.kicad_sch") + (property "Sheetname" "Level 3 - 0603") + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe74b") + (attr smd) + (fp_text reference "D3" (at -2.6 0 90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 626679e8-6101-4722-ac57-5b8d9dab4c8b) + ) + (fp_text value "LED" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b7bf6e08-7978-4190-aff5-c90d967f0f9c) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 84d296ba-3d39-4264-ad19-947f90c54396) + ) + (fp_line (start -1.66 -0.735) (end -1.66 0.735) (layer "F.SilkS") (width 0.12) (tstamp 53e34696-241f-47e5-a477-f469335c8a61)) + (fp_line (start 0.8 -0.735) (end -1.66 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 8cdc8ef9-532e-4bf5-9998-7213b9e692a2)) + (fp_line (start -1.66 0.735) (end 0.8 0.735) (layer "F.SilkS") (width 0.12) (tstamp 9390234f-bf3f-46cd-b6a0-8a438ec76e9f)) + (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 18d11f32-e1a6-4f29-8e3c-0bfeb07299bd)) + (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 6325c32f-c82a-4357-b022-f9c7e76f412e)) + (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db)) + (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a90361cd-254c-4d27-ae1f-9a6c85bafe28)) + (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5a222fb6-5159-4931-9015-19df65643140)) + (fp_line (start -0.5 -0.4) (end -0.8 -0.1) (layer "F.Fab") (width 0.1) (tstamp 691af561-538d-4e8f-a916-26cad45eb7d6)) + (fp_line (start -0.8 -0.1) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7ce7415d-7c22-49f6-8215-488853ccc8c6)) + (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 88002554-c459-46e5-8b22-6ea6fe07fd4c)) + (fp_line (start 0.8 -0.4) (end -0.5 -0.4) (layer "F.Fab") (width 0.1) (tstamp b59f18ce-2e34-4b6e-b14d-8d73b8268179)) + (pad "1" smd roundrect locked (at -0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "Net-(D3-Pad1)") (pinfunction "K") (pintype "passive") (tstamp fe14c012-3d58-4e5e-9a37-4b9765a7f764)) + (pad "2" smd roundrect locked (at 0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(D3-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 6afc19cf-38b4-47a3-bc2b-445b18724310)) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 00000000-0000-0000-0000-0000600d0cc6) + (at 126.5 122.75) + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a85") + (attr exclude_from_pos_files) + (fp_text reference "J2" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp ed8a7f02-cf05-41d0-97b4-4388ef205e73) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 593b8647-0095-46cc-ba23-3cf2a86edb5e) + ) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 60aa0ce8-9d0e-48ca-bbf9-866403979e9b)) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 8cd050d6-228c-4da0-9533-b4f8d14cfb34)) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp bde95c06-433a-4c03-bc48-e3abcdb4e054)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 28 "/Level 1 - THT/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 44 "unconnected-(J2-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp 4e27930e-1827-4788-aa6b-487321d46602)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 45 "unconnected-(J2-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp 18c61c95-8af1-4986-b67e-c7af9c15ab6b)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 26 "/Level 1 - THT/GND") (pinfunction "GND") (pintype "power_in") (tstamp a5be2cb8-c68d-4180-8412-69a6b4c5b1d4)) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 00000000-0000-0000-0000-0000600d0cf8) + (at 120.5 95.75) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a5c") + (attr through_hole) + (fp_text reference "R2" (at 2.5 0) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7) + ) + (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp 45884597-7014-4461-83ee-9975c42b9a53) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 28 "/Level 1 - THT/VCC") (pintype "passive") (tstamp 196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b)) + (pad "2" thru_hole oval locked (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(R2-Pad2)") (pintype "passive") (tstamp c514e30c-e48e-4ca5-ab44-8b3afedef1f2)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") + (tedit 5B301BBE) (tstamp 00000000-0000-0000-0000-0000600d0d60) + (at 200 101.25) + (descr "Capacitor 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") + (tags "capacitor") + (property "Sheetfile" "level4-0402.kicad_sch") + (property "Sheetname" "Level 4 - 0402") + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033b4") + (attr smd) + (fp_text reference "C8" (at -2.515 0 -90) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 142dd724-2a9f-4eea-ab21-209b1bc7ec65) + ) + (fp_text value "4.7u" (at 0 1.17) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 15a82541-58d8-45b5-99c5-fb52e017e3ea) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.25 0.25) (thickness 0.04))) + (tstamp f447e585-df78-4239-b8cb-4653b3837bb1) + ) + (fp_line (start 0.93 -0.47) (end 0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 20caf6d2-76a7-497e-ac56-f6d31eb9027b)) + (fp_line (start 0.93 0.47) (end -0.93 0.47) (layer "F.CrtYd") (width 0.05) (tstamp 2f291a4b-4ecb-4692-9ad2-324f9784c0d4)) + (fp_line (start -0.93 -0.47) (end 0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp 759788bd-3cb9-4d38-b58c-5cb10b7dca6b)) + (fp_line (start -0.93 0.47) (end -0.93 -0.47) (layer "F.CrtYd") (width 0.05) (tstamp f44d04c5-0d17-4d52-8328-ef3b4fdfba5f)) + (fp_line (start -0.5 0.25) (end -0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 0fc5db66-6188-4c1f-bb14-0868bef113eb)) + (fp_line (start -0.5 -0.25) (end 0.5 -0.25) (layer "F.Fab") (width 0.1) (tstamp 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653)) + (fp_line (start 0.5 -0.25) (end 0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp bb59b92a-e4d0-4b9e-82cd-26304f5c15b8)) + (fp_line (start 0.5 0.25) (end -0.5 0.25) (layer "F.Fab") (width 0.1) (tstamp f6983918-fe05-46ea-b355-bc522ec53440)) + (pad "1" smd roundrect locked (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "Net-(C8-Pad1)") (pintype "passive") (tstamp 3a70978e-dcc2-4620-a99c-514362812927)) + (pad "2" smd roundrect locked (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "/Level 4 - 0402/GND") (pintype "passive") (tstamp 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 00000000-0000-0000-0000-0000600d0d97) + (at 120.5 92.75) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a4f") + (attr through_hole) + (fp_text reference "R3" (at 2.5 0) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273) + ) + (fp_text value "100k" (at 2.54 1.92) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp afd38b10-2eca-4abe-aed1-a96fb07ffdbe) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 1199146e-a60b-416a-b503-e77d6d2892f9)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 479331ff-c540-41f4-84e6-b48d65171e59)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 997c2f12-73ba-4c01-9ee0-42e37cbab790)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp cc15f583-a41b-43af-ba94-a75455506a96)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(R2-Pad2)") (pintype "passive") (tstamp 98b00c9d-9188-4bce-aa70-92d12dd9cf82)) + (pad "2" thru_hole oval locked (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 2 "Net-(C2-Pad1)") (pintype "passive") (tstamp c8fd9dd3-06ad-4146-9239-0065013959ef)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-0000600d0dcf) + (at 132.5 100.75 -90) + (descr "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") + (tags "C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 1 - THT") + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a55") + (attr through_hole) + (fp_text reference "C1" (at 2.5 0 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 10d8ad0e-6a08-4053-92aa-23a15910fd21) + ) + (fp_text value "10n" (at 2.5 2.5 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2b64d2cb-d62a-4762-97ea-f1b0d4293c4f) + ) + (fp_text user "${REFERENCE}" (at 2.5 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f28e56e7-283b-4b9a-ae27-95e89770fbf8) + ) + (fp_line (start -0.62 -1.37) (end -0.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp 083becc8-e25d-4206-9636-55457650bbe3)) + (fp_line (start -0.62 -1.37) (end 5.62 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 3e3d55c8-e0ea-48fb-8421-a84b7cb7055b)) + (fp_line (start -0.62 1.37) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 725cdf26-4b92-46db-bca9-10d930002dda)) + (fp_line (start 5.62 0.925) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 79451892-db6b-4999-916d-6392174ee493)) + (fp_line (start -0.62 0.925) (end -0.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 7acd513a-187b-4936-9f93-2e521ce33ad5)) + (fp_line (start 5.62 -1.37) (end 5.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp 8e295ed4-82cb-4d9f-8888-7ad2dd4d5129)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 4a7e3849-3bc9-4bb3-b16a-fab2f5cee0e5)) + (fp_line (start -1.05 1.5) (end 6.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 888fd7cb-2fc6-480c-bcfa-0b71303087d3)) + (fp_line (start 6.05 1.5) (end 6.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp a92f3b72-ed6d-4d99-9da6-35771bec3c77)) + (fp_line (start 6.05 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8)) + (fp_line (start 5.5 -1.25) (end -0.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp 123968c6-74e7-4754-8c36-08ea08e42555)) + (fp_line (start -0.5 1.25) (end 5.5 1.25) (layer "F.Fab") (width 0.1) (tstamp 5f312b85-6822-40a3-b417-2df49696ca2d)) + (fp_line (start -0.5 -1.25) (end -0.5 1.25) (layer "F.Fab") (width 0.1) (tstamp 99186658-0361-40ba-ae93-62f23c5622e6)) + (fp_line (start 5.5 1.25) (end 5.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp ee29d712-3378-4507-a00b-003526b29bb1)) + (pad "1" thru_hole circle locked (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "Net-(C1-Pad1)") (pintype "passive") (tstamp 051b8cb0-ae77-4e09-98a7-bf2103319e66)) + (pad "2" thru_hole circle locked (at 5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 "/Level 1 - THT/GND") (pintype "passive") (tstamp 974c48bf-534e-4335-98e1-b0426c783e99)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D6.0mm_W2.5mm_P5.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 03ce6559-8703-4b36-9a37-72e21ee128a7) + (at 60.46 87.25) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a5c") + (attr through_hole) + (fp_text reference "R17" (at 2.54 -3.75) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp e42a41b2-396d-4f02-8c5f-05a8dce2e3c6) + ) + (fp_text value "10k" (at 2.54 1.92) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 29cf8c51-9798-4fdd-8e65-83c4455908e7) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp 6698edd8-9dab-4b93-914c-50eec3e5f51c) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 2dec3f16-d443-4e35-ae47-c02c1ae03a32)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp d1eda5a5-0744-46cd-893f-5dd08993ad23)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 1c10501f-6e80-436f-9e73-54061b7aa388)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp c3047df4-61aa-48e0-81ef-a99fe2035220)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp c4125ae3-f99d-4bf7-91df-c957f431ef6d)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp cbcb4db5-db5f-4238-b5e9-7c269f0aa1c5)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 08fdf970-eb71-4def-b37e-319c0a70cd02)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 094c11df-de8a-4bc3-8607-5c5d79c1baca)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp 336624c2-cd01-444a-9f80-164d40cc7c04)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp a09a6e53-0ebb-4d2a-851e-d28a87d64333)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp abf27e9d-e837-4018-9e92-c98b5a8507ad)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp ec7cc36a-fd51-472f-9307-8688a1e9f8e0)) + (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 41 "/Level 0 - THT/VCC") (pintype "passive") (tstamp 7b8e81e7-af22-47b4-931d-444b1ddb8950)) + (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 54 "Net-(R17-Pad2)") (pintype "passive") (tstamp a4d12d50-8ee9-42d1-ba1f-da61fb555338)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp 074bdde3-0d8b-401d-8184-ade071d5aa82) + (at 151.75 94.5) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/54f2ef38-6646-48b1-b525-7f7160f8f321") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B2" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp 3c788597-4a45-4748-8109-6cd36fe14912) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 782b8c45-eb96-421f-855a-f66499bcad0e) + ) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp 21c7050d-5531-4c84-8849-f28622589800)) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 35e409cc-0d0f-4621-947b-48cea2f3f88f)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp a79e2854-fe45-48f0-8e9d-27575ea89f69)) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp cbf74586-05ac-40d6-b49b-8074d1080287)) + ) + + (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu") + (tedit 5995936A) (tstamp 194d4a95-28c0-496e-a98b-f64151533f84) + (at 82.5 78.5) + (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") + (tags "LED diameter 5.0mm 2 pins") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a95") + (attr through_hole) + (fp_text reference "D6" (at 1.275 -6.5) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp c686861b-b974-4bcd-82d0-abdabe668604) + ) + (fp_text value "LED" (at 1.27 3.96) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 25efeb4b-def7-4ce4-8baf-3d4303a24407) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.2))) + (tstamp 2434a3e8-9aca-43e4-8a22-e9fea440e82b) + ) + (fp_line (start -1.29 -1.545) (end -1.29 1.545) (layer "F.SilkS") (width 0.12) (tstamp 06b54f10-345c-4763-b92a-2a84cdc749bc)) + (fp_arc (start -1.29 -1.54483) (mid 2.072002 -2.880433) (end 4.26 0.000462) (layer "F.SilkS") (width 0.12) (tstamp 4cd13f6d-fc62-410f-a434-d463e4ead30d)) + (fp_arc (start 4.26 -0.000462) (mid 2.072002 2.880433) (end -1.29 1.54483) (layer "F.SilkS") (width 0.12) (tstamp 9ff39192-1269-4d4c-8bd9-b4c6fbd41f48)) + (fp_circle (center 1.27 0) (end 3.77 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 97f6a2ad-73c2-410b-9332-8d2e553541de)) + (fp_line (start -1.95 3.25) (end 4.5 3.25) (layer "F.CrtYd") (width 0.05) (tstamp b2610415-bee3-45cc-91df-db5b26a07dd2)) + (fp_line (start 4.5 -3.25) (end -1.95 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp d45b2871-c85e-4f45-9bb9-7ca3d574e58a)) + (fp_line (start 4.5 3.25) (end 4.5 -3.25) (layer "F.CrtYd") (width 0.05) (tstamp d9d6108e-acb5-4525-9cbe-32a035213ac2)) + (fp_line (start -1.95 -3.25) (end -1.95 3.25) (layer "F.CrtYd") (width 0.05) (tstamp f6f6d411-7468-448d-b60e-741157c1186c)) + (fp_line (start -1.23 -1.469694) (end -1.23 1.469694) (layer "F.Fab") (width 0.1) (tstamp 5dc73bc8-735b-465f-8cab-da1e9b4ea918)) + (fp_arc (start -1.23 -1.469694) (mid 4.17 0.000016) (end -1.230016 1.469666) (layer "F.Fab") (width 0.1) (tstamp 02841143-1387-42bc-9447-60f05e442b46)) + (fp_circle (center 1.27 0) (end 3.77 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 0491e5d4-c4ae-4da7-895d-138019147271)) + (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 39 "Net-(D6-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 62ba372d-6905-4c6b-881c-b8e026bdad4f)) + (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask) + (net 40 "Net-(D6-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 3af8af10-8a26-43d5-a542-82dd8963762b)) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 34b43264-2c5b-4f7d-bec4-8dbdce3fe913) + (at 60 57.35) + (descr "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") + (tags "C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a6d") + (attr through_hole) + (fp_text reference "C12" (at 2.5 -3.75) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp 292df1bb-c485-4816-83fb-4ace170c2ace) + ) + (fp_text value "4.7u" (at 2.5 2.5) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b3e90d08-268d-4b0a-baed-3a748e0a8e83) + ) + (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8bb90b9e-294b-4b4a-bb67-df050ab52237) + ) + (fp_line (start 5.62 0.925) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 59499751-b54b-4ba6-befd-4eb8f1a79e66)) + (fp_line (start -0.62 0.925) (end -0.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp bad23df6-f465-434f-8740-c4824bad6534)) + (fp_line (start -0.62 -1.37) (end 5.62 -1.37) (layer "F.SilkS") (width 0.12) (tstamp c64f8292-22aa-481b-9a56-fbf019fed7da)) + (fp_line (start 5.62 -1.37) (end 5.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp dbc07276-ccb2-4c19-a635-8b581caec814)) + (fp_line (start -0.62 -1.37) (end -0.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp dfb1c09b-2174-48e7-a514-6abfe347ab39)) + (fp_line (start -0.62 1.37) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp ff516001-52ad-4972-919d-1c2a4598c9ce)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 0a503136-fa4d-46af-ac61-0d1e9f51bbc2)) + (fp_line (start 6.05 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5e11a142-a9c7-4e94-97e7-3f85eaec27ea)) + (fp_line (start -1.05 1.5) (end 6.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 620090d8-840d-463c-9267-c2ec29b21aeb)) + (fp_line (start 6.05 1.5) (end 6.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b877e66c-1ae9-4ffc-af5c-0b3593f3b2d9)) + (fp_line (start 5.5 1.25) (end 5.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp 81bee605-32c0-434d-8fa6-34914c378edb)) + (fp_line (start 5.5 -1.25) (end -0.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp 88f033d8-9eee-455d-bd33-62e2c15c9036)) + (fp_line (start -0.5 1.25) (end 5.5 1.25) (layer "F.Fab") (width 0.1) (tstamp cb07c7e0-fc25-46d4-aeb6-ee3123a38520)) + (fp_line (start -0.5 -1.25) (end -0.5 1.25) (layer "F.Fab") (width 0.1) (tstamp d55b95f5-c568-4f93-90d2-64986305d716)) + (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 38 "Net-(C12-Pad1)") (pintype "passive") (tstamp 1f6c43a1-13da-4c15-b9e7-f5adcce77e21)) + (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 37 "/Level 0 - THT/GND") (pintype "passive") (tstamp 3da9302f-7698-441a-9848-c604aaf1613a)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D6.0mm_W2.5mm_P5.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 3a675b24-665f-4ebe-983a-95cdcc3751ad) + (at 82.5 99.5 -90) + (descr "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") + (tags "C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a55") + (attr through_hole) + (fp_text reference "C11" (at 2.5 -3.5 90) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp cc433856-aaca-464a-9ba9-c11f915f2e32) + ) + (fp_text value "10n" (at 2.5 2.5 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cadeb3f4-31da-4a0e-81f0-778a3ea86e15) + ) + (fp_text user "${REFERENCE}" (at 2.5 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 62ed0aaf-5b20-4f52-99f8-ac94f2e83029) + ) + (fp_line (start -0.62 -1.37) (end 5.62 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 0140827c-c7ce-4136-8423-19b331c30dfb)) + (fp_line (start -0.62 -1.37) (end -0.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp 0e851ea5-1f1c-40d5-bf47-393077fa2f9e)) + (fp_line (start -0.62 0.925) (end -0.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3f19a83e-b299-4289-8ee0-190dd22509bf)) + (fp_line (start 5.62 0.925) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp a1141140-caff-4c45-af68-354905d49647)) + (fp_line (start 5.62 -1.37) (end 5.62 -0.925) (layer "F.SilkS") (width 0.12) (tstamp aaf491a1-e456-4d65-ac7f-c61958edf36f)) + (fp_line (start -0.62 1.37) (end 5.62 1.37) (layer "F.SilkS") (width 0.12) (tstamp eed1b1a0-bc46-41eb-a7c5-36522ab83c2a)) + (fp_line (start -1.05 1.5) (end 6.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5234387a-9fa5-4a20-8b98-270fb5856405)) + (fp_line (start 6.05 1.5) (end 6.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 65a490d6-a342-48dc-8827-79fcf50bc9f9)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer "F.CrtYd") (width 0.05) (tstamp a6cad423-2155-4427-af8a-785c4e01f3a0)) + (fp_line (start 6.05 -1.5) (end -1.05 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp deb0db6d-240b-484c-ad58-85218454a4c0)) + (fp_line (start 5.5 1.25) (end 5.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp 470b6958-64d2-4b93-bc38-bfed23ddec68)) + (fp_line (start -0.5 1.25) (end 5.5 1.25) (layer "F.Fab") (width 0.1) (tstamp a6d243da-cff0-46f0-836c-0dc6c78d1fd2)) + (fp_line (start -0.5 -1.25) (end -0.5 1.25) (layer "F.Fab") (width 0.1) (tstamp b7d31700-0e82-483e-966e-9d8039931700)) + (fp_line (start 5.5 -1.25) (end -0.5 -1.25) (layer "F.Fab") (width 0.1) (tstamp e2d6e5b6-4551-4828-bff5-37fb4f68eda5)) + (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 36 "Net-(C11-Pad1)") (pintype "passive") (tstamp 65a99a09-3245-4bab-83f9-eb54031d3136)) + (pad "2" thru_hole circle (at 5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 37 "/Level 0 - THT/GND") (pintype "passive") (tstamp 108323e4-8825-4d8f-a060-d03d5dcc7754)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D6.0mm_W2.5mm_P5.00mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp 6829ee00-4180-4379-9aa5-af86e2ea0fd7) + (at 60 51.75) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/126a666f-f327-46a5-85a7-3b8e51f9caed") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B0" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp b475f813-b56a-4788-8f50-60dfecc4f0e6) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3b8ebc95-78a5-40e0-881d-e888ad5540f2) + ) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 2b4e4deb-5af4-4be3-8287-d39102e86da6)) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 6d90f8f2-fa20-4d60-bba6-e8e18d208b1d)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp 7111717d-b5c1-4f07-ba9a-64a0e2194759)) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp 7265fd75-6bea-4191-bba6-2bbcbfca07b1)) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp 6d7f5af6-5449-4a20-95ff-eac39d338bc3) + (at 226.75 97.5) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/0bfb77c8-e9e0-4927-beab-c0480cf12de8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B5" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp b066c6b9-b156-4678-aacb-99cb0d54e546) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8338b11b-ed55-4633-8391-4ebd43163757) + ) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 2bb601e4-d5b2-43e2-a8ef-7225ab7089f8)) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp 658f720c-830e-4f7e-a385-4b80ea74dd32)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp 779a4501-cad8-4cbe-b603-860bf4f40477)) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 9e6417c7-ddf4-4422-adde-67048b8661c0)) + ) + + (footprint "RoboCamp:usb-PCB" (layer "F.Cu") + (tedit 600AD8B5) (tstamp 8edfe57b-664e-47c8-b9bc-742187f29899) + (at 71.69 123.6625) + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a85") + (attr exclude_from_pos_files) + (fp_text reference "J1" (at 0.13 -7.85) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp 2bf3a2e5-f411-46ff-949b-3e7b4170f108) + ) + (fp_text value "USB_A" (at 0.29 -10.13) (layer "F.SilkS") hide + (effects (font (size 1.5 1.5) (thickness 0.15))) + (tstamp d1bca8f1-b5d3-472f-95e6-28c44bb97037) + ) + (fp_line (start 6.03 0) (end 6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp 09e14f91-fe29-49d2-898b-f2d9b0e888bd)) + (fp_line (start 6.03 0) (end -6.03 0) (layer "Dwgs.User") (width 0.15) (tstamp 0b2a95ff-54b2-4e26-a85e-8efb85972060)) + (fp_line (start -6.03 0) (end -6.03 -12) (layer "Dwgs.User") (width 0.15) (tstamp ec72418e-b42d-4928-a1fc-8dcb6159d7ce)) + (pad "1" connect rect locked (at 3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 41 "/Level 0 - THT/VCC") (pinfunction "VBUS") (pintype "power_in") (tstamp f7bd35a0-6a1e-4a56-81af-b3b82a2e5670)) + (pad "2" connect rect locked (at 1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 43 "unconnected-(J1-Pad2)") (pinfunction "D-") (pintype "passive+no_connect") (tstamp 08ae0cd5-029b-4100-9008-bcd27e2408da)) + (pad "3" connect rect locked (at -1.3 -5.15) (size 2 7.5) (layers "F.Cu" "F.Mask") + (net 42 "unconnected-(J1-Pad3)") (pinfunction "D+") (pintype "passive+no_connect") (tstamp 7677ede6-1f85-4d8f-a7c2-17bea74f83e9)) + (pad "4" connect rect locked (at -3.81 -4.9) (size 1.9 8) (layers "F.Cu" "F.Mask") + (net 37 "/Level 0 - THT/GND") (pinfunction "GND") (pintype "power_in") (tstamp 40976abb-a8c4-4da6-8c83-a7d3d3bf9783)) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp b3d4e789-1f23-4126-9ff7-010e45b76752) + (at 82.5 57.21 -90) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a8d") + (attr through_hole) + (fp_text reference "R16" (at 2.54 -3.25 90) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp f1067a3c-1443-414c-9049-629c1d9631c9) + ) + (fp_text value "330R" (at 2.54 1.92 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 22eb16ec-c020-4b05-af2a-6c2fddea5ef9) + ) + (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp 7ba48df2-7ae3-4c72-adaf-5bceda0634b8) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 6e888ddd-cfb7-4e8e-8fcf-fd66e710ff24)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp f4087c84-0b7a-4365-a353-505923261dbb)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 064551d8-cdc6-4bdc-927e-17ec5c5b634c)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 4878a973-8775-4f7d-86ae-0369e38c9333)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 7c4c0811-762c-4a4a-b805-c165198b1bdf)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 8c4652e3-19f9-45ff-8e5c-e141ddb929dd)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp 0de53d42-7b22-423f-84f9-ef2749864d1a)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 30cbf632-529b-4bbc-bccd-1f76a5872bdd)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp 70d6bb5c-1fc6-494f-be14-c93ef4df394e)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 7eb7ef54-b553-406f-a919-4589d6518e04)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp 8b4b895a-779a-4d8d-9672-1b87dabe394f)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp 91c95bec-dec9-4b48-8a78-b4050906be6d)) + (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 37 "/Level 0 - THT/GND") (pintype "passive") (tstamp 4d4583c8-6e14-4243-8e77-dc277396415c)) + (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 39 "Net-(D6-Pad1)") (pintype "passive") (tstamp 6c8be7d6-ae71-44f9-a089-029f9c052294)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp c5197ff6-6224-41bb-8036-995048d5ef05) + (at 126.75 83.75) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/6c3ce01a-e542-4d43-974f-484d11a56774") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B1" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp 7884d8d0-8ce2-44fd-96b9-1841db57ba9c) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 907ac3e1-e2c5-4de8-8fcb-544c77ab4484) + ) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 2adf36f1-bb53-40e2-800a-83d9546932cf)) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp 943970d5-1bdf-4bb5-b1d1-c70de4e4c4c0)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp dfa572d8-5f9f-4700-b971-8d700df7e033)) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp fa45db28-7b53-4516-a807-274833c163c6)) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp d6da37c4-0dec-44bb-977e-8da5d9b02b88) + (at 59.96 72.25) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a4f") + (attr through_hole) + (fp_text reference "R18" (at 2.54 -2.75) (layer "F.SilkS") + (effects (font (size 2 2) (thickness 0.3))) + (tstamp bc585942-4774-43f2-bbd4-3dd80c9ca98b) + ) + (fp_text value "100k" (at 2.54 1.92) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e0c2f8c4-a782-44b9-b6fb-b802a90cd616) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp b6d3d3cc-1e56-423c-9b22-68d841d5cd4e) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 98eb3f75-4d9b-4ccf-90b3-5666550fb465)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp d47e5f49-dd57-4ba8-b356-d9078450b3bf)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 0c317448-ce57-4db9-a21b-0b86cdfbda88)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 10f141c4-9768-43c4-92b6-491be0815c18)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp b76b4f4b-b1df-4d3a-bf6b-5227f04babed)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp b968e74f-24b8-4bc6-9b8e-86ee423322d2)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 0c793538-7417-4034-8657-e4d5703b8d72)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 197a3f9b-317f-4d8b-af45-ef96bbde2b0c)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp 234a19cc-c22a-4567-84d7-c9068458a261)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp 642f0977-21bb-45db-9ea2-6e71ffd7f566)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp bb327488-dc9a-4f15-a879-5fc4d568778b)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp f932a143-fd0f-4b5c-9490-8098723d9770)) + (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 54 "Net-(R17-Pad2)") (pintype "passive") (tstamp 603cfa01-54ee-45a8-a77a-a22e7a8ca449)) + (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 38 "Net-(C12-Pad1)") (pintype "passive") (tstamp 806b9e78-029d-4b86-9268-dec2c950e0bc)) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp e08c0b49-3f1c-4b64-a60e-c671d398fc64) + (at 201.75 97.5) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/220844db-d3a6-4d0f-9425-90a9f2559def") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B4" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp 78d9d296-d2a9-4b44-b2d2-27a5245be3c0) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b5e47b28-7ba2-4bbc-a4d6-4a44181d89d0) + ) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 3a8f0a41-b5ef-4244-a33a-658ed5e895fa)) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 6e1014cd-661c-4c35-86c0-0c959644b354)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp b449fe2b-844e-4b33-8d2c-6132a8f35f69)) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp e568375d-7707-43d2-9daa-345b66251976)) + ) + + (footprint "kikit:Board" (layer "F.Cu") + (tedit 605A21C1) (tstamp e44ba224-f44a-4a7e-9553-5087417da586) + (at 176.5 97.75) + (descr "Mark board for extraction") + (property "Sheetfile" "solderingChallenge.kicad_sch") + (property "Sheetname" "") + (property "exclude_from_bom" "") + (path "/86ed2ac5-51ec-4b38-83f7-1f94b1bb69c9") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "B3" (at -4.5 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15)) (justify left)) + (tstamp 15126e38-6e31-43ab-b9e7-d18d8bb59f1f) + ) + (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5e360be1-a8c6-4489-a51f-31d86b3324b5) + ) + (fp_line (start 0 0) (end -1 -0.5) (layer "Dwgs.User") (width 0.2) (tstamp 6b838967-2f52-41d4-b0ee-00cf7e595abe)) + (fp_line (start -1.25 -4) (end -9.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 77c1e280-c903-4dd6-a339-b6fb8148189c)) + (fp_line (start 0 0) (end -1.25 -4) (layer "Dwgs.User") (width 0.2) (tstamp 91bd54fa-5598-4942-b083-f117badf7c22)) + (fp_line (start 0 0) (end 0.5 -1) (layer "Dwgs.User") (width 0.2) (tstamp c710097b-47ac-4393-8b93-e1d64a5043b0)) + ) + + (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu") + (tedit 5A02E8C5) (tstamp e9a62654-a37c-4ad1-a962-ad5e5fc7b1c5) + (at 59.7 106.05 90) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Sheetfile" "level1-THT.kicad_sch") + (property "Sheetname" "Level 0 - THT") + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a49") + (attr through_hole) + (fp_text reference "U6" (at 3.81 -2.33 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b9b08b07-d164-4842-b515-b0e7fc64ef2e) + ) + (fp_text value "LM555xN" (at 3.81 9.95 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b6b7bb20-dc49-4f5c-8cb5-623c1d51e738) + ) + (fp_text user "${REFERENCE}" (at 3.81 3.81 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cbe21599-b060-4b87-a210-baa9a7835139) + ) + (fp_line (start 6.46 8.95) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 62481466-de7d-411e-b3f7-ccc889ed8db0)) + (fp_line (start 1.16 -1.33) (end 1.16 8.95) (layer "F.SilkS") (width 0.12) (tstamp b8778119-9d79-443d-8913-4ac9d62b264b)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp d62706d6-b533-4fca-8893-edb5b6bd860b)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp e74b4384-c2fb-41f1-b799-e1a0774d3edf)) + (fp_line (start 1.16 8.95) (end 6.46 8.95) (layer "F.SilkS") (width 0.12) (tstamp eb082a5f-68d6-4bb1-97f9-690bda8f26b9)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp a1f7e9c0-b0de-44fb-96dd-ebb93466c0ae)) + (fp_line (start -1.1 -1.55) (end -1.1 9.15) (layer "F.CrtYd") (width 0.05) (tstamp 5edd8eec-dcab-4951-8337-9815536e95fd)) + (fp_line (start -1.1 9.15) (end 8.7 9.15) (layer "F.CrtYd") (width 0.05) (tstamp a807dc60-dce8-4138-b1f5-06711ab9a280)) + (fp_line (start 8.7 9.15) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp d680d5fd-0440-4126-9a50-a6dd4afb33a8)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp f68b0cd5-f473-4354-8094-de32e5a1eae0)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 063d6491-50e5-4dad-b6c3-99fa811746ff)) + (fp_line (start 6.985 8.89) (end 0.635 8.89) (layer "F.Fab") (width 0.1) (tstamp 0d8b03a3-43be-48d6-b7b9-b823edb788ec)) + (fp_line (start 0.635 8.89) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 38460917-ae0b-448f-8fc9-5e350bb771cd)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 65e9d290-c9d2-4037-acb8-6cf6d99e93a8)) + (fp_line (start 6.985 -1.27) (end 6.985 8.89) (layer "F.Fab") (width 0.1) (tstamp c37ebb53-e232-41cd-8ea6-a114e1fd4340)) + (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 37 "/Level 0 - THT/GND") (pinfunction "GND") (pintype "power_in") (tstamp 1482e05e-444d-4f7c-8b9a-563c290e93bf)) + (pad "2" thru_hole oval (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 38 "Net-(C12-Pad1)") (pinfunction "TR") (pintype "input") (tstamp f39c4e0f-f7ef-4520-8896-ffca42faec1c)) + (pad "3" thru_hole oval (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 40 "Net-(D6-Pad2)") (pinfunction "Q") (pintype "output") (tstamp e543416f-9337-40be-b505-7c9d8a8d547d)) + (pad "4" thru_hole oval (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 41 "/Level 0 - THT/VCC") (pinfunction "R") (pintype "input") (tstamp 92c634d5-c0f7-4929-99fe-0a253922d47b)) + (pad "5" thru_hole oval (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 36 "Net-(C11-Pad1)") (pinfunction "CV") (pintype "input") (tstamp 2b7c1cfc-ce63-43bf-80e4-d4e2a265b9fd)) + (pad "6" thru_hole oval (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 38 "Net-(C12-Pad1)") (pinfunction "THR") (pintype "input") (tstamp bba025bb-69e0-4570-b85c-8d9fc98ce12f)) + (pad "7" thru_hole oval (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 54 "Net-(R17-Pad2)") (pinfunction "DIS") (pintype "input") (tstamp ba83dc76-9f67-482e-bb2e-173d180031a2)) + (pad "8" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 41 "/Level 0 - THT/VCC") (pinfunction "VCC") (pintype "power_in") (tstamp 70d973cc-6628-42f8-9972-fabfe510eb48)) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 195.5 110.75) (end 207.5 110.75) (layer "Dwgs.User") (width 0.15) (tstamp 00000000-0000-0000-0000-0000600d03b7)) + (gr_arc (start 182.5 101.7) (mid 183.085786 100.285786) (end 184.5 99.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d00d5)) + (gr_arc (start 168.5 99.7) (mid 169.914214 100.285786) (end 170.5 101.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d00d8)) + (gr_line (start 120.5 110.75) (end 120.5 122.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d00f0)) + (gr_line (start 119.5 110.75) (end 120.5 110.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0132)) + (gr_arc (start 135.5 87.75) (mid 136.085786 86.335786) (end 137.5 85.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d013e)) + (gr_arc (start 182.5 97.7) (mid 183.914214 98.285786) (end 184.5 99.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d023d)) + (gr_arc (start 146.25 122.7) (mid 145.71967 122.48033) (end 145.5 121.95) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0252)) + (gr_arc (start 221.25 122.5) (mid 220.71967 122.28033) (end 220.5 121.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0270)) + (gr_line (start 132.5 122.75) (end 132.5 110.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02ac)) + (gr_arc (start 218.5 99.5) (mid 219.085786 98.085786) (end 220.5 97.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02b2)) + (gr_arc (start 119.5 110.75) (mid 118.085786 110.164214) (end 117.5 108.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02b5)) + (gr_arc (start 171.25 122.7) (mid 170.71967 122.48033) (end 170.5 121.95) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02c1)) + (gr_arc (start 182.5 121.95) (mid 182.28033 122.48033) (end 181.75 122.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02c4)) + (gr_arc (start 157.5 98.45) (mid 158.085786 97.035786) (end 159.5 96.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d02cd)) + (gr_arc (start 135.5 83.75) (mid 136.914214 84.335786) (end 137.5 85.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d030c)) + (gr_line (start 171.25 122.7) (end 181.75 122.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d030f)) + (gr_arc (start 168.5 99.7) (mid 169.085786 98.285786) (end 170.5 97.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d03bd)) + (gr_line (start 195.5 101.5) (end 195.5 121.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d03f0)) + (gr_line (start 182.5 121.95) (end 182.5 101.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d064e)) + (gr_line (start 196.25 122.5) (end 206.75 122.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d06f9)) + (gr_line (start 157.5 121.95) (end 157.5 98.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d08f1)) + (gr_arc (start 157.5 94.45) (mid 158.914214 95.035786) (end 159.5 96.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0987)) + (gr_arc (start 115.5 85.75) (mid 116.085786 84.335786) (end 117.5 83.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d09e7)) + (gr_arc (start 143.5 96.45) (mid 144.914214 97.035786) (end 145.5 98.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0a38)) + (gr_arc (start 135.5 108.75) (mid 134.914214 110.164214) (end 133.5 110.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0a4a)) + (gr_line (start 120.5 122.75) (end 132.5 122.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0a4d)) + (gr_line (start 195.5 97.5) (end 207.5 97.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0a50)) + (gr_arc (start 207.5 121.75) (mid 207.28033 122.28033) (end 206.75 122.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0a5f)) + (gr_line (start 221.25 122.5) (end 231.75 122.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0acb)) + (gr_line (start 170.5 101.7) (end 170.5 121.95) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0ad7)) + (gr_line (start 145.5 94.45) (end 157.5 94.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b19)) + (gr_arc (start 218.5 99.5) (mid 219.914214 100.085786) (end 220.5 101.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b28)) + (gr_arc (start 143.5 96.45) (mid 144.085786 95.035786) (end 145.5 94.45) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b6a)) + (gr_arc (start 157.5 121.95) (mid 157.28033 122.48033) (end 156.75 122.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b91)) + (gr_line (start 207.5 121.75) (end 207.5 101.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b94)) + (gr_line (start 220.5 101.5) (end 220.5 121.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0b9d)) + (gr_line (start 145.5 98.45) (end 145.5 121.95) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0bcd)) + (gr_line (start 146.25 122.7) (end 156.75 122.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0bd9)) + (gr_line (start 135.5 108.75) (end 135.5 87.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0bfd)) + (gr_arc (start 232.5 121.75) (mid 232.28033 122.28033) (end 231.75 122.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0c18)) + (gr_arc (start 232.5 101.5) (mid 233.085786 100.085786) (end 234.5 99.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0c1e)) + (gr_arc (start 196.25 122.5) (mid 195.71967 122.28033) (end 195.5 121.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0c33)) + (gr_arc (start 193.5 99.5) (mid 194.085786 98.085786) (end 195.5 97.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0c45)) + (gr_line (start 220.5 97.5) (end 232.5 97.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0c54)) + (gr_arc (start 115.5 85.75) (mid 116.914214 86.335786) (end 117.5 87.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0cab)) + (gr_arc (start 232.5 97.5) (mid 233.914214 98.085786) (end 234.5 99.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0cb1)) + (gr_line (start 232.5 121.75) (end 232.5 101.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0d20)) + (gr_line (start 117.5 83.75) (end 135.5 83.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0d23)) + (gr_arc (start 207.5 97.5) (mid 208.914214 98.085786) (end 209.5 99.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0d2f)) + (gr_line (start 170.5 97.7) (end 182.5 97.7) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0d35)) + (gr_line (start 117.5 108.75) (end 117.5 87.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0e07)) + (gr_arc (start 207.5 101.5) (mid 208.085786 100.085786) (end 209.5 99.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0e3a)) + (gr_arc (start 193.5 99.5) (mid 194.914214 100.085786) (end 195.5 101.5) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0e40)) + (gr_line (start 132.5 110.75) (end 133.5 110.75) (layer "Edge.Cuts") (width 0.5) (tstamp 00000000-0000-0000-0000-0000600d0e4f)) + (gr_line (start 65.65 123.75) (end 65.65 111.75) (layer "Edge.Cuts") (width 0.5) (tstamp 462739d2-c470-4da8-9a9a-54e20f865f98)) + (gr_line (start 90.5 109.25) (end 90.482233 54.25) (layer "Edge.Cuts") (width 0.5) (tstamp 4cd55ddb-5081-4d82-aa99-f4bfbb85e70a)) + (gr_line (start 55.5 51.75) (end 87.982233 51.75) (layer "Edge.Cuts") (width 0.5) (tstamp 52b37552-429c-454b-9edd-9c9b42bc2ac3)) + (gr_line (start 77.7 123.75) (end 65.65 123.75) (layer "Edge.Cuts") (width 0.5) (tstamp 5727a7c1-f49b-4049-83a9-c38ae4150771)) + (gr_line (start 77.7 111.75) (end 88 111.75) (layer "Edge.Cuts") (width 0.5) (tstamp 64b657ce-6856-4220-8beb-82eb588fa29b)) + (gr_arc (start 53 54.25) (mid 53.732233 52.482233) (end 55.5 51.75) (layer "Edge.Cuts") (width 0.5) (tstamp 7e2b69e7-1e6c-432f-bff9-42350d742243)) + (gr_arc (start 87.982233 51.75) (mid 89.75 52.482233) (end 90.482233 54.25) (layer "Edge.Cuts") (width 0.5) (tstamp b520b517-d140-449b-ad09-cacb62704eff)) + (gr_line (start 53.017767 109.232233) (end 53 54.25) (layer "Edge.Cuts") (width 0.5) (tstamp bc59cf7b-3ab1-4a7a-a033-4a052c7ebc33)) + (gr_line locked (start 77.7 111.75) (end 77.7 123.75) (layer "Edge.Cuts") (width 0.5) (tstamp c0d55760-30bd-490e-b5bd-f182a77e1a61)) + (gr_arc (start 90.5 109.25) (mid 89.767767 111.017767) (end 88 111.75) (layer "Edge.Cuts") (width 0.5) (tstamp ef11ca09-b952-476c-8052-05bece001e8d)) + (gr_arc (start 55.517767 111.732233) (mid 53.75 111) (end 53.017767 109.232233) (layer "Edge.Cuts") (width 0.5) (tstamp f8a025a0-161e-497c-a579-b8edd9ae2f53)) + (gr_line (start 65.65 111.75) (end 55.517767 111.732233) (layer "Edge.Cuts") (width 0.5) (tstamp fbfc805d-5ef6-4076-b51d-f5c9c963d750)) + (gr_line (start 220.5 110.75) (end 232.5 110.75) (layer "F.Fab") (width 0.15) (tstamp 00000000-0000-0000-0000-0000600d0bbe)) + (gr_text "RoboticsBrno\nv1" (at 201.5 109.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd25) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "L4" (at 201.5 105.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd26) + (effects (font (size 3 3) (thickness 0.7)) (justify mirror)) + ) + (gr_text "Soldering\nChallenge\n" (at 201.5 100.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd27) + (effects (font (size 1.2 1.2) (thickness 0.2)) (justify mirror)) + ) + (gr_text "RoboticsBrno\nv1" (at 176.5 109.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd2b) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "Soldering\nChallenge\n" (at 176.5 100.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd2c) + (effects (font (size 1.2 1.2) (thickness 0.2)) (justify mirror)) + ) + (gr_text "L3" (at 176.5 105.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd2d) + (effects (font (size 3 3) (thickness 0.7)) (justify mirror)) + ) + (gr_text "Soldering\nChallenge\n" (at 151.5 99.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd31) + (effects (font (size 1.2 1.2) (thickness 0.2)) (justify mirror)) + ) + (gr_text "RoboticsBrno\nv1" (at 151.5 107.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd32) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "L2" (at 151.5 103.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd33) + (effects (font (size 3 3) (thickness 0.7)) (justify mirror)) + ) + (gr_text "L1" (at 126.5 103.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd3e) + (effects (font (size 3 3) (thickness 0.7)) (justify mirror)) + ) + (gr_text "RoboticsBrno\nv1" (at 126.5 86.25) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-0000600dbd42) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "Soldering\nChallenge\n" (at 226.5 100.75) (layer "B.SilkS") (tstamp 12c8f4c9-cb79-4390-b96c-a717c693de17) + (effects (font (size 1.2 1.2) (thickness 0.2)) (justify mirror)) + ) + (gr_text "L5" (at 226.5 105.25) (layer "B.SilkS") (tstamp 4344bc11-e822-474b-8d61-d12211e719b1) + (effects (font (size 3 3) (thickness 0.7)) (justify mirror)) + ) + (gr_text "RoboticsBrno\nv1" (at 226.5 109.25) (layer "B.SilkS") (tstamp db742b9e-1fed-4e0c-b783-f911ab5116aa) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (gr_text "Soldering\nChallenge\nLevel 2" (at 151.5 111.75) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d19a1) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "Soldering\nChallenge\nLevel 1" (at 126.5 110.75) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d19a8) + (effects (font (size 0.8 0.8) (thickness 0.2))) + ) + (gr_text "Soldering\nChallenge\nLevel 3" (at 176.5 111.5) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1cc1) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "Soldering\nChallenge\nLevel 4" (at 201.5 111.25) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1cc5) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "Soldering\nChallenge\nLevel 5" (at 226.5 110.75) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1cca) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "SOIC + 1206" (at 151.6 95.75) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1df2) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "VSSOP + 0603" (at 176.4 99) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1f2b) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "VSSOP + 0402" (at 201.3 99.15) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1f39) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "BGA + 0201" (at 226.4 99.05) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000600d1f42) + (effects (font (size 0.7 0.7) (thickness 0.175))) + ) + (gr_text "THT Components" (at 126.4 85.65) (layer "F.SilkS") (tstamp 12f8e43c-8f83-48d3-a9b5-5f3ebc0b6c43) + (effects (font (size 1 1) (thickness 0.15))) + ) + (gr_text "Soldering\nChallenge\nLevel 0" (at 71.5 111.75) (layer "F.SilkS") (tstamp 28b35b38-f3c3-41ed-87c0-f932516b7f6a) + (effects (font (size 0.8 0.8) (thickness 0.2))) + ) + (dimension (type aligned) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-0000600d0bc2) + (pts (xy 119.5 83.75) (xy 119.5 122.75)) + (height 10.484664) + (gr_text "39.0000 mm" (at 107.865336 103.25 90) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-0000600d0bc2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (format (units 2) (units_format 1) (precision 4)) + (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) + ) + + (segment (start 128.5254 99.724) (end 131.474 99.724) (width 0.5) (layer "F.Cu") (net 1) (tstamp 00000000-0000-0000-0000-0000600d0a62)) + (segment (start 131.474 99.724) (end 132.5 100.75) (width 0.5) (layer "F.Cu") (net 1) (tstamp 00000000-0000-0000-0000-0000600d0a7a)) + (segment (start 123.4454 107.344) (end 123.4454 104.8046) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d026a)) + (segment (start 127.75 95) (end 125.5 92.75) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d02d6)) + (segment (start 126 102.25) (end 126 99.75) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d056a)) + (segment (start 126 99) (end 127.75 97.25) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d098a)) + (segment (start 127.75 97.25) (end 127.75 95) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d0a65)) + (segment (start 123.4454 104.8046) (end 126 102.25) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d0ae6)) + (segment (start 120.5 89.75) (end 122.5 89.75) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d0b2b)) + (segment (start 122.5 89.75) (end 125.5 92.75) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d0c3c)) + (segment (start 126 99.75) (end 126 99) (width 0.5) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-0000600d0e2e)) + (segment (start 132.25 104) (end 128 104) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d00e4)) + (segment (start 134 99.79) (end 134 102.25) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d0990)) + (segment (start 130.5 96.29) (end 134 99.79) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d0993)) + (segment (start 128 104) (end 126 106) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d0a71)) + (segment (start 126 106) (end 126 107.5) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d0a74)) + (segment (start 134 102.25) (end 132.25 104) (width 0.5) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-0000600d0cba)) + (segment (start 127.92 91.17) (end 130.5 93.75) (width 0.5) (layer "F.Cu") (net 4) (tstamp 00000000-0000-0000-0000-0000600d025e)) + (segment (start 127.92 89.75) (end 127.92 91.17) (width 0.5) (layer "F.Cu") (net 4) (tstamp 00000000-0000-0000-0000-0000600d0ac2)) + (segment (start 123.4454 98.0546) (end 125.75 95.75) (width 0.5) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-0000600d0819)) + (segment (start 123.4454 99.724) (end 123.4454 98.0546) (width 0.5) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-0000600d0a47)) + (segment (start 125.5 95.75) (end 125.75 95.75) (width 0.5) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-0000600d0b7c)) + (segment (start 120.5 92.75) (end 122.5 92.75) (width 0.5) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-0000600d0bd6)) + (segment (start 122.5 92.75) (end 125.5 95.75) (width 0.5) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-0000600d0d32)) + (segment (start 150.155 105.095) (end 152.75 102.5) (width 0.3) (layer "F.Cu") (net 6) (tstamp 00000000-0000-0000-0000-0000600d056d)) + (segment (start 148.775 105.095) (end 150.155 105.095) (width 0.3) (layer "F.Cu") (net 6) (tstamp 00000000-0000-0000-0000-0000600d0bfa)) + (segment (start 153.725 107.635) (end 152.635 107.635) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d0126)) + (segment (start 147.44999 104.737886) (end 149.17499 103.012886) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d01fb)) + (segment (start 150.25 99.75) (end 150.25 97.5) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d02be)) + (segment (start 148.775 106.365) (end 147.8 106.365) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d02c7)) + (segment (start 147.44999 106.01499) (end 147.44999 104.737886) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d02ca)) + (segment (start 147.8 106.365) (end 147.44999 106.01499) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d0420)) + (segment (start 151.25 106.25) (end 148.75 106.25) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d064b)) + (segment (start 152.635 107.635) (end 151.25 106.25) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d09bd)) + (segment (start 149.17499 103.012886) (end 149.17499 100.82501) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d0bee)) + (segment (start 149.17499 100.82501) (end 150.25 99.75) (width 0.3) (layer "F.Cu") (net 7) (tstamp 00000000-0000-0000-0000-0000600d0dfb)) + (segment (start 178.6 105.55) (end 177.6 104.55) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d0576)) + (segment (start 180.3 106.25) (end 179.6 105.55) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d098d)) + (segment (start 180.3 108.05) (end 180.3 106.25) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d09a5)) + (segment (start 179.825 108.525) (end 180.3 108.05) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d09c3)) + (segment (start 178.8 108.525) (end 179.825 108.525) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d0a2f)) + (segment (start 179.6 105.55) (end 178.6 105.55) (width 0.2) (layer "F.Cu") (net 8) (tstamp 00000000-0000-0000-0000-0000600d0a56)) + (segment (start 173.375 100.375) (end 173.4 100.35) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d015c)) + (segment (start 176.575 107.225) (end 177.2 107.85) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0243)) + (segment (start 172.3 103.55) (end 173.4 102.45) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0546)) + (segment (start 172.3 106.55) (end 172.3 103.55) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0573)) + (segment (start 174.4 107.225) (end 176.575 107.225) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0a53)) + (segment (start 173.375 102.5) (end 173.375 100.375) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0b64)) + (segment (start 174.4 107.225) (end 172.975 107.225) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0bac)) + (segment (start 172.975 107.225) (end 172.3 106.55) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0be8)) + (segment (start 177.2 107.85) (end 178.9 107.85) (width 0.2) (layer "F.Cu") (net 9) (tstamp 00000000-0000-0000-0000-0000600d0e28)) + (segment (start 204.665001 104.999999) (end 205.25 105.584998) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d028e)) + (segment (start 205.25 105.584998) (end 205.25 106.849302) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d0705)) + (segment (start 202.265 103.75) (end 203.514999 104.999999) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d0828)) + (segment (start 203.514999 104.999999) (end 204.665001 104.999999) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d082b)) + (segment (start 205.25 106.849302) (end 204.599302 107.5) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d082e)) + (segment (start 204.599302 107.5) (end 203.75 107.5) (width 0.2) (layer "F.Cu") (net 10) (tstamp 00000000-0000-0000-0000-0000600d0c09)) + (segment (start 198 105.95) (end 198.2 106.15) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d00de)) + (segment (start 203.7 106.825) (end 202.475 106.825) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0129)) + (segment (start 199.515 101.25) (end 199.515 102.435) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0255)) + (segment (start 199.5 102.5) (end 198 104) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d03b1)) + (segment (start 198 104) (end 198 105.95) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d09de)) + (segment (start 199.515 102.5) (end 199.5 102.5) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0b97)) + (segment (start 198.2 106.15) (end 199.3 106.15) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0bb8)) + (segment (start 202.475 106.825) (end 201.8 106.15) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0c03)) + (segment (start 199.515 102.435) (end 199.5 102.45) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0c30)) + (segment (start 201.8 106.15) (end 199.2 106.15) (width 0.2) (layer "F.Cu") (net 11) (tstamp 00000000-0000-0000-0000-0000600d0e10)) + (segment (start 227 104.75) (end 227 105.25) (width 0.2) (layer "F.Cu") (net 12) (tstamp 00000000-0000-0000-0000-0000600d03ba)) + (segment (start 227 105.25) (end 227.75 106) (width 0.2) (layer "F.Cu") (net 12) (tstamp 00000000-0000-0000-0000-0000600d0a77)) + (segment (start 227.75 106) (end 227.75 106.5) (width 0.2) (layer "F.Cu") (net 12) (tstamp 00000000-0000-0000-0000-0000600d0b79)) + (segment (start 227 104.75) (end 227.4 104.75) (width 0.25) (layer "F.Cu") (net 12) (tstamp d45d1afe-78e6-4045-862c-b274469da903)) + (segment (start 227.4 104.75) (end 227.25 104.75) (width 0.2) (layer "F.Cu") (net 12) (tstamp f203116d-f256-4611-a03e-9536bbedaf2f)) + (segment (start 226.5 103.25) (end 226 102.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d00ed)) + (segment (start 225.5 105.75) (end 225.25 106) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d0267)) + (segment (start 225.25 106) (end 225.25 106.5) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d02d9)) + (segment (start 225 102.75) (end 224.75 102.5) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d09b7)) + (segment (start 226.25 105.75) (end 225.5 105.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d09ba)) + (segment (start 224.75 102.5) (end 224.75 102) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d0d50)) + (segment (start 226 102.75) (end 225 102.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp 00000000-0000-0000-0000-0000600d0dfe)) + (segment (start 226.5 103.45) (end 226.5 103.25) (width 0.2) (layer "F.Cu") (net 13) (tstamp 645bdbdc-8f65-42ef-a021-2d3e7d74a739)) + (segment (start 226.5 104.95) (end 226.5 105.05) (width 0.2) (layer "F.Cu") (net 13) (tstamp 82204892-ec79-4d38-a593-52fb9a9b4b87)) + (segment (start 226.5 104.95) (end 226.5 103.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp 8b963561-586b-4575-b721-87e7914602c6)) + (segment (start 226.25 105.75) (end 226.3 105.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp b1ba92d5-0d41-4be9-b483-47d08dc1785d)) + (segment (start 226.5 104.95) (end 226.5 104.75) (width 0.2) (layer "F.Cu") (net 13) (tstamp b8c8c7a1-d546-4878-9de9-463ec76dff98)) + (segment (start 226.3 105.75) (end 226.5 105.55) (width 0.2) (layer "F.Cu") (net 13) (tstamp bf6104a1-a529-4c00-b4ae-92001543f7ec)) + (segment (start 226.5 105.55) (end 226.5 104.95) (width 0.2) (layer "F.Cu") (net 13) (tstamp da862bae-4511-4bb9-b18d-fa60a2737feb)) + (segment (start 226.5 103.75) (end 226.5 103.45) (width 0.25) (layer "F.Cu") (net 13) (tstamp f503ea07-bcf1-4924-930a-6f7e9cd312f8)) + (segment (start 155.7375 100) (end 154.67499 101.06251) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d0282)) + (segment (start 155.25 104.5) (end 155.25 105.75) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d08f4)) + (segment (start 154.67499 103.92499) (end 155.25 104.5) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d09cc)) + (segment (start 154.75 106.25) (end 153.75 106.25) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d0be2)) + (segment (start 155.25 105.75) (end 154.75 106.25) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d0c06)) + (segment (start 154.67499 101.06251) (end 154.67499 103.92499) (width 0.3) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-0000600d0e31)) + (segment (start 152.7625 97.5) (end 152.7625 100.2375) (width 0.3) (layer "F.Cu") (net 15) (tstamp 00000000-0000-0000-0000-0000600d0a44)) + (segment (start 152.7625 100.2375) (end 152.75 100.25) (width 0.3) (layer "F.Cu") (net 15) (tstamp 00000000-0000-0000-0000-0000600d0e4c)) + (segment (start 180.15 102.5) (end 181 103.35) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d0144)) + (segment (start 179.375 102.5) (end 180.15 102.5) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d0147)) + (segment (start 181 103.35) (end 181 108.25) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d014a)) + (segment (start 181 108.25) (end 180.199999 109.050001) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d0150)) + (segment (start 180.199999 109.050001) (end 177.765701 109.050001) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d0153)) + (segment (start 177.765701 109.050001) (end 176.5657 107.85) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d024c)) + (segment (start 176.5657 107.85) (end 174.4 107.85) (width 0.2) (layer "F.Cu") (net 16) (tstamp 00000000-0000-0000-0000-0000600d06fc)) + (segment (start 177.625 102.525) (end 177.6 102.55) (width 0.2) (layer "F.Cu") (net 17) (tstamp 00000000-0000-0000-0000-0000600d0bdf)) + (segment (start 177.625 100.5) (end 177.625 102.525) (width 0.2) (layer "F.Cu") (net 17) (tstamp 00000000-0000-0000-0000-0000600d0e37)) + (segment (start 201.7 106.85) (end 199.3 106.85) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d02a6)) + (segment (start 204.665001 108.000001) (end 202.850001 108.000001) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0a3b)) + (segment (start 203.235 102.5) (end 204.086004 102.5) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0ba0)) + (segment (start 205.7 104.113996) (end 205.7 106.965002) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0ba3)) + (segment (start 205.7 106.965002) (end 204.665001 108.000001) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0ba6)) + (segment (start 202.850001 108.000001) (end 201.7 106.85) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0c0f)) + (segment (start 204.086004 102.5) (end 205.7 104.113996) (width 0.2) (layer "F.Cu") (net 18) (tstamp 00000000-0000-0000-0000-0000600d0c2d)) + (segment (start 202.265 102.5) (end 202.265 101.285) (width 0.2) (layer "F.Cu") (net 19) (tstamp 00000000-0000-0000-0000-0000600d03ab)) + (segment (start 202.265 101.285) (end 202.3 101.25) (width 0.2) (layer "F.Cu") (net 19) (tstamp 00000000-0000-0000-0000-0000600d0d26)) + (segment (start 228.32 103.43) (end 228 103.75) (width 0.2) (layer "F.Cu") (net 20) (tstamp 00000000-0000-0000-0000-0000600d029a)) + (segment (start 228.32 102) (end 228.32 103.43) (width 0.2) (layer "F.Cu") (net 20) (tstamp 00000000-0000-0000-0000-0000600d09b1)) + (segment (start 227 103.75) (end 227.3 103.75) (width 0.25) (layer "F.Cu") (net 20) (tstamp 83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9)) + (segment (start 228 103.75) (end 227.3 103.75) (width 0.2) (layer "F.Cu") (net 20) (tstamp aae6bc05-6036-4fc6-8be7-c70daf5c8932)) + (segment (start 226.82 102) (end 227.75 102) (width 0.2) (layer "F.Cu") (net 21) (tstamp 00000000-0000-0000-0000-0000600d09db)) + (segment (start 147.25 104.230754) (end 147.25 100) (width 0.3) (layer "F.Cu") (net 22) (tstamp 00000000-0000-0000-0000-0000600d01f8)) + (segment (start 146.949979 106.784979) (end 146.94998 104.530774) (width 0.3) (layer "F.Cu") (net 22) (tstamp 00000000-0000-0000-0000-0000600d01fe)) + (segment (start 148.775 107.635) (end 147.8 107.635) (width 0.3) (layer "F.Cu") (net 22) (tstamp 00000000-0000-0000-0000-0000600d0bf1)) + (segment (start 146.94998 104.530774) (end 147.25 104.230754) (width 0.3) (layer "F.Cu") (net 22) (tstamp 00000000-0000-0000-0000-0000600d0bf4)) + (segment (start 147.8 107.635) (end 146.949979 106.784979) (width 0.3) (layer "F.Cu") (net 22) (tstamp 00000000-0000-0000-0000-0000600d0bf7)) + (segment (start 175.125 102.5) (end 175.125 102.725) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0249)) + (segment (start 177.775 107.225) (end 177.275 107.225) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0279)) + (segment (start 177.275 107.225) (end 175.7 105.65) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d06f3)) + (segment (start 173.4 104.75) (end 173.4 104.55) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d06f6)) + (segment (start 177.775 107.225) (end 177.675 107.225) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d081f)) + (segment (start 174.3 105.65) (end 173.4 104.75) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0a5c)) + (segment (start 178.8 107.225) (end 177.775 107.225) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0ad1)) + (segment (start 175.125 102.725) (end 173.4 104.45) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0beb)) + (segment (start 175.7 105.65) (end 174.3 105.65) (width 0.2) (layer "F.Cu") (net 23) (tstamp 00000000-0000-0000-0000-0000600d0e22)) + (segment (start 202.834998 106.15) (end 203.8 106.15) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0579)) + (segment (start 199.6 103.385) (end 199.6 103.75) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0825)) + (segment (start 202.334998 105.65) (end 202.834998 106.15) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d09b4)) + (segment (start 200.588482 104.823482) (end 200.588482 105.038482) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d09c9)) + (segment (start 200.588482 105.038482) (end 201.2 105.65) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0a2c)) + (segment (start 201.2 105.65) (end 202.334998 105.65) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0d3b)) + (segment (start 200.485 102.5) (end 199.6 103.385) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0e0a)) + (segment (start 199.515 103.75) (end 200.588482 104.823482) (width 0.2) (layer "F.Cu") (net 24) (tstamp 00000000-0000-0000-0000-0000600d0e43)) + (segment (start 226.82 106.5) (end 226.82 107.484819) (width 0.2) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-0000600d0b7f)) + (segment (start 226.121794 108.183025) (end 225.24547 108.183025) (width 0.2) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-0000600d0b82)) + (segment (start 226.82 107.484819) (end 226.121794 108.183025) (width 0.2) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-0000600d0b85)) + (segment (start 225.24547 108.183025) (end 224.75 107.687555) (width 0.2) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-0000600d0b88)) + (segment (start 224.75 107.687555) (end 224.75 106.5) (width 0.2) (layer "F.Cu") (net 25) (tstamp 00000000-0000-0000-0000-0000600d0c24)) + (segment (start 224.68 105.57) (end 224.68 106.5) (width 0.2) (layer "F.Cu") (net 25) (tstamp 4160bbf7-ffff-4c5c-a647-5ee58ddecf06)) + (segment (start 226 104.75) (end 225.5 104.75) (width 0.2) (layer "F.Cu") (net 25) (tstamp 722636b6-8ff0-452f-9357-23deb317d921)) + (segment (start 225.5 104.75) (end 224.68 105.57) (width 0.2) (layer "F.Cu") (net 25) (tstamp 7582a530-a952-46c1-b7eb-75006524ba29)) + (segment (start 122.69 117.85) (end 122.69 109.19) (width 0.5) (layer "F.Cu") (net 26) (tstamp 00000000-0000-0000-0000-0000600d0cb4)) + (segment (start 122.69 109.19) (end 120.75 107.25) (width 0.5) (layer "F.Cu") (net 26) (tstamp 00000000-0000-0000-0000-0000600d0e16)) + (segment (start 147.2625 96.2625) (end 147.25 96.25) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0273)) + (segment (start 147.2625 97.5) (end 147.2625 96.2625) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d027c)) + (segment (start 155.7375 95.7625) (end 155.7375 97.5) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d02d0)) + (segment (start 147.69 110.44) (end 147 109.75) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d02d3)) + (segment (start 147.69 117.85) (end 147.69 110.44) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d03f3)) + (segment (start 155.7375 95.9875) (end 155.7375 95.7625) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d057c)) + (segment (start 155.345 108.905) (end 155.5 108.75) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0b1f)) + (segment (start 153.725 108.905) (end 155.345 108.905) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0b22)) + (segment (start 155.7375 102.5) (end 155.7375 103.926824) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0be5)) + (segment (start 155.7375 103.926824) (end 155.780338 103.969662) (width 0.3) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0e34)) + (via (at 147.25 96.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d027f)) + (via (at 155.5 108.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d02a3)) + (via (at 155.7375 95.9875) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d053a)) + (via (at 155.780338 103.969662) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0b61)) + (via (at 147 109.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-0000600d0b6d)) + (segment (start 120.5 95.75) (end 120.5 99.25) (width 0.5) (layer "F.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d0195)) + (segment (start 120.5 99.25) (end 121 99.75) (width 0.5) (layer "F.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d06b1)) + (segment (start 130.31 109.06) (end 128.5 107.25) (width 0.5) (layer "F.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d0e01)) + (segment (start 130.31 117.85) (end 130.31 109.06) (width 0.5) (layer "F.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d0e0d)) + (segment (start 120.9054 99.724) (end 128.4314 107.25) (width 0.5) (layer "B.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d0a3e)) + (segment (start 128.4314 107.25) (end 128.5 107.25) (width 0.5) (layer "B.Cu") (net 28) (tstamp 00000000-0000-0000-0000-0000600d0e13)) + (segment (start 153.75 110) (end 155.25 111.5) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d00e1)) + (segment (start 153.725 105.095) (end 151.845 105.095) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0135)) + (segment (start 150.25 109) (end 148.75 109) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0264)) + (segment (start 150.2375 103.7625) (end 149.75 104.25) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0288)) + (segment (start 150.5 108.75) (end 150.25 109) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d08ee)) + (segment (start 151.845 105.095) (end 151.75 105) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0999)) + (segment (start 150.5 108.75) (end 151.75 110) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0abc)) + (segment (start 150.2375 102.5) (end 150.2375 103.7625) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0bdc)) + (segment (start 151.75 110) (end 153.75 110) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0c15)) + (segment (start 155.25 111.5) (end 155.25 117.75) (width 0.3) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0e19)) + (via (at 151.75 105) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0627)) + (via (at 149.75 104) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0b1c)) + (via (at 150.5 108.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0bd3)) + (segment (start 151.75 105) (end 150.75 105) (width 0.3) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0624)) + (segment (start 149.75 108) (end 150.5 108.75) (width 0.3) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d08fd)) + (segment (start 149.75 104) (end 149.75 108) (width 0.3) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d09c6)) + (segment (start 150.75 105) (end 149.75 104) (width 0.3) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d09f6)) + (segment (start 149.75 104.25) (end 149.75 104) (width 0.3) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-0000600d0a35)) + (segment (start 173.314964 106.575) (end 173.182477 106.442513) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0261)) + (segment (start 175.125 99.275) (end 175.1 99.25) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0423)) + (segment (start 175.125 100.5) (end 175.125 99.275) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0540)) + (segment (start 172.69 108.56) (end 172.7 108.55) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0708)) + (segment (start 180.24999 104.5) (end 180.29999 104.55) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0822)) + (segment (start 172.69 117.85) (end 172.69 108.56) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0abf)) + (segment (start 174.4 106.575) (end 173.314964 106.575) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0ca5)) + (segment (start 179.375 100.5) (end 180.65 100.5) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0cdb)) + (segment (start 179.375 104.5) (end 180.24999 104.5) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0d7d)) + (segment (start 180.65 100.5) (end 180.7 100.55) (width 0.2) (layer "F.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0e04)) + (via (at 180.7 100.55) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d02bb)) + (via (at 180.29999 104.55) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0570)) + (via (at 173.182477 106.442513) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d081c)) + (via (at 172.7 108.55) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0e1c)) + (via (at 175.1 99.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp 00000000-0000-0000-0000-0000600d0e46)) + (segment (start 176.500012 109.450012) (end 179.600012 109.450012) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0141)) + (segment (start 175.7 108.65) (end 176.500012 109.450012) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d014d)) + (segment (start 175.125 104.5) (end 175.95 104.5) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d053d)) + (segment (start 180.3 110.15) (end 180.3 117.95) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0648)) + (segment (start 178 106.55) (end 178.8 106.55) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0a32)) + (segment (start 175.95 104.5) (end 176.4 104.95) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0ace)) + (segment (start 179.600012 109.450012) (end 180.3 110.15) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0bb5)) + (segment (start 174.4 108.525) (end 175.575 108.525) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0d2c)) + (segment (start 176.4 104.95) (end 178 106.55) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0e2b)) + (segment (start 175.575 108.525) (end 175.7 108.65) (width 0.2) (layer "F.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0e49)) + (via (at 176.4 104.95) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0a41)) + (via (at 175.7 108.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0d3e)) + (segment (start 176.4 107.95) (end 176.4 104.95) (width 0.2) (layer "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0246)) + (segment (start 175.7 108.65) (end 176.4 107.95) (width 0.2) (layer "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-0000600d0d80)) + (segment (start 197.69 117.6) (end 197.69 108.94) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d09f9)) + (segment (start 204.3 103.75) (end 204.4 103.85) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0ba9)) + (segment (start 200.485 101.25) (end 200.485 100.165) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0bb2)) + (segment (start 203.235 103.75) (end 204.3 103.75) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0c2a)) + (segment (start 200.485 100.165) (end 200.5 100.15) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0c51)) + (segment (start 199.3 105.25) (end 198.7 104.65) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0c5a)) + (segment (start 203.235 101.25) (end 204.3 101.25) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0d29)) + (segment (start 199.3 105.525) (end 199.3 105.25) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0d38)) + (segment (start 197.69 108.94) (end 197.5 108.75) (width 0.2) (layer "F.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0d83)) + (via (at 204.4 103.85) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0702)) + (via (at 197.5 108.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d08fa)) + (via (at 204.3 101.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0996)) + (via (at 198.7 104.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0bca)) + (via (at 200.5 100.15) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 00000000-0000-0000-0000-0000600d0e1f)) + (segment (start 202.430018 104.755018) (end 201.494982 104.755018) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0138)) + (segment (start 200.5 103.75) (end 201.494982 104.744982) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d013b)) + (segment (start 199.3 107.475) (end 200.925 107.475) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0258)) + (segment (start 205.31 111.86) (end 201 107.55) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d029d)) + (segment (start 203.7 105.525) (end 203.2 105.525) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d02a9)) + (segment (start 201.494982 104.744982) (end 201.494982 104.755018) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d09ab)) + (segment (start 200.925 107.475) (end 201 107.55) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0a59)) + (segment (start 203.2 105.525) (end 202.430018 104.755018) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0b67)) + (segment (start 205.31 117.6) (end 205.31 111.86) (width 0.2) (layer "F.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0c57)) + (via (at 201 107.55) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d099c)) + (via (at 201.494982 104.755018) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0c0c)) + (segment (start 201 107.55) (end 201.494982 107.055018) (width 0.2) (layer "B.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d0123)) + (segment (start 201.494982 107.055018) (end 201.494982 104.755018) (width 0.2) (layer "B.Cu") (net 33) (tstamp 00000000-0000-0000-0000-0000600d09d2)) + (segment (start 225.32 102) (end 225.75 102) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d00db)) + (segment (start 228.32 105.57) (end 228.25 105.5) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0297)) + (segment (start 222.69 109.81) (end 222.75 109.75) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d02a0)) + (segment (start 225.75 102) (end 225.75 101.25) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0add)) + (segment (start 222.69 117.85) (end 222.69 109.81) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0b73)) + (segment (start 225 103.75) (end 224.75 103.5) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0baf)) + (segment (start 228.32 106.5) (end 228.32 105.57) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0c48)) + (segment (start 225.75 102) (end 226.25 102) (width 0.2) (layer "F.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0c9f)) + (segment (start 225.6 103.75) (end 225 103.75) (width 0.2) (layer "F.Cu") (net 34) (tstamp 4c8704fa-310a-4c01-8dc1-2b7e2727fea0)) + (segment (start 226 103.75) (end 225.6 103.75) (width 0.25) (layer "F.Cu") (net 34) (tstamp 6742a066-6a5f-4185-90ae-b7fe8c6eda52)) + (via (at 225.75 101.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d09f0)) + (via (at 224.75 103.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0b25)) + (via (at 228.25 105.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0b8e)) + (via (at 222.75 109.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 00000000-0000-0000-0000-0000600d0ca8)) + (segment (start 225 104.25) (end 224.75 104.5) (width 0.2) (layer "F.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0bc7)) + (segment (start 226.18 107.088815) (end 225.879875 107.38894) (width 0.2) (layer "F.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0c99)) + (segment (start 226.18 106.5) (end 226.18 107.088815) (width 0.2) (layer "F.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0c9c)) + (segment (start 230.25 118) (end 230.25 109.749994) (width 0.2) (layer "F.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0d44)) + (segment (start 225.75 104.25) (end 226 104.25) (width 0.2) (layer "F.Cu") (net 35) (tstamp 0fc912fd-5036-4a55-b598-a9af40810824)) + (segment (start 227.25 104.25) (end 227 104.25) (width 0.25) (layer "F.Cu") (net 35) (tstamp 2a6ee718-8cdf-4fa6-be7c-8fe885d98fd7)) + (segment (start 227 104.25) (end 227.3 104.25) (width 0.25) (layer "F.Cu") (net 35) (tstamp 3c66e6e2-f12d-4b23-910e-e478d272dfd5)) + (segment (start 227.6 104.25) (end 227.25 104.25) (width 0.25) (layer "F.Cu") (net 35) (tstamp 55cff608-ab38-48d9-ac09-2d0a877ceca1)) + (segment (start 227.6 104.25) (end 228.5 104.25) (width 0.2) (layer "F.Cu") (net 35) (tstamp 6b69fc79-c78f-4df1-9a05-c51d4173705f)) + (segment (start 227.3 104.25) (end 227.6 104.25) (width 0.2) (layer "F.Cu") (net 35) (tstamp 9c8eae28-a7c3-4e6a-bd81-98cf70031070)) + (segment (start 225.5 104.25) (end 225 104.25) (width 0.2) (layer "F.Cu") (net 35) (tstamp d8370835-89ad-4b62-9f40-d0c10470788a)) + (segment (start 225.75 104.25) (end 225.5 104.25) (width 0.25) (layer "F.Cu") (net 35) (tstamp e0b36e60-bb2b-489c-a764-1b81e551ce62)) + (segment (start 227.3 104.25) (end 227.25 104.25) (width 0.2) (layer "F.Cu") (net 35) (tstamp f2392fe0-54af-4e02-8793-9ba2471944b5)) + (via (at 224.75 104.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d02af)) + (via (at 225.879875 107.38894) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d02b8)) + (via (at 228.5 104.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0c96)) + (via (at 230.25 109.749994) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0cb7)) + (segment (start 225.879875 107.38894) (end 225.879875 104.620125) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0291)) + (segment (start 228.25 104.5) (end 228.5 104.25) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d03ae)) + (segment (start 226 104.5) (end 228.25 104.5) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0b8b)) + (segment (start 224.75 104.5) (end 226 104.5) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0bd0)) + (segment (start 225.879875 104.620125) (end 226 104.5) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0c42)) + (segment (start 228.240929 109.749994) (end 230.25 109.749994) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0d47)) + (segment (start 225.879875 107.38894) (end 228.240929 109.749994) (width 0.2) (layer "B.Cu") (net 35) (tstamp 00000000-0000-0000-0000-0000600d0d4a)) + (segment (start 82.25 99.25) (end 68.14 99.25) (width 1.5) (layer "F.Cu") (net 36) (tstamp 63142c32-d538-4a5e-a542-53b49d9e802e)) + (segment (start 82.5 99.5) (end 82.25 99.25) (width 1.5) (layer "F.Cu") (net 36) (tstamp cf0ee6a6-b81d-4e2f-84b4-746457464efb)) + (segment (start 68.14 99.25) (end 67.32 98.43) (width 1.5) (layer "F.Cu") (net 36) (tstamp e9fb847a-75f5-4afd-bd78-1763e405d978)) + (segment (start 59.7 107.95) (end 59.7 106.05) (width 1.5) (layer "F.Cu") (net 37) (tstamp 1f326b7c-cebf-4544-a21d-2bdd049f189e)) + (segment (start 66.5 108.75) (end 60.5 108.75) (width 1.5) (layer "F.Cu") (net 37) (tstamp 89f7501e-27dc-4677-9912-cdfb647ba540)) + (segment (start 67.88 118.7625) (end 67.88 110.13) (width 1.5) (layer "F.Cu") (net 37) (tstamp 8af560cb-dcd9-4eae-9493-c589105a9d84)) + (segment (start 60.5 108.75) (end 59.7 107.95) (width 1.5) (layer "F.Cu") (net 37) (tstamp be57e27a-657c-4041-8232-ef15831c7879)) + (segment (start 67.88 110.13) (end 66.5 108.75) (width 1.5) (layer "F.Cu") (net 37) (tstamp dd2e0eed-9dbf-42b1-878c-37d4505b9e5e)) + (segment (start 64.78 98.43) (end 64.78 94.97) (width 1.5) (layer "F.Cu") (net 38) (tstamp 0966a047-3a3f-4044-ba84-f2518ad90c5a)) + (segment (start 69 76.21) (end 65.04 72.25) (width 1.5) (layer "F.Cu") (net 38) (tstamp 3312e4cf-565c-450e-8855-76be09ddd531)) + (segment (start 69 90.75) (end 69 76.21) (width 1.5) (layer "F.Cu") (net 38) (tstamp 4b4ec9c5-5e61-4da1-8bf5-61cb3d42cccb)) + (segment (start 64.78 101.47) (end 62.24 104.01) (width 1.5) (layer "F.Cu") (net 38) (tstamp 557bfd3b-962b-4072-8dc8-afc4c2485084)) + (segment (start 60 67.21) (end 60 57.35) (width 1.5) (layer "F.Cu") (net 38) (tstamp 71abaadc-84ab-4da6-a869-831fc0ef2ff9)) + (segment (start 64.78 98.43) (end 64.78 101.47) (width 1.5) (layer "F.Cu") (net 38) (tstamp 86a23d07-80a1-4f15-b42a-92c8bd1d72df)) + (segment (start 62.24 104.01) (end 62.24 106.05) (width 1.5) (layer "F.Cu") (net 38) (tstamp a6ccb1f7-8675-410e-80a9-67509cc264c4)) + (segment (start 64.78 94.97) (end 69 90.75) (width 1.5) (layer "F.Cu") (net 38) (tstamp cc3b15b5-9921-478c-9b62-a3bf04176816)) + (segment (start 65.04 72.25) (end 60 67.21) (width 1.5) (layer "F.Cu") (net 38) (tstamp d30986e6-f824-44d1-b8fb-6924ce074fdc)) + (segment (start 82.5 62.29) (end 82.5 78.5) (width 1.5) (layer "F.Cu") (net 39) (tstamp c764e2d0-675a-4546-adec-7682fa62a85c)) + (segment (start 85 99.370946) (end 85 101.5) (width 1.5) (layer "F.Cu") (net 40) (tstamp 00df63d9-eea5-45fc-9097-89a0985247ca)) + (segment (start 64.75 104.75) (end 64.78 104.78) (width 1.5) (layer "F.Cu") (net 40) (tstamp 1551456f-8fb2-424d-98ed-61bb84a38415)) + (segment (start 85 101.5) (end 84.25 102.25) (width 1.5) (layer "F.Cu") (net 40) (tstamp 3d55b0c4-481d-4b5d-af41-b7b7c3911e55)) + (segment (start 84.25 102.25) (end 67.25 102.25) (width 1.5) (layer "F.Cu") (net 40) (tstamp 4ccdc38e-028e-49cc-909a-4c0595f8f237)) + (segment (start 67.25 102.25) (end 64.75 104.75) (width 1.5) (layer "F.Cu") (net 40) (tstamp 4ed64b0b-1d25-4afa-bd36-153c6b0e6bfd)) + (segment (start 85.04 78.5) (end 85.04 99.330946) (width 1.5) (layer "F.Cu") (net 40) (tstamp 7ad833dc-4183-4dc2-b8dd-6599b07acd54)) + (segment (start 64.78 104.78) (end 64.78 106.05) (width 1.5) (layer "F.Cu") (net 40) (tstamp 7f845eab-b625-4778-ab06-c912d28b6048)) + (segment (start 85.04 99.330946) (end 85 99.370946) (width 1.5) (layer "F.Cu") (net 40) (tstamp f80e323d-8166-4c71-8f8f-e23071ecb789)) + (segment (start 59.7 88.01) (end 60.46 87.25) (width 1.5) (layer "F.Cu") (net 41) (tstamp 19d3a81c-7409-4a4b-9541-1a46515a897e)) + (segment (start 59.7 98.43) (end 59.7 88.01) (width 1.5) (layer "F.Cu") (net 41) (tstamp 43996da2-2587-4cfa-8f64-8348392e46af)) + (segment (start 75.5 110.25) (end 71.3 106.05) (width 1.5) (layer "F.Cu") (net 41) (tstamp 69a4cd82-7a09-4705-bf7d-dd0104fc5285)) + (segment (start 71.3 106.05) (end 67.32 106.05) (width 1.5) (layer "F.Cu") (net 41) (tstamp c2e1b281-17fb-42d7-877e-1f123212ba83)) + (segment (start 75.5 118.75) (end 75.5 110.25) (width 1.5) (layer "F.Cu") (net 41) (tstamp f0b95e69-7821-4165-922b-147f61d0606c)) + (segment (start 59.7 98.43) (end 59.7 100.95) (width 1.5) (layer "B.Cu") (net 41) (tstamp 0d6f2783-4f3d-4518-aa84-6973545398bb)) + (segment (start 65.5 102.25) (end 67.32 104.07) (width 1.5) (layer "B.Cu") (net 41) (tstamp 3c8688e7-1475-4057-bbe8-8bd0f683cc9c)) + (segment (start 67.32 104.07) (end 67.32 106.05) (width 1.5) (layer "B.Cu") (net 41) (tstamp 9507d3a5-ca2d-4db7-885b-eefc1a135ff4)) + (segment (start 61 102.25) (end 65.5 102.25) (width 1.5) (layer "B.Cu") (net 41) (tstamp e6316d47-bc24-4022-a2ff-2271a0b97e79)) + (segment (start 59.7 100.95) (end 61 102.25) (width 1.5) (layer "B.Cu") (net 41) (tstamp e8eba793-f52b-452d-92ff-9b45a4d56266)) + (segment (start 59.96 72.25) (end 59.96 81.67) (width 1.5) (layer "F.Cu") (net 54) (tstamp 5676c993-3d23-4742-b315-1f54d9c95d4f)) + (segment (start 62.24 90.51) (end 62.24 98.43) (width 1.5) (layer "F.Cu") (net 54) (tstamp 97cda143-487e-4f21-807d-40dbd8c32ec8)) + (segment (start 65.54 87.25) (end 65.5 87.25) (width 1.5) (layer "F.Cu") (net 54) (tstamp a2d4bc06-259e-414f-ac0b-70f098135e25)) + (segment (start 59.96 81.67) (end 65.54 87.25) (width 1.5) (layer "F.Cu") (net 54) (tstamp b26cb998-ef17-4886-88e9-0fd58623d2f2)) + (segment (start 65.5 87.25) (end 62.24 90.51) (width 1.5) (layer "F.Cu") (net 54) (tstamp d207cf90-5db5-4912-aea5-31c5c7022d3c)) + + (zone (net 27) (net_name "/Level 2 - 1206/GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000600d0240) (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 159.6418 94.0098) + (xy 159.6522 110.9246) + (xy 143.2184 110.9246) + (xy 143.208 94.0098) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 157.470056 94.9595) + (xy 157.472284 94.959847) + (xy 157.484859 94.961805) + (xy 157.484861 94.961805) + (xy 157.49373 94.963186) + (xy 157.502632 94.962022) + (xy 157.502634 94.962022) + (xy 157.508959 94.961195) + (xy 157.534282 94.960452) + (xy 157.698126 94.97217) + (xy 157.703343 94.972543) + (xy 157.721137 94.975101) + (xy 157.91154 95.016521) + (xy 157.928788 95.021586) + (xy 158.111358 95.089682) + (xy 158.12771 95.097149) + (xy 158.19302 95.13281) + (xy 158.298734 95.190534) + (xy 158.313848 95.200248) + (xy 158.423516 95.282344) + (xy 158.469842 95.317023) + (xy 158.483428 95.328796) + (xy 158.621204 95.466572) + (xy 158.632977 95.480158) + (xy 158.749752 95.636152) + (xy 158.759466 95.651266) + (xy 158.852856 95.822299) + (xy 158.860318 95.838638) + (xy 158.875197 95.87853) + (xy 158.880261 95.949346) + (xy 158.846236 96.011658) + (xy 158.794627 96.042857) + (xy 158.609025 96.100693) + (xy 158.605555 96.102255) + (xy 158.605549 96.102257) + (xy 158.470685 96.162955) + (xy 158.332344 96.225217) + (xy 158.329087 96.227186) + (xy 158.329083 96.227188) + (xy 158.13833 96.342503) + (xy 158.072689 96.382184) + (xy 157.833848 96.569304) + (xy 157.619304 96.783848) + (xy 157.544792 96.878956) + (xy 157.483021 96.957801) + (xy 157.432184 97.022689) + (xy 157.430217 97.025943) + (xy 157.32811 97.194849) + (xy 157.275217 97.282344) + (xy 157.273653 97.28582) + (xy 157.189434 97.472947) + (xy 157.150693 97.559025) + (xy 157.060427 97.848699) + (xy 157.005735 98.147142) + (xy 157.005506 98.150933) + (xy 157.005505 98.150939) + (xy 156.989279 98.41921) + (xy 156.987761 98.432517) + (xy 156.986929 98.437461) + (xy 156.986776 98.45) + (xy 156.987466 98.454815) + (xy 156.990727 98.477588) + (xy 156.992 98.495451) + (xy 156.992 110.7986) + (xy 156.971998 110.866721) + (xy 156.918342 110.913214) + (xy 156.866 110.9246) + (xy 146.134 110.9246) + (xy 146.065879 110.904598) + (xy 146.019386 110.850942) + (xy 146.008 110.7986) + (xy 146.008 104) + (xy 148.836496 104) + (xy 148.856458 104.189928) + (xy 148.915473 104.371556) + (xy 149.01096 104.536944) + (xy 149.015378 104.541851) + (xy 149.015379 104.541852) + (xy 149.059136 104.590449) + (xy 149.089854 104.654456) + (xy 149.0915 104.674759) + (xy 149.0915 107.917944) + (xy 149.090941 107.9298) + (xy 149.089212 107.937537) + (xy 149.089461 107.945459) + (xy 149.091438 108.008369) + (xy 149.0915 108.012327) + (xy 149.0915 108.041432) + (xy 149.092056 108.045832) + (xy 149.092988 108.057664) + (xy 149.094438 108.103831) + (xy 149.09665 108.111444) + (xy 149.09665 108.111445) + (xy 149.100419 108.124416) + (xy 149.10443 108.143782) + (xy 149.107118 108.165064) + (xy 149.110034 108.172429) + (xy 149.110035 108.172433) + (xy 149.124126 108.208021) + (xy 149.127965 108.219231) + (xy 149.140855 108.2636) + (xy 149.151775 108.282065) + (xy 149.160466 108.299805) + (xy 149.168365 108.319756) + (xy 149.195516 108.357126) + (xy 149.202033 108.367048) + (xy 149.221507 108.399977) + (xy 149.22151 108.399981) + (xy 149.225547 108.406807) + (xy 149.240711 108.421971) + (xy 149.253551 108.437004) + (xy 149.266159 108.454357) + (xy 149.301752 108.483802) + (xy 149.310532 108.491792) + (xy 149.55703 108.73829) + (xy 149.591056 108.800602) + (xy 149.593244 108.814211) + (xy 149.606458 108.939928) + (xy 149.665473 109.121556) + (xy 149.76096 109.286944) + (xy 149.888747 109.428866) + (xy 150.043248 109.541118) + (xy 150.049276 109.543802) + (xy 150.049278 109.543803) + (xy 150.211681 109.616109) + (xy 150.217712 109.618794) + (xy 150.311112 109.638647) + (xy 150.398056 109.657128) + (xy 150.398061 109.657128) + (xy 150.404513 109.6585) + (xy 150.595487 109.6585) + (xy 150.601939 109.657128) + (xy 150.601944 109.657128) + (xy 150.688888 109.638647) + (xy 150.782288 109.618794) + (xy 150.788319 109.616109) + (xy 150.950722 109.543803) + (xy 150.950724 109.543802) + (xy 150.956752 109.541118) + (xy 151.111253 109.428866) + (xy 151.23904 109.286944) + (xy 151.334527 109.121556) + (xy 151.393542 108.939928) + (xy 151.413504 108.75) + (xy 151.393542 108.560072) + (xy 151.334527 108.378444) + (xy 151.23904 108.213056) + (xy 151.234507 108.208021) + (xy 151.115675 108.076045) + (xy 151.115674 108.076044) + (xy 151.111253 108.071134) + (xy 150.956752 107.958882) + (xy 150.950724 107.956198) + (xy 150.950722 107.956197) + (xy 150.788319 107.883891) + (xy 150.788318 107.883891) + (xy 150.782288 107.881206) + (xy 150.688888 107.861353) + (xy 150.601944 107.842872) + (xy 150.601939 107.842872) + (xy 150.595487 107.8415) + (xy 150.57495 107.8415) + (xy 150.506829 107.821498) + (xy 150.485855 107.804595) + (xy 150.445405 107.764145) + (xy 150.411379 107.701833) + (xy 150.4085 107.67505) + (xy 150.4085 105.758745) + (xy 150.428502 105.690624) + (xy 150.482158 105.644131) + (xy 150.552432 105.634027) + (xy 150.561707 105.636031) + (xy 150.564824 105.63738) + (xy 150.607449 105.644131) + (xy 150.610448 105.644606) + (xy 150.622071 105.647013) + (xy 150.650072 105.654202) + (xy 150.666812 105.6585) + (xy 150.688259 105.6585) + (xy 150.707969 105.660051) + (xy 150.729152 105.663406) + (xy 150.775141 105.659059) + (xy 150.786996 105.6585) + (xy 151.069776 105.6585) + (xy 151.137897 105.678502) + (xy 151.143834 105.682562) + (xy 151.195874 105.720371) + (xy 151.248691 105.758745) + (xy 151.293248 105.791118) + (xy 151.299276 105.793802) + (xy 151.299278 105.793803) + (xy 151.461681 105.866109) + (xy 151.467712 105.868794) + (xy 151.561112 105.888647) + (xy 151.648056 105.907128) + (xy 151.648061 105.907128) + (xy 151.654513 105.9085) + (xy 151.845487 105.9085) + (xy 151.851939 105.907128) + (xy 151.851944 105.907128) + (xy 151.938888 105.888647) + (xy 152.032288 105.868794) + (xy 152.038319 105.866109) + (xy 152.200722 105.793803) + (xy 152.200724 105.793802) + (xy 152.206752 105.791118) + (xy 152.361253 105.678866) + (xy 152.389934 105.647013) + (xy 152.484621 105.541852) + (xy 152.484622 105.541851) + (xy 152.48904 105.536944) + (xy 152.584527 105.371556) + (xy 152.643542 105.189928) + (xy 152.663504 105) + (xy 152.643542 104.810072) + (xy 152.584527 104.628444) + (xy 152.48904 104.463056) + (xy 152.361253 104.321134) + (xy 152.206752 104.208882) + (xy 152.200724 104.206198) + (xy 152.200722 104.206197) + (xy 152.038319 104.133891) + (xy 152.038318 104.133891) + (xy 152.032288 104.131206) + (xy 151.938887 104.111353) + (xy 151.851944 104.092872) + (xy 151.851939 104.092872) + (xy 151.845487 104.0915) + (xy 151.654513 104.0915) + (xy 151.648061 104.092872) + (xy 151.648056 104.092872) + (xy 151.561113 104.111353) + (xy 151.467712 104.131206) + (xy 151.461682 104.133891) + (xy 151.461681 104.133891) + (xy 151.299278 104.206197) + (xy 151.299276 104.206198) + (xy 151.293248 104.208882) + (xy 151.146832 104.31526) + (xy 151.079967 104.339117) + (xy 151.010815 104.323037) + (xy 150.983678 104.302418) + (xy 150.69297 104.01171) + (xy 150.658944 103.949398) + (xy 150.656755 103.935786) + (xy 150.644232 103.816636) + (xy 150.644232 103.816635) + (xy 150.643542 103.810072) + (xy 150.584527 103.628444) + (xy 150.48904 103.463056) + (xy 150.361253 103.321134) + (xy 150.206752 103.208882) + (xy 150.200724 103.206198) + (xy 150.200722 103.206197) + (xy 150.038319 103.133891) + (xy 150.038318 103.133891) + (xy 150.032288 103.131206) + (xy 149.938888 103.111353) + (xy 149.851944 103.092872) + (xy 149.851939 103.092872) + (xy 149.845487 103.0915) + (xy 149.654513 103.0915) + (xy 149.648061 103.092872) + (xy 149.648056 103.092872) + (xy 149.561112 103.111353) + (xy 149.467712 103.131206) + (xy 149.461682 103.133891) + (xy 149.461681 103.133891) + (xy 149.299278 103.206197) + (xy 149.299276 103.206198) + (xy 149.293248 103.208882) + (xy 149.138747 103.321134) + (xy 149.01096 103.463056) + (xy 148.915473 103.628444) + (xy 148.856458 103.810072) + (xy 148.836496 104) + (xy 146.008 104) + (xy 146.008 98.503207) + (xy 146.009746 98.482303) + (xy 146.012264 98.467335) + (xy 146.013071 98.462539) + (xy 146.013224 98.45) + (xy 146.012534 98.445185) + (xy 146.012373 98.44271) + (xy 146.011805 98.437115) + (xy 145.994495 98.150938) + (xy 145.994494 98.150932) + (xy 145.994265 98.147142) + (xy 145.939573 97.848699) + (xy 145.849307 97.559025) + (xy 145.810567 97.472947) + (xy 145.726347 97.28582) + (xy 145.724783 97.282344) + (xy 145.671891 97.194849) + (xy 145.569783 97.025943) + (xy 145.567816 97.022689) + (xy 145.51698 96.957801) + (xy 145.455208 96.878956) + (xy 145.380696 96.783848) + (xy 145.166152 96.569304) + (xy 144.927311 96.382184) + (xy 144.86167 96.342503) + (xy 144.670917 96.227188) + (xy 144.670913 96.227186) + (xy 144.667656 96.225217) + (xy 144.529316 96.162955) + (xy 144.394451 96.102257) + (xy 144.394445 96.102255) + (xy 144.390975 96.100693) + (xy 144.205373 96.042857) + (xy 144.146288 96.003494) + (xy 144.117863 95.938436) + (xy 144.124803 95.87853) + (xy 144.139682 95.838638) + (xy 144.147144 95.822299) + (xy 144.240534 95.651266) + (xy 144.250248 95.636152) + (xy 144.367023 95.480158) + (xy 144.378796 95.466572) + (xy 144.516572 95.328796) + (xy 144.530158 95.317023) + (xy 144.576484 95.282344) + (xy 144.686152 95.200248) + (xy 144.701266 95.190534) + (xy 144.80698 95.13281) + (xy 144.87229 95.097149) + (xy 144.888642 95.089682) + (xy 145.071212 95.021586) + (xy 145.08846 95.016521) + (xy 145.278863 94.975101) + (xy 145.296658 94.972543) + (xy 145.345557 94.969046) + (xy 145.458631 94.960959) + (xy 145.476533 94.961703) + (xy 145.484858 94.961805) + (xy 145.49373 94.963186) + (xy 145.502632 94.962022) + (xy 145.502635 94.962022) + (xy 145.525251 94.959064) + (xy 145.541589 94.958) + (xy 157.450672 94.958) + ) + ) + ) + (zone (net 30) (net_name "/Level 3 - 0603/GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000600d0567) (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 184.577197 95.85) + (xy 184.577197 110.85) + (xy 168.577197 110.85) + (xy 168.577197 95.85) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 182.470056 98.2095) + (xy 182.472284 98.209847) + (xy 182.484859 98.211805) + (xy 182.484861 98.211805) + (xy 182.49373 98.213186) + (xy 182.502632 98.212022) + (xy 182.502634 98.212022) + (xy 182.508959 98.211195) + (xy 182.534282 98.210452) + (xy 182.698126 98.22217) + (xy 182.703343 98.222543) + (xy 182.721137 98.225101) + (xy 182.91154 98.266521) + (xy 182.928788 98.271586) + (xy 183.111358 98.339682) + (xy 183.12771 98.347149) + (xy 183.19302 98.38281) + (xy 183.298734 98.440534) + (xy 183.313848 98.450248) + (xy 183.423516 98.532344) + (xy 183.469842 98.567023) + (xy 183.483428 98.578796) + (xy 183.621204 98.716572) + (xy 183.632977 98.730158) + (xy 183.749752 98.886152) + (xy 183.759466 98.901266) + (xy 183.852856 99.072299) + (xy 183.860318 99.088638) + (xy 183.875197 99.12853) + (xy 183.880261 99.199346) + (xy 183.846236 99.261658) + (xy 183.794627 99.292857) + (xy 183.609025 99.350693) + (xy 183.605555 99.352255) + (xy 183.605549 99.352257) + (xy 183.470685 99.412955) + (xy 183.332344 99.475217) + (xy 183.329087 99.477186) + (xy 183.329083 99.477188) + (xy 183.13833 99.592503) + (xy 183.072689 99.632184) + (xy 182.833848 99.819304) + (xy 182.619304 100.033848) + (xy 182.544792 100.128956) + (xy 182.483021 100.207801) + (xy 182.432184 100.272689) + (xy 182.430217 100.275943) + (xy 182.32811 100.444849) + (xy 182.275217 100.532344) + (xy 182.273653 100.53582) + (xy 182.189434 100.722947) + (xy 182.150693 100.809025) + (xy 182.060427 101.098699) + (xy 182.005735 101.397142) + (xy 182.005506 101.400933) + (xy 182.005505 101.400939) + (xy 181.989279 101.66921) + (xy 181.987761 101.682517) + (xy 181.986929 101.687461) + (xy 181.986776 101.7) + (xy 181.987466 101.704815) + (xy 181.990727 101.727588) + (xy 181.992 101.745451) + (xy 181.992 110.724) + (xy 181.971998 110.792121) + (xy 181.918342 110.838614) + (xy 181.866 110.85) + (xy 171.134 110.85) + (xy 171.065879 110.829998) + (xy 171.019386 110.776342) + (xy 171.008 110.724) + (xy 171.008 108.65) + (xy 174.786496 108.65) + (xy 174.806458 108.839928) + (xy 174.865473 109.021556) + (xy 174.96096 109.186944) + (xy 175.088747 109.328866) + (xy 175.243248 109.441118) + (xy 175.249276 109.443802) + (xy 175.249278 109.443803) + (xy 175.411681 109.516109) + (xy 175.417712 109.518794) + (xy 175.511113 109.538647) + (xy 175.598056 109.557128) + (xy 175.598061 109.557128) + (xy 175.604513 109.5585) + (xy 175.795487 109.5585) + (xy 175.801939 109.557128) + (xy 175.801944 109.557128) + (xy 175.888888 109.538647) + (xy 175.982288 109.518794) + (xy 175.988319 109.516109) + (xy 176.150722 109.443803) + (xy 176.150724 109.443802) + (xy 176.156752 109.441118) + (xy 176.311253 109.328866) + (xy 176.43904 109.186944) + (xy 176.534527 109.021556) + (xy 176.593542 108.839928) + (xy 176.613504 108.65) + (xy 176.613316 108.648214) + (xy 176.632816 108.581804) + (xy 176.649719 108.56083) + (xy 176.796234 108.414315) + (xy 176.808625 108.403448) + (xy 176.827437 108.389013) + (xy 176.833987 108.383987) + (xy 176.858474 108.352075) + (xy 176.858477 108.352072) + (xy 176.931523 108.256876) + (xy 176.931524 108.256875) + (xy 176.992838 108.10885) + (xy 177.0085 107.989885) + (xy 177.0085 107.989878) + (xy 177.01375 107.95) + (xy 177.009578 107.918307) + (xy 177.0085 107.901864) + (xy 177.0085 105.68029) + (xy 177.028502 105.612169) + (xy 177.040864 105.59598) + (xy 177.134621 105.491852) + (xy 177.134622 105.491851) + (xy 177.13904 105.486944) + (xy 177.234527 105.321556) + (xy 177.293542 105.139928) + (xy 177.313504 104.95) + (xy 177.293542 104.760072) + (xy 177.234527 104.578444) + (xy 177.13904 104.413056) + (xy 177.011253 104.271134) + (xy 176.856752 104.158882) + (xy 176.850724 104.156198) + (xy 176.850722 104.156197) + (xy 176.688319 104.083891) + (xy 176.688318 104.083891) + (xy 176.682288 104.081206) + (xy 176.588888 104.061353) + (xy 176.501944 104.042872) + (xy 176.501939 104.042872) + (xy 176.495487 104.0415) + (xy 176.304513 104.0415) + (xy 176.298061 104.042872) + (xy 176.298056 104.042872) + (xy 176.211113 104.061353) + (xy 176.117712 104.081206) + (xy 176.111682 104.083891) + (xy 176.111681 104.083891) + (xy 175.949278 104.156197) + (xy 175.949276 104.156198) + (xy 175.943248 104.158882) + (xy 175.788747 104.271134) + (xy 175.66096 104.413056) + (xy 175.565473 104.578444) + (xy 175.506458 104.760072) + (xy 175.486496 104.95) + (xy 175.506458 105.139928) + (xy 175.565473 105.321556) + (xy 175.66096 105.486944) + (xy 175.665378 105.491851) + (xy 175.665379 105.491852) + (xy 175.759136 105.59598) + (xy 175.789854 105.659987) + (xy 175.7915 105.68029) + (xy 175.7915 107.6155) + (xy 175.771498 107.683621) + (xy 175.717842 107.730114) + (xy 175.6655 107.7415) + (xy 175.604513 107.7415) + (xy 175.598061 107.742872) + (xy 175.598056 107.742872) + (xy 175.511113 107.761353) + (xy 175.417712 107.781206) + (xy 175.411682 107.783891) + (xy 175.411681 107.783891) + (xy 175.249278 107.856197) + (xy 175.249276 107.856198) + (xy 175.243248 107.858882) + (xy 175.088747 107.971134) + (xy 175.084326 107.976044) + (xy 175.084325 107.976045) + (xy 174.97212 108.100662) + (xy 174.96096 108.113056) + (xy 174.865473 108.278444) + (xy 174.806458 108.460072) + (xy 174.786496 108.65) + (xy 171.008 108.65) + (xy 171.008 101.753207) + (xy 171.009746 101.732303) + (xy 171.012264 101.717335) + (xy 171.013071 101.712539) + (xy 171.013224 101.7) + (xy 171.012534 101.695185) + (xy 171.012373 101.69271) + (xy 171.011805 101.687115) + (xy 170.994495 101.400938) + (xy 170.994494 101.400932) + (xy 170.994265 101.397142) + (xy 170.939573 101.098699) + (xy 170.849307 100.809025) + (xy 170.810567 100.722947) + (xy 170.726347 100.53582) + (xy 170.724783 100.532344) + (xy 170.671891 100.444849) + (xy 170.569783 100.275943) + (xy 170.567816 100.272689) + (xy 170.51698 100.207801) + (xy 170.455208 100.128956) + (xy 170.380696 100.033848) + (xy 170.166152 99.819304) + (xy 169.927311 99.632184) + (xy 169.86167 99.592503) + (xy 169.670917 99.477188) + (xy 169.670913 99.477186) + (xy 169.667656 99.475217) + (xy 169.529316 99.412955) + (xy 169.394451 99.352257) + (xy 169.394445 99.352255) + (xy 169.390975 99.350693) + (xy 169.205373 99.292857) + (xy 169.146288 99.253494) + (xy 169.117863 99.188436) + (xy 169.124803 99.12853) + (xy 169.139682 99.088638) + (xy 169.147144 99.072299) + (xy 169.240534 98.901266) + (xy 169.250248 98.886152) + (xy 169.367023 98.730158) + (xy 169.378796 98.716572) + (xy 169.516572 98.578796) + (xy 169.530158 98.567023) + (xy 169.576484 98.532344) + (xy 169.686152 98.450248) + (xy 169.701266 98.440534) + (xy 169.80698 98.38281) + (xy 169.87229 98.347149) + (xy 169.888642 98.339682) + (xy 170.071212 98.271586) + (xy 170.08846 98.266521) + (xy 170.278863 98.225101) + (xy 170.296658 98.222543) + (xy 170.345557 98.219046) + (xy 170.458631 98.210959) + (xy 170.476533 98.211703) + (xy 170.484858 98.211805) + (xy 170.49373 98.213186) + (xy 170.502632 98.212022) + (xy 170.502635 98.212022) + (xy 170.525251 98.209064) + (xy 170.541589 98.208) + (xy 182.450672 98.208) + ) + ) + ) + (zone (net 34) (net_name "/Level 5 - 0201/GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000600d06b7) (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 235 97.5) + (xy 235 110.75) + (xy 217.5 110.75) + (xy 217.5 97.5) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 232.470056 98.0095) + (xy 232.472284 98.009847) + (xy 232.484859 98.011805) + (xy 232.484861 98.011805) + (xy 232.49373 98.013186) + (xy 232.502632 98.012022) + (xy 232.502634 98.012022) + (xy 232.508959 98.011195) + (xy 232.534282 98.010452) + (xy 232.698126 98.02217) + (xy 232.703343 98.022543) + (xy 232.721137 98.025101) + (xy 232.91154 98.066521) + (xy 232.928788 98.071586) + (xy 233.111358 98.139682) + (xy 233.12771 98.147149) + (xy 233.19302 98.18281) + (xy 233.298734 98.240534) + (xy 233.313848 98.250248) + (xy 233.423516 98.332344) + (xy 233.469842 98.367023) + (xy 233.483428 98.378796) + (xy 233.621204 98.516572) + (xy 233.632977 98.530158) + (xy 233.749752 98.686152) + (xy 233.759466 98.701266) + (xy 233.852856 98.872299) + (xy 233.860318 98.888638) + (xy 233.875197 98.92853) + (xy 233.880261 98.999346) + (xy 233.846236 99.061658) + (xy 233.794627 99.092857) + (xy 233.609025 99.150693) + (xy 233.605555 99.152255) + (xy 233.605549 99.152257) + (xy 233.470684 99.212955) + (xy 233.332344 99.275217) + (xy 233.329087 99.277186) + (xy 233.329083 99.277188) + (xy 233.13833 99.392503) + (xy 233.072689 99.432184) + (xy 232.833848 99.619304) + (xy 232.619304 99.833848) + (xy 232.544792 99.928956) + (xy 232.483021 100.007801) + (xy 232.432184 100.072689) + (xy 232.430217 100.075943) + (xy 232.32811 100.244849) + (xy 232.275217 100.332344) + (xy 232.273653 100.33582) + (xy 232.189434 100.522947) + (xy 232.150693 100.609025) + (xy 232.060427 100.898699) + (xy 232.005735 101.197142) + (xy 232.005506 101.200933) + (xy 232.005505 101.200939) + (xy 231.989279 101.46921) + (xy 231.987761 101.482517) + (xy 231.986929 101.487461) + (xy 231.986776 101.5) + (xy 231.987466 101.504815) + (xy 231.990727 101.527588) + (xy 231.992 101.545451) + (xy 231.992 110.624) + (xy 231.971998 110.692121) + (xy 231.918342 110.738614) + (xy 231.866 110.75) + (xy 230.80703 110.75) + (xy 230.738909 110.729998) + (xy 230.692416 110.676342) + (xy 230.682312 110.606068) + (xy 230.711806 110.541488) + (xy 230.732969 110.522064) + (xy 230.855909 110.432743) + (xy 230.855911 110.432741) + (xy 230.861253 110.42886) + (xy 230.919883 110.363745) + (xy 230.984621 110.291846) + (xy 230.984622 110.291845) + (xy 230.98904 110.286938) + (xy 231.084527 110.12155) + (xy 231.143542 109.939922) + (xy 231.163504 109.749994) + (xy 231.143542 109.560066) + (xy 231.084527 109.378438) + (xy 230.98904 109.21305) + (xy 230.891382 109.104589) + (xy 230.865675 109.076039) + (xy 230.865674 109.076038) + (xy 230.861253 109.071128) + (xy 230.706752 108.958876) + (xy 230.700724 108.956192) + (xy 230.700722 108.956191) + (xy 230.538319 108.883885) + (xy 230.538318 108.883885) + (xy 230.532288 108.8812) + (xy 230.438888 108.861347) + (xy 230.351944 108.842866) + (xy 230.351939 108.842866) + (xy 230.345487 108.841494) + (xy 230.154513 108.841494) + (xy 230.148061 108.842866) + (xy 230.148056 108.842866) + (xy 230.061113 108.861347) + (xy 229.967712 108.8812) + (xy 229.961682 108.883885) + (xy 229.961681 108.883885) + (xy 229.799278 108.956191) + (xy 229.799276 108.956192) + (xy 229.793248 108.958876) + (xy 229.638747 109.071128) + (xy 229.634334 109.07603) + (xy 229.634332 109.076031) + (xy 229.612926 109.099805) + (xy 229.55248 109.137044) + (xy 229.51929 109.141494) + (xy 228.545168 109.141494) + (xy 228.477047 109.121492) + (xy 228.456073 109.104589) + (xy 226.829594 107.47811) + (xy 226.795568 107.415798) + (xy 226.793034 107.392224) + (xy 226.793379 107.38894) + (xy 226.773417 107.199012) + (xy 226.714402 107.017384) + (xy 226.618915 106.851996) + (xy 226.520739 106.74296) + (xy 226.490021 106.678953) + (xy 226.488375 106.65865) + (xy 226.488375 105.2345) + (xy 226.508377 105.166379) + (xy 226.562033 105.119886) + (xy 226.614375 105.1085) + (xy 228.168307 105.1085) + (xy 228.207244 105.114667) + (xy 228.211681 105.116109) + (xy 228.217712 105.118794) + (xy 228.224164 105.120166) + (xy 228.224169 105.120167) + (xy 228.398056 105.157128) + (xy 228.398061 105.157128) + (xy 228.404513 105.1585) + (xy 228.595487 105.1585) + (xy 228.601939 105.157128) + (xy 228.601944 105.157128) + (xy 228.688887 105.138647) + (xy 228.782288 105.118794) + (xy 228.788319 105.116109) + (xy 228.950722 105.043803) + (xy 228.950724 105.043802) + (xy 228.956752 105.041118) + (xy 229.111253 104.928866) + (xy 229.23904 104.786944) + (xy 229.334527 104.621556) + (xy 229.393542 104.439928) + (xy 229.406501 104.316635) + (xy 229.412814 104.256565) + (xy 229.413504 104.25) + (xy 229.393542 104.060072) + (xy 229.334527 103.878444) + (xy 229.23904 103.713056) + (xy 229.111253 103.571134) + (xy 228.956752 103.458882) + (xy 228.950724 103.456198) + (xy 228.950722 103.456197) + (xy 228.788319 103.383891) + (xy 228.788318 103.383891) + (xy 228.782288 103.381206) + (xy 228.688888 103.361353) + (xy 228.601944 103.342872) + (xy 228.601939 103.342872) + (xy 228.595487 103.3415) + (xy 228.404513 103.3415) + (xy 228.398061 103.342872) + (xy 228.398056 103.342872) + (xy 228.311113 103.361353) + (xy 228.217712 103.381206) + (xy 228.211682 103.383891) + (xy 228.211681 103.383891) + (xy 228.049278 103.456197) + (xy 228.049276 103.456198) + (xy 228.043248 103.458882) + (xy 227.888747 103.571134) + (xy 227.76096 103.713056) + (xy 227.757659 103.718774) + (xy 227.694308 103.8285) + (xy 227.642925 103.877493) + (xy 227.585189 103.8915) + (xy 226.048136 103.8915) + (xy 226.03169 103.890422) + (xy 226.008188 103.887328) + (xy 226 103.88625) + (xy 225.991812 103.887328) + (xy 225.96831 103.890422) + (xy 225.951864 103.8915) + (xy 225.48071 103.8915) + (xy 225.412589 103.871498) + (xy 225.387074 103.849811) + (xy 225.365668 103.826037) + (xy 225.365666 103.826036) + (xy 225.361253 103.821134) + (xy 225.206752 103.708882) + (xy 225.200724 103.706198) + (xy 225.200722 103.706197) + (xy 225.038319 103.633891) + (xy 225.038318 103.633891) + (xy 225.032288 103.631206) + (xy 224.938887 103.611353) + (xy 224.851944 103.592872) + (xy 224.851939 103.592872) + (xy 224.845487 103.5915) + (xy 224.654513 103.5915) + (xy 224.648061 103.592872) + (xy 224.648056 103.592872) + (xy 224.561113 103.611353) + (xy 224.467712 103.631206) + (xy 224.461682 103.633891) + (xy 224.461681 103.633891) + (xy 224.299278 103.706197) + (xy 224.299276 103.706198) + (xy 224.293248 103.708882) + (xy 224.138747 103.821134) + (xy 224.01096 103.963056) + (xy 223.915473 104.128444) + (xy 223.856458 104.310072) + (xy 223.855768 104.316633) + (xy 223.855768 104.316635) + (xy 223.84281 104.439928) + (xy 223.836496 104.5) + (xy 223.856458 104.689928) + (xy 223.915473 104.871556) + (xy 224.01096 105.036944) + (xy 224.138747 105.178866) + (xy 224.293248 105.291118) + (xy 224.299276 105.293802) + (xy 224.299278 105.293803) + (xy 224.452304 105.361934) + (xy 224.467712 105.368794) + (xy 224.561113 105.388647) + (xy 224.648056 105.407128) + (xy 224.648061 105.407128) + (xy 224.654513 105.4085) + (xy 224.845487 105.4085) + (xy 224.851939 105.407128) + (xy 224.851944 105.407128) + (xy 224.938887 105.388647) + (xy 225.032288 105.368794) + (xy 225.094126 105.341262) + (xy 225.164493 105.331828) + (xy 225.22879 105.361934) + (xy 225.266604 105.422023) + (xy 225.271375 105.456369) + (xy 225.271375 106.65865) + (xy 225.251373 106.726771) + (xy 225.239011 106.74296) + (xy 225.140835 106.851996) + (xy 225.045348 107.017384) + (xy 224.986333 107.199012) + (xy 224.966371 107.38894) + (xy 224.986333 107.578868) + (xy 225.045348 107.760496) + (xy 225.140835 107.925884) + (xy 225.268622 108.067806) + (xy 225.423123 108.180058) + (xy 225.429151 108.182742) + (xy 225.429153 108.182743) + (xy 225.591556 108.255049) + (xy 225.597587 108.257734) + (xy 225.690987 108.277587) + (xy 225.777931 108.296068) + (xy 225.777936 108.296068) + (xy 225.784388 108.29744) + (xy 225.875636 108.29744) + (xy 225.943757 108.317442) + (xy 225.964731 108.334345) + (xy 227.776614 110.146228) + (xy 227.787481 110.158619) + (xy 227.806942 110.183981) + (xy 227.813492 110.189007) + (xy 227.83885 110.208465) + (xy 227.838866 110.208479) + (xy 227.888234 110.24636) + (xy 227.934053 110.281518) + (xy 228.082078 110.342832) + (xy 228.240929 110.363745) + (xy 228.272628 110.359572) + (xy 228.289073 110.358494) + (xy 229.51929 110.358494) + (xy 229.587411 110.378496) + (xy 229.612926 110.400183) + (xy 229.638747 110.42886) + (xy 229.644092 110.432743) + (xy 229.767031 110.522064) + (xy 229.810385 110.578286) + (xy 229.81646 110.649023) + (xy 229.783329 110.711814) + (xy 229.721508 110.746726) + (xy 229.69297 110.75) + (xy 221.134 110.75) + (xy 221.065879 110.729998) + (xy 221.019386 110.676342) + (xy 221.008 110.624) + (xy 221.008 101.553207) + (xy 221.009746 101.532303) + (xy 221.012264 101.517335) + (xy 221.013071 101.512539) + (xy 221.013224 101.5) + (xy 221.012534 101.495185) + (xy 221.012373 101.49271) + (xy 221.011805 101.487115) + (xy 220.994495 101.200938) + (xy 220.994494 101.200932) + (xy 220.994265 101.197142) + (xy 220.939573 100.898699) + (xy 220.849307 100.609025) + (xy 220.810567 100.522947) + (xy 220.726347 100.33582) + (xy 220.724783 100.332344) + (xy 220.671891 100.244849) + (xy 220.569783 100.075943) + (xy 220.567816 100.072689) + (xy 220.51698 100.007801) + (xy 220.455208 99.928956) + (xy 220.380696 99.833848) + (xy 220.166152 99.619304) + (xy 219.927311 99.432184) + (xy 219.86167 99.392503) + (xy 219.670917 99.277188) + (xy 219.670913 99.277186) + (xy 219.667656 99.275217) + (xy 219.529316 99.212955) + (xy 219.394451 99.152257) + (xy 219.394445 99.152255) + (xy 219.390975 99.150693) + (xy 219.205373 99.092857) + (xy 219.146288 99.053494) + (xy 219.117863 98.988436) + (xy 219.124803 98.92853) + (xy 219.139682 98.888638) + (xy 219.147144 98.872299) + (xy 219.240534 98.701266) + (xy 219.250248 98.686152) + (xy 219.367023 98.530158) + (xy 219.378796 98.516572) + (xy 219.516572 98.378796) + (xy 219.530158 98.367023) + (xy 219.576484 98.332344) + (xy 219.686152 98.250248) + (xy 219.701266 98.240534) + (xy 219.80698 98.18281) + (xy 219.87229 98.147149) + (xy 219.888642 98.139682) + (xy 220.071212 98.071586) + (xy 220.08846 98.066521) + (xy 220.278863 98.025101) + (xy 220.296658 98.022543) + (xy 220.345557 98.019046) + (xy 220.458631 98.010959) + (xy 220.476533 98.011703) + (xy 220.484858 98.011805) + (xy 220.49373 98.013186) + (xy 220.502632 98.012022) + (xy 220.502635 98.012022) + (xy 220.525251 98.009064) + (xy 220.541589 98.008) + (xy 232.450672 98.008) + ) + ) + ) + (zone (net 32) (net_name "/Level 4 - 0402/GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000600d0ad4) (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 209.5 95.75) + (xy 209.5 110.75) + (xy 193.5 110.75) + (xy 193.5 95.75) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 207.470056 98.0095) + (xy 207.472284 98.009847) + (xy 207.484859 98.011805) + (xy 207.484861 98.011805) + (xy 207.49373 98.013186) + (xy 207.502632 98.012022) + (xy 207.502634 98.012022) + (xy 207.508959 98.011195) + (xy 207.534282 98.010452) + (xy 207.698126 98.02217) + (xy 207.703343 98.022543) + (xy 207.721137 98.025101) + (xy 207.91154 98.066521) + (xy 207.928788 98.071586) + (xy 208.111358 98.139682) + (xy 208.12771 98.147149) + (xy 208.19302 98.18281) + (xy 208.298734 98.240534) + (xy 208.313848 98.250248) + (xy 208.423516 98.332344) + (xy 208.469842 98.367023) + (xy 208.483428 98.378796) + (xy 208.621204 98.516572) + (xy 208.632977 98.530158) + (xy 208.749752 98.686152) + (xy 208.759466 98.701266) + (xy 208.852856 98.872299) + (xy 208.860318 98.888638) + (xy 208.875197 98.92853) + (xy 208.880261 98.999346) + (xy 208.846236 99.061658) + (xy 208.794627 99.092857) + (xy 208.609025 99.150693) + (xy 208.605555 99.152255) + (xy 208.605549 99.152257) + (xy 208.470684 99.212955) + (xy 208.332344 99.275217) + (xy 208.329087 99.277186) + (xy 208.329083 99.277188) + (xy 208.13833 99.392503) + (xy 208.072689 99.432184) + (xy 207.833848 99.619304) + (xy 207.619304 99.833848) + (xy 207.544792 99.928956) + (xy 207.483021 100.007801) + (xy 207.432184 100.072689) + (xy 207.430217 100.075943) + (xy 207.32811 100.244849) + (xy 207.275217 100.332344) + (xy 207.273653 100.33582) + (xy 207.189434 100.522947) + (xy 207.150693 100.609025) + (xy 207.060427 100.898699) + (xy 207.005735 101.197142) + (xy 207.005506 101.200933) + (xy 207.005505 101.200939) + (xy 206.989279 101.46921) + (xy 206.987761 101.482517) + (xy 206.986929 101.487461) + (xy 206.986776 101.5) + (xy 206.987466 101.504815) + (xy 206.990727 101.527588) + (xy 206.992 101.545451) + (xy 206.992 110.624) + (xy 206.971998 110.692121) + (xy 206.918342 110.738614) + (xy 206.866 110.75) + (xy 196.134 110.75) + (xy 196.065879 110.729998) + (xy 196.019386 110.676342) + (xy 196.008 110.624) + (xy 196.008 107.55) + (xy 200.086496 107.55) + (xy 200.106458 107.739928) + (xy 200.165473 107.921556) + (xy 200.26096 108.086944) + (xy 200.388747 108.228866) + (xy 200.543248 108.341118) + (xy 200.549276 108.343802) + (xy 200.549278 108.343803) + (xy 200.711681 108.416109) + (xy 200.717712 108.418794) + (xy 200.811112 108.438647) + (xy 200.898056 108.457128) + (xy 200.898061 108.457128) + (xy 200.904513 108.4585) + (xy 201.095487 108.4585) + (xy 201.101939 108.457128) + (xy 201.101944 108.457128) + (xy 201.188888 108.438647) + (xy 201.282288 108.418794) + (xy 201.288319 108.416109) + (xy 201.450722 108.343803) + (xy 201.450724 108.343802) + (xy 201.456752 108.341118) + (xy 201.611253 108.228866) + (xy 201.73904 108.086944) + (xy 201.834527 107.921556) + (xy 201.893542 107.739928) + (xy 201.913504 107.55) + (xy 201.91364 107.550014) + (xy 201.932816 107.484708) + (xy 201.938841 107.476139) + (xy 201.953456 107.457093) + (xy 201.953459 107.45709) + (xy 201.953465 107.457083) + (xy 201.953468 107.457079) + (xy 202.021478 107.368447) + (xy 202.021479 107.368445) + (xy 202.026506 107.361894) + (xy 202.051903 107.30058) + (xy 202.08782 107.213868) + (xy 202.103482 107.094903) + (xy 202.103482 107.094896) + (xy 202.108732 107.055018) + (xy 202.10456 107.023325) + (xy 202.103482 107.006882) + (xy 202.103482 105.485308) + (xy 202.123484 105.417187) + (xy 202.135846 105.400998) + (xy 202.229603 105.29687) + (xy 202.229604 105.296869) + (xy 202.234022 105.291962) + (xy 202.329509 105.126574) + (xy 202.388524 104.944946) + (xy 202.408486 104.755018) + (xy 202.388524 104.56509) + (xy 202.329509 104.383462) + (xy 202.234022 104.218074) + (xy 202.106235 104.076152) + (xy 201.951734 103.9639) + (xy 201.945706 103.961216) + (xy 201.945704 103.961215) + (xy 201.783301 103.888909) + (xy 201.7833 103.888909) + (xy 201.77727 103.886224) + (xy 201.68387 103.866371) + (xy 201.596926 103.84789) + (xy 201.596921 103.84789) + (xy 201.590469 103.846518) + (xy 201.399495 103.846518) + (xy 201.393043 103.84789) + (xy 201.393038 103.84789) + (xy 201.306094 103.866371) + (xy 201.212694 103.886224) + (xy 201.206664 103.888909) + (xy 201.206663 103.888909) + (xy 201.04426 103.961215) + (xy 201.044258 103.961216) + (xy 201.03823 103.9639) + (xy 200.883729 104.076152) + (xy 200.755942 104.218074) + (xy 200.660455 104.383462) + (xy 200.60144 104.56509) + (xy 200.581478 104.755018) + (xy 200.60144 104.944946) + (xy 200.660455 105.126574) + (xy 200.755942 105.291962) + (xy 200.76036 105.296869) + (xy 200.760361 105.29687) + (xy 200.854118 105.400998) + (xy 200.884836 105.465005) + (xy 200.886482 105.485308) + (xy 200.886482 106.5433) + (xy 200.86648 106.611421) + (xy 200.812824 106.657914) + (xy 200.786678 106.666547) + (xy 200.72417 106.679833) + (xy 200.724167 106.679834) + (xy 200.717712 106.681206) + (xy 200.711682 106.683891) + (xy 200.711681 106.683891) + (xy 200.549278 106.756197) + (xy 200.549276 106.756198) + (xy 200.543248 106.758882) + (xy 200.388747 106.871134) + (xy 200.26096 107.013056) + (xy 200.165473 107.178444) + (xy 200.106458 107.360072) + (xy 200.086496 107.55) + (xy 196.008 107.55) + (xy 196.008 101.553207) + (xy 196.009746 101.532303) + (xy 196.012264 101.517335) + (xy 196.013071 101.512539) + (xy 196.013224 101.5) + (xy 196.012534 101.495185) + (xy 196.012373 101.49271) + (xy 196.011805 101.487115) + (xy 195.994495 101.200938) + (xy 195.994494 101.200932) + (xy 195.994265 101.197142) + (xy 195.939573 100.898699) + (xy 195.849307 100.609025) + (xy 195.810567 100.522947) + (xy 195.726347 100.33582) + (xy 195.724783 100.332344) + (xy 195.671891 100.244849) + (xy 195.569783 100.075943) + (xy 195.567816 100.072689) + (xy 195.51698 100.007801) + (xy 195.455208 99.928956) + (xy 195.380696 99.833848) + (xy 195.166152 99.619304) + (xy 194.927311 99.432184) + (xy 194.86167 99.392503) + (xy 194.670917 99.277188) + (xy 194.670913 99.277186) + (xy 194.667656 99.275217) + (xy 194.529316 99.212955) + (xy 194.394451 99.152257) + (xy 194.394445 99.152255) + (xy 194.390975 99.150693) + (xy 194.205373 99.092857) + (xy 194.146288 99.053494) + (xy 194.117863 98.988436) + (xy 194.124803 98.92853) + (xy 194.139682 98.888638) + (xy 194.147144 98.872299) + (xy 194.240534 98.701266) + (xy 194.250248 98.686152) + (xy 194.367023 98.530158) + (xy 194.378796 98.516572) + (xy 194.516572 98.378796) + (xy 194.530158 98.367023) + (xy 194.576484 98.332344) + (xy 194.686152 98.250248) + (xy 194.701266 98.240534) + (xy 194.80698 98.18281) + (xy 194.87229 98.147149) + (xy 194.888642 98.139682) + (xy 195.071212 98.071586) + (xy 195.08846 98.066521) + (xy 195.278863 98.025101) + (xy 195.296658 98.022543) + (xy 195.345557 98.019046) + (xy 195.458631 98.010959) + (xy 195.476533 98.011703) + (xy 195.484858 98.011805) + (xy 195.49373 98.013186) + (xy 195.502632 98.012022) + (xy 195.502635 98.012022) + (xy 195.525251 98.009064) + (xy 195.541589 98.008) + (xy 207.450672 98.008) + ) + ) + ) + (zone (net 26) (net_name "/Level 1 - THT/GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-0000600d0c36) (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 137.625 83.75) + (xy 137.5 110.75) + (xy 115.5 110.75) + (xy 115.375 83.75) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.470056 84.2595) + (xy 135.472284 84.259847) + (xy 135.484859 84.261805) + (xy 135.484861 84.261805) + (xy 135.49373 84.263186) + (xy 135.502632 84.262022) + (xy 135.502634 84.262022) + (xy 135.508959 84.261195) + (xy 135.534282 84.260452) + (xy 135.698126 84.27217) + (xy 135.703343 84.272543) + (xy 135.721137 84.275101) + (xy 135.91154 84.316521) + (xy 135.928788 84.321586) + (xy 136.111358 84.389682) + (xy 136.12771 84.397149) + (xy 136.19302 84.43281) + (xy 136.298734 84.490534) + (xy 136.313848 84.500248) + (xy 136.423516 84.582344) + (xy 136.469842 84.617023) + (xy 136.483428 84.628796) + (xy 136.621204 84.766572) + (xy 136.632977 84.780158) + (xy 136.749752 84.936152) + (xy 136.759466 84.951266) + (xy 136.852856 85.122299) + (xy 136.860318 85.138638) + (xy 136.875197 85.17853) + (xy 136.880261 85.249346) + (xy 136.846236 85.311658) + (xy 136.794627 85.342857) + (xy 136.609025 85.400693) + (xy 136.605555 85.402255) + (xy 136.605549 85.402257) + (xy 136.470684 85.462955) + (xy 136.332344 85.525217) + (xy 136.329087 85.527186) + (xy 136.329083 85.527188) + (xy 136.13833 85.642503) + (xy 136.072689 85.682184) + (xy 135.833848 85.869304) + (xy 135.619304 86.083848) + (xy 135.544792 86.178956) + (xy 135.483021 86.257801) + (xy 135.432184 86.322689) + (xy 135.430217 86.325943) + (xy 135.32811 86.494849) + (xy 135.275217 86.582344) + (xy 135.273653 86.58582) + (xy 135.189434 86.772947) + (xy 135.150693 86.859025) + (xy 135.060427 87.148699) + (xy 135.005735 87.447142) + (xy 135.005506 87.450933) + (xy 135.005505 87.450939) + (xy 134.989279 87.71921) + (xy 134.987761 87.732517) + (xy 134.986929 87.737461) + (xy 134.986776 87.75) + (xy 134.987466 87.754815) + (xy 134.990727 87.777588) + (xy 134.992 87.795451) + (xy 134.992 108.700672) + (xy 134.9905 108.720056) + (xy 134.986814 108.74373) + (xy 134.987978 108.752632) + (xy 134.987978 108.752634) + (xy 134.988805 108.758959) + (xy 134.989548 108.784287) + (xy 134.977457 108.953343) + (xy 134.974899 108.971137) + (xy 134.93348 109.161538) + (xy 134.928414 109.178788) + (xy 134.860318 109.361358) + (xy 134.852851 109.37771) + (xy 134.759469 109.548729) + (xy 134.749752 109.563848) + (xy 134.692016 109.640975) + (xy 134.632977 109.719842) + (xy 134.621204 109.733428) + (xy 134.483428 109.871204) + (xy 134.469841 109.882977) + (xy 134.313848 109.999752) + (xy 134.298734 110.009466) + (xy 134.19302 110.06719) + (xy 134.12771 110.102851) + (xy 134.111358 110.110318) + (xy 133.928788 110.178414) + (xy 133.91154 110.183479) + (xy 133.748022 110.219051) + (xy 133.721137 110.224899) + (xy 133.703342 110.227457) + (xy 133.654443 110.230954) + (xy 133.541369 110.239041) + (xy 133.523467 110.238297) + (xy 133.515142 110.238195) + (xy 133.50627 110.236814) + (xy 133.497368 110.237978) + (xy 133.497365 110.237978) + (xy 133.474749 110.240936) + (xy 133.458411 110.242) + (xy 132.508702 110.242) + (xy 132.507932 110.241998) + (xy 132.507078 110.241993) + (xy 132.430348 110.241524) + (xy 132.421719 110.24399) + (xy 132.421714 110.243991) + (xy 132.401952 110.249639) + (xy 132.385191 110.253217) + (xy 132.364848 110.25613) + (xy 132.364838 110.256133) + (xy 132.355955 110.257405) + (xy 132.332605 110.268021) + (xy 132.315093 110.274464) + (xy 132.307057 110.276761) + (xy 132.290435 110.281512) + (xy 132.265452 110.297274) + (xy 132.250386 110.305404) + (xy 132.22349 110.317633) + (xy 132.204061 110.334374) + (xy 132.189053 110.345479) + (xy 132.167369 110.35916) + (xy 132.161427 110.365888) + (xy 132.147819 110.381296) + (xy 132.135627 110.39334) + (xy 132.113253 110.412619) + (xy 132.108374 110.420147) + (xy 132.108371 110.42015) + (xy 132.099304 110.434139) + (xy 132.088014 110.449013) + (xy 132.071044 110.468228) + (xy 132.05849 110.494966) + (xy 132.050176 110.509935) + (xy 132.034107 110.534727) + (xy 132.031535 110.543327) + (xy 132.026761 110.55929) + (xy 132.020099 110.576736) + (xy 132.009201 110.599948) + (xy 132.004658 110.629128) + (xy 132.000873 110.645854) + (xy 131.996609 110.660109) + (xy 131.957924 110.71964) + (xy 131.893195 110.748807) + (xy 131.875894 110.75) + (xy 121.123417 110.75) + (xy 121.055296 110.729998) + (xy 121.008803 110.676342) + (xy 121.002268 110.658627) + (xy 121.000361 110.651955) + (xy 120.996783 110.635191) + (xy 120.99387 110.614848) + (xy 120.993867 110.614838) + (xy 120.992595 110.605955) + (xy 120.981979 110.582605) + (xy 120.975536 110.565093) + (xy 120.970954 110.549063) + (xy 120.968488 110.540435) + (xy 120.952726 110.515452) + (xy 120.944596 110.500386) + (xy 120.932367 110.47349) + (xy 120.915626 110.454061) + (xy 120.904521 110.439053) + (xy 120.89563 110.424961) + (xy 120.89084 110.417369) + (xy 120.868703 110.397818) + (xy 120.856659 110.385626) + (xy 120.843239 110.370051) + (xy 120.843237 110.37005) + (xy 120.837381 110.363253) + (xy 120.829853 110.358374) + (xy 120.82985 110.358371) + (xy 120.815861 110.349304) + (xy 120.800987 110.338014) + (xy 120.788502 110.326988) + (xy 120.781772 110.321044) + (xy 120.773646 110.317229) + (xy 120.773645 110.317228) + (xy 120.767979 110.314568) + (xy 120.755034 110.30849) + (xy 120.740065 110.300176) + (xy 120.715273 110.284107) + (xy 120.690709 110.276761) + (xy 120.673264 110.270099) + (xy 120.668827 110.268016) + (xy 120.650052 110.259201) + (xy 120.62087 110.254657) + (xy 120.604151 110.250874) + (xy 120.584464 110.244986) + (xy 120.584461 110.244985) + (xy 120.575859 110.242413) + (xy 120.566884 110.242358) + (xy 120.566883 110.242358) + (xy 120.56019 110.242317) + (xy 120.541444 110.242203) + (xy 120.540672 110.24217) + (xy 120.539577 110.242) + (xy 120.508702 110.242) + (xy 120.507932 110.241998) + (xy 120.434284 110.241548) + (xy 120.434283 110.241548) + (xy 120.430348 110.241524) + (xy 120.429004 110.241908) + (xy 120.427659 110.242) + (xy 119.549328 110.242) + (xy 119.529943 110.2405) + (xy 119.529661 110.240456) + (xy 119.527117 110.24006) + (xy 119.515141 110.238195) + (xy 119.515139 110.238195) + (xy 119.50627 110.236814) + (xy 119.497368 110.237978) + (xy 119.497366 110.237978) + (xy 119.491041 110.238805) + (xy 119.465718 110.239548) + (xy 119.296657 110.227457) + (xy 119.278863 110.224899) + (xy 119.251978 110.219051) + (xy 119.08846 110.183479) + (xy 119.071212 110.178414) + (xy 118.888642 110.110318) + (xy 118.87229 110.102851) + (xy 118.80698 110.06719) + (xy 118.701266 110.009466) + (xy 118.686152 109.999752) + (xy 118.530159 109.882977) + (xy 118.516572 109.871204) + (xy 118.378796 109.733428) + (xy 118.367023 109.719842) + (xy 118.307984 109.640975) + (xy 118.250248 109.563848) + (xy 118.240531 109.548729) + (xy 118.147149 109.37771) + (xy 118.139682 109.361358) + (xy 118.071586 109.178788) + (xy 118.06652 109.161538) + (xy 118.025101 108.971137) + (xy 118.022543 108.953342) + (xy 118.010959 108.791371) + (xy 118.011703 108.773467) + (xy 118.011805 108.765142) + (xy 118.013186 108.75627) + (xy 118.011547 108.74373) + (xy 118.009064 108.724749) + (xy 118.008 108.708411) + (xy 118.008 108.188669) + (xy 119.597401 108.188669) + (xy 119.597771 108.19549) + (xy 119.603295 108.246352) + (xy 119.606921 108.261604) + (xy 119.652076 108.382054) + (xy 119.660614 108.397649) + (xy 119.737115 108.499724) + (xy 119.749676 108.512285) + (xy 119.851751 108.588786) + (xy 119.867346 108.597324) + (xy 119.987794 108.642478) + (xy 120.003049 108.646105) + (xy 120.053914 108.651631) + (xy 120.060728 108.652) + (xy 120.633285 108.652) + (xy 120.648524 108.647525) + (xy 120.649729 108.646135) + (xy 120.6514 108.638452) + (xy 120.6514 107.616115) + (xy 120.646925 107.600876) + (xy 120.645535 107.599671) + (xy 120.637852 107.598) + (xy 119.615516 107.598) + (xy 119.600277 107.602475) + (xy 119.599072 107.603865) + (xy 119.597401 107.611548) + (xy 119.597401 108.188669) + (xy 118.008 108.188669) + (xy 118.008 107.071885) + (xy 119.5974 107.071885) + (xy 119.601875 107.087124) + (xy 119.603265 107.088329) + (xy 119.610948 107.09) + (xy 120.633285 107.09) + (xy 120.648524 107.085525) + (xy 120.649729 107.084135) + (xy 120.6514 107.076452) + (xy 120.6514 106.054116) + (xy 120.646925 106.038877) + (xy 120.645535 106.037672) + (xy 120.637852 106.036001) + (xy 120.060731 106.036001) + (xy 120.05391 106.036371) + (xy 120.003048 106.041895) + (xy 119.987796 106.045521) + (xy 119.867346 106.090676) + (xy 119.851751 106.099214) + (xy 119.749676 106.175715) + (xy 119.737115 106.188276) + (xy 119.660614 106.290351) + (xy 119.652076 106.305946) + (xy 119.606922 106.426394) + (xy 119.603295 106.441649) + (xy 119.597769 106.492514) + (xy 119.5974 106.499328) + (xy 119.5974 107.071885) + (xy 118.008 107.071885) + (xy 118.008 99.724) + (xy 119.591902 99.724) + (xy 119.611857 99.952087) + (xy 119.671116 100.173243) + (xy 119.673439 100.178224) + (xy 119.673439 100.178225) + (xy 119.765551 100.375762) + (xy 119.765554 100.375767) + (xy 119.767877 100.380749) + (xy 119.771034 100.385257) + (xy 119.870559 100.527393) + (xy 119.899202 100.5683) + (xy 120.0611 100.730198) + (xy 120.065608 100.733355) + (xy 120.065611 100.733357) + (xy 120.081561 100.744525) + (xy 120.248651 100.861523) + (xy 120.253633 100.863846) + (xy 120.253638 100.863849) + (xy 120.451175 100.955961) + (xy 120.456157 100.958284) + (xy 120.461465 100.959706) + (xy 120.461467 100.959707) + (xy 120.671998 101.016119) + (xy 120.672 101.016119) + (xy 120.677313 101.017543) + (xy 120.9054 101.037498) + (xy 120.910875 101.037019) + (xy 121.068313 101.023245) + (xy 121.137918 101.037234) + (xy 121.16839 101.059671) + (xy 125.93578 105.827061) + (xy 125.969806 105.889373) + (xy 125.964741 105.960188) + (xy 125.922194 106.017024) + (xy 125.857667 106.041677) + (xy 125.830609 106.044044) + (xy 125.757313 106.050457) + (xy 125.752 106.051881) + (xy 125.751998 106.051881) + (xy 125.541467 106.108293) + (xy 125.541465 106.108294) + (xy 125.536157 106.109716) + (xy 125.531176 106.112039) + (xy 125.531175 106.112039) + (xy 125.333638 106.204151) + (xy 125.333633 106.204154) + (xy 125.328651 106.206477) + (xy 125.223789 106.279902) + (xy 125.145611 106.334643) + (xy 125.145608 106.334645) + (xy 125.1411 106.337802) + (xy 124.979202 106.4997) + (xy 124.976045 106.504208) + (xy 124.976043 106.504211) + (xy 124.921302 106.582389) + (xy 124.847877 106.687251) + (xy 124.845554 106.692233) + (xy 124.845551 106.692238) + (xy 124.829595 106.726457) + (xy 124.782678 106.779742) + (xy 124.714401 106.799203) + (xy 124.646441 106.778661) + (xy 124.601205 106.726457) + (xy 124.585249 106.692238) + (xy 124.585246 106.692233) + (xy 124.582923 106.687251) + (xy 124.509498 106.582389) + (xy 124.454757 106.504211) + (xy 124.454755 106.504208) + (xy 124.451598 106.4997) + (xy 124.2897 106.337802) + (xy 124.285192 106.334645) + (xy 124.285189 106.334643) + (xy 124.207011 106.279902) + (xy 124.102149 106.206477) + (xy 124.097167 106.204154) + (xy 124.097162 106.204151) + (xy 123.899625 106.112039) + (xy 123.899624 106.112039) + (xy 123.894643 106.109716) + (xy 123.889335 106.108294) + (xy 123.889333 106.108293) + (xy 123.678802 106.051881) + (xy 123.6788 106.051881) + (xy 123.673487 106.050457) + (xy 123.4454 106.030502) + (xy 123.217313 106.050457) + (xy 123.212 106.051881) + (xy 123.211998 106.051881) + (xy 123.001467 106.108293) + (xy 123.001465 106.108294) + (xy 122.996157 106.109716) + (xy 122.991176 106.112039) + (xy 122.991175 106.112039) + (xy 122.793638 106.204151) + (xy 122.793633 106.204154) + (xy 122.788651 106.206477) + (xy 122.683789 106.279902) + (xy 122.605611 106.334643) + (xy 122.605608 106.334645) + (xy 122.6011 106.337802) + (xy 122.439202 106.4997) + (xy 122.436043 106.504211) + (xy 122.432508 106.508424) + (xy 122.43154 106.507612) + (xy 122.380906 106.54809) + (xy 122.310287 106.555404) + (xy 122.246924 106.523376) + (xy 122.210936 106.462177) + (xy 122.20788 106.445099) + (xy 122.207505 106.441648) + (xy 122.203879 106.426396) + (xy 122.158724 106.305946) + (xy 122.150186 106.290351) + (xy 122.073685 106.188276) + (xy 122.061124 106.175715) + (xy 121.959049 106.099214) + (xy 121.943454 106.090676) + (xy 121.823006 106.045522) + (xy 121.807751 106.041895) + (xy 121.756886 106.036369) + (xy 121.750072 106.036) + (xy 121.177515 106.036) + (xy 121.162276 106.040475) + (xy 121.161071 106.041865) + (xy 121.1594 106.049548) + (xy 121.1594 108.633884) + (xy 121.163875 108.649123) + (xy 121.165265 108.650328) + (xy 121.172948 108.651999) + (xy 121.750069 108.651999) + (xy 121.75689 108.651629) + (xy 121.807752 108.646105) + (xy 121.823004 108.642479) + (xy 121.943454 108.597324) + (xy 121.959049 108.588786) + (xy 122.061124 108.512285) + (xy 122.073685 108.499724) + (xy 122.150186 108.397649) + (xy 122.158724 108.382054) + (xy 122.203878 108.261606) + (xy 122.207504 108.246357) + (xy 122.207879 108.242904) + (xy 122.208922 108.240394) + (xy 122.209332 108.238669) + (xy 122.209611 108.238735) + (xy 122.235119 108.177341) + (xy 122.29348 108.136912) + (xy 122.364434 108.134454) + (xy 122.425454 108.170747) + (xy 122.434744 108.18224) + (xy 122.436041 108.183786) + (xy 122.439202 108.1883) + (xy 122.6011 108.350198) + (xy 122.605608 108.353355) + (xy 122.605611 108.353357) + (xy 122.646595 108.382054) + (xy 122.788651 108.481523) + (xy 122.793633 108.483846) + (xy 122.793638 108.483849) + (xy 122.991175 108.575961) + (xy 122.996157 108.578284) + (xy 123.001465 108.579706) + (xy 123.001467 108.579707) + (xy 123.211998 108.636119) + (xy 123.212 108.636119) + (xy 123.217313 108.637543) + (xy 123.4454 108.657498) + (xy 123.673487 108.637543) + (xy 123.6788 108.636119) + (xy 123.678802 108.636119) + (xy 123.889333 108.579707) + (xy 123.889335 108.579706) + (xy 123.894643 108.578284) + (xy 123.899625 108.575961) + (xy 124.097162 108.483849) + (xy 124.097167 108.483846) + (xy 124.102149 108.481523) + (xy 124.244205 108.382054) + (xy 124.285189 108.353357) + (xy 124.285192 108.353355) + (xy 124.2897 108.350198) + (xy 124.451598 108.1883) + (xy 124.455842 108.18224) + (xy 124.579766 108.005257) + (xy 124.582923 108.000749) + (xy 124.585246 107.995767) + (xy 124.585249 107.995762) + (xy 124.601205 107.961543) + (xy 124.648122 107.908258) + (xy 124.716399 107.888797) + (xy 124.784359 107.909339) + (xy 124.829595 107.961543) + (xy 124.845551 107.995762) + (xy 124.845554 107.995767) + (xy 124.847877 108.000749) + (xy 124.851034 108.005257) + (xy 124.974959 108.18224) + (xy 124.979202 108.1883) + (xy 125.1411 108.350198) + (xy 125.145608 108.353355) + (xy 125.145611 108.353357) + (xy 125.186595 108.382054) + (xy 125.328651 108.481523) + (xy 125.333633 108.483846) + (xy 125.333638 108.483849) + (xy 125.531175 108.575961) + (xy 125.536157 108.578284) + (xy 125.541465 108.579706) + (xy 125.541467 108.579707) + (xy 125.751998 108.636119) + (xy 125.752 108.636119) + (xy 125.757313 108.637543) + (xy 125.9854 108.657498) + (xy 126.213487 108.637543) + (xy 126.2188 108.636119) + (xy 126.218802 108.636119) + (xy 126.429333 108.579707) + (xy 126.429335 108.579706) + (xy 126.434643 108.578284) + (xy 126.439625 108.575961) + (xy 126.637162 108.483849) + (xy 126.637167 108.483846) + (xy 126.642149 108.481523) + (xy 126.784205 108.382054) + (xy 126.825189 108.353357) + (xy 126.825192 108.353355) + (xy 126.8297 108.350198) + (xy 126.991598 108.1883) + (xy 126.995842 108.18224) + (xy 127.119766 108.005257) + (xy 127.122923 108.000749) + (xy 127.125246 107.995767) + (xy 127.125249 107.995762) + (xy 127.141205 107.961543) + (xy 127.188122 107.908258) + (xy 127.256399 107.888797) + (xy 127.324359 107.909339) + (xy 127.369595 107.961543) + (xy 127.385551 107.995762) + (xy 127.385554 107.995767) + (xy 127.387877 108.000749) + (xy 127.391034 108.005257) + (xy 127.514959 108.18224) + (xy 127.519202 108.1883) + (xy 127.6811 108.350198) + (xy 127.685608 108.353355) + (xy 127.685611 108.353357) + (xy 127.726595 108.382054) + (xy 127.868651 108.481523) + (xy 127.873633 108.483846) + (xy 127.873638 108.483849) + (xy 128.071175 108.575961) + (xy 128.076157 108.578284) + (xy 128.081465 108.579706) + (xy 128.081467 108.579707) + (xy 128.291998 108.636119) + (xy 128.292 108.636119) + (xy 128.297313 108.637543) + (xy 128.5254 108.657498) + (xy 128.753487 108.637543) + (xy 128.7588 108.636119) + (xy 128.758802 108.636119) + (xy 128.969333 108.579707) + (xy 128.969335 108.579706) + (xy 128.974643 108.578284) + (xy 128.979625 108.575961) + (xy 129.177162 108.483849) + (xy 129.177167 108.483846) + (xy 129.182149 108.481523) + (xy 129.324205 108.382054) + (xy 129.365189 108.353357) + (xy 129.365192 108.353355) + (xy 129.3697 108.350198) + (xy 129.531598 108.1883) + (xy 129.535842 108.18224) + (xy 129.659766 108.005257) + (xy 129.662923 108.000749) + (xy 129.665246 107.995767) + (xy 129.665249 107.995762) + (xy 129.757361 107.798225) + (xy 129.757361 107.798224) + (xy 129.759684 107.793243) + (xy 129.80837 107.611548) + (xy 129.817519 107.577402) + (xy 129.817519 107.5774) + (xy 129.818943 107.572087) + (xy 129.838898 107.344) + (xy 129.818943 107.115913) + (xy 129.810428 107.084135) + (xy 129.761107 106.900067) + (xy 129.761106 106.900065) + (xy 129.759684 106.894757) + (xy 129.732315 106.836062) + (xy 131.778493 106.836062) + (xy 131.787789 106.848077) + (xy 131.838994 106.883931) + (xy 131.848489 106.889414) + (xy 132.045947 106.98149) + (xy 132.056239 106.985236) + (xy 132.266688 107.041625) + (xy 132.277481 107.043528) + (xy 132.494525 107.062517) + (xy 132.505475 107.062517) + (xy 132.722519 107.043528) + (xy 132.733312 107.041625) + (xy 132.943761 106.985236) + (xy 132.954053 106.98149) + (xy 133.151511 106.889414) + (xy 133.161006 106.883931) + (xy 133.213048 106.847491) + (xy 133.221424 106.837012) + (xy 133.214356 106.823566) + (xy 132.512812 106.122022) + (xy 132.498868 106.114408) + (xy 132.497035 106.114539) + (xy 132.49042 106.11879) + (xy 131.784923 106.824287) + (xy 131.778493 106.836062) + (xy 129.732315 106.836062) + (xy 129.726824 106.824287) + (xy 129.665249 106.692238) + (xy 129.665246 106.692233) + (xy 129.662923 106.687251) + (xy 129.589498 106.582389) + (xy 129.534757 106.504211) + (xy 129.534755 106.504208) + (xy 129.531598 106.4997) + (xy 129.3697 106.337802) + (xy 129.365192 106.334645) + (xy 129.365189 106.334643) + (xy 129.287011 106.279902) + (xy 129.182149 106.206477) + (xy 129.177167 106.204154) + (xy 129.177162 106.204151) + (xy 128.979625 106.112039) + (xy 128.979624 106.112039) + (xy 128.974643 106.109716) + (xy 128.969335 106.108294) + (xy 128.969333 106.108293) + (xy 128.758802 106.051881) + (xy 128.7588 106.051881) + (xy 128.753487 106.050457) + (xy 128.5254 106.030502) + (xy 128.519925 106.030981) + (xy 128.362487 106.044755) + (xy 128.292882 106.030766) + (xy 128.26241 106.008329) + (xy 128.009556 105.755475) + (xy 131.187483 105.755475) + (xy 131.206472 105.972519) + (xy 131.208375 105.983312) + (xy 131.264764 106.193761) + (xy 131.26851 106.204053) + (xy 131.360586 106.401511) + (xy 131.366069 106.411006) + (xy 131.402509 106.463048) + (xy 131.412988 106.471424) + (xy 131.426434 106.464356) + (xy 132.127978 105.762812) + (xy 132.134356 105.751132) + (xy 132.864408 105.751132) + (xy 132.864539 105.752965) + (xy 132.86879 105.75958) + (xy 133.574287 106.465077) + (xy 133.586062 106.471507) + (xy 133.598077 106.462211) + (xy 133.633931 106.411006) + (xy 133.639414 106.401511) + (xy 133.73149 106.204053) + (xy 133.735236 106.193761) + (xy 133.791625 105.983312) + (xy 133.793528 105.972519) + (xy 133.812517 105.755475) + (xy 133.812517 105.744525) + (xy 133.793528 105.527481) + (xy 133.791625 105.516688) + (xy 133.735236 105.306239) + (xy 133.73149 105.295947) + (xy 133.639414 105.098489) + (xy 133.633931 105.088994) + (xy 133.597491 105.036952) + (xy 133.587012 105.028576) + (xy 133.573566 105.035644) + (xy 132.872022 105.737188) + (xy 132.864408 105.751132) + (xy 132.134356 105.751132) + (xy 132.135592 105.748868) + (xy 132.135461 105.747035) + (xy 132.13121 105.74042) + (xy 131.425713 105.034923) + (xy 131.413938 105.028493) + (xy 131.401923 105.037789) + (xy 131.366069 105.088994) + (xy 131.360586 105.098489) + (xy 131.26851 105.295947) + (xy 131.264764 105.306239) + (xy 131.208375 105.516688) + (xy 131.206472 105.527481) + (xy 131.187483 105.744525) + (xy 131.187483 105.755475) + (xy 128.009556 105.755475) + (xy 126.917069 104.662988) + (xy 131.778576 104.662988) + (xy 131.785644 104.676434) + (xy 132.487188 105.377978) + (xy 132.501132 105.385592) + (xy 132.502965 105.385461) + (xy 132.50958 105.38121) + (xy 133.215077 104.675713) + (xy 133.221507 104.663938) + (xy 133.212211 104.651923) + (xy 133.161006 104.616069) + (xy 133.151511 104.610586) + (xy 132.954053 104.51851) + (xy 132.943761 104.514764) + (xy 132.733312 104.458375) + (xy 132.722519 104.456472) + (xy 132.505475 104.437483) + (xy 132.494525 104.437483) + (xy 132.277481 104.456472) + (xy 132.266688 104.458375) + (xy 132.056239 104.514764) + (xy 132.045947 104.51851) + (xy 131.848489 104.610586) + (xy 131.838994 104.616069) + (xy 131.786952 104.652509) + (xy 131.778576 104.662988) + (xy 126.917069 104.662988) + (xy 123.49502 101.240939) + (xy 123.460994 101.178627) + (xy 123.466059 101.107812) + (xy 123.508606 101.050976) + (xy 123.573133 101.026323) + (xy 123.600191 101.023956) + (xy 123.673487 101.017543) + (xy 123.6788 101.016119) + (xy 123.678802 101.016119) + (xy 123.889333 100.959707) + (xy 123.889335 100.959706) + (xy 123.894643 100.958284) + (xy 123.899625 100.955961) + (xy 124.097162 100.863849) + (xy 124.097167 100.863846) + (xy 124.102149 100.861523) + (xy 124.269239 100.744525) + (xy 124.285189 100.733357) + (xy 124.285192 100.733355) + (xy 124.2897 100.730198) + (xy 124.451598 100.5683) + (xy 124.480242 100.527393) + (xy 124.579766 100.385257) + (xy 124.582923 100.380749) + (xy 124.585246 100.375767) + (xy 124.585249 100.375762) + (xy 124.601205 100.341543) + (xy 124.648122 100.288258) + (xy 124.716399 100.268797) + (xy 124.784359 100.289339) + (xy 124.829595 100.341543) + (xy 124.845551 100.375762) + (xy 124.845554 100.375767) + (xy 124.847877 100.380749) + (xy 124.851034 100.385257) + (xy 124.950559 100.527393) + (xy 124.979202 100.5683) + (xy 125.1411 100.730198) + (xy 125.145608 100.733355) + (xy 125.145611 100.733357) + (xy 125.161561 100.744525) + (xy 125.328651 100.861523) + (xy 125.333633 100.863846) + (xy 125.333638 100.863849) + (xy 125.531175 100.955961) + (xy 125.536157 100.958284) + (xy 125.541465 100.959706) + (xy 125.541467 100.959707) + (xy 125.751998 101.016119) + (xy 125.752 101.016119) + (xy 125.757313 101.017543) + (xy 125.9854 101.037498) + (xy 126.213487 101.017543) + (xy 126.2188 101.016119) + (xy 126.218802 101.016119) + (xy 126.429333 100.959707) + (xy 126.429335 100.959706) + (xy 126.434643 100.958284) + (xy 126.439625 100.955961) + (xy 126.637162 100.863849) + (xy 126.637167 100.863846) + (xy 126.642149 100.861523) + (xy 126.809239 100.744525) + (xy 126.825189 100.733357) + (xy 126.825192 100.733355) + (xy 126.8297 100.730198) + (xy 126.991598 100.5683) + (xy 127.020242 100.527393) + (xy 127.119766 100.385257) + (xy 127.122923 100.380749) + (xy 127.125246 100.375767) + (xy 127.125249 100.375762) + (xy 127.141205 100.341543) + (xy 127.188122 100.288258) + (xy 127.256399 100.268797) + (xy 127.324359 100.289339) + (xy 127.369595 100.341543) + (xy 127.385551 100.375762) + (xy 127.385554 100.375767) + (xy 127.387877 100.380749) + (xy 127.391034 100.385257) + (xy 127.490559 100.527393) + (xy 127.519202 100.5683) + (xy 127.6811 100.730198) + (xy 127.685608 100.733355) + (xy 127.685611 100.733357) + (xy 127.701561 100.744525) + (xy 127.868651 100.861523) + (xy 127.873633 100.863846) + (xy 127.873638 100.863849) + (xy 128.071175 100.955961) + (xy 128.076157 100.958284) + (xy 128.081465 100.959706) + (xy 128.081467 100.959707) + (xy 128.291998 101.016119) + (xy 128.292 101.016119) + (xy 128.297313 101.017543) + (xy 128.5254 101.037498) + (xy 128.753487 101.017543) + (xy 128.7588 101.016119) + (xy 128.758802 101.016119) + (xy 128.969333 100.959707) + (xy 128.969335 100.959706) + (xy 128.974643 100.958284) + (xy 128.979625 100.955961) + (xy 129.177162 100.863849) + (xy 129.177167 100.863846) + (xy 129.182149 100.861523) + (xy 129.34142 100.75) + (xy 131.186502 100.75) + (xy 131.206457 100.978087) + (xy 131.207881 100.9834) + (xy 131.207881 100.983402) + (xy 131.228318 101.059671) + (xy 131.265716 101.199243) + (xy 131.268039 101.204224) + (xy 131.268039 101.204225) + (xy 131.360151 101.401762) + (xy 131.360154 101.401767) + (xy 131.362477 101.406749) + (xy 131.493802 101.5943) + (xy 131.6557 101.756198) + (xy 131.660208 101.759355) + (xy 131.660211 101.759357) + (xy 131.738389 101.814098) + (xy 131.843251 101.887523) + (xy 131.848233 101.889846) + (xy 131.848238 101.889849) + (xy 132.045775 101.981961) + (xy 132.050757 101.984284) + (xy 132.056065 101.985706) + (xy 132.056067 101.985707) + (xy 132.266598 102.042119) + (xy 132.2666 102.042119) + (xy 132.271913 102.043543) + (xy 132.5 102.063498) + (xy 132.728087 102.043543) + (xy 132.7334 102.042119) + (xy 132.733402 102.042119) + (xy 132.943933 101.985707) + (xy 132.943935 101.985706) + (xy 132.949243 101.984284) + (xy 132.954225 101.981961) + (xy 133.151762 101.889849) + (xy 133.151767 101.889846) + (xy 133.156749 101.887523) + (xy 133.261611 101.814098) + (xy 133.339789 101.759357) + (xy 133.339792 101.759355) + (xy 133.3443 101.756198) + (xy 133.506198 101.5943) + (xy 133.637523 101.406749) + (xy 133.639846 101.401767) + (xy 133.639849 101.401762) + (xy 133.731961 101.204225) + (xy 133.731961 101.204224) + (xy 133.734284 101.199243) + (xy 133.771683 101.059671) + (xy 133.792119 100.983402) + (xy 133.792119 100.9834) + (xy 133.793543 100.978087) + (xy 133.813498 100.75) + (xy 133.793543 100.521913) + (xy 133.734284 100.300757) + (xy 133.672348 100.167933) + (xy 133.639849 100.098238) + (xy 133.639846 100.098233) + (xy 133.637523 100.093251) + (xy 133.538679 99.952087) + (xy 133.509357 99.910211) + (xy 133.509355 99.910208) + (xy 133.506198 99.9057) + (xy 133.3443 99.743802) + (xy 133.339792 99.740645) + (xy 133.339789 99.740643) + (xy 133.261611 99.685902) + (xy 133.156749 99.612477) + (xy 133.151767 99.610154) + (xy 133.151762 99.610151) + (xy 132.954225 99.518039) + (xy 132.954224 99.518039) + (xy 132.949243 99.515716) + (xy 132.943935 99.514294) + (xy 132.943933 99.514293) + (xy 132.733402 99.457881) + (xy 132.7334 99.457881) + (xy 132.728087 99.456457) + (xy 132.5 99.436502) + (xy 132.271913 99.456457) + (xy 132.2666 99.457881) + (xy 132.266598 99.457881) + (xy 132.056067 99.514293) + (xy 132.056065 99.514294) + (xy 132.050757 99.515716) + (xy 132.045776 99.518039) + (xy 132.045775 99.518039) + (xy 131.848238 99.610151) + (xy 131.848233 99.610154) + (xy 131.843251 99.612477) + (xy 131.738389 99.685902) + (xy 131.660211 99.740643) + (xy 131.660208 99.740645) + (xy 131.6557 99.743802) + (xy 131.493802 99.9057) + (xy 131.490645 99.910208) + (xy 131.490643 99.910211) + (xy 131.461321 99.952087) + (xy 131.362477 100.093251) + (xy 131.360154 100.098233) + (xy 131.360151 100.098238) + (xy 131.327652 100.167933) + (xy 131.265716 100.300757) + (xy 131.206457 100.521913) + (xy 131.186502 100.75) + (xy 129.34142 100.75) + (xy 129.349239 100.744525) + (xy 129.365189 100.733357) + (xy 129.365192 100.733355) + (xy 129.3697 100.730198) + (xy 129.531598 100.5683) + (xy 129.560242 100.527393) + (xy 129.659766 100.385257) + (xy 129.662923 100.380749) + (xy 129.665246 100.375767) + (xy 129.665249 100.375762) + (xy 129.757361 100.178225) + (xy 129.757361 100.178224) + (xy 129.759684 100.173243) + (xy 129.818943 99.952087) + (xy 129.838898 99.724) + (xy 129.818943 99.495913) + (xy 129.808371 99.456457) + (xy 129.761107 99.280067) + (xy 129.761106 99.280065) + (xy 129.759684 99.274757) + (xy 129.681205 99.106457) + (xy 129.665249 99.072238) + (xy 129.665246 99.072233) + (xy 129.662923 99.067251) + (xy 129.531598 98.8797) + (xy 129.3697 98.717802) + (xy 129.365192 98.714645) + (xy 129.365189 98.714643) + (xy 129.287011 98.659902) + (xy 129.182149 98.586477) + (xy 129.177167 98.584154) + (xy 129.177162 98.584151) + (xy 128.979625 98.492039) + (xy 128.979624 98.492039) + (xy 128.974643 98.489716) + (xy 128.969335 98.488294) + (xy 128.969333 98.488293) + (xy 128.758802 98.431881) + (xy 128.7588 98.431881) + (xy 128.753487 98.430457) + (xy 128.5254 98.410502) + (xy 128.297313 98.430457) + (xy 128.292 98.431881) + (xy 128.291998 98.431881) + (xy 128.081467 98.488293) + (xy 128.081465 98.488294) + (xy 128.076157 98.489716) + (xy 128.071176 98.492039) + (xy 128.071175 98.492039) + (xy 127.873638 98.584151) + (xy 127.873633 98.584154) + (xy 127.868651 98.586477) + (xy 127.763789 98.659902) + (xy 127.685611 98.714643) + (xy 127.685608 98.714645) + (xy 127.6811 98.717802) + (xy 127.519202 98.8797) + (xy 127.387877 99.067251) + (xy 127.385554 99.072233) + (xy 127.385551 99.072238) + (xy 127.369595 99.106457) + (xy 127.322678 99.159742) + (xy 127.254401 99.179203) + (xy 127.186441 99.158661) + (xy 127.141205 99.106457) + (xy 127.125249 99.072238) + (xy 127.125246 99.072233) + (xy 127.122923 99.067251) + (xy 126.991598 98.8797) + (xy 126.8297 98.717802) + (xy 126.825192 98.714645) + (xy 126.825189 98.714643) + (xy 126.747011 98.659902) + (xy 126.642149 98.586477) + (xy 126.637167 98.584154) + (xy 126.637162 98.584151) + (xy 126.439625 98.492039) + (xy 126.439624 98.492039) + (xy 126.434643 98.489716) + (xy 126.429335 98.488294) + (xy 126.429333 98.488293) + (xy 126.218802 98.431881) + (xy 126.2188 98.431881) + (xy 126.213487 98.430457) + (xy 125.9854 98.410502) + (xy 125.757313 98.430457) + (xy 125.752 98.431881) + (xy 125.751998 98.431881) + (xy 125.541467 98.488293) + (xy 125.541465 98.488294) + (xy 125.536157 98.489716) + (xy 125.531176 98.492039) + (xy 125.531175 98.492039) + (xy 125.333638 98.584151) + (xy 125.333633 98.584154) + (xy 125.328651 98.586477) + (xy 125.223789 98.659902) + (xy 125.145611 98.714643) + (xy 125.145608 98.714645) + (xy 125.1411 98.717802) + (xy 124.979202 98.8797) + (xy 124.847877 99.067251) + (xy 124.845554 99.072233) + (xy 124.845551 99.072238) + (xy 124.829595 99.106457) + (xy 124.782678 99.159742) + (xy 124.714401 99.179203) + (xy 124.646441 99.158661) + (xy 124.601205 99.106457) + (xy 124.585249 99.072238) + (xy 124.585246 99.072233) + (xy 124.582923 99.067251) + (xy 124.451598 98.8797) + (xy 124.2897 98.717802) + (xy 124.285192 98.714645) + (xy 124.285189 98.714643) + (xy 124.207011 98.659902) + (xy 124.102149 98.586477) + (xy 124.097167 98.584154) + (xy 124.097162 98.584151) + (xy 123.899625 98.492039) + (xy 123.899624 98.492039) + (xy 123.894643 98.489716) + (xy 123.889335 98.488294) + (xy 123.889333 98.488293) + (xy 123.678802 98.431881) + (xy 123.6788 98.431881) + (xy 123.673487 98.430457) + (xy 123.4454 98.410502) + (xy 123.217313 98.430457) + (xy 123.212 98.431881) + (xy 123.211998 98.431881) + (xy 123.001467 98.488293) + (xy 123.001465 98.488294) + (xy 122.996157 98.489716) + (xy 122.991176 98.492039) + (xy 122.991175 98.492039) + (xy 122.793638 98.584151) + (xy 122.793633 98.584154) + (xy 122.788651 98.586477) + (xy 122.683789 98.659902) + (xy 122.605611 98.714643) + (xy 122.605608 98.714645) + (xy 122.6011 98.717802) + (xy 122.439202 98.8797) + (xy 122.307877 99.067251) + (xy 122.305554 99.072233) + (xy 122.305551 99.072238) + (xy 122.289595 99.106457) + (xy 122.242678 99.159742) + (xy 122.174401 99.179203) + (xy 122.106441 99.158661) + (xy 122.061205 99.106457) + (xy 122.045249 99.072238) + (xy 122.045246 99.072233) + (xy 122.042923 99.067251) + (xy 121.911598 98.8797) + (xy 121.7497 98.717802) + (xy 121.745192 98.714645) + (xy 121.745189 98.714643) + (xy 121.667011 98.659902) + (xy 121.562149 98.586477) + (xy 121.557167 98.584154) + (xy 121.557162 98.584151) + (xy 121.359625 98.492039) + (xy 121.359624 98.492039) + (xy 121.354643 98.489716) + (xy 121.349335 98.488294) + (xy 121.349333 98.488293) + (xy 121.138802 98.431881) + (xy 121.1388 98.431881) + (xy 121.133487 98.430457) + (xy 120.9054 98.410502) + (xy 120.677313 98.430457) + (xy 120.672 98.431881) + (xy 120.671998 98.431881) + (xy 120.461467 98.488293) + (xy 120.461465 98.488294) + (xy 120.456157 98.489716) + (xy 120.451176 98.492039) + (xy 120.451175 98.492039) + (xy 120.253638 98.584151) + (xy 120.253633 98.584154) + (xy 120.248651 98.586477) + (xy 120.143789 98.659902) + (xy 120.065611 98.714643) + (xy 120.065608 98.714645) + (xy 120.0611 98.717802) + (xy 119.899202 98.8797) + (xy 119.767877 99.067251) + (xy 119.765554 99.072233) + (xy 119.765551 99.072238) + (xy 119.749595 99.106457) + (xy 119.671116 99.274757) + (xy 119.669694 99.280065) + (xy 119.669693 99.280067) + (xy 119.622429 99.456457) + (xy 119.611857 99.495913) + (xy 119.591902 99.724) + (xy 118.008 99.724) + (xy 118.008 95.75) + (xy 119.286884 95.75) + (xy 119.305314 95.960655) + (xy 119.306738 95.965968) + (xy 119.306738 95.96597) + (xy 119.330368 96.054156) + (xy 119.360044 96.16491) + (xy 119.362366 96.169891) + (xy 119.362367 96.169892) + (xy 119.419944 96.293365) + (xy 119.449411 96.356558) + (xy 119.570699 96.529776) + (xy 119.720224 96.679301) + (xy 119.893442 96.800589) + (xy 119.89842 96.80291) + (xy 119.898423 96.802912) + (xy 119.914224 96.81028) + (xy 120.08509 96.889956) + (xy 120.090398 96.891378) + (xy 120.0904 96.891379) + (xy 120.28403 96.943262) + (xy 120.284032 96.943262) + (xy 120.289345 96.944686) + (xy 120.5 96.963116) + (xy 120.710655 96.944686) + (xy 120.715968 96.943262) + (xy 120.71597 96.943262) + (xy 120.9096 96.891379) + (xy 120.909602 96.891378) + (xy 120.91491 96.889956) + (xy 121.085776 96.81028) + (xy 121.101577 96.802912) + (xy 121.10158 96.80291) + (xy 121.106558 96.800589) + (xy 121.279776 96.679301) + (xy 121.429301 96.529776) + (xy 121.550589 96.356558) + (xy 121.580057 96.293365) + (xy 121.637633 96.169892) + (xy 121.637634 96.169891) + (xy 121.639956 96.16491) + (xy 121.669633 96.054156) + (xy 121.693262 95.96597) + (xy 121.693262 95.965968) + (xy 121.694686 95.960655) + (xy 121.713116 95.75) + (xy 124.366884 95.75) + (xy 124.385314 95.960655) + (xy 124.386738 95.965968) + (xy 124.386738 95.96597) + (xy 124.410368 96.054156) + (xy 124.440044 96.16491) + (xy 124.442366 96.169891) + (xy 124.442367 96.169892) + (xy 124.499944 96.293365) + (xy 124.529411 96.356558) + (xy 124.650699 96.529776) + (xy 124.800224 96.679301) + (xy 124.973442 96.800589) + (xy 124.97842 96.80291) + (xy 124.978423 96.802912) + (xy 124.994224 96.81028) + (xy 125.16509 96.889956) + (xy 125.170398 96.891378) + (xy 125.1704 96.891379) + (xy 125.36403 96.943262) + (xy 125.364032 96.943262) + (xy 125.369345 96.944686) + (xy 125.58 96.963116) + (xy 125.790655 96.944686) + (xy 125.795968 96.943262) + (xy 125.79597 96.943262) + (xy 125.9896 96.891379) + (xy 125.989602 96.891378) + (xy 125.99491 96.889956) + (xy 126.165776 96.81028) + (xy 126.181577 96.802912) + (xy 126.18158 96.80291) + (xy 126.186558 96.800589) + (xy 126.359776 96.679301) + (xy 126.509301 96.529776) + (xy 126.630589 96.356558) + (xy 126.660057 96.293365) + (xy 126.677728 96.255469) + (xy 129.087095 96.255469) + (xy 129.087392 96.260622) + (xy 129.087392 96.260625) + (xy 129.093067 96.359041) + (xy 129.100427 96.486697) + (xy 129.101564 96.491743) + (xy 129.101565 96.491749) + (xy 129.133741 96.634523) + (xy 129.151346 96.712642) + (xy 129.153288 96.717424) + (xy 129.153289 96.717428) + (xy 129.23654 96.92245) + (xy 129.238484 96.927237) + (xy 129.359501 97.124719) + (xy 129.511147 97.299784) + (xy 129.689349 97.44773) + (xy 129.889322 97.564584) + (xy 130.105694 97.647209) + (xy 130.11076 97.64824) + (xy 130.110761 97.64824) + (xy 130.163846 97.65904) + (xy 130.332656 97.693385) + (xy 130.463324 97.698176) + (xy 130.558949 97.701683) + (xy 130.558953 97.701683) + (xy 130.564113 97.701872) + (xy 130.569233 97.701216) + (xy 130.569235 97.701216) + (xy 130.64227 97.69186) + (xy 130.793847 97.672442) + (xy 130.798795 97.670957) + (xy 130.798802 97.670956) + (xy 131.010747 97.607369) + (xy 131.01569 97.605886) + (xy 131.096236 97.566427) + (xy 131.219049 97.506262) + (xy 131.219052 97.50626) + (xy 131.223684 97.503991) + (xy 131.412243 97.369494) + (xy 131.576303 97.206005) + (xy 131.711458 97.017917) + (xy 131.758641 96.92245) + (xy 131.811784 96.814922) + (xy 131.811785 96.81492) + (xy 131.814078 96.81028) + (xy 131.881408 96.588671) + (xy 131.91164 96.359041) + (xy 131.911722 96.355691) + (xy 131.913245 96.293365) + (xy 131.913245 96.293361) + (xy 131.913327 96.29) + (xy 131.902606 96.1596) + (xy 131.894773 96.064318) + (xy 131.894772 96.064312) + (xy 131.894349 96.059167) + (xy 131.837925 95.834533) + (xy 131.835866 95.829797) + (xy 131.74763 95.626868) + (xy 131.747628 95.626865) + (xy 131.74557 95.622131) + (xy 131.619764 95.427665) + (xy 131.540359 95.3404) + (xy 131.529848 95.328848) + (xy 131.498796 95.265002) + (xy 131.507192 95.194504) + (xy 131.552369 95.139736) + (xy 131.578812 95.126067) + (xy 131.638297 95.103767) + (xy 131.646705 95.100615) + (xy 131.763261 95.013261) + (xy 131.850615 94.896705) + (xy 131.901745 94.760316) + (xy 131.9085 94.698134) + (xy 131.9085 92.801866) + (xy 131.901745 92.739684) + (xy 131.850615 92.603295) + (xy 131.763261 92.486739) + (xy 131.646705 92.399385) + (xy 131.510316 92.348255) + (xy 131.448134 92.3415) + (xy 129.551866 92.3415) + (xy 129.489684 92.348255) + (xy 129.353295 92.399385) + (xy 129.236739 92.486739) + (xy 129.149385 92.603295) + (xy 129.098255 92.739684) + (xy 129.0915 92.801866) + (xy 129.0915 94.698134) + (xy 129.098255 94.760316) + (xy 129.149385 94.896705) + (xy 129.236739 95.013261) + (xy 129.353295 95.100615) + (xy 129.361704 95.103767) + (xy 129.361705 95.103768) + (xy 129.421164 95.126058) + (xy 129.477929 95.168699) + (xy 129.502629 95.235261) + (xy 129.487422 95.304609) + (xy 129.468029 95.331091) + (xy 129.401639 95.400564) + (xy 129.398725 95.404836) + (xy 129.398724 95.404837) + (xy 129.383152 95.427665) + (xy 129.271119 95.591899) + (xy 129.173602 95.801981) + (xy 129.111707 96.025169) + (xy 129.087095 96.255469) + (xy 126.677728 96.255469) + (xy 126.717633 96.169892) + (xy 126.717634 96.169891) + (xy 126.719956 96.16491) + (xy 126.749633 96.054156) + (xy 126.773262 95.96597) + (xy 126.773262 95.965968) + (xy 126.774686 95.960655) + (xy 126.793116 95.75) + (xy 126.774686 95.539345) + (xy 126.773262 95.53403) + (xy 126.721379 95.3404) + (xy 126.721378 95.340398) + (xy 126.719956 95.33509) + (xy 126.717045 95.328848) + (xy 126.632912 95.148423) + (xy 126.63291 95.14842) + (xy 126.630589 95.143442) + (xy 126.509301 94.970224) + (xy 126.359776 94.820699) + (xy 126.186558 94.699411) + (xy 126.18158 94.69709) + (xy 126.181577 94.697088) + (xy 125.999892 94.612367) + (xy 125.999891 94.612366) + (xy 125.99491 94.610044) + (xy 125.989602 94.608622) + (xy 125.9896 94.608621) + (xy 125.79597 94.556738) + (xy 125.795968 94.556738) + (xy 125.790655 94.555314) + (xy 125.58 94.536884) + (xy 125.369345 94.555314) + (xy 125.364032 94.556738) + (xy 125.36403 94.556738) + (xy 125.1704 94.608621) + (xy 125.170398 94.608622) + (xy 125.16509 94.610044) + (xy 125.160109 94.612366) + (xy 125.160108 94.612367) + (xy 124.978423 94.697088) + (xy 124.97842 94.69709) + (xy 124.973442 94.699411) + (xy 124.800224 94.820699) + (xy 124.650699 94.970224) + (xy 124.529411 95.143442) + (xy 124.52709 95.14842) + (xy 124.527088 95.148423) + (xy 124.442955 95.328848) + (xy 124.440044 95.33509) + (xy 124.438622 95.340398) + (xy 124.438621 95.3404) + (xy 124.386738 95.53403) + (xy 124.385314 95.539345) + (xy 124.366884 95.75) + (xy 121.713116 95.75) + (xy 121.694686 95.539345) + (xy 121.693262 95.53403) + (xy 121.641379 95.3404) + (xy 121.641378 95.340398) + (xy 121.639956 95.33509) + (xy 121.637045 95.328848) + (xy 121.552912 95.148423) + (xy 121.55291 95.14842) + (xy 121.550589 95.143442) + (xy 121.429301 94.970224) + (xy 121.279776 94.820699) + (xy 121.106558 94.699411) + (xy 121.10158 94.69709) + (xy 121.101577 94.697088) + (xy 120.919892 94.612367) + (xy 120.919891 94.612366) + (xy 120.91491 94.610044) + (xy 120.909602 94.608622) + (xy 120.9096 94.608621) + (xy 120.71597 94.556738) + (xy 120.715968 94.556738) + (xy 120.710655 94.555314) + (xy 120.5 94.536884) + (xy 120.289345 94.555314) + (xy 120.284032 94.556738) + (xy 120.28403 94.556738) + (xy 120.0904 94.608621) + (xy 120.090398 94.608622) + (xy 120.08509 94.610044) + (xy 120.080109 94.612366) + (xy 120.080108 94.612367) + (xy 119.898423 94.697088) + (xy 119.89842 94.69709) + (xy 119.893442 94.699411) + (xy 119.720224 94.820699) + (xy 119.570699 94.970224) + (xy 119.449411 95.143442) + (xy 119.44709 95.14842) + (xy 119.447088 95.148423) + (xy 119.362955 95.328848) + (xy 119.360044 95.33509) + (xy 119.358622 95.340398) + (xy 119.358621 95.3404) + (xy 119.306738 95.53403) + (xy 119.305314 95.539345) + (xy 119.286884 95.75) + (xy 118.008 95.75) + (xy 118.008 92.75) + (xy 119.286884 92.75) + (xy 119.305314 92.960655) + (xy 119.360044 93.16491) + (xy 119.449411 93.356558) + (xy 119.570699 93.529776) + (xy 119.720224 93.679301) + (xy 119.893442 93.800589) + (xy 119.89842 93.80291) + (xy 119.898423 93.802912) + (xy 120.080108 93.887633) + (xy 120.08509 93.889956) + (xy 120.090398 93.891378) + (xy 120.0904 93.891379) + (xy 120.28403 93.943262) + (xy 120.284032 93.943262) + (xy 120.289345 93.944686) + (xy 120.5 93.963116) + (xy 120.710655 93.944686) + (xy 120.715968 93.943262) + (xy 120.71597 93.943262) + (xy 120.9096 93.891379) + (xy 120.909602 93.891378) + (xy 120.91491 93.889956) + (xy 120.919892 93.887633) + (xy 121.101577 93.802912) + (xy 121.10158 93.80291) + (xy 121.106558 93.800589) + (xy 121.279776 93.679301) + (xy 121.429301 93.529776) + (xy 121.550589 93.356558) + (xy 121.639956 93.16491) + (xy 121.694686 92.960655) + (xy 121.713116 92.75) + (xy 124.366884 92.75) + (xy 124.385314 92.960655) + (xy 124.440044 93.16491) + (xy 124.529411 93.356558) + (xy 124.650699 93.529776) + (xy 124.800224 93.679301) + (xy 124.973442 93.800589) + (xy 124.97842 93.80291) + (xy 124.978423 93.802912) + (xy 125.160108 93.887633) + (xy 125.16509 93.889956) + (xy 125.170398 93.891378) + (xy 125.1704 93.891379) + (xy 125.36403 93.943262) + (xy 125.364032 93.943262) + (xy 125.369345 93.944686) + (xy 125.58 93.963116) + (xy 125.790655 93.944686) + (xy 125.795968 93.943262) + (xy 125.79597 93.943262) + (xy 125.9896 93.891379) + (xy 125.989602 93.891378) + (xy 125.99491 93.889956) + (xy 125.999892 93.887633) + (xy 126.181577 93.802912) + (xy 126.18158 93.80291) + (xy 126.186558 93.800589) + (xy 126.359776 93.679301) + (xy 126.509301 93.529776) + (xy 126.630589 93.356558) + (xy 126.719956 93.16491) + (xy 126.774686 92.960655) + (xy 126.793116 92.75) + (xy 126.774686 92.539345) + (xy 126.76059 92.486739) + (xy 126.721379 92.3404) + (xy 126.721378 92.340398) + (xy 126.719956 92.33509) + (xy 126.630589 92.143442) + (xy 126.509301 91.970224) + (xy 126.359776 91.820699) + (xy 126.186558 91.699411) + (xy 126.18158 91.69709) + (xy 126.181577 91.697088) + (xy 125.999892 91.612367) + (xy 125.999891 91.612366) + (xy 125.99491 91.610044) + (xy 125.989602 91.608622) + (xy 125.9896 91.608621) + (xy 125.79597 91.556738) + (xy 125.795968 91.556738) + (xy 125.790655 91.555314) + (xy 125.58 91.536884) + (xy 125.369345 91.555314) + (xy 125.364032 91.556738) + (xy 125.36403 91.556738) + (xy 125.1704 91.608621) + (xy 125.170398 91.608622) + (xy 125.16509 91.610044) + (xy 125.160109 91.612366) + (xy 125.160108 91.612367) + (xy 124.978423 91.697088) + (xy 124.97842 91.69709) + (xy 124.973442 91.699411) + (xy 124.800224 91.820699) + (xy 124.650699 91.970224) + (xy 124.529411 92.143442) + (xy 124.440044 92.33509) + (xy 124.438622 92.340398) + (xy 124.438621 92.3404) + (xy 124.39941 92.486739) + (xy 124.385314 92.539345) + (xy 124.366884 92.75) + (xy 121.713116 92.75) + (xy 121.694686 92.539345) + (xy 121.68059 92.486739) + (xy 121.641379 92.3404) + (xy 121.641378 92.340398) + (xy 121.639956 92.33509) + (xy 121.550589 92.143442) + (xy 121.429301 91.970224) + (xy 121.279776 91.820699) + (xy 121.106558 91.699411) + (xy 121.10158 91.69709) + (xy 121.101577 91.697088) + (xy 120.919892 91.612367) + (xy 120.919891 91.612366) + (xy 120.91491 91.610044) + (xy 120.909602 91.608622) + (xy 120.9096 91.608621) + (xy 120.71597 91.556738) + (xy 120.715968 91.556738) + (xy 120.710655 91.555314) + (xy 120.5 91.536884) + (xy 120.289345 91.555314) + (xy 120.284032 91.556738) + (xy 120.28403 91.556738) + (xy 120.0904 91.608621) + (xy 120.090398 91.608622) + (xy 120.08509 91.610044) + (xy 120.080109 91.612366) + (xy 120.080108 91.612367) + (xy 119.898423 91.697088) + (xy 119.89842 91.69709) + (xy 119.893442 91.699411) + (xy 119.720224 91.820699) + (xy 119.570699 91.970224) + (xy 119.449411 92.143442) + (xy 119.360044 92.33509) + (xy 119.358622 92.340398) + (xy 119.358621 92.3404) + (xy 119.31941 92.486739) + (xy 119.305314 92.539345) + (xy 119.286884 92.75) + (xy 118.008 92.75) + (xy 118.008 89.75) + (xy 119.186502 89.75) + (xy 119.206457 89.978087) + (xy 119.207881 89.9834) + (xy 119.207881 89.983402) + (xy 119.255094 90.1596) + (xy 119.265716 90.199243) + (xy 119.268039 90.204224) + (xy 119.268039 90.204225) + (xy 119.360151 90.401762) + (xy 119.360154 90.401767) + (xy 119.362477 90.406749) + (xy 119.493802 90.5943) + (xy 119.6557 90.756198) + (xy 119.660208 90.759355) + (xy 119.660211 90.759357) + (xy 119.714591 90.797434) + (xy 119.843251 90.887523) + (xy 119.848233 90.889846) + (xy 119.848238 90.889849) + (xy 120.044765 90.98149) + (xy 120.050757 90.984284) + (xy 120.056065 90.985706) + (xy 120.056067 90.985707) + (xy 120.266598 91.042119) + (xy 120.2666 91.042119) + (xy 120.271913 91.043543) + (xy 120.5 91.063498) + (xy 120.728087 91.043543) + (xy 120.7334 91.042119) + (xy 120.733402 91.042119) + (xy 120.943933 90.985707) + (xy 120.943935 90.985706) + (xy 120.949243 90.984284) + (xy 120.955235 90.98149) + (xy 121.151762 90.889849) + (xy 121.151767 90.889846) + (xy 121.156749 90.887523) + (xy 121.230243 90.836062) + (xy 124.778493 90.836062) + (xy 124.787789 90.848077) + (xy 124.838994 90.883931) + (xy 124.848489 90.889414) + (xy 125.045947 90.98149) + (xy 125.056239 90.985236) + (xy 125.266688 91.041625) + (xy 125.277481 91.043528) + (xy 125.494525 91.062517) + (xy 125.505475 91.062517) + (xy 125.722519 91.043528) + (xy 125.733312 91.041625) + (xy 125.943761 90.985236) + (xy 125.954053 90.98149) + (xy 126.151511 90.889414) + (xy 126.161006 90.883931) + (xy 126.213048 90.847491) + (xy 126.221424 90.837012) + (xy 126.214356 90.823566) + (xy 125.512812 90.122022) + (xy 125.498868 90.114408) + (xy 125.497035 90.114539) + (xy 125.49042 90.11879) + (xy 124.784923 90.824287) + (xy 124.778493 90.836062) + (xy 121.230243 90.836062) + (xy 121.285409 90.797434) + (xy 121.339789 90.759357) + (xy 121.339792 90.759355) + (xy 121.3443 90.756198) + (xy 121.506198 90.5943) + (xy 121.637523 90.406749) + (xy 121.639846 90.401767) + (xy 121.639849 90.401762) + (xy 121.731961 90.204225) + (xy 121.731961 90.204224) + (xy 121.734284 90.199243) + (xy 121.744907 90.1596) + (xy 121.792119 89.983402) + (xy 121.792119 89.9834) + (xy 121.793543 89.978087) + (xy 121.813019 89.755475) + (xy 124.187483 89.755475) + (xy 124.206472 89.972519) + (xy 124.208375 89.983312) + (xy 124.264764 90.193761) + (xy 124.26851 90.204053) + (xy 124.360586 90.401511) + (xy 124.366069 90.411006) + (xy 124.402509 90.463048) + (xy 124.412988 90.471424) + (xy 124.426434 90.464356) + (xy 125.127978 89.762812) + (xy 125.134356 89.751132) + (xy 125.864408 89.751132) + (xy 125.864539 89.752965) + (xy 125.86879 89.75958) + (xy 126.574287 90.465077) + (xy 126.586062 90.471507) + (xy 126.598077 90.462211) + (xy 126.633931 90.411006) + (xy 126.639416 90.401507) + (xy 126.651728 90.375103) + (xy 126.698645 90.321817) + (xy 126.766922 90.302356) + (xy 126.834882 90.322897) + (xy 126.8678 90.357686) + (xy 126.869411 90.356558) + (xy 126.990699 90.529776) + (xy 127.140224 90.679301) + (xy 127.313442 90.800589) + (xy 127.31842 90.80291) + (xy 127.318423 90.802912) + (xy 127.41528 90.848077) + (xy 127.50509 90.889956) + (xy 127.510398 90.891378) + (xy 127.5104 90.891379) + (xy 127.70403 90.943262) + (xy 127.704032 90.943262) + (xy 127.709345 90.944686) + (xy 127.92 90.963116) + (xy 128.130655 90.944686) + (xy 128.135968 90.943262) + (xy 128.13597 90.943262) + (xy 128.3296 90.891379) + (xy 128.329602 90.891378) + (xy 128.33491 90.889956) + (xy 128.42472 90.848077) + (xy 128.521577 90.802912) + (xy 128.52158 90.80291) + (xy 128.526558 90.800589) + (xy 128.57844 90.764261) + (xy 132.350294 90.764261) + (xy 132.35959 90.776276) + (xy 132.389189 90.797001) + (xy 132.398677 90.802479) + (xy 132.580277 90.887159) + (xy 132.590571 90.890907) + (xy 132.784122 90.942769) + (xy 132.794909 90.944671) + (xy 132.994525 90.962135) + (xy 133.005475 90.962135) + (xy 133.205091 90.944671) + (xy 133.215878 90.942769) + (xy 133.409429 90.890907) + (xy 133.419723 90.887159) + (xy 133.601323 90.802479) + (xy 133.610811 90.797001) + (xy 133.641248 90.775689) + (xy 133.649623 90.765212) + (xy 133.642554 90.751764) + (xy 133.012812 90.122022) + (xy 132.998868 90.114408) + (xy 132.997035 90.114539) + (xy 132.99042 90.11879) + (xy 132.356724 90.752486) + (xy 132.350294 90.764261) + (xy 128.57844 90.764261) + (xy 128.699776 90.679301) + (xy 128.849301 90.529776) + (xy 128.970589 90.356558) + (xy 128.986286 90.322897) + (xy 129.057633 90.169892) + (xy 129.057634 90.169891) + (xy 129.059956 90.16491) + (xy 129.111484 89.972607) + (xy 129.113262 89.96597) + (xy 129.113262 89.965968) + (xy 129.114686 89.960655) + (xy 129.132637 89.755475) + (xy 131.787865 89.755475) + (xy 131.805329 89.955091) + (xy 131.807231 89.965878) + (xy 131.859093 90.159429) + (xy 131.862841 90.169723) + (xy 131.947521 90.351323) + (xy 131.952999 90.360811) + (xy 131.974311 90.391248) + (xy 131.984788 90.399623) + (xy 131.998236 90.392554) + (xy 132.627978 89.762812) + (xy 132.634356 89.751132) + (xy 133.364408 89.751132) + (xy 133.364539 89.752965) + (xy 133.36879 89.75958) + (xy 134.002486 90.393276) + (xy 134.014261 90.399706) + (xy 134.026276 90.39041) + (xy 134.047001 90.360811) + (xy 134.052479 90.351323) + (xy 134.137159 90.169723) + (xy 134.140907 90.159429) + (xy 134.192769 89.965878) + (xy 134.194671 89.955091) + (xy 134.212135 89.755475) + (xy 134.212135 89.744525) + (xy 134.194671 89.544909) + (xy 134.192769 89.534122) + (xy 134.140907 89.340571) + (xy 134.137159 89.330277) + (xy 134.052479 89.148677) + (xy 134.047001 89.139189) + (xy 134.025689 89.108752) + (xy 134.015212 89.100377) + (xy 134.001764 89.107446) + (xy 133.372022 89.737188) + (xy 133.364408 89.751132) + (xy 132.634356 89.751132) + (xy 132.635592 89.748868) + (xy 132.635461 89.747035) + (xy 132.63121 89.74042) + (xy 131.997514 89.106724) + (xy 131.985739 89.100294) + (xy 131.973724 89.10959) + (xy 131.952999 89.139189) + (xy 131.947521 89.148677) + (xy 131.862841 89.330277) + (xy 131.859093 89.340571) + (xy 131.807231 89.534122) + (xy 131.805329 89.544909) + (xy 131.787865 89.744525) + (xy 131.787865 89.755475) + (xy 129.132637 89.755475) + (xy 129.133116 89.75) + (xy 129.114686 89.539345) + (xy 129.111507 89.527481) + (xy 129.061379 89.3404) + (xy 129.061378 89.340398) + (xy 129.059956 89.33509) + (xy 129.046503 89.306239) + (xy 128.972912 89.148423) + (xy 128.97291 89.14842) + (xy 128.970589 89.143442) + (xy 128.849301 88.970224) + (xy 128.699776 88.820699) + (xy 128.577082 88.734788) + (xy 132.350377 88.734788) + (xy 132.357446 88.748236) + (xy 132.987188 89.377978) + (xy 133.001132 89.385592) + (xy 133.002965 89.385461) + (xy 133.00958 89.38121) + (xy 133.643276 88.747514) + (xy 133.649706 88.735739) + (xy 133.64041 88.723724) + (xy 133.610811 88.702999) + (xy 133.601323 88.697521) + (xy 133.419723 88.612841) + (xy 133.409429 88.609093) + (xy 133.215878 88.557231) + (xy 133.205091 88.555329) + (xy 133.005475 88.537865) + (xy 132.994525 88.537865) + (xy 132.794909 88.555329) + (xy 132.784122 88.557231) + (xy 132.590571 88.609093) + (xy 132.580277 88.612841) + (xy 132.398677 88.697521) + (xy 132.389189 88.702999) + (xy 132.358752 88.724311) + (xy 132.350377 88.734788) + (xy 128.577082 88.734788) + (xy 128.526558 88.699411) + (xy 128.52158 88.69709) + (xy 128.521577 88.697088) + (xy 128.339892 88.612367) + (xy 128.339891 88.612366) + (xy 128.33491 88.610044) + (xy 128.329602 88.608622) + (xy 128.3296 88.608621) + (xy 128.13597 88.556738) + (xy 128.135968 88.556738) + (xy 128.130655 88.555314) + (xy 127.92 88.536884) + (xy 127.709345 88.555314) + (xy 127.704032 88.556738) + (xy 127.70403 88.556738) + (xy 127.5104 88.608621) + (xy 127.510398 88.608622) + (xy 127.50509 88.610044) + (xy 127.500109 88.612366) + (xy 127.500108 88.612367) + (xy 127.318423 88.697088) + (xy 127.31842 88.69709) + (xy 127.313442 88.699411) + (xy 127.140224 88.820699) + (xy 126.990699 88.970224) + (xy 126.869411 89.143442) + (xy 126.867346 89.141996) + (xy 126.823628 89.183658) + (xy 126.75391 89.197074) + (xy 126.688007 89.170668) + (xy 126.651728 89.124897) + (xy 126.639416 89.098493) + (xy 126.633931 89.088994) + (xy 126.597491 89.036952) + (xy 126.587012 89.028576) + (xy 126.573566 89.035644) + (xy 125.872022 89.737188) + (xy 125.864408 89.751132) + (xy 125.134356 89.751132) + (xy 125.135592 89.748868) + (xy 125.135461 89.747035) + (xy 125.13121 89.74042) + (xy 124.425713 89.034923) + (xy 124.413938 89.028493) + (xy 124.401923 89.037789) + (xy 124.366069 89.088994) + (xy 124.360586 89.098489) + (xy 124.26851 89.295947) + (xy 124.264764 89.306239) + (xy 124.208375 89.516688) + (xy 124.206472 89.527481) + (xy 124.187483 89.744525) + (xy 124.187483 89.755475) + (xy 121.813019 89.755475) + (xy 121.813498 89.75) + (xy 121.793543 89.521913) + (xy 121.756981 89.385461) + (xy 121.735707 89.306067) + (xy 121.735706 89.306065) + (xy 121.734284 89.300757) + (xy 121.685936 89.197074) + (xy 121.639849 89.098238) + (xy 121.639846 89.098233) + (xy 121.637523 89.093251) + (xy 121.506198 88.9057) + (xy 121.3443 88.743802) + (xy 121.339792 88.740645) + (xy 121.339789 88.740643) + (xy 121.228886 88.662988) + (xy 124.778576 88.662988) + (xy 124.785644 88.676434) + (xy 125.487188 89.377978) + (xy 125.501132 89.385592) + (xy 125.502965 89.385461) + (xy 125.50958 89.38121) + (xy 126.215077 88.675713) + (xy 126.221507 88.663938) + (xy 126.212211 88.651923) + (xy 126.161006 88.616069) + (xy 126.151511 88.610586) + (xy 125.954053 88.51851) + (xy 125.943761 88.514764) + (xy 125.733312 88.458375) + (xy 125.722519 88.456472) + (xy 125.505475 88.437483) + (xy 125.494525 88.437483) + (xy 125.277481 88.456472) + (xy 125.266688 88.458375) + (xy 125.056239 88.514764) + (xy 125.045947 88.51851) + (xy 124.848489 88.610586) + (xy 124.838994 88.616069) + (xy 124.786952 88.652509) + (xy 124.778576 88.662988) + (xy 121.228886 88.662988) + (xy 121.21392 88.652509) + (xy 121.156749 88.612477) + (xy 121.151767 88.610154) + (xy 121.151762 88.610151) + (xy 120.954225 88.518039) + (xy 120.954224 88.518039) + (xy 120.949243 88.515716) + (xy 120.943935 88.514294) + (xy 120.943933 88.514293) + (xy 120.733402 88.457881) + (xy 120.7334 88.457881) + (xy 120.728087 88.456457) + (xy 120.5 88.436502) + (xy 120.271913 88.456457) + (xy 120.2666 88.457881) + (xy 120.266598 88.457881) + (xy 120.056067 88.514293) + (xy 120.056065 88.514294) + (xy 120.050757 88.515716) + (xy 120.045776 88.518039) + (xy 120.045775 88.518039) + (xy 119.848238 88.610151) + (xy 119.848233 88.610154) + (xy 119.843251 88.612477) + (xy 119.78608 88.652509) + (xy 119.660211 88.740643) + (xy 119.660208 88.740645) + (xy 119.6557 88.743802) + (xy 119.493802 88.9057) + (xy 119.362477 89.093251) + (xy 119.360154 89.098233) + (xy 119.360151 89.098238) + (xy 119.314064 89.197074) + (xy 119.265716 89.300757) + (xy 119.264294 89.306065) + (xy 119.264293 89.306067) + (xy 119.243019 89.385461) + (xy 119.206457 89.521913) + (xy 119.186502 89.75) + (xy 118.008 89.75) + (xy 118.008 87.803207) + (xy 118.009746 87.782303) + (xy 118.012264 87.767335) + (xy 118.013071 87.762539) + (xy 118.013224 87.75) + (xy 118.012534 87.745185) + (xy 118.012373 87.74271) + (xy 118.011805 87.737115) + (xy 117.994495 87.450938) + (xy 117.994494 87.450932) + (xy 117.994265 87.447142) + (xy 117.939573 87.148699) + (xy 117.849307 86.859025) + (xy 117.810567 86.772947) + (xy 117.726347 86.58582) + (xy 117.724783 86.582344) + (xy 117.671891 86.494849) + (xy 117.569783 86.325943) + (xy 117.567816 86.322689) + (xy 117.51698 86.257801) + (xy 117.455208 86.178956) + (xy 117.380696 86.083848) + (xy 117.166152 85.869304) + (xy 116.927311 85.682184) + (xy 116.86167 85.642503) + (xy 116.670917 85.527188) + (xy 116.670913 85.527186) + (xy 116.667656 85.525217) + (xy 116.529316 85.462955) + (xy 116.394451 85.402257) + (xy 116.394445 85.402255) + (xy 116.390975 85.400693) + (xy 116.205373 85.342857) + (xy 116.146288 85.303494) + (xy 116.117863 85.238436) + (xy 116.124803 85.17853) + (xy 116.139682 85.138638) + (xy 116.147144 85.122299) + (xy 116.240534 84.951266) + (xy 116.250248 84.936152) + (xy 116.367023 84.780158) + (xy 116.378796 84.766572) + (xy 116.516572 84.628796) + (xy 116.530158 84.617023) + (xy 116.576484 84.582344) + (xy 116.686152 84.500248) + (xy 116.701266 84.490534) + (xy 116.80698 84.43281) + (xy 116.87229 84.397149) + (xy 116.888642 84.389682) + (xy 117.071212 84.321586) + (xy 117.08846 84.316521) + (xy 117.278863 84.275101) + (xy 117.296658 84.272543) + (xy 117.345557 84.269046) + (xy 117.458631 84.260959) + (xy 117.476533 84.261703) + (xy 117.484858 84.261805) + (xy 117.49373 84.263186) + (xy 117.502632 84.262022) + (xy 117.502635 84.262022) + (xy 117.525251 84.259064) + (xy 117.541589 84.258) + (xy 135.450672 84.258) + ) + ) + ) + (zone (net 37) (net_name "/Level 0 - THT/GND") (layer "B.Cu") (tstamp 510a2410-deb0-4acd-8270-2ba02545074d) (hatch edge 0.508) + (connect_pads (clearance 0.8)) + (min_thickness 0.254) (filled_areas_thickness no) + (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 90.5 111.75) + (xy 53.5 111.75) + (xy 53.5 51.75) + (xy 90.5 51.75) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 87.939409 52.550994) + (xy 87.970993 52.554984) + (xy 87.978009 52.554296) + (xy 87.978011 52.554296) + (xy 87.994493 52.55268) + (xy 88.015778 52.552399) + (xy 88.166477 52.563178) + (xy 88.215177 52.566661) + (xy 88.232972 52.569219) + (xy 88.452377 52.616947) + (xy 88.469616 52.622009) + (xy 88.590818 52.667215) + (xy 88.679998 52.700478) + (xy 88.69635 52.707946) + (xy 88.893414 52.815551) + (xy 88.908538 52.825271) + (xy 89.088285 52.959828) + (xy 89.101871 52.971601) + (xy 89.260632 53.130362) + (xy 89.272405 53.143948) + (xy 89.406962 53.323695) + (xy 89.416682 53.338819) + (xy 89.524287 53.535883) + (xy 89.531755 53.552235) + (xy 89.610222 53.762611) + (xy 89.615287 53.779861) + (xy 89.663014 53.999262) + (xy 89.665572 54.017056) + (xy 89.67903 54.205212) + (xy 89.678357 54.229987) + (xy 89.677249 54.23876) + (xy 89.681647 54.283613) + (xy 89.682248 54.295868) + (xy 89.699981 109.19149) + (xy 89.698988 109.207317) + (xy 89.695016 109.23876) + (xy 89.695704 109.245776) + (xy 89.695704 109.245778) + (xy 89.69732 109.26226) + (xy 89.697601 109.283548) + (xy 89.683339 109.482944) + (xy 89.680781 109.500738) + (xy 89.633054 109.720139) + (xy 89.627989 109.737389) + (xy 89.549522 109.947765) + (xy 89.542054 109.964117) + (xy 89.434449 110.161181) + (xy 89.424729 110.176305) + (xy 89.290172 110.356052) + (xy 89.278399 110.369638) + (xy 89.119638 110.528399) + (xy 89.106052 110.540172) + (xy 88.926305 110.674729) + (xy 88.911181 110.684449) + (xy 88.714117 110.792054) + (xy 88.697765 110.799522) + (xy 88.608585 110.832785) + (xy 88.487383 110.877991) + (xy 88.470144 110.883053) + (xy 88.270554 110.92647) + (xy 88.250738 110.930781) + (xy 88.232944 110.933339) + (xy 88.20571 110.935287) + (xy 88.044784 110.946797) + (xy 88.020013 110.946124) + (xy 88.01124 110.945016) + (xy 87.969448 110.949114) + (xy 87.966541 110.949399) + (xy 87.954245 110.95) + (xy 78.055393 110.95) + (xy 78.040474 110.949114) + (xy 78.034825 110.94844) + (xy 78.00562 110.944958) + (xy 77.998617 110.945694) + (xy 77.998616 110.945694) + (xy 77.959863 110.949767) + (xy 77.956963 110.95) + (xy 77.954871 110.95) + (xy 77.930436 110.952741) + (xy 77.914019 110.954582) + (xy 77.913145 110.954677) + (xy 77.833563 110.963041) + (xy 77.83356 110.963042) + (xy 77.827125 110.963718) + (xy 77.824449 110.964629) + (xy 77.82164 110.964944) + (xy 77.815541 110.967068) + (xy 77.815536 110.967069) + (xy 77.739979 110.993381) + (xy 77.739148 110.993668) + (xy 77.727228 110.997726) + (xy 77.657221 111.021558) + (xy 77.654812 111.02304) + (xy 77.652144 111.023969) + (xy 77.578764 111.069822) + (xy 77.578202 111.070171) + (xy 77.504354 111.115602) + (xy 77.502332 111.117582) + (xy 77.499938 111.119078) + (xy 77.495364 111.12362) + (xy 77.495363 111.123621) + (xy 77.438577 111.180012) + (xy 77.437951 111.180629) + (xy 77.380742 111.236652) + (xy 77.380739 111.236655) + (xy 77.376122 111.241177) + (xy 77.37459 111.243554) + (xy 77.372585 111.245545) + (xy 77.369123 111.251) + (xy 77.36912 111.251004) + (xy 77.326223 111.3186) + (xy 77.325857 111.319173) + (xy 77.278896 111.392041) + (xy 77.277929 111.394699) + (xy 77.276415 111.397084) + (xy 77.274241 111.403188) + (xy 77.27424 111.403191) + (xy 77.247403 111.47856) + (xy 77.247138 111.479296) + (xy 77.217511 111.560696) + (xy 77.217157 111.563502) + (xy 77.216209 111.566163) + (xy 77.213899 111.585535) + (xy 77.207533 111.63892) + (xy 77.179605 111.704193) + (xy 77.120822 111.744005) + (xy 77.082419 111.75) + (xy 66.417957 111.75) + (xy 66.349836 111.729998) + (xy 66.303343 111.676342) + (xy 66.292624 111.636947) + (xy 66.287313 111.585535) + (xy 66.286589 111.578525) + (xy 66.285451 111.575163) + (xy 66.285056 111.57164) + (xy 66.256864 111.490684) + (xy 66.256551 111.489773) + (xy 66.240855 111.443394) + (xy 66.229051 111.408518) + (xy 66.227197 111.405492) + (xy 66.226031 111.402144) + (xy 66.222303 111.396177) + (xy 66.2223 111.396172) + (xy 66.180585 111.329415) + (xy 66.180004 111.328476) + (xy 66.135279 111.255484) + (xy 66.1328 111.252944) + (xy 66.130922 111.249938) + (xy 66.07047 111.189063) + (xy 66.069931 111.188515) + (xy 66.009933 111.127029) + (xy 66.006954 111.125102) + (xy 66.004455 111.122585) + (xy 65.931975 111.076588) + (xy 65.931338 111.076179) + (xy 65.859242 111.029534) + (xy 65.855908 111.028314) + (xy 65.852916 111.026415) + (xy 65.772317 110.997715) + (xy 65.77131 110.997352) + (xy 65.76046 110.993381) + (xy 65.690697 110.967849) + (xy 65.687175 110.967398) + (xy 65.683837 110.966209) + (xy 65.676842 110.965375) + (xy 65.676838 110.965374) + (xy 65.635917 110.960495) + (xy 65.598749 110.956063) + (xy 65.59788 110.955955) + (xy 65.566366 110.951917) + (xy 65.556043 110.950594) + (xy 65.55604 110.950594) + (xy 65.552116 110.950091) + (xy 65.549483 110.950086) + (xy 65.545768 110.949745) + (xy 65.512614 110.945792) + (xy 65.50562 110.944958) + (xy 65.498617 110.945694) + (xy 65.498615 110.945694) + (xy 65.465048 110.949222) + (xy 65.451654 110.949912) + (xy 61.966482 110.943709) + (xy 55.576989 110.932337) + (xy 55.561422 110.931343) + (xy 55.536002 110.928132) + (xy 55.535996 110.928132) + (xy 55.529007 110.927249) + (xy 55.522 110.927936) + (xy 55.521992 110.927936) + (xy 55.505507 110.929553) + (xy 55.484222 110.929834) + (xy 55.333523 110.919055) + (xy 55.284823 110.915572) + (xy 55.267029 110.913014) + (xy 55.217616 110.902265) + (xy 55.047623 110.865286) + (xy 55.030384 110.860224) + (xy 54.909182 110.815018) + (xy 54.820002 110.781755) + (xy 54.80365 110.774287) + (xy 54.606586 110.666682) + (xy 54.591462 110.656962) + (xy 54.411715 110.522405) + (xy 54.398129 110.510632) + (xy 54.239368 110.351871) + (xy 54.227595 110.338285) + (xy 54.093038 110.158538) + (xy 54.083318 110.143414) + (xy 53.975713 109.94635) + (xy 53.968245 109.929998) + (xy 53.896405 109.737389) + (xy 53.889776 109.719616) + (xy 53.884713 109.702372) + (xy 53.836986 109.482971) + (xy 53.834428 109.465177) + (xy 53.821386 109.28283) + (xy 53.822076 109.262611) + (xy 53.82166 109.262579) + (xy 53.821963 109.258639) + (xy 53.822515 109.254712) + (xy 53.822829 109.232233) + (xy 53.818535 109.193948) + (xy 53.81775 109.179945) + (xy 53.817012 106.894669) + (xy 58.392001 106.894669) + (xy 58.392371 106.90149) + (xy 58.397895 106.952352) + (xy 58.401521 106.967604) + (xy 58.446676 107.088054) + (xy 58.455214 107.103649) + (xy 58.531715 107.205724) + (xy 58.544276 107.218285) + (xy 58.646351 107.294786) + (xy 58.661946 107.303324) + (xy 58.782394 107.348478) + (xy 58.797649 107.352105) + (xy 58.848514 107.357631) + (xy 58.855328 107.358) + (xy 59.427885 107.358) + (xy 59.443124 107.353525) + (xy 59.444329 107.352135) + (xy 59.446 107.344452) + (xy 59.446 106.322115) + (xy 59.441525 106.306876) + (xy 59.440135 106.305671) + (xy 59.432452 106.304) + (xy 58.410116 106.304) + (xy 58.394877 106.308475) + (xy 58.393672 106.309865) + (xy 58.392001 106.317548) + (xy 58.392001 106.894669) + (xy 53.817012 106.894669) + (xy 53.816651 105.777885) + (xy 58.392 105.777885) + (xy 58.396475 105.793124) + (xy 58.397865 105.794329) + (xy 58.405548 105.796) + (xy 59.427885 105.796) + (xy 59.443124 105.791525) + (xy 59.444329 105.790135) + (xy 59.446 105.782452) + (xy 59.446 104.760116) + (xy 59.441525 104.744877) + (xy 59.440135 104.743672) + (xy 59.432452 104.742001) + (xy 58.855331 104.742001) + (xy 58.84851 104.742371) + (xy 58.797648 104.747895) + (xy 58.782396 104.751521) + (xy 58.661946 104.796676) + (xy 58.646351 104.805214) + (xy 58.544276 104.881715) + (xy 58.531715 104.894276) + (xy 58.455214 104.996351) + (xy 58.446676 105.011946) + (xy 58.401522 105.132394) + (xy 58.397895 105.147649) + (xy 58.392369 105.198514) + (xy 58.392 105.205328) + (xy 58.392 105.777885) + (xy 53.816651 105.777885) + (xy 53.814276 98.43) + (xy 58.094551 98.43) + (xy 58.114317 98.681148) + (xy 58.115471 98.685955) + (xy 58.115472 98.685961) + (xy 58.146019 98.813197) + (xy 58.1495 98.842611) + (xy 58.1495 100.925402) + (xy 58.149451 100.92892) + (xy 58.146768 101.024979) + (xy 58.146588 101.031411) + (xy 58.156416 101.105061) + (xy 58.157281 101.111547) + (xy 58.157981 101.1181) + (xy 58.164466 101.198702) + (xy 58.165672 101.203612) + (xy 58.165673 101.203618) + (xy 58.172566 101.231679) + (xy 58.175096 101.245069) + (xy 58.179587 101.278725) + (xy 58.202954 101.35612) + (xy 58.204694 101.362481) + (xy 58.223982 101.441006) + (xy 58.225957 101.445658) + (xy 58.225958 101.445662) + (xy 58.237246 101.472254) + (xy 58.241885 101.485069) + (xy 58.251701 101.517582) + (xy 58.253917 101.522125) + (xy 58.287146 101.590255) + (xy 58.289882 101.596258) + (xy 58.321471 101.670677) + (xy 58.324169 101.674961) + (xy 58.339566 101.699411) + (xy 58.346194 101.71132) + (xy 58.361078 101.741837) + (xy 58.363993 101.745969) + (xy 58.363994 101.745971) + (xy 58.407687 101.80791) + (xy 58.411342 101.81339) + (xy 58.454427 101.881808) + (xy 58.457768 101.885597) + (xy 58.457772 101.885603) + (xy 58.476888 101.907286) + (xy 58.485334 101.917981) + (xy 58.504901 101.945719) + (xy 58.525087 101.967825) + (xy 58.565989 102.008727) + (xy 58.571408 102.014497) + (xy 58.619428 102.068965) + (xy 58.623336 102.072175) + (xy 58.623337 102.072176) + (xy 58.652743 102.09633) + (xy 58.661862 102.1046) + (xy 59.886246 103.328985) + (xy 59.888698 103.331506) + (xy 59.959138 103.405994) + (xy 60.009466 103.444473) + (xy 60.023357 103.455094) + (xy 60.028489 103.459235) + (xy 60.090073 103.511646) + (xy 60.094396 103.514264) + (xy 60.0944 103.514267) + (xy 60.108234 103.522644) + (xy 60.119123 103.529239) + (xy 60.130373 103.536914) + (xy 60.157349 103.557538) + (xy 60.161801 103.559925) + (xy 60.16181 103.559931) + (xy 60.228609 103.595749) + (xy 60.234336 103.599015) + (xy 60.299164 103.638275) + (xy 60.303492 103.640896) + (xy 60.308181 103.642791) + (xy 60.308182 103.642791) + (xy 60.334974 103.653616) + (xy 60.3473 103.65939) + (xy 60.377239 103.675443) + (xy 60.382019 103.677089) + (xy 60.382033 103.677095) + (xy 60.453702 103.701772) + (xy 60.459882 103.704082) + (xy 60.530133 103.732466) + (xy 60.530137 103.732467) + (xy 60.534829 103.734363) + (xy 60.539765 103.735484) + (xy 60.539767 103.735485) + (xy 60.567938 103.741885) + (xy 60.581045 103.745619) + (xy 60.608362 103.755025) + (xy 60.608366 103.755026) + (xy 60.613152 103.756674) + (xy 60.618138 103.757535) + (xy 60.618141 103.757536) + (xy 60.692813 103.770434) + (xy 60.699281 103.771726) + (xy 60.773204 103.788521) + (xy 60.773207 103.788521) + (xy 60.778135 103.789641) + (xy 60.78318 103.789958) + (xy 60.783184 103.789959) + (xy 60.812031 103.791774) + (xy 60.825554 103.793362) + (xy 60.859017 103.799142) + (xy 60.862978 103.799322) + (xy 60.862979 103.799322) + (xy 60.887503 103.800436) + (xy 60.887522 103.800436) + (xy 60.888922 103.8005) + (xy 60.946775 103.8005) + (xy 60.954686 103.800749) + (xy 61.027148 103.805308) + (xy 61.070053 103.801101) + (xy 61.08235 103.8005) + (xy 64.805571 103.8005) + (xy 64.873692 103.820502) + (xy 64.894666 103.837405) + (xy 65.360608 104.303347) + (xy 65.394634 104.365659) + (xy 65.389569 104.436474) + (xy 65.347022 104.49331) + (xy 65.280502 104.518121) + (xy 65.242099 104.514961) + (xy 65.035961 104.465472) + (xy 65.035955 104.465471) + (xy 65.031148 104.464317) + (xy 64.78 104.444551) + (xy 64.528852 104.464317) + (xy 64.524045 104.465471) + (xy 64.524039 104.465472) + (xy 64.375505 104.501132) + (xy 64.283889 104.523127) + (xy 64.279318 104.52502) + (xy 64.279316 104.525021) + (xy 64.055715 104.617639) + (xy 64.055711 104.617641) + (xy 64.051141 104.619534) + (xy 63.836341 104.751164) + (xy 63.832581 104.754376) + (xy 63.832576 104.754379) + (xy 63.648543 104.911558) + (xy 63.648538 104.911563) + (xy 63.644776 104.914776) + (xy 63.641563 104.918538) + (xy 63.641561 104.91854) + (xy 63.605811 104.960398) + (xy 63.54636 104.999207) + (xy 63.475366 104.999713) + (xy 63.414189 104.960398) + (xy 63.378439 104.91854) + (xy 63.378437 104.918538) + (xy 63.375224 104.914776) + (xy 63.371462 104.911563) + (xy 63.371457 104.911558) + (xy 63.187424 104.754379) + (xy 63.187419 104.754376) + (xy 63.183659 104.751164) + (xy 62.968859 104.619534) + (xy 62.964289 104.617641) + (xy 62.964285 104.617639) + (xy 62.740684 104.525021) + (xy 62.740682 104.52502) + (xy 62.736111 104.523127) + (xy 62.644495 104.501132) + (xy 62.495961 104.465472) + (xy 62.495955 104.465471) + (xy 62.491148 104.464317) + (xy 62.24 104.444551) + (xy 61.988852 104.464317) + (xy 61.984045 104.465471) + (xy 61.984039 104.465472) + (xy 61.835505 104.501132) + (xy 61.743889 104.523127) + (xy 61.739318 104.52502) + (xy 61.739316 104.525021) + (xy 61.515715 104.617639) + (xy 61.515711 104.617641) + (xy 61.511141 104.619534) + (xy 61.296341 104.751164) + (xy 61.292581 104.754376) + (xy 61.292576 104.754379) + (xy 61.108543 104.911558) + (xy 61.108538 104.911563) + (xy 61.104776 104.914776) + (xy 61.101557 104.918545) + (xy 61.101556 104.918546) + (xy 61.089231 104.932976) + (xy 61.029781 104.971785) + (xy 60.958786 104.972293) + (xy 60.898787 104.934337) + (xy 60.892594 104.926711) + (xy 60.868286 104.894277) + (xy 60.855724 104.881715) + (xy 60.753649 104.805214) + (xy 60.738054 104.796676) + (xy 60.617606 104.751522) + (xy 60.602351 104.747895) + (xy 60.551486 104.742369) + (xy 60.544672 104.742) + (xy 59.972115 104.742) + (xy 59.956876 104.746475) + (xy 59.955671 104.747865) + (xy 59.954 104.755548) + (xy 59.954 107.339884) + (xy 59.958475 107.355123) + (xy 59.959865 107.356328) + (xy 59.967548 107.357999) + (xy 60.544669 107.357999) + (xy 60.55149 107.357629) + (xy 60.602352 107.352105) + (xy 60.617604 107.348479) + (xy 60.738054 107.303324) + (xy 60.753649 107.294786) + (xy 60.855724 107.218285) + (xy 60.868286 107.205723) + (xy 60.892594 107.173289) + (xy 60.949454 107.130774) + (xy 61.020272 107.125748) + (xy 61.082565 107.159808) + (xy 61.089231 107.167024) + (xy 61.101556 107.181454) + (xy 61.104776 107.185224) + (xy 61.108538 107.188437) + (xy 61.108543 107.188442) + (xy 61.292576 107.345621) + (xy 61.292581 107.345624) + (xy 61.296341 107.348836) + (xy 61.511141 107.480466) + (xy 61.515711 107.482359) + (xy 61.515715 107.482361) + (xy 61.739316 107.574979) + (xy 61.743889 107.576873) + (xy 61.828289 107.597135) + (xy 61.984039 107.634528) + (xy 61.984045 107.634529) + (xy 61.988852 107.635683) + (xy 62.24 107.655449) + (xy 62.491148 107.635683) + (xy 62.495955 107.634529) + (xy 62.495961 107.634528) + (xy 62.651711 107.597135) + (xy 62.736111 107.576873) + (xy 62.740684 107.574979) + (xy 62.964285 107.482361) + (xy 62.964289 107.482359) + (xy 62.968859 107.480466) + (xy 63.183659 107.348836) + (xy 63.187419 107.345624) + (xy 63.187424 107.345621) + (xy 63.371457 107.188442) + (xy 63.371462 107.188437) + (xy 63.375224 107.185224) + (xy 63.385418 107.173289) + (xy 63.414189 107.139602) + (xy 63.47364 107.100793) + (xy 63.544634 107.100287) + (xy 63.605811 107.139602) + (xy 63.634583 107.173289) + (xy 63.644776 107.185224) + (xy 63.648538 107.188437) + (xy 63.648543 107.188442) + (xy 63.832576 107.345621) + (xy 63.832581 107.345624) + (xy 63.836341 107.348836) + (xy 64.051141 107.480466) + (xy 64.055711 107.482359) + (xy 64.055715 107.482361) + (xy 64.279316 107.574979) + (xy 64.283889 107.576873) + (xy 64.368289 107.597135) + (xy 64.524039 107.634528) + (xy 64.524045 107.634529) + (xy 64.528852 107.635683) + (xy 64.78 107.655449) + (xy 65.031148 107.635683) + (xy 65.035955 107.634529) + (xy 65.035961 107.634528) + (xy 65.191711 107.597135) + (xy 65.276111 107.576873) + (xy 65.280684 107.574979) + (xy 65.504285 107.482361) + (xy 65.504289 107.482359) + (xy 65.508859 107.480466) + (xy 65.723659 107.348836) + (xy 65.727419 107.345624) + (xy 65.727424 107.345621) + (xy 65.911457 107.188442) + (xy 65.911462 107.188437) + (xy 65.915224 107.185224) + (xy 65.925418 107.173289) + (xy 65.954189 107.139602) + (xy 66.01364 107.100793) + (xy 66.084634 107.100287) + (xy 66.145811 107.139602) + (xy 66.174583 107.173289) + (xy 66.184776 107.185224) + (xy 66.188538 107.188437) + (xy 66.188543 107.188442) + (xy 66.372576 107.345621) + (xy 66.372581 107.345624) + (xy 66.376341 107.348836) + (xy 66.591141 107.480466) + (xy 66.595711 107.482359) + (xy 66.595715 107.482361) + (xy 66.819316 107.574979) + (xy 66.823889 107.576873) + (xy 66.908289 107.597135) + (xy 67.064039 107.634528) + (xy 67.064045 107.634529) + (xy 67.068852 107.635683) + (xy 67.32 107.655449) + (xy 67.571148 107.635683) + (xy 67.575955 107.634529) + (xy 67.575961 107.634528) + (xy 67.731711 107.597135) + (xy 67.816111 107.576873) + (xy 67.820684 107.574979) + (xy 68.044285 107.482361) + (xy 68.044289 107.482359) + (xy 68.048859 107.480466) + (xy 68.263659 107.348836) + (xy 68.267419 107.345624) + (xy 68.267424 107.345621) + (xy 68.451462 107.188437) + (xy 68.455224 107.185224) + (xy 68.59 107.027422) + (xy 68.615621 106.997424) + (xy 68.615624 106.997419) + (xy 68.618836 106.993659) + (xy 68.750466 106.778859) + (xy 68.846873 106.546111) + (xy 68.867135 106.461711) + (xy 68.904528 106.305961) + (xy 68.904529 106.305955) + (xy 68.905683 106.301148) + (xy 68.925449 106.05) + (xy 68.905683 105.798852) + (xy 68.903591 105.790135) + (xy 68.873981 105.666803) + (xy 68.8705 105.637389) + (xy 68.8705 105.586062) + (xy 81.778493 105.586062) + (xy 81.787789 105.598077) + (xy 81.838994 105.633931) + (xy 81.848489 105.639414) + (xy 82.045947 105.73149) + (xy 82.056239 105.735236) + (xy 82.266688 105.791625) + (xy 82.277481 105.793528) + (xy 82.494525 105.812517) + (xy 82.505475 105.812517) + (xy 82.722519 105.793528) + (xy 82.733312 105.791625) + (xy 82.943761 105.735236) + (xy 82.954053 105.73149) + (xy 83.151511 105.639414) + (xy 83.161006 105.633931) + (xy 83.213048 105.597491) + (xy 83.221424 105.587012) + (xy 83.214356 105.573566) + (xy 82.512812 104.872022) + (xy 82.498868 104.864408) + (xy 82.497035 104.864539) + (xy 82.49042 104.86879) + (xy 81.784923 105.574287) + (xy 81.778493 105.586062) + (xy 68.8705 105.586062) + (xy 68.8705 104.505475) + (xy 81.187483 104.505475) + (xy 81.206472 104.722519) + (xy 81.208375 104.733312) + (xy 81.264764 104.943761) + (xy 81.26851 104.954053) + (xy 81.360586 105.151511) + (xy 81.366069 105.161006) + (xy 81.402509 105.213048) + (xy 81.412988 105.221424) + (xy 81.426434 105.214356) + (xy 82.127978 104.512812) + (xy 82.134356 104.501132) + (xy 82.864408 104.501132) + (xy 82.864539 104.502965) + (xy 82.86879 104.50958) + (xy 83.574287 105.215077) + (xy 83.586062 105.221507) + (xy 83.598077 105.212211) + (xy 83.633931 105.161006) + (xy 83.639414 105.151511) + (xy 83.73149 104.954053) + (xy 83.735236 104.943761) + (xy 83.791625 104.733312) + (xy 83.793528 104.722519) + (xy 83.812517 104.505475) + (xy 83.812517 104.494525) + (xy 83.793528 104.277481) + (xy 83.791625 104.266688) + (xy 83.735236 104.056239) + (xy 83.73149 104.045947) + (xy 83.639414 103.848489) + (xy 83.633931 103.838994) + (xy 83.597491 103.786952) + (xy 83.587012 103.778576) + (xy 83.573566 103.785644) + (xy 82.872022 104.487188) + (xy 82.864408 104.501132) + (xy 82.134356 104.501132) + (xy 82.135592 104.498868) + (xy 82.135461 104.497035) + (xy 82.13121 104.49042) + (xy 81.425713 103.784923) + (xy 81.413938 103.778493) + (xy 81.401923 103.787789) + (xy 81.366069 103.838994) + (xy 81.360586 103.848489) + (xy 81.26851 104.045947) + (xy 81.264764 104.056239) + (xy 81.208375 104.266688) + (xy 81.206472 104.277481) + (xy 81.187483 104.494525) + (xy 81.187483 104.505475) + (xy 68.8705 104.505475) + (xy 68.8705 104.094614) + (xy 68.870549 104.091096) + (xy 68.873271 103.993645) + (xy 68.873271 103.993643) + (xy 68.873412 103.98859) + (xy 68.862719 103.908451) + (xy 68.862018 103.901892) + (xy 68.855941 103.826351) + (xy 68.85594 103.826345) + (xy 68.855534 103.821298) + (xy 68.847431 103.788306) + (xy 68.844903 103.774926) + (xy 68.841084 103.746299) + (xy 68.841082 103.746291) + (xy 68.840413 103.741275) + (xy 68.817042 103.663864) + (xy 68.815306 103.657519) + (xy 68.808887 103.631385) + (xy 68.796018 103.578994) + (xy 68.786911 103.557538) + (xy 68.782754 103.547746) + (xy 68.778115 103.534931) + (xy 68.769759 103.507254) + (xy 68.768299 103.502418) + (xy 68.732855 103.429747) + (xy 68.730119 103.423744) + (xy 68.725553 103.412988) + (xy 81.778576 103.412988) + (xy 81.785644 103.426434) + (xy 82.487188 104.127978) + (xy 82.501132 104.135592) + (xy 82.502965 104.135461) + (xy 82.50958 104.13121) + (xy 83.215077 103.425713) + (xy 83.221507 103.413938) + (xy 83.212211 103.401923) + (xy 83.161006 103.366069) + (xy 83.151511 103.360586) + (xy 82.954053 103.26851) + (xy 82.943761 103.264764) + (xy 82.733312 103.208375) + (xy 82.722519 103.206472) + (xy 82.505475 103.187483) + (xy 82.494525 103.187483) + (xy 82.277481 103.206472) + (xy 82.266688 103.208375) + (xy 82.056239 103.264764) + (xy 82.045947 103.26851) + (xy 81.848489 103.360586) + (xy 81.838994 103.366069) + (xy 81.786952 103.402509) + (xy 81.778576 103.412988) + (xy 68.725553 103.412988) + (xy 68.705637 103.366069) + (xy 68.698529 103.349323) + (xy 68.680426 103.320576) + (xy 68.673814 103.308697) + (xy 68.658922 103.278164) + (xy 68.656005 103.274029) + (xy 68.655998 103.274017) + (xy 68.612318 103.212097) + (xy 68.608658 103.206609) + (xy 68.568269 103.142472) + (xy 68.568264 103.142466) + (xy 68.565573 103.138192) + (xy 68.562232 103.134403) + (xy 68.562228 103.134397) + (xy 68.543117 103.11272) + (xy 68.534669 103.102023) + (xy 68.517389 103.077526) + (xy 68.517381 103.077516) + (xy 68.515099 103.074281) + (xy 68.494913 103.052175) + (xy 68.454011 103.011273) + (xy 68.448592 103.005503) + (xy 68.403916 102.954828) + (xy 68.400572 102.951035) + (xy 68.367261 102.923673) + (xy 68.358142 102.915404) + (xy 66.61377 101.171032) + (xy 66.611317 101.16851) + (xy 66.544341 101.097685) + (xy 66.540862 101.094006) + (xy 66.536843 101.090933) + (xy 66.536836 101.090927) + (xy 66.476631 101.044897) + (xy 66.471496 101.040754) + (xy 66.413784 100.991637) + (xy 66.409928 100.988355) + (xy 66.405594 100.98573) + (xy 66.380876 100.97076) + (xy 66.369629 100.963088) + (xy 66.342651 100.942462) + (xy 66.338191 100.94007) + (xy 66.338187 100.940068) + (xy 66.271389 100.904251) + (xy 66.26566 100.900983) + (xy 66.200837 100.861725) + (xy 66.200836 100.861724) + (xy 66.196509 100.859104) + (xy 66.16503 100.846386) + (xy 66.152695 100.840608) + (xy 66.127219 100.826947) + (xy 66.127215 100.826945) + (xy 66.122761 100.824557) + (xy 66.046312 100.798234) + (xy 66.040142 100.795927) + (xy 65.969858 100.76753) + (xy 65.969855 100.767529) + (xy 65.965172 100.765637) + (xy 65.960245 100.764518) + (xy 65.960243 100.764517) + (xy 65.93206 100.758114) + (xy 65.918953 100.75438) + (xy 65.891629 100.744972) + (xy 65.891627 100.744971) + (xy 65.886848 100.743326) + (xy 65.881869 100.742466) + (xy 65.881861 100.742464) + (xy 65.807178 100.729564) + (xy 65.800708 100.728272) + (xy 65.775245 100.722487) + (xy 65.721865 100.710359) + (xy 65.697913 100.708852) + (xy 65.687969 100.708226) + (xy 65.674446 100.706638) + (xy 65.640983 100.700858) + (xy 65.637022 100.700678) + (xy 65.637021 100.700678) + (xy 65.612497 100.699564) + (xy 65.612478 100.699564) + (xy 65.611078 100.6995) + (xy 65.553225 100.6995) + (xy 65.545313 100.699251) + (xy 65.539719 100.698899) + (xy 65.472852 100.694692) + (xy 65.435634 100.698341) + (xy 65.429946 100.698899) + (xy 65.41765 100.6995) + (xy 61.694428 100.6995) + (xy 61.626307 100.679498) + (xy 61.605333 100.662595) + (xy 61.287405 100.344667) + (xy 61.253379 100.282355) + (xy 61.2505 100.255572) + (xy 61.2505 99.925735) + (xy 61.270502 99.857614) + (xy 61.324158 99.811121) + (xy 61.394432 99.801017) + (xy 61.442334 99.818302) + (xy 61.506915 99.857877) + (xy 61.506922 99.85788) + (xy 61.511141 99.860466) + (xy 61.515711 99.862359) + (xy 61.515715 99.862361) + (xy 61.739316 99.954979) + (xy 61.743889 99.956873) + (xy 61.828289 99.977135) + (xy 61.984039 100.014528) + (xy 61.984045 100.014529) + (xy 61.988852 100.015683) + (xy 62.24 100.035449) + (xy 62.491148 100.015683) + (xy 62.495955 100.014529) + (xy 62.495961 100.014528) + (xy 62.651711 99.977135) + (xy 62.736111 99.956873) + (xy 62.740684 99.954979) + (xy 62.964285 99.862361) + (xy 62.964289 99.862359) + (xy 62.968859 99.860466) + (xy 63.183659 99.728836) + (xy 63.187419 99.725624) + (xy 63.187424 99.725621) + (xy 63.371457 99.568442) + (xy 63.371462 99.568437) + (xy 63.375224 99.565224) + (xy 63.414189 99.519602) + (xy 63.47364 99.480793) + (xy 63.544634 99.480287) + (xy 63.605811 99.519602) + (xy 63.644776 99.565224) + (xy 63.648538 99.568437) + (xy 63.648543 99.568442) + (xy 63.832576 99.725621) + (xy 63.832581 99.725624) + (xy 63.836341 99.728836) + (xy 64.051141 99.860466) + (xy 64.055711 99.862359) + (xy 64.055715 99.862361) + (xy 64.279316 99.954979) + (xy 64.283889 99.956873) + (xy 64.368289 99.977135) + (xy 64.524039 100.014528) + (xy 64.524045 100.014529) + (xy 64.528852 100.015683) + (xy 64.78 100.035449) + (xy 65.031148 100.015683) + (xy 65.035955 100.014529) + (xy 65.035961 100.014528) + (xy 65.191711 99.977135) + (xy 65.276111 99.956873) + (xy 65.280684 99.954979) + (xy 65.504285 99.862361) + (xy 65.504289 99.862359) + (xy 65.508859 99.860466) + (xy 65.723659 99.728836) + (xy 65.727419 99.725624) + (xy 65.727424 99.725621) + (xy 65.911457 99.568442) + (xy 65.911462 99.568437) + (xy 65.915224 99.565224) + (xy 65.954189 99.519602) + (xy 66.01364 99.480793) + (xy 66.084634 99.480287) + (xy 66.145811 99.519602) + (xy 66.184776 99.565224) + (xy 66.188538 99.568437) + (xy 66.188543 99.568442) + (xy 66.372576 99.725621) + (xy 66.372581 99.725624) + (xy 66.376341 99.728836) + (xy 66.591141 99.860466) + (xy 66.595711 99.862359) + (xy 66.595715 99.862361) + (xy 66.819316 99.954979) + (xy 66.823889 99.956873) + (xy 66.908289 99.977135) + (xy 67.064039 100.014528) + (xy 67.064045 100.014529) + (xy 67.068852 100.015683) + (xy 67.32 100.035449) + (xy 67.571148 100.015683) + (xy 67.575955 100.014529) + (xy 67.575961 100.014528) + (xy 67.731711 99.977135) + (xy 67.816111 99.956873) + (xy 67.820684 99.954979) + (xy 68.044285 99.862361) + (xy 68.044289 99.862359) + (xy 68.048859 99.860466) + (xy 68.263659 99.728836) + (xy 68.267419 99.725624) + (xy 68.267424 99.725621) + (xy 68.451462 99.568437) + (xy 68.455224 99.565224) + (xy 68.510931 99.5) + (xy 80.894551 99.5) + (xy 80.914317 99.751148) + (xy 80.973127 99.996111) + (xy 80.97502 100.000682) + (xy 80.975021 100.000684) + (xy 80.989261 100.035061) + (xy 81.069534 100.228859) + (xy 81.201164 100.443659) + (xy 81.204376 100.447419) + (xy 81.204379 100.447424) + (xy 81.349256 100.617052) + (xy 81.364776 100.635224) + (xy 81.368538 100.638437) + (xy 81.552576 100.795621) + (xy 81.552581 100.795624) + (xy 81.556341 100.798836) + (xy 81.771141 100.930466) + (xy 81.775711 100.932359) + (xy 81.775715 100.932361) + (xy 81.918821 100.991637) + (xy 82.003889 101.026873) + (xy 82.061708 101.040754) + (xy 82.244039 101.084528) + (xy 82.244045 101.084529) + (xy 82.248852 101.085683) + (xy 82.5 101.105449) + (xy 82.751148 101.085683) + (xy 82.755955 101.084529) + (xy 82.755961 101.084528) + (xy 82.938292 101.040754) + (xy 82.996111 101.026873) + (xy 83.081179 100.991637) + (xy 83.224285 100.932361) + (xy 83.224289 100.932359) + (xy 83.228859 100.930466) + (xy 83.443659 100.798836) + (xy 83.447419 100.795624) + (xy 83.447424 100.795621) + (xy 83.631462 100.638437) + (xy 83.635224 100.635224) + (xy 83.650744 100.617052) + (xy 83.795621 100.447424) + (xy 83.795624 100.447419) + (xy 83.798836 100.443659) + (xy 83.930466 100.228859) + (xy 84.01074 100.035061) + (xy 84.024979 100.000684) + (xy 84.02498 100.000682) + (xy 84.026873 99.996111) + (xy 84.085683 99.751148) + (xy 84.105449 99.5) + (xy 84.085683 99.248852) + (xy 84.026873 99.003889) + (xy 83.996551 98.930684) + (xy 83.932361 98.775715) + (xy 83.932359 98.775711) + (xy 83.930466 98.771141) + (xy 83.798836 98.556341) + (xy 83.795624 98.552581) + (xy 83.795621 98.552576) + (xy 83.638437 98.368538) + (xy 83.635224 98.364776) + (xy 83.617052 98.349256) + (xy 83.447424 98.204379) + (xy 83.447419 98.204376) + (xy 83.443659 98.201164) + (xy 83.228859 98.069534) + (xy 83.224289 98.067641) + (xy 83.224285 98.067639) + (xy 83.000684 97.975021) + (xy 83.000682 97.97502) + (xy 82.996111 97.973127) + (xy 82.911711 97.952865) + (xy 82.755961 97.915472) + (xy 82.755955 97.915471) + (xy 82.751148 97.914317) + (xy 82.5 97.894551) + (xy 82.248852 97.914317) + (xy 82.244045 97.915471) + (xy 82.244039 97.915472) + (xy 82.088289 97.952865) + (xy 82.003889 97.973127) + (xy 81.999318 97.97502) + (xy 81.999316 97.975021) + (xy 81.775715 98.067639) + (xy 81.775711 98.067641) + (xy 81.771141 98.069534) + (xy 81.556341 98.201164) + (xy 81.552581 98.204376) + (xy 81.552576 98.204379) + (xy 81.382948 98.349256) + (xy 81.364776 98.364776) + (xy 81.361563 98.368538) + (xy 81.204379 98.552576) + (xy 81.204376 98.552581) + (xy 81.201164 98.556341) + (xy 81.069534 98.771141) + (xy 81.067641 98.775711) + (xy 81.067639 98.775715) + (xy 81.003449 98.930684) + (xy 80.973127 99.003889) + (xy 80.914317 99.248852) + (xy 80.894551 99.5) + (xy 68.510931 99.5) + (xy 68.59 99.407422) + (xy 68.615621 99.377424) + (xy 68.615624 99.377419) + (xy 68.618836 99.373659) + (xy 68.750466 99.158859) + (xy 68.814657 99.003889) + (xy 68.844979 98.930684) + (xy 68.84498 98.930682) + (xy 68.846873 98.926111) + (xy 68.905683 98.681148) + (xy 68.925449 98.43) + (xy 68.905683 98.178852) + (xy 68.846873 97.933889) + (xy 68.844979 97.929316) + (xy 68.752361 97.705715) + (xy 68.752359 97.705711) + (xy 68.750466 97.701141) + (xy 68.618836 97.486341) + (xy 68.615624 97.482581) + (xy 68.615621 97.482576) + (xy 68.458437 97.298538) + (xy 68.455224 97.294776) + (xy 68.437052 97.279256) + (xy 68.267424 97.134379) + (xy 68.267419 97.134376) + (xy 68.263659 97.131164) + (xy 68.048859 96.999534) + (xy 68.044289 96.997641) + (xy 68.044285 96.997639) + (xy 67.820684 96.905021) + (xy 67.820682 96.90502) + (xy 67.816111 96.903127) + (xy 67.731711 96.882865) + (xy 67.575961 96.845472) + (xy 67.575955 96.845471) + (xy 67.571148 96.844317) + (xy 67.32 96.824551) + (xy 67.068852 96.844317) + (xy 67.064045 96.845471) + (xy 67.064039 96.845472) + (xy 66.908289 96.882865) + (xy 66.823889 96.903127) + (xy 66.819318 96.90502) + (xy 66.819316 96.905021) + (xy 66.595715 96.997639) + (xy 66.595711 96.997641) + (xy 66.591141 96.999534) + (xy 66.376341 97.131164) + (xy 66.372581 97.134376) + (xy 66.372576 97.134379) + (xy 66.188543 97.291558) + (xy 66.188538 97.291563) + (xy 66.184776 97.294776) + (xy 66.181563 97.298538) + (xy 66.181561 97.29854) + (xy 66.145811 97.340398) + (xy 66.08636 97.379207) + (xy 66.015366 97.379713) + (xy 65.954189 97.340398) + (xy 65.918439 97.29854) + (xy 65.918437 97.298538) + (xy 65.915224 97.294776) + (xy 65.911462 97.291563) + (xy 65.911457 97.291558) + (xy 65.727424 97.134379) + (xy 65.727419 97.134376) + (xy 65.723659 97.131164) + (xy 65.508859 96.999534) + (xy 65.504289 96.997641) + (xy 65.504285 96.997639) + (xy 65.280684 96.905021) + (xy 65.280682 96.90502) + (xy 65.276111 96.903127) + (xy 65.191711 96.882865) + (xy 65.035961 96.845472) + (xy 65.035955 96.845471) + (xy 65.031148 96.844317) + (xy 64.78 96.824551) + (xy 64.528852 96.844317) + (xy 64.524045 96.845471) + (xy 64.524039 96.845472) + (xy 64.368289 96.882865) + (xy 64.283889 96.903127) + (xy 64.279318 96.90502) + (xy 64.279316 96.905021) + (xy 64.055715 96.997639) + (xy 64.055711 96.997641) + (xy 64.051141 96.999534) + (xy 63.836341 97.131164) + (xy 63.832581 97.134376) + (xy 63.832576 97.134379) + (xy 63.648543 97.291558) + (xy 63.648538 97.291563) + (xy 63.644776 97.294776) + (xy 63.641563 97.298538) + (xy 63.641561 97.29854) + (xy 63.605811 97.340398) + (xy 63.54636 97.379207) + (xy 63.475366 97.379713) + (xy 63.414189 97.340398) + (xy 63.378439 97.29854) + (xy 63.378437 97.298538) + (xy 63.375224 97.294776) + (xy 63.371462 97.291563) + (xy 63.371457 97.291558) + (xy 63.187424 97.134379) + (xy 63.187419 97.134376) + (xy 63.183659 97.131164) + (xy 62.968859 96.999534) + (xy 62.964289 96.997641) + (xy 62.964285 96.997639) + (xy 62.740684 96.905021) + (xy 62.740682 96.90502) + (xy 62.736111 96.903127) + (xy 62.651711 96.882865) + (xy 62.495961 96.845472) + (xy 62.495955 96.845471) + (xy 62.491148 96.844317) + (xy 62.24 96.824551) + (xy 61.988852 96.844317) + (xy 61.984045 96.845471) + (xy 61.984039 96.845472) + (xy 61.828289 96.882865) + (xy 61.743889 96.903127) + (xy 61.739318 96.90502) + (xy 61.739316 96.905021) + (xy 61.515715 96.997639) + (xy 61.515711 96.997641) + (xy 61.511141 96.999534) + (xy 61.296341 97.131164) + (xy 61.292581 97.134376) + (xy 61.292576 97.134379) + (xy 61.108543 97.291558) + (xy 61.108538 97.291563) + (xy 61.104776 97.294776) + (xy 61.101563 97.298538) + (xy 61.101561 97.29854) + (xy 61.065811 97.340398) + (xy 61.00636 97.379207) + (xy 60.935366 97.379713) + (xy 60.874189 97.340398) + (xy 60.838439 97.29854) + (xy 60.838437 97.298538) + (xy 60.835224 97.294776) + (xy 60.831462 97.291563) + (xy 60.831457 97.291558) + (xy 60.647424 97.134379) + (xy 60.647419 97.134376) + (xy 60.643659 97.131164) + (xy 60.428859 96.999534) + (xy 60.424289 96.997641) + (xy 60.424285 96.997639) + (xy 60.200684 96.905021) + (xy 60.200682 96.90502) + (xy 60.196111 96.903127) + (xy 60.111711 96.882865) + (xy 59.955961 96.845472) + (xy 59.955955 96.845471) + (xy 59.951148 96.844317) + (xy 59.7 96.824551) + (xy 59.448852 96.844317) + (xy 59.444045 96.845471) + (xy 59.444039 96.845472) + (xy 59.288289 96.882865) + (xy 59.203889 96.903127) + (xy 59.199318 96.90502) + (xy 59.199316 96.905021) + (xy 58.975715 96.997639) + (xy 58.975711 96.997641) + (xy 58.971141 96.999534) + (xy 58.756341 97.131164) + (xy 58.752581 97.134376) + (xy 58.752576 97.134379) + (xy 58.582948 97.279256) + (xy 58.564776 97.294776) + (xy 58.561563 97.298538) + (xy 58.404379 97.482576) + (xy 58.404376 97.482581) + (xy 58.401164 97.486341) + (xy 58.269534 97.701141) + (xy 58.267641 97.705711) + (xy 58.267639 97.705715) + (xy 58.175021 97.929316) + (xy 58.173127 97.933889) + (xy 58.114317 98.178852) + (xy 58.094551 98.43) + (xy 53.814276 98.43) + (xy 53.810652 87.213214) + (xy 58.954806 87.213214) + (xy 58.96901 87.459545) + (xy 58.970147 87.464591) + (xy 58.970148 87.464597) + (xy 58.992336 87.563051) + (xy 59.023255 87.700249) + (xy 59.116084 87.928861) + (xy 59.245006 88.139241) + (xy 59.406557 88.325741) + (xy 59.596399 88.483351) + (xy 59.809433 88.607838) + (xy 59.814253 88.609678) + (xy 59.814258 88.609681) + (xy 59.928547 88.653323) + (xy 60.039939 88.695859) + (xy 60.045007 88.69689) + (xy 60.04501 88.696891) + (xy 60.164587 88.721219) + (xy 60.281726 88.745052) + (xy 60.286899 88.745242) + (xy 60.286902 88.745242) + (xy 60.523136 88.753904) + (xy 60.52314 88.753904) + (xy 60.5283 88.754093) + (xy 60.53342 88.753437) + (xy 60.533422 88.753437) + (xy 60.609703 88.743665) + (xy 60.773041 88.722741) + (xy 60.77799 88.721256) + (xy 60.777996 88.721255) + (xy 61.004424 88.653323) + (xy 61.004423 88.653323) + (xy 61.009374 88.651838) + (xy 61.113266 88.600942) + (xy 61.226303 88.545566) + (xy 61.226308 88.545563) + (xy 61.230954 88.543287) + (xy 61.235164 88.540284) + (xy 61.235169 88.540281) + (xy 61.427617 88.403009) + (xy 61.427622 88.403005) + (xy 61.431829 88.400004) + (xy 61.606605 88.225837) + (xy 61.750588 88.025463) + (xy 61.859911 87.804264) + (xy 61.893045 87.695207) + (xy 61.930135 87.573132) + (xy 61.930136 87.573126) + (xy 61.931639 87.56818) + (xy 61.963845 87.32355) + (xy 61.965643 87.25) + (xy 61.962618 87.213214) + (xy 64.034806 87.213214) + (xy 64.04901 87.459545) + (xy 64.050147 87.464591) + (xy 64.050148 87.464597) + (xy 64.072336 87.563051) + (xy 64.103255 87.700249) + (xy 64.196084 87.928861) + (xy 64.325006 88.139241) + (xy 64.486557 88.325741) + (xy 64.676399 88.483351) + (xy 64.889433 88.607838) + (xy 64.894253 88.609678) + (xy 64.894258 88.609681) + (xy 65.008547 88.653323) + (xy 65.119939 88.695859) + (xy 65.125007 88.69689) + (xy 65.12501 88.696891) + (xy 65.244587 88.721219) + (xy 65.361726 88.745052) + (xy 65.366899 88.745242) + (xy 65.366902 88.745242) + (xy 65.603136 88.753904) + (xy 65.60314 88.753904) + (xy 65.6083 88.754093) + (xy 65.61342 88.753437) + (xy 65.613422 88.753437) + (xy 65.689703 88.743665) + (xy 65.853041 88.722741) + (xy 65.85799 88.721256) + (xy 65.857996 88.721255) + (xy 66.084424 88.653323) + (xy 66.084423 88.653323) + (xy 66.089374 88.651838) + (xy 66.193266 88.600942) + (xy 66.306303 88.545566) + (xy 66.306308 88.545563) + (xy 66.310954 88.543287) + (xy 66.315164 88.540284) + (xy 66.315169 88.540281) + (xy 66.507617 88.403009) + (xy 66.507622 88.403005) + (xy 66.511829 88.400004) + (xy 66.686605 88.225837) + (xy 66.830588 88.025463) + (xy 66.939911 87.804264) + (xy 66.973045 87.695207) + (xy 67.010135 87.573132) + (xy 67.010136 87.573126) + (xy 67.011639 87.56818) + (xy 67.043845 87.32355) + (xy 67.045643 87.25) + (xy 67.03766 87.152906) + (xy 67.025849 87.00924) + (xy 67.025848 87.009234) + (xy 67.025425 87.004089) + (xy 66.965316 86.764783) + (xy 66.866928 86.538507) + (xy 66.732905 86.331339) + (xy 66.706635 86.302468) + (xy 66.680243 86.273464) + (xy 66.566846 86.148842) + (xy 66.562795 86.145643) + (xy 66.562791 86.145639) + (xy 66.377264 85.999119) + (xy 66.377259 85.999116) + (xy 66.37321 85.995918) + (xy 66.368694 85.993425) + (xy 66.368691 85.993423) + (xy 66.161722 85.87917) + (xy 66.161718 85.879168) + (xy 66.157198 85.876673) + (xy 66.152329 85.874949) + (xy 66.152325 85.874947) + (xy 65.929485 85.796035) + (xy 65.929481 85.796034) + (xy 65.92461 85.794309) + (xy 65.919517 85.793402) + (xy 65.919514 85.793401) + (xy 65.686783 85.751945) + (xy 65.686777 85.751944) + (xy 65.681694 85.751039) + (xy 65.602324 85.750069) + (xy 65.440142 85.748088) + (xy 65.44014 85.748088) + (xy 65.434972 85.748025) + (xy 65.19107 85.785347) + (xy 64.95654 85.862003) + (xy 64.737679 85.975935) + (xy 64.733546 85.979038) + (xy 64.733543 85.97904) + (xy 64.544499 86.120978) + (xy 64.540364 86.124083) + (xy 64.369896 86.302468) + (xy 64.366982 86.30674) + (xy 64.366981 86.306741) + (xy 64.347238 86.335683) + (xy 64.230851 86.5063) + (xy 64.126965 86.730104) + (xy 64.061026 86.967871) + (xy 64.034806 87.213214) + (xy 61.962618 87.213214) + (xy 61.95766 87.152906) + (xy 61.945849 87.00924) + (xy 61.945848 87.009234) + (xy 61.945425 87.004089) + (xy 61.885316 86.764783) + (xy 61.786928 86.538507) + (xy 61.652905 86.331339) + (xy 61.626635 86.302468) + (xy 61.600243 86.273464) + (xy 61.486846 86.148842) + (xy 61.482795 86.145643) + (xy 61.482791 86.145639) + (xy 61.297264 85.999119) + (xy 61.297259 85.999116) + (xy 61.29321 85.995918) + (xy 61.288694 85.993425) + (xy 61.288691 85.993423) + (xy 61.081722 85.87917) + (xy 61.081718 85.879168) + (xy 61.077198 85.876673) + (xy 61.072329 85.874949) + (xy 61.072325 85.874947) + (xy 60.849485 85.796035) + (xy 60.849481 85.796034) + (xy 60.84461 85.794309) + (xy 60.839517 85.793402) + (xy 60.839514 85.793401) + (xy 60.606783 85.751945) + (xy 60.606777 85.751944) + (xy 60.601694 85.751039) + (xy 60.522324 85.750069) + (xy 60.360142 85.748088) + (xy 60.36014 85.748088) + (xy 60.354972 85.748025) + (xy 60.11107 85.785347) + (xy 59.87654 85.862003) + (xy 59.657679 85.975935) + (xy 59.653546 85.979038) + (xy 59.653543 85.97904) + (xy 59.464499 86.120978) + (xy 59.460364 86.124083) + (xy 59.289896 86.302468) + (xy 59.286982 86.30674) + (xy 59.286981 86.306741) + (xy 59.267238 86.335683) + (xy 59.150851 86.5063) + (xy 59.046965 86.730104) + (xy 58.981026 86.967871) + (xy 58.954806 87.213214) + (xy 53.810652 87.213214) + (xy 53.807518 77.513987) + (xy 80.7995 77.513987) + (xy 80.799501 78.50316) + (xy 80.799501 79.487836) + (xy 80.799774 79.492589) + (xy 80.840173 79.667577) + (xy 80.918336 79.829266) + (xy 81.03038 79.96962) + (xy 81.170734 80.081664) + (xy 81.332423 80.159827) + (xy 81.339284 80.161411) + (xy 81.502212 80.199026) + (xy 81.502215 80.199026) + (xy 81.507411 80.200226) + (xy 81.512163 80.2005) + (xy 81.513987 80.2005) + (xy 82.508466 80.200499) + (xy 83.487836 80.200499) + (xy 83.492589 80.200226) + (xy 83.667577 80.159827) + (xy 83.829266 80.081664) + (xy 83.96962 79.96962) + (xy 83.974013 79.964117) + (xy 83.97688 79.96125) + (xy 84.039192 79.927224) + (xy 84.110007 79.932289) + (xy 84.132667 79.943452) + (xy 84.136346 79.946149) + (xy 84.360026 80.063833) + (xy 84.598644 80.147162) + (xy 84.603237 80.148034) + (xy 84.842369 80.193435) + (xy 84.842372 80.193435) + (xy 84.846958 80.194306) + (xy 84.967081 80.199026) + (xy 85.094845 80.204046) + (xy 85.09485 80.204046) + (xy 85.099513 80.204229) + (xy 85.177657 80.195671) + (xy 85.346107 80.177223) + (xy 85.346112 80.177222) + (xy 85.35076 80.176713) + (xy 85.408882 80.161411) + (xy 85.590658 80.113554) + (xy 85.590661 80.113553) + (xy 85.595181 80.112363) + (xy 85.827405 80.012591) + (xy 85.965357 79.927224) + (xy 86.038358 79.88205) + (xy 86.038362 79.882047) + (xy 86.042331 79.879591) + (xy 86.235238 79.716283) + (xy 86.283969 79.660716) + (xy 86.398806 79.529771) + (xy 86.39881 79.529766) + (xy 86.401888 79.526256) + (xy 86.420201 79.497785) + (xy 86.536094 79.31761) + (xy 86.536096 79.317607) + (xy 86.538619 79.313684) + (xy 86.642428 79.083236) + (xy 86.711034 78.839976) + (xy 86.742931 78.589247) + (xy 86.745268 78.5) + (xy 86.726537 78.247945) + (xy 86.670756 78.001428) + (xy 86.57915 77.765863) + (xy 86.453731 77.546426) + (xy 86.297255 77.347938) + (xy 86.11316 77.174758) + (xy 85.918742 77.039885) + (xy 85.909331 77.033356) + (xy 85.909328 77.033354) + (xy 85.905489 77.030691) + (xy 85.901296 77.028623) + (xy 85.682993 76.920968) + (xy 85.68299 76.920967) + (xy 85.678805 76.918903) + (xy 85.667453 76.915269) + (xy 85.582403 76.888045) + (xy 85.438087 76.841849) + (xy 85.43348 76.841099) + (xy 85.433477 76.841098) + (xy 85.193235 76.801972) + (xy 85.193236 76.801972) + (xy 85.188624 76.801221) + (xy 85.066026 76.799616) + (xy 84.940573 76.797974) + (xy 84.94057 76.797974) + (xy 84.935896 76.797913) + (xy 84.685455 76.831996) + (xy 84.680965 76.833305) + (xy 84.680959 76.833306) + (xy 84.577851 76.86336) + (xy 84.442803 76.902723) + (xy 84.438556 76.904681) + (xy 84.438553 76.904682) + (xy 84.403226 76.920968) + (xy 84.21327 77.008539) + (xy 84.137849 77.057987) + (xy 84.069915 77.07861) + (xy 84.001615 77.05923) + (xy 83.979977 77.039885) + (xy 83.978996 77.040866) + (xy 83.974013 77.035883) + (xy 83.96962 77.03038) + (xy 83.829266 76.918336) + (xy 83.667577 76.840173) + (xy 83.637833 76.833306) + (xy 83.497788 76.800974) + (xy 83.497785 76.800974) + (xy 83.492589 76.799774) + (xy 83.487837 76.7995) + (xy 83.486013 76.7995) + (xy 82.491534 76.799501) + (xy 81.512164 76.799501) + (xy 81.507411 76.799774) + (xy 81.332423 76.840173) + (xy 81.170734 76.918336) + (xy 81.03038 77.03038) + (xy 80.918336 77.170734) + (xy 80.840173 77.332423) + (xy 80.799774 77.507411) + (xy 80.7995 77.512163) + (xy 80.7995 77.513987) + (xy 53.807518 77.513987) + (xy 53.805805 72.213214) + (xy 58.454806 72.213214) + (xy 58.46901 72.459545) + (xy 58.470147 72.464591) + (xy 58.470148 72.464597) + (xy 58.492336 72.563051) + (xy 58.523255 72.700249) + (xy 58.616084 72.928861) + (xy 58.745006 73.139241) + (xy 58.906557 73.325741) + (xy 59.096399 73.483351) + (xy 59.309433 73.607838) + (xy 59.314253 73.609678) + (xy 59.314258 73.609681) + (xy 59.428547 73.653323) + (xy 59.539939 73.695859) + (xy 59.545007 73.69689) + (xy 59.54501 73.696891) + (xy 59.664587 73.721219) + (xy 59.781726 73.745052) + (xy 59.786899 73.745242) + (xy 59.786902 73.745242) + (xy 60.023136 73.753904) + (xy 60.02314 73.753904) + (xy 60.0283 73.754093) + (xy 60.03342 73.753437) + (xy 60.033422 73.753437) + (xy 60.109703 73.743665) + (xy 60.273041 73.722741) + (xy 60.27799 73.721256) + (xy 60.277996 73.721255) + (xy 60.504424 73.653323) + (xy 60.504423 73.653323) + (xy 60.509374 73.651838) + (xy 60.613266 73.600942) + (xy 60.726303 73.545566) + (xy 60.726308 73.545563) + (xy 60.730954 73.543287) + (xy 60.735164 73.540284) + (xy 60.735169 73.540281) + (xy 60.927617 73.403009) + (xy 60.927622 73.403005) + (xy 60.931829 73.400004) + (xy 61.106605 73.225837) + (xy 61.250588 73.025463) + (xy 61.359911 72.804264) + (xy 61.393045 72.695207) + (xy 61.430135 72.573132) + (xy 61.430136 72.573126) + (xy 61.431639 72.56818) + (xy 61.463845 72.32355) + (xy 61.465643 72.25) + (xy 61.462618 72.213214) + (xy 63.534806 72.213214) + (xy 63.54901 72.459545) + (xy 63.550147 72.464591) + (xy 63.550148 72.464597) + (xy 63.572336 72.563051) + (xy 63.603255 72.700249) + (xy 63.696084 72.928861) + (xy 63.825006 73.139241) + (xy 63.986557 73.325741) + (xy 64.176399 73.483351) + (xy 64.389433 73.607838) + (xy 64.394253 73.609678) + (xy 64.394258 73.609681) + (xy 64.508547 73.653323) + (xy 64.619939 73.695859) + (xy 64.625007 73.69689) + (xy 64.62501 73.696891) + (xy 64.744587 73.721219) + (xy 64.861726 73.745052) + (xy 64.866899 73.745242) + (xy 64.866902 73.745242) + (xy 65.103136 73.753904) + (xy 65.10314 73.753904) + (xy 65.1083 73.754093) + (xy 65.11342 73.753437) + (xy 65.113422 73.753437) + (xy 65.189703 73.743665) + (xy 65.353041 73.722741) + (xy 65.35799 73.721256) + (xy 65.357996 73.721255) + (xy 65.584424 73.653323) + (xy 65.584423 73.653323) + (xy 65.589374 73.651838) + (xy 65.693266 73.600942) + (xy 65.806303 73.545566) + (xy 65.806308 73.545563) + (xy 65.810954 73.543287) + (xy 65.815164 73.540284) + (xy 65.815169 73.540281) + (xy 66.007617 73.403009) + (xy 66.007622 73.403005) + (xy 66.011829 73.400004) + (xy 66.186605 73.225837) + (xy 66.330588 73.025463) + (xy 66.439911 72.804264) + (xy 66.473045 72.695207) + (xy 66.510135 72.573132) + (xy 66.510136 72.573126) + (xy 66.511639 72.56818) + (xy 66.543845 72.32355) + (xy 66.545643 72.25) + (xy 66.53766 72.152906) + (xy 66.525849 72.00924) + (xy 66.525848 72.009234) + (xy 66.525425 72.004089) + (xy 66.465316 71.764783) + (xy 66.366928 71.538507) + (xy 66.232905 71.331339) + (xy 66.206635 71.302468) + (xy 66.180243 71.273464) + (xy 66.066846 71.148842) + (xy 66.062795 71.145643) + (xy 66.062791 71.145639) + (xy 65.877264 70.999119) + (xy 65.877259 70.999116) + (xy 65.87321 70.995918) + (xy 65.868694 70.993425) + (xy 65.868691 70.993423) + (xy 65.661722 70.87917) + (xy 65.661718 70.879168) + (xy 65.657198 70.876673) + (xy 65.652329 70.874949) + (xy 65.652325 70.874947) + (xy 65.429485 70.796035) + (xy 65.429481 70.796034) + (xy 65.42461 70.794309) + (xy 65.419517 70.793402) + (xy 65.419514 70.793401) + (xy 65.186783 70.751945) + (xy 65.186777 70.751944) + (xy 65.181694 70.751039) + (xy 65.102324 70.750069) + (xy 64.940142 70.748088) + (xy 64.94014 70.748088) + (xy 64.934972 70.748025) + (xy 64.69107 70.785347) + (xy 64.45654 70.862003) + (xy 64.237679 70.975935) + (xy 64.233546 70.979038) + (xy 64.233543 70.97904) + (xy 64.044499 71.120978) + (xy 64.040364 71.124083) + (xy 63.869896 71.302468) + (xy 63.866982 71.30674) + (xy 63.866981 71.306741) + (xy 63.847238 71.335683) + (xy 63.730851 71.5063) + (xy 63.626965 71.730104) + (xy 63.561026 71.967871) + (xy 63.534806 72.213214) + (xy 61.462618 72.213214) + (xy 61.45766 72.152906) + (xy 61.445849 72.00924) + (xy 61.445848 72.009234) + (xy 61.445425 72.004089) + (xy 61.385316 71.764783) + (xy 61.286928 71.538507) + (xy 61.152905 71.331339) + (xy 61.126635 71.302468) + (xy 61.100243 71.273464) + (xy 60.986846 71.148842) + (xy 60.982795 71.145643) + (xy 60.982791 71.145639) + (xy 60.797264 70.999119) + (xy 60.797259 70.999116) + (xy 60.79321 70.995918) + (xy 60.788694 70.993425) + (xy 60.788691 70.993423) + (xy 60.581722 70.87917) + (xy 60.581718 70.879168) + (xy 60.577198 70.876673) + (xy 60.572329 70.874949) + (xy 60.572325 70.874947) + (xy 60.349485 70.796035) + (xy 60.349481 70.796034) + (xy 60.34461 70.794309) + (xy 60.339517 70.793402) + (xy 60.339514 70.793401) + (xy 60.106783 70.751945) + (xy 60.106777 70.751944) + (xy 60.101694 70.751039) + (xy 60.022324 70.750069) + (xy 59.860142 70.748088) + (xy 59.86014 70.748088) + (xy 59.854972 70.748025) + (xy 59.61107 70.785347) + (xy 59.37654 70.862003) + (xy 59.157679 70.975935) + (xy 59.153546 70.979038) + (xy 59.153543 70.97904) + (xy 58.964499 71.120978) + (xy 58.960364 71.124083) + (xy 58.789896 71.302468) + (xy 58.786982 71.30674) + (xy 58.786981 71.306741) + (xy 58.767238 71.335683) + (xy 58.650851 71.5063) + (xy 58.546965 71.730104) + (xy 58.481026 71.967871) + (xy 58.454806 72.213214) + (xy 53.805805 72.213214) + (xy 53.802586 62.253214) + (xy 80.994806 62.253214) + (xy 81.00901 62.499545) + (xy 81.010147 62.504591) + (xy 81.010148 62.504597) + (xy 81.032336 62.603051) + (xy 81.063255 62.740249) + (xy 81.156084 62.968861) + (xy 81.285006 63.179241) + (xy 81.446557 63.365741) + (xy 81.636399 63.523351) + (xy 81.849433 63.647838) + (xy 81.854253 63.649678) + (xy 81.854258 63.649681) + (xy 81.968547 63.693323) + (xy 82.079939 63.735859) + (xy 82.085007 63.73689) + (xy 82.08501 63.736891) + (xy 82.204587 63.761219) + (xy 82.321726 63.785052) + (xy 82.326899 63.785242) + (xy 82.326902 63.785242) + (xy 82.563136 63.793904) + (xy 82.56314 63.793904) + (xy 82.5683 63.794093) + (xy 82.57342 63.793437) + (xy 82.573422 63.793437) + (xy 82.649703 63.783665) + (xy 82.813041 63.762741) + (xy 82.81799 63.761256) + (xy 82.817996 63.761255) + (xy 83.044424 63.693323) + (xy 83.044423 63.693323) + (xy 83.049374 63.691838) + (xy 83.153266 63.640942) + (xy 83.266303 63.585566) + (xy 83.266308 63.585563) + (xy 83.270954 63.583287) + (xy 83.275164 63.580284) + (xy 83.275169 63.580281) + (xy 83.467617 63.443009) + (xy 83.467622 63.443005) + (xy 83.471829 63.440004) + (xy 83.646605 63.265837) + (xy 83.790588 63.065463) + (xy 83.899911 62.844264) + (xy 83.933045 62.735207) + (xy 83.970135 62.613132) + (xy 83.970136 62.613126) + (xy 83.971639 62.60818) + (xy 84.003845 62.36355) + (xy 84.005643 62.29) + (xy 83.99766 62.192906) + (xy 83.985849 62.04924) + (xy 83.985848 62.049234) + (xy 83.985425 62.044089) + (xy 83.925316 61.804783) + (xy 83.826928 61.578507) + (xy 83.692905 61.371339) + (xy 83.666635 61.342468) + (xy 83.640243 61.313464) + (xy 83.526846 61.188842) + (xy 83.522795 61.185643) + (xy 83.522791 61.185639) + (xy 83.337264 61.039119) + (xy 83.337259 61.039116) + (xy 83.33321 61.035918) + (xy 83.328694 61.033425) + (xy 83.328691 61.033423) + (xy 83.121722 60.91917) + (xy 83.121718 60.919168) + (xy 83.117198 60.916673) + (xy 83.112329 60.914949) + (xy 83.112325 60.914947) + (xy 82.889485 60.836035) + (xy 82.889481 60.836034) + (xy 82.88461 60.834309) + (xy 82.879517 60.833402) + (xy 82.879514 60.833401) + (xy 82.646783 60.791945) + (xy 82.646777 60.791944) + (xy 82.641694 60.791039) + (xy 82.562324 60.790069) + (xy 82.400142 60.788088) + (xy 82.40014 60.788088) + (xy 82.394972 60.788025) + (xy 82.15107 60.825347) + (xy 81.91654 60.902003) + (xy 81.697679 61.015935) + (xy 81.693546 61.019038) + (xy 81.693543 61.01904) + (xy 81.504499 61.160978) + (xy 81.500364 61.164083) + (xy 81.329896 61.342468) + (xy 81.326982 61.34674) + (xy 81.326981 61.346741) + (xy 81.307238 61.375683) + (xy 81.190851 61.5463) + (xy 81.086965 61.770104) + (xy 81.021026 62.007871) + (xy 80.994806 62.253214) + (xy 53.802586 62.253214) + (xy 53.80132 58.336062) + (xy 59.278493 58.336062) + (xy 59.287789 58.348077) + (xy 59.338994 58.383931) + (xy 59.348489 58.389414) + (xy 59.545947 58.48149) + (xy 59.556239 58.485236) + (xy 59.766688 58.541625) + (xy 59.777481 58.543528) + (xy 59.994525 58.562517) + (xy 60.005475 58.562517) + (xy 60.222519 58.543528) + (xy 60.233312 58.541625) + (xy 60.443761 58.485236) + (xy 60.454053 58.48149) + (xy 60.651511 58.389414) + (xy 60.661006 58.383931) + (xy 60.713048 58.347491) + (xy 60.721424 58.337012) + (xy 60.714356 58.323566) + (xy 60.012812 57.622022) + (xy 59.998868 57.614408) + (xy 59.997035 57.614539) + (xy 59.99042 57.61879) + (xy 59.284923 58.324287) + (xy 59.278493 58.336062) + (xy 53.80132 58.336062) + (xy 53.800971 57.255475) + (xy 58.687483 57.255475) + (xy 58.706472 57.472519) + (xy 58.708375 57.483312) + (xy 58.764764 57.693761) + (xy 58.76851 57.704053) + (xy 58.860586 57.901511) + (xy 58.866069 57.911006) + (xy 58.902509 57.963048) + (xy 58.912988 57.971424) + (xy 58.926434 57.964356) + (xy 59.627978 57.262812) + (xy 59.634356 57.251132) + (xy 60.364408 57.251132) + (xy 60.364539 57.252965) + (xy 60.36879 57.25958) + (xy 61.074287 57.965077) + (xy 61.086062 57.971507) + (xy 61.098077 57.962211) + (xy 61.133931 57.911006) + (xy 61.139414 57.901511) + (xy 61.23149 57.704053) + (xy 61.235236 57.693761) + (xy 61.291625 57.483312) + (xy 61.293528 57.472519) + (xy 61.312517 57.255475) + (xy 61.312517 57.25) + (xy 63.394551 57.25) + (xy 63.414317 57.501148) + (xy 63.415471 57.505955) + (xy 63.415472 57.505961) + (xy 63.443336 57.622022) + (xy 63.473127 57.746111) + (xy 63.47502 57.750682) + (xy 63.475021 57.750684) + (xy 63.566489 57.971507) + (xy 63.569534 57.978859) + (xy 63.701164 58.193659) + (xy 63.704376 58.197419) + (xy 63.704379 58.197424) + (xy 63.849256 58.367052) + (xy 63.864776 58.385224) + (xy 63.868538 58.388437) + (xy 64.052576 58.545621) + (xy 64.052581 58.545624) + (xy 64.056341 58.548836) + (xy 64.271141 58.680466) + (xy 64.275711 58.682359) + (xy 64.275715 58.682361) + (xy 64.499316 58.774979) + (xy 64.503889 58.776873) + (xy 64.588289 58.797135) + (xy 64.744039 58.834528) + (xy 64.744045 58.834529) + (xy 64.748852 58.835683) + (xy 65 58.855449) + (xy 65.251148 58.835683) + (xy 65.255955 58.834529) + (xy 65.255961 58.834528) + (xy 65.411711 58.797135) + (xy 65.496111 58.776873) + (xy 65.500684 58.774979) + (xy 65.724285 58.682361) + (xy 65.724289 58.682359) + (xy 65.728859 58.680466) + (xy 65.943659 58.548836) + (xy 65.947419 58.545624) + (xy 65.947424 58.545621) + (xy 66.131462 58.388437) + (xy 66.135224 58.385224) + (xy 66.150744 58.367052) + (xy 66.2727 58.224261) + (xy 81.850294 58.224261) + (xy 81.85959 58.236276) + (xy 81.889189 58.257001) + (xy 81.898677 58.262479) + (xy 82.080277 58.347159) + (xy 82.090571 58.350907) + (xy 82.284122 58.402769) + (xy 82.294909 58.404671) + (xy 82.494525 58.422135) + (xy 82.505475 58.422135) + (xy 82.705091 58.404671) + (xy 82.715878 58.402769) + (xy 82.909429 58.350907) + (xy 82.919723 58.347159) + (xy 83.101323 58.262479) + (xy 83.110811 58.257001) + (xy 83.141248 58.235689) + (xy 83.149623 58.225212) + (xy 83.142554 58.211764) + (xy 82.512812 57.582022) + (xy 82.498868 57.574408) + (xy 82.497035 57.574539) + (xy 82.49042 57.57879) + (xy 81.856724 58.212486) + (xy 81.850294 58.224261) + (xy 66.2727 58.224261) + (xy 66.295621 58.197424) + (xy 66.295624 58.197419) + (xy 66.298836 58.193659) + (xy 66.430466 57.978859) + (xy 66.433512 57.971507) + (xy 66.524979 57.750684) + (xy 66.52498 57.750682) + (xy 66.526873 57.746111) + (xy 66.556664 57.622022) + (xy 66.584528 57.505961) + (xy 66.584529 57.505955) + (xy 66.585683 57.501148) + (xy 66.605449 57.25) + (xy 66.602732 57.215475) + (xy 81.287865 57.215475) + (xy 81.305329 57.415091) + (xy 81.307231 57.425878) + (xy 81.359093 57.619429) + (xy 81.362841 57.629723) + (xy 81.447521 57.811323) + (xy 81.452999 57.820811) + (xy 81.474311 57.851248) + (xy 81.484788 57.859623) + (xy 81.498236 57.852554) + (xy 82.127978 57.222812) + (xy 82.134356 57.211132) + (xy 82.864408 57.211132) + (xy 82.864539 57.212965) + (xy 82.86879 57.21958) + (xy 83.502486 57.853276) + (xy 83.514261 57.859706) + (xy 83.526276 57.85041) + (xy 83.547001 57.820811) + (xy 83.552479 57.811323) + (xy 83.637159 57.629723) + (xy 83.640907 57.619429) + (xy 83.692769 57.425878) + (xy 83.694671 57.415091) + (xy 83.712135 57.215475) + (xy 83.712135 57.204525) + (xy 83.694671 57.004909) + (xy 83.692769 56.994122) + (xy 83.640907 56.800571) + (xy 83.637159 56.790277) + (xy 83.552479 56.608677) + (xy 83.547001 56.599189) + (xy 83.525689 56.568752) + (xy 83.515212 56.560377) + (xy 83.501764 56.567446) + (xy 82.872022 57.197188) + (xy 82.864408 57.211132) + (xy 82.134356 57.211132) + (xy 82.135592 57.208868) + (xy 82.135461 57.207035) + (xy 82.13121 57.20042) + (xy 81.497514 56.566724) + (xy 81.485739 56.560294) + (xy 81.473724 56.56959) + (xy 81.452999 56.599189) + (xy 81.447521 56.608677) + (xy 81.362841 56.790277) + (xy 81.359093 56.800571) + (xy 81.307231 56.994122) + (xy 81.305329 57.004909) + (xy 81.287865 57.204525) + (xy 81.287865 57.215475) + (xy 66.602732 57.215475) + (xy 66.585683 56.998852) + (xy 66.558461 56.885461) + (xy 66.528028 56.758701) + (xy 66.526873 56.753889) + (xy 66.524979 56.749316) + (xy 66.432361 56.525715) + (xy 66.432359 56.525711) + (xy 66.430466 56.521141) + (xy 66.298836 56.306341) + (xy 66.295624 56.302581) + (xy 66.295621 56.302576) + (xy 66.203561 56.194788) + (xy 81.850377 56.194788) + (xy 81.857446 56.208236) + (xy 82.487188 56.837978) + (xy 82.501132 56.845592) + (xy 82.502965 56.845461) + (xy 82.50958 56.84121) + (xy 83.143276 56.207514) + (xy 83.149706 56.195739) + (xy 83.14041 56.183724) + (xy 83.110811 56.162999) + (xy 83.101323 56.157521) + (xy 82.919723 56.072841) + (xy 82.909429 56.069093) + (xy 82.715878 56.017231) + (xy 82.705091 56.015329) + (xy 82.505475 55.997865) + (xy 82.494525 55.997865) + (xy 82.294909 56.015329) + (xy 82.284122 56.017231) + (xy 82.090571 56.069093) + (xy 82.080277 56.072841) + (xy 81.898677 56.157521) + (xy 81.889189 56.162999) + (xy 81.858752 56.184311) + (xy 81.850377 56.194788) + (xy 66.203561 56.194788) + (xy 66.138437 56.118538) + (xy 66.135224 56.114776) + (xy 66.117052 56.099256) + (xy 65.947424 55.954379) + (xy 65.947419 55.954376) + (xy 65.943659 55.951164) + (xy 65.728859 55.819534) + (xy 65.724289 55.817641) + (xy 65.724285 55.817639) + (xy 65.500684 55.725021) + (xy 65.500682 55.72502) + (xy 65.496111 55.723127) + (xy 65.411711 55.702865) + (xy 65.255961 55.665472) + (xy 65.255955 55.665471) + (xy 65.251148 55.664317) + (xy 65 55.644551) + (xy 64.748852 55.664317) + (xy 64.744045 55.665471) + (xy 64.744039 55.665472) + (xy 64.588289 55.702865) + (xy 64.503889 55.723127) + (xy 64.499318 55.72502) + (xy 64.499316 55.725021) + (xy 64.275715 55.817639) + (xy 64.275711 55.817641) + (xy 64.271141 55.819534) + (xy 64.056341 55.951164) + (xy 64.052581 55.954376) + (xy 64.052576 55.954379) + (xy 63.882948 56.099256) + (xy 63.864776 56.114776) + (xy 63.861563 56.118538) + (xy 63.704379 56.302576) + (xy 63.704376 56.302581) + (xy 63.701164 56.306341) + (xy 63.569534 56.521141) + (xy 63.567641 56.525711) + (xy 63.567639 56.525715) + (xy 63.475021 56.749316) + (xy 63.473127 56.753889) + (xy 63.471972 56.758701) + (xy 63.44154 56.885461) + (xy 63.414317 56.998852) + (xy 63.394551 57.25) + (xy 61.312517 57.25) + (xy 61.312517 57.244525) + (xy 61.293528 57.027481) + (xy 61.291625 57.016688) + (xy 61.235236 56.806239) + (xy 61.23149 56.795947) + (xy 61.139414 56.598489) + (xy 61.133931 56.588994) + (xy 61.097491 56.536952) + (xy 61.087012 56.528576) + (xy 61.073566 56.535644) + (xy 60.372022 57.237188) + (xy 60.364408 57.251132) + (xy 59.634356 57.251132) + (xy 59.635592 57.248868) + (xy 59.635461 57.247035) + (xy 59.63121 57.24042) + (xy 58.925713 56.534923) + (xy 58.913938 56.528493) + (xy 58.901923 56.537789) + (xy 58.866069 56.588994) + (xy 58.860586 56.598489) + (xy 58.76851 56.795947) + (xy 58.764764 56.806239) + (xy 58.708375 57.016688) + (xy 58.706472 57.027481) + (xy 58.687483 57.244525) + (xy 58.687483 57.255475) + (xy 53.800971 57.255475) + (xy 53.800618 56.162988) + (xy 59.278576 56.162988) + (xy 59.285644 56.176434) + (xy 59.987188 56.877978) + (xy 60.001132 56.885592) + (xy 60.002965 56.885461) + (xy 60.00958 56.88121) + (xy 60.715077 56.175713) + (xy 60.721507 56.163938) + (xy 60.712211 56.151923) + (xy 60.661006 56.116069) + (xy 60.651511 56.110586) + (xy 60.454053 56.01851) + (xy 60.443761 56.014764) + (xy 60.233312 55.958375) + (xy 60.222519 55.956472) + (xy 60.005475 55.937483) + (xy 59.994525 55.937483) + (xy 59.777481 55.956472) + (xy 59.766688 55.958375) + (xy 59.556239 56.014764) + (xy 59.545947 56.01851) + (xy 59.348489 56.110586) + (xy 59.338994 56.116069) + (xy 59.286952 56.152509) + (xy 59.278576 56.162988) + (xy 53.800618 56.162988) + (xy 53.800021 54.314968) + (xy 53.801247 54.297393) + (xy 53.804196 54.276407) + (xy 53.804748 54.272479) + (xy 53.805062 54.25) + (xy 53.804621 54.246064) + (xy 53.80462 54.246053) + (xy 53.803261 54.233941) + (xy 53.802796 54.210904) + (xy 53.816661 54.017056) + (xy 53.819219 53.999262) + (xy 53.866946 53.779861) + (xy 53.872011 53.762611) + (xy 53.950478 53.552235) + (xy 53.957946 53.535883) + (xy 54.065551 53.338819) + (xy 54.075271 53.323695) + (xy 54.209828 53.143948) + (xy 54.221601 53.130362) + (xy 54.380362 52.971601) + (xy 54.393948 52.959828) + (xy 54.573695 52.825271) + (xy 54.588819 52.815551) + (xy 54.785883 52.707946) + (xy 54.802235 52.700478) + (xy 54.891415 52.667215) + (xy 55.012617 52.622009) + (xy 55.029856 52.616947) + (xy 55.249261 52.569219) + (xy 55.267056 52.566661) + (xy 55.29429 52.564713) + (xy 55.455216 52.553203) + (xy 55.479987 52.553876) + (xy 55.48876 52.554984) + (xy 55.533459 52.550601) + (xy 55.545755 52.55) + (xy 87.923617 52.55) + ) + ) + ) +) diff --git a/solderingChallenge/hardware/solderingChallenge.kicad_prl b/solderingChallenge/hardware/solderingChallenge.kicad_prl new file mode 100644 index 0000000..0e9a479 --- /dev/null +++ b/solderingChallenge/hardware/solderingChallenge.kicad_prl @@ -0,0 +1,75 @@ +{ + "board": { + "active_layer": 0, + "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": "solderingChallenge.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/solderingChallenge/hardware/solderingChallenge.kicad_pro b/solderingChallenge/hardware/solderingChallenge.kicad_pro new file mode 100644 index 0000000..2104350 --- /dev/null +++ b/solderingChallenge/hardware/solderingChallenge.kicad_pro @@ -0,0 +1,465 @@ +{ + "board": { + "design_settings": { + "defaults": { + "board_outline_line_width": 0.5, + "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.09999999999999999, + "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.12, + "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.7999999999999999 + } + }, + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "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" + }, + "rule_severitieslegacy_courtyards_overlap": true, + "rule_severitieslegacy_no_courtyard_defined": false, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_copper_edge_clearance": 0.25, + "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, + "use_height_for_length_calcs": true + }, + "track_widths": [ + 0.0, + 0.2, + 0.3, + 0.4, + 0.5, + 1.0, + 1.5, + 2.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": "solderingChallenge.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12.0, + "clearance": 0.127, + "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 + } + ], + "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.25, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 + }, + "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": [ + [ + "b1086f75-01ba-4188-8d36-75a9e2828ca9", + "" + ], + [ + "00000000-0000-0000-0000-0000600f28f2", + "Level 1 - THT" + ], + [ + "00000000-0000-0000-0000-0000600fb290", + "Level 2 - 1206" + ], + [ + "00000000-0000-0000-0000-0000600fd428", + "Level 3 - 0603" + ], + [ + "00000000-0000-0000-0000-0000600ff0c1", + "Level 4 - 0402" + ], + [ + "00000000-0000-0000-0000-0000600ff353", + "Level 5 - 0201" + ], + [ + "20a40fd4-4825-456a-b45d-96e8fe1622a5", + "Level 0 - THT" + ] + ], + "text_variables": {} +} diff --git a/solderingChallenge/hardware/solderingChallenge.kicad_sch b/solderingChallenge/hardware/solderingChallenge.kicad_sch new file mode 100644 index 0000000..072b684 --- /dev/null +++ b/solderingChallenge/hardware/solderingChallenge.kicad_sch @@ -0,0 +1,435 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid b1086f75-01ba-4188-8d36-75a9e2828ca9) + + (paper "A4") + + (lib_symbols + (symbol "kikit:Board" (in_bom no) (on_board yes) + (property "Reference" "B" (id 0) (at 5.08 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 10.16 0.635 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" "KiKit" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "KiKit Board annotations" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Board_0_1" + (polyline + (pts + (xy 0 0) + (xy 3.81 3.81) + (xy 10.795 3.81) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 1.27) + (xy 0 0) + (xy 1.27 0.635) + ) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + ) + ) + + + (symbol (lib_id "kikit:Board") (at 231.14 101.6 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 0bfb77c8-e9e0-4927-beab-c0480cf12de8) + (property "Reference" "B5" (id 0) (at 243.84 98.4249 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 243.84 100.9649 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 241.3 100.965 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 231.14 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "kikit:Board") (at 43.18 62.23 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 126a666f-f327-46a5-85a7-3b8e51f9caed) + (property "Reference" "B0" (id 0) (at 55.88 59.0549 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 55.88 61.5949 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 53.34 61.595 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 43.18 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "kikit:Board") (at 180.34 101.6 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 220844db-d3a6-4d0f-9425-90a9f2559def) + (property "Reference" "B4" (id 0) (at 193.04 98.4249 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 193.04 100.9649 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 190.5 100.965 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 180.34 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "kikit:Board") (at 86.36 101.6 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 54f2ef38-6646-48b1-b525-7f7160f8f321) + (property "Reference" "B2" (id 0) (at 99.06 98.4249 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 99.06 100.9649 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 96.52 100.965 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 86.36 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "kikit:Board") (at 41.91 101.6 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 6c3ce01a-e542-4d43-974f-484d11a56774) + (property "Reference" "B1" (id 0) (at 54.61 98.4249 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 54.61 100.9649 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 52.07 100.965 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 41.91 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "kikit:Board") (at 128.27 101.6 0) (unit 1) + (in_bom no) (on_board yes) (fields_autoplaced) + (uuid 86ed2ac5-51ec-4b38-83f7-1f94b1bb69c9) + (property "Reference" "B3" (id 0) (at 140.97 98.4249 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Board" (id 1) (at 140.97 100.9649 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "kikit:Board" (id 2) (at 138.43 100.965 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 128.27 101.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (sheet (at 31.75 85.09) (size 36.83 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 00000000-0000-0000-0000-0000600f28f2) + (property "Sheet name" "Level 1 - THT" (id 0) (at 31.75 84.3784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level1-THT.kicad_sch" (id 1) (at 31.75 113.6146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet (at 74.93 85.09) (size 35.56 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 00000000-0000-0000-0000-0000600fb290) + (property "Sheet name" "Level 2 - 1206" (id 0) (at 74.93 84.3784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level2-1206.kicad_sch" (id 1) (at 74.93 113.6146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet (at 116.84 85.09) (size 39.37 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 00000000-0000-0000-0000-0000600fd428) + (property "Sheet name" "Level 3 - 0603" (id 0) (at 116.84 84.3784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level3-0603.kicad_sch" (id 1) (at 116.84 113.6146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet (at 163.83 85.09) (size 43.18 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 00000000-0000-0000-0000-0000600ff0c1) + (property "Sheet name" "Level 4 - 0402" (id 0) (at 163.83 84.3784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level4-0402.kicad_sch" (id 1) (at 163.83 113.6146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet (at 217.17 85.09) (size 36.83 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 00000000-0000-0000-0000-0000600ff353) + (property "Sheet name" "Level 5 - 0201" (id 0) (at 217.17 84.3784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level5-0201.kicad_sch" (id 1) (at 217.17 113.6146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet (at 31.75 46.99) (size 36.83 27.94) (fields_autoplaced) + (stroke (width 0) (type solid) (color 0 0 0 0)) + (fill (color 0 0 0 0.0000)) + (uuid 20a40fd4-4825-456a-b45d-96e8fe1622a5) + (property "Sheet name" "Level 0 - THT" (id 0) (at 31.75 46.2784 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheet file" "level1-THT.kicad_sch" (id 1) (at 31.75 75.5146 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + ) + + (sheet_instances + (path "/" (page "1")) + (path "/00000000-0000-0000-0000-0000600f28f2" (page "2")) + (path "/00000000-0000-0000-0000-0000600fb290" (page "3")) + (path "/00000000-0000-0000-0000-0000600fd428" (page "4")) + (path "/00000000-0000-0000-0000-0000600ff0c1" (page "5")) + (path "/00000000-0000-0000-0000-0000600ff353" (page "6")) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5" (page "7")) + ) + + (symbol_instances + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9aaf" + (reference "#FLG01") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9ab6" + (reference "#FLG02") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9ec" + (reference "#FLG03") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9f3" + (reference "#FLG04") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe765" + (reference "#FLG05") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe76c" + (reference "#FLG06") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033f6" + (reference "#FLG07") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033fd" + (reference "#FLG08") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006c5" + (reference "#FLG09") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006cc" + (reference "#FLG010") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9ab6" + (reference "#FLG011") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9aaf" + (reference "#FLG012") (unit 1) (value "PWR_FLAG") (footprint "") + ) + (path "/126a666f-f327-46a5-85a7-3b8e51f9caed" + (reference "B0") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/6c3ce01a-e542-4d43-974f-484d11a56774" + (reference "B1") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/54f2ef38-6646-48b1-b525-7f7160f8f321" + (reference "B2") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/86ed2ac5-51ec-4b38-83f7-1f94b1bb69c9" + (reference "B3") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/220844db-d3a6-4d0f-9425-90a9f2559def" + (reference "B4") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/0bfb77c8-e9e0-4927-beab-c0480cf12de8" + (reference "B5") (unit 1) (value "Board") (footprint "kikit:Board") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a55" + (reference "C1") (unit 1) (value "10n") (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a6d" + (reference "C2") (unit 1) (value "4.7u") (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc992" + (reference "C3") (unit 1) (value "10n") (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9aa" + (reference "C4") (unit 1) (value "4.7u") (footprint "Capacitor_SMD:C_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe70b" + (reference "C5") (unit 1) (value "10n") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe723" + (reference "C6") (unit 1) (value "4.7u") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-00006010339c" + (reference "C7") (unit 1) (value "10n") (footprint "Capacitor_SMD:C_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033b4" + (reference "C8") (unit 1) (value "4.7u") (footprint "Capacitor_SMD:C_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006010066b" + (reference "C9") (unit 1) (value "10n") (footprint "Capacitor_SMD:C_0201_0603Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100683" + (reference "C10") (unit 1) (value "4.7u") (footprint "Capacitor_SMD:C_0201_0603Metric") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a55" + (reference "C11") (unit 1) (value "10n") (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a6d" + (reference "C12") (unit 1) (value "4.7u") (footprint "Capacitor_THT:C_Disc_D6.0mm_W2.5mm_P5.00mm") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a95" + (reference "D1") (unit 1) (value "LED") (footprint "LED_THT:LED_D5.0mm") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9d2" + (reference "D2") (unit 1) (value "LED") (footprint "LED_SMD:LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe74b" + (reference "D3") (unit 1) (value "LED") (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033dc" + (reference "D4") (unit 1) (value "LED") (footprint "LED_SMD:LED_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006ab" + (reference "D5") (unit 1) (value "LED") (footprint "LED_SMD:LED_0201_0603Metric") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a95" + (reference "D6") (unit 1) (value "LED") (footprint "LED_THT:LED_D5.0mm") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a85" + (reference "J1") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a85" + (reference "J2") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9c2" + (reference "J4") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe73b" + (reference "J6") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033cc" + (reference "J8") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006010069b" + (reference "J10") (unit 1) (value "USB_A") (footprint "RoboCamp:usb-PCB") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a8d" + (reference "R1") (unit 1) (value "330R") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a5c" + (reference "R2") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a4f" + (reference "R3") (unit 1) (value "100k") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc9ca" + (reference "R4") (unit 1) (value "330R") (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc999" + (reference "R5") (unit 1) (value "10k") (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-0000600fc98c" + (reference "R6") (unit 1) (value "100k") (footprint "Resistor_SMD:R_1206_3216Metric_Pad1.42x1.75mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe743" + (reference "R7") (unit 1) (value "330R") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe712" + (reference "R8") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-0000600fe705" + (reference "R9") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033d4" + (reference "R10") (unit 1) (value "330R") (footprint "Resistor_SMD:R_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-0000601033a3" + (reference "R11") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-000060103396" + (reference "R12") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0402_1005Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-0000601006a3" + (reference "R13") (unit 1) (value "330R") (footprint "Resistor_SMD:R_0201_0603Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100672" + (reference "R14") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0201_0603Metric") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-000060100665" + (reference "R15") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0201_0603Metric") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a8d" + (reference "R16") (unit 1) (value "330R") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a5c" + (reference "R17") (unit 1) (value "10k") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a4f" + (reference "R18") (unit 1) (value "100k") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-0000600f28f2/00000000-0000-0000-0000-0000600f9a49" + (reference "U1") (unit 1) (value "LM555xN") (footprint "Package_DIP:DIP-8_W7.62mm") + ) + (path "/00000000-0000-0000-0000-0000600fb290/00000000-0000-0000-0000-000060105c46" + (reference "U2") (unit 1) (value "LMC555xM") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm") + ) + (path "/00000000-0000-0000-0000-0000600fd428/00000000-0000-0000-0000-00006010c318" + (reference "U3") (unit 1) (value "LMC555xMM") (footprint "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm") + ) + (path "/00000000-0000-0000-0000-0000600ff0c1/00000000-0000-0000-0000-00006011e0eb" + (reference "U4") (unit 1) (value "LMC555xMM") (footprint "Package_SO:VSSOP-8_3.0x3.0mm_P0.65mm") + ) + (path "/00000000-0000-0000-0000-0000600ff353/00000000-0000-0000-0000-00006011669c" + (reference "U5") (unit 1) (value "LMC555xTP") (footprint "Package_BGA:Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm") + ) + (path "/20a40fd4-4825-456a-b45d-96e8fe1622a5/00000000-0000-0000-0000-0000600f9a49" + (reference "U6") (unit 1) (value "LM555xN") (footprint "Package_DIP:DIP-8_W7.62mm") + ) + ) +) diff --git a/solderingChallenge/hardware/sym-lib-table b/solderingChallenge/hardware/sym-lib-table new file mode 100644 index 0000000..5e3ea93 --- /dev/null +++ b/solderingChallenge/hardware/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (lib (name RoboCamp)(type Legacy)(uri ${KIPRJMOD}/../../../common/RoboCamp.lib)(options "")(descr "")) + (lib (name solderingChallenge-rescue)(type Legacy)(uri ${KIPRJMOD}/solderingChallenge-rescue.lib)(options "")(descr "")) +) diff --git a/solderingChallenge/index.html b/solderingChallenge/index.html new file mode 100644 index 0000000..19242fb --- /dev/null +++ b/solderingChallenge/index.html @@ -0,0 +1,1194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + O co jde? - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

O co jde?

+

Pájecí výzva obsahuje jeden relativně jednoduchý obvod založený na populárním +integrovaném obvodu 555. Pokud se ti podaří správně zapájet všechny součástky, tak po zapojení do USB portu začne LED blikat s frekvencí cca 2 Hz.

+

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/solderingChallenge/manual/index.html b/solderingChallenge/manual/index.html new file mode 100644 index 0000000..50a6f2a --- /dev/null +++ b/solderingChallenge/manual/index.html @@ -0,0 +1,1381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Manuál - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Manuál

+

Jak postupovat?

+
    +
  • vždy pájej pouze jednu úroveň najednou!
  • +
  • jelikož malé součástky na sobě nemají popisky, choď si pro součástky po jedné. + Vždy si dones jednu součástku, tu zapájej a až pak si běž pro další.
  • +
  • začni připájením integrovaného obvodu - na něj potřebuješ nejvíce prostoru. U + integrovaného obvodu si pohlídej jeho orientaci. Pokud si nejsi jistý, zeptej + se lektora.
  • +
  • pak můžeš zapájet ostatní součástky. U kondenzátorů a rezistorů nezáleží na + orientaci. U LED diody ano - lektor ti ukáže, jak má být správně otočena.
  • +
  • Jakmile máš zapájeno, nalep zespodu USB konektoru podložku (opět ti ji vydá + lektor) a může obvod vyzkoušet!
  • +
+

Co kam patří?

+

Úroveň 1

+

L1

+
+

Pozor

+

Pozor, u kondenzátoru 4.7u záleží na polaritě. Popisek kondenzátoru +musí směřovat ven z desky. Zeptej se lektora, pokud si nejsi jistý.

+
+

Úroveň 2

+

L2

+

Úroveň 3

+

L3

+

Úroveň 4

+

L4

+

Úroveň 5

+

L4

+

Jak to funguje?

+

Pokud tě zajímá, jak funguje obvod, který jsi právě zapájel, podívej se např. na +tento web. Tam se dočteš, jak +funguje integrovaný obvod 555. V naší pájecí výzvě používáme takzvané astabilní +zapojení neboli multivibrátor, který je na výše zmíněné stránce vysvětlen.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/team/index.html b/team/index.html new file mode 100644 index 0000000..ec931df --- /dev/null +++ b/team/index.html @@ -0,0 +1,1451 @@ + + + + + + + + + + + + + + + + + + + + + + + + Index - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + +
+

Robotika Brno (Robotics Brno)

+ + Více o našem týmu +
+ +

+ +

+ + + + + +
+

Jiří Vácha

+

Jirka je hlavní vedoucí Robotárny.

+

+ vacha@helceletka.cz
+ vachajirka
+

+
+ Jiří Vácha's photo +
+
+ + + + + +
+ Honza Mrázek's photo + +

Honza Mrázek

+

+ email@honzamrazek.cz
+ in/jan-mrázek-ba74a364
+ yaqwsx
+ honzamrazek.cz +

+
+
+ + + + + +
+

Vojtěch Boček

+

Hlavně ho nenechte sahat na elektroniku, Vojta je totiž programátor a interakce s fyzickými věcmi nedopadá dobře. Na Robotárnu se dostal na střední a roboty si okamžitě zamiloval. Za Robotárnu se úspěšně zúčastnil několika soutěží a vypracoval dvě práce SOČ. Teď už několik let pracuje jako vývojář v oblasti kyberbezpečnosti. Ve volném čase fotí, krotí kočky a prochází se po horách.

+

+ vbocek@gmail.com
+ in/vojtech-bocek
+ Tasssadar
+ tasssadar.github.com +

+
+ Vojtěch Boček's photo +
+
+ + + + + +
+ Renata Zemanová's photo + +

Renata Zemanová

+

Pro Renču je technika jedno velké kouzlo. I proto se jí věnuje a snaží se jí přijít co nejvíce na kloub. Baví ji pájení i většina rukodělných prací. Ráda své vědomosti předává dál, baví ji přemýšlet a nesnáší stereotypy. Je velmi společenská a přátelská. Bojí se výšek a přesto miluje hory a rozhledny a fascinují ji krásné výhledy do přírody. Hraje také na kytaru a zpívá ve sboru. Ráda by se někdy podívala na Island, do Norska nebo do Kanady. Na našem táboře je na pozici hlavní vedoucí.

+

+ renata7zemanova
+

+
+
+ + + + + +
+

Jakub Andrýsek

+

Kuba je člověk pro všechno, rád pomůže všude tam, kde je třeba. Neodradí ho ani nestandardní situace a jde si vždy za svým cílem. Studoval informatiku na gymnáziu Vídeňská a nyní pokračuje na FI MUNI v Brně. Nejčastěji ho najdete viset na skále, nebo sedět u počítače, kde vymýšlí nějaké nové projekty. U nás se věnuje hlavně programování a také 3D modelování v kroužku, který už několik let vede.

+

+ email@kubaandrysek.cz
+ in/jakub-andrysek
+ JakubAndrysek
+ kubaandrysek.cz +

+
+ Jakub Andrýsek's photo +
+
+ + + + + +
+ Tomáš Vavrinec's photo + +

Tomáš Vavrinec

+

Tom je člověk primárně pro elektroniku, přesto nepohrdne ani dobrou táborovou hrou nebo jinou kulišarnou. Když se pro něco nadchne nepřestane dokud neuzná dílo za hotové. Aktuálně je studentem ústavu mikroelektrotechniky na fakultě FEKT univerzity VUT a zároveň pracuje na vývoji měřících zařízení. Bývá k vidění na nejrůznějších horách i za polárním kruhem, přesto že nejčastěji ho najdete v okolí technologického parku VUT, nebo u počítače či osciloskopu, jak se snaží zprovoznit hračky nejmenovanému programátorovi. U nás se zabývá návrhem elektroniky a mechaniky všeho druhu a spolu s Kubou Andrýskem vede kroužek 3D modelování a 3D tisku.

+

+ TVavrinec
+

+
+
+ + + + + +
+

Tomáš Rohlínek

+

+ in/tomáš-rohlínek-13233a1a8
+ haberturdeur
+

+
+ Tomáš Rohlínek's photo +
+
+ + + + + +
+ Jarek Malec's photo + +

Jarek Malec

+

+ in/jaroslavmalec
+ cednik
+

+
+
+ + + + + +
+

Jakub Streit

+

+ cednik
+

+
+ Jakub Streit's photo +
+
+ + + + + +
+ Honza Škrabal's photo + +

Honza Škrabal

+

Honza je člověk do pohody. Rád všem pomůže a předá své zkušenosti. Aktuálně studuje na FIT (Fakultě informačních technologií) univerzity VUT v Brně. Když se zrovna nevěnuje škole, tak dělá na nejrůznějších projektech. O robotiku a programování se zajímá již od 6. třídy a nyní vede několikátým rokem kroužek Lego Mindstorms. Mezi jeho hlavní zájmy patří elektronika a mechanika, nejvíce ho baví pájet. Taktéž jej můžete potkat na robotickém táboře, na kterém každoročně pomáhá.

+

+ Robot7769
+

+
+
+ + + + + +
+

Petr Kubica

+

+ cubicap
+ cubicap.eu +

+
+ Petr Kubica's photo +
+
+ + + + + +
+ MiroslavBurda's photo + +

MiroslavBurda

+

+ MiroslavBurda
+

+
+
+ + + + + +
+

Martin Ptáček

+

+ MarPta
+

+
+ Martin Ptáček's photo +
+
+ + + + + +
+ Bedřich Said's photo + +

Bedřich Said

+

+ in/bedrich-said
+ bsaid
+

+
+
+ + + + + +
+

Martin Kousal

+

+ mkousal
+

+
+ Martin Kousal's photo +
+
+ + + + + +
+ Jarek Páral's photo + +

Jarek Páral

+

+ in/jaroslav-paral
+ JarekParal
+ JarekParal/JarekParal +

+
+
+ + + + + +
+

Petr Stourač

+

+ in/petrstourac
+

+
+ Petr Stourač's photo +
+
+ + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/template/Makefile b/template/Makefile new file mode 100644 index 0000000..f964137 --- /dev/null +++ b/template/Makefile @@ -0,0 +1,23 @@ +.PHONY: all clean + +all: build/panel build/single + +build: + mkdir -p build + +build/panel: build/panel.kicad_pcb hardware/templateGadget.sch build + kikit fab jlcpcb \ + $< $@ + +build/single: hardware/templateGadget.kicad_pcb hardware/templateGadget.sch build + kikit fab jlcpcb \ + $< $@ + +build/panel.kicad_pcb: hardware/templateGadget.kicad_pcb build + kikit panelize grid -s 2 -g 4 4 --tabwidth 2.5 --tabheight 2.5 --tolerance 40 \ + --mousebites 0.2 0.35 0 --radius 0.75 --railsTb 5 \ + --tooling 2.5 2.5 1.152 \ + $< $@ + +clean: + rm -rf build \ No newline at end of file diff --git a/template/assets/note.txt b/template/assets/note.txt new file mode 100644 index 0000000..8a03d6f --- /dev/null +++ b/template/assets/note.txt @@ -0,0 +1 @@ +Put images, tables and other files here \ No newline at end of file diff --git a/template/firmware/note.txt b/template/firmware/note.txt new file mode 100644 index 0000000..ceab94f --- /dev/null +++ b/template/firmware/note.txt @@ -0,0 +1 @@ +Put firmware (if any) here \ No newline at end of file diff --git a/template/hardware/fp-info-cache b/template/hardware/fp-info-cache new file mode 100644 index 0000000..cc89cf4 --- /dev/null +++ b/template/hardware/fp-info-cache @@ -0,0 +1,8 @@ +1607891349787 +RoboCamp +RobotarnaLogo-6mm +Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg +svg2mod +0 +0 +0 diff --git a/template/hardware/fp-lib-table b/template/hardware/fp-lib-table new file mode 100644 index 0000000..600a59b --- /dev/null +++ b/template/hardware/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name RoboCamp)(type KiCad)(uri ${KIPRJMOD}/../../../common/RoboCamp.pretty)(options "")(descr "")) +) diff --git a/template/hardware/sym-lib-table b/template/hardware/sym-lib-table new file mode 100644 index 0000000..e992a46 --- /dev/null +++ b/template/hardware/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name RoboCamp)(type Legacy)(uri ${KIPRJMOD}/../../../common/RoboCamp.lib)(options "")(descr "")) +) diff --git a/template/hardware/templateGadget-cache.lib b/template/hardware/templateGadget-cache.lib new file mode 100644 index 0000000..b28cc52 --- /dev/null +++ b/template/hardware/templateGadget-cache.lib @@ -0,0 +1,16 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# RoboCamp_RobotarnaLogo +# +DEF RoboCamp_RobotarnaLogo U 0 40 Y Y 1 F N +F0 "U" 250 100 50 H V C CNN +F1 "RoboCamp_RobotarnaLogo" 0 0 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +S -300 50 300 -50 0 1 0 f +ENDDRAW +ENDDEF +# +#End Library diff --git a/template/hardware/templateGadget.kicad_pcb b/template/hardware/templateGadget.kicad_pcb new file mode 100644 index 0000000..67c69c9 --- /dev/null +++ b/template/hardware/templateGadget.kicad_pcb @@ -0,0 +1,421 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.8-db9833491~88~ubuntu20.04.1) + + (general + (thickness 1.6) + (drawings 4) + (tracks 0) + (zones 0) + (modules 1) + (nets 1) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.5) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.524 1.524) + (pad_drill 0.762) + (pad_to_mask_clearance 0) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + ) + + (module RoboCamp:RobotarnaLogo-6mm (layer F.Cu) (tedit 5FD6798D) (tstamp 5FD699B4) + (at 140 100) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (path /5FD68B7F) + (attr virtual) + (fp_text reference U1 (at 0 -6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_text value RobotarnaLogo (at 0 6.048024) (layer F.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048))) + ) + (fp_poly (pts (xy -0.000038 -3.000001) (xy -0.190589 -2.283197) (xy -0.135477 -2.28358) (xy -0.076274 -2.283385) + (xy -0.014845 -2.282738) (xy 0.046947 -2.281767) (xy 0.107238 -2.280597) (xy 0.164163 -2.279356) + (xy 0.215859 -2.278171) (xy 0.260461 -2.277167) (xy 0.296107 -2.276472) (xy 0.32093 -2.276212) + (xy 0.369446 -2.266215) (xy 0.408201 -2.242911) (xy 0.43187 -2.216496) (xy 0.446086 -2.191571) + (xy 0.462414 -2.146691) (xy 0.47089 -2.103476) (xy 0.476551 -2.058265) (xy 0.480162 -2.011062) + (xy 0.482333 -1.962597) (xy 0.48367 -1.9136) (xy 0.484657 -1.865073) (xy 0.485552 -1.818739) + (xy 0.486653 -1.776406) (xy 0.488255 -1.739885) (xy 0.489154 -1.731472) (xy 0.539454 -1.716135) + (xy 0.589223 -1.699324) (xy 0.638428 -1.68105) (xy 0.687037 -1.661327) (xy 0.735018 -1.640168) + (xy 0.782337 -1.617586) (xy 0.828964 -1.593594) (xy 0.874865 -1.568206) (xy 0.920008 -1.541433) + (xy 0.96436 -1.51329) (xy 1.00789 -1.48379) (xy 1.018791 -1.490246) (xy 1.049088 -1.511181) + (xy 1.083611 -1.536246) (xy 1.121016 -1.564131) (xy 1.159956 -1.593526) (xy 1.199203 -1.623185) + (xy 1.238007 -1.652117) (xy 1.275746 -1.679396) (xy 1.311796 -1.704098) (xy 1.345785 -1.725505) + (xy 1.381176 -1.743637) (xy 1.429209 -1.757607) (xy 1.457042 -1.758321) (xy 1.492461 -1.750265) + (xy 1.529633 -1.726714) (xy 1.532253 -1.724333) (xy 1.567856 -1.688444) (xy 1.602847 -1.651958) + (xy 1.637217 -1.614887) (xy 1.670956 -1.577242) (xy 1.704056 -1.539035) (xy 1.736508 -1.500276) + (xy 1.768304 -1.460978) (xy 1.799435 -1.42115) (xy 1.829891 -1.380804) (xy 1.859666 -1.339951) + (xy 1.888748 -1.298603) (xy 1.917131 -1.256771) (xy 1.944805 -1.214465) (xy 1.971761 -1.171698) + (xy 1.973719 -1.16847) (xy 1.988202 -1.127652) (xy 1.988399 -1.092098) (xy 1.981913 -1.065566) + (xy 1.958535 -1.021666) (xy 1.933574 -0.990701) (xy 1.905691 -0.961759) (xy 1.874202 -0.931502) + (xy 1.839866 -0.900145) (xy 1.803715 -0.868099) (xy 1.76678 -0.835775) (xy 1.730183 -0.80369) + (xy 1.695383 -0.772784) (xy 1.663922 -0.744116) (xy 1.637341 -0.718739) (xy 1.630801 -0.711596) + (xy 1.649273 -0.666484) (xy 1.666369 -0.620865) (xy 1.682083 -0.574776) (xy 1.696406 -0.528252) + (xy 1.709334 -0.481332) (xy 1.720859 -0.434053) (xy 1.730973 -0.386451) (xy 1.739672 -0.338563) + (xy 1.746947 -0.290428) (xy 1.752792 -0.242081) (xy 1.7572 -0.193561) (xy 1.760165 -0.144903) + (xy 1.760774 -0.144675) (xy 1.796138 -0.134685) (xy 1.836632 -0.123626) (xy 1.880652 -0.111703) + (xy 1.926595 -0.099125) (xy 1.972893 -0.086103) (xy 2.018381 -0.072661) (xy 2.062062 -0.058713) + (xy 2.102939 -0.044176) (xy 2.140403 -0.02885) (xy 2.176454 -0.009674) (xy 2.215992 0.023025) + (xy 2.238618 0.058593) (xy 2.248315 0.113902) (xy 2.248315 0.113981) (xy 2.244517 0.160131) + (xy 2.238504 0.209231) (xy 2.230525 0.260641) (xy 2.22083 0.313722) (xy 2.209666 0.367834) + (xy 2.197285 0.422337) (xy 2.183935 0.476593) (xy 2.169865 0.529961) (xy 2.155326 0.581802) + (xy 2.140565 0.631476) (xy 2.125833 0.678344) (xy 2.111379 0.721765) (xy 2.097452 0.761102) + (xy 2.097375 0.761181) (xy 2.068683 0.805712) (xy 2.034234 0.83101) (xy 2.00582 0.842063) + (xy 1.981992 0.846806) (xy 1.939857 0.849736) (xy 1.899232 0.847864) (xy 1.856484 0.843784) + (xy 1.811835 0.838021) (xy 1.766028 0.831188) (xy 1.719805 0.823893) (xy 1.674101 0.816727) + (xy 1.630548 0.810247) (xy 1.590939 0.805006) (xy 1.557066 0.801562) (xy 1.54925 0.801411) + (xy 1.525983 0.847553) (xy 1.502481 0.893168) (xy 1.478375 0.93822) (xy 1.453292 0.982675) + (xy 1.426862 1.026495) (xy 1.398713 1.069645) (xy 1.368474 1.11209) (xy 1.335774 1.153794) + (xy 1.300242 1.19472) (xy 1.261506 1.234833) (xy 1.263014 1.239119) (xy 1.27664 1.269103) + (xy 1.293949 1.303861) (xy 1.313888 1.341764) (xy 1.335401 1.381187) (xy 1.357468 1.420705) + (xy 1.379225 1.4594) (xy 1.399854 1.496403) (xy 1.418537 1.530846) (xy 1.43457 1.562028) + (xy 1.448003 1.592108) (xy 1.45928 1.630446) (xy 1.459676 1.670734) (xy 1.447007 1.707431) + (xy 1.413599 1.746053) (xy 1.413522 1.74613) (xy 1.380686 1.769455) (xy 1.343579 1.794778) + (xy 1.30276 1.821698) (xy 1.258785 1.849816) (xy 1.212211 1.878732) (xy 1.163596 1.908047) + (xy 1.113496 1.937361) (xy 1.062468 1.966276) (xy 1.011071 1.994391) (xy 0.95986 2.021308) + (xy 0.909393 2.046626) (xy 0.860228 2.069946) (xy 0.81292 2.090869) (xy 0.768028 2.108995) + (xy 0.726109 2.123925) (xy 0.72558 2.124079) (xy 0.669928 2.128408) (xy 0.628087 2.115136) + (xy 0.602598 2.098677) (xy 0.58494 2.082365) (xy 0.557488 2.050191) (xy 0.534126 2.015991) + (xy 0.510935 1.978311) (xy 0.487708 1.937817) (xy 0.464482 1.895556) (xy 0.441294 1.852574) + (xy 0.4183 1.81006) (xy 0.396076 1.769693) (xy 0.375282 1.733258) (xy 0.356579 1.702539) + (xy 0.347634 1.690131) (xy 0.298937 1.697221) (xy 0.25015 1.703658) (xy 0.201277 1.7093) + (xy 0.152323 1.714006) (xy 0.103292 1.717635) (xy 0.054188 1.720047) (xy 0.005017 1.7211) + (xy 0.004408 1.7211) (xy -0.040012 1.720246) (xy -0.084347 1.717745) (xy -0.128599 1.713864) + (xy -0.172768 1.708869) (xy -0.216855 1.703025) (xy -0.26086 1.6966) (xy -0.268903 1.708638) + (xy -0.287728 1.740876) (xy -0.308643 1.778553) (xy -0.33098 1.819947) (xy -0.354069 1.863335) + (xy -0.377313 1.90708) (xy -0.400415 1.949946) (xy -0.423158 1.990811) (xy -0.445323 2.028554) + (xy -0.466839 2.062343) (xy -0.490424 2.093498) (xy -0.525603 2.126122) (xy -0.548968 2.139397) + (xy -0.5836 2.148756) (xy -0.628733 2.144616) (xy -0.628884 2.144539) (xy -0.670646 2.131779) + (xy -0.715148 2.116408) (xy -0.761924 2.098696) (xy -0.810508 2.078915) (xy -0.860437 2.057335) + (xy -0.911245 2.034228) (xy -0.962467 2.009863) (xy -1.013638 1.984513) (xy -1.064293 1.958446) + (xy -1.113968 1.931935) (xy -1.162197 1.90525) (xy -1.208515 1.878662) (xy -1.252457 1.852442) + (xy -1.293559 1.82686) (xy -1.331356 1.802187) (xy -1.365381 1.778694) (xy -1.396242 1.745263) + (xy -1.410633 1.71157) (xy -1.413414 1.669101) (xy -1.403116 1.625802) (xy -1.389276 1.592218) + (xy -1.372372 1.558003) (xy -1.352493 1.520574) (xy -1.330307 1.480627) (xy -1.306622 1.439059) + (xy -1.282245 1.396766) (xy -1.258035 1.354739) (xy -1.235016 1.314353) (xy -1.214245 1.277082) + (xy -1.196779 1.2444) (xy -1.195954 1.242548) (xy -1.232412 1.208293) (xy -1.267762 1.172983) + (xy -1.301978 1.136642) (xy -1.335035 1.099292) (xy -1.366905 1.060957) (xy -1.397565 1.021659) + (xy -1.426989 0.981422) (xy -1.45515 0.940267) (xy -1.482023 0.898219) (xy -1.507584 0.855301) + (xy -1.531805 0.811534) (xy -1.547966 0.812592) (xy -1.586289 0.817065) (xy -1.630094 0.822957) + (xy -1.677616 0.829812) (xy -1.727092 0.837172) (xy -1.776858 0.844578) (xy -1.825666 0.851589) + (xy -1.872374 0.857781) (xy -1.915839 0.862731) (xy -1.955148 0.866055) (xy -1.992286 0.866779) + (xy -2.035282 0.861434) (xy -2.059666 0.854211) (xy -2.090245 0.834676) (xy -2.118568 0.791981) + (xy -2.118645 0.79183) (xy -2.135396 0.748327) (xy -2.150409 0.702309) (xy -2.163797 0.654219) + (xy -2.175671 0.6045) (xy -2.186144 0.553595) (xy -2.195329 0.501948) (xy -2.203338 0.450001) + (xy -2.210283 0.398199) (xy -2.216277 0.346984) (xy -2.221432 0.2968) (xy -2.225861 0.248089) + (xy -2.229676 0.201296) (xy -2.23299 0.156863) (xy -2.235914 0.115233) (xy -2.235914 0.115156) + (xy -2.235914 0.115079) (xy -2.22907 0.064562) (xy -2.208978 0.031421) (xy -2.188708 0.012701) + (xy -2.150297 -0.00955) (xy -2.11703 -0.022247) (xy -2.081819 -0.03286) (xy -2.04271 -0.043323) + (xy -2.000548 -0.053695) (xy -1.956421 -0.064004) (xy -1.911413 -0.074278) (xy -1.867194 -0.084392) + (xy -1.824939 -0.094283) (xy -1.78627 -0.103755) (xy -1.752808 -0.112613) (xy -1.749961 -0.163472) + (xy -1.745647 -0.214203) (xy -1.739872 -0.26477) (xy -1.732645 -0.315135) (xy -1.723971 -0.365262) + (xy -1.713859 -0.415114) (xy -1.702315 -0.464653) (xy -1.689346 -0.513843) (xy -1.67496 -0.562646) + (xy -1.659164 -0.611026) (xy -1.641964 -0.658946) (xy -1.623368 -0.706367) (xy -1.630058 -0.71367) + (xy -1.656328 -0.739469) (xy -1.687025 -0.768548) (xy -1.720735 -0.79986) (xy -1.75604 -0.832359) + (xy -1.791588 -0.865072) (xy -1.826302 -0.89735) (xy -1.859185 -0.928628) (xy -1.889238 -0.958341) + (xy -1.915661 -0.986104) (xy -1.939 -1.014192) (xy -1.9614 -1.051249) (xy -1.970558 -1.074676) + (xy -1.974152 -1.109998) (xy -1.959672 -1.157162) (xy -1.957193 -1.161527) (xy -1.930943 -1.20553) + (xy -1.903699 -1.248922) (xy -1.875476 -1.291685) (xy -1.846292 -1.333798) (xy -1.816163 -1.37524) + (xy -1.785105 -1.415991) (xy -1.753135 -1.456031) (xy -1.72027 -1.495339) (xy -1.686527 -1.533895) + (xy -1.651921 -1.571679) (xy -1.616469 -1.608671) (xy -1.580189 -1.64485) (xy -1.543096 -1.680195) + (xy -1.505206 -1.714686) (xy -1.504153 -1.715745) (xy -1.465752 -1.738819) (xy -1.432185 -1.745182) + (xy -1.406961 -1.743632) (xy -1.362762 -1.731673) (xy -1.328295 -1.71595) (xy -1.294134 -1.697094) + (xy -1.257545 -1.67521) (xy -1.21899 -1.65097) (xy -1.179183 -1.625212) (xy -1.138836 -1.598775) + (xy -1.098779 -1.572555) (xy -1.060275 -1.54765) (xy -1.024688 -1.525193) (xy -0.993386 -1.506317) + (xy -0.978352 -1.498432) (xy -0.936437 -1.526105) (xy -0.893779 -1.552526) (xy -0.850408 -1.577686) + (xy -0.806353 -1.601575) (xy -0.761643 -1.624182) (xy -0.716308 -1.645498) (xy -0.670376 -1.665513) + (xy -0.623876 -1.684216) (xy -0.576838 -1.701597) (xy -0.529292 -1.717647) (xy -0.481265 -1.732355) + (xy -0.479307 -1.744685) (xy -0.475354 -1.781229) (xy -0.471509 -1.823197) (xy -0.467729 -1.868849) + (xy -0.463972 -1.916445) (xy -0.460181 -1.964345) (xy -0.456212 -2.011313) (xy -0.451895 -2.05621) + (xy -0.447059 -2.097898) (xy -0.441511 -2.135461) (xy -0.43383 -2.170812) (xy -0.418495 -2.211254) + (xy -0.405366 -2.23311) (xy -0.379012 -2.257859) (xy -0.331976 -2.274995) (xy -0.289928 -2.280216) + (xy -0.24378 -2.282579) (xy -0.190585 -2.283567) (xy -0.190589 -2.283197) (xy -0.000038 -3.000001) + (xy -0.050147 -2.99959) (xy -0.100059 -2.998364) (xy -0.149765 -2.996328) (xy -0.199261 -2.993489) + (xy -0.248539 -2.989853) (xy -0.297593 -2.985427) (xy -0.346417 -2.980217) (xy -0.395004 -2.974229) + (xy -0.443348 -2.96747) (xy -0.491443 -2.959945) (xy -0.539282 -2.951663) (xy -0.586859 -2.942628) + (xy -0.634168 -2.932847) (xy -0.681202 -2.922327) (xy -0.727955 -2.911074) (xy -0.77442 -2.899094) + (xy -0.820591 -2.886393) (xy -0.866463 -2.872979) (xy -0.912027 -2.858857) (xy -0.957278 -2.844033) + (xy -1.002211 -2.828515) (xy -1.046817 -2.812308) (xy -1.091091 -2.795419) (xy -1.135027 -2.777854) + (xy -1.178618 -2.75962) (xy -1.221858 -2.740723) (xy -1.26474 -2.721168) (xy -1.307259 -2.700964) + (xy -1.349407 -2.680116) (xy -1.391178 -2.658629) (xy -1.432567 -2.636512) (xy -1.473566 -2.61377) + (xy -1.514169 -2.590409) (xy -1.554371 -2.566436) (xy -1.594163 -2.541857) (xy -1.633541 -2.516679) + (xy -1.672498 -2.490908) (xy -1.711027 -2.46455) (xy -1.749122 -2.437612) (xy -1.786777 -2.4101) + (xy -1.823986 -2.38202) (xy -1.860741 -2.353379) (xy -1.897037 -2.324183) (xy -1.932867 -2.294438) + (xy -1.968225 -2.264151) (xy -2.003104 -2.233329) (xy -2.037499 -2.201977) (xy -2.071402 -2.170102) + (xy -2.104808 -2.137711) (xy -2.13771 -2.104809) (xy -2.170102 -2.071403) (xy -2.201976 -2.0375) + (xy -2.233328 -2.003105) (xy -2.264151 -1.968226) (xy -2.294437 -1.932868) (xy -2.324182 -1.897038) + (xy -2.353378 -1.860742) (xy -2.382019 -1.823986) (xy -2.410099 -1.786778) (xy -2.437611 -1.749123) + (xy -2.464549 -1.711028) (xy -2.490907 -1.672499) (xy -2.516678 -1.633542) (xy -2.541857 -1.594164) + (xy -2.566435 -1.554371) (xy -2.590408 -1.51417) (xy -2.613769 -1.473567) (xy -2.636511 -1.432567) + (xy -2.658629 -1.391179) (xy -2.680115 -1.349408) (xy -2.700963 -1.307259) (xy -2.721168 -1.264741) + (xy -2.740722 -1.221859) (xy -2.759619 -1.178619) (xy -2.777853 -1.135028) (xy -2.795418 -1.091092) + (xy -2.812307 -1.046818) (xy -2.828514 -1.002211) (xy -2.844032 -0.957279) (xy -2.858856 -0.912028) + (xy -2.872978 -0.866463) (xy -2.886392 -0.820592) (xy -2.899093 -0.774421) (xy -2.911073 -0.727955) + (xy -2.922326 -0.681203) (xy -2.932846 -0.634169) (xy -2.942627 -0.58686) (xy -2.951662 -0.539283) + (xy -2.959945 -0.491444) (xy -2.967469 -0.443349) (xy -2.974228 -0.395005) (xy -2.980216 -0.346417) + (xy -2.985426 -0.297594) (xy -2.989852 -0.248539) (xy -2.993488 -0.199262) (xy -2.996327 -0.149766) + (xy -2.998363 -0.100059) (xy -2.999589 -0.050148) (xy -3 -0.000038) (xy -2.999591 0.050072) + (xy -2.998365 0.099985) (xy -2.996331 0.149692) (xy -2.993493 0.199188) (xy -2.989858 0.248467) + (xy -2.985433 0.297522) (xy -2.980224 0.346347) (xy -2.974237 0.394935) (xy -2.967479 0.44328) + (xy -2.959956 0.491376) (xy -2.951674 0.539216) (xy -2.94264 0.586795) (xy -2.93286 0.634104) + (xy -2.922341 0.681139) (xy -2.911088 0.727893) (xy -2.899109 0.774359) (xy -2.886409 0.820531) + (xy -2.872995 0.866403) (xy -2.858874 0.911969) (xy -2.844051 0.957221) (xy -2.828534 1.002155) + (xy -2.812327 1.046762) (xy -2.795439 1.091037) (xy -2.777875 1.134974) (xy -2.759641 1.178566) + (xy -2.740744 1.221807) (xy -2.72119 1.26469) (xy -2.700986 1.30721) (xy -2.680138 1.349359) + (xy -2.658652 1.391131) (xy -2.636535 1.432521) (xy -2.613794 1.473521) (xy -2.590433 1.514125) + (xy -2.56646 1.554328) (xy -2.541882 1.594121) (xy -2.516704 1.6335) (xy -2.490933 1.672458) + (xy -2.464575 1.710988) (xy -2.437637 1.749084) (xy -2.410125 1.78674) (xy -2.382045 1.82395) + (xy -2.353404 1.860706) (xy -2.324208 1.897003) (xy -2.294464 1.932834) (xy -2.264177 1.968193) + (xy -2.233355 2.003073) (xy -2.202003 2.037469) (xy -2.170128 2.071373) (xy -2.137737 2.10478) + (xy -2.104835 2.137683) (xy -2.071429 2.170075) (xy -2.037525 2.201951) (xy -2.00313 2.233303) + (xy -1.968251 2.264127) (xy -1.932893 2.294414) (xy -1.897062 2.324159) (xy -1.860766 2.353356) + (xy -1.824011 2.381998) (xy -1.786802 2.410079) (xy -1.749147 2.437592) (xy -1.711051 2.464531) + (xy -1.672522 2.49089) (xy -1.633565 2.516662) (xy -1.594186 2.541841) (xy -1.554393 2.56642) + (xy -1.514192 2.590394) (xy -1.473588 2.613755) (xy -1.432588 2.636498) (xy -1.391199 2.658616) + (xy -1.349427 2.680103) (xy -1.307279 2.700952) (xy -1.26476 2.721157) (xy -1.221877 2.740712) + (xy -1.178637 2.75961) (xy -1.135045 2.777845) (xy -1.091108 2.79541) (xy -1.046834 2.812299) + (xy -1.002227 2.828507) (xy -0.957294 2.844026) (xy -0.912042 2.858849) (xy -0.866477 2.872972) + (xy -0.820605 2.886387) (xy -0.774433 2.899088) (xy -0.727967 2.911068) (xy -0.681213 2.922322) + (xy -0.634179 2.932842) (xy -0.586869 2.942623) (xy -0.539291 2.951658) (xy -0.491451 2.959941) + (xy -0.443356 2.967466) (xy -0.395011 2.974225) (xy -0.346423 2.980213) (xy -0.297598 2.985424) + (xy -0.248543 2.98985) (xy -0.199264 2.993486) (xy -0.149768 2.996325) (xy -0.100061 2.998361) + (xy -0.050148 2.999587) (xy -0.000038 2.999998) (xy 0.050074 2.999589) (xy 0.099987 2.998363) + (xy 0.149695 2.996329) (xy 0.199193 2.993491) (xy 0.248472 2.989856) (xy 0.297528 2.985431) + (xy 0.346354 2.980221) (xy 0.394943 2.974234) (xy 0.443289 2.967476) (xy 0.491385 2.959953) + (xy 0.539226 2.951671) (xy 0.586805 2.942636) (xy 0.634116 2.932856) (xy 0.681151 2.922336) + (xy 0.727906 2.911084) (xy 0.774373 2.899104) (xy 0.820546 2.886404) (xy 0.866419 2.87299) + (xy 0.911985 2.858868) (xy 0.957238 2.844045) (xy 1.002172 2.828527) (xy 1.04678 2.81232) + (xy 1.091056 2.795431) (xy 1.134993 2.777866) (xy 1.178586 2.759632) (xy 1.221827 2.740734) + (xy 1.264711 2.72118) (xy 1.307231 2.700975) (xy 1.349381 2.680127) (xy 1.391154 2.65864) + (xy 1.432544 2.636523) (xy 1.473544 2.61378) (xy 1.514149 2.590419) (xy 1.554352 2.566446) + (xy 1.594146 2.541866) (xy 1.633525 2.516688) (xy 1.672483 2.490916) (xy 1.711014 2.464557) + (xy 1.74911 2.437619) (xy 1.786766 2.410106) (xy 1.823976 2.382025) (xy 1.860732 2.353383) + (xy 1.89703 2.324186) (xy 1.932861 2.294441) (xy 1.96822 2.264154) (xy 2.003101 2.23333) + (xy 2.037496 2.201978) (xy 2.071401 2.170102) (xy 2.104808 2.137709) (xy 2.137711 2.104806) + (xy 2.170103 2.0714) (xy 2.201979 2.037495) (xy 2.233332 2.003099) (xy 2.264155 1.968219) + (xy 2.294442 1.93286) (xy 2.324188 1.897028) (xy 2.353384 1.860731) (xy 2.382026 1.823975) + (xy 2.410107 1.786765) (xy 2.43762 1.749109) (xy 2.464559 1.711012) (xy 2.490917 1.672482) + (xy 2.516689 1.633524) (xy 2.541868 1.594145) (xy 2.566447 1.55435) (xy 2.59042 1.514148) + (xy 2.613781 1.473543) (xy 2.636524 1.432542) (xy 2.658642 1.391152) (xy 2.680128 1.349379) + (xy 2.700977 1.30723) (xy 2.721181 1.26471) (xy 2.740736 1.221826) (xy 2.759633 1.178585) + (xy 2.777867 1.134992) (xy 2.795432 1.091054) (xy 2.812321 1.046779) (xy 2.828528 1.002171) + (xy 2.844046 0.957237) (xy 2.858869 0.911984) (xy 2.872991 0.866418) (xy 2.886405 0.820545) + (xy 2.899105 0.774372) (xy 2.911085 0.727905) (xy 2.922338 0.68115) (xy 2.932858 0.634115) + (xy 2.942638 0.586804) (xy 2.951672 0.539225) (xy 2.959954 0.491385) (xy 2.967478 0.443288) + (xy 2.974236 0.394942) (xy 2.980223 0.346353) (xy 2.985433 0.297527) (xy 2.989858 0.248472) + (xy 2.993493 0.199192) (xy 2.996331 0.149695) (xy 2.998365 0.099986) (xy 2.999591 0.050073) + (xy 3 -0.000038) (xy 2.999589 -0.050149) (xy 2.998363 -0.100061) (xy 2.996327 -0.149769) + (xy 2.993488 -0.199265) (xy 2.989852 -0.248544) (xy 2.985426 -0.297599) (xy 2.980215 -0.346423) + (xy 2.974227 -0.395011) (xy 2.967468 -0.443356) (xy 2.959943 -0.491452) (xy 2.95166 -0.539292) + (xy 2.942625 -0.58687) (xy 2.932844 -0.634179) (xy 2.922323 -0.681214) (xy 2.91107 -0.727967) + (xy 2.899089 -0.774433) (xy 2.886388 -0.820605) (xy 2.872974 -0.866477) (xy 2.858851 -0.912042) + (xy 2.844027 -0.957294) (xy 2.828508 -1.002227) (xy 2.812301 -1.046834) (xy 2.795412 -1.091109) + (xy 2.777846 -1.135045) (xy 2.759611 -1.178637) (xy 2.740713 -1.221877) (xy 2.721159 -1.26476) + (xy 2.700953 -1.307279) (xy 2.680104 -1.349428) (xy 2.658618 -1.391199) (xy 2.6365 -1.432588) + (xy 2.613757 -1.473588) (xy 2.590395 -1.514192) (xy 2.566422 -1.554393) (xy 2.541842 -1.594187) + (xy 2.516663 -1.633565) (xy 2.490891 -1.672522) (xy 2.464532 -1.711051) (xy 2.437593 -1.749147) + (xy 2.41008 -1.786802) (xy 2.382 -1.824011) (xy 2.353358 -1.860766) (xy 2.324161 -1.897062) + (xy 2.294416 -1.932893) (xy 2.264128 -1.968251) (xy 2.233305 -2.00313) (xy 2.201952 -2.037525) + (xy 2.170076 -2.071429) (xy 2.137684 -2.104835) (xy 2.104781 -2.137737) (xy 2.071374 -2.170128) + (xy 2.03747 -2.202003) (xy 2.003074 -2.233355) (xy 1.968194 -2.264177) (xy 1.932835 -2.294464) + (xy 1.897004 -2.324208) (xy 1.860707 -2.353404) (xy 1.823951 -2.382045) (xy 1.786742 -2.410125) + (xy 1.749086 -2.437637) (xy 1.71099 -2.464575) (xy 1.672459 -2.490933) (xy 1.633502 -2.516704) + (xy 1.594123 -2.541882) (xy 1.554329 -2.566461) (xy 1.514127 -2.590433) (xy 1.473522 -2.613794) + (xy 1.432522 -2.636536) (xy 1.391133 -2.658653) (xy 1.34936 -2.680138) (xy 1.307211 -2.700986) + (xy 1.264692 -2.72119) (xy 1.221808 -2.740744) (xy 1.178567 -2.759641) (xy 1.134975 -2.777875) + (xy 1.091038 -2.795439) (xy 1.046763 -2.812327) (xy 1.002156 -2.828534) (xy 0.957222 -2.844051) + (xy 0.91197 -2.858874) (xy 0.866405 -2.872996) (xy 0.820532 -2.886409) (xy 0.77436 -2.899109) + (xy 0.727894 -2.911088) (xy 0.68114 -2.922341) (xy 0.634105 -2.93286) (xy 0.586795 -2.94264) + (xy 0.539217 -2.951674) (xy 0.491377 -2.959956) (xy 0.443281 -2.967479) (xy 0.394936 -2.974237) + (xy 0.346348 -2.980224) (xy 0.297523 -2.985433) (xy 0.248468 -2.989859) (xy 0.199189 -2.993493) + (xy 0.149693 -2.996331) (xy 0.099985 -2.998366) (xy 0.050073 -2.999591) (xy -0.000038 -3.000001)) (layer F.SilkS) (width 0)) + (fp_poly (pts (xy -0.189086 -2.172622) (xy -0.248619 -0.013868) (xy -0.244221 0.035179) (xy -0.231546 0.081341) + (xy -0.211363 0.123849) (xy -0.184443 0.161931) (xy -0.151557 0.194817) (xy -0.113474 0.221737) + (xy -0.070967 0.24192) (xy -0.024805 0.254595) (xy 0.024242 0.258991) (xy 0.073288 0.254595) + (xy 0.119451 0.24192) (xy 0.161958 0.221737) (xy 0.20004 0.194817) (xy 0.232927 0.161931) + (xy 0.259847 0.123849) (xy 0.28003 0.081341) (xy 0.292705 0.035179) (xy 0.297102 -0.013868) + (xy 0.292706 -0.062915) (xy 0.280031 -0.109078) (xy 0.259848 -0.151586) (xy 0.232928 -0.189668) + (xy 0.200041 -0.222555) (xy 0.161959 -0.249475) (xy 0.119451 -0.269658) (xy 0.073289 -0.282333) + (xy 0.024242 -0.28673) (xy -0.024805 -0.282333) (xy -0.070968 -0.269658) (xy -0.113475 -0.249475) + (xy -0.151558 -0.222555) (xy -0.184444 -0.189668) (xy -0.211364 -0.151586) (xy -0.231547 -0.109078) + (xy -0.244222 -0.062915) (xy -0.248619 -0.013868) (xy -0.189086 -2.172622) (xy -0.135651 -2.173005) + (xy -0.078019 -2.17281) (xy -0.017967 -2.172163) (xy 0.042729 -2.171192) (xy 0.102292 -2.170022) + (xy 0.158945 -2.168782) (xy 0.210913 -2.167596) (xy 0.256417 -2.166592) (xy 0.293682 -2.165897) + (xy 0.32093 -2.165637) (xy 0.337879 -2.157108) (xy 0.350612 -2.133341) (xy 0.359778 -2.097068) + (xy 0.366025 -2.051018) (xy 0.370001 -1.997923) (xy 0.372356 -1.940513) (xy 0.373737 -1.881519) + (xy 0.374794 -1.823671) (xy 0.376174 -1.7697) (xy 0.378527 -1.722337) (xy 0.3825 -1.684313) + (xy 0.388743 -1.658357) (xy 0.397903 -1.647202) (xy 0.447699 -1.634116) (xy 0.496994 -1.619496) + (xy 0.545752 -1.603356) (xy 0.593942 -1.585715) (xy 0.641527 -1.566587) (xy 0.688475 -1.54599) + (xy 0.734751 -1.523939) (xy 0.780321 -1.50045) (xy 0.825151 -1.47554) (xy 0.869207 -1.449225) + (xy 0.912456 -1.421521) (xy 0.954862 -1.392445) (xy 0.996392 -1.362013) (xy 1.013334 -1.361715) + (xy 1.041997 -1.374635) (xy 1.080023 -1.398112) (xy 1.125053 -1.429489) (xy 1.174729 -1.466104) + (xy 1.226691 -1.505299) (xy 1.27858 -1.544413) (xy 1.328039 -1.580788) (xy 1.372708 -1.611763) + (xy 1.410229 -1.63468) (xy 1.438243 -1.646879) (xy 1.454391 -1.645699) (xy 1.491331 -1.608417) + (xy 1.527571 -1.570487) (xy 1.563104 -1.53192) (xy 1.597921 -1.492726) (xy 1.632014 -1.452915) + (xy 1.665376 -1.412497) (xy 1.697997 -1.371483) (xy 1.729871 -1.329881) (xy 1.760989 -1.287704) + (xy 1.791342 -1.24496) (xy 1.820924 -1.20166) (xy 1.849726 -1.157814) (xy 1.877739 -1.113431) + (xy 1.875451 -1.09719) (xy 1.85774 -1.072146) (xy 1.827672 -1.040049) (xy 1.788314 -1.002648) + (xy 1.742734 -0.961692) (xy 1.693999 -0.91893) (xy 1.645176 -0.876112) (xy 1.599331 -0.834987) + (xy 1.559533 -0.797305) (xy 1.528848 -0.764815) (xy 1.510343 -0.739265) (xy 1.507085 -0.722406) + (xy 1.528603 -0.674946) (xy 1.548451 -0.626855) (xy 1.56662 -0.578177) (xy 1.583099 -0.528957) + (xy 1.597878 -0.479239) (xy 1.610948 -0.429068) (xy 1.622299 -0.378487) (xy 1.63192 -0.327542) + (xy 1.639802 -0.276276) (xy 1.645935 -0.224734) (xy 1.650308 -0.172961) (xy 1.652913 -0.121) + (xy 1.653738 -0.068896) (xy 1.665092 -0.060185) (xy 1.696214 -0.048632) (xy 1.742692 -0.034697) + (xy 1.800114 -0.018839) (xy 1.864068 -0.001518) (xy 1.930142 0.016806) (xy 1.993924 0.035673) + (xy 2.051002 0.054623) (xy 2.096965 0.073196) (xy 2.1274 0.090933) (xy 2.137896 0.107375) + (xy 2.134463 0.147706) (xy 2.128781 0.192143) (xy 2.121114 0.239886) (xy 2.111727 0.290134) + (xy 2.100886 0.342088) (xy 2.088855 0.394949) (xy 2.075899 0.447915) (xy 2.062283 0.500188) + (xy 2.048272 0.550968) (xy 2.034131 0.599454) (xy 2.020124 0.644846) (xy 2.006516 0.686346) + (xy 1.993573 0.723153) (xy 1.979249 0.734445) (xy 1.949479 0.738833) (xy 1.907322 0.737688) + (xy 1.85584 0.732382) (xy 1.798093 0.724285) (xy 1.737141 0.71477) (xy 1.676045 0.705206) + (xy 1.617865 0.696965) (xy 1.565661 0.691419) (xy 1.522495 0.689938) (xy 1.491425 0.693894) + (xy 1.475514 0.704658) (xy 1.451599 0.752047) (xy 1.428453 0.798038) (xy 1.405655 0.842694) + (xy 1.382786 0.886075) (xy 1.359425 0.928243) (xy 1.335154 0.969259) (xy 1.309551 1.009185) + (xy 1.282198 1.048081) (xy 1.252674 1.08601) (xy 1.220559 1.123032) (xy 1.185434 1.159209) + (xy 1.146879 1.194603) (xy 1.140976 1.212326) (xy 1.146451 1.242417) (xy 1.16113 1.282298) + (xy 1.182842 1.329391) (xy 1.209412 1.381119) (xy 1.238668 1.434903) (xy 1.268437 1.488166) + (xy 1.296546 1.53833) (xy 1.320823 1.582817) (xy 1.339095 1.619049) (xy 1.349188 1.644449) + (xy 1.348931 1.656438) (xy 1.318491 1.677945) (xy 1.283065 1.701824) (xy 1.243361 1.727615) + (xy 1.200091 1.754861) (xy 1.153962 1.783099) (xy 1.105685 1.811871) (xy 1.055969 1.840717) + (xy 1.005524 1.869178) (xy 0.955059 1.896792) (xy 0.905283 1.923101) (xy 0.856907 1.947645) + (xy 0.81064 1.969964) (xy 0.767191 1.989598) (xy 0.727269 2.006088) (xy 0.691585 2.018973) + (xy 0.675692 2.0151) (xy 0.655999 1.996387) (xy 0.633188 1.96551) (xy 0.607943 1.925144) + (xy 0.580944 1.877966) (xy 0.552874 1.826651) (xy 0.524415 1.773874) (xy 0.49625 1.722313) + (xy 0.46906 1.674643) (xy 0.443527 1.633539) (xy 0.420334 1.601677) (xy 0.400163 1.581733) + (xy 0.383696 1.576383) (xy 0.336632 1.584127) (xy 0.289432 1.590885) (xy 0.242112 1.596656) + (xy 0.194687 1.60144) (xy 0.147172 1.605233) (xy 0.099584 1.608036) (xy 0.051937 1.609845) + (xy 0.004247 1.61066) (xy -0.047376 1.609923) (xy -0.098925 1.607578) (xy -0.150364 1.603628) + (xy -0.201655 1.598075) (xy -0.25276 1.590922) (xy -0.303642 1.582173) (xy -0.318666 1.589456) + (xy -0.338978 1.613657) (xy -0.363511 1.651376) (xy -0.391204 1.699213) (xy -0.420992 1.753768) + (xy -0.451812 1.811643) (xy -0.482599 1.869437) (xy -0.512291 1.923752) (xy -0.539824 1.971186) + (xy -0.564133 2.008342) (xy -0.584155 2.031818) (xy -0.598827 2.038216) (xy -0.63794 2.026058) + (xy -0.681219 2.010624) (xy -0.727959 1.992304) (xy -0.777451 1.971485) (xy -0.828989 1.948557) + (xy -0.881863 1.923909) (xy -0.935368 1.897928) (xy -0.988796 1.871003) (xy -1.041439 1.843524) + (xy -1.09259 1.815879) (xy -1.141541 1.788456) (xy -1.187585 1.761644) (xy -1.230014 1.735831) + (xy -1.268121 1.711407) (xy -1.301199 1.68876) (xy -1.302572 1.675271) (xy -1.29278 1.64765) + (xy -1.274048 1.608716) (xy -1.248601 1.561287) (xy -1.218664 1.50818) (xy -1.186462 1.452215) + (xy -1.15422 1.39621) (xy -1.124163 1.342983) (xy -1.098515 1.295352) (xy -1.079503 1.256136) + (xy -1.06935 1.228153) (xy -1.070282 1.214222) (xy -1.108501 1.181655) (xy -1.145548 1.147876) + (xy -1.181395 1.112918) (xy -1.216018 1.076813) (xy -1.24939 1.039596) (xy -1.281485 1.0013) + (xy -1.312278 0.961957) (xy -1.341742 0.921601) (xy -1.369851 0.880265) (xy -1.39658 0.837982) + (xy -1.421902 0.794786) (xy -1.445792 0.750709) (xy -1.468223 0.705785) (xy -1.482519 0.699902) + (xy -1.514058 0.699254) (xy -1.559381 0.70279) (xy -1.615026 0.709457) (xy -1.677534 0.718205) + (xy -1.743446 0.72798) (xy -1.809302 0.73773) (xy -1.871643 0.746405) (xy -1.927007 0.752952) + (xy -1.971936 0.756319) (xy -2.00297 0.755455) (xy -2.01665 0.749307) (xy -2.031671 0.709582) + (xy -2.045338 0.665809) (xy -2.057718 0.618655) (xy -2.06888 0.568786) (xy -2.07889 0.516869) + (xy -2.087815 0.463569) (xy -2.095722 0.409554) (xy -2.10268 0.355489) (xy -2.108754 0.302041) + (xy -2.114013 0.249877) (xy -2.118524 0.199662) (xy -2.122353 0.152064) (xy -2.125568 0.107748) + (xy -2.115008 0.096498) (xy -2.084763 0.083937) (xy -2.039193 0.070352) (xy -1.982657 0.056033) + (xy -1.919515 0.041271) (xy -1.854127 0.026354) (xy -1.790852 0.011572) (xy -1.734049 -0.002784) + (xy -1.688079 -0.016426) (xy -1.657299 -0.029064) (xy -1.64607 -0.040408) (xy -1.645304 -0.090652) + (xy -1.643011 -0.140779) (xy -1.639198 -0.190755) (xy -1.633872 -0.240546) (xy -1.627041 -0.290119) + (xy -1.618713 -0.339439) (xy -1.608893 -0.388472) (xy -1.597591 -0.437185) (xy -1.584813 -0.485544) + (xy -1.570566 -0.533514) (xy -1.554858 -0.581062) (xy -1.537697 -0.628153) (xy -1.519089 -0.674755) + (xy -1.499042 -0.720832) (xy -1.503132 -0.735328) (xy -1.521566 -0.759443) (xy -1.551466 -0.791249) + (xy -1.589954 -0.828821) (xy -1.634149 -0.870231) (xy -1.681176 -0.913551) (xy -1.728154 -0.956855) + (xy -1.772205 -0.998217) (xy -1.810452 -1.035708) (xy -1.840015 -1.067403) (xy -1.858016 -1.091373) + (xy -1.861578 -1.105692) (xy -1.834611 -1.150814) (xy -1.806572 -1.195227) (xy -1.777477 -1.238913) + (xy -1.747341 -1.281854) (xy -1.716178 -1.324032) (xy -1.684003 -1.365428) (xy -1.650831 -1.406024) + (xy -1.616677 -1.445803) (xy -1.581555 -1.484746) (xy -1.545481 -1.522835) (xy -1.508469 -1.560051) + (xy -1.470534 -1.596378) (xy -1.431691 -1.631795) (xy -1.41595 -1.632589) (xy -1.387707 -1.621533) + (xy -1.34945 -1.600985) (xy -1.303669 -1.5733) (xy -1.252853 -1.540837) (xy -1.199492 -1.505953) + (xy -1.146074 -1.471004) (xy -1.09509 -1.438349) (xy -1.049028 -1.410343) (xy -1.010379 -1.389345) + (xy -0.98163 -1.377712) (xy -0.965272 -1.3778) (xy -0.925163 -1.406326) (xy -0.884268 -1.433602) + (xy -0.842617 -1.459616) (xy -0.800239 -1.484352) (xy -0.757164 -1.507798) (xy -0.713422 -1.529938) + (xy -0.669043 -1.55076) (xy -0.624057 -1.570248) (xy -0.578493 -1.58839) (xy -0.532382 -1.60517) + (xy -0.485753 -1.620575) (xy -0.438637 -1.634591) (xy -0.391062 -1.647205) (xy -0.382157 -1.661138) + (xy -0.374548 -1.695124) (xy -0.367933 -1.74469) (xy -0.362004 -1.805367) (xy -0.356457 -1.872683) + (xy -0.350986 -1.942168) (xy -0.345286 -2.009351) (xy -0.339052 -2.06976) (xy -0.331978 -2.118925) + (xy -0.32376 -2.152375) (xy -0.31409 -2.16564) (xy -0.283863 -2.169109) (xy -0.241379 -2.171378) + (xy -0.189086 -2.172625) (xy -0.189086 -2.172622)) (layer F.SilkS) (width 0)) + ) + + (gr_line (start 150 90) (end 130 90) (layer Edge.Cuts) (width 0.5) (tstamp 5FD699BC)) + (gr_line (start 150 110) (end 150 90) (layer Edge.Cuts) (width 0.5)) + (gr_line (start 130 110) (end 150 110) (layer Edge.Cuts) (width 0.5)) + (gr_line (start 130 90) (end 130 110) (layer Edge.Cuts) (width 0.5)) + +) diff --git a/template/hardware/templateGadget.pro b/template/hardware/templateGadget.pro new file mode 100644 index 0000000..3b1d7d7 --- /dev/null +++ b/template/hardware/templateGadget.pro @@ -0,0 +1,238 @@ +update=Sun 13 Dec 2020 21:36:12 CET +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] +[pcbnew] +version=1 +PageLayoutDescrFile= +LastNetListRead= +CopperLayerCount=2 +BoardThickness=1.6 +AllowMicroVias=0 +AllowBlindVias=0 +RequireCourtyardDefinitions=0 +ProhibitOverlappingCourtyards=1 +MinTrackWidth=0.2 +MinViaDiameter=0.4 +MinViaDrill=0.3 +MinMicroViaDiameter=0.2 +MinMicroViaDrill=0.09999999999999999 +MinHoleToHole=0.25 +TrackWidth1=0.25 +ViaDiameter1=0.8 +ViaDrill1=0.4 +dPairWidth1=0.2 +dPairGap1=0.25 +dPairViaGap1=0.25 +SilkLineWidth=0.12 +SilkTextSizeV=1 +SilkTextSizeH=1 +SilkTextSizeThickness=0.15 +SilkTextItalic=0 +SilkTextUpright=1 +CopperLineWidth=0.2 +CopperTextSizeV=1.5 +CopperTextSizeH=1.5 +CopperTextThickness=0.3 +CopperTextItalic=0 +CopperTextUpright=1 +EdgeCutLineWidth=0.5 +CourtyardLineWidth=0.05 +OthersLineWidth=0.15 +OthersTextSizeV=1 +OthersTextSizeH=1 +OthersTextSizeThickness=0.15 +OthersTextItalic=0 +OthersTextUpright=1 +SolderMaskClearance=0 +SolderMaskMinWidth=0 +SolderPasteClearance=0 +SolderPasteRatio=-0 +[pcbnew/Layer.F.Cu] +Name=F.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.In1.Cu] +Name=In1.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In2.Cu] +Name=In2.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In3.Cu] +Name=In3.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In4.Cu] +Name=In4.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In5.Cu] +Name=In5.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In6.Cu] +Name=In6.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In7.Cu] +Name=In7.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In8.Cu] +Name=In8.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In9.Cu] +Name=In9.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In10.Cu] +Name=In10.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In11.Cu] +Name=In11.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In12.Cu] +Name=In12.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In13.Cu] +Name=In13.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In14.Cu] +Name=In14.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In15.Cu] +Name=In15.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In16.Cu] +Name=In16.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In17.Cu] +Name=In17.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In18.Cu] +Name=In18.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In19.Cu] +Name=In19.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In20.Cu] +Name=In20.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In21.Cu] +Name=In21.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In22.Cu] +Name=In22.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In23.Cu] +Name=In23.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In24.Cu] +Name=In24.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In25.Cu] +Name=In25.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In26.Cu] +Name=In26.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In27.Cu] +Name=In27.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In28.Cu] +Name=In28.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In29.Cu] +Name=In29.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.In30.Cu] +Name=In30.Cu +Type=0 +Enabled=0 +[pcbnew/Layer.B.Cu] +Name=B.Cu +Type=0 +Enabled=1 +[pcbnew/Layer.B.Adhes] +Enabled=1 +[pcbnew/Layer.F.Adhes] +Enabled=1 +[pcbnew/Layer.B.Paste] +Enabled=1 +[pcbnew/Layer.F.Paste] +Enabled=1 +[pcbnew/Layer.B.SilkS] +Enabled=1 +[pcbnew/Layer.F.SilkS] +Enabled=1 +[pcbnew/Layer.B.Mask] +Enabled=1 +[pcbnew/Layer.F.Mask] +Enabled=1 +[pcbnew/Layer.Dwgs.User] +Enabled=1 +[pcbnew/Layer.Cmts.User] +Enabled=1 +[pcbnew/Layer.Eco1.User] +Enabled=1 +[pcbnew/Layer.Eco2.User] +Enabled=1 +[pcbnew/Layer.Edge.Cuts] +Enabled=1 +[pcbnew/Layer.Margin] +Enabled=1 +[pcbnew/Layer.B.CrtYd] +Enabled=1 +[pcbnew/Layer.F.CrtYd] +Enabled=1 +[pcbnew/Layer.B.Fab] +Enabled=1 +[pcbnew/Layer.F.Fab] +Enabled=1 +[pcbnew/Layer.Rescue] +Enabled=0 +[pcbnew/Netclasses] +[pcbnew/Netclasses/Default] +Name=Default +Clearance=0.2 +TrackWidth=0.25 +ViaDiameter=0.8 +ViaDrill=0.4 +uViaDiameter=0.3 +uViaDrill=0.1 +dPairWidth=0.2 +dPairGap=0.25 +dPairViaGap=0.25 diff --git a/template/hardware/templateGadget.sch b/template/hardware/templateGadget.sch new file mode 100644 index 0000000..8c85105 --- /dev/null +++ b/template/hardware/templateGadget.sch @@ -0,0 +1,27 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 1 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L RoboCamp:RobotarnaLogo U1 +U 1 1 5FD68B7F +P 10200 6200 +F 0 "U1" H 10200 6415 50 0000 C CNN +F 1 "RobotarnaLogo" H 10200 6324 50 0000 C CNN +F 2 "RoboCamp:RobotarnaLogo-6mm" H 10200 6200 50 0001 C CNN +F 3 "" H 10200 6200 50 0001 C CNN + 1 10200 6200 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/template/index.html b/template/index.html new file mode 100644 index 0000000..ff9aa96 --- /dev/null +++ b/template/index.html @@ -0,0 +1,1199 @@ + + + + + + + + + + + + + + + + + + + + + + A Gadget Template - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

A Gadget Template

+

Put a rendering/photos of the gadget here.

+

Then provide a short description - just that the others know what is this directory about.

+

Do not forget to write a manual in the doc directory!

+

Notes for authors

+
    +
  • place boards in the hardware directory
  • +
  • if there is an essential firmware, put it in the firmware directory
  • +
  • write manual in the
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/template/manual-cs/index.html b/template/manual-cs/index.html new file mode 100644 index 0000000..25fe732 --- /dev/null +++ b/template/manual-cs/index.html @@ -0,0 +1,1176 @@ + + + + + + + + + + + + + + + + + + + + + + Gadget Manual - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Gadget Manual

+

Tady napiš manuál pro hračku v češtině

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/template/manual-en/index.html b/template/manual-en/index.html new file mode 100644 index 0000000..1012573 --- /dev/null +++ b/template/manual-en/index.html @@ -0,0 +1,1176 @@ + + + + + + + + + + + + + + + + + + + + + + Gadget Manual - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Gadget Manual

+

Write the gadget manual in english, if you want.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/usbPad/Makefile b/usbPad/Makefile new file mode 100644 index 0000000..3d2ae85 --- /dev/null +++ b/usbPad/Makefile @@ -0,0 +1,21 @@ +.PHONY: all + +all: build/fab build/usbPad-panel.kicad_pcb + +build: + mkdir -p build + +build/usbPad-panel.kicad_pcb: hardware/usbPad.kicad_pcb build + kikit panelize \ + --layout 'grid; rows: 6; cols: 6; space: 2mm' \ + --tabs 'fixed; width: 8mm; vcount: 1; hcount: 0' \ + --cuts 'vcuts' \ + --framing 'frame; width: 5mm; space: 2mm;' \ + --post 'millradius: 1mm' \ + $< $@ + +build/fab: build/usbPad-panel.kicad_pcb + kikit fab jlcpcb $< $@ + +clean: + rm -rf build \ No newline at end of file diff --git a/usbPad/assets/note.txt b/usbPad/assets/note.txt new file mode 100644 index 0000000..8a03d6f --- /dev/null +++ b/usbPad/assets/note.txt @@ -0,0 +1 @@ +Put images, tables and other files here \ No newline at end of file diff --git a/usbPad/hardware/fp-info-cache b/usbPad/hardware/fp-info-cache new file mode 100644 index 0000000..8871297 --- /dev/null +++ b/usbPad/hardware/fp-info-cache @@ -0,0 +1,82741 @@ +18464134612429678 +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 +4 +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 +4 +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 +4 +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_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 +4 +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_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_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_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_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_Horizontal +DC Barrel Jack +Power Jack +0 +3 +3 +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-7516PK-20-WF +Compact Flash Card connector (https://multimedia.3m.com/mws/media/22365O/3mtm-cf-card-header-compactflashtm-type-i-sm-ts0662.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_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-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 +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_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_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_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_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_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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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_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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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 top entry +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_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_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_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 +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_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 +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_SOT-23_ANK +SOT-23, Single Diode +SOT-23 +0 +3 +2 +Diode_SMD +D_SOT-23_NKA +SOT-23, Single Diode +SOT-23 +0 +3 +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_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 +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 +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_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-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_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-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_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_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_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_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_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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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 +solder jumper open +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_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_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_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 +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 +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-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_LPF-C012303S +https://www.lumex.com/spec/LPF-C012303S.pdf +lightpipe dual 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_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.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_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 +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.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.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.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.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.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-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_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 +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_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-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-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 +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.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_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-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-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_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-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_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_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_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-23, Standard +SOT-23 +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 +SOT-143 +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Reverse +SOT-143R Reverse +SOT-143R Reverse +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Reverse_Handsoldering +SOT-143R Reverse Handsoldering +SOT-143 Reverse Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-143_Handsoldering +SOT-143 Handsoldering +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 +Potentiometer, horizontal, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer horizontal Alps RK09K Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Vertical +Potentiometer, vertical, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer vertical Alps RK09K Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Horizontal +Potentiometer, horizontal, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Double +0 +8 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Vertical +Potentiometer, vertical, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Double +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Horizontal +Potentiometer, horizontal, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Vertical +Potentiometer, vertical, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09Y11_Single_Horizontal +Potentiometer, horizontal, Alps RK09Y11 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09Y11/RK09Y11_list.html +Potentiometer horizontal Alps RK09Y11 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal +Potentiometer, horizontal, Alps RK097 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +Potentiometer horizontal Alps RK097 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal +Potentiometer, horizontal, Alps RK097 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +Potentiometer horizontal Alps RK097 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK163_Dual_Horizontal +Potentiometer, horizontal, Alps RK163 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +Potentiometer horizontal Alps RK163 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK163_Single_Horizontal +Potentiometer, horizontal, Alps RK163 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +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 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.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_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_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 +http://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-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 +48 +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 +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 +RoboCamp +RobotarnaLogo-6mm +Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg +svg2mod +0 +0 +0 +RoboCamp +UTDFN-10 + + +0 +10 +10 +RoboCamp +usb-PCB + + +0 +4 +4 +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_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_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_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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 +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_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 +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 +dish_panel +PTH + + +0 +1 +1 +dish_panel +PanelConnector + + +0 +2 +2 +kikit +Board +Mark board for extraction + +0 +0 +0 +kikit +Fiducial +Circular Fiducial +fiducial +0 +1 +0 +kikit +NPTH + + +0 +0 +0 +kikit +Tab +A symbol representing annotation for tab placement + +0 +0 +0 +test +SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR + + +0 +3 +3 +yaqwsx +2_pads_5mm +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 +yaqwsx +5VEbayStepup + + +0 +6 +4 +yaqwsx +5V_POWER_MODULE + + +0 +4 +4 +yaqwsx +BGA-100_10x10_10.0x10.0mm + + +0 +100 +100 +yaqwsx +CUT_BRIDGGE + + +0 +2 +2 +yaqwsx +C_Radial_D5_L6_P2.5 +Radial Electrolytic Capacitor Diameter 5mm x Length 6mm, Pitch 2.5mm +Electrolytic Capacitor +0 +2 +2 +yaqwsx +ChineseAudioAmp + + +0 +9 +9 +yaqwsx +DB207S + + +0 +4 +4 +yaqwsx +DMP-8 + + +0 +8 +8 +yaqwsx +ESP32-DEVKIT-C + + +0 +38 +38 +yaqwsx +ESP32_MH-ET_LIVE + + +0 +40 +40 +yaqwsx +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 +yaqwsx +FTDI_Full + + +0 +24 +24 +yaqwsx +FTDI_Half + + +0 +18 +18 +yaqwsx +FTDI_Small + + +0 +6 +6 +yaqwsx +FYD-5621A + + +0 +10 +10 +yaqwsx +GY-BM_EP_280 + + +0 +6 +6 +yaqwsx +HMC5983_module + + +0 +7 +7 +yaqwsx +Hirose_FH26-39S-0.3SHW +http://www.mouser.com/ds/2/185/FH26_catalog-939414.pdf +ED060SC4 FPC flat cable 0.3 +0 +41 +39 +yaqwsx +I2C_LCD_16x2 + + +0 +4 +4 +yaqwsx +JM_3 + + +0 +0 +0 +yaqwsx +JM_3_SILK + + +0 +0 +0 +yaqwsx +JM_4 + + +0 +0 +0 +yaqwsx +JM_4_SILK + + +0 +0 +0 +yaqwsx +JM_5 + + +0 +0 +0 +yaqwsx +JM_6 + + +0 +0 +0 +yaqwsx +JM_12 + + +0 +0 +0 +yaqwsx +KindleDisplay +http://www.mouser.com/ds/2/185/FH26_catalog-939414.pdf +ED060SC4 FPC flat cable 0.3 +0 +41 +39 +yaqwsx +L24.4x5F_handsoldering + + +0 +25 +25 +yaqwsx +LED_PLCC_2835_Handsoldering_Centered +http://www.everlight.com/file/ProductFile/67-21S-KK2C-H4040QAR32835Z15-2T.pdf +LED +0 +2 +2 +yaqwsx +LG6565 + + +0 +3 +2 +yaqwsx +LevelShifterModule + + +0 +12 +12 +yaqwsx +LiIOnEbayCharger + + +0 +4 +4 +yaqwsx +LiOnCharger + + +0 +4 +4 +yaqwsx +LoRa_RA-02 + + +0 +16 +16 +yaqwsx +NEO-6M_module + + +0 +5 +5 +yaqwsx +NTMFS5C628NLT1G +POWER MOSFET 60 V, 2.4 M, 150 A, SINGLE N-CHANNEL +POWER MOSFET 60 V, 2.4 M, 150 A, SINGLE N-CHANNEL +0 +9 +5 +yaqwsx +PinSocket_1x05_P2.54mm_Horizontal_SMD +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 +yaqwsx +Pin_Header_Straight_1x06_circle +Through hole pin header +pin header +0 +6 +6 +yaqwsx +Pin_Header_Straight_1x08_circle +Through hole pin header +pin header +0 +8 +8 +yaqwsx +Pin_Header_Straight_1x10_circle +Through hole pin header +pin header +0 +10 +10 +yaqwsx +RJ11-weatherStation + + +0 +0 +0 +yaqwsx +RV09 + + +0 +5 +3 +yaqwsx +RotationalEncoder + + +0 +7 +5 +yaqwsx +SOS_logo + + +0 +0 +0 +yaqwsx +SOS_logo_inv + + +0 +0 +0 +yaqwsx +TERMINAL-7.5mm-6POL + + +0 +6 +6 +yaqwsx +TO-92_Molded_Narrow +TO-92 leads molded, narrow, drill 0.6mm (see NXP sot054_po.pdf) +to-92 sc-43 sc-43a sot54 PA33 transistor +0 +3 +3 +yaqwsx +TO-220_Neutral123_Vertical_Heatsink +TO-220, Neutral, Vertical, +TO-220, Neutral, Vertical, +0 +5 +3 +yaqwsx +TP + + +0 +1 +1 +yaqwsx +TQFP48-EP + + +0 +49 +49 +yaqwsx +TRANSFORMER_DPS_1P_1S + + +0 +4 +4 +yaqwsx +USB_Micro-B +Micro USB Type B Receptacle +USB USB_B USB_micro USB_OTG +0 +9 +6 +yaqwsx +USB_Micro-B-widened +Micro USB Type B Receptacle +USB USB_B USB_micro USB_OTG +0 +9 +6 +yaqwsx +VSSOP10 + + +0 +10 +10 +yaqwsx +arduino_nano + + +0 +30 +30 +yaqwsx +arduino_uno + + +0 +32 +32 +yaqwsx +arduino_uno_small_pads + + +0 +32 +32 +yaqwsx +banana_2mm_hole + + +0 +1 +1 +yaqwsx +banana_2mm_side + + +0 +1 +1 +yaqwsx +battery_spring_contact + + +0 +3 +1 +yaqwsx +corner_60deg + + +0 +5 +1 +yaqwsx +corner_60deg_sparse + + +0 +3 +1 +yaqwsx +corner_72deg + + +0 +3 +1 +yaqwsx +corner_90deg + + +0 +5 +1 +yaqwsx +corner_90deg_holes_in + + +0 +5 +1 +yaqwsx +corner_90deg_inner + + +0 +5 +1 +yaqwsx +corner_90deg_no_holes + + +0 +5 +1 +yaqwsx +corner_108deg + + +0 +5 +1 +yaqwsx +corner_108deg_sparse + + +0 +3 +1 +yaqwsx +corner_108deg_sparse_no_holes + + +0 +3 +1 +yaqwsx +gatema_logo + + +0 +0 +0 +yaqwsx +gatema_logo_inv + + +0 +0 +0 +yaqwsx +hole1mm + + +0 +1 +1 +yaqwsx +kscuk_cu_17mm +Imported from /home/xmrazek7/projects/NavigationThing/kscuk-logo-bw.svg +svg2mod +0 +0 +0 +yaqwsx +mickoflus_bat +Imported from /tmp/mickoflus_bat.svg +svg2mod +0 +0 +0 +yaqwsx +omniled_3 + + +0 +3 +3 +yaqwsx +omniled_3_long + + +0 +3 +3 +yaqwsx +omniled_3_no_hole + + +0 +3 +3 +yaqwsx +omniled_4 + + +0 +4 +4 +yaqwsx +omniled_5 + + +0 +5 +5 +yaqwsx +omniled_6 + + +0 +6 +6 +yaqwsx +omniled_7 + + +0 +7 +7 +yaqwsx +omniled_8 + + +0 +8 +8 +yaqwsx +omniled_9 + + +0 +9 +9 +yaqwsx +pad_2x2 + + +0 +1 +1 +yaqwsx +pad_2x3 + + +0 +1 +1 +yaqwsx +pad_2x5 + + +0 +1 +1 +yaqwsx +pad_3x5 + + +0 +1 +1 +yaqwsx +piezo_12 + + +0 +2 +2 +yaqwsx +power_solder_jumper + + +0 +2 +2 +yaqwsx +robotarna_cu_1mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_2mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_3mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_4mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_5mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_6mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_7mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_8mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_9mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_10mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_1mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_2mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_3mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_4mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_5mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_6mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_7mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_8mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_9mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_cu_silks_10mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_1mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_2mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_3mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_4mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_5mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_6mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_7mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_8mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_9mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotarna_silks_10mm +Imported from /home/xmrazek7/projects/NavigationThing/logo_robotarna_mensi_seda.svg +svg2mod +0 +0 +0 +yaqwsx +robotikabrno_10mm +Imported from /home/xmrazek7/Downloads/robotarna-logo-kolecko.svg +svg2mod +0 +0 +0 +yaqwsx +robotikabrno_cu_10mm +Imported from /home/xmrazek7/Downloads/robotarna-logo-kolecko.svg +svg2mod +0 +0 +0 +yaqwsx +slot_1.8x2 + + +0 +1 +1 +yaqwsx +slot_1.8x5 + + +0 +1 +1 +yaqwsx +via_0.6mm + + +0 +1 +1 diff --git a/usbPad/hardware/fp-lib-table b/usbPad/hardware/fp-lib-table new file mode 100644 index 0000000..600a59b --- /dev/null +++ b/usbPad/hardware/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name RoboCamp)(type KiCad)(uri ${KIPRJMOD}/../../../common/RoboCamp.pretty)(options "")(descr "")) +) diff --git a/usbPad/hardware/usbPad.kicad_pcb b/usbPad/hardware/usbPad.kicad_pcb new file mode 100644 index 0000000..9fa3501 --- /dev/null +++ b/usbPad/hardware/usbPad.kicad_pcb @@ -0,0 +1,429 @@ +(kicad_pcb (version 20171130) (host pcbnew 5.1.10-88a1d61d58~88~ubuntu20.04.1) + + (general + (thickness 1.6) + (drawings 9) + (tracks 0) + (zones 0) + (modules 1) + (nets 1) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal) + (32 B.Adhes user) + (33 F.Adhes user) + (34 B.Paste user) + (35 F.Paste user) + (36 B.SilkS user) + (37 F.SilkS user) + (38 B.Mask user) + (39 F.Mask user) + (40 Dwgs.User user) + (41 Cmts.User user) + (42 Eco1.User user) + (43 Eco2.User user) + (44 Edge.Cuts user) + (45 Margin user) + (46 B.CrtYd user) + (47 F.CrtYd user) + (48 B.Fab user) + (49 F.Fab user) + ) + + (setup + (last_trace_width 0.25) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.05) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.524 1.524) + (pad_drill 0.762) + (pad_to_mask_clearance 0) + (aux_axis_origin 0 0) + (visible_elements FFFFFF7F) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + ) + + (module RoboCamp:RobotarnaLogo-6mm (layer B.Cu) (tedit 5FD6798D) (tstamp 60C0310A) + (at 150 91.5) + (descr "Imported from /home/xmrazek7/Stažené/robotarna_logo_pcb.svg") + (tags svg2mod) + (attr virtual) + (fp_text reference svg2mod (at 0 6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_text value G*** (at 0 -6.048024) (layer B.SilkS) hide + (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) + ) + (fp_poly (pts (xy -0.000038 3.000001) (xy -0.190589 2.283197) (xy -0.135477 2.28358) (xy -0.076274 2.283385) + (xy -0.014845 2.282738) (xy 0.046947 2.281767) (xy 0.107238 2.280597) (xy 0.164163 2.279356) + (xy 0.215859 2.278171) (xy 0.260461 2.277167) (xy 0.296107 2.276472) (xy 0.32093 2.276212) + (xy 0.369446 2.266215) (xy 0.408201 2.242911) (xy 0.43187 2.216496) (xy 0.446086 2.191571) + (xy 0.462414 2.146691) (xy 0.47089 2.103476) (xy 0.476551 2.058265) (xy 0.480162 2.011062) + (xy 0.482333 1.962597) (xy 0.48367 1.9136) (xy 0.484657 1.865073) (xy 0.485552 1.818739) + (xy 0.486653 1.776406) (xy 0.488255 1.739885) (xy 0.489154 1.731472) (xy 0.539454 1.716135) + (xy 0.589223 1.699324) (xy 0.638428 1.68105) (xy 0.687037 1.661327) (xy 0.735018 1.640168) + (xy 0.782337 1.617586) (xy 0.828964 1.593594) (xy 0.874865 1.568206) (xy 0.920008 1.541433) + (xy 0.96436 1.51329) (xy 1.00789 1.48379) (xy 1.018791 1.490246) (xy 1.049088 1.511181) + (xy 1.083611 1.536246) (xy 1.121016 1.564131) (xy 1.159956 1.593526) (xy 1.199203 1.623185) + (xy 1.238007 1.652117) (xy 1.275746 1.679396) (xy 1.311796 1.704098) (xy 1.345785 1.725505) + (xy 1.381176 1.743637) (xy 1.429209 1.757607) (xy 1.457042 1.758321) (xy 1.492461 1.750265) + (xy 1.529633 1.726714) (xy 1.532253 1.724333) (xy 1.567856 1.688444) (xy 1.602847 1.651958) + (xy 1.637217 1.614887) (xy 1.670956 1.577242) (xy 1.704056 1.539035) (xy 1.736508 1.500276) + (xy 1.768304 1.460978) (xy 1.799435 1.42115) (xy 1.829891 1.380804) (xy 1.859666 1.339951) + (xy 1.888748 1.298603) (xy 1.917131 1.256771) (xy 1.944805 1.214465) (xy 1.971761 1.171698) + (xy 1.973719 1.16847) (xy 1.988202 1.127652) (xy 1.988399 1.092098) (xy 1.981913 1.065566) + (xy 1.958535 1.021666) (xy 1.933574 0.990701) (xy 1.905691 0.961759) (xy 1.874202 0.931502) + (xy 1.839866 0.900145) (xy 1.803715 0.868099) (xy 1.76678 0.835775) (xy 1.730183 0.80369) + (xy 1.695383 0.772784) (xy 1.663922 0.744116) (xy 1.637341 0.718739) (xy 1.630801 0.711596) + (xy 1.649273 0.666484) (xy 1.666369 0.620865) (xy 1.682083 0.574776) (xy 1.696406 0.528252) + (xy 1.709334 0.481332) (xy 1.720859 0.434053) (xy 1.730973 0.386451) (xy 1.739672 0.338563) + (xy 1.746947 0.290428) (xy 1.752792 0.242081) (xy 1.7572 0.193561) (xy 1.760165 0.144903) + (xy 1.760774 0.144675) (xy 1.796138 0.134685) (xy 1.836632 0.123626) (xy 1.880652 0.111703) + (xy 1.926595 0.099125) (xy 1.972893 0.086103) (xy 2.018381 0.072661) (xy 2.062062 0.058713) + (xy 2.102939 0.044176) (xy 2.140403 0.02885) (xy 2.176454 0.009674) (xy 2.215992 -0.023025) + (xy 2.238618 -0.058593) (xy 2.248315 -0.113902) (xy 2.248315 -0.113981) (xy 2.244517 -0.160131) + (xy 2.238504 -0.209231) (xy 2.230525 -0.260641) (xy 2.22083 -0.313722) (xy 2.209666 -0.367834) + (xy 2.197285 -0.422337) (xy 2.183935 -0.476593) (xy 2.169865 -0.529961) (xy 2.155326 -0.581802) + (xy 2.140565 -0.631476) (xy 2.125833 -0.678344) (xy 2.111379 -0.721765) (xy 2.097452 -0.761102) + (xy 2.097375 -0.761181) (xy 2.068683 -0.805712) (xy 2.034234 -0.83101) (xy 2.00582 -0.842063) + (xy 1.981992 -0.846806) (xy 1.939857 -0.849736) (xy 1.899232 -0.847864) (xy 1.856484 -0.843784) + (xy 1.811835 -0.838021) (xy 1.766028 -0.831188) (xy 1.719805 -0.823893) (xy 1.674101 -0.816727) + (xy 1.630548 -0.810247) (xy 1.590939 -0.805006) (xy 1.557066 -0.801562) (xy 1.54925 -0.801411) + (xy 1.525983 -0.847553) (xy 1.502481 -0.893168) (xy 1.478375 -0.93822) (xy 1.453292 -0.982675) + (xy 1.426862 -1.026495) (xy 1.398713 -1.069645) (xy 1.368474 -1.11209) (xy 1.335774 -1.153794) + (xy 1.300242 -1.19472) (xy 1.261506 -1.234833) (xy 1.263014 -1.239119) (xy 1.27664 -1.269103) + (xy 1.293949 -1.303861) (xy 1.313888 -1.341764) (xy 1.335401 -1.381187) (xy 1.357468 -1.420705) + (xy 1.379225 -1.4594) (xy 1.399854 -1.496403) (xy 1.418537 -1.530846) (xy 1.43457 -1.562028) + (xy 1.448003 -1.592108) (xy 1.45928 -1.630446) (xy 1.459676 -1.670734) (xy 1.447007 -1.707431) + (xy 1.413599 -1.746053) (xy 1.413522 -1.74613) (xy 1.380686 -1.769455) (xy 1.343579 -1.794778) + (xy 1.30276 -1.821698) (xy 1.258785 -1.849816) (xy 1.212211 -1.878732) (xy 1.163596 -1.908047) + (xy 1.113496 -1.937361) (xy 1.062468 -1.966276) (xy 1.011071 -1.994391) (xy 0.95986 -2.021308) + (xy 0.909393 -2.046626) (xy 0.860228 -2.069946) (xy 0.81292 -2.090869) (xy 0.768028 -2.108995) + (xy 0.726109 -2.123925) (xy 0.72558 -2.124079) (xy 0.669928 -2.128408) (xy 0.628087 -2.115136) + (xy 0.602598 -2.098677) (xy 0.58494 -2.082365) (xy 0.557488 -2.050191) (xy 0.534126 -2.015991) + (xy 0.510935 -1.978311) (xy 0.487708 -1.937817) (xy 0.464482 -1.895556) (xy 0.441294 -1.852574) + (xy 0.4183 -1.81006) (xy 0.396076 -1.769693) (xy 0.375282 -1.733258) (xy 0.356579 -1.702539) + (xy 0.347634 -1.690131) (xy 0.298937 -1.697221) (xy 0.25015 -1.703658) (xy 0.201277 -1.7093) + (xy 0.152323 -1.714006) (xy 0.103292 -1.717635) (xy 0.054188 -1.720047) (xy 0.005017 -1.7211) + (xy 0.004408 -1.7211) (xy -0.040012 -1.720246) (xy -0.084347 -1.717745) (xy -0.128599 -1.713864) + (xy -0.172768 -1.708869) (xy -0.216855 -1.703025) (xy -0.26086 -1.6966) (xy -0.268903 -1.708638) + (xy -0.287728 -1.740876) (xy -0.308643 -1.778553) (xy -0.33098 -1.819947) (xy -0.354069 -1.863335) + (xy -0.377313 -1.90708) (xy -0.400415 -1.949946) (xy -0.423158 -1.990811) (xy -0.445323 -2.028554) + (xy -0.466839 -2.062343) (xy -0.490424 -2.093498) (xy -0.525603 -2.126122) (xy -0.548968 -2.139397) + (xy -0.5836 -2.148756) (xy -0.628733 -2.144616) (xy -0.628884 -2.144539) (xy -0.670646 -2.131779) + (xy -0.715148 -2.116408) (xy -0.761924 -2.098696) (xy -0.810508 -2.078915) (xy -0.860437 -2.057335) + (xy -0.911245 -2.034228) (xy -0.962467 -2.009863) (xy -1.013638 -1.984513) (xy -1.064293 -1.958446) + (xy -1.113968 -1.931935) (xy -1.162197 -1.90525) (xy -1.208515 -1.878662) (xy -1.252457 -1.852442) + (xy -1.293559 -1.82686) (xy -1.331356 -1.802187) (xy -1.365381 -1.778694) (xy -1.396242 -1.745263) + (xy -1.410633 -1.71157) (xy -1.413414 -1.669101) (xy -1.403116 -1.625802) (xy -1.389276 -1.592218) + (xy -1.372372 -1.558003) (xy -1.352493 -1.520574) (xy -1.330307 -1.480627) (xy -1.306622 -1.439059) + (xy -1.282245 -1.396766) (xy -1.258035 -1.354739) (xy -1.235016 -1.314353) (xy -1.214245 -1.277082) + (xy -1.196779 -1.2444) (xy -1.195954 -1.242548) (xy -1.232412 -1.208293) (xy -1.267762 -1.172983) + (xy -1.301978 -1.136642) (xy -1.335035 -1.099292) (xy -1.366905 -1.060957) (xy -1.397565 -1.021659) + (xy -1.426989 -0.981422) (xy -1.45515 -0.940267) (xy -1.482023 -0.898219) (xy -1.507584 -0.855301) + (xy -1.531805 -0.811534) (xy -1.547966 -0.812592) (xy -1.586289 -0.817065) (xy -1.630094 -0.822957) + (xy -1.677616 -0.829812) (xy -1.727092 -0.837172) (xy -1.776858 -0.844578) (xy -1.825666 -0.851589) + (xy -1.872374 -0.857781) (xy -1.915839 -0.862731) (xy -1.955148 -0.866055) (xy -1.992286 -0.866779) + (xy -2.035282 -0.861434) (xy -2.059666 -0.854211) (xy -2.090245 -0.834676) (xy -2.118568 -0.791981) + (xy -2.118645 -0.79183) (xy -2.135396 -0.748327) (xy -2.150409 -0.702309) (xy -2.163797 -0.654219) + (xy -2.175671 -0.6045) (xy -2.186144 -0.553595) (xy -2.195329 -0.501948) (xy -2.203338 -0.450001) + (xy -2.210283 -0.398199) (xy -2.216277 -0.346984) (xy -2.221432 -0.2968) (xy -2.225861 -0.248089) + (xy -2.229676 -0.201296) (xy -2.23299 -0.156863) (xy -2.235914 -0.115233) (xy -2.235914 -0.115156) + (xy -2.235914 -0.115079) (xy -2.22907 -0.064562) (xy -2.208978 -0.031421) (xy -2.188708 -0.012701) + (xy -2.150297 0.00955) (xy -2.11703 0.022247) (xy -2.081819 0.03286) (xy -2.04271 0.043323) + (xy -2.000548 0.053695) (xy -1.956421 0.064004) (xy -1.911413 0.074278) (xy -1.867194 0.084392) + (xy -1.824939 0.094283) (xy -1.78627 0.103755) (xy -1.752808 0.112613) (xy -1.749961 0.163472) + (xy -1.745647 0.214203) (xy -1.739872 0.26477) (xy -1.732645 0.315135) (xy -1.723971 0.365262) + (xy -1.713859 0.415114) (xy -1.702315 0.464653) (xy -1.689346 0.513843) (xy -1.67496 0.562646) + (xy -1.659164 0.611026) (xy -1.641964 0.658946) (xy -1.623368 0.706367) (xy -1.630058 0.71367) + (xy -1.656328 0.739469) (xy -1.687025 0.768548) (xy -1.720735 0.79986) (xy -1.75604 0.832359) + (xy -1.791588 0.865072) (xy -1.826302 0.89735) (xy -1.859185 0.928628) (xy -1.889238 0.958341) + (xy -1.915661 0.986104) (xy -1.939 1.014192) (xy -1.9614 1.051249) (xy -1.970558 1.074676) + (xy -1.974152 1.109998) (xy -1.959672 1.157162) (xy -1.957193 1.161527) (xy -1.930943 1.20553) + (xy -1.903699 1.248922) (xy -1.875476 1.291685) (xy -1.846292 1.333798) (xy -1.816163 1.37524) + (xy -1.785105 1.415991) (xy -1.753135 1.456031) (xy -1.72027 1.495339) (xy -1.686527 1.533895) + (xy -1.651921 1.571679) (xy -1.616469 1.608671) (xy -1.580189 1.64485) (xy -1.543096 1.680195) + (xy -1.505206 1.714686) (xy -1.504153 1.715745) (xy -1.465752 1.738819) (xy -1.432185 1.745182) + (xy -1.406961 1.743632) (xy -1.362762 1.731673) (xy -1.328295 1.71595) (xy -1.294134 1.697094) + (xy -1.257545 1.67521) (xy -1.21899 1.65097) (xy -1.179183 1.625212) (xy -1.138836 1.598775) + (xy -1.098779 1.572555) (xy -1.060275 1.54765) (xy -1.024688 1.525193) (xy -0.993386 1.506317) + (xy -0.978352 1.498432) (xy -0.936437 1.526105) (xy -0.893779 1.552526) (xy -0.850408 1.577686) + (xy -0.806353 1.601575) (xy -0.761643 1.624182) (xy -0.716308 1.645498) (xy -0.670376 1.665513) + (xy -0.623876 1.684216) (xy -0.576838 1.701597) (xy -0.529292 1.717647) (xy -0.481265 1.732355) + (xy -0.479307 1.744685) (xy -0.475354 1.781229) (xy -0.471509 1.823197) (xy -0.467729 1.868849) + (xy -0.463972 1.916445) (xy -0.460181 1.964345) (xy -0.456212 2.011313) (xy -0.451895 2.05621) + (xy -0.447059 2.097898) (xy -0.441511 2.135461) (xy -0.43383 2.170812) (xy -0.418495 2.211254) + (xy -0.405366 2.23311) (xy -0.379012 2.257859) (xy -0.331976 2.274995) (xy -0.289928 2.280216) + (xy -0.24378 2.282579) (xy -0.190585 2.283567) (xy -0.190589 2.283197) (xy -0.000038 3.000001) + (xy -0.050147 2.99959) (xy -0.100059 2.998364) (xy -0.149765 2.996328) (xy -0.199261 2.993489) + (xy -0.248539 2.989853) (xy -0.297593 2.985427) (xy -0.346417 2.980217) (xy -0.395004 2.974229) + (xy -0.443348 2.96747) (xy -0.491443 2.959945) (xy -0.539282 2.951663) (xy -0.586859 2.942628) + (xy -0.634168 2.932847) (xy -0.681202 2.922327) (xy -0.727955 2.911074) (xy -0.77442 2.899094) + (xy -0.820591 2.886393) (xy -0.866463 2.872979) (xy -0.912027 2.858857) (xy -0.957278 2.844033) + (xy -1.002211 2.828515) (xy -1.046817 2.812308) (xy -1.091091 2.795419) (xy -1.135027 2.777854) + (xy -1.178618 2.75962) (xy -1.221858 2.740723) (xy -1.26474 2.721168) (xy -1.307259 2.700964) + (xy -1.349407 2.680116) (xy -1.391178 2.658629) (xy -1.432567 2.636512) (xy -1.473566 2.61377) + (xy -1.514169 2.590409) (xy -1.554371 2.566436) (xy -1.594163 2.541857) (xy -1.633541 2.516679) + (xy -1.672498 2.490908) (xy -1.711027 2.46455) (xy -1.749122 2.437612) (xy -1.786777 2.4101) + (xy -1.823986 2.38202) (xy -1.860741 2.353379) (xy -1.897037 2.324183) (xy -1.932867 2.294438) + (xy -1.968225 2.264151) (xy -2.003104 2.233329) (xy -2.037499 2.201977) (xy -2.071402 2.170102) + (xy -2.104808 2.137711) (xy -2.13771 2.104809) (xy -2.170102 2.071403) (xy -2.201976 2.0375) + (xy -2.233328 2.003105) (xy -2.264151 1.968226) (xy -2.294437 1.932868) (xy -2.324182 1.897038) + (xy -2.353378 1.860742) (xy -2.382019 1.823986) (xy -2.410099 1.786778) (xy -2.437611 1.749123) + (xy -2.464549 1.711028) (xy -2.490907 1.672499) (xy -2.516678 1.633542) (xy -2.541857 1.594164) + (xy -2.566435 1.554371) (xy -2.590408 1.51417) (xy -2.613769 1.473567) (xy -2.636511 1.432567) + (xy -2.658629 1.391179) (xy -2.680115 1.349408) (xy -2.700963 1.307259) (xy -2.721168 1.264741) + (xy -2.740722 1.221859) (xy -2.759619 1.178619) (xy -2.777853 1.135028) (xy -2.795418 1.091092) + (xy -2.812307 1.046818) (xy -2.828514 1.002211) (xy -2.844032 0.957279) (xy -2.858856 0.912028) + (xy -2.872978 0.866463) (xy -2.886392 0.820592) (xy -2.899093 0.774421) (xy -2.911073 0.727955) + (xy -2.922326 0.681203) (xy -2.932846 0.634169) (xy -2.942627 0.58686) (xy -2.951662 0.539283) + (xy -2.959945 0.491444) (xy -2.967469 0.443349) (xy -2.974228 0.395005) (xy -2.980216 0.346417) + (xy -2.985426 0.297594) (xy -2.989852 0.248539) (xy -2.993488 0.199262) (xy -2.996327 0.149766) + (xy -2.998363 0.100059) (xy -2.999589 0.050148) (xy -3 0.000038) (xy -2.999591 -0.050072) + (xy -2.998365 -0.099985) (xy -2.996331 -0.149692) (xy -2.993493 -0.199188) (xy -2.989858 -0.248467) + (xy -2.985433 -0.297522) (xy -2.980224 -0.346347) (xy -2.974237 -0.394935) (xy -2.967479 -0.44328) + (xy -2.959956 -0.491376) (xy -2.951674 -0.539216) (xy -2.94264 -0.586795) (xy -2.93286 -0.634104) + (xy -2.922341 -0.681139) (xy -2.911088 -0.727893) (xy -2.899109 -0.774359) (xy -2.886409 -0.820531) + (xy -2.872995 -0.866403) (xy -2.858874 -0.911969) (xy -2.844051 -0.957221) (xy -2.828534 -1.002155) + (xy -2.812327 -1.046762) (xy -2.795439 -1.091037) (xy -2.777875 -1.134974) (xy -2.759641 -1.178566) + (xy -2.740744 -1.221807) (xy -2.72119 -1.26469) (xy -2.700986 -1.30721) (xy -2.680138 -1.349359) + (xy -2.658652 -1.391131) (xy -2.636535 -1.432521) (xy -2.613794 -1.473521) (xy -2.590433 -1.514125) + (xy -2.56646 -1.554328) (xy -2.541882 -1.594121) (xy -2.516704 -1.6335) (xy -2.490933 -1.672458) + (xy -2.464575 -1.710988) (xy -2.437637 -1.749084) (xy -2.410125 -1.78674) (xy -2.382045 -1.82395) + (xy -2.353404 -1.860706) (xy -2.324208 -1.897003) (xy -2.294464 -1.932834) (xy -2.264177 -1.968193) + (xy -2.233355 -2.003073) (xy -2.202003 -2.037469) (xy -2.170128 -2.071373) (xy -2.137737 -2.10478) + (xy -2.104835 -2.137683) (xy -2.071429 -2.170075) (xy -2.037525 -2.201951) (xy -2.00313 -2.233303) + (xy -1.968251 -2.264127) (xy -1.932893 -2.294414) (xy -1.897062 -2.324159) (xy -1.860766 -2.353356) + (xy -1.824011 -2.381998) (xy -1.786802 -2.410079) (xy -1.749147 -2.437592) (xy -1.711051 -2.464531) + (xy -1.672522 -2.49089) (xy -1.633565 -2.516662) (xy -1.594186 -2.541841) (xy -1.554393 -2.56642) + (xy -1.514192 -2.590394) (xy -1.473588 -2.613755) (xy -1.432588 -2.636498) (xy -1.391199 -2.658616) + (xy -1.349427 -2.680103) (xy -1.307279 -2.700952) (xy -1.26476 -2.721157) (xy -1.221877 -2.740712) + (xy -1.178637 -2.75961) (xy -1.135045 -2.777845) (xy -1.091108 -2.79541) (xy -1.046834 -2.812299) + (xy -1.002227 -2.828507) (xy -0.957294 -2.844026) (xy -0.912042 -2.858849) (xy -0.866477 -2.872972) + (xy -0.820605 -2.886387) (xy -0.774433 -2.899088) (xy -0.727967 -2.911068) (xy -0.681213 -2.922322) + (xy -0.634179 -2.932842) (xy -0.586869 -2.942623) (xy -0.539291 -2.951658) (xy -0.491451 -2.959941) + (xy -0.443356 -2.967466) (xy -0.395011 -2.974225) (xy -0.346423 -2.980213) (xy -0.297598 -2.985424) + (xy -0.248543 -2.98985) (xy -0.199264 -2.993486) (xy -0.149768 -2.996325) (xy -0.100061 -2.998361) + (xy -0.050148 -2.999587) (xy -0.000038 -2.999998) (xy 0.050074 -2.999589) (xy 0.099987 -2.998363) + (xy 0.149695 -2.996329) (xy 0.199193 -2.993491) (xy 0.248472 -2.989856) (xy 0.297528 -2.985431) + (xy 0.346354 -2.980221) (xy 0.394943 -2.974234) (xy 0.443289 -2.967476) (xy 0.491385 -2.959953) + (xy 0.539226 -2.951671) (xy 0.586805 -2.942636) (xy 0.634116 -2.932856) (xy 0.681151 -2.922336) + (xy 0.727906 -2.911084) (xy 0.774373 -2.899104) (xy 0.820546 -2.886404) (xy 0.866419 -2.87299) + (xy 0.911985 -2.858868) (xy 0.957238 -2.844045) (xy 1.002172 -2.828527) (xy 1.04678 -2.81232) + (xy 1.091056 -2.795431) (xy 1.134993 -2.777866) (xy 1.178586 -2.759632) (xy 1.221827 -2.740734) + (xy 1.264711 -2.72118) (xy 1.307231 -2.700975) (xy 1.349381 -2.680127) (xy 1.391154 -2.65864) + (xy 1.432544 -2.636523) (xy 1.473544 -2.61378) (xy 1.514149 -2.590419) (xy 1.554352 -2.566446) + (xy 1.594146 -2.541866) (xy 1.633525 -2.516688) (xy 1.672483 -2.490916) (xy 1.711014 -2.464557) + (xy 1.74911 -2.437619) (xy 1.786766 -2.410106) (xy 1.823976 -2.382025) (xy 1.860732 -2.353383) + (xy 1.89703 -2.324186) (xy 1.932861 -2.294441) (xy 1.96822 -2.264154) (xy 2.003101 -2.23333) + (xy 2.037496 -2.201978) (xy 2.071401 -2.170102) (xy 2.104808 -2.137709) (xy 2.137711 -2.104806) + (xy 2.170103 -2.0714) (xy 2.201979 -2.037495) (xy 2.233332 -2.003099) (xy 2.264155 -1.968219) + (xy 2.294442 -1.93286) (xy 2.324188 -1.897028) (xy 2.353384 -1.860731) (xy 2.382026 -1.823975) + (xy 2.410107 -1.786765) (xy 2.43762 -1.749109) (xy 2.464559 -1.711012) (xy 2.490917 -1.672482) + (xy 2.516689 -1.633524) (xy 2.541868 -1.594145) (xy 2.566447 -1.55435) (xy 2.59042 -1.514148) + (xy 2.613781 -1.473543) (xy 2.636524 -1.432542) (xy 2.658642 -1.391152) (xy 2.680128 -1.349379) + (xy 2.700977 -1.30723) (xy 2.721181 -1.26471) (xy 2.740736 -1.221826) (xy 2.759633 -1.178585) + (xy 2.777867 -1.134992) (xy 2.795432 -1.091054) (xy 2.812321 -1.046779) (xy 2.828528 -1.002171) + (xy 2.844046 -0.957237) (xy 2.858869 -0.911984) (xy 2.872991 -0.866418) (xy 2.886405 -0.820545) + (xy 2.899105 -0.774372) (xy 2.911085 -0.727905) (xy 2.922338 -0.68115) (xy 2.932858 -0.634115) + (xy 2.942638 -0.586804) (xy 2.951672 -0.539225) (xy 2.959954 -0.491385) (xy 2.967478 -0.443288) + (xy 2.974236 -0.394942) (xy 2.980223 -0.346353) (xy 2.985433 -0.297527) (xy 2.989858 -0.248472) + (xy 2.993493 -0.199192) (xy 2.996331 -0.149695) (xy 2.998365 -0.099986) (xy 2.999591 -0.050073) + (xy 3 0.000038) (xy 2.999589 0.050149) (xy 2.998363 0.100061) (xy 2.996327 0.149769) + (xy 2.993488 0.199265) (xy 2.989852 0.248544) (xy 2.985426 0.297599) (xy 2.980215 0.346423) + (xy 2.974227 0.395011) (xy 2.967468 0.443356) (xy 2.959943 0.491452) (xy 2.95166 0.539292) + (xy 2.942625 0.58687) (xy 2.932844 0.634179) (xy 2.922323 0.681214) (xy 2.91107 0.727967) + (xy 2.899089 0.774433) (xy 2.886388 0.820605) (xy 2.872974 0.866477) (xy 2.858851 0.912042) + (xy 2.844027 0.957294) (xy 2.828508 1.002227) (xy 2.812301 1.046834) (xy 2.795412 1.091109) + (xy 2.777846 1.135045) (xy 2.759611 1.178637) (xy 2.740713 1.221877) (xy 2.721159 1.26476) + (xy 2.700953 1.307279) (xy 2.680104 1.349428) (xy 2.658618 1.391199) (xy 2.6365 1.432588) + (xy 2.613757 1.473588) (xy 2.590395 1.514192) (xy 2.566422 1.554393) (xy 2.541842 1.594187) + (xy 2.516663 1.633565) (xy 2.490891 1.672522) (xy 2.464532 1.711051) (xy 2.437593 1.749147) + (xy 2.41008 1.786802) (xy 2.382 1.824011) (xy 2.353358 1.860766) (xy 2.324161 1.897062) + (xy 2.294416 1.932893) (xy 2.264128 1.968251) (xy 2.233305 2.00313) (xy 2.201952 2.037525) + (xy 2.170076 2.071429) (xy 2.137684 2.104835) (xy 2.104781 2.137737) (xy 2.071374 2.170128) + (xy 2.03747 2.202003) (xy 2.003074 2.233355) (xy 1.968194 2.264177) (xy 1.932835 2.294464) + (xy 1.897004 2.324208) (xy 1.860707 2.353404) (xy 1.823951 2.382045) (xy 1.786742 2.410125) + (xy 1.749086 2.437637) (xy 1.71099 2.464575) (xy 1.672459 2.490933) (xy 1.633502 2.516704) + (xy 1.594123 2.541882) (xy 1.554329 2.566461) (xy 1.514127 2.590433) (xy 1.473522 2.613794) + (xy 1.432522 2.636536) (xy 1.391133 2.658653) (xy 1.34936 2.680138) (xy 1.307211 2.700986) + (xy 1.264692 2.72119) (xy 1.221808 2.740744) (xy 1.178567 2.759641) (xy 1.134975 2.777875) + (xy 1.091038 2.795439) (xy 1.046763 2.812327) (xy 1.002156 2.828534) (xy 0.957222 2.844051) + (xy 0.91197 2.858874) (xy 0.866405 2.872996) (xy 0.820532 2.886409) (xy 0.77436 2.899109) + (xy 0.727894 2.911088) (xy 0.68114 2.922341) (xy 0.634105 2.93286) (xy 0.586795 2.94264) + (xy 0.539217 2.951674) (xy 0.491377 2.959956) (xy 0.443281 2.967479) (xy 0.394936 2.974237) + (xy 0.346348 2.980224) (xy 0.297523 2.985433) (xy 0.248468 2.989859) (xy 0.199189 2.993493) + (xy 0.149693 2.996331) (xy 0.099985 2.998366) (xy 0.050073 2.999591) (xy -0.000038 3.000001)) (layer B.SilkS) (width 0)) + (fp_poly (pts (xy -0.189086 2.172622) (xy -0.248619 0.013868) (xy -0.244221 -0.035179) (xy -0.231546 -0.081341) + (xy -0.211363 -0.123849) (xy -0.184443 -0.161931) (xy -0.151557 -0.194817) (xy -0.113474 -0.221737) + (xy -0.070967 -0.24192) (xy -0.024805 -0.254595) (xy 0.024242 -0.258991) (xy 0.073288 -0.254595) + (xy 0.119451 -0.24192) (xy 0.161958 -0.221737) (xy 0.20004 -0.194817) (xy 0.232927 -0.161931) + (xy 0.259847 -0.123849) (xy 0.28003 -0.081341) (xy 0.292705 -0.035179) (xy 0.297102 0.013868) + (xy 0.292706 0.062915) (xy 0.280031 0.109078) (xy 0.259848 0.151586) (xy 0.232928 0.189668) + (xy 0.200041 0.222555) (xy 0.161959 0.249475) (xy 0.119451 0.269658) (xy 0.073289 0.282333) + (xy 0.024242 0.28673) (xy -0.024805 0.282333) (xy -0.070968 0.269658) (xy -0.113475 0.249475) + (xy -0.151558 0.222555) (xy -0.184444 0.189668) (xy -0.211364 0.151586) (xy -0.231547 0.109078) + (xy -0.244222 0.062915) (xy -0.248619 0.013868) (xy -0.189086 2.172622) (xy -0.135651 2.173005) + (xy -0.078019 2.17281) (xy -0.017967 2.172163) (xy 0.042729 2.171192) (xy 0.102292 2.170022) + (xy 0.158945 2.168782) (xy 0.210913 2.167596) (xy 0.256417 2.166592) (xy 0.293682 2.165897) + (xy 0.32093 2.165637) (xy 0.337879 2.157108) (xy 0.350612 2.133341) (xy 0.359778 2.097068) + (xy 0.366025 2.051018) (xy 0.370001 1.997923) (xy 0.372356 1.940513) (xy 0.373737 1.881519) + (xy 0.374794 1.823671) (xy 0.376174 1.7697) (xy 0.378527 1.722337) (xy 0.3825 1.684313) + (xy 0.388743 1.658357) (xy 0.397903 1.647202) (xy 0.447699 1.634116) (xy 0.496994 1.619496) + (xy 0.545752 1.603356) (xy 0.593942 1.585715) (xy 0.641527 1.566587) (xy 0.688475 1.54599) + (xy 0.734751 1.523939) (xy 0.780321 1.50045) (xy 0.825151 1.47554) (xy 0.869207 1.449225) + (xy 0.912456 1.421521) (xy 0.954862 1.392445) (xy 0.996392 1.362013) (xy 1.013334 1.361715) + (xy 1.041997 1.374635) (xy 1.080023 1.398112) (xy 1.125053 1.429489) (xy 1.174729 1.466104) + (xy 1.226691 1.505299) (xy 1.27858 1.544413) (xy 1.328039 1.580788) (xy 1.372708 1.611763) + (xy 1.410229 1.63468) (xy 1.438243 1.646879) (xy 1.454391 1.645699) (xy 1.491331 1.608417) + (xy 1.527571 1.570487) (xy 1.563104 1.53192) (xy 1.597921 1.492726) (xy 1.632014 1.452915) + (xy 1.665376 1.412497) (xy 1.697997 1.371483) (xy 1.729871 1.329881) (xy 1.760989 1.287704) + (xy 1.791342 1.24496) (xy 1.820924 1.20166) (xy 1.849726 1.157814) (xy 1.877739 1.113431) + (xy 1.875451 1.09719) (xy 1.85774 1.072146) (xy 1.827672 1.040049) (xy 1.788314 1.002648) + (xy 1.742734 0.961692) (xy 1.693999 0.91893) (xy 1.645176 0.876112) (xy 1.599331 0.834987) + (xy 1.559533 0.797305) (xy 1.528848 0.764815) (xy 1.510343 0.739265) (xy 1.507085 0.722406) + (xy 1.528603 0.674946) (xy 1.548451 0.626855) (xy 1.56662 0.578177) (xy 1.583099 0.528957) + (xy 1.597878 0.479239) (xy 1.610948 0.429068) (xy 1.622299 0.378487) (xy 1.63192 0.327542) + (xy 1.639802 0.276276) (xy 1.645935 0.224734) (xy 1.650308 0.172961) (xy 1.652913 0.121) + (xy 1.653738 0.068896) (xy 1.665092 0.060185) (xy 1.696214 0.048632) (xy 1.742692 0.034697) + (xy 1.800114 0.018839) (xy 1.864068 0.001518) (xy 1.930142 -0.016806) (xy 1.993924 -0.035673) + (xy 2.051002 -0.054623) (xy 2.096965 -0.073196) (xy 2.1274 -0.090933) (xy 2.137896 -0.107375) + (xy 2.134463 -0.147706) (xy 2.128781 -0.192143) (xy 2.121114 -0.239886) (xy 2.111727 -0.290134) + (xy 2.100886 -0.342088) (xy 2.088855 -0.394949) (xy 2.075899 -0.447915) (xy 2.062283 -0.500188) + (xy 2.048272 -0.550968) (xy 2.034131 -0.599454) (xy 2.020124 -0.644846) (xy 2.006516 -0.686346) + (xy 1.993573 -0.723153) (xy 1.979249 -0.734445) (xy 1.949479 -0.738833) (xy 1.907322 -0.737688) + (xy 1.85584 -0.732382) (xy 1.798093 -0.724285) (xy 1.737141 -0.71477) (xy 1.676045 -0.705206) + (xy 1.617865 -0.696965) (xy 1.565661 -0.691419) (xy 1.522495 -0.689938) (xy 1.491425 -0.693894) + (xy 1.475514 -0.704658) (xy 1.451599 -0.752047) (xy 1.428453 -0.798038) (xy 1.405655 -0.842694) + (xy 1.382786 -0.886075) (xy 1.359425 -0.928243) (xy 1.335154 -0.969259) (xy 1.309551 -1.009185) + (xy 1.282198 -1.048081) (xy 1.252674 -1.08601) (xy 1.220559 -1.123032) (xy 1.185434 -1.159209) + (xy 1.146879 -1.194603) (xy 1.140976 -1.212326) (xy 1.146451 -1.242417) (xy 1.16113 -1.282298) + (xy 1.182842 -1.329391) (xy 1.209412 -1.381119) (xy 1.238668 -1.434903) (xy 1.268437 -1.488166) + (xy 1.296546 -1.53833) (xy 1.320823 -1.582817) (xy 1.339095 -1.619049) (xy 1.349188 -1.644449) + (xy 1.348931 -1.656438) (xy 1.318491 -1.677945) (xy 1.283065 -1.701824) (xy 1.243361 -1.727615) + (xy 1.200091 -1.754861) (xy 1.153962 -1.783099) (xy 1.105685 -1.811871) (xy 1.055969 -1.840717) + (xy 1.005524 -1.869178) (xy 0.955059 -1.896792) (xy 0.905283 -1.923101) (xy 0.856907 -1.947645) + (xy 0.81064 -1.969964) (xy 0.767191 -1.989598) (xy 0.727269 -2.006088) (xy 0.691585 -2.018973) + (xy 0.675692 -2.0151) (xy 0.655999 -1.996387) (xy 0.633188 -1.96551) (xy 0.607943 -1.925144) + (xy 0.580944 -1.877966) (xy 0.552874 -1.826651) (xy 0.524415 -1.773874) (xy 0.49625 -1.722313) + (xy 0.46906 -1.674643) (xy 0.443527 -1.633539) (xy 0.420334 -1.601677) (xy 0.400163 -1.581733) + (xy 0.383696 -1.576383) (xy 0.336632 -1.584127) (xy 0.289432 -1.590885) (xy 0.242112 -1.596656) + (xy 0.194687 -1.60144) (xy 0.147172 -1.605233) (xy 0.099584 -1.608036) (xy 0.051937 -1.609845) + (xy 0.004247 -1.61066) (xy -0.047376 -1.609923) (xy -0.098925 -1.607578) (xy -0.150364 -1.603628) + (xy -0.201655 -1.598075) (xy -0.25276 -1.590922) (xy -0.303642 -1.582173) (xy -0.318666 -1.589456) + (xy -0.338978 -1.613657) (xy -0.363511 -1.651376) (xy -0.391204 -1.699213) (xy -0.420992 -1.753768) + (xy -0.451812 -1.811643) (xy -0.482599 -1.869437) (xy -0.512291 -1.923752) (xy -0.539824 -1.971186) + (xy -0.564133 -2.008342) (xy -0.584155 -2.031818) (xy -0.598827 -2.038216) (xy -0.63794 -2.026058) + (xy -0.681219 -2.010624) (xy -0.727959 -1.992304) (xy -0.777451 -1.971485) (xy -0.828989 -1.948557) + (xy -0.881863 -1.923909) (xy -0.935368 -1.897928) (xy -0.988796 -1.871003) (xy -1.041439 -1.843524) + (xy -1.09259 -1.815879) (xy -1.141541 -1.788456) (xy -1.187585 -1.761644) (xy -1.230014 -1.735831) + (xy -1.268121 -1.711407) (xy -1.301199 -1.68876) (xy -1.302572 -1.675271) (xy -1.29278 -1.64765) + (xy -1.274048 -1.608716) (xy -1.248601 -1.561287) (xy -1.218664 -1.50818) (xy -1.186462 -1.452215) + (xy -1.15422 -1.39621) (xy -1.124163 -1.342983) (xy -1.098515 -1.295352) (xy -1.079503 -1.256136) + (xy -1.06935 -1.228153) (xy -1.070282 -1.214222) (xy -1.108501 -1.181655) (xy -1.145548 -1.147876) + (xy -1.181395 -1.112918) (xy -1.216018 -1.076813) (xy -1.24939 -1.039596) (xy -1.281485 -1.0013) + (xy -1.312278 -0.961957) (xy -1.341742 -0.921601) (xy -1.369851 -0.880265) (xy -1.39658 -0.837982) + (xy -1.421902 -0.794786) (xy -1.445792 -0.750709) (xy -1.468223 -0.705785) (xy -1.482519 -0.699902) + (xy -1.514058 -0.699254) (xy -1.559381 -0.70279) (xy -1.615026 -0.709457) (xy -1.677534 -0.718205) + (xy -1.743446 -0.72798) (xy -1.809302 -0.73773) (xy -1.871643 -0.746405) (xy -1.927007 -0.752952) + (xy -1.971936 -0.756319) (xy -2.00297 -0.755455) (xy -2.01665 -0.749307) (xy -2.031671 -0.709582) + (xy -2.045338 -0.665809) (xy -2.057718 -0.618655) (xy -2.06888 -0.568786) (xy -2.07889 -0.516869) + (xy -2.087815 -0.463569) (xy -2.095722 -0.409554) (xy -2.10268 -0.355489) (xy -2.108754 -0.302041) + (xy -2.114013 -0.249877) (xy -2.118524 -0.199662) (xy -2.122353 -0.152064) (xy -2.125568 -0.107748) + (xy -2.115008 -0.096498) (xy -2.084763 -0.083937) (xy -2.039193 -0.070352) (xy -1.982657 -0.056033) + (xy -1.919515 -0.041271) (xy -1.854127 -0.026354) (xy -1.790852 -0.011572) (xy -1.734049 0.002784) + (xy -1.688079 0.016426) (xy -1.657299 0.029064) (xy -1.64607 0.040408) (xy -1.645304 0.090652) + (xy -1.643011 0.140779) (xy -1.639198 0.190755) (xy -1.633872 0.240546) (xy -1.627041 0.290119) + (xy -1.618713 0.339439) (xy -1.608893 0.388472) (xy -1.597591 0.437185) (xy -1.584813 0.485544) + (xy -1.570566 0.533514) (xy -1.554858 0.581062) (xy -1.537697 0.628153) (xy -1.519089 0.674755) + (xy -1.499042 0.720832) (xy -1.503132 0.735328) (xy -1.521566 0.759443) (xy -1.551466 0.791249) + (xy -1.589954 0.828821) (xy -1.634149 0.870231) (xy -1.681176 0.913551) (xy -1.728154 0.956855) + (xy -1.772205 0.998217) (xy -1.810452 1.035708) (xy -1.840015 1.067403) (xy -1.858016 1.091373) + (xy -1.861578 1.105692) (xy -1.834611 1.150814) (xy -1.806572 1.195227) (xy -1.777477 1.238913) + (xy -1.747341 1.281854) (xy -1.716178 1.324032) (xy -1.684003 1.365428) (xy -1.650831 1.406024) + (xy -1.616677 1.445803) (xy -1.581555 1.484746) (xy -1.545481 1.522835) (xy -1.508469 1.560051) + (xy -1.470534 1.596378) (xy -1.431691 1.631795) (xy -1.41595 1.632589) (xy -1.387707 1.621533) + (xy -1.34945 1.600985) (xy -1.303669 1.5733) (xy -1.252853 1.540837) (xy -1.199492 1.505953) + (xy -1.146074 1.471004) (xy -1.09509 1.438349) (xy -1.049028 1.410343) (xy -1.010379 1.389345) + (xy -0.98163 1.377712) (xy -0.965272 1.3778) (xy -0.925163 1.406326) (xy -0.884268 1.433602) + (xy -0.842617 1.459616) (xy -0.800239 1.484352) (xy -0.757164 1.507798) (xy -0.713422 1.529938) + (xy -0.669043 1.55076) (xy -0.624057 1.570248) (xy -0.578493 1.58839) (xy -0.532382 1.60517) + (xy -0.485753 1.620575) (xy -0.438637 1.634591) (xy -0.391062 1.647205) (xy -0.382157 1.661138) + (xy -0.374548 1.695124) (xy -0.367933 1.74469) (xy -0.362004 1.805367) (xy -0.356457 1.872683) + (xy -0.350986 1.942168) (xy -0.345286 2.009351) (xy -0.339052 2.06976) (xy -0.331978 2.118925) + (xy -0.32376 2.152375) (xy -0.31409 2.16564) (xy -0.283863 2.169109) (xy -0.241379 2.171378) + (xy -0.189086 2.172625) (xy -0.189086 2.172622)) (layer B.SilkS) (width 0)) + ) + + (gr_poly (pts (xy 156 100) (xy 144 100) (xy 144 88) (xy 156 88)) (layer F.Mask) (width 0.1)) + (gr_arc (start 145 99) (end 144 99) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 60C03143)) + (gr_arc (start 155 99) (end 155 100) (angle -90) (layer Edge.Cuts) (width 0.05)) + (gr_text Robotárna (at 150 96) (layer B.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.25)) (justify mirror)) + ) + (gr_text "DDM Helceletka" (at 150 98) (layer B.SilkS) + (effects (font (size 0.9 0.9) (thickness 0.15)) (justify mirror)) + ) + (gr_line (start 156 88) (end 144 88) (layer Edge.Cuts) (width 0.05) (tstamp 60C03117)) + (gr_line (start 156 99) (end 156 88) (layer Edge.Cuts) (width 0.05)) + (gr_line (start 145 100) (end 155 100) (layer Edge.Cuts) (width 0.05)) + (gr_line (start 144 88) (end 144 99) (layer Edge.Cuts) (width 0.05)) + +) diff --git a/usbPad/hardware/usbPad.pro b/usbPad/hardware/usbPad.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/usbPad/hardware/usbPad.pro @@ -0,0 +1,33 @@ +update=22/05/2015 07:44:53 +version=1 +last_client=kicad +[general] +version=1 +RootSch= +BoardNm= +[pcbnew] +version=1 +LastNetListRead= +UseCmpFile=1 +PadDrill=0.600000000000 +PadDrillOvalY=0.600000000000 +PadSizeH=1.500000000000 +PadSizeV=1.500000000000 +PcbTextSizeV=1.500000000000 +PcbTextSizeH=1.500000000000 +PcbTextThickness=0.300000000000 +ModuleTextSizeV=1.000000000000 +ModuleTextSizeH=1.000000000000 +ModuleTextSizeThickness=0.150000000000 +SolderMaskClearance=0.000000000000 +SolderMaskMinWidth=0.000000000000 +DrawSegmentWidth=0.200000000000 +BoardOutlineThickness=0.100000000000 +ModuleOutlineThickness=0.150000000000 +[cvpcb] +version=1 +NetIExt=net +[eeschema] +version=1 +LibDir= +[eeschema/libraries] diff --git a/usbPad/hardware/usbPad.sch b/usbPad/hardware/usbPad.sch new file mode 100644 index 0000000..fff8c68 --- /dev/null +++ b/usbPad/hardware/usbPad.sch @@ -0,0 +1,4 @@ +EESchema Schematic File Version 2 +EELAYER 25 0 +EELAYER END +$EndSCHEMATC diff --git a/usbPad/index.html b/usbPad/index.html new file mode 100644 index 0000000..6542967 --- /dev/null +++ b/usbPad/index.html @@ -0,0 +1,1199 @@ + + + + + + + + + + + + + + + + + + + + + + A Gadget Template - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

A Gadget Template

+

Put a rendering/photos of the gadget here.

+

Then provide a short description - just that the others know what is this directory about.

+

Do not forget to write a manual in the doc directory!

+

Notes for authors

+
    +
  • place boards in the hardware directory
  • +
  • if there is an essential firmware, put it in the firmware directory
  • +
  • write manual in the
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/usbPad/manual-cs/index.html b/usbPad/manual-cs/index.html new file mode 100644 index 0000000..dd3af17 --- /dev/null +++ b/usbPad/manual-cs/index.html @@ -0,0 +1,1176 @@ + + + + + + + + + + + + + + + + + + + + + + Gadget Manual - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Gadget Manual

+

Tady napiš manuál pro hračku v češtině

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/usbPad/manual-en/index.html b/usbPad/manual-en/index.html new file mode 100644 index 0000000..d04bdc9 --- /dev/null +++ b/usbPad/manual-en/index.html @@ -0,0 +1,1176 @@ + + + + + + + + + + + + + + + + + + + + + + Gadget Manual - Robotický tábor 2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + + + + +
+
+ + + +
+
+
+ + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Gadget Manual

+

Write the gadget manual in english, if you want.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + \ No newline at end of file