ShiboSoftwareDev/t113-s3-linux-computer-p9
The code defines a PCB subcircuit for a buck converter module featuring a TMI3112H IC, FTC252010S power switch, and associated passive components like capacitors and resistors for voltage regulation and feedback control.
- Version
- 0.1.4
- License
- unset
- Stars
- 0
imports/PS2565L_1_F3_A.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"],
pin3: ["pin3"],
pin4: ["pin4"]
} as const
export const PS2565L_1_F3_A = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C145638"
]
}}
manufacturerPartNumber="PS2565L_1_F3_A"
footprint={<footprint>
<smtpad portHints={["pin4"]} pcbX="-1.27mm" pcbY="4.900041mm" width="1.7999964mm" height="2.499995mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="1.27mm" pcbY="4.900041mm" width="1.7999964mm" height="2.499995mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="1.27mm" pcbY="-4.900041mm" width="1.7999964mm" height="2.499995mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-1.27mm" pcbY="-4.900041mm" width="1.7999964mm" height="2.499995mm" shape="rect" />
<silkscreenpath route={[{"x":-2.314016199999969,"y":0.5715507999998408},{"x":-2.314016199999969,"y":3.3248345999999174}]} />
<silkscreenpath route={[{"x":-2.314016199999969,"y":-0.5714492000000746},{"x":-2.314016199999969,"y":-3.175050800000008}]} />
<silkscreenpath route={[{"x":2.2858984000000646,"y":3.3248345999999174},{"x":2.2858984000000646,"y":-3.175050800000008}]} />
<silkscreenpath route={[{"x":-2.314016199999969,"y":3.3248345999999174},{"x":2.2858984000000646,"y":3.3248345999999174}]} />
<silkscreenpath route={[{"x":2.2858984000000646,"y":-3.175050800000008},{"x":-2.314016199999969,"y":-3.175050800000008}]} />
<silkscreenpath route={[{"x":-2.314016199999969,"y":-0.5714492000000746},{"x":-2.5327197815964837,"y":-0.5279463528303268},{"x":-2.718127725447971,"y":-0.40406072544806193},{"x":-2.8420133528300084,"y":-0.21865278159680201},{"x":-2.88551619999987,"y":0.00005079999993995443},{"x":-2.8420133528300084,"y":0.21875438159656824},{"x":-2.718127725447971,"y":0.4041623254480555},{"x":-2.5327197815964837,"y":0.528047952830093},{"x":-2.314016199999969,"y":0.5715507999998408}]} />
<silkscreentext text="{NAME}" pcbX="-0.606552mm" pcbY="7.155563mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-3.7775520000000142,"y":6.405563000000029},{"x":2.564448000000084,"y":6.405563000000029},{"x":2.564448000000084,"y":-6.388037000000054},{"x":-3.7775520000000142,"y":-6.388037000000054},{"x":-3.7775520000000142,"y":6.405563000000029}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C145638.obj?uuid=65bedbd731aa4353a5bab929c657726f",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C145638.step?uuid=65bedbd731aa4353a5bab929c657726f",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: 0, z: -1.85 },
}}
{...props}
/>
)
}