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/SC_32S32_768kHz20PPM7pF.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
} as const
export const SC_32S32_768kHz20PPM7pF = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
symbol={
<symbol>
<schematicpath points={[{"x":0.08,"y":0},{"x":0.2,"y":0}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":-0.2,"y":0},{"x":-0.08,"y":0}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":-0.02,"y":0.12},{"x":-0.02,"y":-0.12}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":-0.02,"y":-0.12},{"x":0.02,"y":-0.12}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":0.02,"y":-0.12},{"x":0.02,"y":0.12}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":0.02,"y":0.12},{"x":-0.02,"y":0.12}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":0.08,"y":0.14},{"x":0.08,"y":-0.14}]} strokeColor="#8D2323" />
<schematicpath points={[{"x":-0.08,"y":0.14},{"x":-0.08,"y":-0.14}]} strokeColor="#8D2323" />
<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} />
</symbol>
}
supplierPartNumbers={{
"jlcpcb": [
"C97604"
]
}}
manufacturerPartNumber="SC-32S32.768kHz20PPM7pF"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-1.1549888mm" pcbY="0mm" width="0.850011mm" height="1.6999966mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="1.1549888mm" pcbY="0mm" width="0.850011mm" height="1.6999966mm" shape="rect" />
<silkscreenpath route={[{"x":-2.028596400000083,"y":-1.0786109999999098},{"x":-2.028596400000083,"y":1.0786110000000235},{"x":2.0285963999999694,"y":1.0786110000000235},{"x":2.0285963999999694,"y":-1.0786109999999098},{"x":-2.028596400000083,"y":-1.0786109999999098}]} />
<silkscreentext text="{NAME}" pcbX="0mm" pcbY="2.0668mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.282000000000039,"y":1.3167999999999438},{"x":2.2819999999999254,"y":1.3167999999999438},{"x":2.2819999999999254,"y":-1.3421999999999343},{"x":-2.282000000000039,"y":-1.3421999999999343},{"x":-2.282000000000039,"y":1.3167999999999438}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C97604.obj?uuid=b374b09d4a6d4557b2ff8af51e7e333f",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C97604.step?uuid=b374b09d4a6d4557b2ff8af51e7e333f",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: -0.000012700000070253736, z: 0 },
}}
{...props}
/>
)
}