shift-register
Node.js module for reading status of pins from a NTE74HC165 shift register. when pins changed state, the module will emit the shift register pin number that changed and the new value of the pin.
Quickstart
var shiftRegister = ; shiftRegister //you can also call the state of the pins directlyconsole;
Install
Easily install the latest via npm:
$ npm install shift-register