techmannih/regulator-SPX1117M3L50TR
Generated from JLCPCB part number C21946
Usage: To import and use the SPX1117M3L50TR regulator component in a tscircuit project: ```tsx import { SPX1117M3L50TR } from "@tsci/techmannih.regulator-SPX1117M3L50TR" export default () => ( <board> <SPX1117M3L50TR name="U1" /> </board> ) ``` The component has these pins: - pin1: GND - pin2: output1 - pin3: input - pin4: output2 You can connect these pins using the `sel` utility: ```tsx <trace from={sel.U1.input} to="net.VIN" /> <trace from={sel.U1.output1} to="net.VOUT" /> ``` The component supports PCB layout with a specific footprint and includes a CAD model reference.
- Version
- 0.1.0
- License
- unset
- Stars
- 1
dist/pcb.svg
PCB
Schematic
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600"><style></style><rect class="boundary" x="0" y="0" fill="#000" width="800" height="600"/><rect class="pcb-boundary" fill="none" stroke="#fff" stroke-width="0.3" x="85.49637553646153" y="51.81370327718767" width="629.007248927077" height="496.37259344562483"/><path class="pcb-board" d="M 85.49637553646153 548.1862967228125 L 714.5036244635385 548.1862967228125 L 714.5036244635385 51.81370327718767 L 85.49637553646153 51.81370327718767 Z" fill="none" stroke="rgba(255, 255, 255, 0.5)" stroke-width="5.181370327718761"/><g transform="translate(400, 300.00000000000006) rotate(0) scale(1, -1)"><rect class="pcb-component" x="-210.87621790916324" y="-144.5588901684372" width="421.7524358183265" height="289.1177803368744"/><rect class="pcb-component-outline" x="-210.87621790916324" y="-144.5588901684372" width="421.7524358183265" height="289.1177803368744"/></g><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="482.8964951673978" y="393.7810360844265" width="127.9797227417655" height="50.77785408401072"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="482.8964951673978" y="274.61107295799764" width="127.9797227417655" height="50.77785408401072"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="482.8964951673978" y="155.4411098315629" width="127.9797227417655" height="50.77785408401072"/><rect class="pcb-pad" fill="rgb(200, 52, 52)" x="189.12378209083676" y="206.7355206303971" width="127.9797227417655" height="186.5289587392118"/><path class="pcb-silkscreen pcb-silkscreen-top" d="M 328.9428531295206 472.3430610855389 L 328.9428531295206 127.6569389144612 L 471.0571468704853 127.6569389144612 L 471.0571468704853 472.3430610855389 L 328.9428531295206 472.3430610855389 Z" fill="none" stroke="#f2eda1" stroke-width="5.181370327718761" data-pcb-component-id="null" data-pcb-silkscreen-path-id="pcb_silkscreen_path_0"/></svg>