Skip to content

Commit

Permalink
Merge pull request #1 from garc33/master
Browse files Browse the repository at this point in the history
Bump to wiringpi-node 2.4.4
  • Loading branch information
vietk authored Jun 8, 2017
2 parents 5d4044d + d9e021f commit 3c089fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chaconEmitter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var wpi = require('wiring-pi')
var wpi = require('wiringpi-node')

var pin = 0;
var dimLevels = 15;
Expand Down Expand Up @@ -151,4 +151,4 @@ module.exports.intToBytes = intToBytes;
module.exports.buildOrder = buildOrder;
module.exports.init = init;
module.exports.doTransmit = doTransmit;
module.exports.buildDimOrder = buildDimOrder;
module.exports.buildDimOrder = buildDimOrder;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homebridge": ">=0.2.0"
},
"dependencies": {
"wiring-pi": "^2.1.1"
"wiringpi-node": "^2.4.4"
},
"keywords": [
"RF433",
Expand Down

0 comments on commit 3c089fd

Please sign in to comment.