krishnax12/ip2312-fast-charging-module

This circuit implements a USB-C powered, IP2312-based 1-cell lithium battery fast charger with integrated power input, inductor, capacitors, resistors, charge and standby LEDs, and voltage/current monitoring components.

Version
0.1.3
License
GPL-3.0
Stars
0

package.json

{
  "name": "@tsci/krishnax12.ip2312-fast-charging-module",
  "version": "0.1.3",
  "description": "TSCircuit recreation of Sagar Saini's IP2312 lithium battery fast-charging module",
  "main": "index.circuit.tsx",
  "scripts": {
    "build": "tsci build",
    "dev": "tsci dev",
    "snapshot": "tsci snapshot",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "tscircuit": "^0.0.2462",
    "typescript": "^5.9.3"
  },
  "author": "krishnax12",
  "license": "GPL-3.0"
}