UNPKG
node-wiring-pi
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Bindings to native wiringPi
github.com/rsg98/node-wiring-pi
rsg98/node-wiring-pi
node-wiring-pi
/
index.js
3 lines
(2 loc)
•
114 B
JavaScript
View Raw
1
2
3
module.exports
= require(
'bindings'
)(
'nodeWiringPi.node'
)
;
module.exports.VERSION
= require(
'./package'
).version
;