Add Shift modes to neopixel node

This commit is contained in:
Dave Conway-Jones
2016-01-12 22:53:43 +00:00
parent 4ed955cecf
commit d38c152983
5 changed files with 57 additions and 15 deletions

View File

@@ -94,7 +94,7 @@ module.exports = function(RED) {
}
}
node.child = spawn(piCommand, [node.pixels, node.wipe]);
node.child = spawn(piCommand, [node.pixels, node.wipe, node.mode]);
node.status({fill:"green",shape:"dot",text:"ok"});
node.on("input", inputlistener);