ShiboSoftwareDev/am625sip-linux-board
This code defines the physical footprint and pin layout for an AM625 System-in-Package (SIP) component, detailing pad positions, pin labels, and package outline for hardware integration.
- Version
- 1.0.24
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/ShiboSoftwareDev.am625sip-linux-board",
"version": "1.0.24",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tscircuit/capacity-autorouter": "0.0.863",
"tscircuit": "^0.0.2462",
"typescript": "^5.0.0"
},
"author": "ShiboSoftwareDev",
"patchedDependencies": {
"@tscircuit/core@0.0.1816": "patches/@tscircuit%2Fcore@0.0.1816.patch"
}
}