abse/gameboy
This code defines the hardware mapping and schematic connections for a Raspberry Pi Pico-based development board featuring RP2040 microcontroller, USB-C connector, various power regulation components, decoupling capacitors, resistors, LEDs, headers, and supporting passive components for signal integrity and debugging.
- Version
- 1.0.16
- License
- unset
- Stars
- 1
imports/TMB12A03.tsx
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["_POS"],
pin2: ["pin2"]
} as const
export const TMB12A03 = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
supplierPartNumbers={{
"jlcpcb": [
"C96222"
]
}}
manufacturerPartNumber="TMB12A03"
footprint={<footprint>
<platedhole portHints={["pin2"]} pcbX="3.799967mm" pcbY="0mm" outerDiameter="1.7999964mm" holeDiameter="0.999998mm" shape="circle" />
<platedhole portHints={["pin1"]} pcbX="-3.799967mm" pcbY="0mm" outerDiameter="1.7999964mm" holeDiameter="0.999998mm" shape="circle" />
<silkscreenpath route={[{"x":1.2698729999999614,"y":0},{"x":1.226598799387034,"y":-0.3287001872802193},{"x":1.0997252628060323,"y":-0.6349999999999909},{"x":0.8978986121068147,"y":-0.8980256121069488},{"x":0.6348729999998568,"y":-1.0998522628061664},{"x":0.3285731872801989,"y":-1.226725799387168},{"x":-0.00012700000002041634,"y":-1.2699999999999818},{"x":-0.32882718728023974,"y":-1.226725799387168},{"x":-0.635127000000125,"y":-1.0998522628061664},{"x":-0.8981526121070829,"y":-0.8980256121069488},{"x":-1.0999792628063005,"y":-0.6349999999999909},{"x":-1.2268527993873022,"y":-0.3287001872802193},{"x":-1.270127000000116,"y":0},{"x":-1.2268527993873022,"y":0.32870018728010564},{"x":-1.0999792628063005,"y":0.6349999999999909},{"x":-0.8981526121070829,"y":0.8980256121069488},{"x":-0.635127000000125,"y":1.0998522628062801},{"x":-0.32882718728023974,"y":1.226725799387168},{"x":-0.00012700000002041634,"y":1.2699999999999818},{"x":0.3285731872801989,"y":1.226725799387168},{"x":0.6348729999998568,"y":1.0998522628062801},{"x":0.8978986121068147,"y":0.8980256121069488},{"x":1.0997252628060323,"y":0.6349999999999909},{"x":1.226598799387034,"y":0.32870018728010564},{"x":1.2698729999999614,"y":0}]} />
<silkscreenpath route={[{"x":5.999860999999896,"y":0},{"x":5.795416366624522,"y":-1.5529111647865648},{"x":5.196015030401668,"y":-2.999994000000129},{"x":4.24250520183773,"y":-4.2426322018377505},{"x":2.9998669999999947,"y":-5.196142030401802},{"x":1.5527841647864307,"y":-5.795543366624429},{"x":-0.00012700000002041634,"y":-5.99998800000003},{"x":-1.5530381647866989,"y":-5.795543366624429},{"x":-3.0001210000000356,"y":-5.196142030401802},{"x":-4.242759201837998,"y":-4.2426322018377505},{"x":-5.196269030401936,"y":-2.999994000000129},{"x":-5.795670366624563,"y":-1.5529111647865648},{"x":-6.000115000000051,"y":0},{"x":-5.795670366624563,"y":1.5529111647865648},{"x":-5.196269030401936,"y":2.999994000000015},{"x":-4.242759201837998,"y":4.242632201837864},{"x":-3.0001210000000356,"y":5.196142030401916},{"x":-1.5530381647866989,"y":5.795543366624543},{"x":-0.00012700000002041634,"y":5.99998800000003},{"x":1.5527841647864307,"y":5.795543366624543},{"x":2.9998669999999947,"y":5.196142030401916},{"x":4.24250520183773,"y":4.242632201837864},{"x":5.196015030401668,"y":2.999994000000015},{"x":5.795416366624522,"y":1.5529111647865648},{"x":5.999860999999896,"y":0}]} />
<silkscreentext text="+" pcbX="-4.444873mm" pcbY="1.7653mm" anchorAlignment="bottom_left" fontSize="1.524mm" />
<silkscreentext text="{NAME}" pcbX="0.000127mm" pcbY="6.9944mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-6.269673000000012,"y":6.244399999999928},{"x":6.269927000000052,"y":6.244399999999928},{"x":6.269927000000052,"y":-6.2952000000000226},{"x":-6.269673000000012,"y":-6.2952000000000226},{"x":-6.269673000000012,"y":6.244399999999928}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C96222.obj?uuid=659b7b30e5a340e8a7eddac89d8c69d7",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C96222.step?uuid=659b7b30e5a340e8a7eddac89d8c69d7",
pcbRotationOffset: 90,
modelOriginPosition: { x: 0, y: -0.019989800000075775, z: -0.000009000000000369823 },
}}
{...props}
/>
)
}