seveibar/1206_x4

This code defines a PCB footprint for an 8-pin 1206-sized resistor network with surface-mount pads arranged on both sides in a compact rectangular package.

Usage: To use the "@tsci/seveibar.1206_x4" component in a project: 1. Import the component: ```tsx import RN1 from "@tsci/seveibar.1206_x4" ``` 2. Use the component in a circuit: ```tsx <board> <RN1 name="RN1" /> </board> ``` The component represents an 8-pin 1206 resistor network with pins numbered 1-8, with 4 pins on each side. You can place and connect it like other tscircuit components using traces and net connections.

Version
0.0.2
License
unset
Stars
0

dist/index.d.ts

PCBPCB preview for dist/index.d.ts
SchematicSchematic preview for dist/index.d.ts
import * as react from 'react';

declare const _default: () => any;

export { _default as default };