tscircuit/boosters
This code defines PCB schematics, footprints, and 3D CAD models for various integrated circuits, connectors, sensors, and electronic components used in TI booster packs and modules.
- Version
- 0.1.19
- License
- unset
- Stars
- 0
boostxl-ads1119/imports/TMM_103_01_T_S_SM.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"],
pin3: ["pin3"]
} as const
export const TMM_103_01_T_S_SM = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C7400935"
]
}}
manufacturerPartNumber="TMM_103_01_T_S_SM"
footprint={<footprint>
<smtpad portHints={["pin3"]} pcbX="1.999996mm" pcbY="0.94996mm" width="0.8899906mm" height="3.499993mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0mm" pcbY="-0.94996mm" width="0.8899906mm" height="3.499993mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-1.999996mm" pcbY="0.94996mm" width="0.8899906mm" height="3.499993mm" radius="0.4449953mm" shape="pill" />
<silkscreenpath route={[{"x":2.999943200000075,"y":1.0000995999999986},{"x":2.6760678000000553,"y":1.0000995999999986}]} />
<silkscreenpath route={[{"x":0.6761225999999851,"y":-0.9999218000000383},{"x":2.999943200000075,"y":-0.9999218000000383}]} />
<silkscreenpath route={[{"x":2.999892399999908,"y":-0.9999725999999782},{"x":2.999892399999908,"y":1.0000995999999986}]} />
<silkscreenpath route={[{"x":-3.000044800000069,"y":-0.9999218000000383},{"x":-3.000044800000069,"y":1.0000995999999986}]} />
<silkscreenpath route={[{"x":-1.323873400000025,"y":1.0000995999999986},{"x":1.3237209999999777,"y":1.0000995999999986}]} />
<silkscreenpath route={[{"x":-3.000044800000069,"y":1.0000995999999986},{"x":-2.676169399999935,"y":1.0000995999999986}]} />
<silkscreenpath route={[{"x":-3.000044800000069,"y":-0.9999218000000383},{"x":-0.6762241999999787,"y":-0.9999218000000383}]} />
<silkscreenpath route={[{"x":-2.8780739999999696,"y":1.77800000000002},{"x":-2.882401420061342,"y":1.7451299812719299},{"x":-2.8950887737195217,"y":1.71449999999993},{"x":-2.9152714387893184,"y":1.6881974387891887},{"x":-2.9415740000000596,"y":1.668014773719392},{"x":-2.9722039812720595,"y":1.6553274200612123},{"x":-3.005074000000036,"y":1.6509999999999536},{"x":-3.0379440187280125,"y":1.6553274200612123},{"x":-3.0685740000000123,"y":1.668014773719392},{"x":-3.09487656121064,"y":1.6881974387891887},{"x":-3.115059226280664,"y":1.71449999999993},{"x":-3.12774657993873,"y":1.7451299812719299},{"x":-3.1320739999999887,"y":1.77800000000002},{"x":-3.12774657993873,"y":1.8108700187279965},{"x":-3.115059226280664,"y":1.8414999999999964},{"x":-3.09487656121064,"y":1.867802561210624},{"x":-3.0685740000000123,"y":1.887985226280648},{"x":-3.0379440187280125,"y":1.900672579938714},{"x":-3.005074000000036,"y":1.9049999999999727},{"x":-2.9722039812720595,"y":1.900672579938714},{"x":-2.9415740000000596,"y":1.887985226280648},{"x":-2.9152714387893184,"y":1.867802561210624},{"x":-2.8950887737195217,"y":1.8414999999999964},{"x":-2.882401420061342,"y":1.8108700187279965},{"x":-2.8780739999999696,"y":1.77800000000002}]} />
<silkscreentext text="{NAME}" pcbX="-0.0635mm" pcbY="3.70764mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-3.374200000000087,"y":2.957640000000083},{"x":3.247199999999907,"y":2.957640000000083},{"x":3.247199999999907,"y":-2.9525600000000622},{"x":-3.374200000000087,"y":-2.9525600000000622},{"x":-3.374200000000087,"y":2.957640000000083}]} />
</footprint>}
{...props}
/>
)
}