Re: [beagleboard] i2c-bus - A new Node.js I2C module

2015-01-20 Thread Brian Cooke
There is one more thing: - i2c-bus is io.js and Node.js compatible - tested with io.js 1.0.2 on a BeagleBone Black running Ubuntu 14.04.1 LTS (GNU/Linux 3.14.26-ti-r43 armv7l) -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] i2c-bus - A new Node.js I2C module

2014-12-23 Thread Brian Cooke
I've written a new Node.js module called i2c-bus for accessing I2C devices on Linux boards like the BeagleBone Black. It can be found here on github: https://github.com/fivdi/i2c-bus -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] i2c-bus - A new Node.js I2C module

2014-12-23 Thread Jason Kridner
Can you describe any advantages it has over node-i2c? On Tue, Dec 23, 2014 at 5:08 AM, Brian Cooke bdsco...@gmail.com wrote: I've written a new Node.js module called i2c-bus for accessing I2C devices on Linux boards like the BeagleBone Black. It can be found here on github:

Re: [beagleboard] i2c-bus - A new Node.js I2C module

2014-12-23 Thread Brian Cooke
Sure, here are a number of things that come to mind: - All methods have asynchronous and synchronous forms (i2c has the synchronous form although it looks like it has the asynchronous form) - It offers more complete support for the SMBus protocols (quick command, send byte, receive