seveibar/WS2812B_2020
The code defines a PCB component for a WS2812B LED driver with four pins for data input, ground, power, and output, complete with 3D model and footprint layout for mounting.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
import { ChipProps } from 'tscircuit';
declare const pinLabels: {
readonly pin1: readonly ["pin1", "DO"];
readonly pin2: readonly ["pin2", "GND"];
readonly pin3: readonly ["pin3", "DI"];
readonly pin4: readonly ["pin4", "VDD"];
};
declare const WS2812B_2020: (props: ChipProps<typeof pinLabels>) => any;
export { WS2812B_2020 };