Why do I get this error? I was just including i2c-bus in the project like 
this. I am using nodejs v0.10.40 on Raspberry Pi 2 Raspbian:

var i2c = require('i2c-bus');


pi@raspberrypi ~/Projects/noderadio $ sudo nodejs noderadio2.js

/home/pi/Projects/noderadio/node_modules/i2c-bus/node_modules/bindings/bindings.js:83
        throw e
              ^
Error: 
/home/pi/Projects/noderadio/node_modules/i2c-bus/build/Release/i2c.node: 
undefined symbol: node_module_register


On Tuesday, 23 December 2014 21:08:48 UTC+11, Brian Cooke 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: https://github.com/fivdi/i2c-bus
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to