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/S3132768092070.tsx

import type { ChipProps } from "@tscircuit/props"

const pinLabels = {
  pin1: ["OSC1"],
  pin2: ["OSC2"]
} as const

export const S3132768092070 = (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="#881100" />
          <schematicpath points={[{"x":-0.1,"y":-0.14},{"x":-0.1,"y":0.14}]} strokeColor="#881100" />
          <schematicpath points={[{"x":0.1,"y":-0.14},{"x":0.1,"y":0.14}]} strokeColor="#881100" />
          <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="#881100" />
          <schematicpath points={[{"x":0.1,"y":-0.08},{"x":0.1,"y":0.08}]} strokeColor="#881100" />
          <schematicpath points={[{"x":0.06,"y":-0.14},{"x":-0.06,"y":-0.14}]} strokeColor="#881100" />
          <schematicpath points={[{"x":-0.1,"y":-0.08},{"x":-0.1,"y":0.08}]} strokeColor="#881100" />
          <port name="pin2" pinNumber={2} aliases={["OSC2"]} direction="right" schX={0.4} schY={0} schStemLength={0.3} />
          <port name="pin1" pinNumber={1} aliases={["OSC1"]} direction="left" schX={-0.4} schY={0} schStemLength={0.3} />
        </symbol>
      }
      supplierPartNumbers={{
  "jlcpcb": [
    "C479190"
  ]
}}
      manufacturerPartNumber="S3132768092070"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-1.325118mm" pcbY="0mm" width="1.1500104mm" height="1.6999966mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="1.325118mm" pcbY="0mm" width="1.1500104mm" height="1.6999966mm" shape="rect" />
<silkscreenpath route={[{"x":-2.128596199999947,"y":-1.0786109999999098},{"x":-2.128596199999947,"y":1.0786110000000235},{"x":2.128596199999947,"y":1.0786110000000235},{"x":2.128596199999947,"y":-1.0786109999999098},{"x":-2.128596199999947,"y":-1.0786109999999098}]} />
<silkscreencircle pcbX="-2.286mm" pcbY="1.27mm" radius="0.100076mm" />
<silkscreentext text="{NAME}" pcbX="-0.127mm" pcbY="2.3716mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.6376000000000204,"y":1.6216000000000577},{"x":2.3836000000000013,"y":1.6216000000000577},{"x":2.3836000000000013,"y":-1.393000000000029},{"x":-2.6376000000000204,"y":-1.393000000000029},{"x":-2.6376000000000204,"y":1.6216000000000577}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C479190.obj?uuid=bf16ee42f6b44c87aad0bb9ed1d0b5df",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C479190.step?uuid=bf16ee42f6b44c87aad0bb9ed1d0b5df",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0, y: 0.000012699999956566899, z: 0 },
      }}
      {...props}
    />
  )
}