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
package.json
{
"name": "@tsci/abse.gameboy-advance",
"version": "0.0.10",
"description": "Game Boy Advance circuit",
"main": "index.crystal-top.circuit.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",
"check:shorts": "tsci check shorts --mode gerber --layer all dist/index/circuit.json",
"report:drc": "bun checks/report-drc.ts"
},
"devDependencies": {
"@tscircuit/common": "^0.0.56",
"@types/react": "^19.2.14",
"tscircuit": "0.0.2516",
"typescript": "^5.0.0"
},
"author": "abdolsalamallawlabi"
}