MAG3110.prototype.getMag = function(callback) {
  var self = this;

  self.connection.i2cRead(self.address,
                          MAG3110.REG_OFF_MSB,