Updates to duino node

This commit is contained in:
Sean Bedford 2014-03-16 19:15:07 +00:00
parent 0a4b2a4876
commit 3858b4275d

View File

@ -20,7 +20,6 @@ var duino = require("duino");
var util = require('util');
function DuinoNode(n) {
var DEBUG = true;
RED.nodes.createNode(this,n);
this.pin = n.pin || "10";
node = this;