UNPKG

piixel

Version:

Control WS281X / NeoPixel LEDs from a Raspberry Pi using Node.js and TypeScript

8 lines (7 loc) 202 B
/** * @packageDocumentation * Control WS281X LEDs from a Raspberry Pi using TypeScript / Node.js */ export {colorwheel} from './colorwheel' export {rgb2hex} from './rgb2hex' export * from './ws281x'