Has node-i2c been integrated into bonescript? If so can you post a link to a site that describes how to use it.
On Tuesday, July 23, 2013 7:50:37 PM UTC-4, Jason Kridner wrote: > > On Mon, Jul 22, 2013 at 11:28 PM, <[email protected] <javascript:>>wrote: > >> Hello, I have done a git clone on https://github.com/korevec/node-i2c. >> Now I want to use those in the cloud9 IDE. But when I typed >> var i2c = require('i2c'); >> >> And error shows up: >> >> module.js:340 >> throw err; >> ^ >> Error: cannot find module 'i2c' >> >> Can someone help me. Thx :) > > > node has very specific path requirements that you should read about > elsewhere. If you put it at the path 'node_modules/i2c' relative to your > script, it should work. You could also use 'npm' to install it, even > globally using 'npm install -g i2c'. > > I'm in the process of integrating node-i2c into bonescript and should > release it "any day now"(TM). > > >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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/groups/opt_out.
