0hmX/ov7670-camera-module
This code defines the hardware layout and schematic connectivity for an OV7676 camera module featuring a CSP5 sensor package, power regulation, and interface connectors.
- Version
- 1.2.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/0hmX.ov7670-camera-module",
"version": "1.2.0",
"description": "Standalone JLCPCB-sourced OV7676 CSP camera PCB with an OV7670-style 18-pin interface",
"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.18",
"tscircuit": "^0.0.2353",
"typescript": "^5.0.0"
},
"author": "0hmX"
}