0hmX/mt41k512m8da-107-it-p-footprints
This code defines the mechanical and physical layout of a Micron digital ball grid array (FBGA) package with 78 balls, including pin positions, footprint geometry, PCB pads, and silkscreen outlines for surface-mount integration.
- Version
- 0.1.1
- License
- unset
- Stars
- 1
package.json
{
"name": "mt41k512m8da-107-it-p-footprints",
"version": "0.1.1",
"type": "module",
"description": "Footprint only: Micron DA 78-ball 8x10.5mm, 0.8mm pitch",
"exports": {
".": "./src/index.tsx"
},
"files": [
"src",
"README.md",
"images",
"evidence",
"examples",
"scripts"
],
"scripts": {
"verify": "bun scripts/verify.ts",
"build": "tsci build examples/preview.circuit.tsx --routing-disabled --pcb-svgs"
},
"devDependencies": {
"tscircuit": "0.0.2462"
}
}