kaihenzler / node-mcp23017

Node.js library for the I2C I/O Expander MCP23017 on a Raspberry Pi
MIT License
19 stars 28 forks source link

Broken Reference in Version 0.0.3 #4

Closed felixfuchs17 closed 5 years ago

felixfuchs17 commented 5 years ago

Unfortunately, it seems that a variable is no longer defined, because everything still works in version 0.0.2. I get the following error:

/node_modules/node-mcp23017/lib/mcp23017.js:136 this._send(register, [registerDir]);

I am using node 8.11.1 The operating system is the latest version of RASPBIAN STRETCH.

kaihenzler commented 5 years ago

Does your commit fix the issue? If so, I would be very happy if you could create a PR