Skip to content

Commit

Permalink
updated test script for new controller
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGage committed Jul 16, 2015
1 parent 7696c9b commit aa81782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KevinGage/blink.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ uasge: node blinkBatch.js

var ledController = require('../ledController.js');

ledController.LED({delay:0, 17:true, 22:true, 19:true},{delay:2000, 22:false},{delay:3000, 17:false, 22:false, 19:false}, function(err){
ledController.LED([{delay:0, 17:true, 22:true, 19:true},{delay:2000, 22:false},{delay:3000, 17:false, 22:false, 19:false}], function(err){
console.log(err);
});

0 comments on commit aa81782

Please sign in to comment.