sang-it/base_board_pin_header
This code defines a PCB layout featuring mounted pin headers, mounting holes, and a Xiao RP2040 socket, including their physical footprints, drilled hole specifications, and interconnecting traces on a green FR4 board.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/sang-it.base_board_pin_header",
"version": "1.0.0",
"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": {
"@types/react": "^19.2.17",
"tscircuit": "^0.0.2098",
"typescript": "^5.0.0"
},
"author": "sang-it"
}