krishnax12/ip2312-fast-charging-module
This design implements a compact PCB-based lithium battery fast charger featuring an IP2312 charging controller, USB-C input port, power regulation circuitry, indicator LEDs, and terminal connectors for battery and power connections.
- Version
- 0.1.4
- License
- GPL-3.0
- Stars
- 1
package.json
{
"name": "@tsci/krishnax12.ip2312-fast-charging-module",
"version": "0.1.4",
"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",
"start": "tsci dev"
},
"devDependencies": {
"@types/react": "^19.3.0",
"tscircuit": "^0.0.2562",
"typescript": "^5.9.3"
},
"author": "krishnax12",
"license": "GPL-3.0"
}