ShiboSoftwareDev/i-wan

This code defines a PCB and schematic for a microcontroller development board, incorporating various surface-mount components (resistors, capacitors, headers, connectors, crystals, and an IC), with detailed footprints, electrical nets, and routing instructions.

Version
1.0.10
License
unset
Stars
0

imports/SC_32S32_768kHz20PPM12_5pF.tsx

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

export const SC_32S32_768kHz20PPM12_5pF = (
  props: Omit<CrystalProps, "frequency" | "loadCapacitance" | "pinVariant">,
) => {
  return (
    <crystal
      frequency="32.768kHz"
      loadCapacitance="12.5pF"
      pinVariant="two_pin"
      supplierPartNumbers={{
  "jlcpcb": [
    "C97606"
  ]
}}
      manufacturerPartNumber="SC_32S32_768kHz20PPM12_5pF"
      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/C97606.obj?uuid=b374b09d4a6d4557b2ff8af51e7e333f",
        stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C97606.step?uuid=b374b09d4a6d4557b2ff8af51e7e333f",
        pcbRotationOffset: 0,
        modelOriginPosition: { x: 0, y: -0.000012700000070253736, z: 0 },
      }}
      {...props}
    />
  )
}