AnasSarkiz/VoltPeek
This code defines a PCB layout featuring a voltage probe module with key components including an RP2040 microcontroller, resistors, LEDs, connectors, and a custom probe interface, along with their physical footprints and routing details.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/AnasSarkiz.VoltPeek",
"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.14",
"tscircuit": "^0.0.1705",
"typescript": "^5.0.0"
},
"author": "AnasSarkiz"
}