abse/rp2350-mcu-board
This code defines a compact, four-layer PCB hardware layout for the Raspberry Pi RP2350A microcontroller module, including the main IC, power regulation, USB-C connector, STM32-compatible headers, and associated passive components, with detailed component footprints, net connections, and copper pour zones for powering and ground references.
- Version
- 0.0.11
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
/**
* Standalone RP2350A USB-C development board.
*
* The RP2350A symbol and QFN-60 footprint are imported from JLCPCB part
* C42411118. Its surrounding flash, crystal, reset, debug, and supply
* topology follows Raspberry Pi's RP2350 hardware design guidance, with a
* local 3.3 V regulator and physical headers for every GPIO and SWD signal.
*/
declare const RP2350CompactLayout: () => any;
export { RP2350CompactLayout, RP2350CompactLayout as default };