imrishabh18/fitness_watch
This code defines a React component representing an AO3400A SOT-23P surface-mount N-channel MOSFET with three pins labeled Gate (G), Source (S), and Drain (D), including electrical and physical pin configurations, schematic symbol, and associated 3D model.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/imrishabh18.fitness_watch",
"version": "1.0.7",
"description": "ESP8266 fitness-watch PCB recreated in tscircuit from Neutrino-1/Fitness_Watch",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics",
"esp8266",
"fitness-watch",
"wearable"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"export:gerbers": "tsci export index.circuit.tsx --format gerbers --output dist/index/fitness-watch-gerbers.zip",
"export:kicad": "tsci export index.circuit.tsx --format kicad_zip --output dist/index/index-kicad.zip",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"fab:package": "node scripts/prepare-fab-package.mjs",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"fflate": "^0.8.3",
"tscircuit": "^0.0.2462",
"typescript": "^5.0.0"
},
"author": "imrishabh18"
}