techmannih/WirelessMcuRf

Defines a 10mm x 10mm PCB with a 1kΩ resistor (R1) and a 1000pF capacitor (C1) connected via their pins.

Version
0.0.1
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';
import { SubcircuitProps } from '@tscircuit/props';

declare const WirelessMcuRf: (props: SubcircuitProps) => any;

export { WirelessMcuRf, WirelessMcuRf as default };