0hmX/arducam-mini-2mp-plus-b0067-clone
This code defines React components representing various hardware electronic components such as sensors, chips, capacitors, inductors, and memory devices, including their physical pin layouts, footprints, and 3D CAD models for PCB design integration.
- Version
- 1.0.3
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/0hmX.arducam-mini-2mp-plus-b0067-clone",
"version": "1.0.3",
"description": "Enlarged 8-layer documented-footprint PCB prototype for an open B0067-compatible OV2640 SPI camera",
"main": "index.circuit.tsx",
"exports": {
".": "./index.circuit.tsx"
},
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"arducam",
"ov2640",
"b0067"
],
"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.18",
"tscircuit": "^0.0.2375",
"typescript": "^5.0.0"
},
"author": "0hmX"
}