var L3GD20H = module.exports = function L3GD20H(opts) {
  L3GD20H.__super__.constructor.apply(this, arguments);
  this.address = this.address || 0x6B;

  this.scale = opts.scale || L3GD20H.GYRO_SENSITIVITY_250DPS;