seveibar/spi-display-webcam-interceptor
This collection of code defines various hardware components, including an crystal oscillator, microcontroller, voltage regulators, inductors, connectors, and logic gates, each represented with physical footprint, pin configurations, and 3D CAD models for PCB design and integration.
- Version
- 1.0.12
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/seveibar.spi-display-webcam-interceptor",
"version": "1.0.12",
"description": "ESP32-P4 SPI display pass-through and USB UVC webcam interceptor",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"fabrication:csv": "bun scripts/generate-fabrication.ts",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tscircuit/capacity-autorouter": "0.0.817",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2354",
"typescript": "^5.0.0"
},
"author": "seveibar",
"dependencies": {
"@tsci/seveibar.smd-usb-c": "^0.0.2"
},
"overrides": {
"@tscircuit/capacity-autorouter": "0.0.817"
}
}