hrithik18k/smart-switch-pcb
The AO3400A component models a SOT-23 N-channel MOSFET with labeled pins for Gate, Source, and Drain, including 3D CAD models and schematic symbols for electronic circuit design.
- Version
- 1.0.1
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/hrithik18k.smart-switch-pcb",
"version": "1.0.1",
"description": "240 V AC neutral-required ESP-12F light switch schematic with isolated supply",
"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",
"typecheck": "tsc --noEmit",
"check": "tsci check netlist && tsci check schematic-placement && tsci check placement",
"check:mains": "python3 scripts/check_mains.py"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "0.0.2467",
"typescript": "^5.0.0"
},
"author": "hrithik18k"
}