abse/gameboy-advance

This code defines a collection of hardware components, including microcontrollers, sensors, display modules, power management ICs, and passive/passive components, each modeled as 3D symbols with specific footprints, pin configurations, and associated models for PCB and schematic design.

Version
0.0.10
License
unset
Stars
0

dist/index.d.ts

declare const _default: ({ mcuSubcircuit, layers, copperIslands, }?: {
    mcuSubcircuit?: boolean;
    layers?: 2 | 4;
    copperIslands?: boolean;
}) => any;

export { _default as default };