more compact trrs footprint
This commit is contained in:
parent
561309139a
commit
05a489fa6d
1 changed files with 28 additions and 12 deletions
|
@ -1,8 +1,24 @@
|
||||||
// TRRS-PJ-320A-dual
|
// TRRS-PJ-320A-dual
|
||||||
|
//
|
||||||
|
// Normal footprint:
|
||||||
// _________________
|
// _________________
|
||||||
// | (2) (3) (4)|
|
// | (2) (3) (4)|
|
||||||
// | |
|
// | |
|
||||||
// |_(1)____________|
|
// | (1) |
|
||||||
|
// |________________|
|
||||||
|
//
|
||||||
|
// Reverse footprint:
|
||||||
|
// _________________
|
||||||
|
// | (2) (3) (4)|
|
||||||
|
// | (1) |
|
||||||
|
// | (1) |
|
||||||
|
// |___(2)___(3)_(4)|
|
||||||
|
//
|
||||||
|
// Reverse & symmetric footprint:
|
||||||
|
// _________________
|
||||||
|
// | (1|2) (3) (4)|
|
||||||
|
// | |
|
||||||
|
// |_(1|2)___(3)_(4)|
|
||||||
//
|
//
|
||||||
// Nets
|
// Nets
|
||||||
// A: corresponds to pin 1
|
// A: corresponds to pin 1
|
||||||
|
@ -74,16 +90,16 @@ module.exports = {
|
||||||
return `
|
return `
|
||||||
${standard}
|
${standard}
|
||||||
${stabilizers('-2.3')}
|
${stabilizers('-2.3')}
|
||||||
${stabilizers('2.3')}
|
${stabilizers('0')}
|
||||||
${pins('-4.6', '0')}
|
${pins('-2.3', '2.3')}
|
||||||
${pins('4.6', '0')})
|
${pins('0', '-4.6')})
|
||||||
`
|
`
|
||||||
} else {
|
} else {
|
||||||
return `
|
return `
|
||||||
${standard}
|
${standard}
|
||||||
${stabilizers('-2.3')}
|
${stabilizers('-2.3')}
|
||||||
${pins('-4.6', '0')})
|
${pins('-4.6', '0')})
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue