0hmX/esp32-s3-usb-webcam-ov2640

This code defines and integrates a variety of surface-mount, through-hole, and connector hardware components (including microcontrollers, regulators, resistors, capacitors, and connectors) into a PCB design framework, enabling schematic symbol creation, footprint definition, and automated routing within an electronic circuit layout.

Version
1.0.7
License
unset
Stars
0

package.json

{
  "name": "@tsci/0hmX.esp32-s3-usb-webcam-ov2640",
  "version": "1.0.7",
  "description": "Routed engineering-reference ESP32-S3 USB webcam board for an external Arducam M0031 OV2640 camera module",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "test": "bun test",
    "test:routing": "bun test tests/manual-fanout-output.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/bun": "^1.4.0",
    "@types/react": "^19.2.18",
    "tscircuit": "^0.0.2461",
    "typescript": "^5.0.0"
  },
  "author": "0hmX"
}