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
dist/index.d.ts
import * as react from 'react';
/**
* IP2312 1-cell lithium battery fast charger
*
* Based on Sagar Saini's GPL-3.0 project:
* https://www.instructables.com/Fast-Charging-Module-for-Lithium-Batteries/
*
* Board outline, placement, values, and LCSC references are taken from the
* published Gerber, CPL, BOM, and schematic files dated 2024-02-08.
*/
declare const _default: () => any;
export { _default as default };