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
tsconfig.json
{
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "node",
"target": "ES2023",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["tscircuit"]
},
"include": ["*.tsx"]
}