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/D2FC_F_7N_20M_.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"],
pin3: ["pin3"]
} as const
export const D2FC_F_7N_20M_ = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C5157566"
]
}}
manufacturerPartNumber="D2FC-F-7N(20M)"
footprint={<footprint>
<platedhole portHints={["pin3"]} pcbX="5.08mm" pcbY="0mm" holeWidth="1.200023mm" holeHeight="0.700024mm" outerWidth="1.7999964mm" outerHeight="1.2999974mm" shape="pill" />
<platedhole portHints={["pin2"]} pcbX="-0mm" pcbY="0mm" holeWidth="1.200023mm" holeHeight="0.700024mm" outerWidth="1.7999964mm" outerHeight="1.2999974mm" shape="pill" />
<platedhole portHints={["pin1"]} pcbX="-5.08mm" pcbY="0mm" holeWidth="1.200023mm" holeHeight="0.700024mm" outerWidth="1.7999964mm" outerHeight="1.2999974mm" shape="pill" />
<silkscreenpath route={[{"x":5.001260000000002,"y":-0.8813799999999219},{"x":5.001260000000002,"y":-1.9989799999999605},{"x":-2.499360000000138,"y":-1.9989799999999605},{"x":-2.499360000000138,"y":-1.501139999999964}]} />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":-1.4999969999998939},{"x":-2.4999950000001263,"y":1.9999959999998964},{"x":4.999989999999912,"y":1.9999959999998964},{"x":4.999989999999912,"y":0.8811260000001084}]} />
<silkscreenpath route={[{"x":-6.400038000000109,"y":2.8999688000000106},{"x":6.400037999999995,"y":2.899994200000151}]} />
<silkscreenpath route={[{"x":-6.400038000000109,"y":-2.8999688000000106},{"x":6.400012599999968,"y":-2.8999688000000106}]} />
<silkscreenpath route={[{"x":-6.400038000000109,"y":2.8999688000000106},{"x":-6.400038000000109,"y":-2.8999688000000106}]} />
<silkscreenpath route={[{"x":6.400037999999995,"y":2.899994200000151},{"x":6.400037999999995,"y":-2.8999688000000106}]} />
<silkscreentext text="{NAME}" pcbX="-0.0254mm" pcbY="3.8956mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-6.701600000000099,"y":3.1456000000000586},{"x":6.65079999999989,"y":3.1456000000000586},{"x":6.65079999999989,"y":-3.196399999999926},{"x":-6.701600000000099,"y":-3.196399999999926},{"x":-6.701600000000099,"y":3.1456000000000586}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5157566.obj?uuid=381a6989d2fc44b08bb9d2728bd4a555",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C5157566.step?uuid=381a6989d2fc44b08bb9d2728bd4a555",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: -0.0049873000000435486, z: -2.9000076000000004 },
}}
{...props}
/>
)
}