0hmX/tps6521401vafr-pmic

This code models and visualizes the pin configuration and electrical attributes of the TPS6521401 voltage supervisor IC in a specific WQFN-HR package.

Version
1.0.1
License
unset
Stars
0

package.json

{
  "name": "@tsci/0hmX.tps6521401vafr-pmic",
  "version": "1.0.1",
  "description": "A tscircuit component package",
  "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",
    "verify:pins": "tsci build && bun scripts/verify-pin-attributes.ts"
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "tscircuit": "^0.0.2250",
    "typescript": "^5.0.0"
  },
  "author": "0hmX"
}