gameon-mcp23017
v1.0.0
Published
Game On's implementation for input and output control of the MCP23017 Inter-Integrated Circuit (i2c) board
Downloads
2
Readme
Game On Berkeley's implementation of a MCP23017 i2c I/O Manager
This is still under construction. Use at your own risk
Install
cd /home/pi/.node-red
npm install https://github.com/ericmittler/node-red-contrib-gameon-mcp23017.git
node-red-restart
Upgrade
cd /home/pi/go_src/node_red
npm remove git://github.com/ericmittler/node-red-contrib-gameon-mcp23017.git
npm install https://github.com/ericmittler/node-red-contrib-gameon-mcp23017.git
node-red-restart