MustafaMulla29/stride-pedometer

This code defines schematic symbols and 3D footprints for various hardware components such as antennas, sensors, regulators, and connectors used in electronic circuit design.

Version
1.0.4
License
unset
Stars
0

imports/BQ27427YZFR.tsx

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

const pinLabels = {
  pin1: ["GPOUT","A1"],
  pin2: ["BIN","B1"],
  pin3: ["VSS1","C1"],
  pin4: ["SDA","A2"],
  pin5: ["VSS2","B2"],
  pin6: ["SRX","C2"],
  pin7: ["SCL","A3"],
  pin8: ["VDD","B3"],
  pin9: ["BAT","C3"]
} as const

export const BQ27427YZFR = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C6075475"
  ]
}}
      manufacturerPartNumber="BQ27427YZFR"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-0.499999mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin2"]} pcbX="-0.499999mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin3"]} pcbX="-0.499999mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin4"]} pcbX="0.000127mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin5"]} pcbX="0.000127mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin6"]} pcbX="0.000127mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin7"]} pcbX="0.499999mm" pcbY="0.499999mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin8"]} pcbX="0.499999mm" pcbY="0.000127mm" radius="0.1200023mm" shape="circle" />
<smtpad portHints={["pin9"]} pcbX="0.499999mm" pcbY="-0.499999mm" radius="0.1200023mm" shape="circle" />
<silkscreenpath route={[{"x":-0.8859774000000016,"y":0.8664955999998938},{"x":0.8864346000000296,"y":0.8664955999998938},{"x":0.8864346000000296,"y":-0.8658606000001328},{"x":-0.8859774000000016,"y":-0.8658606000001328},{"x":-0.8859774000000016,"y":0.8664955999998938}]} />
<silkscreencircle pcbX="-1.286129mm" pcbY="0.499999mm" radius="0.100076mm" />
<silkscreentext text="{NAME}" pcbX="-0.254381mm" pcbY="1.867791mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-1.6346810000000005,"y":1.1177909999998974},{"x":1.1259190000000672,"y":1.1177909999998974},{"x":1.1259190000000672,"y":-1.1094090000000278},{"x":-1.6346810000000005,"y":-1.1094090000000278},{"x":-1.6346810000000005,"y":1.1177909999998974}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C6075475.obj?uuid=2ca51a507e444609a2e12240e03fe96e",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C6075475.step?uuid=2ca51a507e444609a2e12240e03fe96e",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0.000012700000070253736, y: -0.00008889999992334197, z: -0.26 },
      }}
      {...props}
    />
  )
}