i2c-bus : I2C serial bus access with Node.js. You can installing i2c-bus npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install i2c-bus $ sudo npm install -g i2c-bus
If want to update the i2c-bus package execute the command as below,
$ sudo npm update i2c-bus
Update package globally,
$ npm install -g i2c-bus
$ sudo git clone https://github.com/rektide/i2c-bus.git
$ sudo npm install -g ./i2c-bus
i2c-bus@1.2.4 /usr/lib/node_modules/i2c-bus
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall i2c-bus
Package Name | i2c-bus |
Version | 1.2.4 |
Description | I2C serial bus access with Node.js |
Released Date | 2017-11-04T09:40:53.418Z |
Published by | fivdi |
How to Learn | https://www.npmjs.com/package/i2c-bus/tutorial |