ledstripe
Version:
control WS2801 and LPD8806 LED stripes via SPI
29 lines (28 loc) • 544 B
JSON
{
"name": "ledstripe",
"description": "control WS2801 and LPD8806 LED stripes via SPI",
"keywords" : [
"SPI",
"LED",
"LED strip",
"LED stripe",
"ledstrip",
"WS2801",
"LPD8806"
],
"version": "0.0.2",
"author": "Alexander Lorz <bigalex@gmx.de>",
"repository": {
"type": "git",
"url": "https://github.com/alxlo/ledstripe"
},
"main": "./index",
"dependencies": {
"microtime": "0.4.x",
"nanotimer": "0.3.x"
},
"devDependencies": {
"pngparse": "2.0.1"
},
"license": "MIT"
}