seveibar/pico2
A React component rendering a schematic symbol of a Raspberry Pi Pico microcontroller with labeled GPIO and power pins.
- Version
- 1.0.0
- License
- unset
- Stars
- 1
dist/index.d.ts
import * as react from 'react';
declare const Pico2: (props: {
name: string;
}) => any;
export { Pico2 };