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
package.json
{
"name": "@tsci/abse.gameboy",
"version": "1.0.16",
"description": "absePico RP2040-compatible development board",
"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": {
"@types/react": "^19.2.14",
"tscircuit": "^0.0.1985",
"@tscircuit/common": "^0.0.43"
"typescript": "^5.0.0"
},
"author": "abse"
}