FriezaDBZ/ADI-AD3301WBCPZ
This code defines a 3D-modelled surface-mount integrated circuit (IC) with labeled pins, footprint layout, and virtual representation for PCB design.
- Version
- 0.0.1
- License
- unset
- Stars
- 0
dist/index.d.ts
PCB
Schematic
import * as _tscircuit_core from '@tscircuit/core';
import { CommonLayoutProps } from '@tscircuit/props';
interface Props extends CommonLayoutProps {
name: string;
}
declare const AD3301WBCPZ: (props: Props) => any;
declare const useAD3301WBCPZ: <PropsFromHook extends Omit<Props, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => _tscircuit_core.ComponentWithPins<Props, "SAIF6" | "SAIF5" | "DVDD" | "SAIF4" | "SAIF3" | "LVDD" | "DVDDIO" | "SAIF2" | "SAIF1" | "SAIF0" | "XTAL_O" | "XTAL_I" | "VBAT" | "EN" | "WAKE" | "ETH_N" | "ETH_P" | "AVDD" | "TEST" | "SAIF11" | "SAIF10" | "SAIF9" | "SAIF8" | "SAIF7" | "GND" | "EPAD" | "pin1" | "pin2" | "pin3" | "pin4" | "pin5" | "pin6" | "pin7" | "pin8" | "pin9" | "pin10" | "pin11" | "pin12" | "pin13" | "pin14" | "pin15" | "pin16" | "pin17" | "pin18" | "pin19" | "pin20" | "pin21" | "pin22" | "pin23" | "pin24" | "pin25", PropsFromHook>;
export { AD3301WBCPZ, useAD3301WBCPZ };