abse/gameboy-advance
This code defines a collection of hardware components, including microcontrollers, sensors, display modules, power management ICs, and passive/passive components, each modeled as 3D symbols with specific footprints, pin configurations, and associated models for PCB and schematic design.
- Version
- 0.0.10
- License
- unset
- Stars
- 0
imports/AOTA_B201610S3R3_101_T.tsx
import type { InductorProps } from "@tscircuit/props"
export const AOTA_B201610S3R3_101_T = (
props: Omit<InductorProps, "inductance">,
) => {
return (
<inductor
inductance="3.3uH"
supplierPartNumbers={{
"jlcpcb": [
"C42411119"
]
}}
manufacturerPartNumber="AOTA_B201610S3R3_101_T"
footprint={<footprint>
<smtpad portHints={["pin2"]} pcbX="0.999998mm" pcbY="0mm" width="0.999998mm" height="1.5999968mm" shape="rect" />
<smtpad portHints={["pin1"]} pcbX="-0.999998mm" pcbY="0mm" width="0.999998mm" height="1.5999968mm" shape="rect" />
<silkscreenpath route={[{"x":-0.2688590000000204,"y":-0.7999984000001632},{"x":0.2688590000000204,"y":-0.7999984000001632}]} />
<silkscreenpath route={[{"x":-0.2688590000000204,"y":0.7999983999999358},{"x":0.2688590000000204,"y":0.7999983999999358}]} />
<silkscreenpath route={[{"x":1.0269220000000132,"y":1.1000740000000633},{"x":1.0225945799387546,"y":1.0672039812719731},{"x":1.0099072262806885,"y":1.036574000000087},{"x":0.9897245612106644,"y":1.010271438789232},{"x":0.9634220000000369,"y":0.9900887737194353},{"x":0.932792018728037,"y":0.9774014200612555},{"x":0.8999220000000605,"y":0.9730740000001106},{"x":0.8670519812719704,"y":0.9774014200612555},{"x":0.8364220000000842,"y":0.9900887737194353},{"x":0.8101194387892292,"y":1.010271438789232},{"x":0.7899367737194325,"y":1.036574000000087},{"x":0.7772494200613664,"y":1.0672039812719731},{"x":0.7729220000001078,"y":1.1000740000000633},{"x":0.7772494200613664,"y":1.1329440187280397},{"x":0.7899367737194325,"y":1.1635740000000396},{"x":0.8101194387892292,"y":1.1898765612106672},{"x":0.8364220000000842,"y":1.2100592262805776},{"x":0.8670519812719704,"y":1.2227465799386437},{"x":0.8999220000000605,"y":1.227074000000016},{"x":0.932792018728037,"y":1.2227465799386437},{"x":0.9634220000000369,"y":1.2100592262805776},{"x":0.9897245612106644,"y":1.1898765612106672},{"x":1.0099072262806885,"y":1.1635740000000396},{"x":1.0225945799387546,"y":1.1329440187280397},{"x":1.0269220000000132,"y":1.1000740000000633}]} />
<silkscreentext text="{NAME}" pcbX="-0.009398mm" pcbY="2.2192mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-1.7579979999999296,"y":1.4692000000000007},{"x":1.7392020000000912,"y":1.4692000000000007},{"x":1.7392020000000912,"y":-1.088200000000029},{"x":-1.7579979999999296,"y":-1.088200000000029},{"x":-1.7579979999999296,"y":1.4692000000000007}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C42411119.obj?uuid=1fea8f9ef5b64dc68dc98052e0860c3b",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C42411119.step?uuid=1fea8f9ef5b64dc68dc98052e0860c3b",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0, y: -0.0050000000000000044, z: -0.05 },
}}
{...props}
/>
)
}