On Fri, Dec 6, 2013 at 10:58 AM, Rowland <[email protected]> wrote: > Has node-i2c been integrated into bonescript?
It has. > If so can you post a link to a > site that describes how to use it. The readme at https://github.com/jadonk/bonescript shows the functions that are integrated. The referenced library shows details on 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]> 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]. >>> >>> 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. -- 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.
