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

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 };