AnasSarkiz/ble-pedometer
This code defines and configures various electronic hardware components such as surface-mount resistors, crystals, diodes, transistors, connectors, and switches with their physical footprints, schematic symbols, and 3D CAD models for PCB assembly.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
imports/LQW15AN2N8G80D.tsx
import type { InductorProps } from "@tscircuit/props"
export const LQW15AN2N8G80D = (props: Omit<InductorProps, "inductance">) => {
return (
<inductor
inductance="2.8nH"
supplierPartNumbers={{
"jlcpcb": [
"C412270"
]
}}
manufacturerPartNumber="LQW15AN2N8G80D"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-0.433832mm" pcbY="0mm" width="0.499999mm" height="0.6480048mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="0.433832mm" pcbY="0mm" width="0.499999mm" height="0.6480048mm" shape="rect" />
<silkscreenpath route={[{"x":-0.2761995999999982,"y":0.5526023999999978},{"x":-0.7438135999999957,"y":0.5526023999999978},{"x":-0.8962135999999958,"y":0.40020240000001195},{"x":-0.8962135999999958,"y":-0.40020239999999774},{"x":-0.7438135999999957,"y":-0.5526023999999836},{"x":-0.2761995999999982,"y":-0.5526023999999836}]} />
<silkscreenpath route={[{"x":0.2762250000000108,"y":0.5526023999999978},{"x":0.74381360000001,"y":0.5526023999999978},{"x":0.8962135999999958,"y":0.40020240000001195},{"x":0.8962135999999958,"y":-0.40020239999999774},{"x":0.74381360000001,"y":-0.5526023999999836},{"x":0.2762250000000108,"y":-0.5526023999999836}]} />
<silkscreentext text="{NAME}" pcbX="0.0127mm" pcbY="1.5588mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-1.1389999999999958,"y":0.8088000000000051},{"x":1.1644000000000148,"y":0.8088000000000051},{"x":1.1644000000000148,"y":-0.8087999999999909},{"x":-1.1389999999999958,"y":-0.8087999999999909},{"x":-1.1389999999999958,"y":0.8088000000000051}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C412270.obj?uuid=35a93fb237d148c68eb9852b2fd0d88a",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C412270.step?uuid=35a93fb237d148c68eb9852b2fd0d88a",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: 0, z: -0.4 },
}}
{...props}
/>
)
}