MustafaMulla29/wireless-mouse-pcb
This code defines a 3.3V low dropout voltage regulator chip (AP2112K-3.3TRG1) with five pins (VIN, GND, Enable, NC, VOUT) and its associated PCB footprint and 3D models for hardware implementation.
- Version
- 1.0.6
- License
- unset
- Stars
- 0
imports/S47SMD32_000M10PF10R30B3.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["OSC1"],
pin2: ["OSC2"]
} as const
export const S47SMD32_000M10PF10R30B3 = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
symbol={
<symbol>
<schematicpath points={[{"x":0.06,"y":0.14},{"x":0.06,"y":-0.14},{"x":-0.06,"y":-0.14},{"x":-0.06,"y":0.14},{"x":0.06,"y":0.14}]} strokeColor="#880000" />
<schematicpath points={[{"x":-0.1,"y":-0.14},{"x":-0.1,"y":0.14}]} strokeColor="#880000" />
<schematicpath points={[{"x":0.1,"y":-0.14},{"x":0.1,"y":0.14}]} strokeColor="#880000" />
<schematicpath points={[{"x":-0.2,"y":0},{"x":-0.12,"y":0}]} strokeColor="#000000" />
<schematicpath points={[{"x":0.2,"y":0},{"x":0.12,"y":0}]} strokeColor="#000000" />
<schematicpath points={[{"x":-0.06,"y":-0.14},{"x":-0.06,"y":0.14},{"x":0.06,"y":0.14},{"x":0.06,"y":-0.14}]} strokeColor="#880000" />
<schematicpath points={[{"x":0.1,"y":-0.08},{"x":0.1,"y":0.08}]} strokeColor="#880000" />
<schematicpath points={[{"x":0.06,"y":-0.14},{"x":-0.06,"y":-0.14}]} strokeColor="#880000" />
<schematicpath points={[{"x":-0.1,"y":-0.08},{"x":-0.1,"y":0.08}]} strokeColor="#880000" />
<port name="pin2" pinNumber={2} aliases={["OSC2"]} direction="right" schX={0.4} schY={0} schStemLength={0.2} />
<port name="pin1" pinNumber={1} aliases={["OSC1"]} direction="left" schX={-0.4} schY={0} schStemLength={0.2} />
</symbol>
}
supplierPartNumbers={{
"jlcpcb": [
"C5346074"
]
}}
manufacturerPartNumber="S47SMD32.000M10PF10R30B3"
footprint="smdpads2_p5.7998mm_pw3mm_ph1mm_cyw9.2884mm_cyh4.564mm"
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5346074.obj?uuid=525e2127f85a418cbf166f024874a90b",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5346074.step?uuid=525e2127f85a418cbf166f024874a90b",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: 0, z: -0.01 },
}}
{...props}
/>
)
}