ShiboSoftwareDev/solar-battery-charger

This code defines various surface-mount and through-hole electronic components (like diodes, voltage regulators, and ICs) with detailed footprints, 3D models, and pin configurations for PCB design.

Version
1.0.2
License
unset
Stars
0

imports/LT1129CS8_TRPBF.tsx

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

const pinLabels = {
  pin1: ["OUTPUT"],
  pin2: ["ADJ"],
  pin3: ["GND1"],
  pin4: ["NC"],
  pin5: ["SHDN"],
  pin6: ["GND3"],
  pin7: ["GND2"],
  pin8: ["VIN"]
} as const

export const LT1129CS8_TRPBF = (props: ChipProps<typeof pinLabels>) => {
  return (
    <chip
      pinLabels={pinLabels}
      supplierPartNumbers={{
  "jlcpcb": [
    "C661686"
  ]
}}
      manufacturerPartNumber="LT1129CS8_TRPBF"
      footprint={<footprint>
        <smtpad portHints={["pin1"]} pcbX="-1.905mm" pcbY="-2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="-0.635mm" pcbY="-2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="0.635mm" pcbY="-2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin4"]} pcbX="1.905mm" pcbY="-2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin8"]} pcbX="-1.905mm" pcbY="2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin7"]} pcbX="-0.635mm" pcbY="2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin6"]} pcbX="0.635mm" pcbY="2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<smtpad portHints={["pin5"]} pcbX="1.905mm" pcbY="2.699004mm" width="0.5739892mm" height="1.8880074mm" shape="rect" />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":-1.9999959999998964},{"x":-2.4999950000001263,"y":-0.6349999999999909}]} />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":1.99999600000001},{"x":-2.4999950000001263,"y":0.6349999999999909}]} />
<silkscreenpath route={[{"x":2.499994999999899,"y":1.99999600000001},{"x":2.499994999999899,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":2.4214327999998204,"y":-1.9999959999998964},{"x":2.499994999999899,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":1.1514327999999523,"y":-1.9999959999998964},{"x":1.3885672000000113,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":-0.11856720000002952,"y":-1.9999959999998964},{"x":0.11856720000002952,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":-1.388567200000125,"y":-1.9999959999998964},{"x":-1.151432800000066,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":-1.9999959999998964},{"x":-2.421432800000048,"y":-1.9999959999998964}]} />
<silkscreenpath route={[{"x":2.4214327999998204,"y":1.99999600000001},{"x":2.499994999999899,"y":1.99999600000001}]} />
<silkscreenpath route={[{"x":1.1514327999999523,"y":1.99999600000001},{"x":1.3885672000000113,"y":1.99999600000001}]} />
<silkscreenpath route={[{"x":-0.11856720000002952,"y":1.99999600000001},{"x":0.11856720000002952,"y":1.99999600000001}]} />
<silkscreenpath route={[{"x":-1.388567200000125,"y":1.99999600000001},{"x":-1.151432800000066,"y":1.99999600000001}]} />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":1.99999600000001},{"x":-2.421432800000048,"y":1.99999600000001}]} />
<silkscreenpath route={[{"x":-2.4999950000001263,"y":-0.6349999999999909},{"x":-2.499360000000138,"y":0.6349999999999909}]} />
<silkscreentext text="{NAME}" pcbX="-0.2286mm" pcbY="4.3528mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-3.1964000000000397,"y":3.6027999999998883},{"x":2.7392000000000962,"y":3.6027999999998883},{"x":2.7392000000000962,"y":-3.856800000000021},{"x":-3.1964000000000397,"y":-3.856800000000021},{"x":-3.1964000000000397,"y":3.6027999999998883}]} />
      </footprint>}
      cadModel={{
        objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C661686.obj?uuid=3936dbd423424b148317d27cdee29b93",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C661686.step?uuid=3936dbd423424b148317d27cdee29b93",
        pcbRotationOffset: 270,
        modelOriginPosition: { x: 0, y: 0, z: -0.049425 },
      }}
      {...props}
    />
  )
}