ShiboSoftwareDev/t113-s3-linux-computer-p9

The code defines a PCB subcircuit for a buck converter module featuring a TMI3112H IC, FTC252010S power switch, and associated passive components like capacitors and resistors for voltage regulation and feedback control.

Version
0.1.4
License
unset
Stars
0

package.json

{
  "name": "@tsci/ShiboSoftwareDev.t113-s3-linux-computer-p9",
  "version": "0.1.4",
  "description": "Incremental Pipeline 9 T113-S3 Linux computer with integrated DDR3, microSD and HDMI",
  "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": {
    "tscircuit": "latest",
    "typescript": "^5.0.0"
  },
  "author": "ShiboSoftwareDev"
}