BlinkM.prototype.setFadeSpeed = function(speed, cb) {
  this.connection.i2cWrite(this.address, BlinkM.SET_FADE, [speed], cb);
};