BlinkM.prototype.goToRGB = function(r, g, b, callback) {
  this.connection.i2cWrite(this.address, BlinkM.TO_RGB, [r, g, b], callback);
};