seveibar/usbc-pd-charger

This code defines and assembles a hardware schematic of an 18W USB-C PD wall charger with mains input, protection, high-voltage isolation, a DC buck converter with switching regulator, filtering, and USB-C output with ESD protection.

Version
1.0.2
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';

/**
 * 18 W USB-C PD source for 120 Vac nominal (85-305 Vac module rating).
 *
 * Architecture:
 *   protected AC input -> reinforced-isolation IRM-20-24 -> ST1S14 buck
 *   -> back-to-back PMOS load switch -> USB-C receptacle.
 *
 * The STUSB4710A must be NVM-programmed before use. See PD_PROGRAMMING.md.
 */
declare const _default: () => any;

export { _default as default };