####Installation instructions
- You will need node.js as well as satisfying the dependencies listed here
- Once you have the required dependencies met, you can install the required node modules with
$ npm install cylon cylon-gpio cylon-i2c cylon-firmata cylon-sphero cylon-leapmotion - Install the leap motion software (and SDK too if you want, but the SDK is not needed for cylon.js)
####Arduino blink
//blink.js
var Cylon = require('cylon');