node-mcp23017 icon indicating copy to clipboard operation
node-mcp23017 copied to clipboard

Node.js library for the I2C I/O Expander MCP23017 on a Raspberry Pi

Results 3 node-mcp23017 issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thank you for writing this module. I was wondering if you'd be happy for me to port this to ES6 (mainly using `const` and native classes)....

Hello people. i've a number of sensors (like HC-SR04), i'm trying put them under a mcp23017 so i can use them in parallel. The original code used pigpio https://github.com/fivdi/pigpio/blob/master/doc/gpio.md#event-alert Especially...

Hi, i'm getting an error at compilation with > node-gyp rebuild Can you help ? i2c.target.mk:90: recipe for target 'Release/obj.target/i2c/src/i2c.o' failed make: *** [Release/obj.target/i2c/src/i2c.o] Error 1 make: Leaving directory '/home/pi/nodeserver/node_modules/i2c/build'...