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/TPD1E10B06DPYR.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
} as const
export const TPD1E10B06DPYR = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
symbol={
<symbol>
<port name="pin2" pinNumber={2} aliases={["2"]} direction="right" schX={0.4} schY={0} schStemLength={0.2} />
<port name="pin1" pinNumber={1} aliases={["1"]} direction="left" schX={-0.4} schY={0} schStemLength={0.2} />
<schematicpath points={[{"x":-0.04,"y":0.18},{"x":-0.04,"y":0.18},{"x":0,"y":0.14},{"x":0,"y":-0.14},{"x":0.04,"y":-0.18},{"x":0.04,"y":-0.18}]} strokeColor="#880000" />
<schematicpath svgPath="M 0.2 0.14 L 0 0 L 0.2 -0.14 Z" strokeColor="#880000" />
<schematicpath svgPath="M -0.2 -0.14 L 0 0 L -0.2 0.14 Z" strokeColor="#880000" />
</symbol>
}
supplierPartNumbers={{
"jlcpcb": [
"C48260"
]
}}
manufacturerPartNumber="TPD1E10B06DPYR"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-0.499999mm" pcbY="0mm" width="0.5999988mm" height="0.5999988mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0.499999mm" pcbY="0mm" width="0.5999988mm" height="0.5999988mm" shape="rect" />
<silkscreenpath route={[{"x":-0.4999481999998352,"y":0.5000751999999693},{"x":0.5000498000000562,"y":0.5000751999999693}]} />
<silkscreenpath route={[{"x":-0.4999481999998352,"y":-0.49992280000003575},{"x":0.5000498000000562,"y":-0.49992280000003575}]} />
<silkscreentext text="{NAME}" pcbX="-0.011049mm" pcbY="1.502666mm" anchorAlignment="center" fontSize="1mm" />
<fabricationnotepath route={[{"x":0.1000506000001451,"y":-0.19992339999998876},{"x":0.1000506000001451,"y":0.200075800000036},{"x":0.00005079999993995443,"y":0.00007619999996677507},{"x":-0.00007619999996677507,"y":0.00007619999996677507},{"x":0.1000506000001451,"y":-0.19992339999998876}]} strokeWidth="0.254mm" />
<fabricationnotepath route={[{"x":-0.09994899999992413,"y":0.200075800000036},{"x":-0.09994899999992413,"y":-0.19992339999998876},{"x":0.00005079999993995443,"y":0.00007619999996677507},{"x":0.0001778000000740576,"y":0.00007619999996677507},{"x":-0.09994899999992413,"y":0.200075800000036}]} strokeWidth="0.254mm" />
<fabricationnotepath route={[{"x":-0.38094920000003185,"y":0.2540761999999859},{"x":-0.38094920000003185,"y":-0.2539238000000523},{"x":-0.25394920000007914,"y":-0.2539238000000523},{"x":-0.25394920000007914,"y":0.2540761999999859},{"x":-0.38094920000003185,"y":0.2540761999999859}]} strokeWidth="0.254mm" />
<courtyardoutline outline={[{"x":-1.0611490000000003,"y":0.7526659999999765},{"x":1.0390510000000859,"y":0.7526659999999765},{"x":1.0390510000000859,"y":-0.7379339999999956},{"x":-1.0611490000000003,"y":-0.7379339999999956},{"x":-1.0611490000000003,"y":0.7526659999999765}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C48260.obj?uuid=f6b37c6d5ddb4dd6a33fc5b67c867f96",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C48260.step?uuid=f6b37c6d5ddb4dd6a33fc5b67c867f96",
pcbRotationOffset: 0,
modelOriginPosition: { x: -0.00005080000005364127, y: -0.00007619999996677507, z: -0.02 },
}}
{...props}
/>
)
}