var HMC5883L = module.exports = function HMC5883L() {
  HMC5883L.__super__.constructor.apply(this, arguments);
  this.address = this.address || 0x1E;

  this.commands = {